Skip to content

Commit

Permalink
Release v1.44.122 (2022-10-24) (#4598)
Browse files Browse the repository at this point in the history
Release v1.44.122 (2022-10-24)
===

### Service Client Updates
* `service/acm-pca`: Updates service API and documentation
* `service/batch`: Updates service API and documentation
  * This release adds support for AWS Batch on Amazon EKS.
* `service/datasync`: Updates service API and documentation
* `service/sagemaker`: Updates service API, documentation, and paginators
  * SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job.
  • Loading branch information
aws-sdk-go-automation committed Oct 24, 2022
1 parent c751f50 commit 04a8b0e
Show file tree
Hide file tree
Showing 28 changed files with 9,494 additions and 982 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.122 (2022-10-24)
===

### Service Client Updates
* `service/acm-pca`: Updates service API and documentation
* `service/batch`: Updates service API and documentation
* This release adds support for AWS Batch on Amazon EKS.
* `service/datasync`: Updates service API and documentation
* `service/sagemaker`: Updates service API, documentation, and paginators
* SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job.

Release v1.44.121 (2022-10-21)
===

Expand Down
9 changes: 9 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.121"
const SDKVersion = "1.44.122"
13 changes: 11 additions & 2 deletions models/apis/acm-pca/2017-08-22/api-2.json
Expand Up @@ -514,7 +514,8 @@
"CertificateAuthorityConfiguration":{"shape":"CertificateAuthorityConfiguration"},
"RevocationConfiguration":{"shape":"RevocationConfiguration"},
"RestorableUntil":{"shape":"TStamp"},
"KeyStorageSecurityStandard":{"shape":"KeyStorageSecurityStandard"}
"KeyStorageSecurityStandard":{"shape":"KeyStorageSecurityStandard"},
"UsageMode":{"shape":"CertificateAuthorityUsageMode"}
}
},
"CertificateAuthorityConfiguration":{
Expand Down Expand Up @@ -550,6 +551,13 @@
"SUBORDINATE"
]
},
"CertificateAuthorityUsageMode":{
"type":"string",
"enum":[
"GENERAL_PURPOSE",
"SHORT_LIVED_CERTIFICATE"
]
},
"CertificateBody":{"type":"string"},
"CertificateBodyBlob":{
"type":"blob",
Expand Down Expand Up @@ -620,7 +628,8 @@
"CertificateAuthorityType":{"shape":"CertificateAuthorityType"},
"IdempotencyToken":{"shape":"IdempotencyToken"},
"KeyStorageSecurityStandard":{"shape":"KeyStorageSecurityStandard"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"TagList"},
"UsageMode":{"shape":"CertificateAuthorityUsageMode"}
}
},
"CreateCertificateAuthorityResponse":{
Expand Down
17 changes: 12 additions & 5 deletions models/apis/acm-pca/2017-08-22/docs-2.json

Large diffs are not rendered by default.

0 comments on commit 04a8b0e

Please sign in to comment.