Skip to content

Commit

Permalink
Updates SDK to v2.1629.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 28, 2024
1 parent 7d49adb commit 3915dc7
Show file tree
Hide file tree
Showing 21 changed files with 391 additions and 150 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1629.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Providing support to accept BgpAsnExtended attribute"
},
{
"type": "feature",
"category": "Kafka",
"description": "Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK"
},
{
"type": "feature",
"category": "SWF",
"description": "This release adds new APIs for deleting activity type and workflow type resources."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1628.0-->
<!--LATEST=2.1629.0-->
<!--ENTRYINSERT-->

## 2.1629.0
* feature: EC2: Providing support to accept BgpAsnExtended attribute
* feature: Kafka: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
* feature: SWF: This release adds new APIs for deleting activity type and workflow type resources.

## 2.1628.0
* feature: IoTFleetWise: AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1628.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1629.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
2 changes: 1 addition & 1 deletion apis/dynamodb-2012-08-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@
},
"ResourcePolicy": {
"shape": "ResourcePolicy",
"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>"
"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>"
},
"OnDemandThroughput": {
"shape": "OnDemandThroughput",
Expand Down
6 changes: 6 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2217,6 +2217,9 @@
"DryRun": {
"locationName": "dryRun",
"type": "boolean"
},
"BgpAsnExtended": {
"type": "long"
}
}
},
Expand Down Expand Up @@ -27605,6 +27608,9 @@
"Tags": {
"shape": "S6",
"locationName": "tagSet"
},
"BgpAsnExtended": {
"locationName": "bgpAsnExtended"
}
}
},
Expand Down
17 changes: 13 additions & 4 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -15046,7 +15046,7 @@
"members": {
"BgpAsn": {
"shape": "Integer",
"documentation": "<p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default: 65000</p>"
"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>"
},
"PublicIp": {
"shape": "String",
Expand All @@ -15071,12 +15071,16 @@
},
"IpAddress": {
"shape": "String",
"documentation": "<p> IPv4 address for the customer gateway device's outside interface. The address must be static. </p>"
"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>"
},
"DryRun": {
"shape": "Boolean",
"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>",
"locationName": "dryRun"
},
"BgpAsnExtended": {
"shape": "Long",
"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>"
}
},
"documentation": "<p>Contains the parameters for CreateCustomerGateway.</p>"
Expand Down Expand Up @@ -18966,7 +18970,7 @@
"members": {
"BgpAsn": {
"shape": "String",
"documentation": "<p>The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p>",
"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>",
"locationName": "bgpAsn"
},
"CustomerGatewayId": {
Expand All @@ -18976,7 +18980,7 @@
},
"IpAddress": {
"shape": "String",
"documentation": "<p>The IP address of the customer gateway device's outside interface.</p>",
"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>",
"locationName": "ipAddress"
},
"CertificateArn": {
Expand All @@ -19003,6 +19007,11 @@
"shape": "TagList",
"documentation": "<p>Any tags assigned to the customer gateway.</p>",
"locationName": "tagSet"
},
"BgpAsnExtended": {
"shape": "String",
"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>",
"locationName": "bgpAsnExtended"
}
},
"documentation": "<p>Describes a customer gateway.</p>"
Expand Down
10 changes: 10 additions & 0 deletions apis/kafka-2018-11-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,16 @@
}
}
},
"ControllerNodeInfo": {
"locationName": "controllerNodeInfo",
"type": "structure",
"members": {
"Endpoints": {
"shape": "S3",
"locationName": "endpoints"
}
}
},
"InstanceType": {
"locationName": "instanceType"
},
Expand Down
16 changes: 16 additions & 0 deletions apis/kafka-2018-11-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3607,6 +3607,17 @@
},
"documentation": "\n <p>Returns information about a cluster operation.</p>"
},
"ControllerNodeInfo": {
"type": "structure",
"members": {
"Endpoints": {
"shape": "__listOf__string",
"locationName": "endpoints",
"documentation": "\n <p>Endpoints for accessing the Controller.</p>\n "
}
},
"documentation": "\n <p>Controller node information.</p>\n "
},
"CustomerActionStatus": {
"type": "string",
"documentation": "\n <p>A type of an action required from the customer.</p>",
Expand Down Expand Up @@ -5396,6 +5407,11 @@
"locationName": "brokerNodeInfo",
"documentation": "\n <p>The broker node info.</p>\n "
},
"ControllerNodeInfo": {
"shape": "ControllerNodeInfo",
"locationName": "controllerNodeInfo",
"documentation": "\n <p>The ControllerNodeInfo.</p>\n "
},
"InstanceType": {
"shape": "__string",
"locationName": "instanceType",
Expand Down
Loading

0 comments on commit 3915dc7

Please sign in to comment.