Update Go AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2019-07-13 00:03:55 +03:00
committed by Andrey Smirnov
parent d08be990ef
commit 94a72b23ff
2183 changed files with 885887 additions and 228114 deletions
@@ -6,6 +6,7 @@
"protocol":"query",
"serviceAbbreviation":"Amazon SQS",
"serviceFullName":"Amazon Simple Queue Service",
"serviceId":"SQS",
"signatureVersion":"v4",
"uid":"sqs-2012-11-05",
"xmlNamespace":"http://queue.amazonaws.com/doc/2012-11-05/"
File diff suppressed because one or more lines are too long
+18
View File
@@ -0,0 +1,18 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "ListQueues",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "GetQueueUrl",
"input": {
"QueueName": "fake_queue"
},
"errorExpectedFromService": true
}
]
}