@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
@@ -143,56 +143,55 @@ import { SwitchoverReadReplicaCommandInput, SwitchoverReadReplicaCommandOutput }
143
143
  import { RDSClient } from "./RDSClient";
144
144
  /**
145
145
  * <fullname>Amazon Relational Database Service</fullname>
146
- * <p></p>
147
- *
148
- * <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
146
+ * <p></p>
147
+ * <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
149
148
  * scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational
150
149
  * database and manages common database administration tasks, freeing up developers to focus on what makes their applications
151
150
  * and businesses unique.</p>
152
- * <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
151
+ * <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
153
152
  * Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
154
153
  * you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
155
154
  * automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
156
155
  * is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
157
156
  * application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for
158
157
  * the resources you use.</p>
159
- * <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
158
+ * <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
160
159
  * you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might
161
160
  * require techniques such as polling or callback functions to determine when a command has been applied. In this
162
161
  * reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot,
163
162
  * or during the maintenance window. The reference structure is as follows, and we list following some related topics
164
163
  * from the user guide.</p>
165
- * <p>
164
+ * <p>
166
165
  * <b>Amazon RDS API Reference</b>
167
166
  * </p>
168
- * <ul>
167
+ * <ul>
169
168
  * <li>
170
- * <p>For the alphabetical list of API actions, see
169
+ * <p>For the alphabetical list of API actions, see
171
170
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p>
172
171
  * </li>
173
172
  * <li>
174
- * <p>For the alphabetical list of data types, see
173
+ * <p>For the alphabetical list of data types, see
175
174
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p>
176
175
  * </li>
177
176
  * <li>
178
- * <p>For a list of common query parameters, see
177
+ * <p>For a list of common query parameters, see
179
178
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p>
180
179
  * </li>
181
180
  * <li>
182
- * <p>For descriptions of the error codes, see
181
+ * <p>For descriptions of the error codes, see
183
182
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
184
183
  * </li>
185
184
  * </ul>
186
- * <p>
185
+ * <p>
187
186
  * <b>Amazon RDS User Guide</b>
188
187
  * </p>
189
- * <ul>
188
+ * <ul>
190
189
  * <li>
191
- * <p>For a summary of the Amazon RDS interfaces, see
190
+ * <p>For a summary of the Amazon RDS interfaces, see
192
191
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p>
193
192
  * </li>
194
193
  * <li>
195
- * <p>For more information about how to use the Query API, see
194
+ * <p>For more information about how to use the Query API, see
196
195
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p>
197
196
  * </li>
198
197
  * </ul>
@@ -206,10 +205,10 @@ export declare class RDS extends RDSClient {
206
205
  addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void): void;
207
206
  /**
208
207
  * <p>Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.</p>
209
- * <note>
208
+ * <note>
210
209
  * <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p>
211
- * </note>
212
- * <p>This command doesn't apply to RDS Custom.</p>
210
+ * </note>
211
+ * <p>This command doesn't apply to RDS Custom.</p>
213
212
  */
214
213
  addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBInstanceCommandOutput>;
215
214
  addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
