@aws-sdk/client-rds 3.968.0 → 3.970.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 (163) hide show
  1. package/README.md +1 -53
  2. package/dist-cjs/index.js +184 -178
  3. package/dist-es/pagination/DescribeEngineDefaultClusterParametersPaginator.js +4 -0
  4. package/dist-es/pagination/index.js +1 -0
  5. package/dist-es/schemas/schemas_0.js +161 -158
  6. package/dist-es/waiters/waitForDBClusterAvailable.js +2 -2
  7. package/dist-es/waiters/waitForDBClusterDeleted.js +2 -2
  8. package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +2 -2
  9. package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +2 -2
  10. package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
  11. package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
  12. package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
  13. package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
  14. package/dist-es/waiters/waitForTenantDatabaseAvailable.js +2 -2
  15. package/dist-es/waiters/waitForTenantDatabaseDeleted.js +2 -2
  16. package/dist-types/RDS.d.ts +1 -53
  17. package/dist-types/RDSClient.d.ts +1 -53
  18. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -2
  19. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -7
  20. package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -13
  21. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +3 -20
  22. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -10
  23. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -2
  24. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -10
  25. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -41
  26. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -10
  27. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +6 -17
  28. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +133 -31
  29. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +7 -7
  30. package/dist-types/commands/CreateDBClusterCommand.d.ts +13 -41
  31. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -32
  33. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -10
  34. package/dist-types/commands/CreateDBInstanceCommand.d.ts +25 -50
  35. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +26 -57
  36. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -11
  37. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -3
  38. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -13
  39. package/dist-types/commands/CreateDBShardGroupCommand.d.ts +3 -6
  40. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +5 -9
  41. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -6
  42. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -24
  43. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -17
  44. package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -7
  45. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -2
  46. package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +4 -8
  47. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +141 -10
  48. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -25
  49. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -4
  50. package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -17
  51. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -4
  52. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -13
  53. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -13
  54. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -2
  55. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +5 -32
  56. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -6
  57. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -3
  58. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -11
  59. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -6
  61. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -5
  62. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -3
  63. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  65. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +214 -8
  66. package/dist-types/commands/DescribeCertificatesCommand.d.ts +53 -9
  67. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -4
  68. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -11
  69. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -6
  70. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -12
  71. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -10
  72. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -10
  73. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -9
  74. package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -10
  75. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
  76. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -7
  77. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -6
  78. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -4
  79. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -5
  80. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -3
  81. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -11
  82. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -2
  83. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -10
  84. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -8
  85. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -3
  86. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -5
  87. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -4
  88. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -7
  89. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -3
  90. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -8
  91. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -2
  92. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -6
  93. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -6
  95. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -8
  96. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
  97. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -5
  98. package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -7
  99. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +3 -11
  100. package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -11
  101. package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -21
  102. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -38
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -12
  104. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -7
  105. package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -28
  106. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +3 -24
  107. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +5 -15
  108. package/dist-types/commands/ModifyDBClusterCommand.d.ts +10 -30
  109. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -6
  110. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -24
  111. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
  112. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +25 -45
  113. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +3 -20
  114. package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -2
  115. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -19
  116. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -9
  117. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -4
  118. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -5
  119. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -9
  120. package/dist-types/commands/ModifyIntegrationCommand.d.ts +1 -3
  121. package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +3 -7
  122. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -20
  123. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -2
  124. package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -13
  125. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -12
  126. package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -3
  127. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +3 -7
  128. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -8
  129. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -11
  130. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -4
  131. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +5 -12
  132. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -22
  133. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +3 -14
  134. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +10 -38
  135. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -44
  136. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -48
  137. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +26 -60
  138. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +23 -46
  139. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +26 -55
  140. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +3 -16
  141. package/dist-types/commands/StartActivityStreamCommand.d.ts +3 -12
  142. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -13
  143. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -12
  144. package/dist-types/commands/StartDBInstanceCommand.d.ts +8 -27
  145. package/dist-types/commands/StartExportTaskCommand.d.ts +5 -21
  146. package/dist-types/commands/StopActivityStreamCommand.d.ts +3 -13
  147. package/dist-types/commands/StopDBClusterCommand.d.ts +2 -11
  148. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -7
  149. package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -19
  150. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +139 -12
  151. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -13
  152. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -4
  153. package/dist-types/index.d.ts +1 -53
  154. package/dist-types/models/errors.d.ts +53 -116
  155. package/dist-types/models/models_0.d.ts +982 -8429
  156. package/dist-types/models/models_1.d.ts +557 -4868
  157. package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +7 -0
  158. package/dist-types/pagination/index.d.ts +1 -0
  159. package/dist-types/ts3.4/models/models_0.d.ts +7 -7
  160. package/dist-types/ts3.4/models/models_1.d.ts +4 -4
  161. package/dist-types/ts3.4/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +11 -0
  162. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  163. package/package.json +35 -35
