@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,16 +27,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the <code>LatestRestorableTime</code> property. You can restore to a point up to the number of days specified by the <code>BackupRetentionPeriod</code> property.</p>
31
- * <p>The target database is created with most of the original configuration, but in a
32
- * system-selected Availability Zone, with the default security group, the default subnet
33
- * group, and the default DB parameter group. By default, the new DB instance is created as
34
- * a single-AZ deployment except when the instance is a SQL Server instance that has an
35
- * option group that is associated with mirroring; in this case, the instance becomes a
36
- * mirrored deployment and not a single-AZ deployment.</p>
37
- * <note>
38
- * <p>This operation doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterToPointInTime</code>.</p>
39
- * </note>
30
+ * <p>Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the <code>LatestRestorableTime</code> property. You can restore to a point up to the number of days specified by the <code>BackupRetentionPeriod</code> property.</p> <p>The target database is created with most of the original configuration, but in a system-selected Availability Zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment.</p> <note> <p>This operation doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterToPointInTime</code>.</p> </note>
40
31
  * @example
41
32
  * Use a bare-bones client and the command you need to make an API call.
42
33
  * ```javascript
@@ -108,6 +99,16 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
108
99
  * DedicatedLogVolume: true || false,
109
100
  * CACertificateIdentifier: "STRING_VALUE",
110
101
  * EngineLifecycleSupport: "STRING_VALUE",
102
+ * AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
103
+ * { // AdditionalStorageVolume
104
+ * VolumeName: "STRING_VALUE", // required
105
+ * AllocatedStorage: Number("int"),
106
+ * IOPS: Number("int"),
107
+ * MaxAllocatedStorage: Number("int"),
108
+ * StorageThroughput: Number("int"),
109
+ * StorageType: "STRING_VALUE",
110
+ * },
111
+ * ],
111
112
  * TagSpecifications: [ // TagSpecificationList
112
113
  * { // TagSpecification
113
114
  * ResourceType: "STRING_VALUE",
@@ -121,16 +122,6 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
121
122
  * ],
122
123
  * ManageMasterUserPassword: true || false,
123
124
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
124
- * AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
125
- * { // AdditionalStorageVolume
126
- * VolumeName: "STRING_VALUE", // required
127
- * AllocatedStorage: Number("int"),
128
- * IOPS: Number("int"),
129
- * MaxAllocatedStorage: Number("int"),
130
- * StorageThroughput: Number("int"),
131
- * StorageType: "STRING_VALUE",
132
- * },
133
- * ],
134
125
  * };
135
126
  * const command = new RestoreDBInstanceToPointInTimeCommand(input);
136
127
  * const response = await client.send(command);
@@ -394,17 +385,13 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
394
385
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
395
386
  *
396
387
  * @throws {@link AuthorizationNotFoundFault} (client fault)
397
- * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
398
- * for the specified DB security group.</p>
399
- * <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
400
- * behalf.</p>
388
+ * <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>
401
389
  *
402
390
  * @throws {@link BackupPolicyNotFoundFault} (client fault)
403
391
  *
392
+ *
404
393
  * @throws {@link CertificateNotFoundFault} (client fault)
405
- * <p>
406
- * <code>CertificateIdentifier</code> doesn't refer to an
407
- * existing certificate.</p>
394
+ * <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
408
395
  *
409
396
  * @throws {@link DBInstanceAlreadyExistsFault} (client fault)
410
397
  * <p>The user already has a DB instance with the given identifier.</p>
@@ -413,36 +400,28 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
413
400
  * <p>No automated backup for this DB instance was found.</p>
414
401
  *
415
402
  * @throws {@link DBInstanceNotFoundFault} (client fault)
416
- * <p>
417
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
403
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
418
404
  *
419
405
  * @throws {@link DBParameterGroupNotFoundFault} (client fault)
420
- * <p>
421
- * <code>DBParameterGroupName</code> doesn't refer to an
422
- * existing DB parameter group.</p>
406
+ * <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
423
407
  *
424
408
  * @throws {@link DBSecurityGroupNotFoundFault} (client fault)
425
- * <p>
426
- * <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
409
+ * <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
427
410
  *
428
411
  * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
429
412
  * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
430
413
  *
431
414
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
432
- * <p>
433
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
415
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
434
416
  *
435
417
  * @throws {@link DomainNotFoundFault} (client fault)
436
- * <p>
437
- * <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
418
+ * <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
438
419
  *
439
420
  * @throws {@link InstanceQuotaExceededFault} (client fault)
440
- * <p>The request would result in the user exceeding the allowed number of DB
441
- * instances.</p>
421
+ * <p>The request would result in the user exceeding the allowed number of DB instances.</p>
442
422
  *
443
423
  * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
444
- * <p>The specified DB instance class isn't available in the specified Availability
445
- * Zone.</p>
424
+ * <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
446
425
  *
447
426
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
448
427
  * <p>The DB instance isn't in a valid state.</p>
@@ -454,8 +433,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
454
433
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
455
434
  *
456
435
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
457
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
458
- * created because of users' change.</p>
436
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
459
437
  *
460
438
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
461
439
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -467,29 +445,22 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
467
445
  * <p>The specified option group could not be found.</p>
468
446
  *
469
447
  * @throws {@link PointInTimeRestoreNotEnabledFault} (client fault)
470
- * <p>
471
- * <code>SourceDBInstanceIdentifier</code>
472
- * refers to a DB instance with
473
- * <code>BackupRetentionPeriod</code> equal to 0.</p>
448
+ * <p> <code>SourceDBInstanceIdentifier</code> refers to a DB instance with <code>BackupRetentionPeriod</code> equal to 0.</p>
474
449
  *
475
450
  * @throws {@link ProvisionedIopsNotAvailableInAZFault} (client fault)
476
451
  * <p>Provisioned IOPS not available in the specified Availability Zone.</p>
477
452
  *
478
453
  * @throws {@link StorageQuotaExceededFault} (client fault)
479
- * <p>The request would result in the user exceeding the allowed amount of storage
480
- * available across all DB instances.</p>
454
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
481
455
  *
482
456
  * @throws {@link StorageTypeNotSupportedFault} (client fault)
483
457
  * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
484
458
  *
485
459
  * @throws {@link TenantDatabaseQuotaExceededFault} (client fault)
486
- * <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
487
- * account.</p>
460
+ * <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services account.</p>
488
461
  *
489
462
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
490
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
491
- * instance type supports the Nitro encryption-in-transit capability,
492
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
463
+ * <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>
493
464
  *
494
465
  * @throws {@link RDSServiceException}
495
466
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,16 +27,7 @@ declare const RevokeDBSecurityGroupIngressCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required
31
- * parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either
32
- * EC2SecurityGroupName or EC2SecurityGroupId).</p>
33
- * <note>
34
- * <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
35
- * 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
36
- * <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 –
37
- * 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
38
- * into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
39
- * </note>
30
+ * <p>Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).</p> <note> <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that 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 <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 – 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 into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> </note>
40
31
  * @example
41
32
  * Use a bare-bones client and the command you need to make an API call.
42
33
  * ```javascript
