Skip to content

Commit 78305cb

Browse files
author
awstools
committed
Updates SDK to v2.595.0
1 parent 853285b commit 78305cb

36 files changed

+5969
-1386
lines changed

.changes/2.595.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DeviceFarm",
5+
"description": "Introduced browser testing support through AWS Device Farm"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release introduces the ability to tag key pairs, placement groups, export tasks, import image tasks, import snapshot tasks and export image tasks. You can use tags to organize and identify your resources for cost allocation. "
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EKS",
15+
"description": "Amazon EKS now supports restricting access to the API server public endpoint by applying CIDR blocks"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Pinpoint",
20+
"description": "This release of the Amazon Pinpoint API introduces versioning support for message templates."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "This release adds an operation that enables users to specify whether a database is restarted when its SSL/TLS certificate is rotated. Only customers who do not use SSL/TLS should use this operation."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SSM",
30+
"description": "This release updates the attachments support to include AttachmentReference source for Automation documents."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SecurityHub",
35+
"description": "Additional resource types are now fully supported in the AWS Security Finding Format (ASFF). These resources include AwsElbv2LoadBalancer, AwsKmsKey, AwsIamRole, AwsSqsQueue, AwsLambdaFunction, AwsSnsTopic, and AwsCloudFrontDistribution. Each of these resource types includes an accompanying resource details object with fields for security finding providers to populate. Updates were made to the AwsIamAccessKey resource details object to include information on principal ID and name. To learn more, visit our documentation on the ASFF."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "TranscribeService",
40+
"description": "AWS Transcribe now supports vocabulary filtering that allows customers to input words to the service that they don't want to see in the output transcript."
41+
}
42+
]

CHANGELOG.md

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

5+
## 2.595.0
6+
* feature: DeviceFarm: Introduced browser testing support through AWS Device Farm
7+
* feature: EC2: This release introduces the ability to tag key pairs, placement groups, export tasks, import image tasks, import snapshot tasks and export image tasks. You can use tags to organize and identify your resources for cost allocation.
8+
* feature: EKS: Amazon EKS now supports restricting access to the API server public endpoint by applying CIDR blocks
9+
* feature: Pinpoint: This release of the Amazon Pinpoint API introduces versioning support for message templates.
10+
* feature: RDS: This release adds an operation that enables users to specify whether a database is restarted when its SSL/TLS certificate is rotated. Only customers who do not use SSL/TLS should use this operation.
11+
* feature: SSM: This release updates the attachments support to include AttachmentReference source for Automation documents.
12+
* feature: SecurityHub: Additional resource types are now fully supported in the AWS Security Finding Format (ASFF). These resources include AwsElbv2LoadBalancer, AwsKmsKey, AwsIamRole, AwsSqsQueue, AwsLambdaFunction, AwsSnsTopic, and AwsCloudFrontDistribution. Each of these resource types includes an accompanying resource details object with fields for security finding providers to populate. Updates were made to the AwsIamAccessKey resource details object to include information on principal ID and name. To learn more, visit our documentation on the ASFF.
13+
* feature: TranscribeService: AWS Transcribe now supports vocabulary filtering that allows customers to input words to the service that they don't want to see in the output transcript.
14+
515
## 2.594.0
616
* feature: CodeStarconnections: Public beta for Bitbucket Cloud support in AWS CodePipeline through integration with AWS CodeStar connections.
717
* feature: DLM: You can now copy snapshots across regions using Data Lifecycle Manager (DLM). You can enable policies which, along with create, can now also copy snapshots to one or more AWS region(s). Copies can be scheduled for up to three regions from a single policy and retention periods are set for each region separately.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.594.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.595.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)