@aws-sdk/client-rds 3.169.0 → 3.170.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 (197) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/RDS.d.ts +2542 -690
  3. package/dist-types/ts3.4/RDSClient.d.ts +950 -210
  4. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +33 -17
  5. package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +33 -17
  6. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
  46. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +33 -17
  49. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +39 -18
  71. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
  78. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +38 -17
  79. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +38 -17
  82. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  92. package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +39 -18
  96. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +39 -18
  98. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
  101. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +41 -17
  102. package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +37 -17
  103. package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +41 -17
  105. package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +37 -17
  107. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
  108. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
  110. package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +38 -17
  111. package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +38 -17
  112. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +37 -17
  115. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
  116. package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
  118. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +37 -17
  120. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
  122. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +41 -17
  125. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +41 -17
  130. package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +38 -17
  132. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +37 -17
  135. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +35 -18
  136. package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +38 -17
  137. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +41 -17
  141. package/dist-types/ts3.4/commands/index.d.ts +137 -137
  142. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  143. package/dist-types/ts3.4/index.d.ts +7 -7
  144. package/dist-types/ts3.4/models/RDSServiceException.d.ts +8 -6
  145. package/dist-types/ts3.4/models/index.d.ts +2 -2
  146. package/dist-types/ts3.4/models/models_0.d.ts +4106 -3635
  147. package/dist-types/ts3.4/models/models_1.d.ts +2608 -2351
  148. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
  149. package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +11 -4
  150. package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +11 -4
  151. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
  152. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
  153. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
  154. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
  155. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
  156. package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +11 -4
  157. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
  158. package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +11 -4
  159. package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +11 -4
  160. package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +11 -4
  161. package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +11 -4
  162. package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +11 -4
  163. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +11 -4
  164. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +11 -4
  165. package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
  169. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  182. package/dist-types/ts3.4/pagination/index.d.ts +34 -34
  183. package/dist-types/ts3.4/protocols/Aws_query.d.ts +1649 -413
  184. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  185. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  186. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  187. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  188. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  189. package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +13 -7
  190. package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +13 -7
  191. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +13 -7
  192. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +13 -7
  193. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
  194. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -7
  195. package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +13 -7
  196. package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +13 -7
  197. package/package.json +36 -36
