Skip to content

Commit

Permalink
Release v1.44.134 (2022-11-09) (#4617)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Nov 9, 2022
1 parent b682b31 commit b4fc3aa
Show file tree
Hide file tree
Showing 32 changed files with 8,261 additions and 1,027 deletions.
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

0 comments on commit b4fc3aa

Please sign in to comment.