Skip to content

Commit

Permalink
Updates SDK to v2.1543.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 24, 2024
1 parent c1ddb71 commit 131e460
Show file tree
Hide file tree
Showing 24 changed files with 1,530 additions and 586 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1543.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "add compatibility fallback S3#ExpiresString when S3#Expires field is not a date-time"
},
{
"type": "feature",
"category": "EC2",
"description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs."
},
{
"type": "feature",
"category": "Outposts",
"description": "DeviceSerialNumber parameter is now optional in StartConnection API"
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for Aurora Limitless Database."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Add DeprecationDate and SoftwareVersion to response of ListGateways."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-e7312ed3.json

This file was deleted.

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

## 2.1543.0
* bugfix: S3: add compatibility fallback S3#ExpiresString when S3#Expires field is not a date-time
* feature: EC2: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* feature: Outposts: DeviceSerialNumber parameter is now optional in StartConnection API
* feature: RDS: This release adds support for Aurora Limitless Database.
* feature: StorageGateway: Add DeprecationDate and SoftwareVersion to response of ListGateways.

## 2.1542.0
* feature: Inspector2: This release adds support for CIS scans on EC2 instances.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1542.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1543.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: 12 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3287,6 +3287,9 @@
"TagSpecifications": {
"shape": "S3",
"locationName": "TagSpecification"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
Expand All @@ -3296,6 +3299,9 @@
"NetworkAcl": {
"shape": "Skj",
"locationName": "networkAcl"
},
"ClientToken": {
"locationName": "clientToken"
}
}
}
Expand Down Expand Up @@ -3791,6 +3797,9 @@
"TagSpecifications": {
"shape": "S3",
"locationName": "TagSpecification"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
Expand All @@ -3800,6 +3809,9 @@
"RouteTable": {
"shape": "Sn4",
"locationName": "routeTable"
},
"ClientToken": {
"locationName": "clientToken"
}
}
}
Expand Down
30 changes: 26 additions & 4 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -11649,7 +11649,8 @@
"available",
"information",
"impaired",
"unavailable"
"unavailable",
"constrained"
]
},
"AvailabilityZoneStringList": {
Expand Down Expand Up @@ -15089,7 +15090,7 @@
"members": {
"ClientToken": {
"shape": "String",
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p>"
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>"
},
"DryRun": {
"shape": "Boolean",
Expand Down Expand Up @@ -16184,7 +16185,7 @@
},
"ClientToken": {
"shape": "String",
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>",
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>",
"idempotencyToken": true
},
"DryRun": {
Expand Down Expand Up @@ -16321,6 +16322,11 @@
"shape": "TagSpecificationList",
"documentation": "<p>The tags to assign to the network ACL.</p>",
"locationName": "TagSpecification"
},
"ClientToken": {
"shape": "String",
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"idempotencyToken": true
}
}
},
Expand All @@ -16331,6 +16337,11 @@
"shape": "NetworkAcl",
"documentation": "<p>Information about the network ACL.</p>",
"locationName": "networkAcl"
},
"ClientToken": {
"shape": "String",
"documentation": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"locationName": "clientToken"
}
}
},
Expand Down Expand Up @@ -16906,6 +16917,11 @@
"shape": "TagSpecificationList",
"documentation": "<p>The tags to assign to the route table.</p>",
"locationName": "TagSpecification"
},
"ClientToken": {
"shape": "String",
"documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"idempotencyToken": true
}
}
},
Expand All @@ -16916,6 +16932,11 @@
"shape": "RouteTable",
"documentation": "<p>Information about the route table.</p>",
"locationName": "routeTable"
},
"ClientToken": {
"shape": "String",
"documentation": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"locationName": "clientToken"
}
}
},
Expand Down Expand Up @@ -58044,7 +58065,8 @@
"type": "string",
"enum": [
"pending",
"available"
"available",
"unavailable"
]
},
"Subscription": {
Expand Down
Loading

0 comments on commit 131e460

Please sign in to comment.