Skip to content

Commit

Permalink
Release v1.23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Aug 27, 2019
1 parent 70cc9a2 commit 44f7fa5
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 101 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.23.10 (2019-08-27)
===

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

### SDK Bugs
* `service/ec2`: Fix int overflow in minTime on 386 and arm ([#2787](https://github.com/aws/aws-sdk-go/pull/2787))
* Fixes [2786](https://github.com/aws/aws-sdk-go/issues/2786) int overflow issue on 32-bit platforms like 386 and arm.
Release v1.23.9 (2019-08-26)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `service/ec2`: Fix int overflow in minTime on 386 and arm ([#2787](https://github.com/aws/aws-sdk-go/pull/2787))
* Fixes [2786](https://github.com/aws/aws-sdk-go/issues/2786) int overflow issue on 32-bit platforms like 386 and arm.
1 change: 1 addition & 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.23.9"
const SDKVersion = "1.23.10"
32 changes: 16 additions & 16 deletions models/apis/organizations/2016-11-28/docs-2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/endpoints/endpoints.json
Expand Up @@ -4273,6 +4273,7 @@
},
"health" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
Expand Down
170 changes: 88 additions & 82 deletions service/organizations/api.go

Large diffs are not rendered by default.

0 comments on commit 44f7fa5

Please sign in to comment.