Skip to content

Commit

Permalink
Updates SDK to v2.1249.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 7, 2022
1 parent 2e5ecc6 commit 4cecf2b
Show file tree
Hide file tree
Showing 43 changed files with 6,274 additions and 3,370 deletions.
52 changes: 52 additions & 0 deletions .changes/2.1249.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "Athena",
"description": "Adds support for using Query Result Reuse"
},
{
"type": "feature",
"category": "AutoScaling",
"description": "This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes."
},
{
"type": "feature",
"category": "ElastiCache",
"description": "Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "Amazon Lex now supports new APIs for viewing and editing Custom Vocabulary in bots."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata."
},
{
"type": "feature",
"category": "SSM",
"description": "This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation"
},
{
"type": "feature",
"category": "WellArchitected",
"description": "This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1248.0-->
<!--LATEST=2.1249.0-->
<!--ENTRYINSERT-->

## 2.1249.0
* feature: Athena: Adds support for using Query Result Reuse
* feature: AutoScaling: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
* feature: CloudTrail: This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores.
* feature: EC2: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
* feature: ElastiCache: Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support.
* feature: LexModelsV2: Amazon Lex now supports new APIs for viewing and editing Custom Vocabulary in bots.
* feature: MediaConvert: The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata.
* feature: SSM: This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation
* feature: WellArchitected: This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews.
* feature: WorkSpaces: This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs.

## 2.1248.0
* bugfix: ResourceExplorer2: Set endpoint to dualstack by default
* feature: EC2: This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.
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.1248.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1249.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
Loading

0 comments on commit 4cecf2b

Please sign in to comment.