@@ -87,14 +78,10 @@ declare const RevokeDBSecurityGroupIngressCommand_base: {
87
78
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
88
79
  *
89
80
  * @throws {@link AuthorizationNotFoundFault} (client fault)
90
- * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
91
- * for the specified DB security group.</p>
92
- * <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
93
- * behalf.</p>
81
+ * <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>
94
82
  *
95
83
  * @throws {@link DBSecurityGroupNotFoundFault} (client fault)
96
- * <p>
97
- * <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
84
+ * <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
98
85
  *
99
86
  * @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
100
87
  * <p>The state of the DB security group doesn't allow deletion.</p>
@@ -27,14 +27,7 @@ declare const StartActivityStreamCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts a database activity stream to monitor activity on the database.
31
- * For more information, see
32
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">
33
- * Monitoring Amazon Aurora with Database Activity Streams</a>
34
- * in the <i>Amazon Aurora User Guide</i> or
35
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html">
36
- * Monitoring Amazon RDS with Database Activity Streams</a>
37
- * in the <i>Amazon RDS User Guide</i>.</p>
30
+ * <p>Starts a database activity stream to monitor activity on the database. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html"> Monitoring Amazon Aurora with Database Activity Streams</a> in the <i>Amazon Aurora User Guide</i> or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html"> Monitoring Amazon RDS with Database Activity Streams</a> in the <i>Amazon RDS User Guide</i>.</p>
38
31
  * @example
39
32
  * Use a bare-bones client and the command you need to make an API call.
40
33
  * ```javascript
@@ -70,12 +63,10 @@ declare const StartActivityStreamCommand_base: {
70
63
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
71
64
  *
72
65
  * @throws {@link DBClusterNotFoundFault} (client fault)
73
- * <p>
74
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
66
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
75
67
  *
76
68
  * @throws {@link DBInstanceNotFoundFault} (client fault)
77
- * <p>
78
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
69
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
79
70
  *
80
71
  * @throws {@link InvalidDBClusterStateFault} (client fault)
81
72
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -27,14 +27,7 @@ declare const StartDBClusterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
31
- * CLI command, or the <code>StopDBCluster</code> operation.</p>
32
- * <p>For more information, see
33
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
34
- * Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
35
- * <note>
36
- * <p>This operation only applies to Aurora DB clusters.</p>
37
- * </note>
30
+ * <p>Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the <code>StopDBCluster</code> operation.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html"> Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This operation only applies to Aurora DB clusters.</p> </note>
38
31
  * @example
39
32
  * Use a bare-bones client and the command you need to make an API call.
40
33
  * ```javascript
@@ -253,8 +246,7 @@ declare const StartDBClusterCommand_base: {
253
246
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
254
247
  *
255
248
  * @throws {@link DBClusterNotFoundFault} (client fault)
256
- * <p>
257
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
249
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
258
250
  *
259
251
  * @throws {@link InvalidDBClusterStateFault} (client fault)
260
252
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -269,9 +261,7 @@ declare const StartDBClusterCommand_base: {
269
261
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
270
262
  *
271
263
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
272
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
273
- * instance type supports the Nitro encryption-in-transit capability,
274
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
264
+ * <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>
275
265
  *
276
266
  * @throws {@link RDSServiceException}
277
267
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,11 +27,7 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Enables replication of automated backups to a different Amazon Web Services Region.</p>
31
- * <p>This command doesn't apply to RDS Custom.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
33
- * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
34
- * </p>
30
+ * <p>Enables replication of automated backups to a different Amazon Web Services Region.</p> <p>This command doesn't apply to RDS Custom.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html"> Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i> </p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -122,17 +118,13 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
122
118
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
123
119
  *
124
120
  * @throws {@link DBInstanceAutomatedBackupQuotaExceededFault} (client fault)
125
- * <p>The quota for retained automated backups was exceeded. This prevents you
126
- * from retaining any additional automated backups. The retained automated backups
127
- * quota is the same as your DB instance quota.</p>
121
+ * <p>The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB instance quota.</p>
128
122
  *
129
123
  * @throws {@link DBInstanceNotFoundFault} (client fault)
130
- * <p>
131
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
124
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
132
125
  *
133
126
  * @throws {@link InvalidDBInstanceAutomatedBackupStateFault} (client fault)
134
- * <p>The automated backup is in an invalid state.
135
- * For example, this automated backup is associated with an active instance.</p>
127
+ * <p>The automated backup is in an invalid state. For example, this automated backup is associated with an active instance.</p>
136
128
  *
137
129
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
138
130
  * <p>The DB instance isn't in a valid state.</p>
@@ -27,16 +27,7 @@ declare const StartDBInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the <code>StopDBInstance</code> operation.</p>
31
- * <p>For more information, see
32
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StartInstance.html">
33
- * Starting an Amazon RDS DB instance That Was Previously Stopped</a> in the
34
- * <i>Amazon RDS User Guide.</i>
35
- * </p>
36
- * <note>
37
- * <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
38
- * For Aurora DB clusters, use <code>StartDBCluster</code> instead.</p>
39
- * </note>
30
+ * <p>Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the <code>StopDBInstance</code> operation.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StartInstance.html"> Starting an Amazon RDS DB instance That Was Previously Stopped</a> in the <i>Amazon RDS User Guide.</i> </p> <note> <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora DB clusters, use <code>StartDBCluster</code> instead.</p> </note>
40
31
  * @example
41
32
  * Use a bare-bones client and the command you need to make an API call.
42
33
  * ```javascript
@@ -310,29 +301,22 @@ declare const StartDBInstanceCommand_base: {
310
301
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
311
302
  *
312
303
  * @throws {@link AuthorizationNotFoundFault} (client fault)
313
- * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
314
- * for the specified DB security group.</p>
315
- * <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
316
- * behalf.</p>
304
+ * <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>
317
305
  *
318
306
  * @throws {@link DBClusterNotFoundFault} (client fault)
319
- * <p>
320
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
307
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
321
308
  *
322
309
  * @throws {@link DBInstanceNotFoundFault} (client fault)
323
- * <p>
324
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
310
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
325
311
  *
326
312
  * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
327
313
  * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
328
314
  *
329
315
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
330
- * <p>
331
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
316
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
332
317
  *
333
318
  * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
334
- * <p>The specified DB instance class isn't available in the specified Availability
335
- * Zone.</p>
319
+ * <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
336
320
  *
337
321
  * @throws {@link InvalidDBClusterStateFault} (client fault)
338
322
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -344,16 +328,13 @@ declare const StartDBInstanceCommand_base: {
344
328
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
345
329
  *
346
330
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
347
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
348
- * created because of users' change.</p>
331
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
349
332
  *
350
333
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
351
334
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
352
335
  *
353
336
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
354
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
355
- * instance type supports the Nitro encryption-in-transit capability,
356
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
337
+ * <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>
357
338
  *
358
339
  * @throws {@link RDSServiceException}
359
340
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -28,19 +28,7 @@ declare const StartExportTaskCommand_base: {
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <p>Starts an export of DB snapshot or DB cluster data to Amazon S3.
32
- * The provided IAM role must have access to the S3 bucket.</p>
33
- * <p>You can't export snapshot data from RDS Custom DB instances. For more information,
34
- * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.ExportSnapshotToS3.html">
35
- * Supported Regions and DB engines for exporting snapshots to S3 in Amazon RDS</a>.</p>
36
- * <p>For more information on exporting DB snapshot data, see
37
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
38
- * data to Amazon S3</a> in the <i>Amazon RDS User Guide</i>
39
- * or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-export-snapshot.html">Exporting DB
40
- * cluster snapshot data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
41
- * <p>For more information on exporting DB cluster data, see
42
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/export-cluster-data.html">Exporting DB
43
- * cluster data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
31
+ * <p>Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket.</p> <p>You can't export snapshot data from RDS Custom DB instances. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.ExportSnapshotToS3.html"> Supported Regions and DB engines for exporting snapshots to S3 in Amazon RDS</a>.</p> <p>For more information on exporting DB snapshot data, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot data to Amazon S3</a> in the <i>Amazon RDS User Guide</i> or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-export-snapshot.html">Exporting DB cluster snapshot data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on exporting DB cluster data, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/export-cluster-data.html">Exporting DB cluster data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
44
32
  * @example
45
33
  * Use a bare-bones client and the command you need to make an API call.
46
34
  * ```javascript
@@ -92,16 +80,13 @@ declare const StartExportTaskCommand_base: {
92
80
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
93
81
  *
94
82
  * @throws {@link DBClusterNotFoundFault} (client fault)
95
- * <p>
96
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
83
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
97
84
  *
98
85
  * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
99
- * <p>
100
- * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
86
+ * <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
101
87
  *
102
88
  * @throws {@link DBSnapshotNotFoundFault} (client fault)
103
- * <p>
104
- * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
89
+ * <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
105
90
  *
106
91
  * @throws {@link ExportTaskAlreadyExistsFault} (client fault)
107
92
  * <p>You can't start an export task that's already running.</p>
@@ -119,8 +104,7 @@ declare const StartExportTaskCommand_base: {
119
104
  * <p>The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.</p>
120
105
  *
121
106
  * @throws {@link InvalidS3BucketFault} (client fault)
122
- * <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
123
- * authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
107
+ * <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>
124
108
  *
125
109
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
126
110
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -27,15 +27,7 @@ declare const StopActivityStreamCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops a database activity stream that was started using the Amazon Web Services console,
31
- * the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> operation.</p>
32
- * <p>For more information, see
33
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">
34
- * Monitoring Amazon Aurora with Database Activity Streams</a>
35
- * in the <i>Amazon Aurora User Guide</i>
36
- * or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html">
37
- * Monitoring Amazon RDS with Database Activity Streams</a>
38
- * in the <i>Amazon RDS User Guide</i>.</p>
30
+ * <p>Stops a database activity stream that was started using the Amazon Web Services console, the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> operation.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html"> Monitoring Amazon Aurora with Database Activity Streams</a> in the <i>Amazon Aurora User Guide</i> or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html"> Monitoring Amazon RDS with Database Activity Streams</a> in the <i>Amazon RDS User Guide</i>.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -65,12 +57,10 @@ declare const StopActivityStreamCommand_base: {
65
57
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
66
58
  *
67
59
  * @throws {@link DBClusterNotFoundFault} (client fault)
68
- * <p>
69
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
60
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
70
61
  *
71
62
  * @throws {@link DBInstanceNotFoundFault} (client fault)
72
- * <p>
73
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
63
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
74
64
  *
75
65
  * @throws {@link InvalidDBClusterStateFault} (client fault)
76
66
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -27,15 +27,7 @@ declare const StopDBClusterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's
31
- * metadata, including its endpoints and DB parameter groups. Aurora also
32
- * retains the transaction logs so you can do a point-in-time restore if necessary.</p>
33
- * <p>For more information, see
34
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
35
- * Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
36
- * <note>
37
- * <p>This operation only applies to Aurora DB clusters.</p>
38
- * </note>
30
+ * <p>Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html"> Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This operation only applies to Aurora DB clusters.</p> </note>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -254,8 +246,7 @@ declare const StopDBClusterCommand_base: {
254
246
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
255
247
  *
256
248
  * @throws {@link DBClusterNotFoundFault} (client fault)
257
- * <p>
258
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
249
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
259
250
  *
260
251
  * @throws {@link InvalidDBClusterStateFault} (client fault)
261
252
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -27,11 +27,7 @@ declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops automated backup replication for a DB instance.</p>
31
- * <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
33
- * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
34
- * </p>
30
+ * <p>Stops automated backup replication for a DB instance.</p> <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html"> Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i> </p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -113,8 +109,7 @@ declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
113
109
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
114
110
  *
115
111
  * @throws {@link DBInstanceNotFoundFault} (client fault)
116
- * <p>
117
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
112
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
118
113
  *
119
114
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
120
115
  * <p>The DB instance isn't in a valid state.</p>
@@ -27,19 +27,7 @@ declare const StopDBInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS retains the DB instance's metadata,
31
- * including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains
32
- * the transaction logs so you can do a point-in-time restore if necessary. The instance restarts automatically
33
- * after 7 days.</p>
34
- * <p>For more information, see
35
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html">
36
- * Stopping an Amazon RDS DB Instance Temporarily</a> in the
37
- * <i>Amazon RDS User Guide.</i>
38
- * </p>
39
- * <note>
40
- * <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
41
- * For Aurora clusters, use <code>StopDBCluster</code> instead.</p>
42
- * </note>
30
+ * <p>Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary. The instance restarts automatically after 7 days.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html"> Stopping an Amazon RDS DB Instance Temporarily</a> in the <i>Amazon RDS User Guide.</i> </p> <note> <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora clusters, use <code>StopDBCluster</code> instead.</p> </note>
43
31
  * @example
44
32
  * Use a bare-bones client and the command you need to make an API call.
45
33
  * ```javascript
@@ -314,12 +302,10 @@ declare const StopDBInstanceCommand_base: {
314
302
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
315
303
  *
316
304
  * @throws {@link DBInstanceNotFoundFault} (client fault)
317
- * <p>
318
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
305
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
319
306
  *
320
307
  * @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
321
- * <p>
322
- * <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
308
+ * <p> <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
323
309
  *
324
310
  * @throws {@link InvalidDBClusterStateFault} (client fault)
325
311
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -328,8 +314,7 @@ declare const StopDBInstanceCommand_base: {
328
314
  * <p>The DB instance isn't in a valid state.</p>
329
315
  *
330
316
  * @throws {@link SnapshotQuotaExceededFault} (client fault)
331
- * <p>The request would result in the user exceeding the allowed number of DB
332
- * snapshots.</p>
317
+ * <p>The request would result in the user exceeding the allowed number of DB snapshots.</p>
333
318
  *
334
319
  * @throws {@link RDSServiceException}
335
320
  * <p>Base exception class for all service exceptions from RDS service.</p>