@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
@@ -10,13 +10,16 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
10
10
  * <p>The DeleteDBCluster action deletes a previously provisioned DB cluster.
11
11
  * When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered.
12
12
  * Manual DB cluster snapshots of the specified DB cluster are not deleted.</p>
13
- * <p></p>
14
13
  * <p>For more information on Amazon Aurora, see
15
14
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
16
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
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>
17
20
  * </p>
18
21
  * <note>
19
- * <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>
20
23
  * </note>
21
24
  * @example
22
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -30,7 +33,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
30
33
  *
31
34
  * @see {@link DeleteDBClusterCommandInput} for command's `input` shape.
32
35
  * @see {@link DeleteDBClusterCommandOutput} for command's `response` shape.
33
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
34
37
  *
35
38
  */
36
39
  export declare class DeleteDBClusterCommand extends $Command<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint,
23
23
  *
24
24
  * @see {@link DeleteDBClusterEndpointCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteDBClusterEndpointCommandOutput} 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 DeleteDBClusterEndpointCommand extends $Command<DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -10,10 +10,14 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
10
10
  * <p>Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.</p>
11
11
  * <p>For more information on Amazon Aurora, see
12
12
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
13
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
13
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
14
+ * </p>
15
+ * <p>For more information on Multi-AZ DB clusters, see
16
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
17
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
14
18
  * </p>
15
19
  * <note>
16
- * <p>This action only applies to Aurora DB clusters.</p>
20
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
17
21
  * </note>
18
22
  * @example
19
23
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,7 +31,7 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
27
31
  *
28
32
  * @see {@link DeleteDBClusterParameterGroupCommandInput} for command's `input` shape.
29
33
  * @see {@link DeleteDBClusterParameterGroupCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
35
  *
32
36
  */
33
37
  export declare class DeleteDBClusterParameterGroupCommand extends $Command<DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -14,10 +14,14 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
14
14
  * </note>
15
15
  * <p>For more information on Amazon Aurora, see
16
16
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
17
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
17
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
18
+ * </p>
19
+ * <p>For more information on Multi-AZ DB clusters, see
20
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
21
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
18
22
  * </p>
19
23
  * <note>
20
- * <p>This action only applies to Aurora DB clusters.</p>
24
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
21
25
  * </note>
22
26
  * @example
23
27
  * Use a bare-bones client and the command you need to make an API call.
@@ -31,7 +35,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
31
35
  *
32
36
  * @see {@link DeleteDBClusterSnapshotCommandInput} for command's `input` shape.
33
37
  * @see {@link DeleteDBClusterSnapshotCommandOutput} for command's `response` shape.
34
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
35
39
  *
36
40
  */
37
41
  export declare class DeleteDBClusterSnapshotCommand extends $Command<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
20
20
  *
21
21
  * @see {@link DeleteDBInstanceAutomatedBackupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDBInstanceAutomatedBackupCommandOutput} 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 DeleteDBInstanceAutomatedBackupCommand extends $Command<DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput, RDSClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
45
45
  *
46
46
  * @see {@link DeleteDBInstanceCommandInput} for command's `input` shape.
47
47
  * @see {@link DeleteDBInstanceCommandOutput} for command's `response` shape.
48
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class DeleteDBInstanceCommand extends $Command<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteDBParameterGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDBParameterGroupCommandOutput} 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 DeleteDBParameterGroupCommand extends $Command<DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __Met
20
20
  *
21
21
  * @see {@link DeleteDBProxyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDBProxyCommandOutput} 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 DeleteDBProxyCommand extends $Command<DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteDBProxyEndpointCommandOutput extends DeleteDBProxyEndpoin
22
22
  *
23
23
  * @see {@link DeleteDBProxyEndpointCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteDBProxyEndpointCommandOutput} 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 DeleteDBProxyEndpointCommand extends $Command<DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteDBSecurityGroupCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteDBSecurityGroupCommandOutput} 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 DeleteDBSecurityGroupCommand extends $Command<DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
24
24
  *
25
25
  * @see {@link DeleteDBSnapshotCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteDBSnapshotCommandOutput} 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 DeleteDBSnapshotCommand extends $Command<DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteDBSubnetGroupCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteDBSubnetGroupCommandOutput} 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 DeleteDBSubnetGroupCommand extends $Command<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
20
20
  *
21
21
  * @see {@link DeleteEventSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteEventSubscriptionCommandOutput} 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 DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, RDSClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
26
26
  *
27
27
  * @see {@link DeleteGlobalClusterCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteGlobalClusterCommandOutput} for command's `response` shape.
29
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteGlobalClusterCommand extends $Command<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteInstallationMediaCommandOutput extends InstallationMedia,
21
21
  *
22
22
  * @see {@link DeleteInstallationMediaCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteInstallationMediaCommandOutput} 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 DeleteInstallationMediaCommand extends $Command<DeleteInstallationMediaCommandInput, DeleteInstallationMediaCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteOptionGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteOptionGroupCommandOutput} 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 DeleteOptionGroupCommand extends $Command<DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxy
