Skip to content

Commit ac59c2d

Browse files
author
awstools
committed
Updates SDK to v2.1224.0
1 parent 4b74b8f commit ac59c2d

25 files changed

+10941
-642
lines changed

.changes/2.1224.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CUR",
5+
"description": "This release adds two new support regions(me-central-1/eu-south-2) for OSG."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IoTFleetWise",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SSM",
15+
"description": "This release includes support for applying a CloudWatch alarm to Systems Manager capabilities like Automation, Run Command, State Manager, and Maintenance Windows."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1224.0
6+
* feature: CUR: This release adds two new support regions(me-central-1/eu-south-2) for OSG.
7+
* 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.
8+
* feature: SSM: This release includes support for applying a CloudWatch alarm to Systems Manager capabilities like Automation, Run Command, State Manager, and Maintenance Windows.
9+
510
## 2.1223.0
611
* feature: AppRunner: AWS App Runner adds a Node.js 16 runtime.
712
* feature: EC2: Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1223.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1224.0.min.js"></script>
3333

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

apis/cur-2017-01-06.normal.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"ap-south-1",
116116
"ap-southeast-1",
117117
"ap-southeast-2",
118+
"ap-southeast-3",
118119
"ap-northeast-1",
119120
"ap-northeast-2",
120121
"ap-northeast-3",
@@ -125,6 +126,8 @@
125126
"eu-west-3",
126127
"eu-north-1",
127128
"eu-south-1",
129+
"eu-south-2",
130+
"me-central-1",
128131
"me-south-1",
129132
"sa-east-1",
130133
"us-east-1",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)