Skip to content

Commit

Permalink
Release v1.38.22 (2021-04-19) (#3868)
Browse files Browse the repository at this point in the history
Release v1.38.22 (2021-04-19)
===

### Service Client Updates
* `service/ce`: Updates service API
* `service/savingsplans`: Updates service API
  • Loading branch information
aws-sdk-go-automation authored Apr 19, 2021
1 parent 550e8f0 commit 64c9948
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.38.22 (2021-04-19)
===

### Service Client Updates
* `service/ce`: Updates service API
* `service/savingsplans`: Updates service API

Release v1.38.21 (2021-04-15)
===

Expand Down
25 changes: 21 additions & 4 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.38.21"
const SDKVersion = "1.38.22"
5 changes: 4 additions & 1 deletion models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@
"type":"structure",
"required":[
"TimePeriod",
"Granularity",
"Metrics"
],
"members":{
Expand All @@ -1129,6 +1130,7 @@
"type":"structure",
"required":[
"TimePeriod",
"Granularity",
"Filter"
],
"members":{
Expand Down Expand Up @@ -2222,7 +2224,8 @@
"type":"string",
"enum":[
"COMPUTE_SP",
"EC2_INSTANCE_SP"
"EC2_INSTANCE_SP",
"SAGEMAKER_SP"
]
},
"TagKey":{
Expand Down
10 changes: 7 additions & 3 deletions models/apis/savingsplans/2019-06-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@
"enum":[
"EC2",
"Fargate",
"Lambda"
"Lambda",
"SageMaker"
]
},
"SavingsPlanProductTypeList":{
Expand Down Expand Up @@ -625,7 +626,9 @@
"enum":[
"AmazonEC2",
"AmazonECS",
"AWSLambda"
"AmazonEKS",
"AWSLambda",
"AmazonSageMaker"
]
},
"SavingsPlanRateServiceCodeList":{
Expand Down Expand Up @@ -677,7 +680,8 @@
"type":"string",
"enum":[
"Compute",
"EC2Instance"
"EC2Instance",
"SageMaker"
]
},
"SavingsPlanTypeList":{
Expand Down
19 changes: 18 additions & 1 deletion models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,10 @@
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -6201,7 +6204,9 @@
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-1" : {
"sslCommonName" : "queue.{dnsSuffix}"
},
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -8104,6 +8109,18 @@
},
"batch" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "batch.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "batch.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
Expand Down
18 changes: 16 additions & 2 deletions service/costexplorer/api.go

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

16 changes: 16 additions & 0 deletions service/savingsplans/api.go

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

0 comments on commit 64c9948

Please sign in to comment.