Skip to content

Commit 9108173

Browse files
author
awstools
committed
Updates SDK to v2.1227.0
1 parent 3075622 commit 9108173

26 files changed

+1839
-999
lines changed

.changes/2.1227.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeDeploy",
5+
"description": "This release allows you to override the alarm configurations when creating a deployment."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DLM",
10+
"description": "This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DevOpsGuru",
15+
"description": "This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMakerRuntime",
25+
"description": "A new parameter called EnableExplanations is added to InvokeEndpoint API to enable on-demand SageMaker Clarify online explainability requests."
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1226.0-->
2+
<!--LATEST=2.1227.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1227.0
6+
* feature: CodeDeploy: This release allows you to override the alarm configurations when creating a deployment.
7+
* feature: DLM: This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies
8+
* feature: DevOpsGuru: This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes
9+
* feature: SageMaker: A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
10+
* feature: SageMakerRuntime: A new parameter called EnableExplanations is added to InvokeEndpoint API to enable on-demand SageMaker Clarify online explainability requests.
11+
512
## 2.1226.0
613
* feature: ACM: This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.
714
* feature: AwsQueryCompatible: Return AWSQuery compatible error code from HTTP header if found

README.md

+1-1
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.1226.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1227.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/codedeploy-2014-10-06.min.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,10 @@
272272
"updateOutdatedInstancesOnly": {
273273
"type": "boolean"
274274
},
275-
"fileExistsBehavior": {}
275+
"fileExistsBehavior": {},
276+
"overrideAlarmConfiguration": {
277+
"shape": "S1v"
278+
}
276279
}
277280
},
278281
"output": {
@@ -1714,6 +1717,9 @@
17141717
"shape": "S49"
17151718
}
17161719
}
1720+
},
1721+
"overrideAlarmConfiguration": {
1722+
"shape": "S1v"
17171723
}
17181724
}
17191725
},

apis/codedeploy-2014-10-06.normal.json

+99-86
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)