diff options
author | BrendanHay <> | 2018-05-16 14:45:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2018-05-16 14:45:00 (GMT) |
commit | b0e9b6ab90a8149bc743191406af6a450d621bf9 (patch) | |
tree | 44dbdc75c34869676a11d4ae4cbc0585b340c835 /fixture |
version 1.6.01.6.0
Diffstat (limited to 'fixture')
-rw-r--r-- | fixture/StartOutboundVoiceContact.yaml | 10 | ||||
-rw-r--r-- | fixture/StartOutboundVoiceContactResponse.proto | 0 | ||||
-rw-r--r-- | fixture/StopContact.yaml | 10 | ||||
-rw-r--r-- | fixture/StopContactResponse.proto | 0 |
4 files changed, 20 insertions, 0 deletions
diff --git a/fixture/StartOutboundVoiceContact.yaml b/fixture/StartOutboundVoiceContact.yaml new file mode 100644 index 0000000..c18532b --- /dev/null +++ b/fixture/StartOutboundVoiceContact.yaml @@ -0,0 +1,10 @@ +--- +method: PUT +headers: + Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/connect/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? + Host: connect.us-east-1.amazonaws.com + Content-Type: application/x-www-form-urlencoded; charset=utf-8 + X-Amz-Content-SHA256: abcdef + X-Amz-Date: 20091028T223200Z +body: + '' diff --git a/fixture/StartOutboundVoiceContactResponse.proto b/fixture/StartOutboundVoiceContactResponse.proto new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fixture/StartOutboundVoiceContactResponse.proto diff --git a/fixture/StopContact.yaml b/fixture/StopContact.yaml new file mode 100644 index 0000000..6b74ed8 --- /dev/null +++ b/fixture/StopContact.yaml @@ -0,0 +1,10 @@ +--- +method: POST +headers: + Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/connect/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? + Host: connect.us-east-1.amazonaws.com + Content-Type: application/x-www-form-urlencoded; charset=utf-8 + X-Amz-Content-SHA256: abcdef + X-Amz-Date: 20091028T223200Z +body: + '' diff --git a/fixture/StopContactResponse.proto b/fixture/StopContactResponse.proto new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fixture/StopContactResponse.proto |