@@ -1,690 +1,2542 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand";
3
- import { AddRoleToDBInstanceCommandInput, AddRoleToDBInstanceCommandOutput } from "./commands/AddRoleToDBInstanceCommand";
4
- import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
5
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
6
- import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
7
- import { AuthorizeDBSecurityGroupIngressCommandInput, AuthorizeDBSecurityGroupIngressCommandOutput } from "./commands/AuthorizeDBSecurityGroupIngressCommand";
8
- import { BacktrackDBClusterCommandInput, BacktrackDBClusterCommandOutput } from "./commands/BacktrackDBClusterCommand";
9
- import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
10
- import { CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput } from "./commands/CopyDBClusterParameterGroupCommand";
11
- import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput } from "./commands/CopyDBClusterSnapshotCommand";
12
- import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "./commands/CopyDBParameterGroupCommand";
13
- import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "./commands/CopyDBSnapshotCommand";
14
- import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "./commands/CopyOptionGroupCommand";
15
- import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "./commands/CreateCustomDBEngineVersionCommand";
16
- import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
17
- import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "./commands/CreateDBClusterEndpointCommand";
18
- import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "./commands/CreateDBClusterParameterGroupCommand";
19
- import { CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput } from "./commands/CreateDBClusterSnapshotCommand";
20
- import { CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput } from "./commands/CreateDBInstanceCommand";
21
- import { CreateDBInstanceReadReplicaCommandInput, CreateDBInstanceReadReplicaCommandOutput } from "./commands/CreateDBInstanceReadReplicaCommand";
22
- import { CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput } from "./commands/CreateDBParameterGroupCommand";
23
- import { CreateDBProxyCommandInput, CreateDBProxyCommandOutput } from "./commands/CreateDBProxyCommand";
24
- import { CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput } from "./commands/CreateDBProxyEndpointCommand";
25
- import { CreateDBSecurityGroupCommandInput, CreateDBSecurityGroupCommandOutput } from "./commands/CreateDBSecurityGroupCommand";
26
- import { CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput } from "./commands/CreateDBSnapshotCommand";
27
- import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "./commands/CreateDBSubnetGroupCommand";
28
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
29
- import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
30
- import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "./commands/CreateOptionGroupCommand";
31
- import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "./commands/DeleteCustomDBEngineVersionCommand";
32
- import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
33
- import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "./commands/DeleteDBClusterEndpointCommand";
34
- import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "./commands/DeleteDBClusterParameterGroupCommand";
35
- import { DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput } from "./commands/DeleteDBClusterSnapshotCommand";
36
- import { DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput } from "./commands/DeleteDBInstanceAutomatedBackupCommand";
37
- import { DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput } from "./commands/DeleteDBInstanceCommand";
38
- import { DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput } from "./commands/DeleteDBParameterGroupCommand";
39
- import { DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput } from "./commands/DeleteDBProxyCommand";
40
- import { DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput } from "./commands/DeleteDBProxyEndpointCommand";
41
- import { DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput } from "./commands/DeleteDBSecurityGroupCommand";
42
- import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "./commands/DeleteDBSnapshotCommand";
43
- import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
44
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
45
- import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "./commands/DeleteGlobalClusterCommand";
46
- import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "./commands/DeleteOptionGroupCommand";
47
- import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "./commands/DeregisterDBProxyTargetsCommand";
48
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
49
- import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
50
- import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "./commands/DescribeDBClusterBacktracksCommand";
51
- import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "./commands/DescribeDBClusterEndpointsCommand";
52
- import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "./commands/DescribeDBClusterParameterGroupsCommand";
53
- import { DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput } from "./commands/DescribeDBClusterParametersCommand";
54
- import { DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput } from "./commands/DescribeDBClustersCommand";
55
- import { DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
56
- import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "./commands/DescribeDBClusterSnapshotsCommand";
57
- import { DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput } from "./commands/DescribeDBEngineVersionsCommand";
58
- import { DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput } from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
59
- import { DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput } from "./commands/DescribeDBInstancesCommand";
60
- import { DescribeDBLogFilesCommandInput, DescribeDBLogFilesCommandOutput } from "./commands/DescribeDBLogFilesCommand";
61
- import { DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput } from "./commands/DescribeDBParameterGroupsCommand";
62
- import { DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput } from "./commands/DescribeDBParametersCommand";
63
- import { DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput } from "./commands/DescribeDBProxiesCommand";
64
- import { DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput } from "./commands/DescribeDBProxyEndpointsCommand";
65
- import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput } from "./commands/DescribeDBProxyTargetGroupsCommand";
66
- import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "./commands/DescribeDBProxyTargetsCommand";
67
- import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "./commands/DescribeDBSecurityGroupsCommand";
68
- import { DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput } from "./commands/DescribeDBSnapshotAttributesCommand";
69
- import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "./commands/DescribeDBSnapshotsCommand";
70
- import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "./commands/DescribeDBSubnetGroupsCommand";
71
- import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "./commands/DescribeEngineDefaultClusterParametersCommand";
72
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
73
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
74
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
75
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
76
- import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
77
- import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "./commands/DescribeGlobalClustersCommand";
78
- import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "./commands/DescribeOptionGroupOptionsCommand";
79
- import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "./commands/DescribeOptionGroupsCommand";
80
- import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
81
- import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
82
- import { DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput } from "./commands/DescribeReservedDBInstancesCommand";
83
- import { DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
84
- import { DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput } from "./commands/DescribeSourceRegionsCommand";
85
- import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput } from "./commands/DescribeValidDBInstanceModificationsCommand";
86
- import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "./commands/DownloadDBLogFilePortionCommand";
87
- import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
88
- import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "./commands/FailoverGlobalClusterCommand";
89
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
90
- import { ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput } from "./commands/ModifyActivityStreamCommand";
91
- import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
92
- import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
93
- import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "./commands/ModifyCustomDBEngineVersionCommand";
94
- import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "./commands/ModifyDBClusterCommand";
95
- import { ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput } from "./commands/ModifyDBClusterEndpointCommand";
96
- import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "./commands/ModifyDBClusterParameterGroupCommand";
97
- import { ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
98
- import { ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput } from "./commands/ModifyDBInstanceCommand";
99
- import { ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput } from "./commands/ModifyDBParameterGroupCommand";
100
- import { ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput } from "./commands/ModifyDBProxyCommand";
101
- import { ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput } from "./commands/ModifyDBProxyEndpointCommand";
102
- import { ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput } from "./commands/ModifyDBProxyTargetGroupCommand";
103
- import { ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput } from "./commands/ModifyDBSnapshotAttributeCommand";
104
- import { ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput } from "./commands/ModifyDBSnapshotCommand";
105
- import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "./commands/ModifyDBSubnetGroupCommand";
106
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
107
- import { ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput } from "./commands/ModifyGlobalClusterCommand";
108
- import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from "./commands/ModifyOptionGroupCommand";
109
- import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "./commands/PromoteReadReplicaCommand";
110
- import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "./commands/PromoteReadReplicaDBClusterCommand";
111
- import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
112
- import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "./commands/RebootDBClusterCommand";
113
- import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
114
- import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
115
- import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
116
- import { RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput } from "./commands/RemoveRoleFromDBClusterCommand";
117
- import { RemoveRoleFromDBInstanceCommandInput, RemoveRoleFromDBInstanceCommandOutput } from "./commands/RemoveRoleFromDBInstanceCommand";
118
- import { RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
119
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
120
- import { ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput } from "./commands/ResetDBClusterParameterGroupCommand";
121
- import { ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput } from "./commands/ResetDBParameterGroupCommand";
122
- import { RestoreDBClusterFromS3CommandInput, RestoreDBClusterFromS3CommandOutput } from "./commands/RestoreDBClusterFromS3Command";
123
- import { RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput } from "./commands/RestoreDBClusterFromSnapshotCommand";
124
- import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput } from "./commands/RestoreDBClusterToPointInTimeCommand";
125
- import { RestoreDBInstanceFromDBSnapshotCommandInput, RestoreDBInstanceFromDBSnapshotCommandOutput } from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
126
- import { RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput } from "./commands/RestoreDBInstanceFromS3Command";
127
- import { RestoreDBInstanceToPointInTimeCommandInput, RestoreDBInstanceToPointInTimeCommandOutput } from "./commands/RestoreDBInstanceToPointInTimeCommand";
128
- import { RevokeDBSecurityGroupIngressCommandInput, RevokeDBSecurityGroupIngressCommandOutput } from "./commands/RevokeDBSecurityGroupIngressCommand";
129
- import { StartActivityStreamCommandInput, StartActivityStreamCommandOutput } from "./commands/StartActivityStreamCommand";
130
- import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "./commands/StartDBClusterCommand";
131
- import { StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
132
- import { StartDBInstanceCommandInput, StartDBInstanceCommandOutput } from "./commands/StartDBInstanceCommand";
133
- import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
134
- import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from "./commands/StopActivityStreamCommand";
135
- import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
136
- import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
137
- import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
138
- import { SwitchoverReadReplicaCommandInput, SwitchoverReadReplicaCommandOutput } from "./commands/SwitchoverReadReplicaCommand";
139
- import { RDSClient } from "./RDSClient";
140
-
141
- export declare class RDS extends RDSClient {
142
-
143
- addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBClusterCommandOutput>;
144
- addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void): void;
145
- addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void): void;
146
-
147
- addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBInstanceCommandOutput>;
148
- addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
149
- addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
150
-
151
- addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
152
- addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
153
- addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
154
-
155
- addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
156
- addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
157
- addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
158
-
159
- applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options?: __HttpHandlerOptions): Promise<ApplyPendingMaintenanceActionCommandOutput>;
160
- applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
161
- applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
162
-
163
- authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeDBSecurityGroupIngressCommandOutput>;
164
- authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
165
- authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
166
-
167
- backtrackDBCluster(args: BacktrackDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<BacktrackDBClusterCommandOutput>;
168
- backtrackDBCluster(args: BacktrackDBClusterCommandInput, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
169
- backtrackDBCluster(args: BacktrackDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
170
-
171
- cancelExportTask(args: CancelExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelExportTaskCommandOutput>;
172
- cancelExportTask(args: CancelExportTaskCommandInput, cb: (err: any, data?: CancelExportTaskCommandOutput) => void): void;
173
- cancelExportTask(args: CancelExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelExportTaskCommandOutput) => void): void;
174
-
175
- copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterParameterGroupCommandOutput>;
176
- copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
177
- copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
178
-
179
- copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterSnapshotCommandOutput>;
180
- copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
181
- copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
182
-
183
- copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBParameterGroupCommandOutput>;
184
- copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void): void;
185
- copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void): void;
186
-
187
- copyDBSnapshot(args: CopyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBSnapshotCommandOutput>;
188
- copyDBSnapshot(args: CopyDBSnapshotCommandInput, cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void): void;
189
- copyDBSnapshot(args: CopyDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void): void;
190
-
191
- copyOptionGroup(args: CopyOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyOptionGroupCommandOutput>;
192
- copyOptionGroup(args: CopyOptionGroupCommandInput, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
193
- copyOptionGroup(args: CopyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
194
-
195
- createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomDBEngineVersionCommandOutput>;
196
- createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void): void;
197
- createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void): void;
198
-
199
- createDBCluster(args: CreateDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterCommandOutput>;
200
- createDBCluster(args: CreateDBClusterCommandInput, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
201
- createDBCluster(args: CreateDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
202
-
203
- createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterEndpointCommandOutput>;
204
- createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
205
- createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
206
-
207
- createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterParameterGroupCommandOutput>;
208
- createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
209
- createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
210
-
211
- createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterSnapshotCommandOutput>;
212
- createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
213
- createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
214
-
215
- createDBInstance(args: CreateDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceCommandOutput>;
216
- createDBInstance(args: CreateDBInstanceCommandInput, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
217
- createDBInstance(args: CreateDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
218
-
219
- createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceReadReplicaCommandOutput>;
220
- createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
221
- createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
222
-
223
- createDBParameterGroup(args: CreateDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBParameterGroupCommandOutput>;
224
- createDBParameterGroup(args: CreateDBParameterGroupCommandInput, cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void): void;
225
- createDBParameterGroup(args: CreateDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void): void;
226
-
227
- createDBProxy(args: CreateDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBProxyCommandOutput>;
228
- createDBProxy(args: CreateDBProxyCommandInput, cb: (err: any, data?: CreateDBProxyCommandOutput) => void): void;
229
- createDBProxy(args: CreateDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBProxyCommandOutput) => void): void;
230
-
231
- createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBProxyEndpointCommandOutput>;
232
- createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void): void;
233
- createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void): void;
234
-
235
- createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSecurityGroupCommandOutput>;
236
- createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
237
- createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
238
-
239
- createDBSnapshot(args: CreateDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSnapshotCommandOutput>;
240
- createDBSnapshot(args: CreateDBSnapshotCommandInput, cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void): void;
241
- createDBSnapshot(args: CreateDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void): void;
242
-
243
- createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSubnetGroupCommandOutput>;
244
- createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
245
- createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
246
-
247
- createEventSubscription(args: CreateEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventSubscriptionCommandOutput>;
248
- createEventSubscription(args: CreateEventSubscriptionCommandInput, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
249
- createEventSubscription(args: CreateEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
250
-
251
- createGlobalCluster(args: CreateGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalClusterCommandOutput>;
252
- createGlobalCluster(args: CreateGlobalClusterCommandInput, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
253
- createGlobalCluster(args: CreateGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
254
-
255
- createOptionGroup(args: CreateOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateOptionGroupCommandOutput>;
256
- createOptionGroup(args: CreateOptionGroupCommandInput, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
257
- createOptionGroup(args: CreateOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
258
-
259
- deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDBEngineVersionCommandOutput>;
260
- deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void): void;
261
- deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void): void;
262
-
263
- deleteDBCluster(args: DeleteDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterCommandOutput>;
264
- deleteDBCluster(args: DeleteDBClusterCommandInput, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
265
- deleteDBCluster(args: DeleteDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
266
-
267
- deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterEndpointCommandOutput>;
268
- deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
269
- deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
270
-
271
- deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterParameterGroupCommandOutput>;
272
- deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
273
- deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
274
-
275
- deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterSnapshotCommandOutput>;
276
- deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
277
- deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
278
-
279
- deleteDBInstance(args: DeleteDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBInstanceCommandOutput>;
280
- deleteDBInstance(args: DeleteDBInstanceCommandInput, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
281
- deleteDBInstance(args: DeleteDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
282
-
283
- deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBInstanceAutomatedBackupCommandOutput>;
284
- deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void): void;
285
- deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void): void;
286
-
287
- deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBParameterGroupCommandOutput>;
288
- deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void): void;
289
- deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void): void;
290
-
291
- deleteDBProxy(args: DeleteDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBProxyCommandOutput>;
292
- deleteDBProxy(args: DeleteDBProxyCommandInput, cb: (err: any, data?: DeleteDBProxyCommandOutput) => void): void;
293
- deleteDBProxy(args: DeleteDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBProxyCommandOutput) => void): void;
294
-
295
- deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBProxyEndpointCommandOutput>;
296
- deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void): void;
297
- deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void): void;
298
-
299
- deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSecurityGroupCommandOutput>;
300
- deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
301
- deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
302
-
303
- deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSnapshotCommandOutput>;
304
- deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
305
- deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
306
-
307
- deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSubnetGroupCommandOutput>;
308
- deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
309
- deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
310
-
311
- deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventSubscriptionCommandOutput>;
312
- deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
313
- deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
314
-
315
- deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalClusterCommandOutput>;
316
- deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
317
- deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
318
-
319
- deleteOptionGroup(args: DeleteOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOptionGroupCommandOutput>;
320
- deleteOptionGroup(args: DeleteOptionGroupCommandInput, cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void): void;
321
- deleteOptionGroup(args: DeleteOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void): void;
322
-
323
- deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterDBProxyTargetsCommandOutput>;
324
- deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void): void;
325
- deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void): void;
326
-
327
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
328
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
329
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
330
-
331
- describeCertificates(args: DescribeCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificatesCommandOutput>;
332
- describeCertificates(args: DescribeCertificatesCommandInput, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
333
- describeCertificates(args: DescribeCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
334
-
335
- describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterBacktracksCommandOutput>;
336
- describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
337
- describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
338
-
339
- describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterEndpointsCommandOutput>;
340
- describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void): void;
341
- describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void): void;
342
-
343
- describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
344
- describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
345
- describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
346
-
347
- describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParametersCommandOutput>;
348
- describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
349
- describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
350
-
351
- describeDBClusters(args: DescribeDBClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClustersCommandOutput>;
352
- describeDBClusters(args: DescribeDBClustersCommandInput, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
353
- describeDBClusters(args: DescribeDBClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
354
-
355
- describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
356
- describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
357
- describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
358
-
359
- describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotsCommandOutput>;
360
- describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
361
- describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
362
-
363
- describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBEngineVersionsCommandOutput>;
364
- describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
365
- describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
366
-
367
- describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstanceAutomatedBackupsCommandOutput>;
368
- describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
369
- describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
370
-
371
- describeDBInstances(args: DescribeDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstancesCommandOutput>;
372
- describeDBInstances(args: DescribeDBInstancesCommandInput, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
373
- describeDBInstances(args: DescribeDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
374
-
375
- describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBLogFilesCommandOutput>;
376
- describeDBLogFiles(args: DescribeDBLogFilesCommandInput, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
377
- describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
378
-
379
- describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBParameterGroupsCommandOutput>;
380
- describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void): void;
381
- describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void): void;
382
-
383
- describeDBParameters(args: DescribeDBParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBParametersCommandOutput>;
384
- describeDBParameters(args: DescribeDBParametersCommandInput, cb: (err: any, data?: DescribeDBParametersCommandOutput) => void): void;
385
- describeDBParameters(args: DescribeDBParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBParametersCommandOutput) => void): void;
386
-
387
- describeDBProxies(args: DescribeDBProxiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxiesCommandOutput>;
388
- describeDBProxies(args: DescribeDBProxiesCommandInput, cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void): void;
389
- describeDBProxies(args: DescribeDBProxiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void): void;
390
-
391
- describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyEndpointsCommandOutput>;
392
- describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void): void;
393
- describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void): void;
394
-
395
- describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyTargetGroupsCommandOutput>;
396
- describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void): void;
397
- describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void): void;
398
-
399
- describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyTargetsCommandOutput>;
400
- describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void): void;
401
- describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void): void;
402
-
403
- describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSecurityGroupsCommandOutput>;
404
- describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
405
- describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
406
-
407
- describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSnapshotAttributesCommandOutput>;
408
- describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void): void;
409
- describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void): void;
410
-
411
- describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSnapshotsCommandOutput>;
412
- describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void): void;
413
- describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void): void;
414
-
415
- describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSubnetGroupsCommandOutput>;
416
- describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
417
- describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
418
-
419
- describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
420
- describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
421
- describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
422
-
423
- describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultParametersCommandOutput>;
424
- describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
425
- describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
426
-
427
- describeEventCategories(args: DescribeEventCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventCategoriesCommandOutput>;
428
- describeEventCategories(args: DescribeEventCategoriesCommandInput, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
429
- describeEventCategories(args: DescribeEventCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
430
-
431
- describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
432
- describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
433
- describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
434
-
435
- describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSubscriptionsCommandOutput>;
436
- describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
437
- describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
438
-
439
- describeExportTasks(args: DescribeExportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportTasksCommandOutput>;
440
- describeExportTasks(args: DescribeExportTasksCommandInput, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
441
- describeExportTasks(args: DescribeExportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
442
-
443
- describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalClustersCommandOutput>;
444
- describeGlobalClusters(args: DescribeGlobalClustersCommandInput, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
445
- describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
446
-
447
- describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOptionGroupOptionsCommandOutput>;
448
- describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void): void;
449
- describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void): void;
450
-
451
- describeOptionGroups(args: DescribeOptionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOptionGroupsCommandOutput>;
452
- describeOptionGroups(args: DescribeOptionGroupsCommandInput, cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void): void;
453
- describeOptionGroups(args: DescribeOptionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void): void;
454
-
455
- describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
456
- describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
457
- describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
458
-
459
- describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePendingMaintenanceActionsCommandOutput>;
460
- describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
461
- describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
462
-
463
- describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedDBInstancesCommandOutput>;
464
- describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void): void;
465
- describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void): void;
466
-
467
- describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedDBInstancesOfferingsCommandOutput>;
468
- describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
469
- describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
470
-
471
- describeSourceRegions(args: DescribeSourceRegionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSourceRegionsCommandOutput>;
472
- describeSourceRegions(args: DescribeSourceRegionsCommandInput, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
473
- describeSourceRegions(args: DescribeSourceRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
474
-
475
- describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeValidDBInstanceModificationsCommandOutput>;
476
- describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
477
- describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
478
-
479
- downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options?: __HttpHandlerOptions): Promise<DownloadDBLogFilePortionCommandOutput>;
480
- downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
481
- downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
482
-
483
- failoverDBCluster(args: FailoverDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverDBClusterCommandOutput>;
484
- failoverDBCluster(args: FailoverDBClusterCommandInput, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
485
- failoverDBCluster(args: FailoverDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
486
-
487
- failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverGlobalClusterCommandOutput>;
488
- failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
489
- failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
490
-
491
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
492
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
493
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
494
-
495
- modifyActivityStream(args: ModifyActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<ModifyActivityStreamCommandOutput>;
496
- modifyActivityStream(args: ModifyActivityStreamCommandInput, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
497
- modifyActivityStream(args: ModifyActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
498
-
499
- modifyCertificates(args: ModifyCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCertificatesCommandOutput>;
500
- modifyCertificates(args: ModifyCertificatesCommandInput, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
501
- modifyCertificates(args: ModifyCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
502
-
503
- modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
504
- modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
505
- modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
506
-
507
- modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCustomDBEngineVersionCommandOutput>;
508
- modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void): void;
509
- modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void): void;
510
-
511
- modifyDBCluster(args: ModifyDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterCommandOutput>;
512
- modifyDBCluster(args: ModifyDBClusterCommandInput, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
513
- modifyDBCluster(args: ModifyDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
514
-
515
- modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterEndpointCommandOutput>;
516
- modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void): void;
517
- modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void): void;
518
-
519
- modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterParameterGroupCommandOutput>;
520
- modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
521
- modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
522
-
523
- modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
524
- modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
525
- modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
526
-
527
- modifyDBInstance(args: ModifyDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBInstanceCommandOutput>;
528
- modifyDBInstance(args: ModifyDBInstanceCommandInput, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
529
- modifyDBInstance(args: ModifyDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
530
-
531
- modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBParameterGroupCommandOutput>;
532
- modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void): void;
533
- modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void): void;
534
-
535
- modifyDBProxy(args: ModifyDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyCommandOutput>;
536
- modifyDBProxy(args: ModifyDBProxyCommandInput, cb: (err: any, data?: ModifyDBProxyCommandOutput) => void): void;
537
- modifyDBProxy(args: ModifyDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyCommandOutput) => void): void;
538
-
539
- modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyEndpointCommandOutput>;
540
- modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void): void;
541
- modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void): void;
542
-
543
- modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyTargetGroupCommandOutput>;
544
- modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void): void;
545
- modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void): void;
546
-
547
- modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotCommandOutput>;
548
- modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void): void;
549
- modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void): void;
550
-
551
- modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotAttributeCommandOutput>;
552
- modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void): void;
553
- modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void): void;
554
-
555
- modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSubnetGroupCommandOutput>;
556
- modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
557
- modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
558
-
559
- modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
560
- modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
561
- modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
562
-
563
- modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalClusterCommandOutput>;
564
- modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
565
- modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
566
-
567
- modifyOptionGroup(args: ModifyOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyOptionGroupCommandOutput>;
568
- modifyOptionGroup(args: ModifyOptionGroupCommandInput, cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void): void;
569
- modifyOptionGroup(args: ModifyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void): void;
570
-
571
- promoteReadReplica(args: PromoteReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<PromoteReadReplicaCommandOutput>;
572
- promoteReadReplica(args: PromoteReadReplicaCommandInput, cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void): void;
573
- promoteReadReplica(args: PromoteReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void): void;
574
-
575
- promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<PromoteReadReplicaDBClusterCommandOutput>;
576
- promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void): void;
577
- promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void): void;
578
-
579
- purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseReservedDBInstancesOfferingCommandOutput>;
580
- purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
581
- purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
582
-
583
- rebootDBCluster(args: RebootDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBClusterCommandOutput>;
584
- rebootDBCluster(args: RebootDBClusterCommandInput, cb: (err: any, data?: RebootDBClusterCommandOutput) => void): void;
585
- rebootDBCluster(args: RebootDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBClusterCommandOutput) => void): void;
586
-
587
- rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
588
- rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
589
- rebootDBInstance(args: RebootDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
590
-
591
- registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterDBProxyTargetsCommandOutput>;
592
- registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void): void;
593
- registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void): void;
594
-
595
- removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFromGlobalClusterCommandOutput>;
596
- removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
597
- removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
598
-
599
- removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBClusterCommandOutput>;
600
- removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void): void;
601
- removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void): void;
602
-
603
- removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBInstanceCommandOutput>;
604
- removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void): void;
605
- removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void): void;
606
-
607
- removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
608
- removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
609
- removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
610
-
611
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
612
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
613
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
614
-
615
- resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBClusterParameterGroupCommandOutput>;
616
- resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
617
- resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
618
-
619
- resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBParameterGroupCommandOutput>;
620
- resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void): void;
621
- resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void): void;
622
-
623
- restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromS3CommandOutput>;
624
- restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
625
- restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
626
-
627
- restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
628
- restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
629
- restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
630
-
631
- restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
632
- restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
633
- restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
634
-
635
- restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromDBSnapshotCommandOutput>;
636
- restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void): void;
637
- restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void): void;
638
-
639
- restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromS3CommandOutput>;
640
- restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
641
- restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
642
-
643
- restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceToPointInTimeCommandOutput>;
644
- restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void): void;
645
- restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void): void;
646
-
647
- revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<RevokeDBSecurityGroupIngressCommandOutput>;
648
- revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void): void;
649
- revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void): void;
650
-
651
- startActivityStream(args: StartActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<StartActivityStreamCommandOutput>;
652
- startActivityStream(args: StartActivityStreamCommandInput, cb: (err: any, data?: StartActivityStreamCommandOutput) => void): void;
653
- startActivityStream(args: StartActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartActivityStreamCommandOutput) => void): void;
654
-
655
- startDBCluster(args: StartDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StartDBClusterCommandOutput>;
656
- startDBCluster(args: StartDBClusterCommandInput, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
657
- startDBCluster(args: StartDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
658
-
659
- startDBInstance(args: StartDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StartDBInstanceCommandOutput>;
660
- startDBInstance(args: StartDBInstanceCommandInput, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
661
- startDBInstance(args: StartDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
662
-
663
- startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StartDBInstanceAutomatedBackupsReplicationCommandOutput>;
664
- startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
665
- startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
666
-
667
- startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
668
- startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
669
- startExportTask(args: StartExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
670
-
671
- stopActivityStream(args: StopActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<StopActivityStreamCommandOutput>;
672
- stopActivityStream(args: StopActivityStreamCommandInput, cb: (err: any, data?: StopActivityStreamCommandOutput) => void): void;
673
- stopActivityStream(args: StopActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopActivityStreamCommandOutput) => void): void;
674
-
675
- stopDBCluster(args: StopDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StopDBClusterCommandOutput>;
676
- stopDBCluster(args: StopDBClusterCommandInput, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
677
- stopDBCluster(args: StopDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
678
-
679
- stopDBInstance(args: StopDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StopDBInstanceCommandOutput>;
680
- stopDBInstance(args: StopDBInstanceCommandInput, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
681
- stopDBInstance(args: StopDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
682
-
683
- stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StopDBInstanceAutomatedBackupsReplicationCommandOutput>;
684
- stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
685
- stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
686
-
687
- switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<SwitchoverReadReplicaCommandOutput>;
688
- switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void): void;
689
- switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void): void;
690
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddRoleToDBClusterCommandInput,
4
+ AddRoleToDBClusterCommandOutput,
5
+ } from "./commands/AddRoleToDBClusterCommand";
6
+ import {
7
+ AddRoleToDBInstanceCommandInput,
8
+ AddRoleToDBInstanceCommandOutput,
9
+ } from "./commands/AddRoleToDBInstanceCommand";
10
+ import {
11
+ AddSourceIdentifierToSubscriptionCommandInput,
12
+ AddSourceIdentifierToSubscriptionCommandOutput,
13
+ } from "./commands/AddSourceIdentifierToSubscriptionCommand";
14
+ import {
15
+ AddTagsToResourceCommandInput,
16
+ AddTagsToResourceCommandOutput,
17
+ } from "./commands/AddTagsToResourceCommand";
18
+ import {
19
+ ApplyPendingMaintenanceActionCommandInput,
20
+ ApplyPendingMaintenanceActionCommandOutput,
21
+ } from "./commands/ApplyPendingMaintenanceActionCommand";
22
+ import {
23
+ AuthorizeDBSecurityGroupIngressCommandInput,
24
+ AuthorizeDBSecurityGroupIngressCommandOutput,
25
+ } from "./commands/AuthorizeDBSecurityGroupIngressCommand";
26
+ import {
27
+ BacktrackDBClusterCommandInput,
28
+ BacktrackDBClusterCommandOutput,
29
+ } from "./commands/BacktrackDBClusterCommand";
30
+ import {
31
+ CancelExportTaskCommandInput,
32
+ CancelExportTaskCommandOutput,
33
+ } from "./commands/CancelExportTaskCommand";
34
+ import {
35
+ CopyDBClusterParameterGroupCommandInput,
36
+ CopyDBClusterParameterGroupCommandOutput,
37
+ } from "./commands/CopyDBClusterParameterGroupCommand";
38
+ import {
39
+ CopyDBClusterSnapshotCommandInput,
40
+ CopyDBClusterSnapshotCommandOutput,
41
+ } from "./commands/CopyDBClusterSnapshotCommand";
42
+ import {
43
+ CopyDBParameterGroupCommandInput,
44
+ CopyDBParameterGroupCommandOutput,
45
+ } from "./commands/CopyDBParameterGroupCommand";
46
+ import {
47
+ CopyDBSnapshotCommandInput,
48
+ CopyDBSnapshotCommandOutput,
49
+ } from "./commands/CopyDBSnapshotCommand";
50
+ import {
51
+ CopyOptionGroupCommandInput,
52
+ CopyOptionGroupCommandOutput,
53
+ } from "./commands/CopyOptionGroupCommand";
54
+ import {
55
+ CreateCustomDBEngineVersionCommandInput,
56
+ CreateCustomDBEngineVersionCommandOutput,
57
+ } from "./commands/CreateCustomDBEngineVersionCommand";
58
+ import {
59
+ CreateDBClusterCommandInput,
60
+ CreateDBClusterCommandOutput,
61
+ } from "./commands/CreateDBClusterCommand";
62
+ import {
63
+ CreateDBClusterEndpointCommandInput,
64
+ CreateDBClusterEndpointCommandOutput,
65
+ } from "./commands/CreateDBClusterEndpointCommand";
66
+ import {
67
+ CreateDBClusterParameterGroupCommandInput,
68
+ CreateDBClusterParameterGroupCommandOutput,
69
+ } from "./commands/CreateDBClusterParameterGroupCommand";
70
+ import {
71
+ CreateDBClusterSnapshotCommandInput,
72
+ CreateDBClusterSnapshotCommandOutput,
73
+ } from "./commands/CreateDBClusterSnapshotCommand";
74
+ import {
75
+ CreateDBInstanceCommandInput,
76
+ CreateDBInstanceCommandOutput,
77
+ } from "./commands/CreateDBInstanceCommand";
78
+ import {
79
+ CreateDBInstanceReadReplicaCommandInput,
80
+ CreateDBInstanceReadReplicaCommandOutput,
81
+ } from "./commands/CreateDBInstanceReadReplicaCommand";
82
+ import {
83
+ CreateDBParameterGroupCommandInput,
84
+ CreateDBParameterGroupCommandOutput,
85
+ } from "./commands/CreateDBParameterGroupCommand";
86
+ import {
87
+ CreateDBProxyCommandInput,
88
+ CreateDBProxyCommandOutput,
89
+ } from "./commands/CreateDBProxyCommand";
90
+ import {
91
+ CreateDBProxyEndpointCommandInput,
92
+ CreateDBProxyEndpointCommandOutput,
93
+ } from "./commands/CreateDBProxyEndpointCommand";
94
+ import {
95
+ CreateDBSecurityGroupCommandInput,
96
+ CreateDBSecurityGroupCommandOutput,
97
+ } from "./commands/CreateDBSecurityGroupCommand";
98
+ import {
99
+ CreateDBSnapshotCommandInput,
100
+ CreateDBSnapshotCommandOutput,
101
+ } from "./commands/CreateDBSnapshotCommand";
102
+ import {
103
+ CreateDBSubnetGroupCommandInput,
104
+ CreateDBSubnetGroupCommandOutput,
105
+ } from "./commands/CreateDBSubnetGroupCommand";
106
+ import {
107
+ CreateEventSubscriptionCommandInput,
108
+ CreateEventSubscriptionCommandOutput,
109
+ } from "./commands/CreateEventSubscriptionCommand";
110
+ import {
111
+ CreateGlobalClusterCommandInput,
112
+ CreateGlobalClusterCommandOutput,
113
+ } from "./commands/CreateGlobalClusterCommand";
114
+ import {
115
+ CreateOptionGroupCommandInput,
116
+ CreateOptionGroupCommandOutput,
117
+ } from "./commands/CreateOptionGroupCommand";
118
+ import {
119
+ DeleteCustomDBEngineVersionCommandInput,
120
+ DeleteCustomDBEngineVersionCommandOutput,
121
+ } from "./commands/DeleteCustomDBEngineVersionCommand";
122
+ import {
123
+ DeleteDBClusterCommandInput,
124
+ DeleteDBClusterCommandOutput,
125
+ } from "./commands/DeleteDBClusterCommand";
126
+ import {
127
+ DeleteDBClusterEndpointCommandInput,
128
+ DeleteDBClusterEndpointCommandOutput,
129
+ } from "./commands/DeleteDBClusterEndpointCommand";
130
+ import {
131
+ DeleteDBClusterParameterGroupCommandInput,
132
+ DeleteDBClusterParameterGroupCommandOutput,
133
+ } from "./commands/DeleteDBClusterParameterGroupCommand";
134
+ import {
135
+ DeleteDBClusterSnapshotCommandInput,
136
+ DeleteDBClusterSnapshotCommandOutput,
137
+ } from "./commands/DeleteDBClusterSnapshotCommand";
138
+ import {
139
+ DeleteDBInstanceAutomatedBackupCommandInput,
140
+ DeleteDBInstanceAutomatedBackupCommandOutput,
141
+ } from "./commands/DeleteDBInstanceAutomatedBackupCommand";
142
+ import {
143
+ DeleteDBInstanceCommandInput,
144
+ DeleteDBInstanceCommandOutput,
145
+ } from "./commands/DeleteDBInstanceCommand";
146
+ import {
147
+ DeleteDBParameterGroupCommandInput,
148
+ DeleteDBParameterGroupCommandOutput,
149
+ } from "./commands/DeleteDBParameterGroupCommand";
150
+ import {
151
+ DeleteDBProxyCommandInput,
152
+ DeleteDBProxyCommandOutput,
153
+ } from "./commands/DeleteDBProxyCommand";
154
+ import {
155
+ DeleteDBProxyEndpointCommandInput,
156
+ DeleteDBProxyEndpointCommandOutput,
157
+ } from "./commands/DeleteDBProxyEndpointCommand";
158
+ import {
159
+ DeleteDBSecurityGroupCommandInput,
160
+ DeleteDBSecurityGroupCommandOutput,
161
+ } from "./commands/DeleteDBSecurityGroupCommand";
162
+ import {
163
+ DeleteDBSnapshotCommandInput,
164
+ DeleteDBSnapshotCommandOutput,
165
+ } from "./commands/DeleteDBSnapshotCommand";
166
+ import {
167
+ DeleteDBSubnetGroupCommandInput,
168
+ DeleteDBSubnetGroupCommandOutput,
169
+ } from "./commands/DeleteDBSubnetGroupCommand";
170
+ import {
171
+ DeleteEventSubscriptionCommandInput,
172
+ DeleteEventSubscriptionCommandOutput,
173
+ } from "./commands/DeleteEventSubscriptionCommand";
174
+ import {
175
+ DeleteGlobalClusterCommandInput,
176
+ DeleteGlobalClusterCommandOutput,
177
+ } from "./commands/DeleteGlobalClusterCommand";
178
+ import {
179
+ DeleteOptionGroupCommandInput,
180
+ DeleteOptionGroupCommandOutput,
181
+ } from "./commands/DeleteOptionGroupCommand";
182
+ import {
183
+ DeregisterDBProxyTargetsCommandInput,
184
+ DeregisterDBProxyTargetsCommandOutput,
185
+ } from "./commands/DeregisterDBProxyTargetsCommand";
186
+ import {
187
+ DescribeAccountAttributesCommandInput,
188
+ DescribeAccountAttributesCommandOutput,
189
+ } from "./commands/DescribeAccountAttributesCommand";
190
+ import {
191
+ DescribeCertificatesCommandInput,
192
+ DescribeCertificatesCommandOutput,
193
+ } from "./commands/DescribeCertificatesCommand";
194
+ import {
195
+ DescribeDBClusterBacktracksCommandInput,
196
+ DescribeDBClusterBacktracksCommandOutput,
197
+ } from "./commands/DescribeDBClusterBacktracksCommand";
198
+ import {
199
+ DescribeDBClusterEndpointsCommandInput,
200
+ DescribeDBClusterEndpointsCommandOutput,
201
+ } from "./commands/DescribeDBClusterEndpointsCommand";
202
+ import {
203
+ DescribeDBClusterParameterGroupsCommandInput,
204
+ DescribeDBClusterParameterGroupsCommandOutput,
205
+ } from "./commands/DescribeDBClusterParameterGroupsCommand";
206
+ import {
207
+ DescribeDBClusterParametersCommandInput,
208
+ DescribeDBClusterParametersCommandOutput,
209
+ } from "./commands/DescribeDBClusterParametersCommand";
210
+ import {
211
+ DescribeDBClustersCommandInput,
212
+ DescribeDBClustersCommandOutput,
213
+ } from "./commands/DescribeDBClustersCommand";
214
+ import {
215
+ DescribeDBClusterSnapshotAttributesCommandInput,
216
+ DescribeDBClusterSnapshotAttributesCommandOutput,
217
+ } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
218
+ import {
219
+ DescribeDBClusterSnapshotsCommandInput,
220
+ DescribeDBClusterSnapshotsCommandOutput,
221
+ } from "./commands/DescribeDBClusterSnapshotsCommand";
222
+ import {
223
+ DescribeDBEngineVersionsCommandInput,
224
+ DescribeDBEngineVersionsCommandOutput,
225
+ } from "./commands/DescribeDBEngineVersionsCommand";
226
+ import {
227
+ DescribeDBInstanceAutomatedBackupsCommandInput,
228
+ DescribeDBInstanceAutomatedBackupsCommandOutput,
229
+ } from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
230
+ import {
231
+ DescribeDBInstancesCommandInput,
232
+ DescribeDBInstancesCommandOutput,
233
+ } from "./commands/DescribeDBInstancesCommand";
234
+ import {
235
+ DescribeDBLogFilesCommandInput,
236
+ DescribeDBLogFilesCommandOutput,
237
+ } from "./commands/DescribeDBLogFilesCommand";
238
+ import {
239
+ DescribeDBParameterGroupsCommandInput,
240
+ DescribeDBParameterGroupsCommandOutput,
241
+ } from "./commands/DescribeDBParameterGroupsCommand";
242
+ import {
243
+ DescribeDBParametersCommandInput,
244
+ DescribeDBParametersCommandOutput,
245
+ } from "./commands/DescribeDBParametersCommand";
246
+ import {
247
+ DescribeDBProxiesCommandInput,
248
+ DescribeDBProxiesCommandOutput,
249
+ } from "./commands/DescribeDBProxiesCommand";
250
+ import {
251
+ DescribeDBProxyEndpointsCommandInput,
252
+ DescribeDBProxyEndpointsCommandOutput,
253
+ } from "./commands/DescribeDBProxyEndpointsCommand";
254
+ import {
255
+ DescribeDBProxyTargetGroupsCommandInput,
256
+ DescribeDBProxyTargetGroupsCommandOutput,
257
+ } from "./commands/DescribeDBProxyTargetGroupsCommand";
258
+ import {
259
+ DescribeDBProxyTargetsCommandInput,
260
+ DescribeDBProxyTargetsCommandOutput,
261
+ } from "./commands/DescribeDBProxyTargetsCommand";
262
+ import {
263
+ DescribeDBSecurityGroupsCommandInput,
264
+ DescribeDBSecurityGroupsCommandOutput,
265
+ } from "./commands/DescribeDBSecurityGroupsCommand";
266
+ import {
267
+ DescribeDBSnapshotAttributesCommandInput,
268
+ DescribeDBSnapshotAttributesCommandOutput,
269
+ } from "./commands/DescribeDBSnapshotAttributesCommand";
270
+ import {
271
+ DescribeDBSnapshotsCommandInput,
272
+ DescribeDBSnapshotsCommandOutput,
273
+ } from "./commands/DescribeDBSnapshotsCommand";
274
+ import {
275
+ DescribeDBSubnetGroupsCommandInput,
276
+ DescribeDBSubnetGroupsCommandOutput,
277
+ } from "./commands/DescribeDBSubnetGroupsCommand";
278
+ import {
279
+ DescribeEngineDefaultClusterParametersCommandInput,
280
+ DescribeEngineDefaultClusterParametersCommandOutput,
281
+ } from "./commands/DescribeEngineDefaultClusterParametersCommand";
282
+ import {
283
+ DescribeEngineDefaultParametersCommandInput,
284
+ DescribeEngineDefaultParametersCommandOutput,
285
+ } from "./commands/DescribeEngineDefaultParametersCommand";
286
+ import {
287
+ DescribeEventCategoriesCommandInput,
288
+ DescribeEventCategoriesCommandOutput,
289
+ } from "./commands/DescribeEventCategoriesCommand";
290
+ import {
291
+ DescribeEventsCommandInput,
292
+ DescribeEventsCommandOutput,
293
+ } from "./commands/DescribeEventsCommand";
294
+ import {
295
+ DescribeEventSubscriptionsCommandInput,
296
+ DescribeEventSubscriptionsCommandOutput,
297
+ } from "./commands/DescribeEventSubscriptionsCommand";
298
+ import {
299
+ DescribeExportTasksCommandInput,
300
+ DescribeExportTasksCommandOutput,
301
+ } from "./commands/DescribeExportTasksCommand";
302
+ import {
303
+ DescribeGlobalClustersCommandInput,
304
+ DescribeGlobalClustersCommandOutput,
305
+ } from "./commands/DescribeGlobalClustersCommand";
306
+ import {
307
+ DescribeOptionGroupOptionsCommandInput,
308
+ DescribeOptionGroupOptionsCommandOutput,
309
+ } from "./commands/DescribeOptionGroupOptionsCommand";
310
+ import {
311
+ DescribeOptionGroupsCommandInput,
312
+ DescribeOptionGroupsCommandOutput,
313
+ } from "./commands/DescribeOptionGroupsCommand";
314
+ import {
315
+ DescribeOrderableDBInstanceOptionsCommandInput,
316
+ DescribeOrderableDBInstanceOptionsCommandOutput,
317
+ } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
318
+ import {
319
+ DescribePendingMaintenanceActionsCommandInput,
320
+ DescribePendingMaintenanceActionsCommandOutput,
321
+ } from "./commands/DescribePendingMaintenanceActionsCommand";
322
+ import {
323
+ DescribeReservedDBInstancesCommandInput,
324
+ DescribeReservedDBInstancesCommandOutput,
325
+ } from "./commands/DescribeReservedDBInstancesCommand";
326
+ import {
327
+ DescribeReservedDBInstancesOfferingsCommandInput,
328
+ DescribeReservedDBInstancesOfferingsCommandOutput,
329
+ } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
330
+ import {
331
+ DescribeSourceRegionsCommandInput,
332
+ DescribeSourceRegionsCommandOutput,
333
+ } from "./commands/DescribeSourceRegionsCommand";
334
+ import {
335
+ DescribeValidDBInstanceModificationsCommandInput,
336
+ DescribeValidDBInstanceModificationsCommandOutput,
337
+ } from "./commands/DescribeValidDBInstanceModificationsCommand";
338
+ import {
339
+ DownloadDBLogFilePortionCommandInput,
340
+ DownloadDBLogFilePortionCommandOutput,
341
+ } from "./commands/DownloadDBLogFilePortionCommand";
342
+ import {
343
+ FailoverDBClusterCommandInput,
344
+ FailoverDBClusterCommandOutput,
345
+ } from "./commands/FailoverDBClusterCommand";
346
+ import {
347
+ FailoverGlobalClusterCommandInput,
348
+ FailoverGlobalClusterCommandOutput,
349
+ } from "./commands/FailoverGlobalClusterCommand";
350
+ import {
351
+ ListTagsForResourceCommandInput,
352
+ ListTagsForResourceCommandOutput,
353
+ } from "./commands/ListTagsForResourceCommand";
354
+ import {
355
+ ModifyActivityStreamCommandInput,
356
+ ModifyActivityStreamCommandOutput,
357
+ } from "./commands/ModifyActivityStreamCommand";
358
+ import {
359
+ ModifyCertificatesCommandInput,
360
+ ModifyCertificatesCommandOutput,
361
+ } from "./commands/ModifyCertificatesCommand";
362
+ import {
363
+ ModifyCurrentDBClusterCapacityCommandInput,
364
+ ModifyCurrentDBClusterCapacityCommandOutput,
365
+ } from "./commands/ModifyCurrentDBClusterCapacityCommand";
366
+ import {
367
+ ModifyCustomDBEngineVersionCommandInput,
368
+ ModifyCustomDBEngineVersionCommandOutput,
369
+ } from "./commands/ModifyCustomDBEngineVersionCommand";
370
+ import {
371
+ ModifyDBClusterCommandInput,
372
+ ModifyDBClusterCommandOutput,
373
+ } from "./commands/ModifyDBClusterCommand";
374
+ import {
375
+ ModifyDBClusterEndpointCommandInput,
376
+ ModifyDBClusterEndpointCommandOutput,
377
+ } from "./commands/ModifyDBClusterEndpointCommand";
378
+ import {
379
+ ModifyDBClusterParameterGroupCommandInput,
380
+ ModifyDBClusterParameterGroupCommandOutput,
381
+ } from "./commands/ModifyDBClusterParameterGroupCommand";
382
+ import {
383
+ ModifyDBClusterSnapshotAttributeCommandInput,
384
+ ModifyDBClusterSnapshotAttributeCommandOutput,
385
+ } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
386
+ import {
387
+ ModifyDBInstanceCommandInput,
388
+ ModifyDBInstanceCommandOutput,
389
+ } from "./commands/ModifyDBInstanceCommand";
390
+ import {
391
+ ModifyDBParameterGroupCommandInput,
392
+ ModifyDBParameterGroupCommandOutput,
393
+ } from "./commands/ModifyDBParameterGroupCommand";
394
+ import {
395
+ ModifyDBProxyCommandInput,
396
+ ModifyDBProxyCommandOutput,
397
+ } from "./commands/ModifyDBProxyCommand";
398
+ import {
399
+ ModifyDBProxyEndpointCommandInput,
400
+ ModifyDBProxyEndpointCommandOutput,
401
+ } from "./commands/ModifyDBProxyEndpointCommand";
402
+ import {
403
+ ModifyDBProxyTargetGroupCommandInput,
404
+ ModifyDBProxyTargetGroupCommandOutput,
405
+ } from "./commands/ModifyDBProxyTargetGroupCommand";
406
+ import {
407
+ ModifyDBSnapshotAttributeCommandInput,
408
+ ModifyDBSnapshotAttributeCommandOutput,
409
+ } from "./commands/ModifyDBSnapshotAttributeCommand";
410
+ import {
411
+ ModifyDBSnapshotCommandInput,
412
+ ModifyDBSnapshotCommandOutput,
413
+ } from "./commands/ModifyDBSnapshotCommand";
414
+ import {
415
+ ModifyDBSubnetGroupCommandInput,
416
+ ModifyDBSubnetGroupCommandOutput,
417
+ } from "./commands/ModifyDBSubnetGroupCommand";
418
+ import {
419
+ ModifyEventSubscriptionCommandInput,
420
+ ModifyEventSubscriptionCommandOutput,
421
+ } from "./commands/ModifyEventSubscriptionCommand";
422
+ import {
423
+ ModifyGlobalClusterCommandInput,
424
+ ModifyGlobalClusterCommandOutput,
425
+ } from "./commands/ModifyGlobalClusterCommand";
426
+ import {
427
+ ModifyOptionGroupCommandInput,
428
+ ModifyOptionGroupCommandOutput,
429
+ } from "./commands/ModifyOptionGroupCommand";
430
+ import {
431
+ PromoteReadReplicaCommandInput,
432
+ PromoteReadReplicaCommandOutput,
433
+ } from "./commands/PromoteReadReplicaCommand";
434
+ import {
435
+ PromoteReadReplicaDBClusterCommandInput,
436
+ PromoteReadReplicaDBClusterCommandOutput,
437
+ } from "./commands/PromoteReadReplicaDBClusterCommand";
438
+ import {
439
+ PurchaseReservedDBInstancesOfferingCommandInput,
440
+ PurchaseReservedDBInstancesOfferingCommandOutput,
441
+ } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
442
+ import {
443
+ RebootDBClusterCommandInput,
444
+ RebootDBClusterCommandOutput,
445
+ } from "./commands/RebootDBClusterCommand";
446
+ import {
447
+ RebootDBInstanceCommandInput,
448
+ RebootDBInstanceCommandOutput,
449
+ } from "./commands/RebootDBInstanceCommand";
450
+ import {
451
+ RegisterDBProxyTargetsCommandInput,
452
+ RegisterDBProxyTargetsCommandOutput,
453
+ } from "./commands/RegisterDBProxyTargetsCommand";
454
+ import {
455
+ RemoveFromGlobalClusterCommandInput,
456
+ RemoveFromGlobalClusterCommandOutput,
457
+ } from "./commands/RemoveFromGlobalClusterCommand";
458
+ import {
459
+ RemoveRoleFromDBClusterCommandInput,
460
+ RemoveRoleFromDBClusterCommandOutput,
461
+ } from "./commands/RemoveRoleFromDBClusterCommand";
462
+ import {
463
+ RemoveRoleFromDBInstanceCommandInput,
464
+ RemoveRoleFromDBInstanceCommandOutput,
465
+ } from "./commands/RemoveRoleFromDBInstanceCommand";
466
+ import {
467
+ RemoveSourceIdentifierFromSubscriptionCommandInput,
468
+ RemoveSourceIdentifierFromSubscriptionCommandOutput,
469
+ } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
470
+ import {
471
+ RemoveTagsFromResourceCommandInput,
472
+ RemoveTagsFromResourceCommandOutput,
473
+ } from "./commands/RemoveTagsFromResourceCommand";
474
+ import {
475
+ ResetDBClusterParameterGroupCommandInput,
476
+ ResetDBClusterParameterGroupCommandOutput,
477
+ } from "./commands/ResetDBClusterParameterGroupCommand";
478
+ import {
479
+ ResetDBParameterGroupCommandInput,
480
+ ResetDBParameterGroupCommandOutput,
481
+ } from "./commands/ResetDBParameterGroupCommand";
482
+ import {
483
+ RestoreDBClusterFromS3CommandInput,
484
+ RestoreDBClusterFromS3CommandOutput,
485
+ } from "./commands/RestoreDBClusterFromS3Command";
486
+ import {
487
+ RestoreDBClusterFromSnapshotCommandInput,
488
+ RestoreDBClusterFromSnapshotCommandOutput,
489
+ } from "./commands/RestoreDBClusterFromSnapshotCommand";
490
+ import {
491
+ RestoreDBClusterToPointInTimeCommandInput,
492
+ RestoreDBClusterToPointInTimeCommandOutput,
493
+ } from "./commands/RestoreDBClusterToPointInTimeCommand";
494
+ import {
495
+ RestoreDBInstanceFromDBSnapshotCommandInput,
496
+ RestoreDBInstanceFromDBSnapshotCommandOutput,
497
+ } from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
498
+ import {
499
+ RestoreDBInstanceFromS3CommandInput,
500
+ RestoreDBInstanceFromS3CommandOutput,
501
+ } from "./commands/RestoreDBInstanceFromS3Command";
502
+ import {
503
+ RestoreDBInstanceToPointInTimeCommandInput,
504
+ RestoreDBInstanceToPointInTimeCommandOutput,
505
+ } from "./commands/RestoreDBInstanceToPointInTimeCommand";
506
+ import {
507
+ RevokeDBSecurityGroupIngressCommandInput,
508
+ RevokeDBSecurityGroupIngressCommandOutput,
509
+ } from "./commands/RevokeDBSecurityGroupIngressCommand";
510
+ import {
511
+ StartActivityStreamCommandInput,
512
+ StartActivityStreamCommandOutput,
513
+ } from "./commands/StartActivityStreamCommand";
514
+ import {
515
+ StartDBClusterCommandInput,
516
+ StartDBClusterCommandOutput,
517
+ } from "./commands/StartDBClusterCommand";
518
+ import {
519
+ StartDBInstanceAutomatedBackupsReplicationCommandInput,
520
+ StartDBInstanceAutomatedBackupsReplicationCommandOutput,
521
+ } from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
522
+ import {
523
+ StartDBInstanceCommandInput,
524
+ StartDBInstanceCommandOutput,
525
+ } from "./commands/StartDBInstanceCommand";
526
+ import {
527
+ StartExportTaskCommandInput,
528
+ StartExportTaskCommandOutput,
529
+ } from "./commands/StartExportTaskCommand";
530
+ import {
531
+ StopActivityStreamCommandInput,
532
+ StopActivityStreamCommandOutput,
533
+ } from "./commands/StopActivityStreamCommand";
534
+ import {
535
+ StopDBClusterCommandInput,
536
+ StopDBClusterCommandOutput,
537
+ } from "./commands/StopDBClusterCommand";
538
+ import {
539
+ StopDBInstanceAutomatedBackupsReplicationCommandInput,
540
+ StopDBInstanceAutomatedBackupsReplicationCommandOutput,
541
+ } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
542
+ import {
543
+ StopDBInstanceCommandInput,
544
+ StopDBInstanceCommandOutput,
545
+ } from "./commands/StopDBInstanceCommand";
546
+ import {
547
+ SwitchoverReadReplicaCommandInput,
548
+ SwitchoverReadReplicaCommandOutput,
549
+ } from "./commands/SwitchoverReadReplicaCommand";
550
+ import { RDSClient } from "./RDSClient";
551
+
552
+ export declare class RDS extends RDSClient {
553
+ addRoleToDBCluster(
554
+ args: AddRoleToDBClusterCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<AddRoleToDBClusterCommandOutput>;
557
+ addRoleToDBCluster(
558
+ args: AddRoleToDBClusterCommandInput,
559
+ cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void
560
+ ): void;
561
+ addRoleToDBCluster(
562
+ args: AddRoleToDBClusterCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void
565
+ ): void;
566
+
567
+ addRoleToDBInstance(
568
+ args: AddRoleToDBInstanceCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<AddRoleToDBInstanceCommandOutput>;
571
+ addRoleToDBInstance(
572
+ args: AddRoleToDBInstanceCommandInput,
573
+ cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void
574
+ ): void;
575
+ addRoleToDBInstance(
576
+ args: AddRoleToDBInstanceCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void
579
+ ): void;
580
+
581
+ addSourceIdentifierToSubscription(
582
+ args: AddSourceIdentifierToSubscriptionCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
585
+ addSourceIdentifierToSubscription(
586
+ args: AddSourceIdentifierToSubscriptionCommandInput,
587
+ cb: (
588
+ err: any,
589
+ data?: AddSourceIdentifierToSubscriptionCommandOutput
590
+ ) => void
591
+ ): void;
592
+ addSourceIdentifierToSubscription(
593
+ args: AddSourceIdentifierToSubscriptionCommandInput,
594
+ options: __HttpHandlerOptions,
595
+ cb: (
596
+ err: any,
597
+ data?: AddSourceIdentifierToSubscriptionCommandOutput
598
+ ) => void
599
+ ): void;
600
+
601
+ addTagsToResource(
602
+ args: AddTagsToResourceCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<AddTagsToResourceCommandOutput>;
605
+ addTagsToResource(
606
+ args: AddTagsToResourceCommandInput,
607
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
608
+ ): void;
609
+ addTagsToResource(
610
+ args: AddTagsToResourceCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
613
+ ): void;
614
+
615
+ applyPendingMaintenanceAction(
616
+ args: ApplyPendingMaintenanceActionCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<ApplyPendingMaintenanceActionCommandOutput>;
619
+ applyPendingMaintenanceAction(
620
+ args: ApplyPendingMaintenanceActionCommandInput,
621
+ cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
622
+ ): void;
623
+ applyPendingMaintenanceAction(
624
+ args: ApplyPendingMaintenanceActionCommandInput,
625
+ options: __HttpHandlerOptions,
626
+ cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
627
+ ): void;
628
+
629
+ authorizeDBSecurityGroupIngress(
630
+ args: AuthorizeDBSecurityGroupIngressCommandInput,
631
+ options?: __HttpHandlerOptions
632
+ ): Promise<AuthorizeDBSecurityGroupIngressCommandOutput>;
633
+ authorizeDBSecurityGroupIngress(
634
+ args: AuthorizeDBSecurityGroupIngressCommandInput,
635
+ cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void
636
+ ): void;
637
+ authorizeDBSecurityGroupIngress(
638
+ args: AuthorizeDBSecurityGroupIngressCommandInput,
639
+ options: __HttpHandlerOptions,
640
+ cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void
641
+ ): void;
642
+
643
+ backtrackDBCluster(
644
+ args: BacktrackDBClusterCommandInput,
645
+ options?: __HttpHandlerOptions
646
+ ): Promise<BacktrackDBClusterCommandOutput>;
647
+ backtrackDBCluster(
648
+ args: BacktrackDBClusterCommandInput,
649
+ cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void
650
+ ): void;
651
+ backtrackDBCluster(
652
+ args: BacktrackDBClusterCommandInput,
653
+ options: __HttpHandlerOptions,
654
+ cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void
655
+ ): void;
656
+
657
+ cancelExportTask(
658
+ args: CancelExportTaskCommandInput,
659
+ options?: __HttpHandlerOptions
660
+ ): Promise<CancelExportTaskCommandOutput>;
661
+ cancelExportTask(
662
+ args: CancelExportTaskCommandInput,
663
+ cb: (err: any, data?: CancelExportTaskCommandOutput) => void
664
+ ): void;
665
+ cancelExportTask(
666
+ args: CancelExportTaskCommandInput,
667
+ options: __HttpHandlerOptions,
668
+ cb: (err: any, data?: CancelExportTaskCommandOutput) => void
669
+ ): void;
670
+
671
+ copyDBClusterParameterGroup(
672
+ args: CopyDBClusterParameterGroupCommandInput,
673
+ options?: __HttpHandlerOptions
674
+ ): Promise<CopyDBClusterParameterGroupCommandOutput>;
675
+ copyDBClusterParameterGroup(
676
+ args: CopyDBClusterParameterGroupCommandInput,
677
+ cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void
678
+ ): void;
679
+ copyDBClusterParameterGroup(
680
+ args: CopyDBClusterParameterGroupCommandInput,
681
+ options: __HttpHandlerOptions,
682
+ cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void
683
+ ): void;
684
+
685
+ copyDBClusterSnapshot(
686
+ args: CopyDBClusterSnapshotCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<CopyDBClusterSnapshotCommandOutput>;
689
+ copyDBClusterSnapshot(
690
+ args: CopyDBClusterSnapshotCommandInput,
691
+ cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void
692
+ ): void;
693
+ copyDBClusterSnapshot(
694
+ args: CopyDBClusterSnapshotCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void
697
+ ): void;
698
+
699
+ copyDBParameterGroup(
700
+ args: CopyDBParameterGroupCommandInput,
701
+ options?: __HttpHandlerOptions
702
+ ): Promise<CopyDBParameterGroupCommandOutput>;
703
+ copyDBParameterGroup(
704
+ args: CopyDBParameterGroupCommandInput,
705
+ cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void
706
+ ): void;
707
+ copyDBParameterGroup(
708
+ args: CopyDBParameterGroupCommandInput,
709
+ options: __HttpHandlerOptions,
710
+ cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void
711
+ ): void;
712
+
713
+ copyDBSnapshot(
714
+ args: CopyDBSnapshotCommandInput,
715
+ options?: __HttpHandlerOptions
716
+ ): Promise<CopyDBSnapshotCommandOutput>;
717
+ copyDBSnapshot(
718
+ args: CopyDBSnapshotCommandInput,
719
+ cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void
720
+ ): void;
721
+ copyDBSnapshot(
722
+ args: CopyDBSnapshotCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void
725
+ ): void;
726
+
727
+ copyOptionGroup(
728
+ args: CopyOptionGroupCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<CopyOptionGroupCommandOutput>;
731
+ copyOptionGroup(
732
+ args: CopyOptionGroupCommandInput,
733
+ cb: (err: any, data?: CopyOptionGroupCommandOutput) => void
734
+ ): void;
735
+ copyOptionGroup(
736
+ args: CopyOptionGroupCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: CopyOptionGroupCommandOutput) => void
739
+ ): void;
740
+
741
+ createCustomDBEngineVersion(
742
+ args: CreateCustomDBEngineVersionCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<CreateCustomDBEngineVersionCommandOutput>;
745
+ createCustomDBEngineVersion(
746
+ args: CreateCustomDBEngineVersionCommandInput,
747
+ cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void
748
+ ): void;
749
+ createCustomDBEngineVersion(
750
+ args: CreateCustomDBEngineVersionCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void
753
+ ): void;
754
+
755
+ createDBCluster(
756
+ args: CreateDBClusterCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<CreateDBClusterCommandOutput>;
759
+ createDBCluster(
760
+ args: CreateDBClusterCommandInput,
761
+ cb: (err: any, data?: CreateDBClusterCommandOutput) => void
762
+ ): void;
763
+ createDBCluster(
764
+ args: CreateDBClusterCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: CreateDBClusterCommandOutput) => void
767
+ ): void;
768
+
769
+ createDBClusterEndpoint(
770
+ args: CreateDBClusterEndpointCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<CreateDBClusterEndpointCommandOutput>;
773
+ createDBClusterEndpoint(
774
+ args: CreateDBClusterEndpointCommandInput,
775
+ cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void
776
+ ): void;
777
+ createDBClusterEndpoint(
778
+ args: CreateDBClusterEndpointCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void
781
+ ): void;
782
+
783
+ createDBClusterParameterGroup(
784
+ args: CreateDBClusterParameterGroupCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<CreateDBClusterParameterGroupCommandOutput>;
787
+ createDBClusterParameterGroup(
788
+ args: CreateDBClusterParameterGroupCommandInput,
789
+ cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void
790
+ ): void;
791
+ createDBClusterParameterGroup(
792
+ args: CreateDBClusterParameterGroupCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void
795
+ ): void;
796
+
797
+ createDBClusterSnapshot(
798
+ args: CreateDBClusterSnapshotCommandInput,
799
+ options?: __HttpHandlerOptions
800
+ ): Promise<CreateDBClusterSnapshotCommandOutput>;
801
+ createDBClusterSnapshot(
802
+ args: CreateDBClusterSnapshotCommandInput,
803
+ cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void
804
+ ): void;
805
+ createDBClusterSnapshot(
806
+ args: CreateDBClusterSnapshotCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void
809
+ ): void;
810
+
811
+ createDBInstance(
812
+ args: CreateDBInstanceCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<CreateDBInstanceCommandOutput>;
815
+ createDBInstance(
816
+ args: CreateDBInstanceCommandInput,
817
+ cb: (err: any, data?: CreateDBInstanceCommandOutput) => void
818
+ ): void;
819
+ createDBInstance(
820
+ args: CreateDBInstanceCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: CreateDBInstanceCommandOutput) => void
823
+ ): void;
824
+
825
+ createDBInstanceReadReplica(
826
+ args: CreateDBInstanceReadReplicaCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<CreateDBInstanceReadReplicaCommandOutput>;
829
+ createDBInstanceReadReplica(
830
+ args: CreateDBInstanceReadReplicaCommandInput,
831
+ cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void
832
+ ): void;
833
+ createDBInstanceReadReplica(
834
+ args: CreateDBInstanceReadReplicaCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void
837
+ ): void;
838
+
839
+ createDBParameterGroup(
840
+ args: CreateDBParameterGroupCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<CreateDBParameterGroupCommandOutput>;
843
+ createDBParameterGroup(
844
+ args: CreateDBParameterGroupCommandInput,
845
+ cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void
846
+ ): void;
847
+ createDBParameterGroup(
848
+ args: CreateDBParameterGroupCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void
851
+ ): void;
852
+
853
+ createDBProxy(
854
+ args: CreateDBProxyCommandInput,
855
+ options?: __HttpHandlerOptions
856
+ ): Promise<CreateDBProxyCommandOutput>;
857
+ createDBProxy(
858
+ args: CreateDBProxyCommandInput,
859
+ cb: (err: any, data?: CreateDBProxyCommandOutput) => void
860
+ ): void;
861
+ createDBProxy(
862
+ args: CreateDBProxyCommandInput,
863
+ options: __HttpHandlerOptions,
864
+ cb: (err: any, data?: CreateDBProxyCommandOutput) => void
865
+ ): void;
866
+
867
+ createDBProxyEndpoint(
868
+ args: CreateDBProxyEndpointCommandInput,
869
+ options?: __HttpHandlerOptions
870
+ ): Promise<CreateDBProxyEndpointCommandOutput>;
871
+ createDBProxyEndpoint(
872
+ args: CreateDBProxyEndpointCommandInput,
873
+ cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void
874
+ ): void;
875
+ createDBProxyEndpoint(
876
+ args: CreateDBProxyEndpointCommandInput,
877
+ options: __HttpHandlerOptions,
878
+ cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void
879
+ ): void;
880
+
881
+ createDBSecurityGroup(
882
+ args: CreateDBSecurityGroupCommandInput,
883
+ options?: __HttpHandlerOptions
884
+ ): Promise<CreateDBSecurityGroupCommandOutput>;
885
+ createDBSecurityGroup(
886
+ args: CreateDBSecurityGroupCommandInput,
887
+ cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void
888
+ ): void;
889
+ createDBSecurityGroup(
890
+ args: CreateDBSecurityGroupCommandInput,
891
+ options: __HttpHandlerOptions,
892
+ cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void
893
+ ): void;
894
+
895
+ createDBSnapshot(
896
+ args: CreateDBSnapshotCommandInput,
897
+ options?: __HttpHandlerOptions
898
+ ): Promise<CreateDBSnapshotCommandOutput>;
899
+ createDBSnapshot(
900
+ args: CreateDBSnapshotCommandInput,
901
+ cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void
902
+ ): void;
903
+ createDBSnapshot(
904
+ args: CreateDBSnapshotCommandInput,
905
+ options: __HttpHandlerOptions,
906
+ cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void
907
+ ): void;
908
+
909
+ createDBSubnetGroup(
910
+ args: CreateDBSubnetGroupCommandInput,
911
+ options?: __HttpHandlerOptions
912
+ ): Promise<CreateDBSubnetGroupCommandOutput>;
913
+ createDBSubnetGroup(
914
+ args: CreateDBSubnetGroupCommandInput,
915
+ cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void
916
+ ): void;
917
+ createDBSubnetGroup(
918
+ args: CreateDBSubnetGroupCommandInput,
919
+ options: __HttpHandlerOptions,
920
+ cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void
921
+ ): void;
922
+
923
+ createEventSubscription(
924
+ args: CreateEventSubscriptionCommandInput,
925
+ options?: __HttpHandlerOptions
926
+ ): Promise<CreateEventSubscriptionCommandOutput>;
927
+ createEventSubscription(
928
+ args: CreateEventSubscriptionCommandInput,
929
+ cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
930
+ ): void;
931
+ createEventSubscription(
932
+ args: CreateEventSubscriptionCommandInput,
933
+ options: __HttpHandlerOptions,
934
+ cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
935
+ ): void;
936
+
937
+ createGlobalCluster(
938
+ args: CreateGlobalClusterCommandInput,
939
+ options?: __HttpHandlerOptions
940
+ ): Promise<CreateGlobalClusterCommandOutput>;
941
+ createGlobalCluster(
942
+ args: CreateGlobalClusterCommandInput,
943
+ cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void
944
+ ): void;
945
+ createGlobalCluster(
946
+ args: CreateGlobalClusterCommandInput,
947
+ options: __HttpHandlerOptions,
948
+ cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void
949
+ ): void;
950
+
951
+ createOptionGroup(
952
+ args: CreateOptionGroupCommandInput,
953
+ options?: __HttpHandlerOptions
954
+ ): Promise<CreateOptionGroupCommandOutput>;
955
+ createOptionGroup(
956
+ args: CreateOptionGroupCommandInput,
957
+ cb: (err: any, data?: CreateOptionGroupCommandOutput) => void
958
+ ): void;
959
+ createOptionGroup(
960
+ args: CreateOptionGroupCommandInput,
961
+ options: __HttpHandlerOptions,
962
+ cb: (err: any, data?: CreateOptionGroupCommandOutput) => void
963
+ ): void;
964
+
965
+ deleteCustomDBEngineVersion(
966
+ args: DeleteCustomDBEngineVersionCommandInput,
967
+ options?: __HttpHandlerOptions
968
+ ): Promise<DeleteCustomDBEngineVersionCommandOutput>;
969
+ deleteCustomDBEngineVersion(
970
+ args: DeleteCustomDBEngineVersionCommandInput,
971
+ cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void
972
+ ): void;
973
+ deleteCustomDBEngineVersion(
974
+ args: DeleteCustomDBEngineVersionCommandInput,
975
+ options: __HttpHandlerOptions,
976
+ cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void
977
+ ): void;
978
+
979
+ deleteDBCluster(
980
+ args: DeleteDBClusterCommandInput,
981
+ options?: __HttpHandlerOptions
982
+ ): Promise<DeleteDBClusterCommandOutput>;
983
+ deleteDBCluster(
984
+ args: DeleteDBClusterCommandInput,
985
+ cb: (err: any, data?: DeleteDBClusterCommandOutput) => void
986
+ ): void;
987
+ deleteDBCluster(
988
+ args: DeleteDBClusterCommandInput,
989
+ options: __HttpHandlerOptions,
990
+ cb: (err: any, data?: DeleteDBClusterCommandOutput) => void
991
+ ): void;
992
+
993
+ deleteDBClusterEndpoint(
994
+ args: DeleteDBClusterEndpointCommandInput,
995
+ options?: __HttpHandlerOptions
996
+ ): Promise<DeleteDBClusterEndpointCommandOutput>;
997
+ deleteDBClusterEndpoint(
998
+ args: DeleteDBClusterEndpointCommandInput,
999
+ cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void
1000
+ ): void;
1001
+ deleteDBClusterEndpoint(
1002
+ args: DeleteDBClusterEndpointCommandInput,
1003
+ options: __HttpHandlerOptions,
1004
+ cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void
1005
+ ): void;
1006
+
1007
+ deleteDBClusterParameterGroup(
1008
+ args: DeleteDBClusterParameterGroupCommandInput,
1009
+ options?: __HttpHandlerOptions
1010
+ ): Promise<DeleteDBClusterParameterGroupCommandOutput>;
1011
+ deleteDBClusterParameterGroup(
1012
+ args: DeleteDBClusterParameterGroupCommandInput,
1013
+ cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void
1014
+ ): void;
1015
+ deleteDBClusterParameterGroup(
1016
+ args: DeleteDBClusterParameterGroupCommandInput,
1017
+ options: __HttpHandlerOptions,
1018
+ cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void
1019
+ ): void;
1020
+
1021
+ deleteDBClusterSnapshot(
1022
+ args: DeleteDBClusterSnapshotCommandInput,
1023
+ options?: __HttpHandlerOptions
1024
+ ): Promise<DeleteDBClusterSnapshotCommandOutput>;
1025
+ deleteDBClusterSnapshot(
1026
+ args: DeleteDBClusterSnapshotCommandInput,
1027
+ cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void
1028
+ ): void;
1029
+ deleteDBClusterSnapshot(
1030
+ args: DeleteDBClusterSnapshotCommandInput,
1031
+ options: __HttpHandlerOptions,
1032
+ cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void
1033
+ ): void;
1034
+
1035
+ deleteDBInstance(
1036
+ args: DeleteDBInstanceCommandInput,
1037
+ options?: __HttpHandlerOptions
1038
+ ): Promise<DeleteDBInstanceCommandOutput>;
1039
+ deleteDBInstance(
1040
+ args: DeleteDBInstanceCommandInput,
1041
+ cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void
1042
+ ): void;
1043
+ deleteDBInstance(
1044
+ args: DeleteDBInstanceCommandInput,
1045
+ options: __HttpHandlerOptions,
1046
+ cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void
1047
+ ): void;
1048
+
1049
+ deleteDBInstanceAutomatedBackup(
1050
+ args: DeleteDBInstanceAutomatedBackupCommandInput,
1051
+ options?: __HttpHandlerOptions
1052
+ ): Promise<DeleteDBInstanceAutomatedBackupCommandOutput>;
1053
+ deleteDBInstanceAutomatedBackup(
1054
+ args: DeleteDBInstanceAutomatedBackupCommandInput,
1055
+ cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void
1056
+ ): void;
1057
+ deleteDBInstanceAutomatedBackup(
1058
+ args: DeleteDBInstanceAutomatedBackupCommandInput,
1059
+ options: __HttpHandlerOptions,
1060
+ cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void
1061
+ ): void;
1062
+
1063
+ deleteDBParameterGroup(
1064
+ args: DeleteDBParameterGroupCommandInput,
1065
+ options?: __HttpHandlerOptions
1066
+ ): Promise<DeleteDBParameterGroupCommandOutput>;
1067
+ deleteDBParameterGroup(
1068
+ args: DeleteDBParameterGroupCommandInput,
1069
+ cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void
1070
+ ): void;
1071
+ deleteDBParameterGroup(
1072
+ args: DeleteDBParameterGroupCommandInput,
1073
+ options: __HttpHandlerOptions,
1074
+ cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void
1075
+ ): void;
1076
+
1077
+ deleteDBProxy(
1078
+ args: DeleteDBProxyCommandInput,
1079
+ options?: __HttpHandlerOptions
1080
+ ): Promise<DeleteDBProxyCommandOutput>;
1081
+ deleteDBProxy(
1082
+ args: DeleteDBProxyCommandInput,
1083
+ cb: (err: any, data?: DeleteDBProxyCommandOutput) => void
1084
+ ): void;
1085
+ deleteDBProxy(
1086
+ args: DeleteDBProxyCommandInput,
1087
+ options: __HttpHandlerOptions,
1088
+ cb: (err: any, data?: DeleteDBProxyCommandOutput) => void
1089
+ ): void;
1090
+
1091
+ deleteDBProxyEndpoint(
1092
+ args: DeleteDBProxyEndpointCommandInput,
1093
+ options?: __HttpHandlerOptions
1094
+ ): Promise<DeleteDBProxyEndpointCommandOutput>;
1095
+ deleteDBProxyEndpoint(
1096
+ args: DeleteDBProxyEndpointCommandInput,
1097
+ cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void
1098
+ ): void;
1099
+ deleteDBProxyEndpoint(
1100
+ args: DeleteDBProxyEndpointCommandInput,
1101
+ options: __HttpHandlerOptions,
1102
+ cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void
1103
+ ): void;
1104
+
1105
+ deleteDBSecurityGroup(
1106
+ args: DeleteDBSecurityGroupCommandInput,
1107
+ options?: __HttpHandlerOptions
1108
+ ): Promise<DeleteDBSecurityGroupCommandOutput>;
1109
+ deleteDBSecurityGroup(
1110
+ args: DeleteDBSecurityGroupCommandInput,
1111
+ cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void
1112
+ ): void;
1113
+ deleteDBSecurityGroup(
1114
+ args: DeleteDBSecurityGroupCommandInput,
1115
+ options: __HttpHandlerOptions,
1116
+ cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void
1117
+ ): void;
1118
+
1119
+ deleteDBSnapshot(
1120
+ args: DeleteDBSnapshotCommandInput,
1121
+ options?: __HttpHandlerOptions
1122
+ ): Promise<DeleteDBSnapshotCommandOutput>;
1123
+ deleteDBSnapshot(
1124
+ args: DeleteDBSnapshotCommandInput,
1125
+ cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void
1126
+ ): void;
1127
+ deleteDBSnapshot(
1128
+ args: DeleteDBSnapshotCommandInput,
1129
+ options: __HttpHandlerOptions,
1130
+ cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void
1131
+ ): void;
1132
+
1133
+ deleteDBSubnetGroup(
1134
+ args: DeleteDBSubnetGroupCommandInput,
1135
+ options?: __HttpHandlerOptions
1136
+ ): Promise<DeleteDBSubnetGroupCommandOutput>;
1137
+ deleteDBSubnetGroup(
1138
+ args: DeleteDBSubnetGroupCommandInput,
1139
+ cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void
1140
+ ): void;
1141
+ deleteDBSubnetGroup(
1142
+ args: DeleteDBSubnetGroupCommandInput,
1143
+ options: __HttpHandlerOptions,
1144
+ cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void
1145
+ ): void;
1146
+
1147
+ deleteEventSubscription(
1148
+ args: DeleteEventSubscriptionCommandInput,
1149
+ options?: __HttpHandlerOptions
1150
+ ): Promise<DeleteEventSubscriptionCommandOutput>;
1151
+ deleteEventSubscription(
1152
+ args: DeleteEventSubscriptionCommandInput,
1153
+ cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
1154
+ ): void;
1155
+ deleteEventSubscription(
1156
+ args: DeleteEventSubscriptionCommandInput,
1157
+ options: __HttpHandlerOptions,
1158
+ cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
1159
+ ): void;
1160
+
1161
+ deleteGlobalCluster(
1162
+ args: DeleteGlobalClusterCommandInput,
1163
+ options?: __HttpHandlerOptions
1164
+ ): Promise<DeleteGlobalClusterCommandOutput>;
1165
+ deleteGlobalCluster(
1166
+ args: DeleteGlobalClusterCommandInput,
1167
+ cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
1168
+ ): void;
1169
+ deleteGlobalCluster(
1170
+ args: DeleteGlobalClusterCommandInput,
1171
+ options: __HttpHandlerOptions,
1172
+ cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
1173
+ ): void;
1174
+
1175
+ deleteOptionGroup(
1176
+ args: DeleteOptionGroupCommandInput,
1177
+ options?: __HttpHandlerOptions
1178
+ ): Promise<DeleteOptionGroupCommandOutput>;
1179
+ deleteOptionGroup(
1180
+ args: DeleteOptionGroupCommandInput,
1181
+ cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void
1182
+ ): void;
1183
+ deleteOptionGroup(
1184
+ args: DeleteOptionGroupCommandInput,
1185
+ options: __HttpHandlerOptions,
1186
+ cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void
1187
+ ): void;
1188
+
1189
+ deregisterDBProxyTargets(
1190
+ args: DeregisterDBProxyTargetsCommandInput,
1191
+ options?: __HttpHandlerOptions
1192
+ ): Promise<DeregisterDBProxyTargetsCommandOutput>;
1193
+ deregisterDBProxyTargets(
1194
+ args: DeregisterDBProxyTargetsCommandInput,
1195
+ cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void
1196
+ ): void;
1197
+ deregisterDBProxyTargets(
1198
+ args: DeregisterDBProxyTargetsCommandInput,
1199
+ options: __HttpHandlerOptions,
1200
+ cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void
1201
+ ): void;
1202
+
1203
+ describeAccountAttributes(
1204
+ args: DescribeAccountAttributesCommandInput,
1205
+ options?: __HttpHandlerOptions
1206
+ ): Promise<DescribeAccountAttributesCommandOutput>;
1207
+ describeAccountAttributes(
1208
+ args: DescribeAccountAttributesCommandInput,
1209
+ cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
1210
+ ): void;
1211
+ describeAccountAttributes(
1212
+ args: DescribeAccountAttributesCommandInput,
1213
+ options: __HttpHandlerOptions,
1214
+ cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
1215
+ ): void;
1216
+
1217
+ describeCertificates(
1218
+ args: DescribeCertificatesCommandInput,
1219
+ options?: __HttpHandlerOptions
1220
+ ): Promise<DescribeCertificatesCommandOutput>;
1221
+ describeCertificates(
1222
+ args: DescribeCertificatesCommandInput,
1223
+ cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
1224
+ ): void;
1225
+ describeCertificates(
1226
+ args: DescribeCertificatesCommandInput,
1227
+ options: __HttpHandlerOptions,
1228
+ cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
1229
+ ): void;
1230
+
1231
+ describeDBClusterBacktracks(
1232
+ args: DescribeDBClusterBacktracksCommandInput,
1233
+ options?: __HttpHandlerOptions
1234
+ ): Promise<DescribeDBClusterBacktracksCommandOutput>;
1235
+ describeDBClusterBacktracks(
1236
+ args: DescribeDBClusterBacktracksCommandInput,
1237
+ cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void
1238
+ ): void;
1239
+ describeDBClusterBacktracks(
1240
+ args: DescribeDBClusterBacktracksCommandInput,
1241
+ options: __HttpHandlerOptions,
1242
+ cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void
1243
+ ): void;
1244
+
1245
+ describeDBClusterEndpoints(
1246
+ args: DescribeDBClusterEndpointsCommandInput,
1247
+ options?: __HttpHandlerOptions
1248
+ ): Promise<DescribeDBClusterEndpointsCommandOutput>;
1249
+ describeDBClusterEndpoints(
1250
+ args: DescribeDBClusterEndpointsCommandInput,
1251
+ cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void
1252
+ ): void;
1253
+ describeDBClusterEndpoints(
1254
+ args: DescribeDBClusterEndpointsCommandInput,
1255
+ options: __HttpHandlerOptions,
1256
+ cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void
1257
+ ): void;
1258
+
1259
+ describeDBClusterParameterGroups(
1260
+ args: DescribeDBClusterParameterGroupsCommandInput,
1261
+ options?: __HttpHandlerOptions
1262
+ ): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
1263
+ describeDBClusterParameterGroups(
1264
+ args: DescribeDBClusterParameterGroupsCommandInput,
1265
+ cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void
1266
+ ): void;
1267
+ describeDBClusterParameterGroups(
1268
+ args: DescribeDBClusterParameterGroupsCommandInput,
1269
+ options: __HttpHandlerOptions,
1270
+ cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void
1271
+ ): void;
1272
+
1273
+ describeDBClusterParameters(
1274
+ args: DescribeDBClusterParametersCommandInput,
1275
+ options?: __HttpHandlerOptions
1276
+ ): Promise<DescribeDBClusterParametersCommandOutput>;
1277
+ describeDBClusterParameters(
1278
+ args: DescribeDBClusterParametersCommandInput,
1279
+ cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
1280
+ ): void;
1281
+ describeDBClusterParameters(
1282
+ args: DescribeDBClusterParametersCommandInput,
1283
+ options: __HttpHandlerOptions,
1284
+ cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
1285
+ ): void;
1286
+
1287
+ describeDBClusters(
1288
+ args: DescribeDBClustersCommandInput,
1289
+ options?: __HttpHandlerOptions
1290
+ ): Promise<DescribeDBClustersCommandOutput>;
1291
+ describeDBClusters(
1292
+ args: DescribeDBClustersCommandInput,
1293
+ cb: (err: any, data?: DescribeDBClustersCommandOutput) => void
1294
+ ): void;
1295
+ describeDBClusters(
1296
+ args: DescribeDBClustersCommandInput,
1297
+ options: __HttpHandlerOptions,
1298
+ cb: (err: any, data?: DescribeDBClustersCommandOutput) => void
1299
+ ): void;
1300
+
1301
+ describeDBClusterSnapshotAttributes(
1302
+ args: DescribeDBClusterSnapshotAttributesCommandInput,
1303
+ options?: __HttpHandlerOptions
1304
+ ): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
1305
+ describeDBClusterSnapshotAttributes(
1306
+ args: DescribeDBClusterSnapshotAttributesCommandInput,
1307
+ cb: (
1308
+ err: any,
1309
+ data?: DescribeDBClusterSnapshotAttributesCommandOutput
1310
+ ) => void
1311
+ ): void;
1312
+ describeDBClusterSnapshotAttributes(
1313
+ args: DescribeDBClusterSnapshotAttributesCommandInput,
1314
+ options: __HttpHandlerOptions,
1315
+ cb: (
1316
+ err: any,
1317
+ data?: DescribeDBClusterSnapshotAttributesCommandOutput
1318
+ ) => void
1319
+ ): void;
1320
+
1321
+ describeDBClusterSnapshots(
1322
+ args: DescribeDBClusterSnapshotsCommandInput,
1323
+ options?: __HttpHandlerOptions
1324
+ ): Promise<DescribeDBClusterSnapshotsCommandOutput>;
1325
+ describeDBClusterSnapshots(
1326
+ args: DescribeDBClusterSnapshotsCommandInput,
1327
+ cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
1328
+ ): void;
1329
+ describeDBClusterSnapshots(
1330
+ args: DescribeDBClusterSnapshotsCommandInput,
1331
+ options: __HttpHandlerOptions,
1332
+ cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
1333
+ ): void;
1334
+
1335
+ describeDBEngineVersions(
1336
+ args: DescribeDBEngineVersionsCommandInput,
1337
+ options?: __HttpHandlerOptions
1338
+ ): Promise<DescribeDBEngineVersionsCommandOutput>;
1339
+ describeDBEngineVersions(
1340
+ args: DescribeDBEngineVersionsCommandInput,
1341
+ cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
1342
+ ): void;
1343
+ describeDBEngineVersions(
1344
+ args: DescribeDBEngineVersionsCommandInput,
1345
+ options: __HttpHandlerOptions,
1346
+ cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
1347
+ ): void;
1348
+
1349
+ describeDBInstanceAutomatedBackups(
1350
+ args: DescribeDBInstanceAutomatedBackupsCommandInput,
1351
+ options?: __HttpHandlerOptions
1352
+ ): Promise<DescribeDBInstanceAutomatedBackupsCommandOutput>;
1353
+ describeDBInstanceAutomatedBackups(
1354
+ args: DescribeDBInstanceAutomatedBackupsCommandInput,
1355
+ cb: (
1356
+ err: any,
1357
+ data?: DescribeDBInstanceAutomatedBackupsCommandOutput
1358
+ ) => void
1359
+ ): void;
1360
+ describeDBInstanceAutomatedBackups(
1361
+ args: DescribeDBInstanceAutomatedBackupsCommandInput,
1362
+ options: __HttpHandlerOptions,
1363
+ cb: (
1364
+ err: any,
1365
+ data?: DescribeDBInstanceAutomatedBackupsCommandOutput
1366
+ ) => void
1367
+ ): void;
1368
+
1369
+ describeDBInstances(
1370
+ args: DescribeDBInstancesCommandInput,
1371
+ options?: __HttpHandlerOptions
1372
+ ): Promise<DescribeDBInstancesCommandOutput>;
1373
+ describeDBInstances(
1374
+ args: DescribeDBInstancesCommandInput,
1375
+ cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
1376
+ ): void;
1377
+ describeDBInstances(
1378
+ args: DescribeDBInstancesCommandInput,
1379
+ options: __HttpHandlerOptions,
1380
+ cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
1381
+ ): void;
1382
+
1383
+ describeDBLogFiles(
1384
+ args: DescribeDBLogFilesCommandInput,
1385
+ options?: __HttpHandlerOptions
1386
+ ): Promise<DescribeDBLogFilesCommandOutput>;
1387
+ describeDBLogFiles(
1388
+ args: DescribeDBLogFilesCommandInput,
1389
+ cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void
1390
+ ): void;
1391
+ describeDBLogFiles(
1392
+ args: DescribeDBLogFilesCommandInput,
1393
+ options: __HttpHandlerOptions,
1394
+ cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void
1395
+ ): void;
1396
+
1397
+ describeDBParameterGroups(
1398
+ args: DescribeDBParameterGroupsCommandInput,
1399
+ options?: __HttpHandlerOptions
1400
+ ): Promise<DescribeDBParameterGroupsCommandOutput>;
1401
+ describeDBParameterGroups(
1402
+ args: DescribeDBParameterGroupsCommandInput,
1403
+ cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void
1404
+ ): void;
1405
+ describeDBParameterGroups(
1406
+ args: DescribeDBParameterGroupsCommandInput,
1407
+ options: __HttpHandlerOptions,
1408
+ cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void
1409
+ ): void;
1410
+
1411
+ describeDBParameters(
1412
+ args: DescribeDBParametersCommandInput,
1413
+ options?: __HttpHandlerOptions
1414
+ ): Promise<DescribeDBParametersCommandOutput>;
1415
+ describeDBParameters(
1416
+ args: DescribeDBParametersCommandInput,
1417
+ cb: (err: any, data?: DescribeDBParametersCommandOutput) => void
1418
+ ): void;
1419
+ describeDBParameters(
1420
+ args: DescribeDBParametersCommandInput,
1421
+ options: __HttpHandlerOptions,
1422
+ cb: (err: any, data?: DescribeDBParametersCommandOutput) => void
1423
+ ): void;
1424
+
1425
+ describeDBProxies(
1426
+ args: DescribeDBProxiesCommandInput,
1427
+ options?: __HttpHandlerOptions
1428
+ ): Promise<DescribeDBProxiesCommandOutput>;
1429
+ describeDBProxies(
1430
+ args: DescribeDBProxiesCommandInput,
1431
+ cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void
1432
+ ): void;
1433
+ describeDBProxies(
1434
+ args: DescribeDBProxiesCommandInput,
1435
+ options: __HttpHandlerOptions,
1436
+ cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void
1437
+ ): void;
1438
+
1439
+ describeDBProxyEndpoints(
1440
+ args: DescribeDBProxyEndpointsCommandInput,
1441
+ options?: __HttpHandlerOptions
1442
+ ): Promise<DescribeDBProxyEndpointsCommandOutput>;
1443
+ describeDBProxyEndpoints(
1444
+ args: DescribeDBProxyEndpointsCommandInput,
1445
+ cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void
1446
+ ): void;
1447
+ describeDBProxyEndpoints(
1448
+ args: DescribeDBProxyEndpointsCommandInput,
1449
+ options: __HttpHandlerOptions,
1450
+ cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void
1451
+ ): void;
1452
+
1453
+ describeDBProxyTargetGroups(
1454
+ args: DescribeDBProxyTargetGroupsCommandInput,
1455
+ options?: __HttpHandlerOptions
1456
+ ): Promise<DescribeDBProxyTargetGroupsCommandOutput>;
1457
+ describeDBProxyTargetGroups(
1458
+ args: DescribeDBProxyTargetGroupsCommandInput,
1459
+ cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void
1460
+ ): void;
1461
+ describeDBProxyTargetGroups(
1462
+ args: DescribeDBProxyTargetGroupsCommandInput,
1463
+ options: __HttpHandlerOptions,
1464
+ cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void
1465
+ ): void;
1466
+
1467
+ describeDBProxyTargets(
1468
+ args: DescribeDBProxyTargetsCommandInput,
1469
+ options?: __HttpHandlerOptions
1470
+ ): Promise<DescribeDBProxyTargetsCommandOutput>;
1471
+ describeDBProxyTargets(
1472
+ args: DescribeDBProxyTargetsCommandInput,
1473
+ cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void
1474
+ ): void;
1475
+ describeDBProxyTargets(
1476
+ args: DescribeDBProxyTargetsCommandInput,
1477
+ options: __HttpHandlerOptions,
1478
+ cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void
1479
+ ): void;
1480
+
1481
+ describeDBSecurityGroups(
1482
+ args: DescribeDBSecurityGroupsCommandInput,
1483
+ options?: __HttpHandlerOptions
1484
+ ): Promise<DescribeDBSecurityGroupsCommandOutput>;
1485
+ describeDBSecurityGroups(
1486
+ args: DescribeDBSecurityGroupsCommandInput,
1487
+ cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void
1488
+ ): void;
1489
+ describeDBSecurityGroups(
1490
+ args: DescribeDBSecurityGroupsCommandInput,
1491
+ options: __HttpHandlerOptions,
1492
+ cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void
1493
+ ): void;
1494
+
1495
+ describeDBSnapshotAttributes(
1496
+ args: DescribeDBSnapshotAttributesCommandInput,
1497
+ options?: __HttpHandlerOptions
1498
+ ): Promise<DescribeDBSnapshotAttributesCommandOutput>;
1499
+ describeDBSnapshotAttributes(
1500
+ args: DescribeDBSnapshotAttributesCommandInput,
1501
+ cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void
1502
+ ): void;
1503
+ describeDBSnapshotAttributes(
1504
+ args: DescribeDBSnapshotAttributesCommandInput,
1505
+ options: __HttpHandlerOptions,
1506
+ cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void
1507
+ ): void;
1508
+
1509
+ describeDBSnapshots(
1510
+ args: DescribeDBSnapshotsCommandInput,
1511
+ options?: __HttpHandlerOptions
1512
+ ): Promise<DescribeDBSnapshotsCommandOutput>;
1513
+ describeDBSnapshots(
1514
+ args: DescribeDBSnapshotsCommandInput,
1515
+ cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void
1516
+ ): void;
1517
+ describeDBSnapshots(
1518
+ args: DescribeDBSnapshotsCommandInput,
1519
+ options: __HttpHandlerOptions,
1520
+ cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void
1521
+ ): void;
1522
+
1523
+ describeDBSubnetGroups(
1524
+ args: DescribeDBSubnetGroupsCommandInput,
1525
+ options?: __HttpHandlerOptions
1526
+ ): Promise<DescribeDBSubnetGroupsCommandOutput>;
1527
+ describeDBSubnetGroups(
1528
+ args: DescribeDBSubnetGroupsCommandInput,
1529
+ cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void
1530
+ ): void;
1531
+ describeDBSubnetGroups(
1532
+ args: DescribeDBSubnetGroupsCommandInput,
1533
+ options: __HttpHandlerOptions,
1534
+ cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void
1535
+ ): void;
1536
+
1537
+ describeEngineDefaultClusterParameters(
1538
+ args: DescribeEngineDefaultClusterParametersCommandInput,
1539
+ options?: __HttpHandlerOptions
1540
+ ): Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
1541
+ describeEngineDefaultClusterParameters(
1542
+ args: DescribeEngineDefaultClusterParametersCommandInput,
1543
+ cb: (
1544
+ err: any,
1545
+ data?: DescribeEngineDefaultClusterParametersCommandOutput
1546
+ ) => void
1547
+ ): void;
1548
+ describeEngineDefaultClusterParameters(
1549
+ args: DescribeEngineDefaultClusterParametersCommandInput,
1550
+ options: __HttpHandlerOptions,
1551
+ cb: (
1552
+ err: any,
1553
+ data?: DescribeEngineDefaultClusterParametersCommandOutput
1554
+ ) => void
1555
+ ): void;
1556
+
1557
+ describeEngineDefaultParameters(
1558
+ args: DescribeEngineDefaultParametersCommandInput,
1559
+ options?: __HttpHandlerOptions
1560
+ ): Promise<DescribeEngineDefaultParametersCommandOutput>;
1561
+ describeEngineDefaultParameters(
1562
+ args: DescribeEngineDefaultParametersCommandInput,
1563
+ cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void
1564
+ ): void;
1565
+ describeEngineDefaultParameters(
1566
+ args: DescribeEngineDefaultParametersCommandInput,
1567
+ options: __HttpHandlerOptions,
1568
+ cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void
1569
+ ): void;
1570
+
1571
+ describeEventCategories(
1572
+ args: DescribeEventCategoriesCommandInput,
1573
+ options?: __HttpHandlerOptions
1574
+ ): Promise<DescribeEventCategoriesCommandOutput>;
1575
+ describeEventCategories(
1576
+ args: DescribeEventCategoriesCommandInput,
1577
+ cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1578
+ ): void;
1579
+ describeEventCategories(
1580
+ args: DescribeEventCategoriesCommandInput,
1581
+ options: __HttpHandlerOptions,
1582
+ cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1583
+ ): void;
1584
+
1585
+ describeEvents(
1586
+ args: DescribeEventsCommandInput,
1587
+ options?: __HttpHandlerOptions
1588
+ ): Promise<DescribeEventsCommandOutput>;
1589
+ describeEvents(
1590
+ args: DescribeEventsCommandInput,
1591
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
1592
+ ): void;
1593
+ describeEvents(
1594
+ args: DescribeEventsCommandInput,
1595
+ options: __HttpHandlerOptions,
1596
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
1597
+ ): void;
1598
+
1599
+ describeEventSubscriptions(
1600
+ args: DescribeEventSubscriptionsCommandInput,
1601
+ options?: __HttpHandlerOptions
1602
+ ): Promise<DescribeEventSubscriptionsCommandOutput>;
1603
+ describeEventSubscriptions(
1604
+ args: DescribeEventSubscriptionsCommandInput,
1605
+ cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1606
+ ): void;
1607
+ describeEventSubscriptions(
1608
+ args: DescribeEventSubscriptionsCommandInput,
1609
+ options: __HttpHandlerOptions,
1610
+ cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1611
+ ): void;
1612
+
1613
+ describeExportTasks(
1614
+ args: DescribeExportTasksCommandInput,
1615
+ options?: __HttpHandlerOptions
1616
+ ): Promise<DescribeExportTasksCommandOutput>;
1617
+ describeExportTasks(
1618
+ args: DescribeExportTasksCommandInput,
1619
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
1620
+ ): void;
1621
+ describeExportTasks(
1622
+ args: DescribeExportTasksCommandInput,
1623
+ options: __HttpHandlerOptions,
1624
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
1625
+ ): void;
1626
+
1627
+ describeGlobalClusters(
1628
+ args: DescribeGlobalClustersCommandInput,
1629
+ options?: __HttpHandlerOptions
1630
+ ): Promise<DescribeGlobalClustersCommandOutput>;
1631
+ describeGlobalClusters(
1632
+ args: DescribeGlobalClustersCommandInput,
1633
+ cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void
1634
+ ): void;
1635
+ describeGlobalClusters(
1636
+ args: DescribeGlobalClustersCommandInput,
1637
+ options: __HttpHandlerOptions,
1638
+ cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void
1639
+ ): void;
1640
+
1641
+ describeOptionGroupOptions(
1642
+ args: DescribeOptionGroupOptionsCommandInput,
1643
+ options?: __HttpHandlerOptions
1644
+ ): Promise<DescribeOptionGroupOptionsCommandOutput>;
1645
+ describeOptionGroupOptions(
1646
+ args: DescribeOptionGroupOptionsCommandInput,
1647
+ cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void
1648
+ ): void;
1649
+ describeOptionGroupOptions(
1650
+ args: DescribeOptionGroupOptionsCommandInput,
1651
+ options: __HttpHandlerOptions,
1652
+ cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void
1653
+ ): void;
1654
+
1655
+ describeOptionGroups(
1656
+ args: DescribeOptionGroupsCommandInput,
1657
+ options?: __HttpHandlerOptions
1658
+ ): Promise<DescribeOptionGroupsCommandOutput>;
1659
+ describeOptionGroups(
1660
+ args: DescribeOptionGroupsCommandInput,
1661
+ cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void
1662
+ ): void;
1663
+ describeOptionGroups(
1664
+ args: DescribeOptionGroupsCommandInput,
1665
+ options: __HttpHandlerOptions,
1666
+ cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void
1667
+ ): void;
1668
+
1669
+ describeOrderableDBInstanceOptions(
1670
+ args: DescribeOrderableDBInstanceOptionsCommandInput,
1671
+ options?: __HttpHandlerOptions
1672
+ ): Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
1673
+ describeOrderableDBInstanceOptions(
1674
+ args: DescribeOrderableDBInstanceOptionsCommandInput,
1675
+ cb: (
1676
+ err: any,
1677
+ data?: DescribeOrderableDBInstanceOptionsCommandOutput
1678
+ ) => void
1679
+ ): void;
1680
+ describeOrderableDBInstanceOptions(
1681
+ args: DescribeOrderableDBInstanceOptionsCommandInput,
1682
+ options: __HttpHandlerOptions,
1683
+ cb: (
1684
+ err: any,
1685
+ data?: DescribeOrderableDBInstanceOptionsCommandOutput
1686
+ ) => void
1687
+ ): void;
1688
+
1689
+ describePendingMaintenanceActions(
1690
+ args: DescribePendingMaintenanceActionsCommandInput,
1691
+ options?: __HttpHandlerOptions
1692
+ ): Promise<DescribePendingMaintenanceActionsCommandOutput>;
1693
+ describePendingMaintenanceActions(
1694
+ args: DescribePendingMaintenanceActionsCommandInput,
1695
+ cb: (
1696
+ err: any,
1697
+ data?: DescribePendingMaintenanceActionsCommandOutput
1698
+ ) => void
1699
+ ): void;
1700
+ describePendingMaintenanceActions(
1701
+ args: DescribePendingMaintenanceActionsCommandInput,
1702
+ options: __HttpHandlerOptions,
1703
+ cb: (
1704
+ err: any,
1705
+ data?: DescribePendingMaintenanceActionsCommandOutput
1706
+ ) => void
1707
+ ): void;
1708
+
1709
+ describeReservedDBInstances(
1710
+ args: DescribeReservedDBInstancesCommandInput,
1711
+ options?: __HttpHandlerOptions
1712
+ ): Promise<DescribeReservedDBInstancesCommandOutput>;
1713
+ describeReservedDBInstances(
1714
+ args: DescribeReservedDBInstancesCommandInput,
1715
+ cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void
1716
+ ): void;
1717
+ describeReservedDBInstances(
1718
+ args: DescribeReservedDBInstancesCommandInput,
1719
+ options: __HttpHandlerOptions,
1720
+ cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void
1721
+ ): void;
1722
+
1723
+ describeReservedDBInstancesOfferings(
1724
+ args: DescribeReservedDBInstancesOfferingsCommandInput,
1725
+ options?: __HttpHandlerOptions
1726
+ ): Promise<DescribeReservedDBInstancesOfferingsCommandOutput>;
1727
+ describeReservedDBInstancesOfferings(
1728
+ args: DescribeReservedDBInstancesOfferingsCommandInput,
1729
+ cb: (
1730
+ err: any,
1731
+ data?: DescribeReservedDBInstancesOfferingsCommandOutput
1732
+ ) => void
1733
+ ): void;
1734
+ describeReservedDBInstancesOfferings(
1735
+ args: DescribeReservedDBInstancesOfferingsCommandInput,
1736
+ options: __HttpHandlerOptions,
1737
+ cb: (
1738
+ err: any,
1739
+ data?: DescribeReservedDBInstancesOfferingsCommandOutput
1740
+ ) => void
1741
+ ): void;
1742
+
1743
+ describeSourceRegions(
1744
+ args: DescribeSourceRegionsCommandInput,
1745
+ options?: __HttpHandlerOptions
1746
+ ): Promise<DescribeSourceRegionsCommandOutput>;
1747
+ describeSourceRegions(
1748
+ args: DescribeSourceRegionsCommandInput,
1749
+ cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void
1750
+ ): void;
1751
+ describeSourceRegions(
1752
+ args: DescribeSourceRegionsCommandInput,
1753
+ options: __HttpHandlerOptions,
1754
+ cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void
1755
+ ): void;
1756
+
1757
+ describeValidDBInstanceModifications(
1758
+ args: DescribeValidDBInstanceModificationsCommandInput,
1759
+ options?: __HttpHandlerOptions
1760
+ ): Promise<DescribeValidDBInstanceModificationsCommandOutput>;
1761
+ describeValidDBInstanceModifications(
1762
+ args: DescribeValidDBInstanceModificationsCommandInput,
1763
+ cb: (
1764
+ err: any,
1765
+ data?: DescribeValidDBInstanceModificationsCommandOutput
1766
+ ) => void
1767
+ ): void;
1768
+ describeValidDBInstanceModifications(
1769
+ args: DescribeValidDBInstanceModificationsCommandInput,
1770
+ options: __HttpHandlerOptions,
1771
+ cb: (
1772
+ err: any,
1773
+ data?: DescribeValidDBInstanceModificationsCommandOutput
1774
+ ) => void
1775
+ ): void;
1776
+
1777
+ downloadDBLogFilePortion(
1778
+ args: DownloadDBLogFilePortionCommandInput,
1779
+ options?: __HttpHandlerOptions
1780
+ ): Promise<DownloadDBLogFilePortionCommandOutput>;
1781
+ downloadDBLogFilePortion(
1782
+ args: DownloadDBLogFilePortionCommandInput,
1783
+ cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void
1784
+ ): void;
1785
+ downloadDBLogFilePortion(
1786
+ args: DownloadDBLogFilePortionCommandInput,
1787
+ options: __HttpHandlerOptions,
1788
+ cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void
1789
+ ): void;
1790
+
1791
+ failoverDBCluster(
1792
+ args: FailoverDBClusterCommandInput,
1793
+ options?: __HttpHandlerOptions
1794
+ ): Promise<FailoverDBClusterCommandOutput>;
1795
+ failoverDBCluster(
1796
+ args: FailoverDBClusterCommandInput,
1797
+ cb: (err: any, data?: FailoverDBClusterCommandOutput) => void
1798
+ ): void;
1799
+ failoverDBCluster(
1800
+ args: FailoverDBClusterCommandInput,
1801
+ options: __HttpHandlerOptions,
1802
+ cb: (err: any, data?: FailoverDBClusterCommandOutput) => void
1803
+ ): void;
1804
+
1805
+ failoverGlobalCluster(
1806
+ args: FailoverGlobalClusterCommandInput,
1807
+ options?: __HttpHandlerOptions
1808
+ ): Promise<FailoverGlobalClusterCommandOutput>;
1809
+ failoverGlobalCluster(
1810
+ args: FailoverGlobalClusterCommandInput,
1811
+ cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void
1812
+ ): void;
1813
+ failoverGlobalCluster(
1814
+ args: FailoverGlobalClusterCommandInput,
1815
+ options: __HttpHandlerOptions,
1816
+ cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void
1817
+ ): void;
1818
+
1819
+ listTagsForResource(
1820
+ args: ListTagsForResourceCommandInput,
1821
+ options?: __HttpHandlerOptions
1822
+ ): Promise<ListTagsForResourceCommandOutput>;
1823
+ listTagsForResource(
1824
+ args: ListTagsForResourceCommandInput,
1825
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1826
+ ): void;
1827
+ listTagsForResource(
1828
+ args: ListTagsForResourceCommandInput,
1829
+ options: __HttpHandlerOptions,
1830
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1831
+ ): void;
1832
+
1833
+ modifyActivityStream(
1834
+ args: ModifyActivityStreamCommandInput,
1835
+ options?: __HttpHandlerOptions
1836
+ ): Promise<ModifyActivityStreamCommandOutput>;
1837
+ modifyActivityStream(
1838
+ args: ModifyActivityStreamCommandInput,
1839
+ cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void
1840
+ ): void;
1841
+ modifyActivityStream(
1842
+ args: ModifyActivityStreamCommandInput,
1843
+ options: __HttpHandlerOptions,
1844
+ cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void
1845
+ ): void;
1846
+
1847
+ modifyCertificates(
1848
+ args: ModifyCertificatesCommandInput,
1849
+ options?: __HttpHandlerOptions
1850
+ ): Promise<ModifyCertificatesCommandOutput>;
1851
+ modifyCertificates(
1852
+ args: ModifyCertificatesCommandInput,
1853
+ cb: (err: any, data?: ModifyCertificatesCommandOutput) => void
1854
+ ): void;
1855
+ modifyCertificates(
1856
+ args: ModifyCertificatesCommandInput,
1857
+ options: __HttpHandlerOptions,
1858
+ cb: (err: any, data?: ModifyCertificatesCommandOutput) => void
1859
+ ): void;
1860
+
1861
+ modifyCurrentDBClusterCapacity(
1862
+ args: ModifyCurrentDBClusterCapacityCommandInput,
1863
+ options?: __HttpHandlerOptions
1864
+ ): Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
1865
+ modifyCurrentDBClusterCapacity(
1866
+ args: ModifyCurrentDBClusterCapacityCommandInput,
1867
+ cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void
1868
+ ): void;
1869
+ modifyCurrentDBClusterCapacity(
1870
+ args: ModifyCurrentDBClusterCapacityCommandInput,
1871
+ options: __HttpHandlerOptions,
1872
+ cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void
1873
+ ): void;
1874
+
1875
+ modifyCustomDBEngineVersion(
1876
+ args: ModifyCustomDBEngineVersionCommandInput,
1877
+ options?: __HttpHandlerOptions
1878
+ ): Promise<ModifyCustomDBEngineVersionCommandOutput>;
1879
+ modifyCustomDBEngineVersion(
1880
+ args: ModifyCustomDBEngineVersionCommandInput,
1881
+ cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void
1882
+ ): void;
1883
+ modifyCustomDBEngineVersion(
1884
+ args: ModifyCustomDBEngineVersionCommandInput,
1885
+ options: __HttpHandlerOptions,
1886
+ cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void
1887
+ ): void;
1888
+
1889
+ modifyDBCluster(
1890
+ args: ModifyDBClusterCommandInput,
1891
+ options?: __HttpHandlerOptions
1892
+ ): Promise<ModifyDBClusterCommandOutput>;
1893
+ modifyDBCluster(
1894
+ args: ModifyDBClusterCommandInput,
1895
+ cb: (err: any, data?: ModifyDBClusterCommandOutput) => void
1896
+ ): void;
1897
+ modifyDBCluster(
1898
+ args: ModifyDBClusterCommandInput,
1899
+ options: __HttpHandlerOptions,
1900
+ cb: (err: any, data?: ModifyDBClusterCommandOutput) => void
1901
+ ): void;
1902
+
1903
+ modifyDBClusterEndpoint(
1904
+ args: ModifyDBClusterEndpointCommandInput,
1905
+ options?: __HttpHandlerOptions
1906
+ ): Promise<ModifyDBClusterEndpointCommandOutput>;
1907
+ modifyDBClusterEndpoint(
1908
+ args: ModifyDBClusterEndpointCommandInput,
1909
+ cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void
1910
+ ): void;
1911
+ modifyDBClusterEndpoint(
1912
+ args: ModifyDBClusterEndpointCommandInput,
1913
+ options: __HttpHandlerOptions,
1914
+ cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void
1915
+ ): void;
1916
+
1917
+ modifyDBClusterParameterGroup(
1918
+ args: ModifyDBClusterParameterGroupCommandInput,
1919
+ options?: __HttpHandlerOptions
1920
+ ): Promise<ModifyDBClusterParameterGroupCommandOutput>;
1921
+ modifyDBClusterParameterGroup(
1922
+ args: ModifyDBClusterParameterGroupCommandInput,
1923
+ cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void
1924
+ ): void;
1925
+ modifyDBClusterParameterGroup(
1926
+ args: ModifyDBClusterParameterGroupCommandInput,
1927
+ options: __HttpHandlerOptions,
1928
+ cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void
1929
+ ): void;
1930
+
1931
+ modifyDBClusterSnapshotAttribute(
1932
+ args: ModifyDBClusterSnapshotAttributeCommandInput,
1933
+ options?: __HttpHandlerOptions
1934
+ ): Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
1935
+ modifyDBClusterSnapshotAttribute(
1936
+ args: ModifyDBClusterSnapshotAttributeCommandInput,
1937
+ cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void
1938
+ ): void;
1939
+ modifyDBClusterSnapshotAttribute(
1940
+ args: ModifyDBClusterSnapshotAttributeCommandInput,
1941
+ options: __HttpHandlerOptions,
1942
+ cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void
1943
+ ): void;
1944
+
1945
+ modifyDBInstance(
1946
+ args: ModifyDBInstanceCommandInput,
1947
+ options?: __HttpHandlerOptions
1948
+ ): Promise<ModifyDBInstanceCommandOutput>;
1949
+ modifyDBInstance(
1950
+ args: ModifyDBInstanceCommandInput,
1951
+ cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void
1952
+ ): void;
1953
+ modifyDBInstance(
1954
+ args: ModifyDBInstanceCommandInput,
1955
+ options: __HttpHandlerOptions,
1956
+ cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void
1957
+ ): void;
1958
+
1959
+ modifyDBParameterGroup(
1960
+ args: ModifyDBParameterGroupCommandInput,
1961
+ options?: __HttpHandlerOptions
1962
+ ): Promise<ModifyDBParameterGroupCommandOutput>;
1963
+ modifyDBParameterGroup(
1964
+ args: ModifyDBParameterGroupCommandInput,
1965
+ cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void
1966
+ ): void;
1967
+ modifyDBParameterGroup(
1968
+ args: ModifyDBParameterGroupCommandInput,
1969
+ options: __HttpHandlerOptions,
1970
+ cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void
1971
+ ): void;
1972
+
1973
+ modifyDBProxy(
1974
+ args: ModifyDBProxyCommandInput,
1975
+ options?: __HttpHandlerOptions
1976
+ ): Promise<ModifyDBProxyCommandOutput>;
1977
+ modifyDBProxy(
1978
+ args: ModifyDBProxyCommandInput,
1979
+ cb: (err: any, data?: ModifyDBProxyCommandOutput) => void
1980
+ ): void;
1981
+ modifyDBProxy(
1982
+ args: ModifyDBProxyCommandInput,
1983
+ options: __HttpHandlerOptions,
1984
+ cb: (err: any, data?: ModifyDBProxyCommandOutput) => void
1985
+ ): void;
1986
+
1987
+ modifyDBProxyEndpoint(
1988
+ args: ModifyDBProxyEndpointCommandInput,
1989
+ options?: __HttpHandlerOptions
1990
+ ): Promise<ModifyDBProxyEndpointCommandOutput>;
1991
+ modifyDBProxyEndpoint(
1992
+ args: ModifyDBProxyEndpointCommandInput,
1993
+ cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void
1994
+ ): void;
1995
+ modifyDBProxyEndpoint(
1996
+ args: ModifyDBProxyEndpointCommandInput,
1997
+ options: __HttpHandlerOptions,
1998
+ cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void
1999
+ ): void;
2000
+
2001
+ modifyDBProxyTargetGroup(
2002
+ args: ModifyDBProxyTargetGroupCommandInput,
2003
+ options?: __HttpHandlerOptions
2004
+ ): Promise<ModifyDBProxyTargetGroupCommandOutput>;
2005
+ modifyDBProxyTargetGroup(
2006
+ args: ModifyDBProxyTargetGroupCommandInput,
2007
+ cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void
2008
+ ): void;
2009
+ modifyDBProxyTargetGroup(
2010
+ args: ModifyDBProxyTargetGroupCommandInput,
2011
+ options: __HttpHandlerOptions,
2012
+ cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void
2013
+ ): void;
2014
+
2015
+ modifyDBSnapshot(
2016
+ args: ModifyDBSnapshotCommandInput,
2017
+ options?: __HttpHandlerOptions
2018
+ ): Promise<ModifyDBSnapshotCommandOutput>;
2019
+ modifyDBSnapshot(
2020
+ args: ModifyDBSnapshotCommandInput,
2021
+ cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void
2022
+ ): void;
2023
+ modifyDBSnapshot(
2024
+ args: ModifyDBSnapshotCommandInput,
2025
+ options: __HttpHandlerOptions,
2026
+ cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void
2027
+ ): void;
2028
+
2029
+ modifyDBSnapshotAttribute(
2030
+ args: ModifyDBSnapshotAttributeCommandInput,
2031
+ options?: __HttpHandlerOptions
2032
+ ): Promise<ModifyDBSnapshotAttributeCommandOutput>;
2033
+ modifyDBSnapshotAttribute(
2034
+ args: ModifyDBSnapshotAttributeCommandInput,
2035
+ cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void
2036
+ ): void;
2037
+ modifyDBSnapshotAttribute(
2038
+ args: ModifyDBSnapshotAttributeCommandInput,
2039
+ options: __HttpHandlerOptions,
2040
+ cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void
2041
+ ): void;
2042
+
2043
+ modifyDBSubnetGroup(
2044
+ args: ModifyDBSubnetGroupCommandInput,
2045
+ options?: __HttpHandlerOptions
2046
+ ): Promise<ModifyDBSubnetGroupCommandOutput>;
2047
+ modifyDBSubnetGroup(
2048
+ args: ModifyDBSubnetGroupCommandInput,
2049
+ cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void
2050
+ ): void;
2051
+ modifyDBSubnetGroup(
2052
+ args: ModifyDBSubnetGroupCommandInput,
2053
+ options: __HttpHandlerOptions,
2054
+ cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void
2055
+ ): void;
2056
+
2057
+ modifyEventSubscription(
2058
+ args: ModifyEventSubscriptionCommandInput,
2059
+ options?: __HttpHandlerOptions
2060
+ ): Promise<ModifyEventSubscriptionCommandOutput>;
2061
+ modifyEventSubscription(
2062
+ args: ModifyEventSubscriptionCommandInput,
2063
+ cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
2064
+ ): void;
2065
+ modifyEventSubscription(
2066
+ args: ModifyEventSubscriptionCommandInput,
2067
+ options: __HttpHandlerOptions,
2068
+ cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
2069
+ ): void;
2070
+
2071
+ modifyGlobalCluster(
2072
+ args: ModifyGlobalClusterCommandInput,
2073
+ options?: __HttpHandlerOptions
2074
+ ): Promise<ModifyGlobalClusterCommandOutput>;
2075
+ modifyGlobalCluster(
2076
+ args: ModifyGlobalClusterCommandInput,
2077
+ cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void
2078
+ ): void;
2079
+ modifyGlobalCluster(
2080
+ args: ModifyGlobalClusterCommandInput,
2081
+ options: __HttpHandlerOptions,
2082
+ cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void
2083
+ ): void;
2084
+
2085
+ modifyOptionGroup(
2086
+ args: ModifyOptionGroupCommandInput,
2087
+ options?: __HttpHandlerOptions
2088
+ ): Promise<ModifyOptionGroupCommandOutput>;
2089
+ modifyOptionGroup(
2090
+ args: ModifyOptionGroupCommandInput,
2091
+ cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void
2092
+ ): void;
2093
+ modifyOptionGroup(
2094
+ args: ModifyOptionGroupCommandInput,
2095
+ options: __HttpHandlerOptions,
2096
+ cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void
2097
+ ): void;
2098
+
2099
+ promoteReadReplica(
2100
+ args: PromoteReadReplicaCommandInput,
2101
+ options?: __HttpHandlerOptions
2102
+ ): Promise<PromoteReadReplicaCommandOutput>;
2103
+ promoteReadReplica(
2104
+ args: PromoteReadReplicaCommandInput,
2105
+ cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void
2106
+ ): void;
2107
+ promoteReadReplica(
2108
+ args: PromoteReadReplicaCommandInput,
2109
+ options: __HttpHandlerOptions,
2110
+ cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void
2111
+ ): void;
2112
+
2113
+ promoteReadReplicaDBCluster(
2114
+ args: PromoteReadReplicaDBClusterCommandInput,
2115
+ options?: __HttpHandlerOptions
2116
+ ): Promise<PromoteReadReplicaDBClusterCommandOutput>;
2117
+ promoteReadReplicaDBCluster(
2118
+ args: PromoteReadReplicaDBClusterCommandInput,
2119
+ cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void
2120
+ ): void;
2121
+ promoteReadReplicaDBCluster(
2122
+ args: PromoteReadReplicaDBClusterCommandInput,
2123
+ options: __HttpHandlerOptions,
2124
+ cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void
2125
+ ): void;
2126
+
2127
+ purchaseReservedDBInstancesOffering(
2128
+ args: PurchaseReservedDBInstancesOfferingCommandInput,
2129
+ options?: __HttpHandlerOptions
2130
+ ): Promise<PurchaseReservedDBInstancesOfferingCommandOutput>;
2131
+ purchaseReservedDBInstancesOffering(
2132
+ args: PurchaseReservedDBInstancesOfferingCommandInput,
2133
+ cb: (
2134
+ err: any,
2135
+ data?: PurchaseReservedDBInstancesOfferingCommandOutput
2136
+ ) => void
2137
+ ): void;
2138
+ purchaseReservedDBInstancesOffering(
2139
+ args: PurchaseReservedDBInstancesOfferingCommandInput,
2140
+ options: __HttpHandlerOptions,
2141
+ cb: (
2142
+ err: any,
2143
+ data?: PurchaseReservedDBInstancesOfferingCommandOutput
2144
+ ) => void
2145
+ ): void;
2146
+
2147
+ rebootDBCluster(
2148
+ args: RebootDBClusterCommandInput,
2149
+ options?: __HttpHandlerOptions
2150
+ ): Promise<RebootDBClusterCommandOutput>;
2151
+ rebootDBCluster(
2152
+ args: RebootDBClusterCommandInput,
2153
+ cb: (err: any, data?: RebootDBClusterCommandOutput) => void
2154
+ ): void;
2155
+ rebootDBCluster(
2156
+ args: RebootDBClusterCommandInput,
2157
+ options: __HttpHandlerOptions,
2158
+ cb: (err: any, data?: RebootDBClusterCommandOutput) => void
2159
+ ): void;
2160
+
2161
+ rebootDBInstance(
2162
+ args: RebootDBInstanceCommandInput,
2163
+ options?: __HttpHandlerOptions
2164
+ ): Promise<RebootDBInstanceCommandOutput>;
2165
+ rebootDBInstance(
2166
+ args: RebootDBInstanceCommandInput,
2167
+ cb: (err: any, data?: RebootDBInstanceCommandOutput) => void
2168
+ ): void;
2169
+ rebootDBInstance(
2170
+ args: RebootDBInstanceCommandInput,
2171
+ options: __HttpHandlerOptions,
2172
+ cb: (err: any, data?: RebootDBInstanceCommandOutput) => void
2173
+ ): void;
2174
+
2175
+ registerDBProxyTargets(
2176
+ args: RegisterDBProxyTargetsCommandInput,
2177
+ options?: __HttpHandlerOptions
2178
+ ): Promise<RegisterDBProxyTargetsCommandOutput>;
2179
+ registerDBProxyTargets(
2180
+ args: RegisterDBProxyTargetsCommandInput,
2181
+ cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void
2182
+ ): void;
2183
+ registerDBProxyTargets(
2184
+ args: RegisterDBProxyTargetsCommandInput,
2185
+ options: __HttpHandlerOptions,
2186
+ cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void
2187
+ ): void;
2188
+
2189
+ removeFromGlobalCluster(
2190
+ args: RemoveFromGlobalClusterCommandInput,
2191
+ options?: __HttpHandlerOptions
2192
+ ): Promise<RemoveFromGlobalClusterCommandOutput>;
2193
+ removeFromGlobalCluster(
2194
+ args: RemoveFromGlobalClusterCommandInput,
2195
+ cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void
2196
+ ): void;
2197
+ removeFromGlobalCluster(
2198
+ args: RemoveFromGlobalClusterCommandInput,
2199
+ options: __HttpHandlerOptions,
2200
+ cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void
2201
+ ): void;
2202
+
2203
+ removeRoleFromDBCluster(
2204
+ args: RemoveRoleFromDBClusterCommandInput,
2205
+ options?: __HttpHandlerOptions
2206
+ ): Promise<RemoveRoleFromDBClusterCommandOutput>;
2207
+ removeRoleFromDBCluster(
2208
+ args: RemoveRoleFromDBClusterCommandInput,
2209
+ cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void
2210
+ ): void;
2211
+ removeRoleFromDBCluster(
2212
+ args: RemoveRoleFromDBClusterCommandInput,
2213
+ options: __HttpHandlerOptions,
2214
+ cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void
2215
+ ): void;
2216
+
2217
+ removeRoleFromDBInstance(
2218
+ args: RemoveRoleFromDBInstanceCommandInput,
2219
+ options?: __HttpHandlerOptions
2220
+ ): Promise<RemoveRoleFromDBInstanceCommandOutput>;
2221
+ removeRoleFromDBInstance(
2222
+ args: RemoveRoleFromDBInstanceCommandInput,
2223
+ cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void
2224
+ ): void;
2225
+ removeRoleFromDBInstance(
2226
+ args: RemoveRoleFromDBInstanceCommandInput,
2227
+ options: __HttpHandlerOptions,
2228
+ cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void
2229
+ ): void;
2230
+
2231
+ removeSourceIdentifierFromSubscription(
2232
+ args: RemoveSourceIdentifierFromSubscriptionCommandInput,
2233
+ options?: __HttpHandlerOptions
2234
+ ): Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
2235
+ removeSourceIdentifierFromSubscription(
2236
+ args: RemoveSourceIdentifierFromSubscriptionCommandInput,
2237
+ cb: (
2238
+ err: any,
2239
+ data?: RemoveSourceIdentifierFromSubscriptionCommandOutput
2240
+ ) => void
2241
+ ): void;
2242
+ removeSourceIdentifierFromSubscription(
2243
+ args: RemoveSourceIdentifierFromSubscriptionCommandInput,
2244
+ options: __HttpHandlerOptions,
2245
+ cb: (
2246
+ err: any,
2247
+ data?: RemoveSourceIdentifierFromSubscriptionCommandOutput
2248
+ ) => void
2249
+ ): void;
2250
+
2251
+ removeTagsFromResource(
2252
+ args: RemoveTagsFromResourceCommandInput,
2253
+ options?: __HttpHandlerOptions
2254
+ ): Promise<RemoveTagsFromResourceCommandOutput>;
2255
+ removeTagsFromResource(
2256
+ args: RemoveTagsFromResourceCommandInput,
2257
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2258
+ ): void;
2259
+ removeTagsFromResource(
2260
+ args: RemoveTagsFromResourceCommandInput,
2261
+ options: __HttpHandlerOptions,
2262
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2263
+ ): void;
2264
+
2265
+ resetDBClusterParameterGroup(
2266
+ args: ResetDBClusterParameterGroupCommandInput,
2267
+ options?: __HttpHandlerOptions
2268
+ ): Promise<ResetDBClusterParameterGroupCommandOutput>;
2269
+ resetDBClusterParameterGroup(
2270
+ args: ResetDBClusterParameterGroupCommandInput,
2271
+ cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void
2272
+ ): void;
2273
+ resetDBClusterParameterGroup(
2274
+ args: ResetDBClusterParameterGroupCommandInput,
2275
+ options: __HttpHandlerOptions,
2276
+ cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void
2277
+ ): void;
2278
+
2279
+ resetDBParameterGroup(
2280
+ args: ResetDBParameterGroupCommandInput,
2281
+ options?: __HttpHandlerOptions
2282
+ ): Promise<ResetDBParameterGroupCommandOutput>;
2283
+ resetDBParameterGroup(
2284
+ args: ResetDBParameterGroupCommandInput,
2285
+ cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void
2286
+ ): void;
2287
+ resetDBParameterGroup(
2288
+ args: ResetDBParameterGroupCommandInput,
2289
+ options: __HttpHandlerOptions,
2290
+ cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void
2291
+ ): void;
2292
+
2293
+ restoreDBClusterFromS3(
2294
+ args: RestoreDBClusterFromS3CommandInput,
2295
+ options?: __HttpHandlerOptions
2296
+ ): Promise<RestoreDBClusterFromS3CommandOutput>;
2297
+ restoreDBClusterFromS3(
2298
+ args: RestoreDBClusterFromS3CommandInput,
2299
+ cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void
2300
+ ): void;
2301
+ restoreDBClusterFromS3(
2302
+ args: RestoreDBClusterFromS3CommandInput,
2303
+ options: __HttpHandlerOptions,
2304
+ cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void
2305
+ ): void;
2306
+
2307
+ restoreDBClusterFromSnapshot(
2308
+ args: RestoreDBClusterFromSnapshotCommandInput,
2309
+ options?: __HttpHandlerOptions
2310
+ ): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
2311
+ restoreDBClusterFromSnapshot(
2312
+ args: RestoreDBClusterFromSnapshotCommandInput,
2313
+ cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void
2314
+ ): void;
2315
+ restoreDBClusterFromSnapshot(
2316
+ args: RestoreDBClusterFromSnapshotCommandInput,
2317
+ options: __HttpHandlerOptions,
2318
+ cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void
2319
+ ): void;
2320
+
2321
+ restoreDBClusterToPointInTime(
2322
+ args: RestoreDBClusterToPointInTimeCommandInput,
2323
+ options?: __HttpHandlerOptions
2324
+ ): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
2325
+ restoreDBClusterToPointInTime(
2326
+ args: RestoreDBClusterToPointInTimeCommandInput,
2327
+ cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void
2328
+ ): void;
2329
+ restoreDBClusterToPointInTime(
2330
+ args: RestoreDBClusterToPointInTimeCommandInput,
2331
+ options: __HttpHandlerOptions,
2332
+ cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void
2333
+ ): void;
2334
+
2335
+ restoreDBInstanceFromDBSnapshot(
2336
+ args: RestoreDBInstanceFromDBSnapshotCommandInput,
2337
+ options?: __HttpHandlerOptions
2338
+ ): Promise<RestoreDBInstanceFromDBSnapshotCommandOutput>;
2339
+ restoreDBInstanceFromDBSnapshot(
2340
+ args: RestoreDBInstanceFromDBSnapshotCommandInput,
2341
+ cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void
2342
+ ): void;
2343
+ restoreDBInstanceFromDBSnapshot(
2344
+ args: RestoreDBInstanceFromDBSnapshotCommandInput,
2345
+ options: __HttpHandlerOptions,
2346
+ cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void
2347
+ ): void;
2348
+
2349
+ restoreDBInstanceFromS3(
2350
+ args: RestoreDBInstanceFromS3CommandInput,
2351
+ options?: __HttpHandlerOptions
2352
+ ): Promise<RestoreDBInstanceFromS3CommandOutput>;
2353
+ restoreDBInstanceFromS3(
2354
+ args: RestoreDBInstanceFromS3CommandInput,
2355
+ cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void
2356
+ ): void;
2357
+ restoreDBInstanceFromS3(
2358
+ args: RestoreDBInstanceFromS3CommandInput,
2359
+ options: __HttpHandlerOptions,
2360
+ cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void
2361
+ ): void;
2362
+
2363
+ restoreDBInstanceToPointInTime(
2364
+ args: RestoreDBInstanceToPointInTimeCommandInput,
2365
+ options?: __HttpHandlerOptions
2366
+ ): Promise<RestoreDBInstanceToPointInTimeCommandOutput>;
2367
+ restoreDBInstanceToPointInTime(
2368
+ args: RestoreDBInstanceToPointInTimeCommandInput,
2369
+ cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void
2370
+ ): void;
2371
+ restoreDBInstanceToPointInTime(
2372
+ args: RestoreDBInstanceToPointInTimeCommandInput,
2373
+ options: __HttpHandlerOptions,
2374
+ cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void
2375
+ ): void;
2376
+
2377
+ revokeDBSecurityGroupIngress(
2378
+ args: RevokeDBSecurityGroupIngressCommandInput,
2379
+ options?: __HttpHandlerOptions
2380
+ ): Promise<RevokeDBSecurityGroupIngressCommandOutput>;
2381
+ revokeDBSecurityGroupIngress(
2382
+ args: RevokeDBSecurityGroupIngressCommandInput,
2383
+ cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void
2384
+ ): void;
2385
+ revokeDBSecurityGroupIngress(
2386
+ args: RevokeDBSecurityGroupIngressCommandInput,
2387
+ options: __HttpHandlerOptions,
2388
+ cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void
2389
+ ): void;
2390
+
2391
+ startActivityStream(
2392
+ args: StartActivityStreamCommandInput,
2393
+ options?: __HttpHandlerOptions
2394
+ ): Promise<StartActivityStreamCommandOutput>;
2395
+ startActivityStream(
2396
+ args: StartActivityStreamCommandInput,
2397
+ cb: (err: any, data?: StartActivityStreamCommandOutput) => void
2398
+ ): void;
2399
+ startActivityStream(
2400
+ args: StartActivityStreamCommandInput,
2401
+ options: __HttpHandlerOptions,
2402
+ cb: (err: any, data?: StartActivityStreamCommandOutput) => void
2403
+ ): void;
2404
+
2405
+ startDBCluster(
2406
+ args: StartDBClusterCommandInput,
2407
+ options?: __HttpHandlerOptions
2408
+ ): Promise<StartDBClusterCommandOutput>;
2409
+ startDBCluster(
2410
+ args: StartDBClusterCommandInput,
2411
+ cb: (err: any, data?: StartDBClusterCommandOutput) => void
2412
+ ): void;
2413
+ startDBCluster(
2414
+ args: StartDBClusterCommandInput,
2415
+ options: __HttpHandlerOptions,
2416
+ cb: (err: any, data?: StartDBClusterCommandOutput) => void
2417
+ ): void;
2418
+
2419
+ startDBInstance(
2420
+ args: StartDBInstanceCommandInput,
2421
+ options?: __HttpHandlerOptions
2422
+ ): Promise<StartDBInstanceCommandOutput>;
2423
+ startDBInstance(
2424
+ args: StartDBInstanceCommandInput,
2425
+ cb: (err: any, data?: StartDBInstanceCommandOutput) => void
2426
+ ): void;
2427
+ startDBInstance(
2428
+ args: StartDBInstanceCommandInput,
2429
+ options: __HttpHandlerOptions,
2430
+ cb: (err: any, data?: StartDBInstanceCommandOutput) => void
2431
+ ): void;
2432
+
2433
+ startDBInstanceAutomatedBackupsReplication(
2434
+ args: StartDBInstanceAutomatedBackupsReplicationCommandInput,
2435
+ options?: __HttpHandlerOptions
2436
+ ): Promise<StartDBInstanceAutomatedBackupsReplicationCommandOutput>;
2437
+ startDBInstanceAutomatedBackupsReplication(
2438
+ args: StartDBInstanceAutomatedBackupsReplicationCommandInput,
2439
+ cb: (
2440
+ err: any,
2441
+ data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput
2442
+ ) => void
2443
+ ): void;
2444
+ startDBInstanceAutomatedBackupsReplication(
2445
+ args: StartDBInstanceAutomatedBackupsReplicationCommandInput,
2446
+ options: __HttpHandlerOptions,
2447
+ cb: (
2448
+ err: any,
2449
+ data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput
2450
+ ) => void
2451
+ ): void;
2452
+
2453
+ startExportTask(
2454
+ args: StartExportTaskCommandInput,
2455
+ options?: __HttpHandlerOptions
2456
+ ): Promise<StartExportTaskCommandOutput>;
2457
+ startExportTask(
2458
+ args: StartExportTaskCommandInput,
2459
+ cb: (err: any, data?: StartExportTaskCommandOutput) => void
2460
+ ): void;
2461
+ startExportTask(
2462
+ args: StartExportTaskCommandInput,
2463
+ options: __HttpHandlerOptions,
2464
+ cb: (err: any, data?: StartExportTaskCommandOutput) => void
2465
+ ): void;
2466
+
2467
+ stopActivityStream(
2468
+ args: StopActivityStreamCommandInput,
2469
+ options?: __HttpHandlerOptions
2470
+ ): Promise<StopActivityStreamCommandOutput>;
2471
+ stopActivityStream(
2472
+ args: StopActivityStreamCommandInput,
2473
+ cb: (err: any, data?: StopActivityStreamCommandOutput) => void
2474
+ ): void;
2475
+ stopActivityStream(
2476
+ args: StopActivityStreamCommandInput,
2477
+ options: __HttpHandlerOptions,
2478
+ cb: (err: any, data?: StopActivityStreamCommandOutput) => void
2479
+ ): void;
2480
+
2481
+ stopDBCluster(
2482
+ args: StopDBClusterCommandInput,
2483
+ options?: __HttpHandlerOptions
2484
+ ): Promise<StopDBClusterCommandOutput>;
2485
+ stopDBCluster(
2486
+ args: StopDBClusterCommandInput,
2487
+ cb: (err: any, data?: StopDBClusterCommandOutput) => void
2488
+ ): void;
2489
+ stopDBCluster(
2490
+ args: StopDBClusterCommandInput,
2491
+ options: __HttpHandlerOptions,
2492
+ cb: (err: any, data?: StopDBClusterCommandOutput) => void
2493
+ ): void;
2494
+
2495
+ stopDBInstance(
2496
+ args: StopDBInstanceCommandInput,
2497
+ options?: __HttpHandlerOptions
2498
+ ): Promise<StopDBInstanceCommandOutput>;
2499
+ stopDBInstance(
2500
+ args: StopDBInstanceCommandInput,
2501
+ cb: (err: any, data?: StopDBInstanceCommandOutput) => void
2502
+ ): void;
2503
+ stopDBInstance(
2504
+ args: StopDBInstanceCommandInput,
2505
+ options: __HttpHandlerOptions,
2506
+ cb: (err: any, data?: StopDBInstanceCommandOutput) => void
2507
+ ): void;
2508
+
2509
+ stopDBInstanceAutomatedBackupsReplication(
2510
+ args: StopDBInstanceAutomatedBackupsReplicationCommandInput,
2511
+ options?: __HttpHandlerOptions
2512
+ ): Promise<StopDBInstanceAutomatedBackupsReplicationCommandOutput>;
2513
+ stopDBInstanceAutomatedBackupsReplication(
2514
+ args: StopDBInstanceAutomatedBackupsReplicationCommandInput,
2515
+ cb: (
2516
+ err: any,
2517
+ data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput
2518
+ ) => void
2519
+ ): void;
2520
+ stopDBInstanceAutomatedBackupsReplication(
2521
+ args: StopDBInstanceAutomatedBackupsReplicationCommandInput,
2522
+ options: __HttpHandlerOptions,
2523
+ cb: (
2524
+ err: any,
2525
+ data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput
2526
+ ) => void
2527
+ ): void;
2528
+
2529
+ switchoverReadReplica(
2530
+ args: SwitchoverReadReplicaCommandInput,
2531
+ options?: __HttpHandlerOptions
2532
+ ): Promise<SwitchoverReadReplicaCommandOutput>;
2533
+ switchoverReadReplica(
2534
+ args: SwitchoverReadReplicaCommandInput,
2535
+ cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void
2536
+ ): void;
2537
+ switchoverReadReplica(
2538
+ args: SwitchoverReadReplicaCommandInput,
2539
+ options: __HttpHandlerOptions,
2540
+ cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void
2541
+ ): void;
2542
+ }