Skip to content

Commit 018cdec

Browse files
author
awstools
committed
Updates SDK to v2.1572.0
1 parent c7c010a commit 018cdec

27 files changed

+612
-300
lines changed

.changes/2.1572.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Imagebuilder",
5+
"description": "Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "RDS",
10+
"description": "Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Support",
15+
"description": "Update README with v2 end-of-support announcement"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Support",
20+
"description": "Add upcoming end-of-support message in postinstall"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "VerifiedPermissions",
25+
"description": "Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs."
26+
}
27+
]

.changes/next-release/feature-Support-4688fc3c.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-Support-e84edb28.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1572.0
6+
* feature: Imagebuilder: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
7+
* feature: RDS: Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
8+
* feature: Support: Update README with v2 end-of-support announcement
9+
* feature: Support: Add upcoming end-of-support message in postinstall
10+
* feature: VerifiedPermissions: Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.
11+
512
## 2.1571.0
613
* feature: Organizations: This release contains an endpoint addition
714
* feature: SESV2: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1571.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1572.0.min.js"></script>
6868

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

apis/dynamodb-2012-08-10.normal.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@
13031303
"shape": "TableNotFoundException"
13041304
}
13051305
],
1306-
"documentation": "<p>Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html\">Version 2017.11.29 (Legacy)</a> of global tables. We recommend using <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html\">Determining the version</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html\"> Updating global tables</a>. </p> </important> <note> <p> This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html\">Version 2017.11.29</a> of global tables. If you are using global tables <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21</a> you can use <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DescribeTable.html\">DescribeTable</a> instead. </p> <p> Although you can use <code>UpdateGlobalTable</code> to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas. </p> </note> <p> If global secondary indexes are specified, then the following conditions must also be met: </p> <ul> <li> <p> The global secondary indexes must have the same name. </p> </li> <li> <p> The global secondary indexes must have the same hash key and sort key (if present). </p> </li> <li> <p> The global secondary indexes must have the same provisioned and maximum write capacity units. </p> </li> </ul>",
1306+
"documentation": "<p>Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html\">Version 2017.11.29 (Legacy)</a> of global tables. We recommend using <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html\">Determining the version</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html\"> Updating global tables</a>. </p> </important> <note> <p> This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html\">Version 2017.11.29</a> of global tables. If you are using global tables <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21</a> you can use <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html\">UpdateTable</a> instead. </p> <p> Although you can use <code>UpdateGlobalTable</code> to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas. </p> </note> <p> If global secondary indexes are specified, then the following conditions must also be met: </p> <ul> <li> <p> The global secondary indexes must have the same name. </p> </li> <li> <p> The global secondary indexes must have the same hash key and sort key (if present). </p> </li> <li> <p> The global secondary indexes must have the same provisioned and maximum write capacity units. </p> </li> </ul>",
13071307
"endpointdiscovery": {}
13081308
},
13091309
"UpdateGlobalTableSettings": {
@@ -1548,7 +1548,7 @@
15481548
"documentation": "<p>The data type for the attribute, where:</p> <ul> <li> <p> <code>S</code> - the attribute is of type String</p> </li> <li> <p> <code>N</code> - the attribute is of type Number</p> </li> <li> <p> <code>B</code> - the attribute is of type Binary</p> </li> </ul>"
15491549
}
15501550
},
1551-
"documentation": "<p>Represents an attribute for describing the key schema for the table and indexes.</p>"
1551+
"documentation": "<p>Represents an attribute for describing the schema for the table and indexes.</p>"
15521552
},
15531553
"AttributeDefinitions": {
15541554
"type": "list",
@@ -3540,7 +3540,7 @@
35403540
},
35413541
"S3BucketOwner": {
35423542
"shape": "S3BucketOwner",
3543-
"documentation": "<p>The ID of the Amazon Web Services account that owns the bucket the export will be stored in.</p>"
3543+
"documentation": "<p>The ID of the Amazon Web Services account that owns the bucket the export will be stored in.</p> <note> <p>S3BucketOwner is a required parameter when exporting to a S3 bucket in another account.</p> </note>"
35443544
},
35453545
"S3Prefix": {
35463546
"shape": "S3Prefix",
@@ -4981,7 +4981,7 @@
49814981
"members": {
49824982
"ProjectionType": {
49834983
"shape": "ProjectionType",
4984-
"documentation": "<p>The set of attributes that are projected into the index:</p> <ul> <li> <p> <code>KEYS_ONLY</code> - Only the index and primary keys are projected into the index.</p> </li> <li> <p> <code>INCLUDE</code> - In addition to the attributes described in <code>KEYS_ONLY</code>, the secondary index will include other non-key attributes that you specify.</p> </li> <li> <p> <code>ALL</code> - All of the table attributes are projected into the index.</p> </li> </ul>"
4984+
"documentation": "<p>The set of attributes that are projected into the index:</p> <ul> <li> <p> <code>KEYS_ONLY</code> - Only the index and primary keys are projected into the index.</p> </li> <li> <p> <code>INCLUDE</code> - In addition to the attributes described in <code>KEYS_ONLY</code>, the secondary index will include other non-key attributes that you specify.</p> </li> <li> <p> <code>ALL</code> - All of the table attributes are projected into the index.</p> </li> </ul> <p>When using the DynamoDB console, <code>ALL</code> is selected by default.</p>"
49854985
},
49864986
"NonKeyAttributes": {
49874987
"shape": "NonKeyAttributeNameList",
@@ -5241,7 +5241,7 @@
52415241
},
52425242
"FilterExpression": {
52435243
"shape": "ConditionExpression",
5244-
"documentation": "<p>A string that contains conditions that DynamoDB applies after the <code>Query</code> operation, but before the data is returned to you. Items that do not satisfy the <code>FilterExpression</code> criteria are not returned.</p> <p>A <code>FilterExpression</code> does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.</p> <note> <p>A <code>FilterExpression</code> is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Query.FilterExpression\">Filter Expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
5244+
"documentation": "<p>A string that contains conditions that DynamoDB applies after the <code>Query</code> operation, but before the data is returned to you. Items that do not satisfy the <code>FilterExpression</code> criteria are not returned.</p> <p>A <code>FilterExpression</code> does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.</p> <note> <p>A <code>FilterExpression</code> is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.FilterExpression.html\">Filter Expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
52455245
},
52465246
"KeyConditionExpression": {
52475247
"shape": "KeyExpression",

apis/imagebuilder-2019-12-02.min.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,6 +2136,12 @@
21362136
},
21372137
"imageUris": {
21382138
"shape": "S1j"
2139+
},
2140+
"startTime": {
2141+
"type": "timestamp"
2142+
},
2143+
"endTime": {
2144+
"type": "timestamp"
21392145
}
21402146
}
21412147
}