@@ -27,24 +27,7 @@ declare const RestoreDBClusterFromS3Command_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
31
- * Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be
32
- * 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
33
- * <i>Amazon Aurora User Guide</i>.</p>
34
- * <note>
35
- * <p>This operation only restores the DB cluster, not the DB instances for that DB
36
- * cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB
37
- * instances for the restored DB cluster, specifying the identifier of the restored DB
38
- * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
39
- * the <code>RestoreDBClusterFromS3</code> operation has completed and the DB
40
- * cluster is available.</p>
41
- * </note>
42
- * <p>For more information on Amazon Aurora, see
43
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
44
- * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
45
- * <note>
46
- * <p>This operation only applies to Aurora DB clusters. The source DB engine must be MySQL.</p>
47
- * </note>
30
+ * <p>Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be 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 <i>Amazon Aurora User Guide</i>.</p> <note> <p>This operation only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after the <code>RestoreDBClusterFromS3</code> operation has completed and the DB cluster is available.</p> </note> <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 <i>Amazon Aurora User Guide</i>.</p> <note> <p>This operation only applies to Aurora DB clusters. The source DB engine must be MySQL.</p> </note>
48
31
  * @example
49
32
  * Use a bare-bones client and the command you need to make an API call.
50
33
  * ```javascript
@@ -328,30 +311,22 @@ declare const RestoreDBClusterFromS3Command_base: {
328
311
  * <p>The user already has a DB cluster with the given identifier.</p>
329
312
  *
330
313
  * @throws {@link DBClusterNotFoundFault} (client fault)
331
- * <p>
332
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
314
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
333
315
  *
334
316
  * @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
335
- * <p>
336
- * <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
337
- * cluster parameter group.</p>
317
+ * <p> <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB cluster parameter group.</p>
338
318
  *
339
319
  * @throws {@link DBClusterQuotaExceededFault} (client fault)
340
- * <p>The user attempted to create a new DB cluster and the user has already reached the
341
- * maximum allowed DB cluster quota.</p>
320
+ * <p>The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.</p>
342
321
  *
343
322
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
344
- * <p>
345
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
323
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
346
324
  *
347
325
  * @throws {@link DomainNotFoundFault} (client fault)
348
- * <p>
349
- * <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
326
+ * <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
350
327
  *
351
328
  * @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
352
- * <p>There is insufficient storage available for the current action. You might be able to
353
- * resolve this error by updating your subnet group to use different Availability Zones
354
- * that have more storage available.</p>
329
+ * <p>There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.</p>
355
330
  *
356
331
  * @throws {@link InvalidDBClusterStateFault} (client fault)
357
332
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -360,15 +335,13 @@ declare const RestoreDBClusterFromS3Command_base: {
360
335
  * <p>The DB subnet group cannot be deleted because it's in use.</p>
361
336
  *
362
337
  * @throws {@link InvalidS3BucketFault} (client fault)
363
- * <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
364
- * authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
338
+ * <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
365
339
  *
366
340
  * @throws {@link InvalidSubnet} (client fault)
367
341
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
368
342
  *
369
343
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
370
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
371
- * created because of users' change.</p>
344
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
372
345
  *
373
346
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
374
347
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -377,8 +350,7 @@ declare const RestoreDBClusterFromS3Command_base: {
377
350
  * <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
378
351
  *
379
352
  * @throws {@link StorageQuotaExceededFault} (client fault)
380
- * <p>The request would result in the user exceeding the allowed amount of storage
381
- * available across all DB instances.</p>
353
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
382
354
  *
383
355
  * @throws {@link StorageTypeNotSupportedFault} (client fault)
384
356
  * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
@@ -27,25 +27,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p>
31
- * <p>The target DB cluster is created from the source snapshot with a default
32
- * configuration. If you don't specify a security group, the new DB cluster is
33
- * associated with the default security group.</p>
34
- * <note>
35
- * <p>This operation only restores the DB cluster, not the DB instances for that DB
36
- * cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB
37
- * instances for the restored DB cluster, specifying the identifier of the restored DB
38
- * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
39
- * the <code>RestoreDBClusterFromSnapshot</code> operation has completed and the DB
40
- * cluster is available.</p>
41
- * </note>
42
- * <p>For more information on Amazon Aurora DB clusters, see
43
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
44
- * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
45
- * <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
46
- * cluster deployments</a> in the <i>Amazon RDS User
47
- * Guide.</i>
48
- * </p>
30
+ * <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p> <p>The target DB cluster is created from the source snapshot with a default configuration. If you don't specify a security group, the new DB cluster is associated with the default security group.</p> <note> <p>This operation only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after the <code>RestoreDBClusterFromSnapshot</code> operation has completed and the DB cluster is available.</p> </note> <p>For more information on Amazon Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide.</i> </p>
49
31
  * @example
50
32
  * Use a bare-bones client and the command you need to make an API call.
51
33
  * ```javascript
