@@ -5005,12 +5005,10 @@ export interface CreateDBClusterMessage {
50055005
50065006 /**
50075007 * <p>Specifies whether the DB cluster is publicly accessible.</p>
5008- * <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
5009- * resolves to the private IP address from within the DB cluster's virtual private cloud
5010- * (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
5011- * to the DB cluster is ultimately controlled by the security group it uses. That public
5012- * access isn't permitted if the security group assigned to the DB cluster doesn't permit
5013- * it.</p>
5008+ * <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC),
5009+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster,
5010+ * the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
5011+ * access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
50145012 * <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
50155013 * <p>Valid for Cluster Type: Multi-AZ DB clusters only</p>
50165014 * <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
@@ -6173,12 +6171,10 @@ export interface DBCluster {
61736171
61746172 /**
61756173 * <p>Indicates whether the DB cluster is publicly accessible.</p>
6176- * <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
6177- * resolves to the private IP address from within the DB cluster's virtual private cloud
6178- * (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
6179- * to the DB cluster is ultimately controlled by the security group it uses. That public
6180- * access isn't permitted if the security group assigned to the DB cluster doesn't permit
6181- * it.</p>
6174+ * <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC),
6175+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster,
6176+ * the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
6177+ * access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
61826178 * <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
61836179 * <p>For more information, see <a>CreateDBCluster</a>.</p>
61846180 * <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
@@ -7917,10 +7913,10 @@ export interface CreateDBInstanceMessage {
79177913
79187914 /**
79197915 * <p>Specifies whether the DB instance is publicly accessible.</p>
7920- * <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from
7921- * within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC.
7922- * Access to the DB instance is ultimately controlled by the security group it uses.
7923- * That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
7916+ * <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC),
7917+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance,
7918+ * the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses.
7919+ * That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
79247920 * <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
79257921 * <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
79267922 * <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
@@ -9227,12 +9223,10 @@ export interface DBInstance {
92279223
92289224 /**
92299225 * <p>Indicates whether the DB instance is publicly accessible.</p>
9230- * <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
9231- * resolves to the private IP address from within the DB cluster's virtual private cloud
9232- * (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
9233- * to the DB cluster is ultimately controlled by the security group it uses. That public
9234- * access isn't permitted if the security group assigned to the DB cluster doesn't permit
9235- * it.</p>
9226+ * <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC),
9227+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance,
9228+ * the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
9229+ * access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
92369230 * <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
92379231 * <p>For more information, see <a>CreateDBInstance</a>.</p>
92389232 * @public
@@ -13192,7 +13186,11 @@ export interface DeleteDBClusterMessage {
1319213186 /**
1319313187 * <p>Specifies whether to remove automated backups immediately after the DB
1319413188 * cluster is deleted. This parameter isn't case-sensitive. The default is to remove
13195- * automated backups immediately after the DB cluster is deleted.</p>
13189+ * automated backups immediately after the DB cluster is deleted.
13190+ * </p>
13191+ * <note>
13192+ * <p>You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ManagingAutomatedBackups.html">Managing automated backups</a>.</p>
13193+ * </note>
1319613194 * @public
1319713195 */
1319813196 DeleteAutomatedBackups?: boolean;
0 commit comments