Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.47.7 #5061

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.