You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
# Changelog for AWS SDK for JavaScript
2
-
<!--LATEST=2.1628.0-->
2
+
<!--LATEST=2.1629.0-->
3
3
<!--ENTRYINSERT-->
4
4
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
+
5
10
## 2.1628.0
6
11
* feature: IoTFleetWise: AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
Copy file name to clipboardExpand all lines: apis/dynamodb-2012-08-10.normal.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -2728,7 +2728,7 @@
2728
2728
},
2729
2729
"ResourcePolicy": {
2730
2730
"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>"
Copy file name to clipboardExpand all lines: apis/ec2-2016-11-15.normal.json
+13-4
Original file line number
Diff line number
Diff line change
@@ -15046,7 +15046,7 @@
15046
15046
"members": {
15047
15047
"BgpAsn": {
15048
15048
"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>"
15050
15050
},
15051
15051
"PublicIp": {
15052
15052
"shape": "String",
@@ -15071,12 +15071,16 @@
15071
15071
},
15072
15072
"IpAddress": {
15073
15073
"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>"
15075
15075
},
15076
15076
"DryRun": {
15077
15077
"shape": "Boolean",
15078
15078
"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>",
15079
15079
"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>"
15080
15084
}
15081
15085
},
15082
15086
"documentation": "<p>Contains the parameters for CreateCustomerGateway.</p>"
@@ -18966,7 +18970,7 @@
18966
18970
"members": {
18967
18971
"BgpAsn": {
18968
18972
"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>",
18970
18974
"locationName": "bgpAsn"
18971
18975
},
18972
18976
"CustomerGatewayId": {
@@ -18976,7 +18980,7 @@
18976
18980
},
18977
18981
"IpAddress": {
18978
18982
"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>",
18980
18984
"locationName": "ipAddress"
18981
18985
},
18982
18986
"CertificateArn": {
@@ -19003,6 +19007,11 @@
19003
19007
"shape": "TagList",
19004
19008
"documentation": "<p>Any tags assigned to the customer gateway.</p>",
19005
19009
"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"
19006
19015
}
19007
19016
},
19008
19017
"documentation": "<p>Describes a customer gateway.</p>"
0 commit comments