@@ -222,7 +221,7 @@ export declare class RDS extends RDSClient {
222
221
  addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
223
222
  /**
224
223
  * <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>
225
- * <p>For an overview on tagging Amazon RDS resources,
224
+ * <p>For an overview on tagging Amazon RDS resources,
226
225
  * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>.</p>
227
226
  */
228
227
  addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
@@ -240,30 +239,30 @@ export declare class RDS extends RDSClient {
240
239
  * instances. Second, IP ranges are available if the application accessing your database is running on the internet.
241
240
  * Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId
242
241
  * and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).</p>
243
- * <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in
242
+ * <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in
244
243
  * another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.</p>
245
- * <p>For an overview of CIDR ranges, go to the
244
+ * <p>For an overview of CIDR ranges, go to the
246
245
  * <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p>
247
- * <note>
246
+ * <note>
248
247
  * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
249
248
  * 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
250
249
  * <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 –
251
250
  * 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
252
251
  * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
253
- * </note>
252
+ * </note>
254
253
  */
255
254
  authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeDBSecurityGroupIngressCommandOutput>;
256
255
  authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
257
256
  authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
258
257
  /**
259
258
  * <p>Backtracks a DB cluster to a specific time, without creating a new DB cluster.</p>
260
- * <p>For more information on backtracking, see
259
+ * <p>For more information on backtracking, see
261
260
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html">
262
261
  * Backtracking an Aurora DB Cluster</a> in the
263
262
  * <i>Amazon Aurora User Guide</i>.</p>
264
- * <note>
263
+ * <note>
265
264
  * <p>This action applies only to Aurora MySQL DB clusters.</p>
266
- * </note>
265
+ * </note>
267
266
  */
268
267
  backtrackDBCluster(args: BacktrackDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<BacktrackDBClusterCommandOutput>;
269
268
  backtrackDBCluster(args: BacktrackDBClusterCommandInput, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
@@ -283,40 +282,40 @@ export declare class RDS extends RDSClient {
283
282
  copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
284
283
  /**
285
284
  * <p>Copies a snapshot of a DB cluster.</p>
286
- * <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
285
+ * <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
287
286
  * must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p>
288
- * <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case,
287
+ * <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case,
289
288
  * the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> operation is the
290
289
  * destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy
291
290
  * an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the
292
291
  * following values:</p>
293
- * <ul>
292
+ * <ul>
294
293
  * <li>
295
- * <p>
294
+ * <p>
296
295
  * <code>KmsKeyId</code> - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
297
296
  * encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
298
297
  * </li>
299
298
  * <li>
300
- * <p>
299
+ * <p>
301
300
  * <code>TargetDBClusterSnapshotIdentifier</code> - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
302
301
  * </li>
303
302
  * <li>
304
- * <p>
303
+ * <p>
305
304
  * <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot
306
305
  * identifier for the encrypted DB cluster snapshot to be copied. This identifier
307
306
  * must be in the ARN format for the source Amazon Web Services Region and is the same value as
308
307
  * the <code>SourceDBClusterSnapshotIdentifier</code> in the presigned URL.</p>
309
308
  * </li>
310
309
  * </ul>
311
- * <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
310
+ * <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
312
311
  * by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in "copying" status.</p>
313
- * <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see
312
+ * <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see
314
313
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html">
315
314
  * Copying a Snapshot</a> in the <i>Amazon Aurora User Guide</i>.</p>
316
- * <p>For more information on Amazon Aurora DB clusters, see
315
+ * <p>For more information on Amazon Aurora DB clusters, see
317
316
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
318
317
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
319
- * <p>For more information on Multi-AZ DB clusters, see
318
+ * <p>For more information on Multi-AZ DB clusters, see
320
319
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
321
320
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
322
321
  */
@@ -331,11 +330,11 @@ export declare class RDS extends RDSClient {
331
330
  copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void): void;
332
331
  /**
333
332
  * <p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p>
334
- * <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the
333
+ * <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the
335
334
  * Amazon Web Services Region where you call the <code>CopyDBSnapshot</code> operation is the destination
336
335
  * Amazon Web Services Region for the DB snapshot copy.</p>
337
- * <p>This command doesn't apply to RDS Custom.</p>
338
- * <p>For more information about copying snapshots, see
336
+ * <p>This command doesn't apply to RDS Custom.</p>
337
+ * <p>For more information about copying snapshots, see
339
338
  * <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>
340
339
  */
341
340
  copyDBSnapshot(args: CopyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBSnapshotCommandOutput>;
@@ -349,16 +348,16 @@ export declare class RDS extends RDSClient {
349
348
  copyOptionGroup(args: CopyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
350
349
  /**
351
350
  * <p>Creates a blue/green deployment.</p>
352
- * <p>A blue/green deployment creates a staging environment that copies the production environment.
351
+ * <p>A blue/green deployment creates a staging environment that copies the production environment.
353
352
  * In a blue/green deployment, the blue environment is the current production environment.
354
353
  * The green environment is the staging environment. The staging environment stays in sync
355
354
  * with the current production environment using logical replication.</p>
356
- * <p>You can make changes to the databases in the green environment without affecting
355
+ * <p>You can make changes to the databases in the green environment without affecting
357
356
  * production workloads. For example, you can upgrade the major or minor DB engine version, change
358
357
  * database parameters, or make schema changes in the staging environment. You can thoroughly test
359
358
  * changes in the green environment. When ready, you can switch over the environments to promote the
360
359
  * green environment to be the new production environment. The switchover typically takes under a minute.</p>
361
- * <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
360
+ * <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
362
361
  * for database updates</a> in the <i>Amazon RDS User Guide</i> and
363
362
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
364
363
  * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
@@ -370,34 +369,34 @@ export declare class RDS extends RDSClient {
370
369
  /**
371
370
  * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
372
371
  * AMI. The supported engines are the following:</p>
373
- * <ul>
372
+ * <ul>
374
373
  * <li>
375
- * <p>Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
374
+ * <p>Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
376
375
  * </li>
377
376
  * <li>
378
- * <p>Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
377
+ * <p>Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
379
378
  * </li>
380
379
  * </ul>
381
- * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
380
+ * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
382
381
  * The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
383
382
  * your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.</p>
384
- * <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
383
+ * <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
385
384
  * This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from
386
385
  * the installation files that you provided. This service model is called Bring Your Own Media (BYOM).</p>
387
- * <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
386
+ * <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
388
387
  * the message <code>Creation failed for custom engine version</code>, and includes details about the failure.
389
388
  * For example, the event prints missing files.</p>
390
- * <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
389
+ * <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
391
390
  * RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or
392
391
  * inactive.</p>
393
- * <note>
392
+ * <note>
394
393
  * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
395
394
  * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
396
395
  * <code>CreateCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
397
396
  * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
398
397
  * the <code>CreateCustomDbEngineVersion</code> event.</p>
399
- * </note>
400
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.create">
398
+ * </note>
399
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.create">
401
400
  * Creating a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
402
401
  */
403
402
  createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomDBEngineVersionCommandOutput>;
@@ -405,13 +404,13 @@ export declare class RDS extends RDSClient {
405
404
  createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void): void;
406
405
  /**
407
406
  * <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
408
- * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
407
+ * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
409
408
  * Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or
410
409
  * PostgreSQL DB instance.</p>
411
- * <p>For more information on Amazon Aurora, see
410
+ * <p>For more information on Amazon Aurora, see
412
411
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
413
412
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
414
- * <p>For more information on Multi-AZ DB clusters, see
413
+ * <p>For more information on Multi-AZ DB clusters, see
415
414
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
416
415
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
417
416
  */
@@ -420,27 +419,27 @@ export declare class RDS extends RDSClient {
420
419
  createDBCluster(args: CreateDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
421
420
  /**
422
421
  * <p>Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.</p>
423
- * <note>
422
+ * <note>
424
423
  * <p>This action applies only to Aurora DB clusters.</p>
425
- * </note>
424
+ * </note>
426
425
  */
427
426
  createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterEndpointCommandOutput>;
428
427
  createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
429
428
  createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
430
429
  /**
431
430
  * <p>Creates a new DB cluster parameter group.</p>
432
- * <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p>
433
- * <p>A DB cluster parameter group is initially created with the default parameters for the
431
+ * <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p>
432
+ * <p>A DB cluster parameter group is initially created with the default parameters for the
434
433
  * database engine used by instances in the DB cluster. To provide custom values for any of the
435
434
  * parameters, you must modify the group after creating it using
436
435
  * <code>ModifyDBClusterParameterGroup</code>. Once you've created a DB cluster parameter group, you need to
437
436
  * associate it with your DB cluster using <code>ModifyDBCluster</code>.</p>
438
- * <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB
437
+ * <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB
439
438
  * instances in the DB cluster without failover for the new DB cluster parameter group and
440
439
  * associated settings to take effect.</p>
441
- * <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB
440
+ * <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB
442
441
  * cluster without failover for the new DB cluster parameter group and associated settings to take effect.</p>
443
- * <important>
442
+ * <important>
444
443
  * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
445
444
  * before creating your first DB cluster that uses that DB cluster parameter group as
446
445
  * the default parameter group. This allows Amazon RDS to fully complete the create
@@ -451,11 +450,11 @@ export declare class RDS extends RDSClient {
451
450
  * the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
452
451
  * <code>DescribeDBClusterParameters</code> operation to verify that your DB
453
452
  * cluster parameter group has been created or modified.</p>
454
- * </important>
455
- * <p>For more information on Amazon Aurora, see
453
+ * </important>
454
+ * <p>For more information on Amazon Aurora, see
456
455
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
457
456
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
458
- * <p>For more information on Multi-AZ DB clusters, see
457
+ * <p>For more information on Multi-AZ DB clusters, see
459
458
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
460
459
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
461
460
  */
@@ -464,9 +463,9 @@ export declare class RDS extends RDSClient {
464
463
  createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
465
464
  /**
466
465
  * <p>Creates a snapshot of a DB cluster.</p>
467
- * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
466
+ * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
468
467
  * Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
469
- * <p>For more information on Multi-AZ DB clusters, see
468
+ * <p>For more information on Multi-AZ DB clusters, see
470
469
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
471
470
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
472
471
  */
@@ -475,12 +474,12 @@ export declare class RDS extends RDSClient {
475
474
  createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
476
475
  /**
477
476
  * <p>Creates a new DB instance.</p>
478
- * <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
477
+ * <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
479
478
  * For an Aurora DB cluster, you can call this operation multiple times to add more than one DB instance
480
479
  * to the cluster.</p>
481
- * <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html">
480
+ * <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html">
482
481
  * Creating an Amazon RDS DB instance</a> in the <i>Amazon RDS User Guide</i>.</p>
483
- * <p>For more information about creating a DB instance in an Aurora DB cluster, see
482
+ * <p>For more information about creating a DB instance in an Aurora DB cluster, see
484
483
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html">
485
484
  * Creating an Amazon Aurora DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
486
485
  */
@@ -492,29 +491,29 @@ export declare class RDS extends RDSClient {
492
491
  * instance. You can create a read replica for a DB instance running MySQL, MariaDB,
493
492
  * 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
494
493
  * Replicas</a> in the <i>Amazon RDS User Guide</i>.</p>
495
- * <p>Amazon Aurora doesn't support this operation. Call the <code>CreateDBInstance</code>
494
+ * <p>Amazon Aurora doesn't support this operation. Call the <code>CreateDBInstance</code>
496
495
  * operation to create a DB instance for an Aurora DB cluster.</p>
497
- * <p>All read replica DB instances are created with backups disabled. All other DB
496
+ * <p>All read replica DB instances are created with backups disabled. All other DB
498
497
  * instance attributes (including DB security groups and DB parameter groups) are inherited
499
498
  * from the source DB instance, except as specified.</p>
500
- * <important>
499
+ * <important>
501
500
  * <p>Your source DB instance must have backup retention enabled.</p>
502
- * </important>
501
+ * </important>
503
502
  */
504
503
  createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceReadReplicaCommandOutput>;
505
504
  createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
506
505
  createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
507
506
  /**
508
507
  * <p>Creates a new DB parameter group.</p>
509
- * <p>A DB parameter group is initially created with the default parameters for the
508
+ * <p>A DB parameter group is initially created with the default parameters for the
510
509
  * database engine used by the DB instance. To provide custom values for any of the
511
510
  * parameters, you must modify the group after creating it using
512
511
  * <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to
513
512
  * associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate
514
513
  * a new DB parameter group with a running DB instance, you need to reboot the DB
515
514
  * instance without failover for the new DB parameter group and associated settings to take effect.</p>
516
- * <p>This command doesn't apply to RDS Custom.</p>
517
- * <important>
515
+ * <p>This command doesn't apply to RDS Custom.</p>
516
+ * <important>
518
517
  * <p>After you create a DB parameter group, you should wait at least 5 minutes
519
518
  * before creating your first DB instance that uses that DB parameter group as the default parameter
520
519
  * group. This allows Amazon RDS to fully complete the create action before the parameter
@@ -524,7 +523,7 @@ export declare class RDS extends RDSClient {
524
523
  * <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
525
524
  * <i>DescribeDBParameters</i> command to verify
526
525
  * that your DB parameter group has been created or modified.</p>
527
- * </important>
526
+ * </important>
528
527
  */
529
528
  createDBParameterGroup(args: CreateDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBParameterGroupCommandOutput>;
530
529
  createDBParameterGroup(args: CreateDBParameterGroupCommandInput, cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void): void;
@@ -545,14 +544,14 @@ export declare class RDS extends RDSClient {
545
544
  createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void): void;
546
545
  /**
547
546
  * <p>Creates a new DB security group. DB security groups control access to a DB instance.</p>
548
- * <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p>
549
- * <note>
547
+ * <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p>
548
+ * <note>
550
549
  * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
551
550
  * 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
552
551
  * <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 –
553
552
  * 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
554
553
  * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
555
- * </note>
554
+ * </note>
556
555
  */
557
556
  createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSecurityGroupCommandOutput>;
558
557
  createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
@@ -575,7 +574,7 @@ export declare class RDS extends RDSClient {
575
574
  * Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API.
576
575
  * To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the
577
576
  * topic. The ARN is displayed in the SNS console.</p>
578
- * <p>You can specify the type of source (<code>SourceType</code>) that you want to be
577
+ * <p>You can specify the type of source (<code>SourceType</code>) that you want to be
579
578
  * notified of and provide a list of RDS sources (<code>SourceIds</code>) that triggers the
580
579
  * events. You can also provide a list of event categories (<code>EventCategories</code>)
581
580
  * for events that you want to be notified of. For example, you can specify
@@ -583,16 +582,16 @@ export declare class RDS extends RDSClient {
583
582
  * <code>mydbinstance1</code>, <code>mydbinstance2</code> and
584
583
  * <code>EventCategories</code> = <code>Availability</code>,
585
584
  * <code>Backup</code>.</p>
586
- * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
585
+ * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
587
586
  * and <code>SourceIds</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
588
587
  * the specified source. If you specify a <code>SourceType</code> but do not specify <code>SourceIds</code>,
589
588
  * you receive notice of the events for that source type for all your RDS sources. If you
590
589
  * don't specify either the SourceType or the <code>SourceIds</code>, you are notified of events
591
590
  * generated from all RDS sources belonging to your customer account.</p>
592
- * <p>For more information about subscribing to an event for RDS DB engines, see
591
+ * <p>For more information about subscribing to an event for RDS DB engines, see
593
592
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Subscribing.html">
594
593
  * Subscribing to Amazon RDS event notification</a> in the <i>Amazon RDS User Guide</i>.</p>
595
- * <p>For more information about subscribing to an event for Aurora DB engines, see
594
+ * <p>For more information about subscribing to an event for Aurora DB engines, see
596
595
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Subscribing.html">
597
596
  * Subscribing to Amazon RDS event notification</a> in the <i>Amazon Aurora User Guide</i>.</p>
598
597
  */
@@ -606,27 +605,27 @@ export declare class RDS extends RDSClient {
606
605
  * and a read-only secondary cluster that receives
607
606
  * data from the primary cluster through high-speed replication
608
607
  * performed by the Aurora storage subsystem.</p>
609
- * <p>You can create a global database that is initially empty, and then
608
+ * <p>You can create a global database that is initially empty, and then
610
609
  * add a primary cluster and a secondary cluster to it.
611
610
  * Or you can specify an existing Aurora cluster during the create operation,
612
611
  * and this cluster becomes the primary cluster of the global database.</p>
613
- * <note>
612
+ * <note>
614
613
  * <p>This action applies only to Aurora DB clusters.</p>
615
- * </note>
614
+ * </note>
616
615
  */
617
616
  createGlobalCluster(args: CreateGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalClusterCommandOutput>;
618
617
  createGlobalCluster(args: CreateGlobalClusterCommandInput, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
619
618
  createGlobalCluster(args: CreateGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
620
619
  /**
621
620
  * <p>Creates a new option group. You can create up to 20 option groups.</p>
622
- * <p>This command doesn't apply to RDS Custom.</p>
621
+ * <p>This command doesn't apply to RDS Custom.</p>
623
622
  */
624
623
  createOptionGroup(args: CreateOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateOptionGroupCommandOutput>;
625
624
  createOptionGroup(args: CreateOptionGroupCommandInput, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
626
625
  createOptionGroup(args: CreateOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
627
626
  /**
628
627
  * <p>Deletes a blue/green deployment.</p>
629
- * <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
628
+ * <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
630
629
  * for database updates</a> in the <i>Amazon RDS User Guide</i> and
631
630
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
632
631
  * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
@@ -637,25 +636,25 @@ export declare class RDS extends RDSClient {
637
636
  deleteBlueGreenDeployment(args: DeleteBlueGreenDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBlueGreenDeploymentCommandOutput) => void): void;
638
637
  /**
639
638
  * <p>Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:</p>
640
- * <ul>
639
+ * <ul>
641
640
  * <li>
642
- * <p>The CEV must not be the default for RDS Custom. If it is, change the default
641
+ * <p>The CEV must not be the default for RDS Custom. If it is, change the default
643
642
  * before running this command.</p>
644
643
  * </li>
645
644
  * <li>
646
- * <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
645
+ * <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
647
646
  * or automated backup of your RDS Custom instance.</p>
648
647
  * </li>
649
648
  * </ul>
650
- * <p>Typically, deletion takes a few minutes.</p>
651
- * <note>
649
+ * <p>Typically, deletion takes a few minutes.</p>
650
+ * <note>
652
651
  * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
653
652
  * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
654
653
  * <code>DeleteCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
655
654
  * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
656
655
  * the <code>DeleteCustomDbEngineVersion</code> event.</p>
657
- * </note>
658
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
656
+ * </note>
657
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
659
658
  * Deleting a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
660
659
  */
661
660
  deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDBEngineVersionCommandOutput>;
@@ -665,10 +664,10 @@ export declare class RDS extends RDSClient {
665
664
  * <p>The DeleteDBCluster action deletes a previously provisioned DB cluster.
666
665
  * When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered.
667
666
  * Manual DB cluster snapshots of the specified DB cluster are not deleted.</p>
668
- * <p>For more information on Amazon Aurora, see
667
+ * <p>For more information on Amazon Aurora, see
669
668
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
670
669
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
671
- * <p>For more information on Multi-AZ DB clusters, see
670
+ * <p>For more information on Multi-AZ DB clusters, see
672
671
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
673
672
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
674
673
  */
@@ -677,19 +676,19 @@ export declare class RDS extends RDSClient {
677
676
  deleteDBCluster(args: DeleteDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
678
677
  /**
679
678
  * <p>Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.</p>
680
- * <note>
679
+ * <note>
681
680
  * <p>This action only applies to Aurora DB clusters.</p>
682
- * </note>
681
+ * </note>
683
682
  */
684
683
  deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterEndpointCommandOutput>;
685
684
  deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
686
685
  deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
687
686
  /**
688
687
  * <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>
689
- * <p>For more information on Amazon Aurora, see
688
+ * <p>For more information on Amazon Aurora, see
690
689
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
691
690
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
692
- * <p>For more information on Multi-AZ DB clusters, see
691
+ * <p>For more information on Multi-AZ DB clusters, see
693
692
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
694
693
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
695
694
  */
@@ -698,14 +697,14 @@ export declare class RDS extends RDSClient {
698
697
  deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
699
698
  /**
700
699
  * <p>Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p>
701
- * <note>
700
+ * <note>
702
701
  * <p>The DB cluster snapshot must be in the <code>available</code> state to be
703
702
  * deleted.</p>
704
- * </note>
705
- * <p>For more information on Amazon Aurora, see
703
+ * </note>
704
+ * <p>For more information on Amazon Aurora, see
706
705
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
707
706
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
708
- * <p>For more information on Multi-AZ DB clusters, see
707
+ * <p>For more information on Multi-AZ DB clusters, see
709
708
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
710
709
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
711
710
  */
@@ -716,22 +715,22 @@ export declare class RDS extends RDSClient {
716
715
  * <p>The DeleteDBInstance action deletes a previously provisioned DB instance.
717
716
  * When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered.
718
717
  * Manual DB snapshots of the DB instance to be deleted by <code>DeleteDBInstance</code> are not deleted.</p>
719
- * <p>If you request a final DB snapshot
718
+ * <p>If you request a final DB snapshot
720
719
  * the status of the Amazon RDS DB instance is <code>deleting</code> until the DB snapshot is created. The API action <code>DescribeDBInstance</code>
721
720
  * is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.</p>
722
- * <p>When a DB instance is in a failure state and has a status of <code>failed</code>, <code>incompatible-restore</code>,
721
+ * <p>When a DB instance is in a failure state and has a status of <code>failed</code>, <code>incompatible-restore</code>,
723
722
  * or <code>incompatible-network</code>, you can only delete it when you skip creation of the final snapshot with the <code>SkipFinalSnapshot</code> parameter.</p>
724
- * <p>If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following
723
+ * <p>If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following
725
724
  * conditions are true:</p>
726
- * <ul>
725
+ * <ul>
727
726
  * <li>
728
- * <p>The DB cluster is a read replica of another Amazon Aurora DB cluster.</p>
727
+ * <p>The DB cluster is a read replica of another Amazon Aurora DB cluster.</p>
729
728
  * </li>
730
729
  * <li>
731
- * <p>The DB instance is the only instance in the DB cluster.</p>
730
+ * <p>The DB instance is the only instance in the DB cluster.</p>
732
731
  * </li>
733
732
  * </ul>
734
- * <p>To delete a DB instance in this case, first call the
733
+ * <p>To delete a DB instance in this case, first call the
735
734
  * <code>PromoteReadReplicaDBCluster</code> API action to promote the DB cluster so
736
735
  * it's no longer a read replica. After the promotion completes, then call the
737
736
  * <code>DeleteDBInstance</code> API action to delete the final instance in the DB
@@ -768,14 +767,14 @@ export declare class RDS extends RDSClient {
768
767
  deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void): void;
769
768
  /**
770
769
  * <p>Deletes a DB security group.</p>
771
- * <p>The specified DB security group must not be associated with any DB instances.</p>
772
- * <note>
770
+ * <p>The specified DB security group must not be associated with any DB instances.</p>
771
+ * <note>
773
772
  * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
774
773
  * 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
775
774
  * <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 –
776
775
  * 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
777
776
  * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
778
- * </note>
777
+ * </note>
779
778
  */
780
779
  deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSecurityGroupCommandOutput>;
781
780
  deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
@@ -783,18 +782,18 @@ export declare class RDS extends RDSClient {
783
782
  /**
784
783
  * <p>Deletes a DB snapshot. If the snapshot is being copied, the copy operation is
785
784
  * terminated.</p>
786
- * <note>
785
+ * <note>
787
786
  * <p>The DB snapshot must be in the <code>available</code> state to be deleted.</p>
788
- * </note>
787
+ * </note>
789
788
  */
790
789
  deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSnapshotCommandOutput>;
791
790
  deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
792
791
  deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
793
792
  /**
794
793
  * <p>Deletes a DB subnet group.</p>
795
- * <note>
794
+ * <note>
796
795
  * <p>The specified database subnet group must not be associated with any DB instances.</p>
797
- * </note>
796
+ * </note>
798
797
  */
799
798
  deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSubnetGroupCommandOutput>;
800
799
  deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
@@ -808,9 +807,9 @@ export declare class RDS extends RDSClient {
808
807
  /**
809
808
  * <p>Deletes a global database cluster. The primary and secondary clusters must already be detached or
810
809
  * destroyed first.</p>
811
- * <note>
810
+ * <note>
812
811
  * <p>This action only applies to Aurora DB clusters.</p>
813
- * </note>
812
+ * </note>
814
813
  */
815
814
  deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalClusterCommandOutput>;
816
815
  deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
@@ -829,14 +828,14 @@ export declare class RDS extends RDSClient {
829
828
  deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void): void;
830
829
  /**
831
830
  * <p>Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.</p>
832
- * <p>This command doesn't take any parameters.</p>
831
+ * <p>This command doesn't take any parameters.</p>
833
832
  */
834
833
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
835
834
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
836
835
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
837
836
  /**
838
837
  * <p>Returns information about blue/green deployments.</p>
839
- * <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
838
+ * <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
840
839
  * for database updates</a> in the <i>Amazon RDS User Guide</i> and
841
840
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
842
841
  * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
@@ -853,21 +852,21 @@ export declare class RDS extends RDSClient {
853
852
  describeCertificates(args: DescribeCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
854
853
  /**
855
854
  * <p>Returns information about backtracks for a DB cluster.</p>
856
- * <p>For more information on Amazon Aurora, see
855
+ * <p>For more information on Amazon Aurora, see
857
856
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
858
857
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
859
- * <note>
858
+ * <note>
860
859
  * <p>This action only applies to Aurora MySQL DB clusters.</p>
861
- * </note>
860
+ * </note>
862
861
  */
863
862
  describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterBacktracksCommandOutput>;
864
863
  describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
865
864
  describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
866
865
  /**
867
866
  * <p>Returns information about endpoints for an Amazon Aurora DB cluster.</p>
868
- * <note>
867
+ * <note>
869
868
  * <p>This action only applies to Aurora DB clusters.</p>
870
- * </note>
869
+ * </note>
871
870
  */
872
871
  describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterEndpointsCommandOutput>;
873
872
  describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void): void;
@@ -876,10 +875,10 @@ export declare class RDS extends RDSClient {
876
875
  * <p>Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a
877
876
  * <code>DBClusterParameterGroupName</code> parameter is specified,
878
877
  * the list will contain only the description of the specified DB cluster parameter group.</p>
879
- * <p>For more information on Amazon Aurora, see
878
+ * <p>For more information on Amazon Aurora, see
880
879
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
881
880
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
882
- * <p>For more information on Multi-AZ DB clusters, see
881
+ * <p>For more information on Multi-AZ DB clusters, see
883
882
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
884
883
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
885
884
  */
@@ -888,10 +887,10 @@ export declare class RDS extends RDSClient {
888
887
  describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
889
888
  /**
890
889
  * <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
891
- * <p>For more information on Amazon Aurora, see
890
+ * <p>For more information on Amazon Aurora, see
892
891
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
893
892
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
894
- * <p>For more information on Multi-AZ DB clusters, see
893
+ * <p>For more information on Multi-AZ DB clusters, see
895
894
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
896
895
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
897
896
  */
@@ -900,25 +899,25 @@ export declare class RDS extends RDSClient {
900
899
  describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
901
900
  /**
902
901
  * <p>Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
903
- * <p>For more information on Amazon Aurora DB clusters, see
902
+ * <p>For more information on Amazon Aurora DB clusters, see
904
903
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
905
904
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
906
- * <p>For more information on Multi-AZ DB clusters, see
905
+ * <p>For more information on Multi-AZ DB clusters, see
907
906
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
908
907
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
909
- * <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
908
+ * <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
910
909
  */
911
910
  describeDBClusters(args: DescribeDBClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClustersCommandOutput>;
912
911
  describeDBClusters(args: DescribeDBClustersCommandInput, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
913
912
  describeDBClusters(args: DescribeDBClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
914
913
  /**
915
914
  * <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p>
916
- * <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code>
915
+ * <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code>
917
916
  * returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
918
917
  * authorized to copy or restore the manual DB cluster snapshot. If <code>all</code> is included in the list of
919
918
  * values for the <code>restore</code> attribute, then the manual DB cluster snapshot is public and
920
919
  * can be copied or restored by all Amazon Web Services accounts.</p>
921
- * <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the
920
+ * <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the
922
921
  * manual DB cluster snapshot public or private, use the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
923
922
  */
924
923
  describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
@@ -926,10 +925,10 @@ export declare class RDS extends RDSClient {
926
925
  describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
927
926
  /**
928
927
  * <p>Returns information about DB cluster snapshots. This API action supports pagination.</p>
929
- * <p>For more information on Amazon Aurora DB clusters, see
928
+ * <p>For more information on Amazon Aurora DB clusters, see
930
929
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
931
930
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
932
- * <p>For more information on Multi-AZ DB clusters, see
931
+ * <p>For more information on Multi-AZ DB clusters, see
933
932
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
934
933
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
935
934
  */
@@ -949,23 +948,23 @@ export declare class RDS extends RDSClient {
949
948
  * with retention periods greater than zero (0) are returned for both the
950
949
  * <code>DescribeDBInstanceAutomatedBackups</code> and
951
950
  * <code>DescribeDBInstances</code> operations.</p>
952
- * <p>All parameters are optional.</p>
951
+ * <p>All parameters are optional.</p>
953
952
  */
954
953
  describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstanceAutomatedBackupsCommandOutput>;
955
954
  describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
956
955
  describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
957
956
  /**
958
957
  * <p>Returns information about provisioned RDS instances. This API supports pagination.</p>
959
- * <note>
958
+ * <note>
960
959
  * <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
961
- * </note>
960
+ * </note>
962
961
  */
963
962
  describeDBInstances(args: DescribeDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstancesCommandOutput>;
964
963
  describeDBInstances(args: DescribeDBInstancesCommandInput, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
965
964
  describeDBInstances(args: DescribeDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
966
965
  /**
967
966
  * <p>Returns a list of DB log files for the DB instance.</p>
968
- * <p>This command doesn't apply to RDS Custom.</p>
967
+ * <p>This command doesn't apply to RDS Custom.</p>
969
968
  */
970
969
  describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBLogFilesCommandOutput>;
971
970
  describeDBLogFiles(args: DescribeDBLogFilesCommandInput, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
@@ -1010,25 +1009,25 @@ export declare class RDS extends RDSClient {
1010
1009
  /**
1011
1010
  * <p>Returns a list of <code>DBSecurityGroup</code> descriptions. If a <code>DBSecurityGroupName</code> is specified,
1012
1011
  * the list will contain only the descriptions of the specified DB security group.</p>
1013
- * <note>
1012
+ * <note>
1014
1013
  * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
1015
1014
  * 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
1016
1015
  * <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 –
1017
1016
  * 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
1018
1017
  * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
1019
- * </note>
1018
+ * </note>
1020
1019
  */
1021
1020
  describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSecurityGroupsCommandOutput>;
1022
1021
  describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
1023
1022
  describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
1024
1023
  /**
1025
1024
  * <p>Returns a list of DB snapshot attribute names and values for a manual DB snapshot.</p>
1026
- * <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBSnapshotAttributes</code>
1025
+ * <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBSnapshotAttributes</code>
1027
1026
  * returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
1028
1027
  * authorized to copy or restore the manual DB snapshot. If <code>all</code> is included in the list of
1029
1028
  * values for the <code>restore</code> attribute, then the manual DB snapshot is public and
1030
1029
  * can be copied or restored by all Amazon Web Services accounts.</p>
1031
- * <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the
1030
+ * <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the
1032
1031
  * manual DB snapshot public or private, use the <code>ModifyDBSnapshotAttribute</code> API action.</p>
1033
1032
  */
1034
1033
  describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSnapshotAttributesCommandOutput>;
@@ -1042,7 +1041,7 @@ export declare class RDS extends RDSClient {
1042
1041
  describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void): void;
1043
1042
  /**
1044
1043
  * <p>Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.</p>
1045
- * <p>For an overview of CIDR ranges, go to the
1044
+ * <p>For an overview of CIDR ranges, go to the
1046
1045
  * <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p>
1047
1046
  */
1048
1047
  describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSubnetGroupsCommandOutput>;
@@ -1050,7 +1049,7 @@ export declare class RDS extends RDSClient {
1050
1049
  describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
1051
1050
  /**
1052
1051
  * <p>Returns the default engine and system parameter information for the cluster database engine.</p>
1053
- * <p>For more information on Amazon Aurora, see
1052
+ * <p>For more information on Amazon Aurora, see
1054
1053
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1055
1054
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1056
1055
  */
@@ -1066,10 +1065,10 @@ export declare class RDS extends RDSClient {
1066
1065
  /**
1067
1066
  * <p>Displays a list of categories for all event source types, or, if specified, for a specified source type.
1068
1067
  * You can also see this list in the "Amazon RDS event categories and event messages" section of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html">
1069
- * <i>Amazon RDS User Guide</i>
1068
+ * <i>Amazon RDS User Guide</i>
1070
1069
  * </a> or the
1071
1070
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html">
1072
- * <i>Amazon Aurora User Guide</i>
1071
+ * <i>Amazon Aurora User Guide</i>
1073
1072
  * </a>.</p>
1074
1073
  */
1075
1074
  describeEventCategories(args: DescribeEventCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventCategoriesCommandOutput>;
@@ -1079,11 +1078,11 @@ export declare class RDS extends RDSClient {
1079
1078
  * <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, DB cluster snapshots, and RDS Proxies for the past 14 days.
1080
1079
  * Events specific to a particular DB instance, DB cluster, DB parameter group, DB security group, DB snapshot, DB cluster snapshot group, or RDS Proxy can be
1081
1080
  * obtained by providing the name as a parameter.</p>
1082
- * <p>For more information on working with events, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/working-with-events.html">Monitoring Amazon RDS events</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/working-with-events.html">Monitoring Amazon Aurora
1081
+ * <p>For more information on working with events, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/working-with-events.html">Monitoring Amazon RDS events</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/working-with-events.html">Monitoring Amazon Aurora
1083
1082
  * events</a> in the <i>Amazon Aurora User Guide</i>.</p>
1084
- * <note>
1083
+ * <note>
1085
1084
  * <p>By default, RDS returns events that were generated in the past hour.</p>
1086
- * </note>
1085
+ * </note>
1087
1086
  */
1088
1087
  describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
1089
1088
  describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
@@ -1091,7 +1090,7 @@ export declare class RDS extends RDSClient {
1091
1090
  /**
1092
1091
  * <p>Lists all the subscription descriptions for a customer account. The description for a subscription includes
1093
1092
  * <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>.</p>
1094
- * <p>If you specify a <code>SubscriptionName</code>, lists the description for that subscription.</p>
1093
+ * <p>If you specify a <code>SubscriptionName</code>, lists the description for that subscription.</p>
1095
1094
  */
1096
1095
  describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSubscriptionsCommandOutput>;
1097
1096
  describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
@@ -1105,11 +1104,11 @@ export declare class RDS extends RDSClient {
1105
1104
  describeExportTasks(args: DescribeExportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
1106
1105
  /**
1107
1106
  * <p>Returns information about Aurora global database clusters. This API supports pagination.</p>
1108
- * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
1107
+ * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
1109
1108
  * <i>Amazon Aurora User Guide</i>.</p>
1110
- * <note>
1109
+ * <note>
1111
1110
  * <p>This action only applies to Aurora DB clusters.</p>
1112
- * </note>
1111
+ * </note>
1113
1112
  */
1114
1113
  describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalClustersCommandOutput>;
1115
1114
  describeGlobalClusters(args: DescribeGlobalClustersCommandInput, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
@@ -1153,9 +1152,9 @@ export declare class RDS extends RDSClient {
1153
1152
  /**
1154
1153
  * <p>Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica,
1155
1154
  * copy a DB snapshot from, or replicate automated backups from.</p>
1156
- * <p>Use this operation to determine whether cross-Region features are supported between other Regions
1155
+ * <p>Use this operation to determine whether cross-Region features are supported between other Regions
1157
1156
  * and your current Region. This operation supports pagination.</p>
1158
- * <p>To return information about the Regions that are enabled for your account, or all Regions,
1157
+ * <p>To return information about the Regions that are enabled for your account, or all Regions,
1159
1158
  * use the EC2 operation <code>DescribeRegions</code>. For more information, see
1160
1159
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRegions.html">
1161
1160
  * DescribeRegions</a> in the <i>Amazon EC2 API Reference</i>.</p>
@@ -1166,34 +1165,34 @@ export declare class RDS extends RDSClient {
1166
1165
  /**
1167
1166
  * <p>You can call <code>DescribeValidDBInstanceModifications</code> to learn what modifications you can make to
1168
1167
  * your DB instance. You can use this information when you call <code>ModifyDBInstance</code>.</p>
1169
- * <p>This command doesn't apply to RDS Custom.</p>
1168
+ * <p>This command doesn't apply to RDS Custom.</p>
1170
1169
  */
1171
1170
  describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeValidDBInstanceModificationsCommandOutput>;
1172
1171
  describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
1173
1172
  describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
1174
1173
  /**
1175
1174
  * <p>Downloads all or a portion of the specified log file, up to 1 MB in size.</p>
1176
- * <p>This command doesn't apply to RDS Custom.</p>
1175
+ * <p>This command doesn't apply to RDS Custom.</p>
1177
1176
  */
1178
1177
  downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options?: __HttpHandlerOptions): Promise<DownloadDBLogFilePortionCommandOutput>;
1179
1178
  downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
1180
1179
  downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
1181
1180
  /**
1182
1181
  * <p>Forces a failover for a DB cluster.</p>
1183
- * <p>For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
1182
+ * <p>For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
1184
1183
  * in the DB cluster to be the primary DB instance (the cluster writer).</p>
1185
- * <p>For a Multi-AZ DB cluster, failover for a DB cluster promotes one of the readable standby DB instances (read-only instances)
1184
+ * <p>For a Multi-AZ DB cluster, failover for a DB cluster promotes one of the readable standby DB instances (read-only instances)
1186
1185
  * in the DB cluster to be the primary DB instance (the cluster writer).</p>
1187
- * <p>An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists,
1186
+ * <p>An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists,
1188
1187
  * when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readable standby
1189
1188
  * DB instance when the primary DB instance fails.</p>
1190
- * <p>To simulate a failure of a primary instance for testing, you can force a failover.
1189
+ * <p>To simulate a failure of a primary instance for testing, you can force a failover.
1191
1190
  * Because each instance in a DB cluster has its own endpoint address, make sure to clean up and re-establish any existing
1192
1191
  * connections that use those endpoint addresses when the failover is complete.</p>
1193
- * <p>For more information on Amazon Aurora DB clusters, see
1192
+ * <p>For more information on Amazon Aurora DB clusters, see
1194
1193
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1195
1194
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1196
- * <p>For more information on Multi-AZ DB clusters, see
1195
+ * <p>For more information on Multi-AZ DB clusters, see
1197
1196
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1198
1197
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
1199
1198
  */
@@ -1202,25 +1201,25 @@ export declare class RDS extends RDSClient {
1202
1201
  failoverDBCluster(args: FailoverDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
1203
1202
  /**
1204
1203
  * <p>Initiates the failover process for an Aurora global database (<a>GlobalCluster</a>).</p>
1205
- * <p>A failover for an Aurora global database promotes one of secondary read-only DB clusters to be
1204
+ * <p>A failover for an Aurora global database promotes one of secondary read-only DB clusters to be
1206
1205
  * the primary DB cluster and demotes the primary DB cluster to being a secondary (read-only) DB cluster. In other words,
1207
1206
  * the role of the current primary DB cluster and the selected (target) DB cluster are switched. The selected
1208
1207
  * secondary DB cluster assumes full read/write capabilities for the Aurora global database.</p>
1209
- * <p>For more information about failing over an Amazon Aurora global database, see
1208
+ * <p>For more information about failing over an Amazon Aurora global database, see
1210
1209
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-disaster-recovery.managed-failover">Managed planned failover for Amazon Aurora global
1211
1210
  * databases</a> in the <i>Amazon Aurora User Guide</i>.</p>
1212
- * <note>
1211
+ * <note>
1213
1212
  * <p>This action applies to <a>GlobalCluster</a> (Aurora global databases) only. Use this action only on
1214
1213
  * healthy Aurora global databases with running Aurora DB clusters and no Region-wide outages, to test disaster recovery scenarios or to
1215
1214
  * reconfigure your Aurora global database topology.</p>
1216
- * </note>
1215
+ * </note>
1217
1216
  */
1218
1217
  failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverGlobalClusterCommandOutput>;
1219
1218
  failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
1220
1219
  failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
1221
1220
  /**
1222
1221
  * <p>Lists all tags on an Amazon RDS resource.</p>
1223
- * <p>For an overview on tagging an Amazon RDS resource,
1222
+ * <p>For an overview on tagging an Amazon RDS resource,
1224
1223
  * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>
1225
1224
  * in the <i>Amazon RDS User Guide</i>.</p>
1226
1225
  */
@@ -1232,7 +1231,7 @@ export declare class RDS extends RDSClient {
1232
1231
  * whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy,
1233
1232
  * and then lock your activity stream. Restarting the activity stream isn't required. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.Modifying.html"> Modifying a database activity stream</a> in the
1234
1233
  * <i>Amazon RDS User Guide</i>. </p>
1235
- * <p>This operation is supported for RDS for Oracle only.</p>
1234
+ * <p>This operation is supported for RDS for Oracle only.</p>
1236
1235
  */
1237
1236
  modifyActivityStream(args: ModifyActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<ModifyActivityStreamCommandOutput>;
1238
1237
  modifyActivityStream(args: ModifyActivityStreamCommandInput, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
@@ -1240,27 +1239,27 @@ export declare class RDS extends RDSClient {
1240
1239
  /**
1241
1240
  * <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS)
1242
1241
  * certificate for Amazon RDS for new DB instances, or remove the override.</p>
1243
- * <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
1242
+ * <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
1244
1243
  * instances that is different from the default certificate provided by RDS. You can also
1245
1244
  * use this operation to remove the override, so that new DB instances use the default
1246
1245
  * certificate provided by RDS.</p>
1247
- * <p>You might need to override the default certificate in the following situations:</p>
1248
- * <ul>
1246
+ * <p>You might need to override the default certificate in the following situations:</p>
1247
+ * <ul>
1249
1248
  * <li>
1250
- * <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet
1249
+ * <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet
1251
1250
  * the RDS default CA certificate for the specified Amazon Web Services Region.</p>
1252
1251
  * </li>
1253
1252
  * <li>
1254
- * <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services
1253
+ * <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services
1255
1254
  * Region, but you are still in the process of supporting the new CA certificate.
1256
1255
  * In this case, you temporarily need additional time to finish your application
1257
1256
  * changes.</p>
1258
1257
  * </li>
1259
1258
  * </ul>
1260
- * <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see
1259
+ * <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see
1261
1260
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html">
1262
1261
  * Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p>
1263
- * <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see
1262
+ * <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see
1264
1263
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html">
1265
1264
  * Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>
1266
1265
  */
@@ -1269,23 +1268,23 @@ export declare class RDS extends RDSClient {
1269
1268
  modifyCertificates(args: ModifyCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
1270
1269
  /**
1271
1270
  * <p>Set the capacity of an Aurora Serverless v1 DB cluster to a specific value.</p>
1272
- * <p>Aurora Serverless v1 scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale
1271
+ * <p>Aurora Serverless v1 scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale
1273
1272
  * fast enough to meet a sudden change in workload, such as a large number of new transactions. Call <code>ModifyCurrentDBClusterCapacity</code>
1274
1273
  * to set the capacity explicitly.</p>
1275
- * <p>After this call sets the DB cluster capacity, Aurora Serverless v1 can automatically scale
1274
+ * <p>After this call sets the DB cluster capacity, Aurora Serverless v1 can automatically scale
1276
1275
  * the DB cluster based on the cooldown period for scaling up and the cooldown period
1277
1276
  * for scaling down.</p>
1278
- * <p>For more information about Aurora Serverless v1, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless v1</a> in the
1277
+ * <p>For more information about Aurora Serverless v1, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless v1</a> in the
1279
1278
  * <i>Amazon Aurora User Guide</i>.</p>
1280
- * <important>
1279
+ * <important>
1281
1280
  * <p>If you call <code>ModifyCurrentDBClusterCapacity</code> with the default <code>TimeoutAction</code>, connections that
1282
1281
  * prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points,
1283
1282
  * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling">
1284
1283
  * Autoscaling for Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p>
1285
- * </important>
1286
- * <note>
1284
+ * </important>
1285
+ * <note>
1287
1286
  * <p>This action only applies to Aurora Serverless v1 DB clusters.</p>
1288
- * </note>
1287
+ * </note>
1289
1288
  */
1290
1289
  modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
1291
1290
  modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
@@ -1293,14 +1292,14 @@ export declare class RDS extends RDSClient {
1293
1292
  /**
1294
1293
  * <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling
1295
1294
  * <code>DescribeDBEngineVersions</code>.</p>
1296
- * <note>
1295
+ * <note>
1297
1296
  * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
1298
1297
  * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
1299
1298
  * <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
1300
1299
  * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
1301
1300
  * the <code>ModifyCustomDbEngineVersion</code> event.</p>
1302
- * </note>
1303
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify">Modifying CEV status</a>
1301
+ * </note>
1302
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify">Modifying CEV status</a>
1304
1303
  * in the <i>Amazon RDS User Guide</i>.</p>
1305
1304
  */
1306
1305
  modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCustomDBEngineVersionCommandOutput>;
@@ -1310,10 +1309,10 @@ export declare class RDS extends RDSClient {
1310
1309
  * <p>Modify the settings for an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
1311
1310
  * You can change one or more settings by specifying these parameters and the new values in the
1312
1311
  * request.</p>
1313
- * <p>For more information on Amazon Aurora DB clusters, see
1312
+ * <p>For more information on Amazon Aurora DB clusters, see
1314
1313
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1315
1314
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1316
- * <p>For more information on Multi-AZ DB clusters, see
1315
+ * <p>For more information on Multi-AZ DB clusters, see
1317
1316
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1318
1317
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
1319
1318
  */
@@ -1322,9 +1321,9 @@ export declare class RDS extends RDSClient {
1322
1321
  modifyDBCluster(args: ModifyDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
1323
1322
  /**
1324
1323
  * <p>Modifies the properties of an endpoint in an Amazon Aurora DB cluster.</p>
1325
- * <note>
1324
+ * <note>
1326
1325
  * <p>This action only applies to Aurora DB clusters.</p>
1327
- * </note>
1326
+ * </note>
1328
1327
  */
1329
1328
  modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterEndpointCommandOutput>;
1330
1329
  modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void): void;
@@ -1334,7 +1333,7 @@ export declare class RDS extends RDSClient {
1334
1333
  * submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>,
1335
1334
  * and <code>ApplyMethod</code>. A maximum of 20
1336
1335
  * parameters can be modified in a single request.</p>
1337
- * <important>
1336
+ * <important>
1338
1337
  * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
1339
1338
  * before creating your first DB cluster that uses that DB cluster parameter group as the default parameter
1340
1339
  * group. This allows Amazon RDS to fully complete the create action before the parameter
@@ -1348,11 +1347,11 @@ export declare class RDS extends RDSClient {
1348
1347
  * applies the update immediately. The cluster restart might interrupt your workload. In that case,
1349
1348
  * your application must reopen any connections and retry any transactions that were active
1350
1349
  * when the parameter changes took effect.</p>
1351
- * </important>
1352
- * <p>For more information on Amazon Aurora DB clusters, see
1350
+ * </important>
1351
+ * <p>For more information on Amazon Aurora DB clusters, see
1353
1352
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1354
1353
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1355
- * <p>For more information on Multi-AZ DB clusters, see
1354
+ * <p>For more information on Multi-AZ DB clusters, see
1356
1355
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1357
1356
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
1358
1357
  * </p>
@@ -1362,22 +1361,22 @@ export declare class RDS extends RDSClient {
1362
1361
  modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
1363
1362
  /**
1364
1363
  * <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.</p>
1365
- * <p>To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify
1364
+ * <p>To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify
1366
1365
  * <code>restore</code> as the <code>AttributeName</code> and use the
1367
1366
  * <code>ValuesToAdd</code> parameter to add a list of IDs of the Amazon Web Services accounts that are
1368
1367
  * authorized to restore the manual DB cluster snapshot. Use the value <code>all</code> to
1369
1368
  * make the manual DB cluster snapshot public, which means that it can be copied or
1370
1369
  * restored by all Amazon Web Services accounts.</p>
1371
- * <note>
1370
+ * <note>
1372
1371
  * <p>Don't add the <code>all</code> value for any manual DB cluster snapshots
1373
1372
  * that contain private information that you don't want available to all Amazon Web Services
1374
1373
  * accounts.</p>
1375
- * </note>
1376
- * <p>If a manual DB cluster snapshot is encrypted, it can be shared, but only by
1374
+ * </note>
1375
+ * <p>If a manual DB cluster snapshot is encrypted, it can be shared, but only by
1377
1376
  * specifying a list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code>
1378
1377
  * parameter. You can't use <code>all</code> as a value for that parameter in this
1379
1378
  * case.</p>
1380
- * <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster
1379
+ * <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster
1381
1380
  * snapshot, or whether a manual DB cluster snapshot is public or private, use the <a>DescribeDBClusterSnapshotAttributes</a> API operation. The accounts are
1382
1381
  * returned as values for the <code>restore</code> attribute.</p>
1383
1382
  */
@@ -1398,7 +1397,7 @@ export declare class RDS extends RDSClient {
1398
1397
  * <p>Modifies the parameters of a DB parameter group. To modify more than one parameter,
1399
1398
  * submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and
1400
1399
  * <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request.</p>
1401
- * <important>
1400
+ * <important>
1402
1401
  * <p>After you modify a DB parameter group, you should wait at least 5 minutes
1403
1402
  * before creating your first DB instance that uses that DB parameter group as the default parameter
1404
1403
  * group. This allows Amazon RDS to fully complete the modify action before the parameter
@@ -1408,7 +1407,7 @@ export declare class RDS extends RDSClient {
1408
1407
  * <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
1409
1408
  * <i>DescribeDBParameters</i> command to verify
1410
1409
  * that your DB parameter group has been created or modified.</p>
1411
- * </important>
1410
+ * </important>
1412
1411
  */
1413
1412
  modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBParameterGroupCommandOutput>;
1414
1413
  modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void): void;
@@ -1436,7 +1435,7 @@ export declare class RDS extends RDSClient {
1436
1435
  * or unencrypted, but not shared or public.
1437
1436
  *
1438
1437
  * </p>
1439
- * <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command
1438
+ * <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command
1440
1439
  * doesn't apply to RDS Custom.</p>
1441
1440
  */
1442
1441
  modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotCommandOutput>;
@@ -1444,20 +1443,20 @@ export declare class RDS extends RDSClient {
1444
1443
  modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void): void;
1445
1444
  /**
1446
1445
  * <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.</p>
1447
- * <p>To share a manual DB snapshot with other Amazon Web Services accounts, specify <code>restore</code>
1446
+ * <p>To share a manual DB snapshot with other Amazon Web Services accounts, specify <code>restore</code>
1448
1447
  * as the <code>AttributeName</code> and use the <code>ValuesToAdd</code> parameter to add
1449
1448
  * a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB snapshot.
1450
1449
  * Uses the value <code>all</code> to make the manual DB snapshot public, which means it
1451
1450
  * can be copied or restored by all Amazon Web Services accounts.</p>
1452
- * <note>
1451
+ * <note>
1453
1452
  * <p>Don't add the <code>all</code> value for any manual DB snapshots that
1454
1453
  * contain private information that you don't want available to all Amazon Web Services
1455
1454
  * accounts.</p>
1456
- * </note>
1457
- * <p>If the manual DB snapshot is encrypted, it can be shared, but only by specifying a
1455
+ * </note>
1456
+ * <p>If the manual DB snapshot is encrypted, it can be shared, but only by specifying a
1458
1457
  * list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code> parameter. You
1459
1458
  * can't use <code>all</code> as a value for that parameter in this case.</p>
1460
- * <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or
1459
+ * <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or
1461
1460
  * whether a manual DB snapshot public or private, use the <a>DescribeDBSnapshotAttributes</a> API operation. The accounts are returned as
1462
1461
  * values for the <code>restore</code> attribute.</p>
1463
1462
  */
@@ -1473,7 +1472,7 @@ export declare class RDS extends RDSClient {
1473
1472
  /**
1474
1473
  * <p>Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change
1475
1474
  * source identifiers for a subscription, use the <code>AddSourceIdentifierToSubscription</code> and <code>RemoveSourceIdentifierFromSubscription</code> calls.</p>
1476
- * <p>You can see a list of the event categories for a given source type (<code>SourceType</code>)
1475
+ * <p>You can see a list of the event categories for a given source type (<code>SourceType</code>)
1477
1476
  * in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> in the <i>Amazon RDS User Guide</i>
1478
1477
  * or by using the <code>DescribeEventCategories</code> operation.</p>
1479
1478
  */
@@ -1485,9 +1484,9 @@ export declare class RDS extends RDSClient {
1485
1484
  * parameters by specifying these parameters and the new values in the request. For more information on
1486
1485
  * Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
1487
1486
  * <i>Amazon Aurora User Guide</i>.</p>
1488
- * <note>
1487
+ * <note>
1489
1488
  * <p>This action only applies to Aurora DB clusters.</p>
1490
- * </note>
1489
+ * </note>
1491
1490
  */
1492
1491
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalClusterCommandOutput>;
1493
1492
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
@@ -1500,10 +1499,10 @@ export declare class RDS extends RDSClient {
1500
1499
  modifyOptionGroup(args: ModifyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void): void;
1501
1500
  /**
1502
1501
  * <p>Promotes a read replica DB instance to a standalone DB instance.</p>
1503
- * <note>
1502
+ * <note>
1504
1503
  * <ul>
1505
1504
  * <li>
1506
- * <p>Backup duration is a function of the amount of changes to the database since the previous
1505
+ * <p>Backup duration is a function of the amount of changes to the database since the previous
1507
1506
  * backup. If you plan to promote a read replica to a standalone instance, we
1508
1507
  * recommend that you enable backups and complete at least one backup prior to
1509
1508
  * promotion. In addition, a read replica cannot be promoted to a standalone
@@ -1511,12 +1510,12 @@ export declare class RDS extends RDSClient {
1511
1510
  * enabled backups on your read replica, configure the automated backup window
1512
1511
  * so that daily backups do not interfere with read replica
1513
1512
  * promotion.</p>
1514
- * </li>
1513
+ * </li>
1515
1514
  * <li>
1516
- * <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p>
1517
- * </li>
1515
+ * <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p>
1516
+ * </li>
1518
1517
  * </ul>
1519
- * </note>
1518
+ * </note>
1520
1519
  */
1521
1520
  promoteReadReplica(args: PromoteReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<PromoteReadReplicaCommandOutput>;
1522
1521
  promoteReadReplica(args: PromoteReadReplicaCommandInput, cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void): void;
@@ -1538,10 +1537,10 @@ export declare class RDS extends RDSClient {
1538
1537
  * For example, if you make certain modifications,
1539
1538
  * or if you change the DB cluster parameter group associated with the DB cluster,
1540
1539
  * reboot the DB cluster for the changes to take effect.</p>
1541
- * <p>Rebooting a DB cluster restarts the database engine service. Rebooting a DB
1540
+ * <p>Rebooting a DB cluster restarts the database engine service. Rebooting a DB
1542
1541
  * cluster results in a momentary outage, during which the DB cluster status is set to rebooting.</p>
1543
- * <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</p>
1544
- * <p>For more information on Multi-AZ DB clusters, see
1542
+ * <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</p>
1543
+ * <p>For more information on Multi-AZ DB clusters, see
1545
1544
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1546
1545
  * Multi-AZ deployments with two readable standby DB instances</a> in the
1547
1546
  * <i>Amazon RDS User Guide.</i>
@@ -1555,12 +1554,12 @@ export declare class RDS extends RDSClient {
1555
1554
  * For example, if you make certain modifications,
1556
1555
  * or if you change the DB parameter group associated with the DB instance,
1557
1556
  * you must reboot the instance for the changes to take effect.</p>
1558
- * <p>Rebooting a DB instance restarts the database engine service.
1557
+ * <p>Rebooting a DB instance restarts the database engine service.
1559
1558
  * Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.</p>
1560
- * <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i>
1559
+ * <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i>
1561
1560
  * </p>
1562
- * <p>This command doesn't apply to RDS Custom.</p>
1563
- * <p>If your DB instance is part of a Multi-AZ DB cluster, you can reboot the DB cluster with the <code>RebootDBCluster</code> operation.</p>
1561
+ * <p>This command doesn't apply to RDS Custom.</p>
1562
+ * <p>If your DB instance is part of a Multi-AZ DB cluster, you can reboot the DB cluster with the <code>RebootDBCluster</code> operation.</p>
1564
1563
  */
1565
1564
  rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
1566
1565
  rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
@@ -1575,9 +1574,9 @@ export declare class RDS extends RDSClient {
1575
1574
  * <p>Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a
1576
1575
  * standalone cluster with read-write capability instead of being read-only and receiving data from a
1577
1576
  * primary cluster in a different Region.</p>
1578
- * <note>
1577
+ * <note>
1579
1578
  * <p>This action only applies to Aurora DB clusters.</p>
1580
- * </note>
1579
+ * </note>
1581
1580
  */
1582
1581
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFromGlobalClusterCommandOutput>;
1583
1582
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
@@ -1585,10 +1584,10 @@ export declare class RDS extends RDSClient {
1585
1584
  /**
1586
1585
  * <p>Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a
1587
1586
  * DB cluster.</p>
1588
- * <p>For more information on Amazon Aurora DB clusters, see
1587
+ * <p>For more information on Amazon Aurora DB clusters, see
1589
1588
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1590
1589
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1591
- * <p>For more information on Multi-AZ DB clusters, see
1590
+ * <p>For more information on Multi-AZ DB clusters, see
1592
1591
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1593
1592
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
1594
1593
  * </p>
@@ -1610,7 +1609,7 @@ export declare class RDS extends RDSClient {
1610
1609
  removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
1611
1610
  /**
1612
1611
  * <p>Removes metadata tags from an Amazon RDS resource.</p>
1613
- * <p>For an overview on tagging an Amazon RDS resource,
1612
+ * <p>For an overview on tagging an Amazon RDS resource,
1614
1613
  * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>
1615
1614
  * in the <i>Amazon RDS User Guide.</i>
1616
1615
  * </p>
@@ -1624,14 +1623,14 @@ export declare class RDS extends RDSClient {
1624
1623
  * and <code>ApplyMethod</code>. To reset the
1625
1624
  * entire DB cluster parameter group, specify the <code>DBClusterParameterGroupName</code>
1626
1625
  * and <code>ResetAllParameters</code> parameters.</p>
1627
- * <p>When resetting the entire group, dynamic parameters are updated immediately and static parameters
1626
+ * <p>When resetting the entire group, dynamic parameters are updated immediately and static parameters
1628
1627
  * are set to <code>pending-reboot</code> to take effect on the next DB instance restart
1629
1628
  * or <code>RebootDBInstance</code> request. You must call <code>RebootDBInstance</code> for every
1630
1629
  * DB instance in your DB cluster that you want the updated static parameter to apply to.</p>
1631
- * <p>For more information on Amazon Aurora DB clusters, see
1630
+ * <p>For more information on Amazon Aurora DB clusters, see
1632
1631
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1633
1632
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1634
- * <p>For more information on Multi-AZ DB clusters, see
1633
+ * <p>For more information on Multi-AZ DB clusters, see
1635
1634
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1636
1635
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
1637
1636
  * </p>
@@ -1657,42 +1656,42 @@ export declare class RDS extends RDSClient {
1657
1656
  * Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be
1658
1657
  * created using the Percona XtraBackup utility as described in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html#AuroraMySQL.Migrating.ExtMySQL.S3"> Migrating Data from MySQL by Using an Amazon S3 Bucket</a> in the
1659
1658
  * <i>Amazon Aurora User Guide</i>.</p>
1660
- * <note>
1659
+ * <note>
1661
1660
  * <p>This action only restores the DB cluster, not the DB instances for that DB
1662
1661
  * cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
1663
1662
  * instances for the restored DB cluster, specifying the identifier of the restored DB
1664
1663
  * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
1665
1664
  * the <code>RestoreDBClusterFromS3</code> action has completed and the DB
1666
1665
  * cluster is available.</p>
1667
- * </note>
1668
- * <p>For more information on Amazon Aurora, see
1666
+ * </note>
1667
+ * <p>For more information on Amazon Aurora, see
1669
1668
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1670
1669
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1671
- * <note>
1670
+ * <note>
1672
1671
  * <p>This action only applies to Aurora DB clusters. The source DB engine must be
1673
1672
  * MySQL.</p>
1674
- * </note>
1673
+ * </note>
1675
1674
  */
1676
1675
  restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromS3CommandOutput>;
1677
1676
  restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
1678
1677
  restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
1679
1678
  /**
1680
1679
  * <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p>
1681
- * <p>The target DB cluster is created from the source snapshot with a default
1680
+ * <p>The target DB cluster is created from the source snapshot with a default
1682
1681
  * configuration. If you don't specify a security group, the new DB cluster is
1683
1682
  * associated with the default security group.</p>
1684
- * <note>
1683
+ * <note>
1685
1684
  * <p>This action only restores the DB cluster, not the DB instances for that DB
1686
1685
  * cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
1687
1686
  * instances for the restored DB cluster, specifying the identifier of the restored DB
1688
1687
  * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
1689
1688
  * the <code>RestoreDBClusterFromSnapshot</code> action has completed and the DB
1690
1689
  * cluster is available.</p>
1691
- * </note>
1692
- * <p>For more information on Amazon Aurora DB clusters, see
1690
+ * </note>
1691
+ * <p>For more information on Amazon Aurora DB clusters, see
1693
1692
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1694
1693
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1695
- * <p>For more information on Multi-AZ DB clusters, see
1694
+ * <p>For more information on Multi-AZ DB clusters, see
1696
1695
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1697
1696
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
1698
1697
  * </p>
@@ -1706,18 +1705,18 @@ export declare class RDS extends RDSClient {
1706
1705
  * <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the
1707
1706
  * source DB cluster with the same configuration as the original DB cluster, except that
1708
1707
  * the new DB cluster is created with the default DB security group.</p>
1709
- * <note>
1708
+ * <note>
1710
1709
  * <p>For Aurora, this action only restores the DB cluster, not the DB instances for that DB
1711
1710
  * cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
1712
1711
  * instances for the restored DB cluster, specifying the identifier of the restored DB
1713
1712
  * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
1714
1713
  * the <code>RestoreDBClusterToPointInTime</code> action has completed and the DB
1715
1714
  * cluster is available.</p>
1716
- * </note>
1717
- * <p>For more information on Amazon Aurora DB clusters, see
1715
+ * </note>
1716
+ * <p>For more information on Amazon Aurora DB clusters, see
1718
1717
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1719
1718
  * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
1720
- * <p>For more information on Multi-AZ DB clusters, see
1719
+ * <p>For more information on Multi-AZ DB clusters, see
1721
1720
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1722
1721
  * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
1723
1722
  * </p>
@@ -1730,16 +1729,16 @@ export declare class RDS extends RDSClient {
1730
1729
  * of the source's original configuration, including the default security group and DB parameter group. By default, the new DB
1731
1730
  * instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group
1732
1731
  * associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p>
1733
- * <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance
1732
+ * <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance
1734
1733
  * before you call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow two DB instances with the same name. After you
1735
1734
  * have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as
1736
1735
  * the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you replace the original
1737
1736
  * DB instance with the DB instance created from the snapshot.</p>
1738
- * <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>
1737
+ * <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>
1739
1738
  * must be the ARN of the shared DB snapshot.</p>
1740
- * <note>
1739
+ * <note>
1741
1740
  * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>
1742
- * </note>
1741
+ * </note>
1743
1742
  */
1744
1743
  restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromDBSnapshotCommandOutput>;
1745
1744
  restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void): void;
@@ -1753,22 +1752,22 @@ export declare class RDS extends RDSClient {
1753
1752
  * 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>
1754
1753
  * in the <i>Amazon RDS User Guide.</i>
1755
1754
  * </p>
1756
- * <p>This command doesn't apply to RDS Custom.</p>
1755
+ * <p>This command doesn't apply to RDS Custom.</p>
1757
1756
  */
1758
1757
  restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromS3CommandOutput>;
1759
1758
  restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
1760
1759
  restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
1761
1760
  /**
1762
1761
  * <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 LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.</p>
1763
- * <p>The target database is created with most of the original configuration, but in a
1762
+ * <p>The target database is created with most of the original configuration, but in a
1764
1763
  * system-selected Availability Zone, with the default security group, the default subnet
1765
1764
  * group, and the default DB parameter group. By default, the new DB instance is created as
1766
1765
  * a single-AZ deployment except when the instance is a SQL Server instance that has an
1767
1766
  * option group that is associated with mirroring; in this case, the instance becomes a
1768
1767
  * mirrored deployment and not a single-AZ deployment.</p>
1769
- * <note>
1768
+ * <note>
1770
1769
  * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterToPointInTime</code>.</p>
1771
- * </note>
1770
+ * </note>
1772
1771
  */
1773
1772
  restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceToPointInTimeCommandOutput>;
1774
1773
  restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void): void;
@@ -1777,13 +1776,13 @@ export declare class RDS extends RDSClient {
1777
1776
  * <p>Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required
1778
1777
  * parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either
1779
1778
  * EC2SecurityGroupName or EC2SecurityGroupId).</p>
1780
- * <note>
1779
+ * <note>
1781
1780
  * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
1782
1781
  * 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
1783
1782
  * <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 –
1784
1783
  * 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
1785
1784
  * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
1786
- * </note>
1785
+ * </note>
1787
1786
  */
1788
1787
  revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<RevokeDBSecurityGroupIngressCommandOutput>;
1789
1788
  revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void): void;
@@ -1799,35 +1798,35 @@ export declare class RDS extends RDSClient {
1799
1798
  /**
1800
1799
  * <p>Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
1801
1800
  * CLI command, or the StopDBCluster action.</p>
1802
- * <p>For more information, see
1801
+ * <p>For more information, see
1803
1802
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
1804
1803
  * Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
1805
- * <note>
1804
+ * <note>
1806
1805
  * <p>This action only applies to Aurora DB clusters.</p>
1807
- * </note>
1806
+ * </note>
1808
1807
  */
1809
1808
  startDBCluster(args: StartDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StartDBClusterCommandOutput>;
1810
1809
  startDBCluster(args: StartDBClusterCommandInput, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
1811
1810
  startDBCluster(args: StartDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
1812
1811
  /**
1813
1812
  * <p>Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.</p>
1814
- * <p>For more information, see
1813
+ * <p>For more information, see
1815
1814
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StartInstance.html">
1816
1815
  * Starting an Amazon RDS DB instance That Was Previously Stopped</a> in the
1817
1816
  * <i>Amazon RDS User Guide.</i>
1818
1817
  * </p>
1819
- * <note>
1818
+ * <note>
1820
1819
  * <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
1821
1820
  * For Aurora DB clusters, use <code>StartDBCluster</code> instead.</p>
1822
- * </note>
1821
+ * </note>
1823
1822
  */
1824
1823
  startDBInstance(args: StartDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StartDBInstanceCommandOutput>;
1825
1824
  startDBInstance(args: StartDBInstanceCommandInput, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
1826
1825
  startDBInstance(args: StartDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
1827
1826
  /**
1828
1827
  * <p>Enables replication of automated backups to a different Amazon Web Services Region.</p>
1829
- * <p>This command doesn't apply to RDS Custom.</p>
1830
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1828
+ * <p>This command doesn't apply to RDS Custom.</p>
1829
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1831
1830
  * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
1832
1831
  * </p>
1833
1832
  */
@@ -1837,7 +1836,7 @@ export declare class RDS extends RDSClient {
1837
1836
  /**
1838
1837
  * <p>Starts an export of a snapshot to Amazon S3.
1839
1838
  * The provided IAM role must have access to the S3 bucket.</p>
1840
- * <p>This command doesn't apply to RDS Custom.</p>
1839
+ * <p>This command doesn't apply to RDS Custom.</p>
1841
1840
  */
1842
1841
  startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
1843
1842
  startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
@@ -1845,7 +1844,7 @@ export declare class RDS extends RDSClient {
1845
1844
  /**
1846
1845
  * <p>Stops a database activity stream that was started using the Amazon Web Services console,
1847
1846
  * the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> action.</p>
1848
- * <p>For more information, see
1847
+ * <p>For more information, see
1849
1848
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">Database Activity Streams</a>
1850
1849
  * in the <i>Amazon Aurora User Guide</i>.</p>
1851
1850
  */
@@ -1856,12 +1855,12 @@ export declare class RDS extends RDSClient {
1856
1855
  * <p>Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's
1857
1856
  * metadata, including its endpoints and DB parameter groups. Aurora also
1858
1857
  * retains the transaction logs so you can do a point-in-time restore if necessary.</p>
1859
- * <p>For more information, see
1858
+ * <p>For more information, see
1860
1859
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
1861
1860
  * Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
1862
- * <note>
1861
+ * <note>
1863
1862
  * <p>This action only applies to Aurora DB clusters.</p>
1864
- * </note>
1863
+ * </note>
1865
1864
  */
1866
1865
  stopDBCluster(args: StopDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StopDBClusterCommandOutput>;
1867
1866
  stopDBCluster(args: StopDBClusterCommandInput, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
@@ -1870,23 +1869,23 @@ export declare class RDS extends RDSClient {
1870
1869
  * <p>Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint,
1871
1870
  * DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if
1872
1871
  * necessary.</p>
1873
- * <p>For more information, see
1872
+ * <p>For more information, see
1874
1873
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html">
1875
1874
  * Stopping an Amazon RDS DB Instance Temporarily</a> in the
1876
1875
  * <i>Amazon RDS User Guide.</i>
1877
1876
  * </p>
1878
- * <note>
1877
+ * <note>
1879
1878
  * <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
1880
1879
  * For Aurora clusters, use <code>StopDBCluster</code> instead.</p>
1881
- * </note>
1880
+ * </note>
1882
1881
  */
1883
1882
  stopDBInstance(args: StopDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StopDBInstanceCommandOutput>;
1884
1883
  stopDBInstance(args: StopDBInstanceCommandInput, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
1885
1884
  stopDBInstance(args: StopDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
1886
1885
  /**
1887
1886
  * <p>Stops automated backup replication for a DB instance.</p>
1888
- * <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.</p>
1889
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1887
+ * <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.</p>
1888
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1890
1889
  * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
1891
1890
  * </p>
1892
1891
  */
@@ -1895,9 +1894,9 @@ export declare class RDS extends RDSClient {
1895
1894
  stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
1896
1895
  /**
1897
1896
  * <p>Switches over a blue/green deployment.</p>
1898
- * <p>Before you switch over, production traffic is routed to the databases in the blue environment.
1897
+ * <p>Before you switch over, production traffic is routed to the databases in the blue environment.
1899
1898
  * After you switch over, production traffic is routed to the databases in the green environment.</p>
1900
- * <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
1899
+ * <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
1901
1900
  * for database updates</a> in the <i>Amazon RDS User Guide</i> and
1902
1901
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
1903
1902
  * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora