Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Nov 9, 2023
1 parent 8e12383 commit 7af2ab8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 19 deletions.
7 changes: 7 additions & 0 deletions .changes/3.285.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "SQS",
"description": "This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix."
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\SQS` - This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.

## 3.285.1 - 2023-11-08

* `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.
Expand Down
12 changes: 1 addition & 11 deletions src/data/sqs/2012-11-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
"type":"structure",
"members":{
"TaskHandle":{"shape":"String"},
"Status":{"shape":"TaskStatus"},
"Status":{"shape":"String"},
"SourceArn":{"shape":"String"},
"DestinationArn":{"shape":"String"},
"MaxNumberOfMessagesPerSecond":{"shape":"NullableInteger"},
Expand Down Expand Up @@ -1251,16 +1251,6 @@
}
},
"TagValue":{"type":"string"},
"TaskStatus":{
"type":"string",
"enum":[
"RUNNING",
"FAILED",
"CANCELLING",
"CANCELLED",
"COMPLETED"
]
},
"Token":{"type":"string"},
"TooManyEntriesInBatchRequest":{
"type":"structure",
Expand Down
2 changes: 1 addition & 1 deletion src/data/sqs/2012-11-05/api-2.json.php

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions src/data/sqs/2012-11-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@
"ListDeadLetterSourceQueuesRequest$QueueUrl": "<p>The URL of a dead-letter queue.</p> <p>Queue URLs and names are case-sensitive.</p>",
"ListMessageMoveTasksRequest$SourceArn": "<p>The ARN of the queue whose message movement tasks are to be listed.</p>",
"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>",
"ListMessageMoveTasksResultEntry$Status": "<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED, CANCELLING, CANCELLED, and FAILED.</p>",
"ListMessageMoveTasksResultEntry$SourceArn": "<p>The ARN of the queue that contains the messages to be moved to another queue.</p>",
"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>",
"ListMessageMoveTasksResultEntry$FailureReason": "<p>The task failure reason (only included if the task status is FAILED).</p>",
Expand Down Expand Up @@ -752,12 +753,6 @@
"TagMap$value": null
}
},
"TaskStatus": {
"base": null,
"refs": {
"ListMessageMoveTasksResultEntry$Status": "<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED, CANCELLING, CANCELLED, and FAILED.</p>"
}
},
"Token": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/sqs/2012-11-05/docs-2.json.php

Large diffs are not rendered by default.

0 comments on commit 7af2ab8

Please sign in to comment.