From e0b3fe4353993e529bac07003d02a140e852f1dd Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 17 Oct 2024 18:20:14 +0000 Subject: [PATCH] docs(client-rds): Updates Amazon RDS documentation for TAZ IAM support --- clients/client-rds/src/models/models_0.ts | 12 ++++--- clients/client-rds/src/models/models_1.ts | 40 +++++++++++++---------- codegen/sdk-codegen/aws-models/rds.json | 16 ++++----- 3 files changed, 38 insertions(+), 30 deletions(-) diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 592c4c273058..5cad4da29c85 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -4798,10 +4798,12 @@ export interface CreateDBClusterMessage { *

Specifies whether to enable mapping of Amazon Web Services Identity and Access * Management (IAM) accounts to database accounts. By default, mapping isn't * enabled.

- *

For more information, see - * - * IAM Database Authentication in the Amazon Aurora User Guide.

- *

Valid for Cluster Type: Aurora DB clusters only

+ *

For more information, see IAM Database + * Authentication in the Amazon Aurora User Guide or + * IAM database + * authentication for MariaDB, MySQL, and PostgreSQL in the Amazon + * RDS User Guide.

+ *

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

* @public */ EnableIAMDatabaseAuthentication?: boolean; @@ -14302,7 +14304,7 @@ export class DBShardGroupNotFoundFault extends __BaseException { */ export interface DeleteDBShardGroupMessage { /** - *

Teh name of the DB shard group to delete.

+ *

The name of the DB shard group to delete.

* @public */ DBShardGroupIdentifier: string | undefined; diff --git a/clients/client-rds/src/models/models_1.ts b/clients/client-rds/src/models/models_1.ts index 709ba0045ab4..8920882580bc 100644 --- a/clients/client-rds/src/models/models_1.ts +++ b/clients/client-rds/src/models/models_1.ts @@ -3371,8 +3371,8 @@ export interface DescribeDBSecurityGroupsMessage { */ export interface DescribeDBShardGroupsMessage { /** - *

The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If this parameter is specified, - * information for only the specific DB shard group is returned. This parameter isn't case-sensitive.

+ *

The user-supplied DB shard group identifier. If this parameter is specified, information for only the specific DB shard group is returned. + * This parameter isn't case-sensitive.

*

Constraints:

*