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.164 #4668

Merged
merged 1 commit into from Dec 20, 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
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