Skip to content

Commit

Permalink
Release v1.47.7 (2023-11-09) (#5061)
Browse files Browse the repository at this point in the history
Release v1.47.7 (2023-11-09)
===

### Service Client Updates
* `service/sqs`: Updates service API and documentation
  * This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.
  • Loading branch information
aws-sdk-go-automation committed Nov 9, 2023
1 parent 4da2672 commit 9830e80
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 47 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.47.7 (2023-11-09)
===

### Service Client Updates
* `service/sqs`: Updates service API and documentation
* This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.

Release v1.47.6 (2023-11-08)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.47.6"
const SDKVersion = "1.47.7"
12 changes: 1 addition & 11 deletions models/apis/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
7 changes: 1 addition & 6 deletions models/apis/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
30 changes: 1 addition & 29 deletions service/sqs/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9830e80

Please sign in to comment.