Skip to content

Commit 56ad952

Browse files
author
awstools
committed
Updates SDK to v2.1353.0
1 parent 8a20e16 commit 56ad952

24 files changed

+2625
-463
lines changed

.changes/2.1353.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DLM",
5+
"description": "Updated timestamp format for GetLifecyclePolicy API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DocDB",
10+
"description": "This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Lambda",
15+
"description": "This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QuickSight",
20+
"description": "This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1352.0-->
2+
<!--LATEST=2.1353.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1353.0
6+
* feature: DLM: Updated timestamp format for GetLifecyclePolicy API
7+
* feature: DocDB: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
8+
* feature: Lambda: This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
9+
* feature: QuickSight: This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
10+
511
## 2.1352.0
612
* feature: CloudFormation: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
713
* feature: GreengrassV2: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7070
To use the SDK in the browser, simply add the following script tag to your
7171
HTML pages:
7272

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1352.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1353.0.min.js"></script>
7474

7575
You can also build a custom browser SDK with your specified set of AWS services.
7676
This can allow you to reduce the SDK's size, specify different API versions of

apis/docdb-2014-10-31.min.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,8 @@
14731473
},
14741474
"DeletionProtection": {
14751475
"type": "boolean"
1476-
}
1476+
},
1477+
"DBClusterParameterGroupName": {}
14771478
}
14781479
},
14791480
"output": {

apis/docdb-2014-10-31.normal.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -3626,7 +3626,7 @@
36263626
},
36273627
"GlobalClusterResourceId": {
36283628
"shape": "String",
3629-
"documentation": "<p>The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS customer master key (CMK) for the cluster is accessed. </p>"
3629+
"documentation": "<p>The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in CloudTrail log entries whenever the KMS customer master key (CMK) for the cluster is accessed. </p>"
36303630
},
36313631
"GlobalClusterArn": {
36323632
"shape": "String",
@@ -4467,6 +4467,10 @@
44674467
"DeletionProtection": {
44684468
"shape": "BooleanOptional",
44694469
"documentation": "<p>Specifies whether this cluster can be deleted. If <code>DeletionProtection</code> is enabled, the cluster cannot be deleted unless it is modified and <code>DeletionProtection</code> is disabled. <code>DeletionProtection</code> protects clusters from being accidentally deleted.</p>"
4470+
},
4471+
"DBClusterParameterGroupName": {
4472+
"shape": "String",
4473+
"documentation": "<p>The name of the DB cluster parameter group to associate with this DB cluster.</p> <p> <i>Type:</i> String.       <i>Required:</i> No.</p> <p>If this argument is omitted, the default DB cluster parameter group is used. If supplied, must match the name of an existing default DB cluster parameter group. The string must consist of from 1 to 255 letters, numbers or hyphens. Its first character must be a letter, and it cannot end with a hyphen or contain two consecutive hyphens.</p>"
44704474
}
44714475
},
44724476
"documentation": "<p>Represents the input to <a>RestoreDBClusterFromSnapshot</a>.</p>"
@@ -4492,7 +4496,7 @@
44924496
},
44934497
"RestoreType": {
44944498
"shape": "String",
4495-
"documentation": "<p>The type of restore to be performed. You can specify one of the following values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is restored as a full copy of the source DB cluster.</p> </li> <li> <p> <code>copy-on-write</code> - The new DB cluster is restored as a clone of the source DB cluster.</p> </li> </ul> <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is restored as a full copy of the source DB cluster.</p>"
4499+
"documentation": "<p>The type of restore to be performed. You can specify one of the following values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is restored as a full copy of the source DB cluster.</p> </li> <li> <p> <code>copy-on-write</code> - The new DB cluster is restored as a clone of the source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify <code>copy-on-write</code> if the engine version of the source DB cluster is earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is restored as a full copy of the source DB cluster.</p>"
44964500
},
44974501
"SourceDBClusterIdentifier": {
44984502
"shape": "String",

0 commit comments

Comments
 (0)