Skip to content

Commit

Permalink
Release v1.36.18 (2020-12-30) (#3719)
Browse files Browse the repository at this point in the history
Release v1.36.18 (2020-12-30)
===

### Service Client Updates
* `service/elasticache`: Updates service documentation
  * Documentation updates for elasticache
* `service/macie2`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Dec 30, 2020
1 parent 656f43d commit 1c785a4
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 105 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
Release v1.36.18 (2020-12-30)
===

### Service Client Updates
* `service/elasticache`: Updates service documentation
* Documentation updates for elasticache
* `service/macie2`: Updates service documentation

Release v1.36.17 (2020-12-29)
===

Expand Down
40 changes: 35 additions & 5 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.36.17"
const SDKVersion = "1.36.18"
34 changes: 17 additions & 17 deletions models/apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions models/apis/macie2/2020-01-01/docs-2.json

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions models/endpoints/endpoints.json
Expand Up @@ -2911,6 +2911,36 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-prod-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "fsx-fips.ca-central-1.amazonaws.com"
},
"fips-prod-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "fsx-fips.us-east-1.amazonaws.com"
},
"fips-prod-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "fsx-fips.us-east-2.amazonaws.com"
},
"fips-prod-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "fsx-fips.us-west-1.amazonaws.com"
},
"fips-prod-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down
60 changes: 30 additions & 30 deletions service/elasticache/api.go

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

0 comments on commit 1c785a4

Please sign in to comment.