Skip to content

Commit

Permalink
Updates SDK to v2.1572.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 6, 2024
1 parent c7c010a commit 018cdec
Show file tree
Hide file tree
Showing 27 changed files with 612 additions and 300 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1572.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Imagebuilder",
"description": "Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response."
},
{
"type": "feature",
"category": "RDS",
"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."
},
{
"type": "feature",
"category": "Support",
"description": "Update README with v2 end-of-support announcement"
},
{
"type": "feature",
"category": "Support",
"description": "Add upcoming end-of-support message in postinstall"
},
{
"type": "feature",
"category": "VerifiedPermissions",
"description": "Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Support-4688fc3c.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Support-e84edb28.json

This file was deleted.

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.1571.0-->
<!--LATEST=2.1572.0-->
<!--ENTRYINSERT-->

## 2.1572.0
* feature: Imagebuilder: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
* 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.
* feature: Support: Update README with v2 end-of-support announcement
* feature: Support: Add upcoming end-of-support message in postinstall
* feature: VerifiedPermissions: Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.

## 2.1571.0
* feature: Organizations: This release contains an endpoint addition
* feature: SESV2: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1571.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1572.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
10 changes: 5 additions & 5 deletions apis/dynamodb-2012-08-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@
"shape": "TableNotFoundException"
}
],
"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>",
"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>",
"endpointdiscovery": {}
},
"UpdateGlobalTableSettings": {
Expand Down Expand Up @@ -1548,7 +1548,7 @@
"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>"
}
},
"documentation": "<p>Represents an attribute for describing the key schema for the table and indexes.</p>"
"documentation": "<p>Represents an attribute for describing the schema for the table and indexes.</p>"
},
"AttributeDefinitions": {
"type": "list",
Expand Down Expand Up @@ -3540,7 +3540,7 @@
},
"S3BucketOwner": {
"shape": "S3BucketOwner",
"documentation": "<p>The ID of the Amazon Web Services account that owns the bucket the export will be stored in.</p>"
"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>"
},
"S3Prefix": {
"shape": "S3Prefix",
Expand Down Expand Up @@ -4981,7 +4981,7 @@
"members": {
"ProjectionType": {
"shape": "ProjectionType",
"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>"
"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>"
},
"NonKeyAttributes": {
"shape": "NonKeyAttributeNameList",
Expand Down Expand Up @@ -5241,7 +5241,7 @@
},
"FilterExpression": {
"shape": "ConditionExpression",
"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>"
"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>"
},
"KeyConditionExpression": {
"shape": "KeyExpression",
Expand Down
6 changes: 6 additions & 0 deletions apis/imagebuilder-2019-12-02.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2136,6 +2136,12 @@
},
"imageUris": {
"shape": "S1j"
},
"startTime": {
"type": "timestamp"
},
"endTime": {
"type": "timestamp"
}
}
}
Expand Down
15 changes: 12 additions & 3 deletions apis/imagebuilder-2019-12-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6582,6 +6582,14 @@
"imageUris": {
"shape": "StringList",
"documentation": "<p>For an impacted container image, this identifies a list of URIs for associated container images distributed to ECR repositories.</p>"
},
"startTime": {
"shape": "DateTimeTimestamp",
"documentation": "<p>The starting timestamp from the lifecycle action that was applied to the resource.</p>"
},
"endTime": {
"shape": "DateTimeTimestamp",
"documentation": "<p>The ending timestamp from the lifecycle action that was applied to the resource.</p>"
}
},
"documentation": "<p>Contains details for a resource that the runtime instance of the lifecycle policy identified for action.</p>"
Expand Down Expand Up @@ -6689,7 +6697,8 @@
"CANCELLED",
"CANCELLING",
"FAILED",
"SUCCESS"
"SUCCESS",
"PENDING"
]
},
"LifecycleExecutionsList": {
Expand Down Expand Up @@ -6827,7 +6836,7 @@
"members": {
"tagMap": {
"shape": "TagMap",
"documentation": "<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for resources that have them.</p>"
"documentation": "<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.</p>"
},
"amis": {
"shape": "LifecyclePolicyDetailExclusionRulesAmis",
Expand Down Expand Up @@ -6945,7 +6954,7 @@
},
"tagMap": {
"shape": "TagMap",
"documentation": "<p>A list of tags that are used as selection criteria for the resources that the lifecycle policy applies to.</p>"
"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>"
}
},
"documentation": "<p>Resource selection criteria for the lifecycle policy.</p>"
Expand Down
2 changes: 1 addition & 1 deletion apis/mwaa-2020-07-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
},
"AirflowVersion": {
"shape": "AirflowVersion",
"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>"
"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>"
},
"DagS3Path": {
"shape": "RelativePath",
Expand Down
Loading

0 comments on commit 018cdec

Please sign in to comment.