Skip to content

Commit

Permalink
Release v1.44.209 (2023-02-24) (#4739)
Browse files Browse the repository at this point in the history
Release v1.44.209 (2023-02-24)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/connectcases`: Updates service API and documentation
* `service/redshift`: Updates service documentation
  * Documentation updates for Redshift API bringing it in line with IAM best practices.
* `service/securityhub`: Updates service API, documentation, and paginators
* `service/servicecatalog`: Updates service documentation
  * Documentation updates for Service Catalog
  • Loading branch information
aws-sdk-go-automation committed Feb 24, 2023
1 parent 5fabc20 commit 203a0ba
Show file tree
Hide file tree
Showing 28 changed files with 4,255 additions and 1,948 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.44.209 (2023-02-24)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/connectcases`: Updates service API and documentation
* `service/redshift`: Updates service documentation
* Documentation updates for Redshift API bringing it in line with IAM best practices.
* `service/securityhub`: Updates service API, documentation, and paginators
* `service/servicecatalog`: Updates service documentation
* Documentation updates for Service Catalog

Release v1.44.208 (2023-02-23)
===

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.44.208"
const SDKVersion = "1.44.209"
3 changes: 2 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8730,7 +8730,8 @@
},
"ScheduledTime":{"shape":"Timestamp"},
"TaskTemplateId":{"shape":"TaskTemplateId"},
"QuickConnectId":{"shape":"QuickConnectId"}
"QuickConnectId":{"shape":"QuickConnectId"},
"RelatedContactId":{"shape":"ContactId"}
}
},
"StartTaskContactResponse":{
Expand Down
1 change: 1 addition & 0 deletions models/apis/connect/2017-08-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@
"StartContactStreamingRequest$ContactId": "<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>",
"StartOutboundVoiceContactResponse$ContactId": "<p>The identifier of this contact within the Amazon Connect instance.</p>",
"StartTaskContactRequest$PreviousContactId": "<p>The identifier of the previous chat, voice, or task contact. </p>",
"StartTaskContactRequest$RelatedContactId": "<p>The contactId that is <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html#linked-tasks\">related</a> to this contact.</p>",
"StartTaskContactResponse$ContactId": "<p>The identifier of this contact within the Amazon Connect instance.</p>",
"StopContactRecordingRequest$ContactId": "<p>The identifier of the contact.</p>",
"StopContactRecordingRequest$InitialContactId": "<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>",
Expand Down

0 comments on commit 203a0ba

Please sign in to comment.