Skip to content

Commit

Permalink
Release v1.44.164 (2022-12-20) (#4668)
Browse files Browse the repository at this point in the history
Release v1.44.164 (2022-12-20)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
  * Adds isCancelled and isTerminated to DescribeJobs response.
* `service/ec2`: Updates service API, documentation, and paginators
  * Adds support for pagination in the EC2 DescribeImages API.
* `service/lookoutequipment`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
  * This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
* `service/nimble`: Updates service API, documentation, and paginators
* `service/resource-explorer-2`: Updates service documentation
* `service/route53domains`: Updates service API and documentation
  * Use Route 53 domain APIs to change owner, create/delete DS record, modify IPS tag, resend authorization. New: AssociateDelegationSignerToDomain, DisassociateDelegationSignerFromDomain, PushDomain, ResendOperationAuthorization. Updated: UpdateDomainContact, ListOperations, CheckDomainTransferability.
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
* `service/transcribe`: Updates service API
  • Loading branch information
aws-sdk-go-automation committed Dec 20, 2022
1 parent 54a8f0b commit bda5744
Show file tree
Hide file tree
Showing 51 changed files with 7,668 additions and 1,756 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
Release v1.44.164 (2022-12-20)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
* Adds isCancelled and isTerminated to DescribeJobs response.
* `service/ec2`: Updates service API, documentation, and paginators
* Adds support for pagination in the EC2 DescribeImages API.
* `service/lookoutequipment`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
* This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
* `service/nimble`: Updates service API, documentation, and paginators
* `service/resource-explorer-2`: Updates service documentation
* `service/route53domains`: Updates service API and documentation
* Use Route 53 domain APIs to change owner, create/delete DS record, modify IPS tag, resend authorization. New: AssociateDelegationSignerToDomain, DisassociateDelegationSignerFromDomain, PushDomain, ResendOperationAuthorization. Updated: UpdateDomainContact, ListOperations, CheckDomainTransferability.
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
* `service/transcribe`: Updates service API

Release v1.44.163 (2022-12-19)
===

Expand Down
36 changes: 36 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.163"
const SDKVersion = "1.44.164"
4 changes: 3 additions & 1 deletion models/apis/batch/2016-08-10/api-2.json
Expand Up @@ -1287,7 +1287,9 @@
"propagateTags":{"shape":"Boolean"},
"platformCapabilities":{"shape":"PlatformCapabilityList"},
"eksProperties":{"shape":"EksPropertiesDetail"},
"eksAttempts":{"shape":"EksAttemptDetails"}
"eksAttempts":{"shape":"EksAttemptDetails"},
"isCancelled":{"shape":"Boolean"},
"isTerminated":{"shape":"Boolean"}
}
},
"JobDetailList":{
Expand Down
12 changes: 7 additions & 5 deletions models/apis/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions models/apis/batch/2016-08-10/endpoint-rule-set-1.json
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down

0 comments on commit bda5744

Please sign in to comment.