Skip to content

Commit

Permalink
Release v1.10.46
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Sep 15, 2017
1 parent ad2c5a3 commit 88849ee
Show file tree
Hide file tree
Showing 6 changed files with 911 additions and 85 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.10.46 (2017-09-15)
===

### Service Client Updates
* `service/apigateway`: Updates service API and documentation
* Add a new enum "REQUEST" to '--type <value>' field in the current create-authorizer API, and make "identitySource" optional.

Release v1.10.45 (2017-09-14)
===

Expand Down
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.10.45"
const SDKVersion = "1.10.46"
6 changes: 4 additions & 2 deletions models/apis/apigateway/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ConflictException"},
{"shape":"BadRequestException"},
{"shape":"TooManyRequestsException"}
]
},
Expand Down Expand Up @@ -1823,6 +1825,7 @@
"type":"string",
"enum":[
"TOKEN",
"REQUEST",
"COGNITO_USER_POOLS"
]
},
Expand Down Expand Up @@ -1939,8 +1942,7 @@
"required":[
"restApiId",
"name",
"type",
"identitySource"
"type"
],
"members":{
"restApiId":{
Expand Down

0 comments on commit 88849ee

Please sign in to comment.