@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
@@ -121,6 +121,7 @@ import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from ".
121
121
  import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "./commands/PromoteReadReplicaCommand";
122
122
  import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "./commands/PromoteReadReplicaDBClusterCommand";
123
123
  import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
124
+ import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "./commands/RebootDBClusterCommand";
124
125
  import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
125
126
  import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
126
127
  import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
@@ -146,8 +147,8 @@ import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from
146
147
  import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
147
148
  import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
148
149
  import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
149
- export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomAvailabilityZoneCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomAvailabilityZoneCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteInstallationMediaCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeCustomAvailabilityZonesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeInstallationMediaCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ImportInstallationMediaCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
150
- export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomAvailabilityZoneCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomAvailabilityZoneCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteInstallationMediaCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeCustomAvailabilityZonesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeInstallationMediaCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ImportInstallationMediaCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
150
+ export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomAvailabilityZoneCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomAvailabilityZoneCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteInstallationMediaCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeCustomAvailabilityZonesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeInstallationMediaCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ImportInstallationMediaCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
151
+ export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomAvailabilityZoneCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomAvailabilityZoneCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteInstallationMediaCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeCustomAvailabilityZonesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeInstallationMediaCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ImportInstallationMediaCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
151
152
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
152
153
  /**
153
154
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -7,12 +7,7 @@ export interface AddRoleToDBClusterCommandInput extends AddRoleToDBClusterMessag
7
7
  export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Associates an Identity and Access Management (IAM) role from an Amazon Aurora DB cluster.
11
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html">Authorizing Amazon Aurora MySQL
12
- * to Access Other Amazon Web Services Services on Your Behalf</a> in the <i>Amazon Aurora User Guide</i>.</p>
13
- * <note>
14
- * <p>This action only applies to Aurora DB clusters.</p>
15
- * </note>
10
+ * <p>Associates an Identity and Access Management (IAM) role with a DB cluster.</p>
16
11
  * @example
17
12
  * Use a bare-bones client and the command you need to make an API call.
18
13
  * ```javascript
@@ -25,7 +20,7 @@ export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {
25
20
  *
26
21
  * @see {@link AddRoleToDBClusterCommandInput} for command's `input` shape.
27
22
  * @see {@link AddRoleToDBClusterCommandOutput} for command's `response` shape.
28
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
29
24
  *
30
25
  */
31
26
  export declare class AddRoleToDBClusterCommand extends $Command<AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface AddRoleToDBInstanceCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link AddRoleToDBInstanceCommandInput} for command's `input` shape.
26
26
  * @see {@link AddRoleToDBInstanceCommandOutput} 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 AddRoleToDBInstanceCommand extends $Command<AddRoleToDBInstanceCommandInput, AddRoleToDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourc
20
20
  *
21
21
  * @see {@link AddSourceIdentifierToSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link AddSourceIdentifierToSubscriptionCommandOutput} 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 AddSourceIdentifierToSubscriptionCommand extends $Command<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link AddTagsToResourceCommandOutput} 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 AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
20
20
  *
21
21
  * @see {@link ApplyPendingMaintenanceActionCommandInput} for command's `input` shape.
