Skip to content

Commit

Permalink
Updates SDK to v2.531.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 18, 2019
1 parent 3cf0512 commit d98a0ed
Show file tree
Hide file tree
Showing 20 changed files with 344 additions and 129 deletions.
22 changes: 22 additions & 0 deletions .changes/2.531.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Dependency",
"description": "Pin the dependency to the latest"
},
{
"type": "feature",
"category": "APIGateway",
"description": "Amazon API Gateway simplifies accessing PRIVATE APIs by allowing you to associate one or more Amazon Virtual Private Cloud (VPC) Endpoints to a private API. API Gateway will create and manage DNS alias records necessary for easily invoking the private APIs. With this feature, you can leverage private APIs in web applications hosted within your VPCs."
},
{
"type": "feature",
"category": "RAM",
"description": "AWS RAM provides a new ListPendingInvitationResources API action that lists the resources in a resource share that is shared with you but that the invitation is still pending for"
},
{
"type": "feature",
"category": "WAFRegional",
"description": "Lowering the threshold for Rate Based rule from 2000 to 100."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Dependency-d3fdb497.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.530.0-->
<!--LATEST=2.531.0-->
<!--ENTRYINSERT-->

## 2.531.0
* bugfix: Dependency: Pin the dependency to the latest
* feature: APIGateway: Amazon API Gateway simplifies accessing PRIVATE APIs by allowing you to associate one or more Amazon Virtual Private Cloud (VPC) Endpoints to a private API. API Gateway will create and manage DNS alias records necessary for easily invoking the private APIs. With this feature, you can leverage private APIs in web applications hosted within your VPCs.
* feature: RAM: AWS RAM provides a new ListPendingInvitationResources API action that lists the resources in a resource share that is shared with you but that the invitation is still pending for
* feature: WAFRegional: Lowering the threshold for Rate Based rule from 2000 to 100.

## 2.530.0
* feature: Athena: This release adds DataManifestLocation field indicating the location and file name of the data manifest file. Users can get a list of files that the Athena query wrote or intended to write from the manifest file.
* feature: Personalize: [Personalize] Adds trainingHours to solutionVersion properties.
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.530.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.531.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
3 changes: 3 additions & 0 deletions apis/apigateway-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3875,6 +3875,9 @@
"types": {
"type": "list",
"member": {}
},
"vpcEndpointIds": {
"shape": "S9"
}
}
},
Expand Down
7 changes: 7 additions & 0 deletions apis/apigateway-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,9 @@
},
{
"shape": "TooManyRequestsException"
},
{
"shape": "BadRequestException"
}
],
"documentation": "<p>Deletes the <a>DomainName</a> resource.</p>"
Expand Down Expand Up @@ -5100,6 +5103,10 @@
"types": {
"shape": "ListOfEndpointType",
"documentation": "<p>A list of endpoint types of an API (<a>RestApi</a>) or its custom domain name (<a>DomainName</a>). For an edge-optimized API and its custom domain name, the endpoint type is <code>\"EDGE\"</code>. For a regional API and its custom domain name, the endpoint type is <code>REGIONAL</code>. For a private API, the endpoint type is <code>PRIVATE</code>.</p>"
},
"vpcEndpointIds": {
"shape": "ListOfString",
"documentation": "<p>A list of VpcEndpointIds of an API (<a>RestApi</a>) against which to create Route53 ALIASes. It is only supported for <code>PRIVATE</code> endpoint type.</p>"
}
},
"documentation": "<p>The endpoint configuration to indicate the types of endpoints an API (<a>RestApi</a>) or its custom domain name (<a>DomainName</a>) has. </p>"
Expand Down
69 changes: 51 additions & 18 deletions apis/ram-2018-01-04.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,33 @@
}
}
},
"ListPendingInvitationResources": {
"http": {
"requestUri": "/listpendinginvitationresources"
},
"input": {
"type": "structure",
"required": [
"resourceShareInvitationArn"
],
"members": {
"resourceShareInvitationArn": {},
"nextToken": {},
"maxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"resources": {
"shape": "S1f"
},
"nextToken": {}
}
}
},
"ListPrincipals": {
"http": {
"requestUri": "/listprincipals"
Expand Down Expand Up @@ -405,23 +432,7 @@
"type": "structure",
"members": {
"resources": {
"type": "list",
"member": {
"type": "structure",
"members": {
"arn": {},
"type": {},
"resourceShareArn": {},
"status": {},
"statusMessage": {},
"creationTime": {
"type": "timestamp"
},
"lastUpdatedTime": {
"type": "timestamp"
}
}
}
"shape": "S1f"
},
"nextToken": {}
}
Expand Down Expand Up @@ -539,7 +550,9 @@
},
"status": {},
"resourceShareAssociations": {
"shape": "S7"
"shape": "S7",
"deprecated": true,
"deprecatedMessage": "This member has been deprecated. Use ListPendingInvitationResources."
}
}
},
Expand All @@ -549,6 +562,7 @@
"type": "structure",
"members": {
"resourceShareArn": {},
"resourceShareName": {},
"associatedEntity": {},
"associationType": {},
"status": {},
Expand Down Expand Up @@ -608,6 +622,25 @@
"S10": {
"type": "list",
"member": {}
},
"S1f": {
"type": "list",
"member": {
"type": "structure",
"members": {
"arn": {},
"type": {},
"resourceShareArn": {},
"status": {},
"statusMessage": {},
"creationTime": {
"type": "timestamp"
},
"lastUpdatedTime": {
"type": "timestamp"
}
}
}
}
}
}
Loading

0 comments on commit d98a0ed

Please sign in to comment.