@@ -338,44 +320,34 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
338
320
  * <p>The user already has a DB cluster with the given identifier.</p>
339
321
  *
340
322
  * @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
341
- * <p>
342
- * <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
343
- * cluster parameter group.</p>
323
+ * <p> <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB cluster parameter group.</p>
344
324
  *
345
325
  * @throws {@link DBClusterQuotaExceededFault} (client fault)
346
- * <p>The user attempted to create a new DB cluster and the user has already reached the
347
- * maximum allowed DB cluster quota.</p>
326
+ * <p>The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.</p>
348
327
  *
349
328
  * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
350
- * <p>
351
- * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
329
+ * <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
352
330
  *
353
331
  * @throws {@link DBSnapshotNotFoundFault} (client fault)
354
- * <p>
355
- * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
332
+ * <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
356
333
  *
357
334
  * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
358
335
  * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
359
336
  *
360
337
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
361
- * <p>
362
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
338
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
363
339
  *
364
340
  * @throws {@link DomainNotFoundFault} (client fault)
365
- * <p>
366
- * <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
341
+ * <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
367
342
  *
368
343
  * @throws {@link InsufficientDBClusterCapacityFault} (client fault)
369
344
  * <p>The DB cluster doesn't have enough capacity for the current operation.</p>
370
345
  *
371
346
  * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
372
- * <p>The specified DB instance class isn't available in the specified Availability
373
- * Zone.</p>
347
+ * <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
374
348
  *
375
349
  * @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
376
- * <p>There is insufficient storage available for the current action. You might be able to
377
- * resolve this error by updating your subnet group to use different Availability Zones
378
- * that have more storage available.</p>
350
+ * <p>There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.</p>
379
351
  *
380
352
  * @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
381
353
  * <p>The supplied value isn't a valid DB cluster snapshot state.</p>
@@ -393,8 +365,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
393
365
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
394
366
  *
395
367
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
396
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
397
- * created because of users' change.</p>
368
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
398
369
  *
399
370
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
400
371
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -406,16 +377,13 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
406
377
  * <p>The specified option group could not be found.</p>
407
378
  *
408
379
  * @throws {@link StorageQuotaExceededFault} (client fault)
409
- * <p>The request would result in the user exceeding the allowed amount of storage
410
- * available across all DB instances.</p>
380
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
411
381
  *
412
382
  * @throws {@link StorageTypeNotSupportedFault} (client fault)
413
383
  * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
414
384
  *
