Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 203a0ba

Browse files
Release v1.44.209 (2023-02-24) (#4739)
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
1 parent 5fabc20 commit 203a0ba

File tree

28 files changed

+4255
-1948
lines changed

28 files changed

+4255
-1948
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.44.209 (2023-02-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API and documentation
6+
* `service/connectcases`: Updates service API and documentation
7+
* `service/redshift`: Updates service documentation
8+
* Documentation updates for Redshift API bringing it in line with IAM best practices.
9+
* `service/securityhub`: Updates service API, documentation, and paginators
10+
* `service/servicecatalog`: Updates service documentation
11+
* Documentation updates for Service Catalog
12+
113
Release v1.44.208 (2023-02-23)
214
===
315

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.208"
8+
const SDKVersion = "1.44.209"

models/apis/connect/2017-08-08/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8730,7 +8730,8 @@
87308730
},
87318731
"ScheduledTime":{"shape":"Timestamp"},
87328732
"TaskTemplateId":{"shape":"TaskTemplateId"},
8733-
"QuickConnectId":{"shape":"QuickConnectId"}
8733+
"QuickConnectId":{"shape":"QuickConnectId"},
8734+
"RelatedContactId":{"shape":"ContactId"}
87348735
}
87358736
},
87368737
"StartTaskContactResponse":{

models/apis/connect/2017-08-08/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,7 @@
977977
"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>",
978978
"StartOutboundVoiceContactResponse$ContactId": "<p>The identifier of this contact within the Amazon Connect instance.</p>",
979979
"StartTaskContactRequest$PreviousContactId": "<p>The identifier of the previous chat, voice, or task contact. </p>",
980+
"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>",
980981
"StartTaskContactResponse$ContactId": "<p>The identifier of this contact within the Amazon Connect instance.</p>",
981982
"StopContactRecordingRequest$ContactId": "<p>The identifier of the contact.</p>",
982983
"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>",

0 commit comments

Comments
 (0)