Skip to content

Commit

Permalink
Updates SDK to v2.901.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 5, 2021
1 parent cb6e464 commit 9b68a90
Show file tree
Hide file tree
Showing 18 changed files with 1,162 additions and 794 deletions.
17 changes: 17 additions & 0 deletions .changes/2.901.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AuditManager",
"description": "This release updates the CreateAssessmentFrameworkControlSet and UpdateAssessmentFrameworkControlSet API data types. For both of these data types, the control set name is now a required attribute."
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Autopilot now provides the ability to automatically deploy the best model to an endpoint"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.900.0-->
<!--LATEST=2.901.0-->
<!--ENTRYINSERT-->

## 2.901.0
* feature: AuditManager: This release updates the CreateAssessmentFrameworkControlSet and UpdateAssessmentFrameworkControlSet API data types. For both of these data types, the control set name is now a required attribute.
* feature: KinesisAnalyticsV2: Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version
* feature: SageMaker: Amazon SageMaker Autopilot now provides the ability to automatically deploy the best model to an endpoint

## 2.900.0
* feature: ACMPCA: This release adds the KeyStorageSecurityStandard parameter to the CreateCertificateAuthority API to allow customers to mandate a security standard to which the CA key will be stored within.
* feature: Chime: This release adds the ability to search for and order international phone numbers for Amazon Chime SIP media applications.
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.900.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.901.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: 6 additions & 0 deletions apis/auditmanager-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@
"type": "list",
"member": {
"type": "structure",
"required": [
"name"
],
"members": {
"name": {},
"controls": {
Expand Down Expand Up @@ -1606,6 +1609,9 @@
"type": "list",
"member": {
"type": "structure",
"required": [
"name"
],
"members": {
"id": {},
"name": {},
Expand Down
8 changes: 7 additions & 1 deletion apis/auditmanager-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2623,6 +2623,9 @@
},
"CreateAssessmentFrameworkControlSet": {
"type": "structure",
"required": [
"name"
],
"members": {
"name": {
"shape": "ControlSetName",
Expand Down Expand Up @@ -3216,7 +3219,7 @@
},
"assessmentReportSelection": {
"shape": "String",
"documentation": "<p> Specifies whether the evidence is inclded in the assessment report. </p>"
"documentation": "<p> Specifies whether the evidence is included in the assessment report. </p>"
}
},
"documentation": "<p> A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity triggered by a user, or a system configuration snapshot. </p>"
Expand Down Expand Up @@ -4675,6 +4678,9 @@
},
"UpdateAssessmentFrameworkControlSet": {
"type": "structure",
"required": [
"name"
],
"members": {
"id": {
"shape": "ControlSetName",
Expand Down
Loading

0 comments on commit 9b68a90

Please sign in to comment.