415
385
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
416
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
417
- * instance type supports the Nitro encryption-in-transit capability,
418
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
386
+ * <p>The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
419
387
  *
420
388
  * @throws {@link RDSServiceException}
421
389
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,29 +27,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point
31
- * in time before <code>LatestRestorableTime</code> for up to
32
- * <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the
33
- * source DB cluster with the same configuration as the original DB cluster, except that
34
- * the new DB cluster is created with the default DB security group. Unless the
35
- * <code>RestoreType</code> is set to <code>copy-on-write</code>, the restore may occur in a
36
- * different Availability Zone (AZ) from the original DB cluster. The AZ where RDS restores
37
- * the DB cluster depends on the AZs in the specified subnet group.</p>
38
- * <note>
39
- * <p>For Aurora, this operation only restores the DB cluster, not the DB instances for that DB
40
- * cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB
41
- * instances for the restored DB cluster, specifying the identifier of the restored DB
42
- * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
43
- * the <code>RestoreDBClusterToPointInTime</code> operation has completed and the DB
44
- * cluster is available.</p>
45
- * </note>
46
- * <p>For more information on Amazon Aurora DB clusters, see
47
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
48
- * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
49
- * <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
50
- * cluster deployments</a> in the <i>Amazon RDS User
51
- * Guide.</i>
52
- * </p>
30
+ * <p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before <code>LatestRestorableTime</code> for up to <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group. Unless the <code>RestoreType</code> is set to <code>copy-on-write</code>, the restore may occur in a different Availability Zone (AZ) from the original DB cluster. The AZ where RDS restores the DB cluster depends on the AZs in the specified subnet group.</p> <note> <p>For Aurora, this operation only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after the <code>RestoreDBClusterToPointInTime</code> operation has completed and the DB cluster is available.</p> </note> <p>For more information on Amazon Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide.</i> </p>
53
31
  * @example
54
32
  * Use a bare-bones client and the command you need to make an API call.
55
33
  * ```javascript
@@ -343,41 +321,31 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
343
321
  * <p>No automated backup for this DB cluster was found.</p>
344
322
  *
345
323
  * @throws {@link DBClusterNotFoundFault} (client fault)
346
- * <p>
347
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
324
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
348
325
  *
349
326
  * @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
350
- * <p>
351
- * <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
352
- * cluster parameter group.</p>
327
+ * <p> <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB cluster parameter group.</p>
353
328
  *
354
329
  * @throws {@link DBClusterQuotaExceededFault} (client fault)
355
- * <p>The user attempted to create a new DB cluster and the user has already reached the
356
- * maximum allowed DB cluster quota.</p>
330
+ * <p>The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.</p>
357
331
  *
358
332
  * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
359
- * <p>
360
- * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
333
+ * <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
361
334
  *
362
335
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
363
- * <p>
364
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
336
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
365
337
  *
366
338
  * @throws {@link DomainNotFoundFault} (client fault)
367
- * <p>
368
- * <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
339
+ * <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
369
340
  *
370
341
  * @throws {@link InsufficientDBClusterCapacityFault} (client fault)
371
342
  * <p>The DB cluster doesn't have enough capacity for the current operation.</p>
372
343
  *
373
344
  * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
374
- * <p>The specified DB instance class isn't available in the specified Availability
375
- * Zone.</p>
345
+ * <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
376
346
  *
377
347
  * @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
378
- * <p>There is insufficient storage available for the current action. You might be able to
379
- * resolve this error by updating your subnet group to use different Availability Zones
380
- * that have more storage available.</p>
348
+ * <p>There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.</p>
381
349
  *
382
350
  * @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
383
351
  * <p>The supplied value isn't a valid DB cluster snapshot state.</p>
@@ -395,8 +363,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
395
363
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
396
364
  *
397
365
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
398
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
399
- * created because of users' change.</p>
366
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
400
367
  *
401
368
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
402
369
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -408,16 +375,13 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
408
375
  * <p>The specified option group could not be found.</p>
409
376
  *
410
377
  * @throws {@link StorageQuotaExceededFault} (client fault)
411
- * <p>The request would result in the user exceeding the allowed amount of storage
412
- * available across all DB instances.</p>
378
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
413
379
  *
414
380
  * @throws {@link StorageTypeNotSupportedFault} (client fault)
415
381
  * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
416
382
  *
417
383
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
418
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
419
- * instance type supports the Nitro encryption-in-transit capability,
420
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
384
+ * <p>The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
421
385
  *
422
386
  * @throws {@link RDSServiceException}
423
387
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,23 +27,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most
31
- * of the source's original configuration, including the default security group and DB parameter group. By default, the new DB
32
- * instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group
33
- * associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p>
34
- * <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance
35
- * before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you
36
- * have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as
37
- * the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original
38
- * DB instance with the DB instance created from the snapshot.</p>
39
- * <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>
40
- * must be the ARN of the shared DB snapshot.</p>
41
- * <p>To restore from a DB snapshot with an unsupported engine version, you must first upgrade the
42
- * engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html">Upgrading a MySQL DB snapshot engine version</a>.
43
- * For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html">Upgrading a PostgreSQL DB snapshot engine version</a>.</p>
44
- * <note>
45
- * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>
46
- * </note>
30
+ * <p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most of the source's original configuration, including the default security group and DB parameter group. By default, the new DB instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p> <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original DB instance with the DB instance created from the snapshot.</p> <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot.</p> <p>To restore from a DB snapshot with an unsupported engine version, you must first upgrade the engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html">Upgrading a MySQL DB snapshot engine version</a>. For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html">Upgrading a PostgreSQL DB snapshot engine version</a>.</p> <note> <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p> </note>
47
31
  * @example
48
32
  * Use a bare-bones client and the command you need to make an API call.
49
33
  * ```javascript
