Skip to content

Commit

Permalink
Release v1.34.19 (2020-09-08) (#3526)
Browse files Browse the repository at this point in the history
Release v1.34.19 (2020-09-08)
===

### Service Client Updates
* `service/apigatewayv2`: Updates service API and documentation
  * You can now secure HTTP APIs using Lambda authorizers and IAM authorizers. These options enable you to make flexible auth decisions using a Lambda function, or using IAM policies, respectively.
* `service/codebuild`: Updates service API and documentation
  * AWS CodeBuild - Support keyword search for test cases in DecribeTestCases API . Allow deletion of reports in the report group, before deletion of report group using the deleteReports flag.
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/lex-models`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * Adds tagging support for QuickSight customization resources.  A user can now specify a list of tags when creating a customization resource and use a customization ARN in QuickSight's tagging APIs.
  • Loading branch information
aws-sdk-go-automation committed Sep 8, 2020
1 parent 4ca4815 commit 72f18ac
Show file tree
Hide file tree
Showing 18 changed files with 707 additions and 135 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.34.19 (2020-09-08)
===

### Service Client Updates
* `service/apigatewayv2`: Updates service API and documentation
* You can now secure HTTP APIs using Lambda authorizers and IAM authorizers. These options enable you to make flexible auth decisions using a Lambda function, or using IAM policies, respectively.
* `service/codebuild`: Updates service API and documentation
* AWS CodeBuild - Support keyword search for test cases in DecribeTestCases API . Allow deletion of reports in the report group, before deletion of report group using the deleteReports flag.
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/lex-models`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* Adds tagging support for QuickSight customization resources. A user can now specify a list of tags when creating a customization resource and use a customization ARN in QuickSight's tagging APIs.

Release v1.34.18 (2020-09-04)
===

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.34.18"
const SDKVersion = "1.34.19"
96 changes: 96 additions & 0 deletions models/apis/apigatewayv2/2018-11-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,22 @@
"shape" : "BadRequestException"
} ]
},
"ResetAuthorizersCache" : {
"name" : "ResetAuthorizersCache",
"http" : {
"method" : "DELETE",
"requestUri" : "/v2/apis/{apiId}/stages/{stageName}/cache/authorizers",
"responseCode" : 204
},
"input" : {
"shape" : "ResetAuthorizersCacheRequest"
},
"errors" : [ {
"shape" : "NotFoundException"
}, {
"shape" : "TooManyRequestsException"
} ]
},
"GetApi" : {
"name" : "GetApi",
"http" : {
Expand Down Expand Up @@ -1645,6 +1661,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
},
"required" : [ "Name" ]
Expand Down Expand Up @@ -2016,6 +2040,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
},
"required" : [ "AuthorizerType", "IdentitySource", "Name" ]
Expand Down Expand Up @@ -2059,6 +2091,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
},
"required" : [ "ApiId", "AuthorizerType", "IdentitySource", "Name" ]
Expand Down Expand Up @@ -2101,6 +2141,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
}
},
Expand Down Expand Up @@ -3543,6 +3591,22 @@
"ExportedApi" : {
"type" : "blob"
},
"ResetAuthorizersCacheRequest" : {
"type" : "structure",
"members" : {
"ApiId" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "apiId"
},
"StageName" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "stageName"
}
},
"required" : [ "StageName", "ApiId" ]
},
"GetApiMappingRequest" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -3772,6 +3836,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
}
},
Expand Down Expand Up @@ -5808,6 +5880,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
}
},
Expand Down Expand Up @@ -5855,6 +5935,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
},
"required" : [ "AuthorizerId", "ApiId" ]
Expand Down Expand Up @@ -5897,6 +5985,14 @@
"Name" : {
"shape" : "StringWithLengthBetween1And128",
"locationName" : "name"
},
"AuthorizerPayloadFormatVersion": {
"shape": "StringWithLengthBetween1And64",
"locationName": "authorizerPayloadFormatVersion"
},
"EnableSimpleResponses": {
"shape": "__boolean",
"locationName": "enableSimpleResponses"
}
}
},
Expand Down

0 comments on commit 72f18ac

Please sign in to comment.