Skip to content

Commit

Permalink
Updates SDK to v2.1664.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 25, 2024
1 parent 0167c9f commit 37945f9
Show file tree
Hide file tree
Showing 45 changed files with 2,849 additions and 653 deletions.
62 changes: 62 additions & 0 deletions .changes/2.1664.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"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."
},
{
"type": "feature",
"category": "ApplicationSignals",
"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."
},
{
"type": "feature",
"category": "BedrockRuntime",
"description": "Provides ServiceUnavailableException error message"
},
{
"type": "feature",
"category": "CodeCommit",
"description": "CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository."
},
{
"type": "feature",
"category": "DataZone",
"description": "Introduces GetEnvironmentCredentials operation to SDK"
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "ECR",
"description": "API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template."
},
{
"type": "feature",
"category": "EKS",
"description": "This release adds support for EKS cluster to manage extended support."
},
{
"type": "feature",
"category": "ELBv2",
"description": "This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging."
},
{
"type": "feature",
"category": "Outposts",
"description": "Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses"
},
{
"type": "feature",
"category": "StepFunctions",
"description": "This release adds support to customer managed KMS key encryption in AWS Step Functions."
}
]
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1663.0-->
<!--LATEST=2.1664.0-->
<!--ENTRYINSERT-->

## 2.1664.0
* 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.
* 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.
* feature: BedrockRuntime: Provides ServiceUnavailableException error message
* feature: CodeCommit: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
* feature: DataZone: Introduces GetEnvironmentCredentials operation to SDK
* 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.
* feature: ECR: API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
* feature: EKS: This release adds support for EKS cluster to manage extended support.
* feature: ELBv2: This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager.
* feature: NetworkFirewall: You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.
* feature: Outposts: Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses
* feature: StepFunctions: This release adds support to customer managed KMS key encryption in AWS Step Functions.

## 2.1663.0
* feature: CleanRooms: Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed
* feature: IoTSiteWise: Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device.
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.1663.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1664.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
4 changes: 3 additions & 1 deletion apis/application-autoscaling-2016-02-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,9 @@
"SageMakerVariantProvisionedConcurrencyUtilization",
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
"SageMakerInferenceComponentInvocationsPerCopy",
"WorkSpacesAverageUserSessionsCapacityUtilization"
"WorkSpacesAverageUserSessionsCapacityUtilization",
"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution",
"SageMakerVariantConcurrentRequestsPerModelHighResolution"
]
},
"MetricUnit": {
Expand Down
15 changes: 15 additions & 0 deletions apis/application-signals-2024-04-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"version": "2.0",
"metadata": {
"apiVersion": "2024-04-15",
"auth": [
"aws.auth#sigv4"
],
"endpointPrefix": "application-signals",
"protocol": "rest-json",
"protocols": [
Expand Down Expand Up @@ -210,6 +213,9 @@
},
"MetricReferences": {
"shape": "S22"
},
"LogGroupReferences": {
"shape": "S25"
}
}
},
Expand All @@ -218,6 +224,9 @@
},
"EndTime": {
"type": "timestamp"
},
"LogGroupReferences": {
"shape": "S25"
}
}
}
Expand Down Expand Up @@ -970,6 +979,12 @@
"MetricName": {}
}
}
},
"S25": {
"type": "list",
"member": {
"shape": "Sg"
}
}
}
}
Loading

0 comments on commit 37945f9

Please sign in to comment.