Skip to content

Commit 3915dc7

Browse files
author
awstools
committed
Updates SDK to v2.1629.0
1 parent 7d49adb commit 3915dc7

21 files changed

+391
-150
lines changed

.changes/2.1629.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Providing support to accept BgpAsnExtended attribute"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kafka",
10+
"description": "Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SWF",
15+
"description": "This release adds new APIs for deleting activity type and workflow type resources."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1628.0-->
2+
<!--LATEST=2.1629.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1629.0
6+
* feature: EC2: Providing support to accept BgpAsnExtended attribute
7+
* feature: Kafka: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
8+
* feature: SWF: This release adds new APIs for deleting activity type and workflow type resources.
9+
510
## 2.1628.0
611
* feature: IoTFleetWise: AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
712

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1628.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1629.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/dynamodb-2012-08-10.normal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@
27282728
},
27292729
"ResourcePolicy": {
27302730
"shape": "ResourcePolicy",
2731-
"documentation": "<p>An Amazon Web Services resource-based policy document in JSON format that will be attached to the table.</p> <p>When you attach a resource-based policy while creating a table, the policy application is <i>strongly consistent</i>.</p> <p>The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that apply for resource-based policies, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html\">Resource-based policy considerations</a>.</p>"
2731+
"documentation": "<p>An Amazon Web Services resource-based policy document in JSON format that will be attached to the table.</p> <p>When you attach a resource-based policy while creating a table, the policy application is <i>strongly consistent</i>.</p> <p>The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that apply for resource-based policies, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html\">Resource-based policy considerations</a>.</p> <note> <p>You need to specify the <code>CreateTable</code> and <code>PutResourcePolicy</code> IAM actions for authorizing a user to create a table with a resource-based policy.</p> </note>"
27322732
},
27332733
"OnDemandThroughput": {
27342734
"shape": "OnDemandThroughput",

apis/ec2-2016-11-15.min.json

+6
Original file line numberDiff line numberDiff line change
@@ -2217,6 +2217,9 @@
22172217
"DryRun": {
22182218
"locationName": "dryRun",
22192219
"type": "boolean"
2220+
},
2221+
"BgpAsnExtended": {
2222+
"type": "long"
22202223
}
22212224
}
22222225
},
@@ -27605,6 +27608,9 @@
2760527608
"Tags": {
2760627609
"shape": "S6",
2760727610
"locationName": "tagSet"
27611+
},
27612+
"BgpAsnExtended": {
27613+
"locationName": "bgpAsnExtended"
2760827614
}
2760927615
}
2761027616
},

apis/ec2-2016-11-15.normal.json

+13-4
Original file line numberDiff line numberDiff line change
@@ -15046,7 +15046,7 @@
1504615046
"members": {
1504715047
"BgpAsn": {
1504815048
"shape": "Integer",
15049-
"documentation": "<p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default: 65000</p>"
15049+
"documentation": "<p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p> <p>Default: 65000</p> <p>Valid values: <code>1</code> to <code>2,147,483,647</code> </p>"
1505015050
},
1505115051
"PublicIp": {
1505215052
"shape": "String",
@@ -15071,12 +15071,16 @@
1507115071
},
1507215072
"IpAddress": {
1507315073
"shape": "String",
15074-
"documentation": "<p> IPv4 address for the customer gateway device's outside interface. The address must be static. </p>"
15074+
"documentation": "<p>IPv4 address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address. </p>"
1507515075
},
1507615076
"DryRun": {
1507715077
"shape": "Boolean",
1507815078
"documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1507915079
"locationName": "dryRun"
15080+
},
15081+
"BgpAsnExtended": {
15082+
"shape": "Long",
15083+
"documentation": "<p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p> <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code> </p>"
1508015084
}
1508115085
},
1508215086
"documentation": "<p>Contains the parameters for CreateCustomerGateway.</p>"
@@ -18966,7 +18970,7 @@
1896618970
"members": {
1896718971
"BgpAsn": {
1896818972
"shape": "String",
18969-
"documentation": "<p>The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p>",
18973+
"documentation": "<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p> <p>Valid values: <code>1</code> to <code>2,147,483,647</code> </p>",
1897018974
"locationName": "bgpAsn"
1897118975
},
1897218976
"CustomerGatewayId": {
@@ -18976,7 +18980,7 @@
1897618980
},
1897718981
"IpAddress": {
1897818982
"shape": "String",
18979-
"documentation": "<p>The IP address of the customer gateway device's outside interface.</p>",
18983+
"documentation": "<p> IPv4 address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address. </p>",
1898018984
"locationName": "ipAddress"
1898118985
},
1898218986
"CertificateArn": {
@@ -19003,6 +19007,11 @@
1900319007
"shape": "TagList",
1900419008
"documentation": "<p>Any tags assigned to the customer gateway.</p>",
1900519009
"locationName": "tagSet"
19010+
},
19011+
"BgpAsnExtended": {
19012+
"shape": "String",
19013+
"documentation": "<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p> <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code> </p>",
19014+
"locationName": "bgpAsnExtended"
1900619015
}
1900719016
},
1900819017
"documentation": "<p>Describes a customer gateway.</p>"

apis/kafka-2018-11-14.min.json

+10
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,16 @@
16311631
}
16321632
}
16331633
},
1634+
"ControllerNodeInfo": {
1635+
"locationName": "controllerNodeInfo",
1636+
"type": "structure",
1637+
"members": {
1638+
"Endpoints": {
1639+
"shape": "S3",
1640+
"locationName": "endpoints"
1641+
}
1642+
}
1643+
},
16341644
"InstanceType": {
16351645
"locationName": "instanceType"
16361646
},

apis/kafka-2018-11-14.normal.json

+16
Original file line numberDiff line numberDiff line change
@@ -3607,6 +3607,17 @@
36073607
},
36083608
"documentation": "\n <p>Returns information about a cluster operation.</p>"
36093609
},
3610+
"ControllerNodeInfo": {
3611+
"type": "structure",
3612+
"members": {
3613+
"Endpoints": {
3614+
"shape": "__listOf__string",
3615+
"locationName": "endpoints",
3616+
"documentation": "\n <p>Endpoints for accessing the Controller.</p>\n "
3617+
}
3618+
},
3619+
"documentation": "\n <p>Controller node information.</p>\n "
3620+
},
36103621
"CustomerActionStatus": {
36113622
"type": "string",
36123623
"documentation": "\n <p>A type of an action required from the customer.</p>",
@@ -5396,6 +5407,11 @@
53965407
"locationName": "brokerNodeInfo",
53975408
"documentation": "\n <p>The broker node info.</p>\n "
53985409
},
5410+
"ControllerNodeInfo": {
5411+
"shape": "ControllerNodeInfo",
5412+
"locationName": "controllerNodeInfo",
5413+
"documentation": "\n <p>The ControllerNodeInfo.</p>\n "
5414+
},
53995415
"InstanceType": {
54005416
"shape": "__string",
54015417
"locationName": "instanceType",

0 commit comments

Comments
 (0)