Skip to content

Commit

Permalink
Updates SDK to v2.1237.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 20, 2022
1 parent a2dd58d commit 71ab765
Show file tree
Hide file tree
Showing 23 changed files with 2,160 additions and 326 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1237.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AwsQueryCompatible",
"description": "Make AwsQueryCompatible translation only if trait is found"
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "This release adds information about the resources DevOps Guru is analyzing."
},
{
"type": "feature",
"category": "GlobalAccelerator",
"description": "Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups."
},
{
"type": "feature",
"category": "RUM",
"description": "CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions"
},
{
"type": "feature",
"category": "Resiliencehub",
"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."
}
]

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1236.0-->
<!--LATEST=2.1237.0-->
<!--ENTRYINSERT-->

## 2.1237.0
* feature: AwsQueryCompatible: Make AwsQueryCompatible translation only if trait is found
* feature: DevOpsGuru: This release adds information about the resources DevOps Guru is analyzing.
* feature: GlobalAccelerator: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
* feature: RUM: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions
* 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.

## 2.1236.0
* feature: CloudTrail: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
* feature: ConfigService: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
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.1236.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1237.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
Loading

0 comments on commit 71ab765

Please sign in to comment.