Skip to content

Commit be414c1

Browse files
author
awstools
committed
Updates SDK to v2.1305.0
1 parent 12573e1 commit be414c1

16 files changed

+2724
-2599
lines changed

.changes/2.1305.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudDirectory",
5+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudFormation",
10+
"description": "This feature provides a method of obtaining which regions a stackset has stack instances deployed in."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DLM",
15+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Discovery",
20+
"description": "Update ImportName validation to 255 from the current length of 100"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EC2",
25+
"description": "We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Imagebuilder",
30+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Kafka",
35+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "MediaConvert",
40+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "SWF",
45+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
46+
}
47+
]

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1304.0-->
2+
<!--LATEST=2.1305.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1305.0
6+
* feature: CloudDirectory: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
7+
* feature: CloudFormation: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
8+
* feature: DLM: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
9+
* feature: Discovery: Update ImportName validation to 255 from the current length of 100
10+
* feature: EC2: We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route.
11+
* feature: Imagebuilder: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
12+
* feature: Kafka: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
13+
* feature: MediaConvert: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
14+
* feature: SWF: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
15+
516
## 2.1304.0
617
* feature: AppStream: Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
718
* feature: ApplicationAutoScaling: Enabled FIPS endpoints for GovCloud (US) regions in SDK.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1304.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1305.0.min.js"></script>
6161

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

apis/cloudformation-2010-05-15.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,9 @@
967967
},
968968
"ManagedExecution": {
969969
"shape": "S34"
970+
},
971+
"Regions": {
972+
"shape": "S2o"
970973
}
971974
}
972975
}

apis/cloudformation-2010-05-15.normal.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6056,6 +6056,9 @@
60566056
"ManagedExecution": {
60576057
"shape": "ManagedExecution",
60586058
"documentation": "<p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.</p>"
6059+
},
6060+
"Regions": {
6061+
"shape": "RegionList"
60596062
}
60606063
},
60616064
"documentation": "<p>A structure that contains information about a stack set. A stack set enables you to provision stacks into Amazon Web Services accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, in addition to any parameters and capabilities that the template requires.</p>"

apis/discovery-2015-11-01.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@
20312031
},
20322032
"ImportTaskFilterValue": {
20332033
"type": "string",
2034-
"max": 100,
2034+
"max": 255,
20352035
"min": 1
20362036
},
20372037
"ImportTaskFilterValueList": {
@@ -2055,7 +2055,7 @@
20552055
},
20562056
"ImportTaskName": {
20572057
"type": "string",
2058-
"max": 100,
2058+
"max": 255,
20592059
"min": 1,
20602060
"pattern": "[\\s\\S]*\\S[\\s\\S]*"
20612061
},

0 commit comments

Comments
 (0)