@@ -111,6 +95,16 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
111
95
  * DedicatedLogVolume: true || false,
112
96
  * CACertificateIdentifier: "STRING_VALUE",
113
97
  * EngineLifecycleSupport: "STRING_VALUE",
98
+ * AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
99
+ * { // AdditionalStorageVolume
100
+ * VolumeName: "STRING_VALUE", // required
101
+ * AllocatedStorage: Number("int"),
102
+ * IOPS: Number("int"),
103
+ * MaxAllocatedStorage: Number("int"),
104
+ * StorageThroughput: Number("int"),
105
+ * StorageType: "STRING_VALUE",
106
+ * },
107
+ * ],
114
108
  * TagSpecifications: [ // TagSpecificationList
115
109
  * { // TagSpecification
116
110
  * ResourceType: "STRING_VALUE",
@@ -124,16 +118,6 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
124
118
  * ],
125
119
  * ManageMasterUserPassword: true || false,
126
120
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
127
- * AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
128
- * { // AdditionalStorageVolume
129
- * VolumeName: "STRING_VALUE", // required
130
- * AllocatedStorage: Number("int"),
131
- * IOPS: Number("int"),
132
- * MaxAllocatedStorage: Number("int"),
133
- * StorageThroughput: Number("int"),
134
- * StorageType: "STRING_VALUE",
135
- * },
136
- * ],
137
121
  * };
138
122
  * const command = new RestoreDBInstanceFromDBSnapshotCommand(input);
139
123
  * const response = await client.send(command);
@@ -397,56 +381,43 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
397
381
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
398
382
  *
399
383
  * @throws {@link AuthorizationNotFoundFault} (client fault)
400
- * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
401
- * for the specified DB security group.</p>
402
- * <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
403
- * behalf.</p>
384
+ * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.</p> <p>Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.</p>
404
385
  *
405
386
  * @throws {@link BackupPolicyNotFoundFault} (client fault)
406
387
  *
388
+ *
407
389
  * @throws {@link CertificateNotFoundFault} (client fault)
408
- * <p>
409
- * <code>CertificateIdentifier</code> doesn't refer to an
410
- * existing certificate.</p>
390
+ * <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
411
391
  *
412
392
  * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
413
- * <p>
414
- * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
393
+ * <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
415
394
  *
416
395
  * @throws {@link DBInstanceAlreadyExistsFault} (client fault)
