@aws-sdk/client-rds 3.40.0 → 3.45.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 (168) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/RDS.js +15 -0
  3. package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoints.js +10 -1
  6. package/dist-cjs/models/models_1.js +14 -2
  7. package/dist-cjs/protocols/Aws_query.js +248 -4
  8. package/dist-es/RDS.js +15 -0
  9. package/dist-es/commands/RebootDBClusterCommand.js +39 -0
  10. package/dist-es/commands/index.js +1 -0
  11. package/dist-es/endpoints.js +10 -1
  12. package/dist-es/models/models_1.js +8 -0
  13. package/dist-es/protocols/Aws_query.js +250 -0
  14. package/dist-types/RDS.d.ts +199 -118
  15. package/dist-types/RDSClient.d.ts +3 -2
  16. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -7
  17. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
  18. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  19. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  20. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  21. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -2
  22. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  23. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  24. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -4
  25. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +12 -8
  26. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -1
  28. package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +6 -10
  31. package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -9
  32. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
  33. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -6
  34. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +9 -5
  35. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteDBClusterCommand.d.ts +7 -4
  49. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -3
  51. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -3
  52. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -2
  69. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -3
  71. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +7 -3
  72. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -4
  73. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +8 -4
  74. package/dist-types/commands/DescribeDBClustersCommand.d.ts +10 -5
  75. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -2
  90. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -2
  96. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -2
  100. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  103. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  105. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  106. package/dist-types/commands/FailoverDBClusterCommand.d.ts +17 -9
  107. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
  108. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  111. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  112. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -2
  113. package/dist-types/commands/ModifyDBClusterCommand.d.ts +12 -8
  114. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
  115. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +10 -6
  116. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -4
  117. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  118. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
  119. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  123. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
  124. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
  125. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
  127. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
  128. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
  129. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -4
  130. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
  131. package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
  132. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
  133. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
  134. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
  135. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -5
  136. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
  137. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  138. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  139. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -5
  140. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
  141. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -2
  142. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -6
  143. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -5
  144. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
  145. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
  146. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
  147. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
  148. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  149. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  150. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  151. package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
  152. package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
  153. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  154. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  155. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  156. package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
  157. package/dist-types/commands/index.d.ts +1 -0
  158. package/dist-types/models/models_0.d.ts +477 -170
  159. package/dist-types/models/models_1.d.ts +670 -122
  160. package/dist-types/protocols/Aws_query.d.ts +3 -0
  161. package/dist-types/ts3.4/RDS.d.ts +5 -0
  162. package/dist-types/ts3.4/RDSClient.d.ts +3 -2
  163. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  165. package/dist-types/ts3.4/models/models_0.d.ts +50 -0
  166. package/dist-types/ts3.4/models/models_1.d.ts +58 -0
  167. package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
  168. package/package.json +7 -7
@@ -20,7 +20,7 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
20
20
  *
