Skip to content

Commit

Permalink
Updates SDK to v2.416.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 6, 2019
1 parent fb46b60 commit 1435e3b
Show file tree
Hide file tree
Showing 17 changed files with 607 additions and 462 deletions.
12 changes: 12 additions & 0 deletions .changes/2.416.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "DirectConnect",
"description": "Exposed a new available port speeds field in the DescribeLocation api call."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds pagination support for ec2.DescribeVpcs, ec2.DescribeInternetGateways and ec2.DescribeNetworkAcls APIs"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.415.0-->
<!--LATEST=2.416.0-->
<!--ENTRYINSERT-->

## 2.416.0
* feature: DirectConnect: Exposed a new available port speeds field in the DescribeLocation api call.
* feature: EC2: This release adds pagination support for ec2.DescribeVpcs, ec2.DescribeInternetGateways and ec2.DescribeNetworkAcls APIs

## 2.415.0
* feature: MediaLive: This release adds support for pausing and unpausing one or both pipelines at scheduled times.
* feature: StorageGateway: ActivateGateway, CreateNFSFileShare and CreateSMBFileShare APIs support a new parameter: Tags (to be attached to the created resource). Output for DescribeNFSFileShare, DescribeSMBFileShare and DescribeGatewayInformation APIs now also list the Tags associated with the resource. Minimum length of a KMSKey is now 7 characters.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.415.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.416.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
12 changes: 8 additions & 4 deletions apis/directconnect-2012-10-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,11 @@
"members": {
"locationCode": {},
"locationName": {},
"region": {}
"region": {},
"availablePortSpeeds": {
"type": "list",
"member": {}
}
}
}
}
Expand Down Expand Up @@ -840,7 +844,7 @@
"members": {
"resourceArn": {},
"tags": {
"shape": "S3x"
"shape": "S3z"
}
}
}
Expand Down Expand Up @@ -911,7 +915,7 @@
"members": {
"resourceArn": {},
"tags": {
"shape": "S3x"
"shape": "S3z"
}
}
},
Expand Down Expand Up @@ -1178,7 +1182,7 @@
}
}
},
"S3x": {
"S3z": {
"type": "list",
"member": {
"type": "structure",
Expand Down
23 changes: 18 additions & 5 deletions apis/directconnect-2012-10-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@
},
"interconnectId": {
"shape": "InterconnectId",
"documentation": "<p>The ID of the interconnect on which the connection will be provisioned. For example, dxcon-456abc78.</p>"
"documentation": "<p>The ID of the interconnect on which the connection will be provisioned.</p>"
},
"vlan": {
"shape": "VLAN",
Expand Down Expand Up @@ -1138,11 +1138,11 @@
"members": {
"connectionId": {
"shape": "ConnectionId",
"documentation": "<p>The ID of the connection. For example, dxcon-abc123.</p>"
"documentation": "<p>The ID of the connection.</p>"
},
"lagId": {
"shape": "LagId",
"documentation": "<p>The ID of the LAG with which to associate the connection. For example, dxlag-abc123.</p>"
"documentation": "<p>The ID of the LAG with which to associate the connection.</p>"
}
}
},
Expand Down Expand Up @@ -1180,6 +1180,12 @@
}
}
},
"AvailablePortSpeeds": {
"type": "list",
"member": {
"shape": "PortSpeed"
}
},
"AwsDevice": {
"type": "string",
"deprecated": true
Expand Down Expand Up @@ -2190,11 +2196,11 @@
"members": {
"connectionId": {
"shape": "ConnectionId",
"documentation": "<p>The ID of the connection. For example, dxcon-abc123.</p>"
"documentation": "<p>The ID of the connection.</p>"
},
"lagId": {
"shape": "LagId",
"documentation": "<p>The ID of the LAG. For example, dxlag-abc123.</p>"
"documentation": "<p>The ID of the LAG.</p>"
}
}
},
Expand Down Expand Up @@ -2435,6 +2441,10 @@
"region": {
"shape": "Region",
"documentation": "<p>The AWS Region for the location.</p>"
},
"availablePortSpeeds": {
"shape": "AvailablePortSpeeds",
"documentation": "<p>The available port speeds for the location.</p>"
}
},
"documentation": "<p>Information about an AWS Direct Connect location.</p>"
Expand Down Expand Up @@ -2685,6 +2695,9 @@
"PartnerName": {
"type": "string"
},
"PortSpeed": {
"type": "string"
},
"ProviderName": {
"type": "string"
},
Expand Down
Loading

0 comments on commit 1435e3b

Please sign in to comment.