Skip to content

Commit

Permalink
Merge branch 'release-1.34.57' into develop
Browse files Browse the repository at this point in the history
* release-1.34.57:
  Bumping version to 1.34.57
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Mar 6, 2024
2 parents 133df1a + 8a1ff3a commit 849fb31
Show file tree
Hide file tree
Showing 10 changed files with 235 additions and 69 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``dynamodb``",
"description": "Doc only updates for DynamoDB documentation",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "Amazon MWAA adds support for Apache Airflow v2.8.1.",
"type": "api-change"
},
{
"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": "api-change"
},
{
"category": "``redshift``",
"description": "Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.57
=======

* api-change:``dynamodb``: Doc only updates for DynamoDB documentation
* api-change:``imagebuilder``: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
* api-change:``mwaa``: Amazon MWAA adds support for Apache Airflow v2.8.1.
* api-change:``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.
* api-change:``redshift``: Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
* api-change:``verifiedpermissions``: Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.


1.34.56
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.56'
__version__ = '1.34.57'


class NullHandler(logging.Handler):
Expand Down
10 changes: 5 additions & 5 deletions botocore/data/dynamodb/2012-08-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
{"shape":"ReplicaNotFoundException"},
{"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":{
}
},
Expand Down Expand Up @@ -983,7 +983,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 @@ -2906,7 +2906,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 @@ -4313,7 +4313,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 @@ -4570,7 +4570,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
15 changes: 12 additions & 3 deletions botocore/data/imagebuilder/2019-12-02/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5165,6 +5165,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 @@ -5268,7 +5276,8 @@
"CANCELLED",
"CANCELLING",
"FAILED",
"SUCCESS"
"SUCCESS",
"PENDING"
]
},
"LifecycleExecutionsList":{
Expand Down Expand Up @@ -5402,7 +5411,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 @@ -5518,7 +5527,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 botocore/data/mwaa/2020-07-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,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 849fb31

Please sign in to comment.