|
457 | 457 | {"shape":"KMSKeyNotAccessibleFault"},
|
458 | 458 | {"shape":"DomainNotFoundFault"},
|
459 | 459 | {"shape":"NetworkTypeNotSupported"},
|
460 |
| - {"shape":"TenantDatabaseQuotaExceededFault"} |
| 460 | + {"shape":"TenantDatabaseQuotaExceededFault"}, |
| 461 | + {"shape":"CertificateNotFoundFault"} |
461 | 462 | ],
|
462 | 463 | "documentation":"<p>Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html\">Working with read replicas</a> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html#multi-az-db-clusters-migrating-to-instance-with-read-replica\">Migrating from a Multi-AZ DB cluster to a DB instance using a read replica</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the <code>CreateDBInstance</code> operation.</p> <p>All read replica DB instances are created with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified.</p> <important> <p>Your source DB instance or cluster must have backup retention enabled.</p> </important>"
|
463 | 464 | },
|
|
2697 | 2698 | {"shape":"BackupPolicyNotFoundFault"},
|
2698 | 2699 | {"shape":"NetworkTypeNotSupported"},
|
2699 | 2700 | {"shape":"DBClusterSnapshotNotFoundFault"},
|
| 2701 | + {"shape":"CertificateNotFoundFault"}, |
2700 | 2702 | {"shape":"TenantDatabaseQuotaExceededFault"}
|
2701 | 2703 | ],
|
2702 | 2704 | "documentation":"<p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most of the source's original configuration, including the default security group and DB parameter group. By default, the new DB instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p> <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original DB instance with the DB instance created from the snapshot.</p> <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot.</p> <note> <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p> </note>"
|
|
2730 | 2732 | {"shape":"AuthorizationNotFoundFault"},
|
2731 | 2733 | {"shape":"KMSKeyNotAccessibleFault"},
|
2732 | 2734 | {"shape":"BackupPolicyNotFoundFault"},
|
2733 |
| - {"shape":"NetworkTypeNotSupported"} |
| 2735 | + {"shape":"NetworkTypeNotSupported"}, |
| 2736 | + {"shape":"CertificateNotFoundFault"} |
2734 | 2737 | ],
|
2735 | 2738 | "documentation":"<p>Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files. You can create a backup of your on-premises database, store it on Amazon Simple Storage Service (Amazon S3), and then restore the backup file onto a new Amazon RDS DB instance running MySQL. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html\">Importing Data into an Amazon RDS MySQL DB Instance</a> in the <i>Amazon RDS User Guide.</i> </p> <p>This operation doesn't apply to RDS Custom.</p>"
|
2736 | 2739 | },
|
|
2769 | 2772 | {"shape":"DBParameterGroupNotFoundFault"},
|
2770 | 2773 | {"shape":"DBInstanceAutomatedBackupNotFoundFault"},
|
2771 | 2774 | {"shape":"NetworkTypeNotSupported"},
|
2772 |
| - {"shape":"TenantDatabaseQuotaExceededFault"} |
| 2775 | + {"shape":"TenantDatabaseQuotaExceededFault"}, |
| 2776 | + {"shape":"CertificateNotFoundFault"} |
2773 | 2777 | ],
|
2774 | 2778 | "documentation":"<p>Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the <code>LatestRestorableTime</code> property. You can restore to a point up to the number of days specified by the <code>BackupRetentionPeriod</code> property.</p> <p>The target database is created with most of the original configuration, but in a system-selected Availability Zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment.</p> <note> <p>This operation doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterToPointInTime</code>.</p> </note>"
|
2775 | 2779 | },
|
|
4206 | 4210 | },
|
4207 | 4211 | "EngineMode":{
|
4208 | 4212 | "shape":"String",
|
4209 |
| - "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code> or <code>serverless</code>.</p> <p>The <code>serverless</code> engine mode only applies for Aurora Serverless v1 DB clusters.</p> <p>For information about limitations and requirements for Serverless DB clusters, see the following sections in the <i>Amazon Aurora User Guide</i>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations\">Limitations of Aurora Serverless v1</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html\">Requirements for Aurora Serverless v2</a> </p> </li> </ul> <p>Valid for Cluster Type: Aurora DB clusters only</p>" |
| 4213 | + "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code> or <code>serverless</code>.</p> <p>The <code>serverless</code> engine mode only applies for Aurora Serverless v1 DB clusters. Aurora Serverless v2 DB clusters use the <code>provisioned</code> engine mode.</p> <p>For information about limitations and requirements for Serverless DB clusters, see the following sections in the <i>Amazon Aurora User Guide</i>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations\">Limitations of Aurora Serverless v1</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html\">Requirements for Aurora Serverless v2</a> </p> </li> </ul> <p>Valid for Cluster Type: Aurora DB clusters only</p>" |
4210 | 4214 | },
|
4211 | 4215 | "ScalingConfiguration":{
|
4212 | 4216 | "shape":"ScalingConfiguration",
|
|
4822 | 4826 | "UpgradeStorageConfig":{
|
4823 | 4827 | "shape":"BooleanOptional",
|
4824 | 4828 | "documentation":"<p>Whether to upgrade the storage file system configuration on the read replica. This option migrates the read replica from the old storage file system layout to the preferred layout.</p>"
|
| 4829 | + }, |
| 4830 | + "CACertificateIdentifier":{ |
| 4831 | + "shape":"String", |
| 4832 | + "documentation":"<p>The CA certificate identifier to use for the read replica's server certificate.</p> <p>This setting doesn't apply to RDS Custom DB instances.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB instance</a> in the <i>Amazon RDS User Guide</i> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html\"> Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>" |
4825 | 4833 | }
|
4826 | 4834 | }
|
4827 | 4835 | },
|
|
15285 | 15293 | "DedicatedLogVolume":{
|
15286 | 15294 | "shape":"BooleanOptional",
|
15287 | 15295 | "documentation":"<p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>"
|
| 15296 | + }, |
| 15297 | + "CACertificateIdentifier":{ |
| 15298 | + "shape":"String", |
| 15299 | + "documentation":"<p>The CA certificate identifier to use for the DB instance's server certificate.</p> <p>This setting doesn't apply to RDS Custom DB instances.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB instance</a> in the <i>Amazon RDS User Guide</i> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html\"> Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>" |
15288 | 15300 | }
|
15289 | 15301 | },
|
15290 | 15302 | "documentation":"<p/>"
|
|
15502 | 15514 | "DedicatedLogVolume":{
|
15503 | 15515 | "shape":"BooleanOptional",
|
15504 | 15516 | "documentation":"<p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>"
|
| 15517 | + }, |
| 15518 | + "CACertificateIdentifier":{ |
| 15519 | + "shape":"String", |
| 15520 | + "documentation":"<p>The CA certificate identifier to use for the DB instance's server certificate.</p> <p>This setting doesn't apply to RDS Custom DB instances.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB instance</a> in the <i>Amazon RDS User Guide</i> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html\"> Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>" |
15505 | 15521 | }
|
15506 | 15522 | }
|
15507 | 15523 | },
|
|
15687 | 15703 | "DedicatedLogVolume":{
|
15688 | 15704 | "shape":"BooleanOptional",
|
15689 | 15705 | "documentation":"<p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>"
|
| 15706 | + }, |
| 15707 | + "CACertificateIdentifier":{ |
| 15708 | + "shape":"String", |
| 15709 | + "documentation":"<p>The CA certificate identifier to use for the DB instance's server certificate.</p> <p>This setting doesn't apply to RDS Custom DB instances.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB instance</a> in the <i>Amazon RDS User Guide</i> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html\"> Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>" |
15690 | 15710 | }
|
15691 | 15711 | },
|
15692 | 15712 | "documentation":"<p/>"
|
|
0 commit comments