Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.21.9 #2725

Merged
merged 1 commit into from
Aug 2, 2019
Merged

v1.21.9 #2725

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.21.9 (2019-08-02)
===

### Service Client Updates
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/sts`: Updates service documentation
* Documentation updates for sts

### SDK Enhancements
* `aws/endpoints`: Expose DNSSuffix for partitions ([#2711](https://github.com/aws/aws-sdk-go/pull/2711))
* Exposes the underlying partition metadata's DNSSuffix value via the `DNSSuffix` method on the endpoint's `Partition` type. This allows access to the partition's DNS suffix, e.g. "amazon.com".
* Fixes [#2710](https://github.com/aws/aws-sdk-go/issues/2710)

Release v1.21.8 (2019-07-30)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
### SDK Features

### SDK Enhancements
* `aws/endpoints`: Expose DNSSuffix for partitions ([#2711](https://github.com/aws/aws-sdk-go/pull/2711))
* Exposes the underlying partition metadata's DNSSuffix value via the `DNSSuffix` method on the endpoint's `Partition` type. This allows access to the partition's DNS suffix, e.g. "amazon.com".
* Fixes [#2710](https://github.com/aws/aws-sdk-go/issues/2710)

### SDK Bugs
9 changes: 8 additions & 1 deletion 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.21.8"
const SDKVersion = "1.21.9"
6 changes: 3 additions & 3 deletions models/apis/sts/2011-06-15/docs-2.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dnsSuffix" : "amazonaws.com",
"partition" : "aws",
"partitionName" : "AWS Standard",
"regionRegex" : "^(us|eu|ap|sa|ca)\\-\\w+\\-\\d+$",
"regionRegex" : "^(us|eu|ap|sa|ca|me)\\-\\w+\\-\\d+$",
"regions" : {
"ap-east-1" : {
"description" : "Asia Pacific (Hong Kong)"
Expand Down Expand Up @@ -671,6 +671,7 @@
},
"codebuild" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand All @@ -682,6 +683,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-1-fips" : {
Expand Down Expand Up @@ -722,6 +724,7 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -1761,6 +1764,8 @@
"kafka" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
Expand Down Expand Up @@ -2757,6 +2762,7 @@
},
"securityhub" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand Down Expand Up @@ -4252,6 +4258,7 @@
}
},
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
Expand Down
2 changes: 1 addition & 1 deletion service/kafka/api.go

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

21 changes: 14 additions & 7 deletions service/sts/api.go

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