Skip to content

Commit

Permalink
Updates SDK to v2.941.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 7, 2021
1 parent bea1c42 commit 69494c3
Show file tree
Hide file tree
Showing 33 changed files with 7,401 additions and 4,470 deletions.
32 changes: 32 additions & 0 deletions .changes/2.941.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Chime",
"description": "Releasing new APIs for AWS Chime MediaCapturePipeline"
},
{
"type": "feature",
"category": "CloudFront",
"description": "Amazon CloudFront now provides two new APIs, ListConflictingAliases and AssociateAlias, that help locate and move Alternate Domain Names (CNAMEs) if you encounter the CNAMEAlreadyExists error code."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds resource ids and tagging support for VPC security group rules."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "This release add storage configuration APIs for AWS IoT SiteWise."
},
{
"type": "feature",
"category": "MQ",
"description": "adds support for modifying the maintenance window for brokers."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Adding support for oplocks for SMB file shares, S3 Access Point and S3 Private Link for all file shares and IP address support for file system associations"
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.940.0-->
<!--LATEST=2.941.0-->
<!--ENTRYINSERT-->

## 2.941.0
* feature: Chime: Releasing new APIs for AWS Chime MediaCapturePipeline
* feature: CloudFront: Amazon CloudFront now provides two new APIs, ListConflictingAliases and AssociateAlias, that help locate and move Alternate Domain Names (CNAMEs) if you encounter the CNAMEAlreadyExists error code.
* feature: EC2: This release adds resource ids and tagging support for VPC security group rules.
* feature: IoTSiteWise: This release add storage configuration APIs for AWS IoT SiteWise.
* feature: MQ: adds support for modifying the maintenance window for brokers.
* feature: StorageGateway: Adding support for oplocks for SMB file shares, S3 Access Point and S3 Private Link for all file shares and IP address support for file system associations

## 2.940.0
* feature: EKS: Adding new error code UnsupportedAddonModification for Addons in EKS
* feature: Imagebuilder: Adds support for specifying parameters to customize components for recipes. Expands configuration of the Amazon EC2 instances that are used for building and testing images, including the ability to specify commands to run on launch, and more control over installation and removal of the SSM agent.
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.940.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.941.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 69494c3

Please sign in to comment.