Skip to content

Commit 6495cce

Browse files
author
awstools
committed
Updates SDK to v2.1211.0
1 parent dbf65ec commit 6495cce

35 files changed

+2872
-2637
lines changed

.changes/2.1211.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "SSO",
5+
"description": "sso did not allow httpOptions to be passed through"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataExchange",
10+
"description": "Documentation updates for AWS Data Exchange."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Documentation updates for Amazon EC2."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EKS",
20+
"description": "Adds support for EKS Addons ResolveConflicts \"preserve\" flag. Also adds new update failed status for EKS Addons."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Inspector2",
25+
"description": "This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "IoTSiteWise",
30+
"description": "Allow specifying units in Asset Properties"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SNS",
35+
"description": "Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SageMaker",
40+
"description": "SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API."
41+
}
42+
]

.changes/next-release/bugfix-SSO-ad1e88c8.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1211.0
6+
* bugfix: SSO: sso did not allow httpOptions to be passed through
7+
* feature: DataExchange: Documentation updates for AWS Data Exchange.
8+
* feature: EC2: Documentation updates for Amazon EC2.
9+
* feature: EKS: Adds support for EKS Addons ResolveConflicts "preserve" flag. Also adds new update failed status for EKS Addons.
10+
* feature: Inspector2: This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes.
11+
* feature: IoTSiteWise: Allow specifying units in Asset Properties
12+
* feature: SNS: Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.
13+
* feature: SageMaker: SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
14+
515
## 2.1210.0
616
* feature: SageMaker: This release adds HyperParameterTuningJob type in Search API.
717

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.1210.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1211.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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)