Skip to content

Commit 7af2ab8

Browse files
Update models for release
1 parent 8e12383 commit 7af2ab8

File tree

6 files changed

+15
-19
lines changed

6 files changed

+15
-19
lines changed

.changes/3.285.2

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "SQS",
5+
"description": "This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix."
6+
}
7+
]

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\SQS` - This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.
6+
37
## 3.285.1 - 2023-11-08
48

59
* `Aws\RDS` - This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.

src/data/sqs/2012-11-05/api-2.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
"type":"structure",
831831
"members":{
832832
"TaskHandle":{"shape":"String"},
833-
"Status":{"shape":"TaskStatus"},
833+
"Status":{"shape":"String"},
834834
"SourceArn":{"shape":"String"},
835835
"DestinationArn":{"shape":"String"},
836836
"MaxNumberOfMessagesPerSecond":{"shape":"NullableInteger"},
@@ -1251,16 +1251,6 @@
12511251
}
12521252
},
12531253
"TagValue":{"type":"string"},
1254-
"TaskStatus":{
1255-
"type":"string",
1256-
"enum":[
1257-
"RUNNING",
1258-
"FAILED",
1259-
"CANCELLING",
1260-
"CANCELLED",
1261-
"COMPLETED"
1262-
]
1263-
},
12641254
"Token":{"type":"string"},
12651255
"TooManyEntriesInBatchRequest":{
12661256
"type":"structure",

src/data/sqs/2012-11-05/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/sqs/2012-11-05/docs-2.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@
661661
"ListDeadLetterSourceQueuesRequest$QueueUrl": "<p>The URL of a dead-letter queue.</p> <p>Queue URLs and names are case-sensitive.</p>",
662662
"ListMessageMoveTasksRequest$SourceArn": "<p>The ARN of the queue whose message movement tasks are to be listed.</p>",
663663
"ListMessageMoveTasksResultEntry$TaskHandle": "<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>",
664+
"ListMessageMoveTasksResultEntry$Status": "<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED, CANCELLING, CANCELLED, and FAILED.</p>",
664665
"ListMessageMoveTasksResultEntry$SourceArn": "<p>The ARN of the queue that contains the messages to be moved to another queue.</p>",
665666
"ListMessageMoveTasksResultEntry$DestinationArn": "<p>The ARN of the destination queue if it has been specified in the <code>StartMessageMoveTask</code> request. If a <code>DestinationArn</code> has not been specified in the <code>StartMessageMoveTask</code> request, this field value will be NULL.</p>",
666667
"ListMessageMoveTasksResultEntry$FailureReason": "<p>The task failure reason (only included if the task status is FAILED).</p>",
@@ -752,12 +753,6 @@
752753
"TagMap$value": null
753754
}
754755
},
755-
"TaskStatus": {
756-
"base": null,
757-
"refs": {
758-
"ListMessageMoveTasksResultEntry$Status": "<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED, CANCELLING, CANCELLED, and FAILED.</p>"
759-
}
760-
},
761756
"Token": {
762757
"base": null,
763758
"refs": {

src/data/sqs/2012-11-05/docs-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)