Skip to content

Commit bda5744

Browse files
Release v1.44.164 (2022-12-20) (#4668)
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
1 parent 54a8f0b commit bda5744

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+7668
-1756
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.44.164 (2022-12-20)
2+
===
3+
4+
### Service Client Updates
5+
* `service/batch`: Updates service API and documentation
6+
* Adds isCancelled and isTerminated to DescribeJobs response.
7+
* `service/ec2`: Updates service API, documentation, and paginators
8+
* Adds support for pagination in the EC2 DescribeImages API.
9+
* `service/lookoutequipment`: Updates service API and documentation
10+
* `service/medialive`: Updates service API and documentation
11+
* 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.
12+
* `service/nimble`: Updates service API, documentation, and paginators
13+
* `service/resource-explorer-2`: Updates service documentation
14+
* `service/route53domains`: Updates service API and documentation
15+
* 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.
16+
* `service/sagemaker`: Updates service API and documentation
17+
* Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
18+
* `service/transcribe`: Updates service API
19+
120
Release v1.44.163 (2022-12-19)
221
===
322

aws/endpoints/defaults.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.163"
8+
const SDKVersion = "1.44.164"

models/apis/batch/2016-08-10/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,9 @@
12871287
"propagateTags":{"shape":"Boolean"},
12881288
"platformCapabilities":{"shape":"PlatformCapabilityList"},
12891289
"eksProperties":{"shape":"EksPropertiesDetail"},
1290-
"eksAttempts":{"shape":"EksAttemptDetails"}
1290+
"eksAttempts":{"shape":"EksAttemptDetails"},
1291+
"isCancelled":{"shape":"Boolean"},
1292+
"isTerminated":{"shape":"Boolean"}
12911293
}
12921294
},
12931295
"JobDetailList":{

models/apis/batch/2016-08-10/docs-2.json

Lines changed: 7 additions & 5 deletions
Large diffs are not rendered by default.

models/apis/batch/2016-08-10/endpoint-rule-set-1.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

0 commit comments

Comments
 (0)