@aws-sdk/client-rds 3.225.0 → 3.229.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/README.md +0 -1
  2. package/dist-cjs/protocols/Aws_query.js +19 -0
  3. package/dist-cjs/runtimeConfig.browser.js +3 -3
  4. package/dist-cjs/runtimeConfig.js +2 -1
  5. package/dist-es/protocols/Aws_query.js +19 -0
  6. package/dist-es/runtimeConfig.browser.js +1 -1
  7. package/dist-es/runtimeConfig.js +2 -1
  8. package/dist-types/RDS.d.ts +281 -282
  9. package/dist-types/RDSClient.d.ts +14 -15
  10. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +3 -3
  11. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  12. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +4 -4
  13. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +3 -3
  14. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +10 -10
  15. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +10 -10
  18. package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +2 -2
  20. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +8 -8
  21. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +4 -4
  24. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +4 -4
  25. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +4 -4
  27. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
  31. package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -2
  32. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +2 -2
  33. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -2
  34. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +4 -4
  35. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +7 -7
  36. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +2 -2
  38. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -2
  39. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -2
  40. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -2
  44. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -2
  45. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -2
  46. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -2
  47. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
  48. package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -2
  51. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -2
  53. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -2
  54. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -2
  57. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
  59. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -3
  60. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +2 -2
  61. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  62. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  63. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
  64. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +4 -4
  65. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  66. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -1
  67. package/dist-types/commands/ModifyCertificatesCommand.d.ts +7 -7
  68. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +7 -7
  69. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +3 -3
  70. package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -2
  71. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -2
  72. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -4
  73. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +5 -5
  74. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +2 -2
  75. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +5 -5
  76. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
  77. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  78. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
  79. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +6 -6
  80. package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -3
  81. package/dist-types/commands/RebootDBInstanceCommand.d.ts +4 -4
  82. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
  83. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -2
  84. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  85. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
  86. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +5 -5
  87. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +5 -5
  88. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -4
  89. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +4 -4
  90. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
  91. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +3 -3
  92. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +2 -2
  93. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -3
  94. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
  95. package/dist-types/commands/StartDBInstanceCommand.d.ts +3 -3
  96. package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
  97. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  98. package/dist-types/commands/StopDBClusterCommand.d.ts +3 -3
  99. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
  100. package/dist-types/commands/StopDBInstanceCommand.d.ts +3 -3
  101. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +2 -2
  102. package/dist-types/models/models_0.d.ts +1528 -1511
  103. package/dist-types/models/models_1.d.ts +1352 -1352
  104. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  105. package/dist-types/runtimeConfig.d.ts +1 -1
  106. package/dist-types/runtimeConfig.native.d.ts +1 -1
  107. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  108. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -1
  112. package/package.json +31 -30
@@ -265,56 +265,55 @@ export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {
265
265
  }