21
21
  * @see {@link DescribeEngineDefaultParametersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEngineDefaultParametersCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEngineDefaultParametersCommand extends $Command<DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
24
24
  *
25
25
  * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
22
22
  *
23
23
  * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
25
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
25
25
  *
26
26
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
28
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeExportTasksCommandOutput extends ExportTasksMessage, __
21
21
  *
22
22
  * @see {@link DescribeExportTasksCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeExportTasksCommandOutput} for command's `response` shape.
24
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeExportTasksCommand extends $Command<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, RDSClientResolvedConfig> {
@@ -11,7 +11,7 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
11
11
  * Returns information about Aurora global database clusters. This API supports pagination.
12
12
  * </p>
13
13
  * <p>
14
- * 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
14
+ * 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
15
15
  * <i>Amazon Aurora User Guide.</i>
16
16
  * </p>
17
17
  * <note>
@@ -29,7 +29,7 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
29
29
  *
30
30
  * @see {@link DescribeGlobalClustersCommandInput} for command's `input` shape.
31
31
  * @see {@link DescribeGlobalClustersCommandOutput} for command's `response` shape.
32
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DescribeGlobalClustersCommand extends $Command<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeInstallationMediaCommandOutput extends InstallationMedi
21
21
  *
22
22
  * @see {@link DescribeInstallationMediaCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeInstallationMediaCommandOutput} for command's `response` shape.
24
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeInstallationMediaCommand extends $Command<DescribeInstallationMediaCommandInput, DescribeInstallationMediaCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeOptionGroupOptionsCommandOutput extends OptionGroupOpti
20
20
  *
21
21
  * @see {@link DescribeOptionGroupOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeOptionGroupOptionsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeOptionGroupOptionsCommand extends $Command<DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeOptionGroupsCommandOutput extends OptionGroups, __Metad
20
20
  *
21
21
  * @see {@link DescribeOptionGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeOptionGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeOptionGroupsCommand extends $Command<DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandInput extends Describe
7
7
  export interface DescribeOrderableDBInstanceOptionsCommandOutput extends OrderableDBInstanceOptionsMessage, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns a list of orderable DB instance options for the specified engine.</p>
10
+ * <p>Returns a list of orderable DB instance options for the specified DB engine, DB engine version, and DB instance class.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -20,7 +20,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
20
20
  *
21
21
  * @see {@link DescribeOrderableDBInstanceOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeOrderableDBInstanceOptionsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeOrderableDBInstanceOptionsCommand extends $Command<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
20
20
  *
21
21
  * @see {@link DescribePendingMaintenanceActionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReservedDBInstancesCommandOutput extends ReservedDBInst
20
20
  *
21
21
  * @see {@link DescribeReservedDBInstancesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReservedDBInstancesCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeReservedDBInstancesCommand extends $Command<DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReservedDBInstancesOfferingsCommandOutput extends Reser
20
20
  *
21
21
  * @see {@link DescribeReservedDBInstancesOfferingsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReservedDBInstancesOfferingsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeReservedDBInstancesOfferingsCommand extends $Command<DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSourceRegionsCommandOutput extends SourceRegionMessage,
21
21
  *
22
22
  * @see {@link DescribeSourceRegionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSourceRegionsCommandOutput} for command's `response` shape.
24
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSourceRegionsCommand extends $Command<DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeValidDBInstanceModificationsCommandOutput extends Descr
23
23
  *
24
24
  * @see {@link DescribeValidDBInstanceModificationsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeValidDBInstanceModificationsCommandOutput} for command's `response` shape.
26
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeValidDBInstanceModificationsCommand extends $Command<DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DownloadDBLogFilePortionCommandOutput extends DownloadDBLogFile
21
21
  *
22
22
  * @see {@link DownloadDBLogFilePortionCommandInput} for command's `input` shape.
23
23
  * @see {@link DownloadDBLogFilePortionCommandOutput} for command's `response` shape.
24
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DownloadDBLogFilePortionCommand extends $Command<DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput, RDSClientResolvedConfig> {
@@ -8,18 +8,26 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
8
8
  }
9
9
  /**
10
10
  * <p>Forces a failover for a DB cluster.</p>
11
- * <p>A failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
12
- * in the DB cluster to be the primary instance (the cluster writer).</p>
13
- * <p>Amazon Aurora will automatically fail over to an Aurora Replica, if one exists,
14
- * when the primary instance fails. You can force a failover when you want to simulate a failure of a primary instance for testing.
15
- * Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing
11
+ * <p>For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
12
+ * in the DB cluster to be the primary DB instance (the cluster writer).</p>
13
+ * <p>For a Multi-AZ DB cluster, failover for a DB cluster promotes one of the readable standby DB instances (read-only instances)
14
+ * in the DB cluster to be the primary DB instance (the cluster writer).</p>
15
+ * <p>An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists,
16
+ * when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readbable standby
17
+ * DB instance when the primary DB instance fails.</p>
18
+ * <p>To simulate a failure of a primary instance for testing, you can force a failover.
19
+ * Because each instance in a DB cluster has its own endpoint address, make sure to clean up and re-establish any existing
16
20
  * connections that use those endpoint addresses when the failover is complete.</p>
17
- * <p>For more information on Amazon Aurora, see
21
+ * <p>For more information on Amazon Aurora DB clusters, see
18
22
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
19
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
23
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
24
+ * </p>
25
+ * <p>For more information on Multi-AZ DB clusters, see
26
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
27
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
20
28
  * </p>
21
29
  * <note>
22
- * <p>This action only applies to Aurora DB clusters.</p>
30
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
23
31
  * </note>
24
32
  * @example
25
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -33,7 +41,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
33
41
  *
34
42
  * @see {@link FailoverDBClusterCommandInput} for command's `input` shape.
35
43
  * @see {@link FailoverDBClusterCommandOutput} for command's `response` shape.
36
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
37
45
  *
38
46
  */
39
47
  export declare class FailoverDBClusterCommand extends $Command<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalCluste
34
34
  *
35
35
  * @see {@link FailoverGlobalClusterCommandInput} for command's `input` shape.
36
36
  * @see {@link FailoverGlobalClusterCommandOutput} for command's `response` shape.
37
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class FailoverGlobalClusterCommand extends $Command<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ImportInstallationMediaCommandOutput extends InstallationMedia,
22
22
  *
23
23
  * @see {@link ImportInstallationMediaCommandInput} for command's `input` shape.
24
24
  * @see {@link ImportInstallationMediaCommandOutput} for command's `response` shape.
25
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ImportInstallationMediaCommand extends $Command<ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
23
23
  *
24
24
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
26
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RDSClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul
44
44
  *
45
45
  * @see {@link ModifyCertificatesCommandInput} for command's `input` shape.
46
46
  * @see {@link ModifyCertificatesCommandOutput} for command's `response` shape.
47
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class ModifyCertificatesCommand extends $Command<ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput, RDSClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa
37
37
  *
38
38
  * @see {@link ModifyCurrentDBClusterCapacityCommandInput} for command's `input` shape.
39
39
  * @see {@link ModifyCurrentDBClusterCapacityCommandOutput} for command's `response` shape.
40
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class ModifyCurrentDBClusterCapacityCommand extends $Command<ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput, RDSClientResolvedConfig> {
@@ -17,7 +17,7 @@ export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersio
17
17
  * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
18
18
  * the <code>ModifyCustomDbEngineVersion</code> event.</p>
19
19
  * </note>
20
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">Modifying CEV status</a>
20
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify">Modifying CEV status</a>
21
21
  * in the <i>Amazon RDS User Guide</i>.</p>
22
22
  * @example
23
23
  * Use a bare-bones client and the command you need to make an API call.
@@ -31,7 +31,7 @@ export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersio
31
31
  *
32
32
  * @see {@link ModifyCustomDBEngineVersionCommandInput} for command's `input` shape.
33
33
  * @see {@link ModifyCustomDBEngineVersionCommandOutput} for command's `response` shape.
34
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class ModifyCustomDBEngineVersionCommand extends $Command<ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
@@ -7,15 +7,19 @@ export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {
7
7
  export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Modify a setting for an Amazon Aurora DB cluster.
11
- * You can change one
12
- * or more database configuration parameters by specifying these parameters and the new values in the
13
- * request. For more information on Amazon Aurora, see
14
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
15
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
10
+ * <p>Modify the settings for an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
11
+ * You can change one or more settings by specifying these parameters and the new values in the
12
+ * request.</p>
13
+ * <p>For more information on Amazon Aurora DB clusters, see
14
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
15
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
16
+ * </p>
17
+ * <p>For more information on Multi-AZ DB clusters, see
18
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
19
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
16
20
  * </p>
17
21
  * <note>
18
- * <p>This action only applies to Aurora DB clusters.</p>
22
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
19
23
  * </note>
20
24
  * @example
21
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,7 +33,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
29
33
  *
30
34
  * @see {@link ModifyDBClusterCommandInput} for command's `input` shape.
31
35
  * @see {@link ModifyDBClusterCommandOutput} for command's `response` shape.
32
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
33
37
  *
34
38
  */
35
39
  export declare class ModifyDBClusterCommand extends $Command<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint,
24
24
  *
25
25
  * @see {@link ModifyDBClusterEndpointCommandInput} for command's `input` shape.
26
26
  * @see {@link ModifyDBClusterEndpointCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ModifyDBClusterEndpointCommand extends $Command<ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -13,10 +13,6 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
13
13
  * and <code>ApplyMethod</code>. A maximum of 20
14
14
  * parameters can be modified in a single request.
15
15
  * </p>
16
- * <p>For more information on Amazon Aurora, see
17
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
18
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
19
- * </p>
20
16
  * <important>
21
17
  * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
22
18
  * before creating your first DB cluster that uses that DB cluster parameter group as the default parameter
@@ -32,8 +28,16 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
32
28
  * your application must reopen any connections and retry any transactions that were active
33
29
  * when the parameter changes took effect.</p>
34
30
  * </important>
31
+ * <p>For more information on Amazon Aurora DB clusters, see
32
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
33
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
34
+ * </p>
35
+ * <p>For more information on Multi-AZ DB clusters, see
36
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
37
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
38
+ * </p>
35
39
  * <note>
36
- * <p>This action only applies to Aurora DB clusters.</p>
40
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
37
41
  * </note>
38
42
  * @example
39
43
  * Use a bare-bones client and the command you need to make an API call.
@@ -47,7 +51,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
47
51
  *
48
52
  * @see {@link ModifyDBClusterParameterGroupCommandInput} for command's `input` shape.
49
53
  * @see {@link ModifyDBClusterParameterGroupCommandOutput} for command's `response` shape.
50
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
51
55
  *
52
56
  */
53
57
  export declare class ModifyDBClusterParameterGroupCommand extends $Command<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -26,9 +26,6 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
26
26
  * <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster
27
27
  * snapshot, or whether a manual DB cluster snapshot is public or private, use the <a>DescribeDBClusterSnapshotAttributes</a> API action. The accounts are
28
28
  * returned as values for the <code>restore</code> attribute.</p>
29
- * <note>
30
- * <p>This action only applies to Aurora DB clusters.</p>
31
- * </note>
32
29
  * @example
33
30
  * Use a bare-bones client and the command you need to make an API call.
34
31
  * ```javascript
@@ -41,7 +38,7 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
41
38
  *
42
39
  * @see {@link ModifyDBClusterSnapshotAttributeCommandInput} for command's `input` shape.
43
40
  * @see {@link ModifyDBClusterSnapshotAttributeCommandOutput} for command's `response` shape.
44
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
45
42
  *
46
43
  */
47
44
  export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
25
25
  *
26
26
  * @see {@link ModifyDBInstanceCommandInput} for command's `input` shape.
27
27
  * @see {@link ModifyDBInstanceCommandOutput} for command's `response` shape.
28
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ModifyDBInstanceCommand extends $Command<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
35
35
  *
36
36
  * @see {@link ModifyDBParameterGroupCommandInput} for command's `input` shape.
37
37
  * @see {@link ModifyDBParameterGroupCommandOutput} for command's `response` shape.
38
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class ModifyDBParameterGroupCommand extends $Command<ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBProxyCommandOutput extends ModifyDBProxyResponse, __Met
20
20
  *
21
21
  * @see {@link ModifyDBProxyCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBProxyCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyDBProxyCommand extends $Command<ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBProxyEndpointCommandOutput extends ModifyDBProxyEndpoin
20
20
  *
21
21
  * @see {@link ModifyDBProxyEndpointCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBProxyEndpointCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyDBProxyEndpointCommand extends $Command<ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBProxyTargetGroupCommandOutput extends ModifyDBProxyTarg
20
20
  *
21
21
  * @see {@link ModifyDBProxyTargetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBProxyTargetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyDBProxyTargetGroupCommand extends $Command<ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput, RDSClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface ModifyDBSnapshotAttributeCommandOutput extends ModifyDBSnapshot
36
36
  *
37
37
  * @see {@link ModifyDBSnapshotAttributeCommandInput} for command's `input` shape.
38
38
  * @see {@link ModifyDBSnapshotAttributeCommandOutput} for command's `response` shape.
39
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class ModifyDBSnapshotAttributeCommand extends $Command<ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput, RDSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
27
27
  *
28
28
  * @see {@link ModifyDBSnapshotCommandInput} for command's `input` shape.
29
29
  * @see {@link ModifyDBSnapshotCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ModifyDBSnapshotCommand extends $Command<ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
20
20
  *
21
21
  * @see {@link ModifyDBSubnetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBSubnetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyDBSubnetGroupCommand extends $Command<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
24
24
  *
25
25
  * @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
26
26
  * @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, RDSClientResolvedConfig> {
@@ -10,7 +10,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
10
10
  * <p>
11
11
  * Modify a setting for an Amazon Aurora global cluster. You can change one or more database configuration
12
12
  * parameters by specifying these parameters and the new values in the request. For more information on
13
- * Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What Is Amazon Aurora?</a> in the
13
+ * Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
14
14
  * <i>Amazon Aurora User Guide.</i>
15
15
  * </p>
16
16
  * <note>
@@ -28,7 +28,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
28
28
  *
29
29
  * @see {@link ModifyGlobalClusterCommandInput} for command's `input` shape.
30
30
  * @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
31
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult,
20
20
  *
21
21
  * @see {@link ModifyOptionGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyOptionGroupCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyOptionGroupCommand extends $Command<ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput, RDSClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
38
38
  *
39
39
  * @see {@link PromoteReadReplicaCommandInput} for command's `input` shape.
40
40
  * @see {@link PromoteReadReplicaCommandOutput} for command's `response` shape.
41
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class PromoteReadReplicaCommand extends $Command<PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput, RDSClientResolvedConfig> {
@@ -8,9 +8,6 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
8
8
  }
9
9
  /**
10
10
  * <p>Promotes a read replica DB cluster to a standalone DB cluster.</p>
11
- * <note>
12
- * <p>This action only applies to Aurora DB clusters.</p>
13
- * </note>
14
11
  * @example
15
12
  * Use a bare-bones client and the command you need to make an API call.
16
13
  * ```javascript
@@ -23,7 +20,7 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
23
20
  *
24
21
  * @see {@link PromoteReadReplicaDBClusterCommandInput} for command's `input` shape.
25
22
  * @see {@link PromoteReadReplicaDBClusterCommandOutput} for command's `response` shape.
26
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
27
24
  *
28
25
  */
29
26
  export declare class PromoteReadReplicaDBClusterCommand extends $Command<PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
20
20
  *
21
21
  * @see {@link PurchaseReservedDBInstancesOfferingCommandInput} for command's `input` shape.
22
22
  * @see {@link PurchaseReservedDBInstancesOfferingCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PurchaseReservedDBInstancesOfferingCommand extends $Command<PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput, RDSClientResolvedConfig> {