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.44.134 #4617

Merged
merged 1 commit into from Nov 9, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.134 (2022-11-09)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/connectcases`: Updates service API and documentation
* `service/ec2`: Updates service API
* Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
* `service/groundstation`: Updates service API, documentation, and paginators
* `service/mediapackage-vod`: Updates service API and documentation
* `service/transcribe-streaming`: Updates service API and documentation

Release v1.44.133 (2022-11-08)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.133"
const SDKVersion = "1.44.134"
6 changes: 5 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Expand Up @@ -4998,7 +4998,10 @@
"GetFederationTokenResponse":{
"type":"structure",
"members":{
"Credentials":{"shape":"Credentials"}
"Credentials":{"shape":"Credentials"},
"SignInUrl":{"shape":"Url"},
"UserArn":{"shape":"ARN"},
"UserId":{"shape":"AgentResourceId"}
}
},
"GetMetricDataRequest":{
Expand Down Expand Up @@ -9344,6 +9347,7 @@
}
}
},
"Url":{"type":"string"},
"UrlReference":{
"type":"structure",
"members":{
Expand Down
12 changes: 10 additions & 2 deletions models/apis/connect/2017-08-08/docs-2.json
Expand Up @@ -197,6 +197,7 @@
"CreateUserResponse$UserArn": "<p>The Amazon Resource Name (ARN) of the user account.</p>",
"CreateVocabularyResponse$VocabularyArn": "<p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>",
"DeleteVocabularyResponse$VocabularyArn": "<p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>",
"GetFederationTokenResponse$UserArn": "<p>The Amazon Resource Name (ARN) of the user.</p>",
"HierarchyGroup$Arn": "<p>The Amazon Resource Name (ARN) of the hierarchy group.</p>",
"HierarchyGroupSummary$Arn": "<p>The Amazon Resource Name (ARN) of the hierarchy group.</p>",
"HierarchyGroupSummaryReference$Arn": "<p>The Amazon Resource Name (ARN) for the hierarchy group. </p>",
Expand Down Expand Up @@ -293,6 +294,7 @@
"base": null,
"refs": {
"AgentInfo$Id": "<p>The identifier of the agent who accepted the contact.</p>",
"GetFederationTokenResponse$UserId": "<p>The identifier for the user.</p>",
"TransferContactRequest$UserId": "<p>The identifier for the user.</p>"
}
},
Expand Down Expand Up @@ -660,7 +662,7 @@
"ClientToken": {
"base": null,
"refs": {
"ClaimPhoneNumberRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",
"ClaimPhoneNumberRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p> <p>Pattern: <code>^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$</code> </p>",
"CreateContactFlowModuleRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",
"CreateInstanceRequest$ClientToken": "<p>The idempotency token.</p>",
"CreateTaskTemplateRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",
Expand Down Expand Up @@ -2180,7 +2182,7 @@
"refs": {
"CreateTrafficDistributionGroupRequest$InstanceId": "<p>The identifier of the Amazon Connect instance that has been replicated. You can find the <code>instanceId</code> in the ARN of the instance.</p>",
"ListTrafficDistributionGroupsRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>",
"ReplicateInstanceRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>"
"ReplicateInstanceRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. You can provide the <code>InstanceId</code>, or the entire ARN.</p>"
}
},
"InstanceStatus": {
Expand Down Expand Up @@ -4687,6 +4689,12 @@
"refs": {
}
},
"Url": {
"base": null,
"refs": {
"GetFederationTokenResponse$SignInUrl": "<p>The URL to sign into the user's instance. </p>"
}
},
"UrlReference": {
"base": "<p>The URL reference.</p>",
"refs": {
Expand Down