22
22
  * @see {@link ApplyPendingMaintenanceActionCommandOutput} 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 ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, RDSClientResolvedConfig> {
@@ -9,7 +9,7 @@ export interface AuthorizeDBSecurityGroupIngressCommandOutput extends AuthorizeD
9
9
  /**
10
10
  * <p>Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security
11
11
  * groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC
12
- * instances. Second, IP ranges are available if the application accessing your database is running on the Internet.
12
+ * instances. Second, IP ranges are available if the application accessing your database is running on the internet.
13
13
  * Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId
14
14
  * and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).</p>
15
15
  * <note>
@@ -31,7 +31,7 @@ export interface AuthorizeDBSecurityGroupIngressCommandOutput extends AuthorizeD
31
31
  *
32
32
  * @see {@link AuthorizeDBSecurityGroupIngressCommandInput} for command's `input` shape.
33
33
  * @see {@link AuthorizeDBSecurityGroupIngressCommandOutput} 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 AuthorizeDBSecurityGroupIngressCommand extends $Command<AuthorizeDBSecurityGroupIngressCommandInput, AuthorizeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface BacktrackDBClusterCommandOutput extends DBClusterBacktrack, __M
28
28
  *
29
29
  * @see {@link BacktrackDBClusterCommandInput} for command's `input` shape.
30
30
  * @see {@link BacktrackDBClusterCommandOutput} 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 BacktrackDBClusterCommand extends $Command<BacktrackDBClusterCommandInput, BacktrackDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CancelExportTaskCommandOutput extends ExportTask, __MetadataBea
22
22
  *
23
23
  * @see {@link CancelExportTaskCommandInput} for command's `input` shape.
24
24
  * @see {@link CancelExportTaskCommandOutput} 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 CancelExportTaskCommand extends $Command<CancelExportTaskCommandInput, CancelExportTaskCommandOutput, RDSClientResolvedConfig> {
@@ -8,9 +8,6 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
8
8
  }
9
9
  /**
10
10
  * <p>Copies the specified DB cluster parameter group.</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 CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
23
20
  *
24
21
  * @see {@link CopyDBClusterParameterGroupCommandInput} for command's `input` shape.
25
22
  * @see {@link CopyDBClusterParameterGroupCommandOutput} 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 CopyDBClusterParameterGroupCommand extends $Command<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -70,17 +70,21 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
70
70
  * </ul>
71
71
  * <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
72
72
  * by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in "copying" status.</p>
73
- * <p>For more information on copying encrypted DB cluster snapshots from one Amazon Web Services Region to another, see
73
+ * <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see
74
74
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html">
75
75
  * Copying a Snapshot</a> in the <i>Amazon Aurora User Guide.</i>
76
76
  * </p>
77
- * <p>For more information on Amazon Aurora, see
78
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
79
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
77
+ * <p>For more information on Amazon Aurora DB clusters, see
78
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
79
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
80
80
  * </p>
81
- * <note>
82
- * <p>This action only applies to Aurora DB clusters.</p>
83
- * </note>
81
+ * <p>For more information on Multi-AZ DB clusters, see
82
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
83
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
84
+ * </p>
85
+ * <note>
86
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
87
+ * </note>
84
88
  * @example
85
89
  * Use a bare-bones client and the command you need to make an API call.
86
90
  * ```javascript
@@ -93,7 +97,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
93
97
  *
94
98
  * @see {@link CopyDBClusterSnapshotCommandInput} for command's `input` shape.
95
99
  * @see {@link CopyDBClusterSnapshotCommandOutput} for command's `response` shape.
96
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
100
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
97
101
  *
98
102
  */
99
103
  export declare class CopyDBClusterSnapshotCommand extends $Command<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CopyDBParameterGroupCommandOutput extends CopyDBParameterGroupR
20
20
  *
21
21
  * @see {@link CopyDBParameterGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link CopyDBParameterGroupCommandOutput} 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 CopyDBParameterGroupCommand extends $Command<CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __Met
30
30
  *
31
31
  * @see {@link CopyDBSnapshotCommandInput} for command's `input` shape.
32
32
  * @see {@link CopyDBSnapshotCommandOutput} for command's `response` shape.
33
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class CopyDBSnapshotCommand extends $Command<CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CopyOptionGroupCommandOutput extends CopyOptionGroupResult, __M
20
20
  *
21
21
  * @see {@link CopyOptionGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link CopyOptionGroupCommandOutput} 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 CopyOptionGroupCommand extends $Command<CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateCustomAvailabilityZoneCommandOutput extends CreateCustomA
25
25
  *
26
26
  * @see {@link CreateCustomAvailabilityZoneCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateCustomAvailabilityZoneCommandOutput} 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 CreateCustomAvailabilityZoneCommand extends $Command<CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput, RDSClientResolvedConfig> {
@@ -7,22 +7,18 @@ export interface CreateCustomDBEngineVersionCommandInput extends CreateCustomDBE
7
7
  export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersion, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and
11
- * specific AMI. The only supported engine is Oracle Database 19c Enterprise Edition with the January 2021
12
- * or later RU/RUR. For
13
- * more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">
14
- * Amazon RDS Custom requirements and limitations</a> in the <i>Amazon RDS User Guide</i>.</p>
10
+ * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
11
+ * AMI. The only supported engine is Oracle Database 19c Enterprise Edition with the January 2021 or later
12
+ * RU/RUR.</p>
15
13
  * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
16
14
  * The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
17
- * your database. With Amazon RDS Custom, you upload your database installation files in Amazon S3. For
18
- * more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.html#custom-cev.preparing">
19
- * Preparing to create a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
15
+ * your database. With Amazon RDS Custom, you upload your database installation files in Amazon S3.</p>
20
16
  * <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
21
17
  * This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from
22
18
  * the installation files that you provided. This service model is called Bring Your Own Media (BYOM).</p>
23
19
  * <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
24
20
  * the message <code>Creation failed for custom engine version</code>, and includes details about the failure.
25
- * For example, the event prints missing files. </p>
21
+ * For example, the event prints missing files.</p>
26
22
  * <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
27
23
  * RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or
28
24
  * inactive.</p>
@@ -47,7 +43,7 @@ export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersio
47
43
  *
48
44
  * @see {@link CreateCustomDBEngineVersionCommandInput} for command's `input` shape.
49
45
  * @see {@link CreateCustomDBEngineVersionCommandOutput} for command's `response` shape.
50
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
51
47
  *
52
48
  */
53
49
  export declare class CreateCustomDBEngineVersionCommand extends $Command<CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
@@ -7,19 +7,22 @@ export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {
7
7
  export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a new Amazon Aurora DB cluster.</p>
11
- * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create the DB
12
- * cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For
13
- * cross-region replication where the DB cluster identified by
14
- * <code>ReplicationSourceIdentifier</code> is encrypted, you must also specify the
10
+ * <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
11
+ * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
12
+ * Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or
13
+ * PostgreSQL DB instance. For cross-Region replication where the DB cluster identified by
14
+ * <code>ReplicationSourceIdentifier</code> is encrypted, also specify the
15
15
  * <code>PreSignedUrl</code> parameter.</p>
16
- *
17
16
  * <p>For more information on Amazon Aurora, see
18
17
  * <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>
18
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
19
+ * </p>
20
+ * <p>For more information on Multi-AZ DB clusters, see
21
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
22
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
20
23
  * </p>
21
24
  * <note>
22
- * <p>This action only applies to Aurora DB clusters.</p>
25
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
23
26
  * </note>
24
27
  * @example
25
28
  * Use a bare-bones client and the command you need to make an API call.
@@ -33,7 +36,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
33
36
  *
34
37
  * @see {@link CreateDBClusterCommandInput} for command's `input` shape.
35
38
  * @see {@link CreateDBClusterCommandOutput} for command's `response` shape.
36
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
37
40
  *
38
41
  */
39
42
  export declare class CreateDBClusterCommand extends $Command<CreateDBClusterCommandInput, CreateDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -8,9 +8,9 @@ export interface CreateDBClusterEndpointCommandOutput extends DBClusterEndpoint,
8
8
  }
9
9
  /**
10
10
  * <p>Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.</p>
11
- * <note>
12
- * <p>This action only applies to Aurora DB clusters.</p>
13
- * </note>
11
+ * <note>
12
+ * <p>This action only applies to Aurora DB clusters.</p>
13
+ * </note>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -23,7 +23,7 @@ export interface CreateDBClusterEndpointCommandOutput extends DBClusterEndpoint,
23
23
  *
24
24
  * @see {@link CreateDBClusterEndpointCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateDBClusterEndpointCommandOutput} 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 CreateDBClusterEndpointCommand extends $Command<CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -14,11 +14,14 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
14
14
  * database engine used by instances in the DB cluster. To provide custom values for any of the
15
15
  * parameters, you must modify the group after creating it using
16
16
  * <code>ModifyDBClusterParameterGroup</code>. Once you've created a DB cluster parameter group, you need to
17
- * associate it with your DB cluster using <code>ModifyDBCluster</code>. When you associate
18
- * a new DB cluster parameter group with a running DB cluster, you need to reboot the DB
17
+ * associate it with your DB cluster using <code>ModifyDBCluster</code>.</p>
18
+ * <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB
19
19
  * instances in the DB cluster without failover for the new DB cluster parameter group and
20
20
  * associated settings to take effect.
21
21
  * </p>
22
+ * <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB
23
+ * cluster without failover for the new DB cluster parameter group and associated settings to take effect.
24
+ * </p>
22
25
  * <important>
23
26
  * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
24
27
  * before creating your first DB cluster
@@ -31,13 +34,16 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
31
34
  * <code>DescribeDBClusterParameters</code> action to verify
32
35
  * that your DB cluster parameter group has been created or modified.</p>
33
36
  * </important>
34
- *
35
37
  * <p>For more information on Amazon Aurora, see
36
38
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
37
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
39
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
40
+ * </p>
41
+ * <p>For more information on Multi-AZ DB clusters, see
42
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
43
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
38
44
  * </p>
39
45
  * <note>
40
- * <p>This action only applies to Aurora DB clusters.</p>
46
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
41
47
  * </note>
42
48
  * @example
43
49
  * Use a bare-bones client and the command you need to make an API call.
@@ -51,7 +57,7 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
51
57
  *
52
58
  * @see {@link CreateDBClusterParameterGroupCommandInput} for command's `input` shape.
53
59
  * @see {@link CreateDBClusterParameterGroupCommandOutput} for command's `response` shape.
54
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
55
61
  *
56
62
  */
57
63
  export declare class CreateDBClusterParameterGroupCommand extends $Command<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -7,12 +7,16 @@ export interface CreateDBClusterSnapshotCommandInput extends CreateDBClusterSnap
7
7
  export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSnapshotResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see
11
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
12
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
10
+ * <p>Creates a snapshot of a DB cluster.</p>
11
+ * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
12
+ * Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
13
+ * </p>
14
+ * <p>For more information on Multi-AZ DB clusters, see
15
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
16
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
13
17
  * </p>
14
18
  * <note>
15
- * <p>This action only applies to Aurora DB clusters.</p>
19
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
16
20
  * </note>
17
21
  * @example
18
22
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,7 +30,7 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
26
30
  *
27
31
  * @see {@link CreateDBClusterSnapshotCommandInput} for command's `input` shape.
28
32
  * @see {@link CreateDBClusterSnapshotCommandOutput} for command's `response` shape.
29
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
30
34
  *
31
35
  */
32
36
  export declare class CreateDBClusterSnapshotCommand extends $Command<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
20
20
  *
21
21
  * @see {@link CreateDBInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDBInstanceCommandOutput} 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 CreateDBInstanceCommand extends $Command<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
35
35
  *
36
36
  * @see {@link CreateDBInstanceReadReplicaCommandInput} for command's `input` shape.
37
37
  * @see {@link CreateDBInstanceReadReplicaCommandOutput} 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 CreateDBInstanceReadReplicaCommand extends $Command<CreateDBInstanceReadReplicaCommandInput, CreateDBInstanceReadReplicaCommandOutput, RDSClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
41
41
  *
42
42
  * @see {@link CreateDBParameterGroupCommandInput} for command's `input` shape.
43
43
  * @see {@link CreateDBParameterGroupCommandOutput} for command's `response` shape.
44
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class CreateDBParameterGroupCommand extends $Command<CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __Met
20
20
  *
21
21
  * @see {@link CreateDBProxyCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDBProxyCommandOutput} 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 CreateDBProxyCommand extends $Command<CreateDBProxyCommandInput, CreateDBProxyCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateDBProxyEndpointCommandOutput extends CreateDBProxyEndpoin
24
24
  *
25
25
  * @see {@link CreateDBProxyEndpointCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateDBProxyEndpointCommandOutput} 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 CreateDBProxyEndpointCommand extends $Command<CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou
23
23
  *
24
24
  * @see {@link CreateDBSecurityGroupCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateDBSecurityGroupCommandOutput} 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 CreateDBSecurityGroupCommand extends $Command<CreateDBSecurityGroupCommandInput, CreateDBSecurityGroupCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _
21
21
  *
22
22
  * @see {@link CreateDBSnapshotCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateDBSnapshotCommandOutput} 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 CreateDBSnapshotCommand extends $Command<CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
20
20
  *
21
21
  * @see {@link CreateDBSubnetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDBSubnetGroupCommandOutput} 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 CreateDBSubnetGroupCommand extends $Command<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput, RDSClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
42
42
  *
43
43
  * @see {@link CreateEventSubscriptionCommandInput} for command's `input` shape.
44
44
  * @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
45
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, RDSClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
36
36
  *
37
37
  * @see {@link CreateGlobalClusterCommandInput} for command's `input` shape.
38
38
  * @see {@link CreateGlobalClusterCommandOutput} 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 CreateGlobalClusterCommand extends $Command<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
21
21
  *
22
22
  * @see {@link CreateOptionGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateOptionGroupCommandOutput} 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 CreateOptionGroupCommand extends $Command<CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteCustomAvailabilityZoneCommandOutput extends DeleteCustomA
25
25
  *
26
26
  * @see {@link DeleteCustomAvailabilityZoneCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteCustomAvailabilityZoneCommandOutput} 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 DeleteCustomAvailabilityZoneCommand extends $Command<DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput, RDSClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersio
40
40
  *
41
41
  * @see {@link DeleteCustomDBEngineVersionCommandInput} for command's `input` shape.
42
42
  * @see {@link DeleteCustomDBEngineVersionCommandOutput} for command's `response` shape.
43
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class DeleteCustomDBEngineVersionCommand extends $Command<DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {