Skip to content

Commit 71ab765

Browse files
author
awstools
committed
Updates SDK to v2.1237.0
1 parent a2dd58d commit 71ab765

23 files changed

+2160
-326
lines changed

.changes/2.1237.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AwsQueryCompatible",
5+
"description": "Make AwsQueryCompatible translation only if trait is found"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DevOpsGuru",
10+
"description": "This release adds information about the resources DevOps Guru is analyzing."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "GlobalAccelerator",
15+
"description": "Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RUM",
20+
"description": "CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Resiliencehub",
25+
"description": "In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity."
26+
}
27+
]

.changes/next-release/feature-AwsQueryCompatible-8c86192b.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1237.0
6+
* feature: AwsQueryCompatible: Make AwsQueryCompatible translation only if trait is found
7+
* feature: DevOpsGuru: This release adds information about the resources DevOps Guru is analyzing.
8+
* feature: GlobalAccelerator: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
9+
* feature: RUM: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions
10+
* feature: Resiliencehub: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
11+
512
## 2.1236.0
613
* feature: CloudTrail: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
714
* feature: ConfigService: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.

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.1236.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1237.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

0 commit comments

Comments
 (0)