From 8e3712828ca4cf5142d9936951ddb5a52326a332 Mon Sep 17 00:00:00 2001
From: awstools Valid for: Aurora DB clusters only The CA certificate identifier to use for the DB cluster's server certificate. Valid for Cluster Type: Multi-AZ DB clusters Returns the details of the DB instance’s server certificate. For more information, see Using SSL/TLS to encrypt a connection to a DB
+ * instance in the Amazon RDS User Guide and
+ *
+ * Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora
+ * User Guide. The CA identifier of the CA certificate used for the DB instance's server certificate. The expiration date of the DB instance’s server certificate. Contains information about an instance that is part of a DB cluster. The storage type for the DB cluster. Returns the details of the DB instance’s server certificate. For more information, see Using SSL/TLS to encrypt a connection to a DB
+ * instance in the Amazon RDS User Guide and
+ *
+ * Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora
+ * User Guide. This setting is only for non-Aurora Multi-AZ DB clusters. Returns the details of the DB instance’s server certificate. For more information, see Using SSL/TLS to encrypt a connection to a DB
+ * instance in the Amazon RDS User Guide and
+ *
+ * Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora
+ * User Guide.
Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, + *
Provisioned IOPS storage (io1, io2): Must be an integer from 40 to 65536 for RDS Custom for Oracle, * 16384 for RDS Custom for SQL Server.
*Constraints to the amount of storage for each storage type are the following:
*General Purpose (SSD) storage (gp3): Must be an integer from 20 to 64000.
+ *General Purpose (SSD) storage (gp3): Must be an integer from 20 to 65536.
*Provisioned IOPS storage (io1): Must be an integer from 100 to 64000.
+ *Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
*General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
* *Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
+ *Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
*Magnetic storage (standard): Must be an integer from 5 to 3072.
@@ -7117,7 +7169,7 @@ export interface CreateDBInstanceMessage { *General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
*Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
+ *Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
*Magnetic storage (standard): Must be an integer from 5 to 3072.
@@ -7132,7 +7184,7 @@ export interface CreateDBInstanceMessage { *General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
*Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
+ *Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
*Magnetic storage (standard): Must be an integer from 10 to 3072.
@@ -7147,7 +7199,7 @@ export interface CreateDBInstanceMessage { *General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
*Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
+ *Provisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
*Magnetic storage (standard): Must be an integer from 5 to 3072.
@@ -7170,7 +7222,7 @@ export interface CreateDBInstanceMessage { * *Provisioned IOPS storage (io1):
+ *Provisioned IOPS storage (io1, io2):
*Enterprise and Standard editions: Must be an integer from 100 to 16384.
@@ -7785,10 +7837,10 @@ export interface CreateDBInstanceMessage { /** * @public *The storage type to associate with the DB instance.
- *If you specify io1
or gp3
, you must also include a value for the
+ *
If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
- *Valid Values: gp2 | gp3 | io1 | standard
+ *
Valid Values: gp2 | gp3 | io1 | io2 | standard
*
Default: io1
, if the Iops
parameter
* is specified. Otherwise, gp2
.
Returns the details of the DB instance’s server certificate.
- *For more information, see Using SSL/TLS to encrypt a connection to a DB - * instance in the Amazon RDS User Guide and - * - * Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora - * User Guide.
- */ -export interface CertificateDetails { - /** - * @public - *The CA identifier of the CA certificate used for the DB instance's server certificate.
- */ - CAIdentifier?: string; - - /** - * @public - *The expiration date of the DB instance’s server certificate.
- */ - ValidTill?: Date; -} - /** * @public *Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.
@@ -9797,9 +9826,9 @@ export interface CreateDBInstanceReadReplicaMessage { /** * @public *The storage type to associate with the read replica.
- *If you specify io1
or gp3
, you must also include a value for the
+ *
If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
Valid Values: gp2 | gp3 | io1 | standard
+ *
Valid Values: gp2 | gp3 | io1 | io2 | standard
*
Default: io1
if the Iops
parameter
* is specified. Otherwise, gp2
.
The valid storage types for your DB instance. - * For example: gp2, gp3, io1.
+ * For example: gp2, gp3, io1, io2. */ StorageType?: string; @@ -7934,6 +7934,13 @@ export interface ModifyDBClusterMessage { *Valid for: Aurora DB clusters only
*/ EnableLimitlessDatabase?: boolean; + + /** + * @public + *The CA certificate identifier to use for the DB cluster's server certificate.
+ *Valid for Cluster Type: Multi-AZ DB clusters
+ */ + CACertificateIdentifier?: string; } /** @@ -8646,7 +8653,7 @@ export interface ModifyDBInstanceMessage { /** * @public *The storage type to associate with the DB instance.
- *If you specify Provisioned IOPS (io1
),
+ *
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 @@ -8659,7 +8666,7 @@ export interface ModifyDBInstanceMessage { * instance are suspended. No other Amazon RDS operations can take place for the instance, * including modifying the instance, rebooting the instance, deleting the instance, * creating a read replica for the instance, and creating a DB snapshot of the instance.
- *Valid Values: gp2 | gp3 | io1 | standard
+ *
Valid Values: gp2 | gp3 | io1 | io2 | standard
*
Default: io1
, if the Iops
parameter
* is specified. Otherwise, gp2
.
Specifies the storage type to be associated with the DB instance.
- *Valid Values: gp2 | gp3 | io1 | standard
+ *
Valid Values: gp2 | gp3 | io1 | io2 | standard
*
If you specify io1
or gp3
, you must also include a value for the
+ *
If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
Default: io1
if the Iops
parameter
* is specified, otherwise gp2
@@ -13048,9 +13055,9 @@ export interface RestoreDBInstanceFromS3Message {
/**
* @public
*
Specifies the storage type to be associated with the DB instance.
- *Valid Values: gp2 | gp3 | io1 | standard
+ *
Valid Values: gp2 | gp3 | io1 | io2 | standard
*
If you specify io1
or gp3
,
+ *
If you specify io1
, io2
, or gp3
,
* you must also include a value for the Iops
parameter.
Default: io1
* if the Iops
parameter is specified;
@@ -13672,14 +13679,14 @@ export interface RestoreDBInstanceToPointInTimeMessage {
/**
* @public
*
The storage type to associate with the DB instance.
- *Valid Values: gp2 | gp3 | io1 | standard
+ *
Valid Values: gp2 | gp3 | io1 | io2 | standard
*
Default: io1
, if the Iops
parameter
* is specified. Otherwise, gp2
.
Constraints:
*If you specify io1
or gp3
, you must also include a value for the
+ *
If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
The storage type for the DB cluster.
" } + }, + "CertificateDetails": { + "target": "com.amazonaws.rds#CertificateDetails" } }, "traits": { @@ -4452,6 +4455,12 @@ "traits": { "smithy.api#documentation": "Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By\n default, write operations aren't allowed on reader DB instances.
\nValid for: Aurora DB clusters only
" } + }, + "CACertificateIdentifier": { + "target": "com.amazonaws.rds#String", + "traits": { + "smithy.api#documentation": "The CA certificate identifier to use for the DB cluster's server certificate.
\nValid for Cluster Type: Multi-AZ DB clusters
" + } } }, "traits": { @@ -4867,7 +4876,7 @@ "AllocatedStorage": { "target": "com.amazonaws.rds#IntegerOptional", "traits": { - "smithy.api#documentation": "The amount of storage in gibibytes (GiB) to allocate for the DB instance.
\nThis 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.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral 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.
\nProvisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp3): Must be an integer from 20 to 64000.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 64000.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 10 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3):
\nEnterprise and Standard editions: Must be an integer from 20 to 16384.
\nWeb and Express editions: Must be an integer from 20 to 16384.
\nProvisioned IOPS storage (io1):
\nEnterprise and Standard editions: Must be an integer from 100 to 16384.
\nWeb and Express editions: Must be an integer from 100 to 16384.
\nMagnetic storage (standard):
\nEnterprise and Standard editions: Must be an integer from 20 to 1024.
\nWeb and Express editions: Must be an integer from 20 to 1024.
\nThe amount of storage in gibibytes (GiB) to allocate for the DB instance.
\nThis 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.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral 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.
\nProvisioned IOPS storage (io1, io2): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 10 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1, io2): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3):
\nEnterprise and Standard editions: Must be an integer from 20 to 16384.
\nWeb and Express editions: Must be an integer from 20 to 16384.
\nProvisioned IOPS storage (io1, io2):
\nEnterprise and Standard editions: Must be an integer from 100 to 16384.
\nWeb and Express editions: Must be an integer from 100 to 16384.
\nMagnetic storage (standard):
\nEnterprise and Standard editions: Must be an integer from 20 to 1024.
\nWeb and Express editions: Must be an integer from 20 to 1024.
\nThe storage type to associate with the DB instance.
\nIf you specify io1
or gp3
, you must also include a value for the\n Iops
parameter.
This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
\nValid Values: gp2 | gp3 | io1 | standard
\n
Default: io1
, if the Iops
parameter\n is specified. Otherwise, gp2
.
The storage type to associate with the DB instance.
\nIf you specify io1
, io2
, or gp3
, you must also include a value for the\n Iops
parameter.
This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
\nValid Values: gp2 | gp3 | io1 | io2 | standard
\n
Default: io1
, if the Iops
parameter\n is specified. Otherwise, gp2
.
The storage type to associate with the read replica.
\nIf you specify io1
or gp3
, you must also include a value for the\n Iops
parameter.
Valid Values: gp2 | gp3 | io1 | standard
\n
Default: io1
if the Iops
parameter\n is specified. Otherwise, gp2
.
The storage type to associate with the read replica.
\nIf you specify io1
, io2
, or gp3
, you must also include a value for the\n Iops
parameter.
Valid Values: gp2 | gp3 | io1 | io2 | standard
\n
Default: io1
if the Iops
parameter\n is specified. Otherwise, gp2
.
The storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.
\nThis setting is only for non-Aurora Multi-AZ DB clusters.
" } + }, + "CertificateDetails": { + "target": "com.amazonaws.rds#CertificateDetails" } }, "traits": { @@ -21538,6 +21550,12 @@ "traits": { "smithy.api#documentation": "Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.
\nValid for: Aurora DB clusters only
" } + }, + "CACertificateIdentifier": { + "target": "com.amazonaws.rds#String", + "traits": { + "smithy.api#documentation": "The CA certificate identifier to use for the DB cluster's server certificate.
\nValid for Cluster Type: Multi-AZ DB clusters
" + } } }, "traits": { @@ -21968,7 +21986,7 @@ "StorageType": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The storage type to associate with the DB instance.
\nIf you specify Provisioned IOPS (io1
), \n you must also include a value for the Iops
parameter.
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.
\nValid Values: gp2 | gp3 | io1 | standard
\n
Default: io1
, if the Iops
parameter\n is specified. Otherwise, gp2
.
The storage type to associate with the DB instance.
\nIf you specify io1
), io2
, or gp3
\n you must also include a value for the Iops
parameter.
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.
\nValid Values: gp2 | gp3 | io1 | io2 | standard
\n
Default: io1
, if the Iops
parameter\n is specified. Otherwise, gp2
.
Specifies the storage type to be associated with the DB instance.
\nValid Values: gp2 | gp3 | io1 | standard
\n
If you specify io1
or gp3
, you must also include a value for the\n Iops
parameter.
Default: io1
if the Iops
parameter\n is specified, otherwise gp2
\n
Specifies the storage type to be associated with the DB instance.
\nValid Values: gp2 | gp3 | io1 | io2 | standard
\n
If you specify io1
, io2
, or gp3
, you must also include a value for the\n Iops
parameter.
Default: io1
if the Iops
parameter\n is specified, otherwise gp2
\n
Specifies the storage type to be associated with the DB instance.
\nValid Values: gp2 | gp3 | io1 | standard
\n
If you specify io1
or gp3
, \n you must also include a value for the Iops
parameter.
Default: io1
\n if the Iops
parameter is specified; \n otherwise gp2
\n
Specifies the storage type to be associated with the DB instance.
\nValid Values: gp2 | gp3 | io1 | io2 | standard
\n
If you specify io1
, io2
, or gp3
, \n you must also include a value for the Iops
parameter.
Default: io1
\n if the Iops
parameter is specified; \n otherwise gp2
\n
The storage type to associate with the DB instance.
\nValid Values: gp2 | gp3 | io1 | standard
\n
Default: io1
, if the Iops
parameter\n is specified. Otherwise, gp2
.
Constraints:
\nIf you specify io1
or gp3
, you must also include a value for the\n Iops
parameter.
The storage type to associate with the DB instance.
\nValid Values: gp2 | gp3 | io1 | io2 | standard
\n
Default: io1
, if the Iops
parameter\n is specified. Otherwise, gp2
.
Constraints:
\nIf you specify io1
, io2
, or gp3
, you must also include a value for the\n Iops
parameter.
The valid storage types for your DB instance.\n For example: gp2, gp3, io1.
" + "smithy.api#documentation": "The valid storage types for your DB instance.\n For example: gp2, gp3, io1, io2.
" } }, "StorageSize": {