417
396
  * <p>The user already has a DB instance with the given identifier.</p>
418
397
  *
419
398
  * @throws {@link DBParameterGroupNotFoundFault} (client fault)
420
- * <p>
421
- * <code>DBParameterGroupName</code> doesn't refer to an
422
- * existing DB parameter group.</p>
399
+ * <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
423
400
  *
424
401
  * @throws {@link DBSecurityGroupNotFoundFault} (client fault)
425
- * <p>
426
- * <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
402
+ * <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
427
403
  *
428
404
  * @throws {@link DBSnapshotNotFoundFault} (client fault)
429
- * <p>
430
- * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
405
+ * <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
431
406
  *
432
407
  * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
433
408
  * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
434
409
  *
435
410
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
436
- * <p>
437
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
411
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
438
412
  *
439
413
  * @throws {@link DomainNotFoundFault} (client fault)
440
- * <p>
441
- * <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
414
+ * <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
442
415
  *
443
416
  * @throws {@link InstanceQuotaExceededFault} (client fault)
444
- * <p>The request would result in the user exceeding the allowed number of DB
445
- * instances.</p>
417
+ * <p>The request would result in the user exceeding the allowed number of DB instances.</p>
446
418
  *
447
419
  * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
448
- * <p>The specified DB instance class isn't available in the specified Availability
449
- * Zone.</p>
420
+ * <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
450
421
  *
451
422
  * @throws {@link InvalidDBSnapshotStateFault} (client fault)
452
423
  * <p>The state of the DB snapshot doesn't allow deletion.</p>
@@ -458,8 +429,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
458
429
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
459
430
  *
460
431
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
461
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
462
- * created because of users' change.</p>
432
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
463
433
  *
464
434
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
465
435
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -474,20 +444,16 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
474
444
  * <p>Provisioned IOPS not available in the specified Availability Zone.</p>
475
445
  *
476
446
  * @throws {@link StorageQuotaExceededFault} (client fault)
477
- * <p>The request would result in the user exceeding the allowed amount of storage
478
- * available across all DB instances.</p>
447
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
479
448
  *
480
449
  * @throws {@link StorageTypeNotSupportedFault} (client fault)
481
450
  * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
482
451
  *
483
452
  * @throws {@link TenantDatabaseQuotaExceededFault} (client fault)
484
- * <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
485
- * account.</p>
453
+ * <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services account.</p>
486
454
  *
487
455
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
488
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
489
- * instance type supports the Nitro encryption-in-transit capability,
490
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
456
+ * <p>The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
491
457
  *
492
458
  * @throws {@link RDSServiceException}
493
459
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,15 +27,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Amazon Relational Database Service (Amazon RDS)
31
- * supports importing MySQL databases by using backup files.
32
- * You can create a backup of your on-premises database,
33
- * store it on Amazon Simple Storage Service (Amazon S3),
34
- * and then restore the backup file onto a new Amazon RDS DB instance running MySQL.
35
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Restoring a backup into an Amazon RDS for MySQL DB instance</a>
36
- * in the <i>Amazon RDS User Guide.</i>
37
- * </p>
38
- * <p>This operation doesn't apply to RDS Custom.</p>
30
+ * <p>Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files. You can create a backup of your on-premises database, store it on Amazon Simple Storage Service (Amazon S3), and then restore the backup file onto a new Amazon RDS DB instance running MySQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Restoring a backup into an Amazon RDS for MySQL DB instance</a> in the <i>Amazon RDS User Guide.</i> </p> <p>This operation doesn't apply to RDS Custom.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -113,6 +105,16 @@ declare const RestoreDBInstanceFromS3Command_base: {
113
105
  * DedicatedLogVolume: true || false,
114
106
  * CACertificateIdentifier: "STRING_VALUE",
115
107
  * EngineLifecycleSupport: "STRING_VALUE",
