Skip to content

Commit

Permalink
Updates SDK to v2.1224.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 26, 2022
1 parent 4b74b8f commit ac59c2d
Show file tree
Hide file tree
Showing 25 changed files with 10,941 additions and 642 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1224.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CUR",
"description": "This release adds two new support regions(me-central-1/eu-south-2) for OSG."
},
{
"type": "feature",
"category": "IoTFleetWise",
"description": "General availability (GA) for AWS IoT Fleetwise. It adds AWS IoT Fleetwise to AWS SDK. For more information, see https://docs.aws.amazon.com/iot-fleetwise/latest/APIReference/Welcome.html."
},
{
"type": "feature",
"category": "SSM",
"description": "This release includes support for applying a CloudWatch alarm to Systems Manager capabilities like Automation, Run Command, State Manager, and Maintenance Windows."
}
]
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.1223.0-->
<!--LATEST=2.1224.0-->
<!--ENTRYINSERT-->

## 2.1224.0
* feature: CUR: This release adds two new support regions(me-central-1/eu-south-2) for OSG.
* feature: IoTFleetWise: General availability (GA) for AWS IoT Fleetwise. It adds AWS IoT Fleetwise to AWS SDK. For more information, see https://docs.aws.amazon.com/iot-fleetwise/latest/APIReference/Welcome.html.
* feature: SSM: This release includes support for applying a CloudWatch alarm to Systems Manager capabilities like Automation, Run Command, State Manager, and Maintenance Windows.

## 2.1223.0
* feature: AppRunner: AWS App Runner adds a Node.js 16 runtime.
* feature: EC2: Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1223.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1224.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/cur-2017-01-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
Expand All @@ -125,6 +126,8 @@
"eu-west-3",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
5 changes: 5 additions & 0 deletions apis/iotfleetwise-2021-06-17.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit ac59c2d

Please sign in to comment.