Skip to content

Commit

Permalink
Merge branch 'release-1.29.109' into develop
Browse files Browse the repository at this point in the history
* release-1.29.109:
  Bumping version to 1.29.109
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 7, 2023
2 parents a6e1524 + edc7b98 commit 6d493c6
Show file tree
Hide file tree
Showing 19 changed files with 2,709 additions and 3,673 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.109.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``dlm``",
"description": "Updated timestamp format for GetLifecyclePolicy API",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.",
"type": "api-change"
},
{
"category": "``lambda``",
"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.",
"type": "api-change"
},
{
"category": "``quicksight``",
"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.",
"type": "api-change"
},
{
"category": "``redshift-data``",
"description": "Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "Updates description for property",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.29.109
========

* api-change:``dlm``: Updated timestamp format for GetLifecyclePolicy API
* api-change:``docdb``: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
* api-change:``fsx``: Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
* api-change:``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.
* api-change:``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.
* api-change:``redshift-data``: Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.
* api-change:``servicecatalog``: Updates description for property


1.29.108
========

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.29.108'
__version__ = '1.29.109'


class NullHandler(logging.Handler):
Expand Down
398 changes: 212 additions & 186 deletions botocore/data/dlm/2018-01-12/endpoint-rule-set-1.json

Large diffs are not rendered by default.

476 changes: 208 additions & 268 deletions botocore/data/docdb/2014-10-31/endpoint-rule-set-1.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions botocore/data/docdb/2014-10-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3328,7 +3328,7 @@
},
"GlobalClusterResourceId":{
"shape":"String",
"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>"
"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>"
},
"GlobalClusterArn":{
"shape":"String",
Expand Down Expand Up @@ -4391,6 +4391,10 @@
"DeletionProtection":{
"shape":"BooleanOptional",
"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>"
},
"DBClusterParameterGroupName":{
"shape":"String",
"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>"
}
},
"documentation":"<p>Represents the input to <a>RestoreDBClusterFromSnapshot</a>.</p>"
Expand All @@ -4414,7 +4418,7 @@
},
"RestoreType":{
"shape":"String",
"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>"
"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>"
},
"SourceDBClusterIdentifier":{
"shape":"String",
Expand Down
Loading

0 comments on commit 6d493c6

Please sign in to comment.