20
20
  *
21
21
  * @see {@link DeregisterDBProxyTargetsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeregisterDBProxyTargetsCommandOutput} 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 DeregisterDBProxyTargetsCommand extends $Command<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
21
21
  *
22
22
  * @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeAccountAttributesCommandOutput} 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 DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
20
20
  *
21
21
  * @see {@link DescribeCertificatesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeCertificatesCommandOutput} 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 DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeCustomAvailabilityZonesCommandOutput extends CustomAvai
25
25
  *
26
26
  * @see {@link DescribeCustomAvailabilityZonesCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeCustomAvailabilityZonesCommandOutput} 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 DescribeCustomAvailabilityZonesCommand extends $Command<DescribeCustomAvailabilityZonesCommandInput, DescribeCustomAvailabilityZonesCommandOutput, RDSClientResolvedConfig> {
@@ -10,7 +10,7 @@ export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBackt
10
10
  * <p>Returns information about backtracks for a DB cluster.</p>
11
11
  * <p>For more information on Amazon Aurora, see
12
12
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
13
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
13
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
14
14
  * </p>
15
15
  * <note>
16
16
  * <p>This action only applies to Aurora MySQL DB clusters.</p>
@@ -27,7 +27,7 @@ export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBackt
27
27
  *
28
28
  * @see {@link DescribeDBClusterBacktracksCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeDBClusterBacktracksCommandOutput} 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 DescribeDBClusterBacktracksCommand extends $Command<DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi
23
23
  *
24
24
  * @see {@link DescribeDBClusterEndpointsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBClusterEndpointsCommandOutput} 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 DescribeDBClusterEndpointsCommand extends $Command<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, RDSClientResolvedConfig> {
@@ -14,10 +14,14 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
14
14
  * </p>
15
15
  * <p>For more information on Amazon Aurora, see
16
16
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
17
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
17
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
18
+ * </p>
19
+ * <p>For more information on Multi-AZ DB clusters, see
20
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
21
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
18
22
  * </p>
19
23
  * <note>
20
- * <p>This action only applies to Aurora DB clusters.</p>
24
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
21
25
  * </note>
22
26
  * @example
23
27
  * Use a bare-bones client and the command you need to make an API call.
@@ -31,7 +35,7 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
31
35
  *
32
36
  * @see {@link DescribeDBClusterParameterGroupsCommandInput} for command's `input` shape.
33
37
  * @see {@link DescribeDBClusterParameterGroupsCommandOutput} for command's `response` shape.
34
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
35
39
  *
36
40
  */
37
41
  export declare class DescribeDBClusterParameterGroupsCommand extends $Command<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -10,10 +10,14 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
10
10
  * <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
11
11
  * <p>For more information on Amazon Aurora, see
12
12
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
13
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
13
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
14
+ * </p>
15
+ * <p>For more information on Multi-AZ DB clusters, see
16
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
17
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
14
18
  * </p>
15
19
  * <note>
16
- * <p>This action only applies to Aurora DB clusters.</p>
20
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
17
21
  * </note>
18
22
  * @example
19
23
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,7 +31,7 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
27
31
  *
28
32
  * @see {@link DescribeDBClusterParametersCommandInput} for command's `input` shape.
29
33
  * @see {@link DescribeDBClusterParametersCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
35
  *
32
36
  */
33
37
  export declare class DescribeDBClusterParametersCommand extends $Command<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, RDSClientResolvedConfig> {
@@ -15,9 +15,6 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
15
15
  * can be copied or restored by all Amazon Web Services accounts.</p>
16
16
  * <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the
17
17
  * manual DB cluster snapshot public or private, use the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
18
- * <note>
19
- * <p>This action only applies to Aurora DB clusters.</p>
20
- * </note>
21
18
  * @example
22
19
  * Use a bare-bones client and the command you need to make an API call.
23
20
  * ```javascript
@@ -30,7 +27,7 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
30
27
  *
31
28
  * @see {@link DescribeDBClusterSnapshotAttributesCommandInput} for command's `input` shape.
32
29
  * @see {@link DescribeDBClusterSnapshotAttributesCommandOutput} for command's `response` shape.
33
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
34
31
  *
35
32
  */
36
33
  export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, RDSClientResolvedConfig> {
@@ -8,12 +8,16 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
8
8
  }
9
9
  /**
10
10
  * <p>Returns information about DB cluster snapshots. This API action supports pagination.</p>
11
- * <p>For more information on Amazon Aurora, see
11
+ * <p>For more information on Amazon Aurora DB clusters, see
12
12
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
13
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
13
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
14
+ * </p>
15
+ * <p>For more information on Multi-AZ DB clusters, see
16
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
17
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
14
18
  * </p>
15
19
  * <note>
16
- * <p>This action only applies to Aurora DB clusters.</p>
20
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
17
21
  * </note>
18
22
  * @example
19
23
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,7 +31,7 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
27
31
  *
28
32
  * @see {@link DescribeDBClusterSnapshotsCommandInput} for command's `input` shape.
29
33
  * @see {@link DescribeDBClusterSnapshotsCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
35
  *
32
36
  */
33
37
  export declare class DescribeDBClusterSnapshotsCommand extends $Command<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, RDSClientResolvedConfig> {
@@ -7,14 +7,19 @@ export interface DescribeDBClustersCommandInput extends DescribeDBClustersMessag
7
7
  export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns information about provisioned Aurora DB clusters. This API supports pagination.</p>
11
- * <p>For more information on Amazon Aurora, see
10
+ * <p>Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
11
+ * <p>For more information on Amazon Aurora DB clusters, see
12
12
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
13
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
13
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
14
+ * </p>
15
+ * <p>For more information on Multi-AZ DB clusters, see
16
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
17
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
14
18
  * </p>
15
19
  * <note>
16
- * <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
20
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
17
21
  * </note>
22
+ * <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -27,7 +32,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
27
32
  *
28
33
  * @see {@link DescribeDBClustersCommandInput} for command's `input` shape.
29
34
  * @see {@link DescribeDBClustersCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
36
  *
32
37
  */
33
38
  export declare class DescribeDBClustersCommand extends $Command<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
20
20
  *
21
21
  * @see {@link DescribeDBEngineVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBEngineVersionsCommandOutput} 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 DescribeDBEngineVersionsCommand extends $Command<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, RDSClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput extends DBInsta
26
26
  *
27
27
  * @see {@link DescribeDBInstanceAutomatedBackupsCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeDBInstanceAutomatedBackupsCommandOutput} for command's `response` shape.
29
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeDBInstanceAutomatedBackupsCommand extends $Command<DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
23
23
  *
24
24
  * @see {@link DescribeDBInstancesCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBInstancesCommandOutput} 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 DescribeDBInstancesCommand extends $Command<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo
21
21
  *
22
22
  * @see {@link DescribeDBLogFilesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDBLogFilesCommandOutput} 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 DescribeDBLogFilesCommand extends $Command<DescribeDBLogFilesCommandInput, DescribeDBLogFilesCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup
23
23
  *
24
24
  * @see {@link DescribeDBParameterGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBParameterGroupsCommandOutput} 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 DescribeDBParameterGroupsCommand extends $Command<DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai
20
20
  *
21
21
  * @see {@link DescribeDBParametersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBParametersCommandOutput} 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 DescribeDBParametersCommand extends $Command<DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBProxiesCommandOutput extends DescribeDBProxiesRespons
20
20
  *
21
21
  * @see {@link DescribeDBProxiesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBProxiesCommandOutput} 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 DescribeDBProxiesCommand extends $Command<DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBProxyEndpointsCommandOutput extends DescribeDBProxyEn
20
20
  *
21
21
  * @see {@link DescribeDBProxyEndpointsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBProxyEndpointsCommandOutput} 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 DescribeDBProxyEndpointsCommand extends $Command<DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBProxyTargetGroupsCommandOutput extends DescribeDBProx
20
20
  *
21
21
  * @see {@link DescribeDBProxyTargetGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBProxyTargetGroupsCommandOutput} 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 DescribeDBProxyTargetGroupsCommand extends $Command<DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDBProxyTargetsCommandOutput extends DescribeDBProxyTarg
21
21
  *
22
22
  * @see {@link DescribeDBProxyTargetsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDBProxyTargetsCommandOutput} 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 DescribeDBProxyTargetsCommand extends $Command<DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe
23
23
  *
24
24
  * @see {@link DescribeDBSecurityGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBSecurityGroupsCommandOutput} 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 DescribeDBSecurityGroupsCommand extends $Command<DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeDBSnapshotAttributesCommandOutput extends DescribeDBSna
27
27
  *
28
28
  * @see {@link DescribeDBSnapshotAttributesCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeDBSnapshotAttributesCommandOutput} 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 DescribeDBSnapshotAttributesCommand extends $Command<DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M
20
20
  *
21
21
  * @see {@link DescribeDBSnapshotsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBSnapshotsCommandOutput} 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 DescribeDBSnapshotsCommand extends $Command<DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
23
23
  *
24
24
  * @see {@link DescribeDBSubnetGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBSubnetGroupsCommandOutput} 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 DescribeDBSubnetGroupsCommand extends $Command<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -10,7 +10,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
10
10
  * <p>Returns the default engine and system parameter information for the cluster database engine.</p>
11
11
  * <p>For more information on Amazon Aurora, see
12
12
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
13
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
13
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
14
14
  * </p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,7 +24,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
24
24
  *
25
25
  * @see {@link DescribeEngineDefaultClusterParametersCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeEngineDefaultClusterParametersCommandOutput} 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 DescribeEngineDefaultClusterParametersCommand extends $Command<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, RDSClientResolvedConfig> {