Skip to content

Commit

Permalink
Updates SDK to v2.1638.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 10, 2024
1 parent b502761 commit 7a40a3b
Show file tree
Hide file tree
Showing 24 changed files with 4,772 additions and 615 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1638.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ApplicationSignals",
"description": "This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives."
},
{
"type": "feature",
"category": "ECS",
"description": "This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release updates the regex pattern for Image Builder ARNs."
}
]
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.1637.0-->
<!--LATEST=2.1638.0-->
<!--ENTRYINSERT-->

## 2.1638.0
* feature: ApplicationSignals: This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives.
* feature: ECS: This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.
* feature: Imagebuilder: This release updates the regex pattern for Image Builder ARNs.

## 2.1637.0
* feature: AuditManager: New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned.
* feature: B2bi: Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1637.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1638.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
5 changes: 5 additions & 0 deletions apis/application-signals-2024-04-15.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 7a40a3b

Please sign in to comment.