Skip to content

Commit 131e460

Browse files
author
awstools
committed
Updates SDK to v2.1543.0
1 parent c1ddb71 commit 131e460

24 files changed

+1530
-586
lines changed

.changes/2.1543.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "S3",
5+
"description": "add compatibility fallback S3#ExpiresString when S3#Expires field is not a date-time"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Outposts",
15+
"description": "DeviceSerialNumber parameter is now optional in StartConnection API"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "This release adds support for Aurora Limitless Database."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "StorageGateway",
25+
"description": "Add DeprecationDate and SoftwareVersion to response of ListGateways."
26+
}
27+
]

.changes/next-release/bugfix-S3-e7312ed3.json

-5
This file was deleted.

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1542.0-->
2+
<!--LATEST=2.1543.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1543.0
6+
* bugfix: S3: add compatibility fallback S3#ExpiresString when S3#Expires field is not a date-time
7+
* feature: EC2: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
8+
* feature: Outposts: DeviceSerialNumber parameter is now optional in StartConnection API
9+
* feature: RDS: This release adds support for Aurora Limitless Database.
10+
* feature: StorageGateway: Add DeprecationDate and SoftwareVersion to response of ListGateways.
11+
512
## 2.1542.0
613
* feature: Inspector2: This release adds support for CIS scans on EC2 instances.
714

README.md

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

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1542.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1543.0.min.js"></script>
7373

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

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

+12
Original file line numberDiff line numberDiff line change
@@ -3287,6 +3287,9 @@
32873287
"TagSpecifications": {
32883288
"shape": "S3",
32893289
"locationName": "TagSpecification"
3290+
},
3291+
"ClientToken": {
3292+
"idempotencyToken": true
32903293
}
32913294
}
32923295
},
@@ -3296,6 +3299,9 @@
32963299
"NetworkAcl": {
32973300
"shape": "Skj",
32983301
"locationName": "networkAcl"
3302+
},
3303+
"ClientToken": {
3304+
"locationName": "clientToken"
32993305
}
33003306
}
33013307
}
@@ -3791,6 +3797,9 @@
37913797
"TagSpecifications": {
37923798
"shape": "S3",
37933799
"locationName": "TagSpecification"
3800+
},
3801+
"ClientToken": {
3802+
"idempotencyToken": true
37943803
}
37953804
}
37963805
},
@@ -3800,6 +3809,9 @@
38003809
"RouteTable": {
38013810
"shape": "Sn4",
38023811
"locationName": "routeTable"
3812+
},
3813+
"ClientToken": {
3814+
"locationName": "clientToken"
38033815
}
38043816
}
38053817
}

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

+26-4
Original file line numberDiff line numberDiff line change
@@ -11649,7 +11649,8 @@
1164911649
"available",
1165011650
"information",
1165111651
"impaired",
11652-
"unavailable"
11652+
"unavailable",
11653+
"constrained"
1165311654
]
1165411655
},
1165511656
"AvailabilityZoneStringList": {
@@ -15089,7 +15090,7 @@
1508915090
"members": {
1509015091
"ClientToken": {
1509115092
"shape": "String",
15092-
"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>"
15093+
"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>"
1509315094
},
1509415095
"DryRun": {
1509515096
"shape": "Boolean",
@@ -16184,7 +16185,7 @@
1618416185
},
1618516186
"ClientToken": {
1618616187
"shape": "String",
16187-
"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>",
16188+
"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>",
1618816189
"idempotencyToken": true
1618916190
},
1619016191
"DryRun": {
@@ -16321,6 +16322,11 @@
1632116322
"shape": "TagSpecificationList",
1632216323
"documentation": "<p>The tags to assign to the network ACL.</p>",
1632316324
"locationName": "TagSpecification"
16325+
},
16326+
"ClientToken": {
16327+
"shape": "String",
16328+
"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>",
16329+
"idempotencyToken": true
1632416330
}
1632516331
}
1632616332
},
@@ -16331,6 +16337,11 @@
1633116337
"shape": "NetworkAcl",
1633216338
"documentation": "<p>Information about the network ACL.</p>",
1633316339
"locationName": "networkAcl"
16340+
},
16341+
"ClientToken": {
16342+
"shape": "String",
16343+
"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>",
16344+
"locationName": "clientToken"
1633416345
}
1633516346
}
1633616347
},
@@ -16906,6 +16917,11 @@
1690616917
"shape": "TagSpecificationList",
1690716918
"documentation": "<p>The tags to assign to the route table.</p>",
1690816919
"locationName": "TagSpecification"
16920+
},
16921+
"ClientToken": {
16922+
"shape": "String",
16923+
"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>",
16924+
"idempotencyToken": true
1690916925
}
1691016926
}
1691116927
},
@@ -16916,6 +16932,11 @@
1691616932
"shape": "RouteTable",
1691716933
"documentation": "<p>Information about the route table.</p>",
1691816934
"locationName": "routeTable"
16935+
},
16936+
"ClientToken": {
16937+
"shape": "String",
16938+
"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>",
16939+
"locationName": "clientToken"
1691916940
}
1692016941
}
1692116942
},
@@ -58044,7 +58065,8 @@
5804458065
"type": "string",
5804558066
"enum": [
5804658067
"pending",
58047-
"available"
58068+
"available",
58069+
"unavailable"
5804858070
]
5804958071
},
5805058072
"Subscription": {

0 commit comments

Comments
 (0)