Skip to content

Commit

Permalink
Updates SDK to v2.940.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 6, 2021
1 parent a2f8e4f commit bea1c42
Show file tree
Hide file tree
Showing 24 changed files with 960 additions and 2,160 deletions.
22 changes: 22 additions & 0 deletions .changes/2.940.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EKS",
"description": "Adding new error code UnsupportedAddonModification for Addons in EKS"
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "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."
},
{
"type": "feature",
"category": "Lambda",
"description": "Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings."
},
{
"type": "feature",
"category": "Mgn",
"description": "Bug fix: Remove not supported EBS encryption type \"NONE\""
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.939.0-->
<!--LATEST=2.940.0-->
<!--ENTRYINSERT-->

## 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.
* feature: Lambda: Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.
* feature: Mgn: Bug fix: Remove not supported EBS encryption type "NONE"

## 2.939.0
* feature: EC2: This release removes network-insights-boundary
* feature: cloudhsmv2: Enable CORS
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.939.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.940.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
6 changes: 4 additions & 2 deletions apis/eks-2017-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,8 @@
"ClusterUnreachable",
"InsufficientNumberOfReplicas",
"ConfigurationConflict",
"AdmissionRequestDenied"
"AdmissionRequestDenied",
"UnsupportedAddonModification"
]
},
"AddonIssueList": {
Expand Down Expand Up @@ -2049,7 +2050,8 @@
"ClusterUnreachable",
"InsufficientNumberOfReplicas",
"ConfigurationConflict",
"AdmissionRequestDenied"
"AdmissionRequestDenied",
"UnsupportedAddonModification"
]
},
"ErrorDetail": {
Expand Down
Loading

0 comments on commit bea1c42

Please sign in to comment.