apis/imagebuilder-2019-12-02.normal.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6582,6 +6582,14 @@
65826582
"imageUris": {
65836583
"shape": "StringList",
65846584
"documentation": "<p>For an impacted container image, this identifies a list of URIs for associated container images distributed to ECR repositories.</p>"
6585+
},
6586+
"startTime": {
6587+
"shape": "DateTimeTimestamp",
6588+
"documentation": "<p>The starting timestamp from the lifecycle action that was applied to the resource.</p>"
6589+
},
6590+
"endTime": {
6591+
"shape": "DateTimeTimestamp",
6592+
"documentation": "<p>The ending timestamp from the lifecycle action that was applied to the resource.</p>"
65856593
}
65866594
},
65876595
"documentation": "<p>Contains details for a resource that the runtime instance of the lifecycle policy identified for action.</p>"
@@ -6689,7 +6697,8 @@
66896697
"CANCELLED",
66906698
"CANCELLING",
66916699
"FAILED",
6692-
"SUCCESS"
6700+
"SUCCESS",
6701+
"PENDING"
66936702
]
66946703
},
66956704
"LifecycleExecutionsList": {
@@ -6827,7 +6836,7 @@
68276836
"members": {
68286837
"tagMap": {
68296838
"shape": "TagMap",
6830-
"documentation": "<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for resources that have them.</p>"
6839+
"documentation": "<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.</p>"
68316840
},
68326841
"amis": {
68336842
"shape": "LifecyclePolicyDetailExclusionRulesAmis",
@@ -6945,7 +6954,7 @@
69456954
},
69466955
"tagMap": {
69476956
"shape": "TagMap",
6948-
"documentation": "<p>A list of tags that are used as selection criteria for the resources that the lifecycle policy applies to.</p>"
6957+
"documentation": "<p>A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.</p>"
69496958
}
69506959
},
69516960
"documentation": "<p>Resource selection criteria for the lifecycle policy.</p>"

apis/mwaa-2020-07-01.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
},
417417
"AirflowVersion": {
418418
"shape": "AirflowVersion",
419-
"documentation": "<p>The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html\">Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA)</a>.</p> <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>, <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code> </p>"
419+
"documentation": "<p>The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html\">Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA)</a>.</p> <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>, <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code> <code>2.8.1</code> </p>"
420420
},
421421
"DagS3Path": {
422422
"shape": "RelativePath",

0 commit comments

Comments
 (0)