266
266
  /**
267
267
  * <fullname>Amazon Relational Database Service</fullname>
268
- * <p></p>
269
- *
270
- * <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
268
+ * <p></p>
269
+ * <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
271
270
  * scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational
272
271
  * database and manages common database administration tasks, freeing up developers to focus on what makes their applications
273
272
  * and businesses unique.</p>
274
- * <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
273
+ * <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
275
274
  * Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
276
275
  * you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
277
276
  * automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
278
277
  * is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
279
278
  * application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for
280
279
  * the resources you use.</p>
281
- * <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
280
+ * <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
282
281
  * you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might
283
282
  * require techniques such as polling or callback functions to determine when a command has been applied. In this
284
283
  * reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot,
285
284
  * or during the maintenance window. The reference structure is as follows, and we list following some related topics
286
285
  * from the user guide.</p>
287
- * <p>
286
+ * <p>
288
287
  * <b>Amazon RDS API Reference</b>
289
288
  * </p>
290
- * <ul>
289
+ * <ul>
291
290
  * <li>
292
- * <p>For the alphabetical list of API actions, see
291
+ * <p>For the alphabetical list of API actions, see
293
292
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p>
294
293
  * </li>
295
294
  * <li>
296
- * <p>For the alphabetical list of data types, see
295
+ * <p>For the alphabetical list of data types, see
297
296
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p>
298
297
  * </li>
299
298
  * <li>
300
- * <p>For a list of common query parameters, see
299
+ * <p>For a list of common query parameters, see
301
300
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p>
302
301
  * </li>
303
302
  * <li>
304
- * <p>For descriptions of the error codes, see
303
+ * <p>For descriptions of the error codes, see
305
304
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
306
305
  * </li>
307
306
  * </ul>
308
- * <p>
307
+ * <p>
309
308
  * <b>Amazon RDS User Guide</b>
310
309
  * </p>
311
- * <ul>
310
+ * <ul>
312
311
  * <li>
313
- * <p>For a summary of the Amazon RDS interfaces, see
312
+ * <p>For a summary of the Amazon RDS interfaces, see
314
313
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p>
315
314
  * </li>
316
315
  * <li>
317
- * <p>For more information about how to use the Query API, see
316
+ * <p>For more information about how to use the Query API, see
318
317
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p>
319
318
  * </li>
320
319
  * </ul>
@@ -9,10 +9,10 @@ export interface AddRoleToDBInstanceCommandOutput extends __MetadataBearer {
9
9
  }
10
10
  /**
11
11
  * <p>Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.</p>
12
- * <note>
12
+ * <note>
13
13
  * <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p>
14
- * </note>
15
- * <p>This command doesn't apply to RDS Custom.</p>
14
+ * </note>
15
+ * <p>This command doesn't apply to RDS Custom.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript
@@ -9,7 +9,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
9
9
  }
10
10
  /**
11
11
  * <p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p>
12
- * <p>For an overview on tagging Amazon RDS resources,
12
+ * <p>For an overview on tagging Amazon RDS resources,
13
13
  * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
@@ -13,17 +13,17 @@ export interface AuthorizeDBSecurityGroupIngressCommandOutput extends AuthorizeD
13
13
  * instances. Second, IP ranges are available if the application accessing your database is running on the internet.
14
14
  * Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId
15
15
  * and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).</p>
16
- * <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in
16
+ * <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in
17
17
  * another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.</p>
18
- * <p>For an overview of CIDR ranges, go to the
18
+ * <p>For an overview of CIDR ranges, go to the
19
19
  * <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p>
20
- * <note>
20
+ * <note>
21
21
  * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
22
22
  * you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
23
23
  * <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
24
24
  * Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
25
25
  * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
26
- * </note>
26
+ * </note>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -9,13 +9,13 @@ export interface BacktrackDBClusterCommandOutput extends DBClusterBacktrack, __M
9
9
  }
10
10
  /**
11
11
  * <p>Backtracks a DB cluster to a specific time, without creating a new DB cluster.</p>
12
- * <p>For more information on backtracking, see
12
+ * <p>For more information on backtracking, see
13
13
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html">
14
14
  * Backtracking an Aurora DB Cluster</a> in the
15
15
  * <i>Amazon Aurora User Guide</i>.</p>
16
- * <note>
16
+ * <note>
17
17
  * <p>This action applies only to Aurora MySQL DB clusters.</p>
18
- * </note>
18
+ * </note>
19
19
  * @example
20
20
  * Use a bare-bones client and the command you need to make an API call.
21
21
  * ```javascript
@@ -9,40 +9,40 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
9
9
  }
10
10
  /**
11
11
  * <p>Copies a snapshot of a DB cluster.</p>
12
- * <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
12
+ * <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
13
13
  * must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p>
14
- * <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case,
14
+ * <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case,
15
15
  * the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> operation is the
16
16
  * destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy
17
17
  * an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the
18
18
  * following values:</p>
19
- * <ul>
19
+ * <ul>
20
20
  * <li>
21
- * <p>
21
+ * <p>
22
22
  * <code>KmsKeyId</code> - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
23
23
  * encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
24
24
  * </li>
25
25
  * <li>
26
- * <p>
26
+ * <p>
27
27
  * <code>TargetDBClusterSnapshotIdentifier</code> - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
28
28
  * </li>
29
29
  * <li>
30
- * <p>
30
+ * <p>
31
31
  * <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot
32
32
  * identifier for the encrypted DB cluster snapshot to be copied. This identifier
33
33
  * must be in the ARN format for the source Amazon Web Services Region and is the same value as
34
34
  * the <code>SourceDBClusterSnapshotIdentifier</code> in the presigned URL.</p>
35
35
  * </li>
36
36
  * </ul>
37
- * <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
37
+ * <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
38
38
  * by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in "copying" status.</p>
39
- * <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see
39
+ * <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see
40
40
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html">
41
41
  * Copying a Snapshot</a> in the <i>Amazon Aurora User Guide</i>.</p>
42
- * <p>For more information on Amazon Aurora DB clusters, see
42
+ * <p>For more information on Amazon Aurora DB clusters, see
43
43
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
44
44
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
45
- * <p>For more information on Multi-AZ DB clusters, see
45
+ * <p>For more information on Multi-AZ DB clusters, see
46
46
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
47
47
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
48
48
  * @example
@@ -9,11 +9,11 @@ export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __Met
9
9
  }
10
10
  /**
11
11
  * <p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p>
12
- * <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the
12
+ * <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the
13
13
  * Amazon Web Services Region where you call the <code>CopyDBSnapshot</code> operation is the destination
14
14
  * Amazon Web Services Region for the DB snapshot copy.</p>
15
- * <p>This command doesn't apply to RDS Custom.</p>
16
- * <p>For more information about copying snapshots, see
15
+ * <p>This command doesn't apply to RDS Custom.</p>
16
+ * <p>For more information about copying snapshots, see
17
17
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide</i>.</p>
18
18
  * @example
19
19
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,16 +9,16 @@ export interface CreateBlueGreenDeploymentCommandOutput extends CreateBlueGreenD
9
9
  }
10
10
  /**
11
11
  * <p>Creates a blue/green deployment.</p>
12
- * <p>A blue/green deployment creates a staging environment that copies the production environment.
12
+ * <p>A blue/green deployment creates a staging environment that copies the production environment.
13
13
  * In a blue/green deployment, the blue environment is the current production environment.
14
14
  * The green environment is the staging environment. The staging environment stays in sync
15
15
  * with the current production environment using logical replication.</p>
16
- * <p>You can make changes to the databases in the green environment without affecting
16
+ * <p>You can make changes to the databases in the green environment without affecting
17
17
  * production workloads. For example, you can upgrade the major or minor DB engine version, change
18
18
  * database parameters, or make schema changes in the staging environment. You can thoroughly test
19
19
  * changes in the green environment. When ready, you can switch over the environments to promote the
20
20
  * green environment to be the new production environment. The switchover typically takes under a minute.</p>
21
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
21
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
22
22
  * for database updates</a> in the <i>Amazon RDS User Guide</i> and
23
23
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
24
24
  * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
@@ -10,34 +10,34 @@ export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersio
10
10
  /**
11
11
  * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
12
12
  * AMI. The supported engines are the following:</p>
13
- * <ul>
13
+ * <ul>
14
14
  * <li>
15
- * <p>Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
15
+ * <p>Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
16
16
  * </li>
17
17
  * <li>
18
- * <p>Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
18
+ * <p>Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
19
19
  * </li>
20
20
  * </ul>
21
- * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
21
+ * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
22
22
  * The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
23
23
  * your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.</p>
24
- * <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
24
+ * <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
25
25
  * This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from
26
26
  * the installation files that you provided. This service model is called Bring Your Own Media (BYOM).</p>
27
- * <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
27
+ * <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
28
28
  * the message <code>Creation failed for custom engine version</code>, and includes details about the failure.
29
29
  * For example, the event prints missing files.</p>
30
- * <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
30
+ * <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
31
31
  * RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or
32
32
  * inactive.</p>
33
- * <note>
33
+ * <note>
34
34
  * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
35
35
  * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
36
36
  * <code>CreateCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
37
37
  * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
38
38
  * the <code>CreateCustomDbEngineVersion</code> event.</p>
39
- * </note>
40
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.create">
39
+ * </note>
40
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.create">
41
41
  * Creating a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
42
42
  * @example
43
43
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,13 +9,13 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
12
- * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
12
+ * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
13
13
  * Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or
14
14
  * PostgreSQL DB instance.</p>
15
- * <p>For more information on Amazon Aurora, see
15
+ * <p>For more information on Amazon Aurora, see
16
16
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
17
17
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
18
- * <p>For more information on Multi-AZ DB clusters, see
18
+ * <p>For more information on Multi-AZ DB clusters, see
19
19
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
20
20
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
21
21
  * @example
@@ -9,9 +9,9 @@ export interface CreateDBClusterEndpointCommandOutput extends DBClusterEndpoint,
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.</p>
12
- * <note>
12
+ * <note>
13
13
  * <p>This action applies only to Aurora DB clusters.</p>
14
- * </note>
14
+ * </note>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -9,18 +9,18 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new DB cluster parameter group.</p>
12
- * <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p>
13
- * <p>A DB cluster parameter group is initially created with the default parameters for the
12
+ * <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p>
13
+ * <p>A DB cluster parameter group is initially created with the default parameters for the
14
14
  * database engine used by instances in the DB cluster. To provide custom values for any of the
15
15
  * parameters, you must modify the group after creating it using
16
16
  * <code>ModifyDBClusterParameterGroup</code>. Once you've created a DB cluster parameter group, you need to
17
17
  * associate it with your DB cluster using <code>ModifyDBCluster</code>.</p>
18
- * <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB
18
+ * <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB
19
19
  * instances in the DB cluster without failover for the new DB cluster parameter group and
20
20
  * associated settings to take effect.</p>
21
- * <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB
21
+ * <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB
22
22
  * cluster without failover for the new DB cluster parameter group and associated settings to take effect.</p>
23
- * <important>
23
+ * <important>
24
24
  * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
25
25
  * before creating your first DB cluster that uses that DB cluster parameter group as
26
26
  * the default parameter group. This allows Amazon RDS to fully complete the create
@@ -31,11 +31,11 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
31
31
  * the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
32
32
  * <code>DescribeDBClusterParameters</code> operation to verify that your DB
33
33
  * cluster parameter group has been created or modified.</p>
34
- * </important>
35
- * <p>For more information on Amazon Aurora, see
34
+ * </important>
35
+ * <p>For more information on Amazon Aurora, see
36
36
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
37
37
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
38
- * <p>For more information on Multi-AZ DB clusters, see
38
+ * <p>For more information on Multi-AZ DB clusters, see
39
39
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
40
40
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
41
41
  * @example
@@ -9,9 +9,9 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
9
9
  }
10
10
  /**
11
11
  * <p>Creates a snapshot of a DB cluster.</p>
12
- * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
12
+ * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
13
13
  * Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
14
- * <p>For more information on Multi-AZ DB clusters, see
14
+ * <p>For more information on Multi-AZ DB clusters, see
15
15
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
16
16
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
17
17
  * @example
@@ -9,12 +9,12 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new DB instance.</p>
12
- * <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
12
+ * <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
13
13
  * For an Aurora DB cluster, you can call this operation multiple times to add more than one DB instance
14
14
  * to the cluster.</p>
15
- * <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html">
15
+ * <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html">
16
16
  * Creating an Amazon RDS DB instance</a> in the <i>Amazon RDS User Guide</i>.</p>
17
- * <p>For more information about creating a DB instance in an Aurora DB cluster, see
17
+ * <p>For more information about creating a DB instance in an Aurora DB cluster, see
18
18
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html">
19
19
  * Creating an Amazon Aurora DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
20
20
  * @example
@@ -12,14 +12,14 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
12
12
  * instance. You can create a read replica for a DB instance running MySQL, MariaDB,
13
13
  * Oracle, PostgreSQL, or SQL Server. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working with Read
14
14
  * Replicas</a> in the <i>Amazon RDS User Guide</i>.</p>
15
- * <p>Amazon Aurora doesn't support this operation. Call the <code>CreateDBInstance</code>
15
+ * <p>Amazon Aurora doesn't support this operation. Call the <code>CreateDBInstance</code>
16
16
  * operation to create a DB instance for an Aurora DB cluster.</p>
17
- * <p>All read replica DB instances are created with backups disabled. All other DB
17
+ * <p>All read replica DB instances are created with backups disabled. All other DB
18
18
  * instance attributes (including DB security groups and DB parameter groups) are inherited
19
19
  * from the source DB instance, except as specified.</p>
20
- * <important>
20
+ * <important>
21
21
  * <p>Your source DB instance must have backup retention enabled.</p>
22
- * </important>
22
+ * </important>
23
23
  * @example
24
24
  * Use a bare-bones client and the command you need to make an API call.
25
25
  * ```javascript
@@ -9,15 +9,15 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new DB parameter group.</p>
12
- * <p>A DB parameter group is initially created with the default parameters for the
12
+ * <p>A DB parameter group is initially created with the default parameters for the
13
13
  * database engine used by the DB instance. To provide custom values for any of the
14
14
  * parameters, you must modify the group after creating it using
15
15
  * <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to
16
16
  * associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate
17
17
  * a new DB parameter group with a running DB instance, you need to reboot the DB
18
18
  * instance without failover for the new DB parameter group and associated settings to take effect.</p>
19
- * <p>This command doesn't apply to RDS Custom.</p>
20
- * <important>
19
+ * <p>This command doesn't apply to RDS Custom.</p>
20
+ * <important>
21
21
  * <p>After you create a DB parameter group, you should wait at least 5 minutes
22
22
  * before creating your first DB instance that uses that DB parameter group as the default parameter
23
23
  * group. This allows Amazon RDS to fully complete the create action before the parameter
@@ -27,7 +27,7 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
27
27
  * <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
28
28
  * <i>DescribeDBParameters</i> command to verify
29
29
  * that your DB parameter group has been created or modified.</p>
30
- * </important>
30
+ * </important>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -9,14 +9,14 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new DB security group. DB security groups control access to a DB instance.</p>
12
- * <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p>
13
- * <note>
12
+ * <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p>
13
+ * <note>
14
14
  * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
15
15
  * you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
16
16
  * <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
17
17
  * Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
18
18
  * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
19
- * </note>
19
+ * </note>
20
20
  * @example
21
21
  * Use a bare-bones client and the command you need to make an API call.
22
22
  * ```javascript
@@ -12,7 +12,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
12
12
  * Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API.
13
13
  * To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the
14
14
  * topic. The ARN is displayed in the SNS console.</p>
15
- * <p>You can specify the type of source (<code>SourceType</code>) that you want to be
15
+ * <p>You can specify the type of source (<code>SourceType</code>) that you want to be
16
16
  * notified of and provide a list of RDS sources (<code>SourceIds</code>) that triggers the
17
17
  * events. You can also provide a list of event categories (<code>EventCategories</code>)
18
18
  * for events that you want to be notified of. For example, you can specify
@@ -20,16 +20,16 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
20
20
  * <code>mydbinstance1</code>, <code>mydbinstance2</code> and
21
21
  * <code>EventCategories</code> = <code>Availability</code>,
22
22
  * <code>Backup</code>.</p>
23
- * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
23
+ * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
24
24
  * and <code>SourceIds</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
25
25
  * the specified source. If you specify a <code>SourceType</code> but do not specify <code>SourceIds</code>,
26
26
  * you receive notice of the events for that source type for all your RDS sources. If you
27
27
  * don't specify either the SourceType or the <code>SourceIds</code>, you are notified of events
28
28
  * generated from all RDS sources belonging to your customer account.</p>
29
- * <p>For more information about subscribing to an event for RDS DB engines, see
29
+ * <p>For more information about subscribing to an event for RDS DB engines, see
30
30
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Subscribing.html">
31
31
  * Subscribing to Amazon RDS event notification</a> in the <i>Amazon RDS User Guide</i>.</p>
32
- * <p>For more information about subscribing to an event for Aurora DB engines, see
32
+ * <p>For more information about subscribing to an event for Aurora DB engines, see
33
33
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Subscribing.html">
34
34
  * Subscribing to Amazon RDS event notification</a> in the <i>Amazon Aurora User Guide</i>.</p>
35
35
  * @example
@@ -14,13 +14,13 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
14
14
  * and a read-only secondary cluster that receives
15
15
  * data from the primary cluster through high-speed replication
16
16
  * performed by the Aurora storage subsystem.</p>
17
- * <p>You can create a global database that is initially empty, and then
17
+ * <p>You can create a global database that is initially empty, and then
18
18
  * add a primary cluster and a secondary cluster to it.
19
19
  * Or you can specify an existing Aurora cluster during the create operation,
20
20
  * and this cluster becomes the primary cluster of the global database.</p>
21
- * <note>
21
+ * <note>
22
22
  * <p>This action applies only to Aurora DB clusters.</p>
23
- * </note>
23
+ * </note>
24
24
  * @example
25
25
  * Use a bare-bones client and the command you need to make an API call.
26
26
  * ```javascript
@@ -9,7 +9,7 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new option group. You can create up to 20 option groups.</p>
12
- * <p>This command doesn't apply to RDS Custom.</p>
12
+ * <p>This command doesn't apply to RDS Custom.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -9,7 +9,7 @@ export interface DeleteBlueGreenDeploymentCommandOutput extends DeleteBlueGreenD
9
9
  }
10
10
  /**
11
11
  * <p>Deletes a blue/green deployment.</p>
12
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
12
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
13
13
  * for database updates</a> in the <i>Amazon RDS User Guide</i> and
14
14
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
15
15
  * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
@@ -9,25 +9,25 @@ export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersio
9
9
  }
10
10
  /**
11
11
  * <p>Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:</p>
12
- * <ul>
12
+ * <ul>
13
13
  * <li>
14
- * <p>The CEV must not be the default for RDS Custom. If it is, change the default
14
+ * <p>The CEV must not be the default for RDS Custom. If it is, change the default
15
15
  * before running this command.</p>
16
16
  * </li>
17
17
  * <li>
18
- * <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
18
+ * <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
19
19
  * or automated backup of your RDS Custom instance.</p>
20
20
  * </li>
21
21
  * </ul>
22
- * <p>Typically, deletion takes a few minutes.</p>
23
- * <note>
22
+ * <p>Typically, deletion takes a few minutes.</p>
23
+ * <note>
24
24
  * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
25
25
  * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
26
26
  * <code>DeleteCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
27
27
  * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
28
28
  * the <code>DeleteCustomDbEngineVersion</code> event.</p>
29
- * </note>
30
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
29
+ * </note>
30
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
31
31
  * Deleting a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -11,10 +11,10 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
11
11
  * <p>The DeleteDBCluster action deletes a previously provisioned DB cluster.
12
12
  * When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered.
13
13
  * Manual DB cluster snapshots of the specified DB cluster are not deleted.</p>
14
- * <p>For more information on Amazon Aurora, see
14
+ * <p>For more information on Amazon Aurora, see
15
15
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
16
16
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
17
- * <p>For more information on Multi-AZ DB clusters, see
17
+ * <p>For more information on Multi-AZ DB clusters, see
18
18
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
19
19
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
20
20
  * @example
@@ -9,9 +9,9 @@ export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint,
9
9
  }
10
10
  /**
11
11
  * <p>Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.</p>
12
- * <note>
12
+ * <note>
13
13
  * <p>This action only applies to Aurora DB clusters.</p>
14
- * </note>
14
+ * </note>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -9,10 +9,10 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
9
9
  }
10
10
  /**
11
11
  * <p>Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.</p>
12
- * <p>For more information on Amazon Aurora, see
12
+ * <p>For more information on Amazon Aurora, see
13
13
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
14
14
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
15
- * <p>For more information on Multi-AZ DB clusters, see
15
+ * <p>For more information on Multi-AZ DB clusters, see
16
16
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
17
17
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
18
18
  * @example