Skip to content

Commit

Permalink
Release v1.37.33 (2021-03-17) (#3825)
Browse files Browse the repository at this point in the history
Release v1.37.33 (2021-03-17)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
  * Making serviceRole an optional parameter when creating a compute environment. If serviceRole is not provided then Service Linked Role will be created (or reused if it already exists).
* `service/sagemaker`: Updates service API and documentation
  * Support new target device ml_eia2 in SageMaker CreateCompilationJob API
  • Loading branch information
aws-sdk-go-automation committed Mar 17, 2021
1 parent 67f532f commit 888dfa8
Show file tree
Hide file tree
Showing 11 changed files with 373 additions and 236 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.37.33 (2021-03-17)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
* Making serviceRole an optional parameter when creating a compute environment. If serviceRole is not provided then Service Linked Role will be created (or reused if it already exists).
* `service/sagemaker`: Updates service API and documentation
* Support new target device ml_eia2 in SageMaker CreateCompilationJob API

Release v1.37.32 (2021-03-16)
===

Expand Down
58 changes: 50 additions & 8 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.37.32"
const SDKVersion = "1.37.33"
3 changes: 1 addition & 2 deletions models/apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,7 @@
"type":"structure",
"required":[
"computeEnvironmentName",
"type",
"serviceRole"
"type"
],
"members":{
"computeEnvironmentName":{"shape":"String"},
Expand Down
94 changes: 47 additions & 47 deletions models/apis/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/apis/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13284,6 +13284,7 @@
"ml_p3",
"ml_g4dn",
"ml_inf1",
"ml_eia2",
"jetson_tx1",
"jetson_tx2",
"jetson_nano",
Expand Down
4 changes: 2 additions & 2 deletions models/apis/sagemaker/2017-07-24/docs-2.json

Large diffs are not rendered by default.

46 changes: 44 additions & 2 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,9 +886,11 @@
},
"batch" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -4817,6 +4819,36 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "ram-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "ram-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "ram-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "ram-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down Expand Up @@ -8807,8 +8839,18 @@
},
"ram" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "ram.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "ram.us-gov-west-1.amazonaws.com"
}
}
},
"rds" : {
Expand Down
Loading

0 comments on commit 888dfa8

Please sign in to comment.