Skip to content

Commit

Permalink
Updates SDK to v2.1305.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 30, 2023
1 parent 12573e1 commit be414c1
Show file tree
Hide file tree
Showing 16 changed files with 2,724 additions and 2,599 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1305.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "CloudDirectory",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "This feature provides a method of obtaining which regions a stackset has stack instances deployed in."
},
{
"type": "feature",
"category": "DLM",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "Discovery",
"description": "Update ImportName validation to 255 from the current length of 100"
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "Kafka",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "SWF",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1304.0-->
<!--LATEST=2.1305.0-->
<!--ENTRYINSERT-->

## 2.1305.0
* feature: CloudDirectory: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: CloudFormation: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
* feature: DLM: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: Discovery: Update ImportName validation to 255 from the current length of 100
* 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.
* feature: Imagebuilder: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: Kafka: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: MediaConvert: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: SWF: Enabled FIPS endpoints for GovCloud (US) regions in SDK.

## 2.1304.0
* feature: AppStream: Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
* feature: ApplicationAutoScaling: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1304.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1305.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
3 changes: 3 additions & 0 deletions apis/cloudformation-2010-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,9 @@
},
"ManagedExecution": {
"shape": "S34"
},
"Regions": {
"shape": "S2o"
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions apis/cloudformation-2010-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6056,6 +6056,9 @@
"ManagedExecution": {
"shape": "ManagedExecution",
"documentation": "<p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.</p>"
},
"Regions": {
"shape": "RegionList"
}
},
"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>"
Expand Down
4 changes: 2 additions & 2 deletions apis/discovery-2015-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@
},
"ImportTaskFilterValue": {
"type": "string",
"max": 100,
"max": 255,
"min": 1
},
"ImportTaskFilterValueList": {
Expand All @@ -2055,7 +2055,7 @@
},
"ImportTaskName": {
"type": "string",
"max": 100,
"max": 255,
"min": 1,
"pattern": "[\\s\\S]*\\S[\\s\\S]*"
},
Expand Down
Loading

0 comments on commit be414c1

Please sign in to comment.