Skip to content

Commit

Permalink
Release v1.33.1 (2020-07-02)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/connect`: Updates service documentation
* `service/elasticache`: Updates service documentation
  * Documentation updates for elasticache
  • Loading branch information
awssdkgo committed Jul 2, 2020
1 parent ae9d642 commit f3abecf
Show file tree
Hide file tree
Showing 9 changed files with 205 additions and 104 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.33.1 (2020-07-02)
===

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

Release v1.33.0 (2020-07-01)
===

Expand Down
7 changes: 7 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
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.33.0"
const SDKVersion = "1.33.1"
46 changes: 23 additions & 23 deletions models/apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions models/apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,16 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down Expand Up @@ -4093,6 +4098,7 @@
},
"ram" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
Expand All @@ -4102,6 +4108,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down
144 changes: 135 additions & 9 deletions service/connect/api.go

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion service/connect/doc.go

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

72 changes: 11 additions & 61 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 f3abecf

Please sign in to comment.