Skip to content

Commit

Permalink
Updates SDK to v2.738.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 20, 2020
1 parent be7bae7 commit 83e0032
Show file tree
Hide file tree
Showing 16 changed files with 238 additions and 102 deletions.
7 changes: 7 additions & 0 deletions .changes/2.738.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "ApiGatewayV2",
"description": "Customers can now create Amazon API Gateway HTTP APIs that route requests to AWS AppConfig, Amazon EventBridge, Amazon Kinesis Data Streams, Amazon SQS, and AWS Step Functions."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.737.0-->
<!--LATEST=2.738.0-->
<!--ENTRYINSERT-->

## 2.738.0
* feature: ApiGatewayV2: Customers can now create Amazon API Gateway HTTP APIs that route requests to AWS AppConfig, Amazon EventBridge, Amazon Kinesis Data Streams, Amazon SQS, and AWS Step Functions.

## 2.737.0
* feature: IVS: Amazon Interactive Video Service (IVS) now offers customers the ability to create private channels, allowing customers to restrict their streams by channel or viewer.
* feature: LakeFormation: Adding additional field in ListPermissions API response to return RAM resource share ARN if a resource were shared through AWS RAM service.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.737.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.738.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
42 changes: 42 additions & 0 deletions apis/apigatewayv2-2018-11-29.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"ApiEndpoint": {
"locationName": "apiEndpoint"
},
"ApiGatewayManaged": {
"locationName": "apiGatewayManaged",
"type": "boolean"
},
"ApiId": {
"locationName": "apiId"
},
Expand Down Expand Up @@ -370,6 +374,9 @@
"IntegrationMethod": {
"locationName": "integrationMethod"
},
"IntegrationSubtype": {
"locationName": "integrationSubtype"
},
"IntegrationType": {
"locationName": "integrationType"
},
Expand Down Expand Up @@ -438,6 +445,9 @@
"IntegrationResponseSelectionExpression": {
"locationName": "integrationResponseSelectionExpression"
},
"IntegrationSubtype": {
"locationName": "integrationSubtype"
},
"IntegrationType": {
"locationName": "integrationType"
},
Expand Down Expand Up @@ -1395,6 +1405,10 @@
"ApiEndpoint": {
"locationName": "apiEndpoint"
},
"ApiGatewayManaged": {
"locationName": "apiGatewayManaged",
"type": "boolean"
},
"ApiId": {
"locationName": "apiId"
},
Expand Down Expand Up @@ -1575,6 +1589,10 @@
"ApiEndpoint": {
"locationName": "apiEndpoint"
},
"ApiGatewayManaged": {
"locationName": "apiGatewayManaged",
"type": "boolean"
},
"ApiId": {
"locationName": "apiId"
},
Expand Down Expand Up @@ -2029,6 +2047,9 @@
"IntegrationResponseSelectionExpression": {
"locationName": "integrationResponseSelectionExpression"
},
"IntegrationSubtype": {
"locationName": "integrationSubtype"
},
"IntegrationType": {
"locationName": "integrationType"
},
Expand Down Expand Up @@ -2252,6 +2273,9 @@
"IntegrationResponseSelectionExpression": {
"locationName": "integrationResponseSelectionExpression"
},
"IntegrationSubtype": {
"locationName": "integrationSubtype"
},
"IntegrationType": {
"locationName": "integrationType"
},
Expand Down Expand Up @@ -3081,6 +3105,10 @@
"ApiEndpoint": {
"locationName": "apiEndpoint"
},
"ApiGatewayManaged": {
"locationName": "apiGatewayManaged",
"type": "boolean"
},
"ApiId": {
"locationName": "apiId"
},
Expand Down Expand Up @@ -3166,6 +3194,10 @@
"ApiEndpoint": {
"locationName": "apiEndpoint"
},
"ApiGatewayManaged": {
"locationName": "apiGatewayManaged",
"type": "boolean"
},
"ApiId": {
"locationName": "apiId"
},
Expand Down Expand Up @@ -3321,6 +3353,10 @@
"ApiEndpoint": {
"locationName": "apiEndpoint"
},
"ApiGatewayManaged": {
"locationName": "apiGatewayManaged",
"type": "boolean"
},
"ApiId": {
"locationName": "apiId"
},
Expand Down Expand Up @@ -3635,6 +3671,9 @@
"IntegrationMethod": {
"locationName": "integrationMethod"
},
"IntegrationSubtype": {
"locationName": "integrationSubtype"
},
"IntegrationType": {
"locationName": "integrationType"
},
Expand Down Expand Up @@ -3703,6 +3742,9 @@
"IntegrationResponseSelectionExpression": {
"locationName": "integrationResponseSelectionExpression"
},
"IntegrationSubtype": {
"locationName": "integrationSubtype"
},
"IntegrationType": {
"locationName": "integrationType"
},
Expand Down
Loading

0 comments on commit 83e0032

Please sign in to comment.