diff --git a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts index e6a2ae145cdb..6556e6acfe38 100644 --- a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts @@ -47,7 +47,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes * Or you can specify an existing Aurora cluster during the create operation, * and this cluster becomes the primary cluster of the global database.

* - *

This action applies only to Aurora DB clusters.

+ *

This operation applies only to Aurora DB clusters.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index c4a6cd5a7553..2bd8c0cab16c 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -4641,7 +4641,7 @@ export interface DomainMembership { Domain?: string; /** - *

The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

+ *

The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

*/ Status?: string; @@ -4651,22 +4651,22 @@ export interface DomainMembership { FQDN?: string; /** - *

The name of the IAM role to be used when making API calls to the Directory Service.

+ *

The name of the IAM role used when making API calls to the Directory Service.

*/ IAMRoleName?: string; /** - *

The Active Directory organizational unit for your DB instance to join.

+ *

The Active Directory organizational unit for the DB instance or cluster.

*/ OU?: string; /** - *

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

+ *

The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.

*/ AuthSecretArn?: string; /** - *

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

+ *

The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.

*/ DnsIps?: string[]; } @@ -6006,14 +6006,6 @@ export interface CreateDBInstanceMessage { *

The meaning of this parameter differs depending on the database engine.

*
*
Amazon Aurora MySQL
- *
Amazon Aurora PostgreSQL
- *
Amazon RDS Custom for Oracle
- *
Amazon RDS Custom for SQL Server
- *
RDS for MariaDB
- *
RDS for MySQL
- *
RDS for Oracle
- *
RDS for PostgreSQL
- *
RDS for SQL Server
*
*

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is * created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster.

@@ -6027,6 +6019,7 @@ export interface CreateDBInstanceMessage { * * *
+ *
Amazon Aurora PostgreSQL
*
*

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is * created.

@@ -6047,6 +6040,7 @@ export interface CreateDBInstanceMessage { * * *
+ *
Amazon RDS Custom for Oracle
*
*

The Oracle System ID (SID) of the created RDS Custom DB instance.

*

Default: ORCL @@ -6064,9 +6058,11 @@ export interface CreateDBInstanceMessage { * * *

+ *
Amazon RDS Custom for SQL Server
*
*

Not applicable. Must be null.

*
+ *
RDS for MariaDB
*
*

The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.

*

Constraints:

@@ -6082,6 +6078,7 @@ export interface CreateDBInstanceMessage { * * *
+ *
RDS for MySQL
*
*

The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.

*

Constraints:

@@ -6097,6 +6094,7 @@ export interface CreateDBInstanceMessage { * * *
+ *
RDS for Oracle
*
*

The Oracle System ID (SID) of the created DB instance.

*

Default: ORCL @@ -6111,6 +6109,7 @@ export interface CreateDBInstanceMessage { * * *

+ *
RDS for PostgreSQL
*
*

The name of the database to create when the DB instance is created.

*

Default: postgres @@ -6128,6 +6127,7 @@ export interface CreateDBInstanceMessage { * * *

+ *
RDS for SQL Server
*
*

Not applicable. Must be null.

*
@@ -6160,11 +6160,6 @@ export interface CreateDBInstanceMessage { * database increases, though you are only charged for the space that you use in an Aurora cluster volume.

*
*
Amazon RDS Custom
- *
RDS for MariaDB
- *
RDS for MySQL
- *
RDS for Oracle
- *
RDS for PostgreSQL
- *
RDS for SQL Server
*
*

Constraints to the amount of storage for each storage type are the following:

*
    @@ -6178,6 +6173,7 @@ export interface CreateDBInstanceMessage { * *
*
+ *
RDS for MariaDB
*
*

Constraints to the amount of storage for each storage type are the following:

*
    @@ -6192,6 +6188,7 @@ export interface CreateDBInstanceMessage { * *
*
+ *
RDS for MySQL
*
*

Constraints to the amount of storage for each storage type are the following:

*
    @@ -6206,6 +6203,7 @@ export interface CreateDBInstanceMessage { * *
*
+ *
RDS for Oracle
*
*

Constraints to the amount of storage for each storage type are the following:

*
    @@ -6220,6 +6218,7 @@ export interface CreateDBInstanceMessage { * *
*
+ *
RDS for PostgreSQL
*
*

Constraints to the amount of storage for each storage type are the following:

*
    @@ -6234,6 +6233,7 @@ export interface CreateDBInstanceMessage { * *
*
+ *
RDS for SQL Server
*
*

Constraints to the amount of storage for each storage type are the following:

*
    @@ -6644,38 +6644,38 @@ export interface CreateDBInstanceMessage { * Amazon RDS. Not every database engine is available for every Amazon Web Services Region.

    *
    *
    Amazon RDS Custom for Oracle
    - *
    Amazon RDS Custom for SQL Server
    - *
    RDS for MariaDB
    - *
    RDS for Microsoft SQL Server
    - *
    RDS for MySQL
    - *
    RDS for Oracle
    - *
    RDS for PostgreSQL
    *
    *

    A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV * name has the following format: 19.customized_string. A valid CEV name is * 19.my_cev1. For more information, see * Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.

    *
    + *
    Amazon RDS Custom for SQL Server
    *
    *

    See RDS Custom for SQL Server general requirements * in the Amazon RDS User Guide.

    *
    + *
    RDS for MariaDB
    *
    *

    For information, see MariaDB on Amazon RDS versions in the * Amazon RDS User Guide.

    *
    + *
    RDS for Microsoft SQL Server
    *
    *

    For information, see Microsoft SQL Server versions on Amazon RDS in the * Amazon RDS User Guide.

    *
    + *
    RDS for MySQL
    *
    *

    For information, see MySQL on Amazon RDS versions in the * Amazon RDS User Guide.

    *
    + *
    RDS for Oracle
    *
    *

    For information, see Oracle Database Engine release notes in the * Amazon RDS User Guide.

    *
    + *
    RDS for PostgreSQL
    *
    *

    For information, see Amazon RDS for PostgreSQL versions and extensions in the * Amazon RDS User Guide.

    @@ -6877,11 +6877,11 @@ export interface CreateDBInstanceMessage { Domain?: string; /** - *

    Specifies the fully qualified domain name of an Active Directory domain.

    + *

    The fully qualified domain name (FQDN) of an Active Directory domain.

    *

    Constraints:

    *
      *
    • - *

      Cannot be greater than 64 characters.

      + *

      Can't be longer than 64 characters.

      *
    • *
    *

    Example: mymanagedADtest.mymanagedAD.mydomain @@ -6897,7 +6897,7 @@ export interface CreateDBInstanceMessage { *

    Must be in the distinguished name format.

    * *
  • - *

    Cannot be greater than 64 characters.

    + *

    Can't be longer than 64 characters.

    *
  • *
*

Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain @@ -6906,7 +6906,7 @@ export interface CreateDBInstanceMessage { DomainOu?: string; /** - *

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

+ *

The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

*

Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456 *

*/ @@ -6926,7 +6926,7 @@ export interface CreateDBInstanceMessage { DomainDnsIps?: string[]; /** - *

Spcifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

+ *

Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

*

This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this * value for an Aurora DB instance has no effect on the DB cluster setting.

*/ @@ -8824,11 +8824,11 @@ export interface CreateDBInstanceReadReplicaMessage { DomainIAMRoleName?: string; /** - *

Specifies the fully qualified domain name of an Active Directory domain.

+ *

The fully qualified domain name (FQDN) of an Active Directory domain.

*

Constraints:

*
    *
  • - *

    Cannot be greater than 64 characters.

    + *

    Can't be longer than 64 characters.

    *
  • *
*

Example: mymanagedADtest.mymanagedAD.mydomain @@ -8844,7 +8844,7 @@ export interface CreateDBInstanceReadReplicaMessage { *

Must be in the distinguished name format.

* *
  • - *

    Cannot be greater than 64 characters.

    + *

    Can't be longer than 64 characters.

    *
  • * *

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain @@ -8853,7 +8853,7 @@ export interface CreateDBInstanceReadReplicaMessage { DomainOu?: string; /** - *

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    + *

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    *

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456 *

    */ @@ -10279,41 +10279,88 @@ export class SubscriptionCategoryNotFoundFault extends __BaseException { */ export interface CreateGlobalClusterMessage { /** - *

    The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.

    + *

    The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.

    */ GlobalClusterIdentifier?: string; /** - *

    The Amazon Resource Name (ARN) to use as the primary cluster of the global database. - * This parameter is optional.

    + *

    The Amazon Resource Name (ARN) to use as the primary cluster of the global database.

    + *

    If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:

    + *
      + *
    • + *

      + * DatabaseName + *

      + *
    • + *
    • + *

      + * Engine + *

      + *
    • + *
    • + *

      + * EngineVersion + *

      + *
    • + *
    • + *

      + * StorageEncrypted + *

      + *
    • + *
    */ SourceDBClusterIdentifier?: string; /** - *

    The name of the database engine to be used for this DB cluster.

    + *

    The database engine to use for this global database cluster.

    + *

    Valid Values: aurora-mysql | aurora-postgresql + *

    + *

    Constraints:

    + *
      + *
    • + *

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.

      + *
    • + *
    */ Engine?: string; /** - *

    The engine version of the Aurora global database.

    + *

    The engine version to use for this global database cluster.

    + *

    Constraints:

    + *
      + *
    • + *

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.

      + *
    • + *
    */ EngineVersion?: string; /** - *

    The deletion protection setting for the new global database. + *

    Specifies whether to enable deletion protection for the new global database cluster. * The global database can't be deleted when deletion protection is enabled.

    */ DeletionProtection?: boolean; /** - *

    The name for your database of up to 64 alphanumeric characters. If you do not provide - * a name, Amazon Aurora will not create a database in the global database cluster you are - * creating.

    + *

    The name for your database of up to 64 alphanumeric characters. If you don't specify + * a name, Amazon Aurora doesn't create a database in the global database cluster.

    + *

    Constraints:

    + *
      + *
    • + *

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the database name from the source DB cluster.

      + *
    • + *
    */ DatabaseName?: string; /** - *

    The storage encryption setting for the new global database cluster.

    + *

    Specifies whether to enable storage encryption for the new global database cluster.

    + *

    Constraints:

    + *
      + *
    • + *

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.

      + *
    • + *
    */ StorageEncrypted?: boolean; } diff --git a/clients/client-rds/src/models/models_1.ts b/clients/client-rds/src/models/models_1.ts index a05d8963ea0d..afa08aab9052 100644 --- a/clients/client-rds/src/models/models_1.ts +++ b/clients/client-rds/src/models/models_1.ts @@ -4951,11 +4951,11 @@ export interface ModifyDBInstanceMessage { Domain?: string; /** - *

    Specifies the fully qualified domain name of an Active Directory domain.

    + *

    The fully qualified domain name (FQDN) of an Active Directory domain.

    *

    Constraints:

    *
      *
    • - *

      Cannot be greater than 64 characters.

      + *

      Can't be longer than 64 characters.

      *
    • *
    *

    Example: mymanagedADtest.mymanagedAD.mydomain @@ -4971,7 +4971,7 @@ export interface ModifyDBInstanceMessage { *

    Must be in the distinguished name format.

    * *
  • - *

    Cannot be greater than 64 characters.

    + *

    Can't be longer than 64 characters.

    *
  • * *

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain @@ -4980,7 +4980,7 @@ export interface ModifyDBInstanceMessage { DomainOu?: string; /** - *

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    + *

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    *

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456 *

    */ @@ -5103,7 +5103,7 @@ export interface ModifyDBInstanceMessage { DomainIAMRoleName?: string; /** - *

    Boolean. If present, removes the instance from the Active Directory domain.

    + *

    Specifies whether to remove the DB instance from the Active Directory domain.

    */ DisableDomain?: boolean; @@ -8183,11 +8183,11 @@ export interface RestoreDBInstanceFromDBSnapshotMessage { Domain?: string; /** - *

    Specifies the fully qualified domain name of an Active Directory domain.

    + *

    The fully qualified domain name (FQDN) of an Active Directory domain.

    *

    Constraints:

    *
      *
    • - *

      Cannot be greater than 64 characters.

      + *

      Can't be longer than 64 characters.

      *
    • *
    *

    Example: mymanagedADtest.mymanagedAD.mydomain @@ -8203,7 +8203,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage { *

    Must be in the distinguished name format.

    * *
  • - *

    Cannot be greater than 64 characters.

    + *

    Can't be longer than 64 characters.

    *
  • * *

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain @@ -8212,7 +8212,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage { DomainOu?: string; /** - *

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    + *

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    *

    Constraints:

    *

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456 *

    @@ -8243,8 +8243,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage { CopyTagsToSnapshot?: boolean; /** - *

    Specify the name of the IAM role to be used when making API calls to the Directory Service.

    - *

    This setting doesn't apply to RDS Custom.

    + *

    The name of the IAM role to use when making API calls to the Directory Service.

    + *

    This setting doesn't apply to RDS Custom DB instances.

    */ DomainIAMRoleName?: string; @@ -9272,17 +9272,17 @@ export interface RestoreDBInstanceToPointInTimeMessage { Domain?: string; /** - *

    Specify the name of the IAM role to be used when making API calls to the Directory Service.

    - *

    This setting doesn't apply to RDS Custom.

    + *

    The name of the IAM role to use when making API calls to the Directory Service.

    + *

    This setting doesn't apply to RDS Custom DB instances.

    */ DomainIAMRoleName?: string; /** - *

    Specifies the fully qualified domain name of an Active Directory domain.

    + *

    The fully qualified domain name (FQDN) of an Active Directory domain.

    *

    Constraints:

    *
      *
    • - *

      Cannot be greater than 64 characters.

      + *

      Can't be longer than 64 characters.

      *
    • *
    *

    Example: mymanagedADtest.mymanagedAD.mydomain @@ -9298,7 +9298,7 @@ export interface RestoreDBInstanceToPointInTimeMessage { *

    Must be in the distinguished name format.

    * *
  • - *

    Cannot be greater than 64 characters.

    + *

    Can't be longer than 64 characters.

    *
  • * *

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain @@ -9307,11 +9307,11 @@ export interface RestoreDBInstanceToPointInTimeMessage { DomainOu?: string; /** - *

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    + *

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    *

    Constraints:

    *
      *
    • - *

      Cannot be greater than 64 characters.

      + *

      Can't be longer than 64 characters.

      *
    • *
    *

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456 diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json index 1bad9971e309..dba9c7537e38 100644 --- a/codegen/sdk-codegen/aws-models/rds.json +++ b/codegen/sdk-codegen/aws-models/rds.json @@ -4116,7 +4116,7 @@ "DBName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The meaning of this parameter differs depending on the database engine.

    \n
    \n
    Amazon Aurora MySQL
    \n
    Amazon Aurora PostgreSQL
    \n
    Amazon RDS Custom for Oracle
    \n
    Amazon RDS Custom for SQL Server
    \n
    RDS for MariaDB
    \n
    RDS for MySQL
    \n
    RDS for Oracle
    \n
    RDS for PostgreSQL
    \n
    RDS for SQL Server
    \n
    \n

    The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is\n created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster.

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 64 alphanumeric characters.

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    \n

    The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is\n created.

    \n

    Default: postgres\n

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 63 alphanumeric characters.

      \n
    • \n
    • \n

      Must begin with a letter.\n Subsequent characters can be letters, underscores, or digits\n (0 to 9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    \n

    The Oracle System ID (SID) of the created RDS Custom DB instance.

    \n

    Default: ORCL\n

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 8 alphanumeric characters.

      \n
    • \n
    • \n

      Must contain a letter.

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    \n

    Not applicable. Must be null.

    \n
    \n
    \n

    The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 64 letters or numbers.

      \n
    • \n
    • \n

      Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    \n

    The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 64 letters or numbers.

      \n
    • \n
    • \n

      Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    \n

    The Oracle System ID (SID) of the created DB instance.

    \n

    Default: ORCL\n

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 8 characters.

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine, such as the string NULL.

      \n
    • \n
    \n
    \n
    \n

    The name of the database to create when the DB instance is created.

    \n

    Default: postgres\n

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 63 letters, numbers, or underscores.

      \n
    • \n
    • \n

      Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    \n

    Not applicable. Must be null.

    \n
    \n
    " + "smithy.api#documentation": "

    The meaning of this parameter differs depending on the database engine.

    \n
    \n
    Amazon Aurora MySQL
    \n
    \n

    The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is\n created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster.

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 64 alphanumeric characters.

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    Amazon Aurora PostgreSQL
    \n
    \n

    The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is\n created.

    \n

    Default: postgres\n

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 63 alphanumeric characters.

      \n
    • \n
    • \n

      Must begin with a letter.\n Subsequent characters can be letters, underscores, or digits\n (0 to 9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    Amazon RDS Custom for Oracle
    \n
    \n

    The Oracle System ID (SID) of the created RDS Custom DB instance.

    \n

    Default: ORCL\n

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 8 alphanumeric characters.

      \n
    • \n
    • \n

      Must contain a letter.

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    Amazon RDS Custom for SQL Server
    \n
    \n

    Not applicable. Must be null.

    \n
    \n
    RDS for MariaDB
    \n
    \n

    The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 64 letters or numbers.

      \n
    • \n
    • \n

      Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    RDS for MySQL
    \n
    \n

    The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 64 letters or numbers.

      \n
    • \n
    • \n

      Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    RDS for Oracle
    \n
    \n

    The Oracle System ID (SID) of the created DB instance.

    \n

    Default: ORCL\n

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 8 characters.

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine, such as the string NULL.

      \n
    • \n
    \n
    \n
    RDS for PostgreSQL
    \n
    \n

    The name of the database to create when the DB instance is created.

    \n

    Default: postgres\n

    \n

    Constraints:

    \n
      \n
    • \n

      Must contain 1 to 63 letters, numbers, or underscores.

      \n
    • \n
    • \n

      Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).

      \n
    • \n
    • \n

      Can't be a word reserved by the database engine.

      \n
    • \n
    \n
    \n
    RDS for SQL Server
    \n
    \n

    Not applicable. Must be null.

    \n
    \n
    " } }, "DBInstanceIdentifier": { @@ -4129,7 +4129,7 @@ "AllocatedStorage": { "target": "com.amazonaws.rds#IntegerOptional", "traits": { - "smithy.api#documentation": "

    The amount of storage in gibibytes (GiB) to allocate for the DB instance.

    \n

    This setting doesn't apply to Amazon Aurora DB instances. Aurora cluster volumes automatically grow as the amount of data in your \n database increases, though you are only charged for the space that you use in an Aurora cluster volume.

    \n
    \n
    Amazon RDS Custom
    \n
    RDS for MariaDB
    \n
    RDS for MySQL
    \n
    RDS for Oracle
    \n
    RDS for PostgreSQL
    \n
    RDS for SQL Server
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.

      \n
    • \n
    \n
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 5 to 3072.

      \n
    • \n
    \n
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 5 to 3072.

      \n
    • \n
    \n
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 10 to 3072.

      \n
    • \n
    \n
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 5 to 3072.

      \n
    • \n
    \n
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3):

      \n
        \n
      • \n

        Enterprise and Standard editions: Must be an integer from 20 to 16384.

        \n
      • \n
      • \n

        Web and Express editions: Must be an integer from 20 to 16384.

        \n
      • \n
      \n
    • \n
    • \n

      Provisioned IOPS storage (io1):

      \n
        \n
      • \n

        Enterprise and Standard editions: Must be an integer from 100 to 16384.

        \n
      • \n
      • \n

        Web and Express editions: Must be an integer from 100 to 16384.

        \n
      • \n
      \n
    • \n
    • \n

      Magnetic storage (standard):

      \n
        \n
      • \n

        Enterprise and Standard editions: Must be an integer from 20 to 1024.

        \n
      • \n
      • \n

        Web and Express editions: Must be an integer from 20 to 1024.

        \n
      • \n
      \n
    • \n
    \n
    \n
    " + "smithy.api#documentation": "

    The amount of storage in gibibytes (GiB) to allocate for the DB instance.

    \n

    This setting doesn't apply to Amazon Aurora DB instances. Aurora cluster volumes automatically grow as the amount of data in your \n database increases, though you are only charged for the space that you use in an Aurora cluster volume.

    \n
    \n
    Amazon RDS Custom
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.

      \n
    • \n
    \n
    \n
    RDS for MariaDB
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 5 to 3072.

      \n
    • \n
    \n
    \n
    RDS for MySQL
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 5 to 3072.

      \n
    • \n
    \n
    \n
    RDS for Oracle
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 10 to 3072.

      \n
    • \n
    \n
    \n
    RDS for PostgreSQL
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.

      \n
    • \n
    • \n

      Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.

      \n
    • \n
    • \n

      Magnetic storage (standard): Must be an integer from 5 to 3072.

      \n
    • \n
    \n
    \n
    RDS for SQL Server
    \n
    \n

    Constraints to the amount of storage for each storage type are the following:

    \n
      \n
    • \n

      General Purpose (SSD) storage (gp2, gp3):

      \n
        \n
      • \n

        Enterprise and Standard editions: Must be an integer from 20 to 16384.

        \n
      • \n
      • \n

        Web and Express editions: Must be an integer from 20 to 16384.

        \n
      • \n
      \n
    • \n
    • \n

      Provisioned IOPS storage (io1):

      \n
        \n
      • \n

        Enterprise and Standard editions: Must be an integer from 100 to 16384.

        \n
      • \n
      • \n

        Web and Express editions: Must be an integer from 100 to 16384.

        \n
      • \n
      \n
    • \n
    • \n

      Magnetic storage (standard):

      \n
        \n
      • \n

        Enterprise and Standard editions: Must be an integer from 20 to 1024.

        \n
      • \n
      • \n

        Web and Express editions: Must be an integer from 20 to 1024.

        \n
      • \n
      \n
    • \n
    \n
    \n
    " } }, "DBInstanceClass": { @@ -4221,7 +4221,7 @@ "EngineVersion": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The version number of the database engine to use.

    \n

    This setting doesn't apply to Amazon Aurora DB instances. The version number of the database engine the DB\n instance uses is managed by the DB cluster.

    \n

    For a list of valid engine versions, use the DescribeDBEngineVersions\n operation.

    \n

    The following are the database engines and links to information about the major and minor versions that are available with \n Amazon RDS. Not every database engine is available for every Amazon Web Services Region.

    \n
    \n
    Amazon RDS Custom for Oracle
    \n
    Amazon RDS Custom for SQL Server
    \n
    RDS for MariaDB
    \n
    RDS for Microsoft SQL Server
    \n
    RDS for MySQL
    \n
    RDS for Oracle
    \n
    RDS for PostgreSQL
    \n
    \n

    A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV \n name has the following format: 19.customized_string. A valid CEV name is \n 19.my_cev1. For more information, see \n Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.

    \n
    \n
    \n

    See RDS Custom for SQL Server general requirements \n in the Amazon RDS User Guide.

    \n
    \n
    \n

    For information, see MariaDB on Amazon RDS versions in the \n Amazon RDS User Guide.

    \n
    \n
    \n

    For information, see Microsoft SQL Server versions on Amazon RDS in the \n Amazon RDS User Guide.

    \n
    \n
    \n

    For information, see MySQL on Amazon RDS versions in the \n Amazon RDS User Guide.

    \n
    \n
    \n

    For information, see Oracle Database Engine release notes in the \n Amazon RDS User Guide.

    \n
    \n
    \n

    For information, see Amazon RDS for PostgreSQL versions and extensions in the \n Amazon RDS User Guide.

    \n
    \n
    " + "smithy.api#documentation": "

    The version number of the database engine to use.

    \n

    This setting doesn't apply to Amazon Aurora DB instances. The version number of the database engine the DB\n instance uses is managed by the DB cluster.

    \n

    For a list of valid engine versions, use the DescribeDBEngineVersions\n operation.

    \n

    The following are the database engines and links to information about the major and minor versions that are available with \n Amazon RDS. Not every database engine is available for every Amazon Web Services Region.

    \n
    \n
    Amazon RDS Custom for Oracle
    \n
    \n

    A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV \n name has the following format: 19.customized_string. A valid CEV name is \n 19.my_cev1. For more information, see \n Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.

    \n
    \n
    Amazon RDS Custom for SQL Server
    \n
    \n

    See RDS Custom for SQL Server general requirements \n in the Amazon RDS User Guide.

    \n
    \n
    RDS for MariaDB
    \n
    \n

    For information, see MariaDB on Amazon RDS versions in the \n Amazon RDS User Guide.

    \n
    \n
    RDS for Microsoft SQL Server
    \n
    \n

    For information, see Microsoft SQL Server versions on Amazon RDS in the \n Amazon RDS User Guide.

    \n
    \n
    RDS for MySQL
    \n
    \n

    For information, see MySQL on Amazon RDS versions in the \n Amazon RDS User Guide.

    \n
    \n
    RDS for Oracle
    \n
    \n

    For information, see Oracle Database Engine release notes in the \n Amazon RDS User Guide.

    \n
    \n
    RDS for PostgreSQL
    \n
    \n

    For information, see Amazon RDS for PostgreSQL versions and extensions in the \n Amazon RDS User Guide.

    \n
    \n
    " } }, "AutoMinorVersionUpgrade": { @@ -4317,19 +4317,19 @@ "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    Specifies the fully qualified domain name of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " + "smithy.api#documentation": "

    The fully qualified domain name (FQDN) of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " } }, "DomainOu": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " + "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " } }, "DomainAuthSecretArn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " + "smithy.api#documentation": "

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " } }, "DomainDnsIps": { @@ -4341,7 +4341,7 @@ "CopyTagsToSnapshot": { "target": "com.amazonaws.rds#BooleanOptional", "traits": { - "smithy.api#documentation": "

    Spcifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

    \n

    This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this\n value for an Aurora DB instance has no effect on the DB cluster setting.

    " + "smithy.api#documentation": "

    Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

    \n

    This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this\n value for an Aurora DB instance has no effect on the DB cluster setting.

    " } }, "MonitoringInterval": { @@ -4739,19 +4739,19 @@ "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    Specifies the fully qualified domain name of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " + "smithy.api#documentation": "

    The fully qualified domain name (FQDN) of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " } }, "DomainOu": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " + "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " } }, "DomainAuthSecretArn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " + "smithy.api#documentation": "

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " } }, "DomainDnsIps": { @@ -5414,7 +5414,7 @@ } ], "traits": { - "smithy.api#documentation": "

    Creates an Aurora global database\n spread across multiple Amazon Web Services Regions. The global database\n contains a single primary cluster with read-write capability,\n and a read-only secondary cluster that receives\n data from the primary cluster through high-speed replication\n performed by the Aurora storage subsystem.

    \n

    You can create a global database that is initially empty, and then\n add a primary cluster and a secondary cluster to it.\n Or you can specify an existing Aurora cluster during the create operation,\n and this cluster becomes the primary cluster of the global database.

    \n \n

    This action applies only to Aurora DB clusters.

    \n
    " + "smithy.api#documentation": "

    Creates an Aurora global database\n spread across multiple Amazon Web Services Regions. The global database\n contains a single primary cluster with read-write capability,\n and a read-only secondary cluster that receives\n data from the primary cluster through high-speed replication\n performed by the Aurora storage subsystem.

    \n

    You can create a global database that is initially empty, and then\n add a primary cluster and a secondary cluster to it.\n Or you can specify an existing Aurora cluster during the create operation,\n and this cluster becomes the primary cluster of the global database.

    \n \n

    This operation applies only to Aurora DB clusters.

    \n
    " } }, "com.amazonaws.rds#CreateGlobalClusterMessage": { @@ -5423,43 +5423,43 @@ "GlobalClusterIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.

    " + "smithy.api#documentation": "

    The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.

    " } }, "SourceDBClusterIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The Amazon Resource Name (ARN) to use as the primary cluster of the global database.\n This parameter is optional.

    " + "smithy.api#documentation": "

    The Amazon Resource Name (ARN) to use as the primary cluster of the global database.

    \n

    If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:

    \n
      \n
    • \n

      \n DatabaseName\n

      \n
    • \n
    • \n

      \n Engine\n

      \n
    • \n
    • \n

      \n EngineVersion\n

      \n
    • \n
    • \n

      \n StorageEncrypted\n

      \n
    • \n
    " } }, "Engine": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The name of the database engine to be used for this DB cluster.

    " + "smithy.api#documentation": "

    The database engine to use for this global database cluster.

    \n

    Valid Values: aurora-mysql | aurora-postgresql\n

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.

      \n
    • \n
    " } }, "EngineVersion": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The engine version of the Aurora global database.

    " + "smithy.api#documentation": "

    The engine version to use for this global database cluster.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.

      \n
    • \n
    " } }, "DeletionProtection": { "target": "com.amazonaws.rds#BooleanOptional", "traits": { - "smithy.api#documentation": "

    The deletion protection setting for the new global database.\n The global database can't be deleted when deletion protection is enabled.

    " + "smithy.api#documentation": "

    Specifies whether to enable deletion protection for the new global database cluster.\n The global database can't be deleted when deletion protection is enabled.

    " } }, "DatabaseName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The name for your database of up to 64 alphanumeric characters. If you do not provide\n a name, Amazon Aurora will not create a database in the global database cluster you are\n creating.

    " + "smithy.api#documentation": "

    The name for your database of up to 64 alphanumeric characters. If you don't specify\n a name, Amazon Aurora doesn't create a database in the global database cluster.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the database name from the source DB cluster.

      \n
    • \n
    " } }, "StorageEncrypted": { "target": "com.amazonaws.rds#BooleanOptional", "traits": { - "smithy.api#documentation": "

    The storage encryption setting for the new global database cluster.

    " + "smithy.api#documentation": "

    Specifies whether to enable storage encryption for the new global database cluster.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.

      \n
    • \n
    " } } } @@ -13624,7 +13624,7 @@ "Status": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

    " + "smithy.api#documentation": "

    The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

    " } }, "FQDN": { @@ -13636,25 +13636,25 @@ "IAMRoleName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The name of the IAM role to be used when making API calls to the Directory Service.

    " + "smithy.api#documentation": "

    The name of the IAM role used when making API calls to the Directory Service.

    " } }, "OU": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    " + "smithy.api#documentation": "

    The Active Directory organizational unit for the DB instance or cluster.

    " } }, "AuthSecretArn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    " + "smithy.api#documentation": "

    The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.

    " } }, "DnsIps": { "target": "com.amazonaws.rds#StringList", "traits": { - "smithy.api#documentation": "

    The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

    " + "smithy.api#documentation": "

    The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.

    " } } }, @@ -16537,19 +16537,19 @@ "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    Specifies the fully qualified domain name of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " + "smithy.api#documentation": "

    The fully qualified domain name (FQDN) of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " } }, "DomainOu": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " + "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " } }, "DomainAuthSecretArn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " + "smithy.api#documentation": "

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " } }, "DomainDnsIps": { @@ -16597,7 +16597,7 @@ "DisableDomain": { "target": "com.amazonaws.rds#BooleanOptional", "traits": { - "smithy.api#documentation": "

    Boolean. If present, removes the instance from the Active Directory domain.

    " + "smithy.api#documentation": "

    Specifies whether to remove the DB instance from the Active Directory domain.

    " } }, "PromotionTier": { @@ -20914,19 +20914,19 @@ "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    Specifies the fully qualified domain name of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " + "smithy.api#documentation": "

    The fully qualified domain name (FQDN) of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " } }, "DomainOu": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " + "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " } }, "DomainAuthSecretArn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    \n

    Constraints:

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " + "smithy.api#documentation": "

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    \n

    Constraints:

    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " } }, "DomainDnsIps": { @@ -20944,7 +20944,7 @@ "DomainIAMRoleName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    Specify the name of the IAM role to be used when making API calls to the Directory Service.

    \n

    This setting doesn't apply to RDS Custom.

    " + "smithy.api#documentation": "

    The name of the IAM role to use when making API calls to the Directory Service.

    \n

    This setting doesn't apply to RDS Custom DB instances.

    " } }, "EnableIAMDatabaseAuthentication": { @@ -21646,25 +21646,25 @@ "DomainIAMRoleName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    Specify the name of the IAM role to be used when making API calls to the Directory Service.

    \n

    This setting doesn't apply to RDS Custom.

    " + "smithy.api#documentation": "

    The name of the IAM role to use when making API calls to the Directory Service.

    \n

    This setting doesn't apply to RDS Custom DB instances.

    " } }, "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    Specifies the fully qualified domain name of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " + "smithy.api#documentation": "

    The fully qualified domain name (FQDN) of an Active Directory domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: mymanagedADtest.mymanagedAD.mydomain\n

    " } }, "DomainOu": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " + "smithy.api#documentation": "

    The Active Directory organizational unit for your DB instance to join.

    \n

    Constraints:

    \n
      \n
    • \n

      Must be in the distinguished name format.

      \n
    • \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain\n

    " } }, "DomainAuthSecretArn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.

    \n

    Constraints:

    \n
      \n
    • \n

      Cannot be greater than 64 characters.

      \n
    • \n
    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " + "smithy.api#documentation": "

    The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

    \n

    Constraints:

    \n
      \n
    • \n

      Can't be longer than 64 characters.

      \n
    • \n
    \n

    Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456\n

    " } }, "DomainDnsIps": {