Skip to content

Commit

Permalink
Updates SDK to v2.595.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 20, 2019
1 parent 853285b commit 78305cb
Show file tree
Hide file tree
Showing 36 changed files with 5,969 additions and 1,386 deletions.
42 changes: 42 additions & 0 deletions .changes/2.595.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "DeviceFarm",
"description": "Introduced browser testing support through AWS Device Farm"
},
{
"type": "feature",
"category": "EC2",
"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. "
},
{
"type": "feature",
"category": "EKS",
"description": "Amazon EKS now supports restricting access to the API server public endpoint by applying CIDR blocks"
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This release of the Amazon Pinpoint API introduces versioning support for message templates."
},
{
"type": "feature",
"category": "RDS",
"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."
},
{
"type": "feature",
"category": "SSM",
"description": "This release updates the attachments support to include AttachmentReference source for Automation documents."
},
{
"type": "feature",
"category": "SecurityHub",
"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."
},
{
"type": "feature",
"category": "TranscribeService",
"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."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.594.0-->
<!--LATEST=2.595.0-->
<!--ENTRYINSERT-->

## 2.595.0
* feature: DeviceFarm: Introduced browser testing support through AWS Device Farm
* 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.
* feature: EKS: Amazon EKS now supports restricting access to the API server public endpoint by applying CIDR blocks
* feature: Pinpoint: This release of the Amazon Pinpoint API introduces versioning support for message templates.
* 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.
* feature: SSM: This release updates the attachments support to include AttachmentReference source for Automation documents.
* 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.
* 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.

## 2.594.0
* feature: CodeStarconnections: Public beta for Bitbucket Cloud support in AWS CodePipeline through integration with AWS CodeStar connections.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md