diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 8799257a949a..daafd5a43b83 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -4897,7 +4897,7 @@ export interface CreateDBClusterMessage { *

* *
  • - *

    Multi-AZ DB clusters - io1 + *

    Multi-AZ DB clusters - io1 | io2 | gp3 *

    *
  • * @@ -5133,6 +5133,8 @@ export interface CreateDBClusterMessage { /** * @public *

    The CA certificate identifier to use for the DB cluster's server certificate.

    + *

    For more information, see Using SSL/TLS to encrypt a connection to a DB + * instance in the Amazon RDS User Guide.

    *

    Valid for Cluster Type: Multi-AZ DB clusters

    */ CACertificateIdentifier?: string; diff --git a/clients/client-rds/src/models/models_1.ts b/clients/client-rds/src/models/models_1.ts index c455f6afb327..57e33038d7e9 100644 --- a/clients/client-rds/src/models/models_1.ts +++ b/clients/client-rds/src/models/models_1.ts @@ -7681,7 +7681,7 @@ export interface ModifyDBClusterMessage { *

    * *
  • - *

    Multi-AZ DB clusters - io1 + *

    Multi-AZ DB clusters - io1 | io2 | gp3 *

    *
  • * @@ -7938,6 +7938,8 @@ export interface ModifyDBClusterMessage { /** * @public *

    The CA certificate identifier to use for the DB cluster's server certificate.

    + *

    For more information, see Using SSL/TLS to encrypt a connection to a DB + * instance in the Amazon RDS User Guide.

    *

    Valid for Cluster Type: Multi-AZ DB clusters

    */ CACertificateIdentifier?: string; @@ -8653,7 +8655,7 @@ export interface ModifyDBInstanceMessage { /** * @public *

    The storage type to associate with the DB instance.

    - *

    If you specify io1), io2, or gp3 + *

    If you specify io1, io2, or gp3 * you must also include a value for the Iops parameter.

    *

    If you choose to migrate your DB instance from using standard storage to using * Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json index 3e932de0eb0d..b6c0183905e4 100644 --- a/codegen/sdk-codegen/aws-models/rds.json +++ b/codegen/sdk-codegen/aws-models/rds.json @@ -4366,7 +4366,7 @@ "StorageType": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The storage type to associate with the DB cluster.

    \n

    For information on storage types for Aurora DB clusters, see Storage configurations for Amazon Aurora DB clusters. For information on storage types for Multi-AZ DB\n clusters, see Settings for creating Multi-AZ DB clusters.

    \n

    This setting is required to create a Multi-AZ DB cluster.

    \n

    When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required.

    \n

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

    \n

    Valid Values:

    \n \n

    Default:

    \n \n \n

    When you create an Aurora DB cluster with the storage type set to aurora-iopt1, the storage type is returned\n in the response. The storage type isn't returned when you set it to aurora.

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

    The storage type to associate with the DB cluster.

    \n

    For information on storage types for Aurora DB clusters, see Storage configurations for Amazon Aurora DB clusters. For information on storage types for Multi-AZ DB\n clusters, see Settings for creating Multi-AZ DB clusters.

    \n

    This setting is required to create a Multi-AZ DB cluster.

    \n

    When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required.

    \n

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

    \n

    Valid Values:

    \n \n

    Default:

    \n \n \n

    When you create an Aurora DB cluster with the storage type set to aurora-iopt1, the storage type is returned\n in the response. The storage type isn't returned when you set it to aurora.

    \n
    " } }, "Iops": { @@ -4459,7 +4459,7 @@ "CACertificateIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The CA certificate identifier to use for the DB cluster's server certificate.

    \n

    Valid for Cluster Type: Multi-AZ DB clusters

    " + "smithy.api#documentation": "

    The CA certificate identifier to use for the DB cluster's server certificate.

    \n

    For more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide.

    \n

    Valid for Cluster Type: Multi-AZ DB clusters

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

    The storage type to associate with the DB cluster.

    \n

    For information on storage types for Aurora DB clusters, see Storage configurations for Amazon Aurora DB clusters. For information on storage types for Multi-AZ DB\n clusters, see Settings for creating Multi-AZ DB clusters.

    \n

    When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required.

    \n

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

    \n

    Valid Values:

    \n \n

    Default:

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

    The storage type to associate with the DB cluster.

    \n

    For information on storage types for Aurora DB clusters, see Storage configurations for Amazon Aurora DB clusters. For information on storage types for Multi-AZ DB\n clusters, see Settings for creating Multi-AZ DB clusters.

    \n

    When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required.

    \n

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

    \n

    Valid Values:

    \n \n

    Default:

    \n " } }, "Iops": { @@ -21554,7 +21554,7 @@ "CACertificateIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The CA certificate identifier to use for the DB cluster's server certificate.

    \n

    Valid for Cluster Type: Multi-AZ DB clusters

    " + "smithy.api#documentation": "

    The CA certificate identifier to use for the DB cluster's server certificate.

    \n

    For more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide.

    \n

    Valid for Cluster Type: Multi-AZ DB clusters

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

    The storage type to associate with the DB instance.

    \n

    If you specify io1), io2, or gp3 \n you must also include a value for the Iops parameter.

    \n

    If you choose to migrate your DB instance from using standard storage to using\n Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process\n can take time. The duration of the migration depends on several factors such as database\n load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS\n provisioned (if any), and the number of prior scale storage operations. Typical\n migration times are under 24 hours, but the process can take up to several days in some\n cases. During the migration, the DB instance is available for use, but might experience\n performance degradation. While the migration takes place, nightly backups for the\n instance are suspended. No other Amazon RDS operations can take place for the instance,\n including modifying the instance, rebooting the instance, deleting the instance,\n creating a read replica for the instance, and creating a DB snapshot of the instance.

    \n

    Valid Values: gp2 | gp3 | io1 | io2 | standard\n

    \n

    Default: io1, if the Iops parameter\n is specified. Otherwise, gp2.

    " + "smithy.api#documentation": "

    The storage type to associate with the DB instance.

    \n

    If you specify io1, io2, or gp3 \n you must also include a value for the Iops parameter.

    \n

    If you choose to migrate your DB instance from using standard storage to using\n Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process\n can take time. The duration of the migration depends on several factors such as database\n load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS\n provisioned (if any), and the number of prior scale storage operations. Typical\n migration times are under 24 hours, but the process can take up to several days in some\n cases. During the migration, the DB instance is available for use, but might experience\n performance degradation. While the migration takes place, nightly backups for the\n instance are suspended. No other Amazon RDS operations can take place for the instance,\n including modifying the instance, rebooting the instance, deleting the instance,\n creating a read replica for the instance, and creating a DB snapshot of the instance.

    \n

    Valid Values: gp2 | gp3 | io1 | io2 | standard\n

    \n

    Default: io1, if the Iops parameter\n is specified. Otherwise, gp2.

    " } }, "TdeCredentialArn": {