Skip to content

Commit 37945f9

Browse files
author
awstools
committed
Updates SDK to v2.1664.0
1 parent 0167c9f commit 37945f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2849
-653
lines changed

.changes/2.1664.0.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ApplicationAutoScaling",
5+
"description": "Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ApplicationSignals",
10+
"description": "CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "BedrockRuntime",
15+
"description": "Provides ServiceUnavailableException error message"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CodeCommit",
20+
"description": "CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "DataZone",
25+
"description": "Introduces GetEnvironmentCredentials operation to SDK"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EC2",
30+
"description": "EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "ECR",
35+
"description": "API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "EKS",
40+
"description": "This release adds support for EKS cluster to manage extended support."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "ELBv2",
45+
"description": "This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "NetworkFirewall",
50+
"description": "You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Outposts",
55+
"description": "Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses"
56+
},
57+
{
58+
"type": "feature",
59+
"category": "StepFunctions",
60+
"description": "This release adds support to customer managed KMS key encryption in AWS Step Functions."
61+
}
62+
]

CHANGELOG.md

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

5+
## 2.1664.0
6+
* feature: ApplicationAutoScaling: Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.
7+
* feature: ApplicationSignals: CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.
8+
* feature: BedrockRuntime: Provides ServiceUnavailableException error message
9+
* feature: CodeCommit: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
10+
* feature: DataZone: Introduces GetEnvironmentCredentials operation to SDK
11+
* feature: EC2: EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
12+
* feature: ECR: API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
13+
* feature: EKS: This release adds support for EKS cluster to manage extended support.
14+
* feature: ELBv2: This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager.
15+
* feature: NetworkFirewall: You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.
16+
* feature: Outposts: Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses
17+
* feature: StepFunctions: This release adds support to customer managed KMS key encryption in AWS Step Functions.
18+
519
## 2.1663.0
620
* feature: CleanRooms: Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed
721
* feature: IoTSiteWise: Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device.

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.1663.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1664.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

apis/application-autoscaling-2016-02-06.normal.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,9 @@
840840
"SageMakerVariantProvisionedConcurrencyUtilization",
841841
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
842842
"SageMakerInferenceComponentInvocationsPerCopy",
843-
"WorkSpacesAverageUserSessionsCapacityUtilization"
843+
"WorkSpacesAverageUserSessionsCapacityUtilization",
844+
"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution",
845+
"SageMakerVariantConcurrentRequestsPerModelHighResolution"
844846
]
845847
},
846848
"MetricUnit": {

apis/application-signals-2024-04-15.min.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"version": "2.0",
33
"metadata": {
44
"apiVersion": "2024-04-15",
5+
"auth": [
6+
"aws.auth#sigv4"
7+
],
58
"endpointPrefix": "application-signals",
69
"protocol": "rest-json",
710
"protocols": [
@@ -210,6 +213,9 @@
210213
},
211214
"MetricReferences": {
212215
"shape": "S22"
216+
},
217+
"LogGroupReferences": {
218+
"shape": "S25"
213219
}
214220
}
215221
},
@@ -218,6 +224,9 @@
218224
},
219225
"EndTime": {
220226
"type": "timestamp"
227+
},
228+
"LogGroupReferences": {
229+
"shape": "S25"
221230
}
222231
}
223232
}
@@ -970,6 +979,12 @@
970979
"MetricName": {}
971980
}
972981
}
982+
},
983+
"S25": {
984+
"type": "list",
985+
"member": {
986+
"shape": "Sg"
987+
}
973988
}
974989
}
975990
}

0 commit comments

Comments
 (0)