Skip to content

Commit 9b68a90

Browse files
author
awstools
committed
Updates SDK to v2.901.0
1 parent cb6e464 commit 9b68a90

18 files changed

+1162
-794
lines changed

.changes/2.901.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AuditManager",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "KinesisAnalyticsV2",
10+
"description": "Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"description": "Amazon SageMaker Autopilot now provides the ability to automatically deploy the best model to an endpoint"
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.901.0
6+
* 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.
7+
* feature: KinesisAnalyticsV2: Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version
8+
* feature: SageMaker: Amazon SageMaker Autopilot now provides the ability to automatically deploy the best model to an endpoint
9+
510
## 2.900.0
611
* 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.
712
* feature: Chime: This release adds the ability to search for and order international phone numbers for Amazon Chime SIP media applications.

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.900.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.901.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/auditmanager-2017-07-25.min.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@
300300
"type": "list",
301301
"member": {
302302
"type": "structure",
303+
"required": [
304+
"name"
305+
],
303306
"members": {
304307
"name": {},
305308
"controls": {
@@ -1606,6 +1609,9 @@
16061609
"type": "list",
16071610
"member": {
16081611
"type": "structure",
1612+
"required": [
1613+
"name"
1614+
],
16091615
"members": {
16101616
"id": {},
16111617
"name": {},

apis/auditmanager-2017-07-25.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,9 @@
26232623
},
26242624
"CreateAssessmentFrameworkControlSet": {
26252625
"type": "structure",
2626+
"required": [
2627+
"name"
2628+
],
26262629
"members": {
26272630
"name": {
26282631
"shape": "ControlSetName",
@@ -3216,7 +3219,7 @@
32163219
},
32173220
"assessmentReportSelection": {
32183221
"shape": "String",
3219-
"documentation": "<p> Specifies whether the evidence is inclded in the assessment report. </p>"
3222+
"documentation": "<p> Specifies whether the evidence is included in the assessment report. </p>"
32203223
}
32213224
},
32223225
"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>"
@@ -4675,6 +4678,9 @@
46754678
},
46764679
"UpdateAssessmentFrameworkControlSet": {
46774680
"type": "structure",
4681+
"required": [
4682+
"name"
4683+
],
46784684
"members": {
46794685
"id": {
46804686
"shape": "ControlSetName",

0 commit comments

Comments
 (0)