Skip to content

Commit

Permalink
Merge pull request #2886 from aws/release
Browse files Browse the repository at this point in the history
Release v1.25.11
  • Loading branch information
aws-sdk-go-automation committed Oct 11, 2019
2 parents 58b7199 + 8b44c74 commit 206baa7
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 2 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.25.11 (2019-10-11)
===

### Service Client Updates
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/greengrass`: Updates service API
* Greengrass OTA service supports Raspbian/Armv6l platforms.

Release v1.25.10 (2019-10-10)
===

Expand Down
13 changes: 13 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.25.10"
const SDKVersion = "1.25.11"
2 changes: 1 addition & 1 deletion models/apis/greengrass/2017-06-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4963,7 +4963,7 @@
},
"UpdateTargetsArchitecture" : {
"type" : "string",
"enum" : [ "armv7l", "x86_64", "aarch64", "openwrt" ]
"enum" : [ "armv6l", "armv7l", "x86_64", "aarch64", "openwrt" ]
},
"UpdateTargetsOperatingSystem" : {
"type" : "string",
Expand Down
12 changes: 12 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2112,8 +2112,11 @@
"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-2" : { }
}
},
Expand Down Expand Up @@ -2976,6 +2979,9 @@
"protocols" : [ "https" ]
},
"endpoints" : {
"ap-east-1" : {
"protocols" : [ "https" ]
},
"ap-northeast-1" : {
"protocols" : [ "https" ]
},
Expand Down Expand Up @@ -4597,6 +4603,12 @@
"isRegionalized" : false,
"partitionEndpoint" : "aws-us-gov-global"
},
"route53resolver" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"runtime.sagemaker" : {
"endpoints" : {
"us-gov-west-1" : { }
Expand Down
3 changes: 3 additions & 0 deletions service/greengrass/api.go

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

0 comments on commit 206baa7

Please sign in to comment.