Skip to content

Commit

Permalink
Updates SDK to v2.1227.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 30, 2022
1 parent 3075622 commit 9108173
Show file tree
Hide file tree
Showing 26 changed files with 1,839 additions and 999 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1227.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CodeDeploy",
"description": "This release allows you to override the alarm configurations when creating a deployment."
},
{
"type": "feature",
"category": "DLM",
"description": "This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies"
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes"
},
{
"type": "feature",
"category": "SageMaker",
"description": "A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature."
},
{
"type": "feature",
"category": "SageMakerRuntime",
"description": "A new parameter called EnableExplanations is added to InvokeEndpoint API to enable on-demand SageMaker Clarify online explainability requests."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1226.0-->
<!--LATEST=2.1227.0-->
<!--ENTRYINSERT-->

## 2.1227.0
* feature: CodeDeploy: This release allows you to override the alarm configurations when creating a deployment.
* feature: DLM: This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies
* feature: DevOpsGuru: This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes
* feature: SageMaker: A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
* feature: SageMakerRuntime: A new parameter called EnableExplanations is added to InvokeEndpoint API to enable on-demand SageMaker Clarify online explainability requests.

## 2.1226.0
* feature: ACM: This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.
* feature: AwsQueryCompatible: Return AWSQuery compatible error code from HTTP header if found
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.1226.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1227.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
8 changes: 7 additions & 1 deletion apis/codedeploy-2014-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@
"updateOutdatedInstancesOnly": {
"type": "boolean"
},
"fileExistsBehavior": {}
"fileExistsBehavior": {},
"overrideAlarmConfiguration": {
"shape": "S1v"
}
}
},
"output": {
Expand Down Expand Up @@ -1714,6 +1717,9 @@
"shape": "S49"
}
}
},
"overrideAlarmConfiguration": {
"shape": "S1v"
}
}
},
Expand Down
185 changes: 99 additions & 86 deletions apis/codedeploy-2014-10-06.normal.json

Large diffs are not rendered by default.

0 comments on commit 9108173

Please sign in to comment.