108
+ * AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
109
+ * { // AdditionalStorageVolume
110
+ * VolumeName: "STRING_VALUE", // required
111
+ * AllocatedStorage: Number("int"),
112
+ * IOPS: Number("int"),
113
+ * MaxAllocatedStorage: Number("int"),
114
+ * StorageThroughput: Number("int"),
115
+ * StorageType: "STRING_VALUE",
116
+ * },
117
+ * ],
116
118
  * TagSpecifications: [ // TagSpecificationList
117
119
  * { // TagSpecification
118
120
  * ResourceType: "STRING_VALUE",
@@ -124,16 +126,6 @@ declare const RestoreDBInstanceFromS3Command_base: {
124
126
  * ],
125
127
  * },
126
128
  * ],
127
- * AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
128
- * { // AdditionalStorageVolume
129
- * VolumeName: "STRING_VALUE", // required
130
- * AllocatedStorage: Number("int"),
131
- * IOPS: Number("int"),
132
- * MaxAllocatedStorage: Number("int"),
133
- * StorageThroughput: Number("int"),
134
- * StorageType: "STRING_VALUE",
135
- * },
136
- * ],
137
129
  * };
138
130
  * const command = new RestoreDBInstanceFromS3Command(input);
139
131
  * const response = await client.send(command);
@@ -397,55 +389,43 @@ declare const RestoreDBInstanceFromS3Command_base: {
397
389
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
398
390
  *
399
391
  * @throws {@link AuthorizationNotFoundFault} (client fault)
400
- * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
401
- * for the specified DB security group.</p>
402
- * <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
403
- * behalf.</p>
392
+ * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.</p> <p>Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.</p>
404
393
  *
405
394
  * @throws {@link BackupPolicyNotFoundFault} (client fault)
406
395
  *
396
+ *
407
397
  * @throws {@link CertificateNotFoundFault} (client fault)
408
- * <p>
409
- * <code>CertificateIdentifier</code> doesn't refer to an
410
- * existing certificate.</p>
398
+ * <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
411
399
  *
412
400
  * @throws {@link DBInstanceAlreadyExistsFault} (client fault)
413
401
  * <p>The user already has a DB instance with the given identifier.</p>
414
402
  *
415
403
  * @throws {@link DBParameterGroupNotFoundFault} (client fault)
416
- * <p>
417
- * <code>DBParameterGroupName</code> doesn't refer to an
418
- * existing DB parameter group.</p>
404
+ * <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
419
405
  *
420
406
  * @throws {@link DBSecurityGroupNotFoundFault} (client fault)
421
- * <p>
422
- * <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
407
+ * <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
423
408
  *
424
409
  * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
425
410
  * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
426
411
  *
427
412
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
428
- * <p>
429
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
413
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
430
414
  *
431
415
  * @throws {@link InstanceQuotaExceededFault} (client fault)
432
- * <p>The request would result in the user exceeding the allowed number of DB
433
- * instances.</p>
416
+ * <p>The request would result in the user exceeding the allowed number of DB instances.</p>
434
417
  *
435
418
  * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
436
- * <p>The specified DB instance class isn't available in the specified Availability
437
- * Zone.</p>
419
+ * <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
438
420
  *
439
421
  * @throws {@link InvalidS3BucketFault} (client fault)
440
- * <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
441
- * authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
422
+ * <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
442
423
  *
443
424
  * @throws {@link InvalidSubnet} (client fault)
444
425
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
445
426
  *
446
427
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
447
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
448
- * created because of users' change.</p>
428
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
449
429
  *
450
430
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
451
431
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -460,16 +440,13 @@ declare const RestoreDBInstanceFromS3Command_base: {
460
440
  * <p>Provisioned IOPS not available in the specified Availability Zone.</p>
461
441
  *
462
442
  * @throws {@link StorageQuotaExceededFault} (client fault)
463
- * <p>The request would result in the user exceeding the allowed amount of storage
464
- * available across all DB instances.</p>
443
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
465
444
  *
466
445
  * @throws {@link StorageTypeNotSupportedFault} (client fault)
467
446
  * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
468
447
  *
469
448
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
470
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
471
- * instance type supports the Nitro encryption-in-transit capability,
472
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
449
+ * <p>The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
473
450
  *
474
451
  * @throws {@link RDSServiceException}
475
452
  * <p>Base exception class for all service exceptions from RDS service.</p>