Skip to content

Commit 7a40a3b

Browse files
author
awstools
committed
Updates SDK to v2.1638.0
1 parent b502761 commit 7a40a3b

24 files changed

+4772
-615
lines changed

.changes/2.1638.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": "ApplicationSignals",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECS",
10+
"description": "This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Imagebuilder",
15+
"description": "This release updates the regex pattern for Image Builder ARNs."
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.1637.0-->
2+
<!--LATEST=2.1638.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1638.0
6+
* 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.
7+
* feature: ECS: This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.
8+
* feature: Imagebuilder: This release updates the regex pattern for Image Builder ARNs.
9+
510
## 2.1637.0
611
* 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.
712
* feature: B2bi: Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1637.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1638.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of
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)