aws-sdk 2.1236.0 → 2.1237.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1236.0-->
2
+ <!--LATEST=2.1237.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
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
+
5
12
  ## 2.1236.0
6
13
  * feature: CloudTrail: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
7
14
  * feature: ConfigService: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
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>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of