Skip to content

Commit 18ab9e3

Browse files
author
AWS
committed
Amazon Simple Queue Service Update: This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.
1 parent c54c490 commit 18ab9e3

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Queue Service",
4+
"contributor": "",
5+
"description": "This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix."
6+
}

services/sqs/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039
"documentation":"<p>An identifier associated with a message movement task. When this field is returned in the response of the <code>ListMessageMoveTasks</code> action, it is only populated for tasks that are in RUNNING status.</p>"
10401040
},
10411041
"Status":{
1042-
"shape":"TaskStatus",
1042+
"shape":"String",
10431043
"documentation":"<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED, CANCELLING, CANCELLED, and FAILED.</p>"
10441044
},
10451045
"SourceArn":{
@@ -1717,16 +1717,6 @@
17171717
}
17181718
},
17191719
"TagValue":{"type":"string"},
1720-
"TaskStatus":{
1721-
"type":"string",
1722-
"enum":[
1723-
"RUNNING",
1724-
"FAILED",
1725-
"CANCELLING",
1726-
"CANCELLED",
1727-
"COMPLETED"
1728-
]
1729-
},
17301720
"Token":{"type":"string"},
17311721
"TooManyEntriesInBatchRequest":{
17321722
"type":"structure",

0 commit comments

Comments
 (0)