Skip to content

Commit

Permalink
Updates SDK to v2.1034.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 22, 2021
1 parent 98ce489 commit faee315
Show file tree
Hide file tree
Showing 47 changed files with 8,294 additions and 1,849 deletions.
62 changes: 62 additions & 0 deletions .changes/2.1034.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "feature",
"category": "Braket",
"description": "This release adds support for Amazon Braket Hybrid Jobs."
},
{
"type": "feature",
"category": "ChimeSDKMeetings",
"description": "Added new APIs for enabling Echo Reduction with Voice Focus."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide."
},
{
"type": "feature",
"category": "DMS",
"description": "Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'."
},
{
"type": "feature",
"category": "EKS",
"description": "Adding missing exceptions to RegisterCluster operation"
},
{
"type": "feature",
"category": "ES",
"description": "This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change."
},
{
"type": "feature",
"category": "Finspacedata",
"description": "Add new APIs for managing Datasets, Changesets, and Dataviews."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Add support for Exasol data source, 1 click enterprise embedding and email customization."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds local backup support to Amazon RDS on AWS Outposts."
},
{
"type": "feature",
"category": "S3Control",
"description": "Added Amazon CloudWatch publishing option for S3 Storage Lens metrics."
},
{
"type": "feature",
"category": "SSM",
"description": "Adds new parameter to CreateActivation API . This parameter is for \"internal use only\"."
}
]
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.1033.0-->
<!--LATEST=2.1034.0-->
<!--ENTRYINSERT-->

## 2.1034.0
* feature: Braket: This release adds support for Amazon Braket Hybrid Jobs.
* feature: ChimeSDKMeetings: Added new APIs for enabling Echo Reduction with Voice Focus.
* feature: CloudFormation: This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.
* feature: Connect: This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
* feature: DMS: Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
* feature: EKS: Adding missing exceptions to RegisterCluster operation
* feature: ES: This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
* feature: Finspacedata: Add new APIs for managing Datasets, Changesets, and Dataviews.
* feature: QuickSight: Add support for Exasol data source, 1 click enterprise embedding and email customization.
* feature: RDS: Adds local backup support to Amazon RDS on AWS Outposts.
* feature: S3Control: Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
* feature: SSM: Adds new parameter to CreateActivation API . This parameter is for "internal use only".

## 2.1033.0
* feature: AppStream: Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
* feature: ApplicationInsights: Application Insights now supports monitoring for HANA
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1033.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1034.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

0 comments on commit faee315

Please sign in to comment.