Skip to content

Commit bea1c42

Browse files
author
awstools
committed
Updates SDK to v2.940.0
1 parent a2f8e4f commit bea1c42

24 files changed

+960
-2160
lines changed

.changes/2.940.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EKS",
5+
"description": "Adding new error code UnsupportedAddonModification for Addons in EKS"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Imagebuilder",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Lambda",
15+
"description": "Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Mgn",
20+
"description": "Bug fix: Remove not supported EBS encryption type \"NONE\""
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.939.0-->
2+
<!--LATEST=2.940.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.940.0
6+
* feature: EKS: Adding new error code UnsupportedAddonModification for Addons in EKS
7+
* 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.
8+
* feature: Lambda: Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.
9+
* feature: Mgn: Bug fix: Remove not supported EBS encryption type "NONE"
10+
511
## 2.939.0
612
* feature: EC2: This release removes network-insights-boundary
713
* feature: cloudhsmv2: Enable CORS

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.939.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.940.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/eks-2017-11-01.normal.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,8 @@
11071107
"ClusterUnreachable",
11081108
"InsufficientNumberOfReplicas",
11091109
"ConfigurationConflict",
1110-
"AdmissionRequestDenied"
1110+
"AdmissionRequestDenied",
1111+
"UnsupportedAddonModification"
11111112
]
11121113
},
11131114
"AddonIssueList": {
@@ -2049,7 +2050,8 @@
20492050
"ClusterUnreachable",
20502051
"InsufficientNumberOfReplicas",
20512052
"ConfigurationConflict",
2052-
"AdmissionRequestDenied"
2053+
"AdmissionRequestDenied",
2054+
"UnsupportedAddonModification"
20532055
]
20542056
},
20552057
"ErrorDetail": {

0 commit comments

Comments
 (0)