@aws-sdk/client-rds 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/RDS.d.ts +2405 -690
  3. package/dist-types/ts3.4/RDSClient.d.ts +925 -210
  4. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +31 -17
  5. package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +31 -17
  6. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +31 -17
  8. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +31 -17
  46. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +31 -17
  49. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +36 -17
  66. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +37 -18
  71. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +36 -17
  72. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +39 -17
  73. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
  79. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +36 -17
  82. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +39 -17
  88. package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +36 -17
  90. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
  92. package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +36 -17
  94. package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +37 -18
  96. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +37 -18
  98. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +39 -17
  99. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +35 -17
  101. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +39 -17
  102. package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +35 -17
  103. package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +39 -17
  104. package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +39 -17
  105. package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +39 -17
  106. package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +35 -17
  107. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +36 -17
  108. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +39 -17
  109. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +36 -17
  110. package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +36 -17
  111. package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +36 -17
  112. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +39 -17
  113. package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +39 -17
  114. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +35 -17
  115. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +35 -17
  116. package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +39 -17
  118. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +35 -17
  119. package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +35 -17
  120. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +39 -17
  121. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +34 -17
  122. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +39 -17
  125. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +39 -17
  126. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +39 -17
  127. package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +39 -17
  128. package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +39 -17
  129. package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +39 -17
  130. package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +39 -17
  131. package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +36 -17
  132. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +35 -17
  133. package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
  134. package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +35 -17
  135. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +33 -18
  136. package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +36 -17
  137. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +32 -17
  138. package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
  139. package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +35 -17
  140. package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +39 -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 +7 -6
  145. package/dist-types/ts3.4/models/index.d.ts +2 -2
  146. package/dist-types/ts3.4/models/models_0.d.ts +2784 -3635
  147. package/dist-types/ts3.4/models/models_1.d.ts +1743 -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 +65 -38
  185. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  186. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  187. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  188. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  189. package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +11 -7
  190. package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +11 -7
  191. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +11 -7
  192. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +11 -7
  193. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +11 -7
  194. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +11 -7
  195. package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +11 -7
  196. package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +11 -7
  197. package/package.json +36 -36
@@ -1,210 +1,925 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand";
10
- import { AddRoleToDBInstanceCommandInput, AddRoleToDBInstanceCommandOutput } from "./commands/AddRoleToDBInstanceCommand";
11
- import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
12
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
13
- import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
14
- import { AuthorizeDBSecurityGroupIngressCommandInput, AuthorizeDBSecurityGroupIngressCommandOutput } from "./commands/AuthorizeDBSecurityGroupIngressCommand";
15
- import { BacktrackDBClusterCommandInput, BacktrackDBClusterCommandOutput } from "./commands/BacktrackDBClusterCommand";
16
- import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
17
- import { CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput } from "./commands/CopyDBClusterParameterGroupCommand";
18
- import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput } from "./commands/CopyDBClusterSnapshotCommand";
19
- import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "./commands/CopyDBParameterGroupCommand";
20
- import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "./commands/CopyDBSnapshotCommand";
21
- import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "./commands/CopyOptionGroupCommand";
22
- import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "./commands/CreateCustomDBEngineVersionCommand";
23
- import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
24
- import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "./commands/CreateDBClusterEndpointCommand";
25
- import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "./commands/CreateDBClusterParameterGroupCommand";
26
- import { CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput } from "./commands/CreateDBClusterSnapshotCommand";
27
- import { CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput } from "./commands/CreateDBInstanceCommand";
28
- import { CreateDBInstanceReadReplicaCommandInput, CreateDBInstanceReadReplicaCommandOutput } from "./commands/CreateDBInstanceReadReplicaCommand";
29
- import { CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput } from "./commands/CreateDBParameterGroupCommand";
30
- import { CreateDBProxyCommandInput, CreateDBProxyCommandOutput } from "./commands/CreateDBProxyCommand";
31
- import { CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput } from "./commands/CreateDBProxyEndpointCommand";
32
- import { CreateDBSecurityGroupCommandInput, CreateDBSecurityGroupCommandOutput } from "./commands/CreateDBSecurityGroupCommand";
33
- import { CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput } from "./commands/CreateDBSnapshotCommand";
34
- import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "./commands/CreateDBSubnetGroupCommand";
35
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
36
- import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
37
- import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "./commands/CreateOptionGroupCommand";
38
- import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "./commands/DeleteCustomDBEngineVersionCommand";
39
- import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
40
- import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "./commands/DeleteDBClusterEndpointCommand";
41
- import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "./commands/DeleteDBClusterParameterGroupCommand";
42
- import { DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput } from "./commands/DeleteDBClusterSnapshotCommand";
43
- import { DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput } from "./commands/DeleteDBInstanceAutomatedBackupCommand";
44
- import { DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput } from "./commands/DeleteDBInstanceCommand";
45
- import { DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput } from "./commands/DeleteDBParameterGroupCommand";
46
- import { DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput } from "./commands/DeleteDBProxyCommand";
47
- import { DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput } from "./commands/DeleteDBProxyEndpointCommand";
48
- import { DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput } from "./commands/DeleteDBSecurityGroupCommand";
49
- import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "./commands/DeleteDBSnapshotCommand";
50
- import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
51
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
52
- import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "./commands/DeleteGlobalClusterCommand";
53
- import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "./commands/DeleteOptionGroupCommand";
54
- import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "./commands/DeregisterDBProxyTargetsCommand";
55
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
56
- import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
57
- import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "./commands/DescribeDBClusterBacktracksCommand";
58
- import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "./commands/DescribeDBClusterEndpointsCommand";
59
- import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "./commands/DescribeDBClusterParameterGroupsCommand";
60
- import { DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput } from "./commands/DescribeDBClusterParametersCommand";
61
- import { DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput } from "./commands/DescribeDBClustersCommand";
62
- import { DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
63
- import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "./commands/DescribeDBClusterSnapshotsCommand";
64
- import { DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput } from "./commands/DescribeDBEngineVersionsCommand";
65
- import { DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput } from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
66
- import { DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput } from "./commands/DescribeDBInstancesCommand";
67
- import { DescribeDBLogFilesCommandInput, DescribeDBLogFilesCommandOutput } from "./commands/DescribeDBLogFilesCommand";
68
- import { DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput } from "./commands/DescribeDBParameterGroupsCommand";
69
- import { DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput } from "./commands/DescribeDBParametersCommand";
70
- import { DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput } from "./commands/DescribeDBProxiesCommand";
71
- import { DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput } from "./commands/DescribeDBProxyEndpointsCommand";
72
- import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput } from "./commands/DescribeDBProxyTargetGroupsCommand";
73
- import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "./commands/DescribeDBProxyTargetsCommand";
74
- import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "./commands/DescribeDBSecurityGroupsCommand";
75
- import { DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput } from "./commands/DescribeDBSnapshotAttributesCommand";
76
- import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "./commands/DescribeDBSnapshotsCommand";
77
- import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "./commands/DescribeDBSubnetGroupsCommand";
78
- import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "./commands/DescribeEngineDefaultClusterParametersCommand";
79
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
80
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
81
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
82
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
83
- import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
84
- import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "./commands/DescribeGlobalClustersCommand";
85
- import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "./commands/DescribeOptionGroupOptionsCommand";
86
- import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "./commands/DescribeOptionGroupsCommand";
87
- import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
88
- import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
89
- import { DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput } from "./commands/DescribeReservedDBInstancesCommand";
90
- import { DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
91
- import { DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput } from "./commands/DescribeSourceRegionsCommand";
92
- import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput } from "./commands/DescribeValidDBInstanceModificationsCommand";
93
- import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "./commands/DownloadDBLogFilePortionCommand";
94
- import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
95
- import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "./commands/FailoverGlobalClusterCommand";
96
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
97
- import { ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput } from "./commands/ModifyActivityStreamCommand";
98
- import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
99
- import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
100
- import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "./commands/ModifyCustomDBEngineVersionCommand";
101
- import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "./commands/ModifyDBClusterCommand";
102
- import { ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput } from "./commands/ModifyDBClusterEndpointCommand";
103
- import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "./commands/ModifyDBClusterParameterGroupCommand";
104
- import { ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
105
- import { ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput } from "./commands/ModifyDBInstanceCommand";
106
- import { ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput } from "./commands/ModifyDBParameterGroupCommand";
107
- import { ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput } from "./commands/ModifyDBProxyCommand";
108
- import { ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput } from "./commands/ModifyDBProxyEndpointCommand";
109
- import { ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput } from "./commands/ModifyDBProxyTargetGroupCommand";
110
- import { ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput } from "./commands/ModifyDBSnapshotAttributeCommand";
111
- import { ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput } from "./commands/ModifyDBSnapshotCommand";
112
- import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "./commands/ModifyDBSubnetGroupCommand";
113
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
114
- import { ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput } from "./commands/ModifyGlobalClusterCommand";
115
- import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from "./commands/ModifyOptionGroupCommand";
116
- import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "./commands/PromoteReadReplicaCommand";
117
- import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "./commands/PromoteReadReplicaDBClusterCommand";
118
- import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
119
- import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "./commands/RebootDBClusterCommand";
120
- import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
121
- import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
122
- import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
123
- import { RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput } from "./commands/RemoveRoleFromDBClusterCommand";
124
- import { RemoveRoleFromDBInstanceCommandInput, RemoveRoleFromDBInstanceCommandOutput } from "./commands/RemoveRoleFromDBInstanceCommand";
125
- import { RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
126
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
127
- import { ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput } from "./commands/ResetDBClusterParameterGroupCommand";
128
- import { ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput } from "./commands/ResetDBParameterGroupCommand";
129
- import { RestoreDBClusterFromS3CommandInput, RestoreDBClusterFromS3CommandOutput } from "./commands/RestoreDBClusterFromS3Command";
130
- import { RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput } from "./commands/RestoreDBClusterFromSnapshotCommand";
131
- import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput } from "./commands/RestoreDBClusterToPointInTimeCommand";
132
- import { RestoreDBInstanceFromDBSnapshotCommandInput, RestoreDBInstanceFromDBSnapshotCommandOutput } from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
133
- import { RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput } from "./commands/RestoreDBInstanceFromS3Command";
134
- import { RestoreDBInstanceToPointInTimeCommandInput, RestoreDBInstanceToPointInTimeCommandOutput } from "./commands/RestoreDBInstanceToPointInTimeCommand";
135
- import { RevokeDBSecurityGroupIngressCommandInput, RevokeDBSecurityGroupIngressCommandOutput } from "./commands/RevokeDBSecurityGroupIngressCommand";
136
- import { StartActivityStreamCommandInput, StartActivityStreamCommandOutput } from "./commands/StartActivityStreamCommand";
137
- import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "./commands/StartDBClusterCommand";
138
- import { StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
139
- import { StartDBInstanceCommandInput, StartDBInstanceCommandOutput } from "./commands/StartDBInstanceCommand";
140
- import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
141
- import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from "./commands/StopActivityStreamCommand";
142
- import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
143
- import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
144
- import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
145
- import { SwitchoverReadReplicaCommandInput, SwitchoverReadReplicaCommandOutput } from "./commands/SwitchoverReadReplicaCommand";
146
- export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyActivityStreamCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput | SwitchoverReadReplicaCommandInput;
147
- export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyActivityStreamCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput | SwitchoverReadReplicaCommandOutput;
148
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
149
-
150
- requestHandler?: __HttpHandler;
151
-
152
- sha256?: __HashConstructor;
153
-
154
- urlParser?: __UrlParser;
155
-
156
- bodyLengthChecker?: __BodyLengthCalculator;
157
-
158
- streamCollector?: __StreamCollector;
159
-
160
- base64Decoder?: __Decoder;
161
-
162
- base64Encoder?: __Encoder;
163
-
164
- utf8Decoder?: __Decoder;
165
-
166
- utf8Encoder?: __Encoder;
167
-
168
- runtime?: string;
169
-
170
- disableHostPrefix?: boolean;
171
-
172
- maxAttempts?: number | __Provider<number>;
173
-
174
- retryMode?: string | __Provider<string>;
175
-
176
- logger?: __Logger;
177
-
178
- useDualstackEndpoint?: boolean | __Provider<boolean>;
179
-
180
- useFipsEndpoint?: boolean | __Provider<boolean>;
181
-
182
- serviceId?: string;
183
-
184
- region?: string | __Provider<string>;
185
-
186
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
187
-
188
- regionInfoProvider?: RegionInfoProvider;
189
-
190
- defaultUserAgentProvider?: Provider<__UserAgent>;
191
-
192
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
193
- }
194
- declare type RDSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
195
-
196
- export interface RDSClientConfig extends RDSClientConfigType {
197
- }
198
- declare type RDSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
199
-
200
- export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {
201
- }
202
-
203
- export declare class RDSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RDSClientResolvedConfig> {
204
-
205
- readonly config: RDSClientResolvedConfig;
206
- constructor(configuration: RDSClientConfig);
207
-
208
- destroy(): void;
209
- }
210
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddRoleToDBClusterCommandInput,
47
+ AddRoleToDBClusterCommandOutput,
48
+ } from "./commands/AddRoleToDBClusterCommand";
49
+ import {
50
+ AddRoleToDBInstanceCommandInput,
51
+ AddRoleToDBInstanceCommandOutput,
52
+ } from "./commands/AddRoleToDBInstanceCommand";
53
+ import {
54
+ AddSourceIdentifierToSubscriptionCommandInput,
55
+ AddSourceIdentifierToSubscriptionCommandOutput,
56
+ } from "./commands/AddSourceIdentifierToSubscriptionCommand";
57
+ import {
58
+ AddTagsToResourceCommandInput,
59
+ AddTagsToResourceCommandOutput,
60
+ } from "./commands/AddTagsToResourceCommand";
61
+ import {
62
+ ApplyPendingMaintenanceActionCommandInput,
63
+ ApplyPendingMaintenanceActionCommandOutput,
64
+ } from "./commands/ApplyPendingMaintenanceActionCommand";
65
+ import {
66
+ AuthorizeDBSecurityGroupIngressCommandInput,
67
+ AuthorizeDBSecurityGroupIngressCommandOutput,
68
+ } from "./commands/AuthorizeDBSecurityGroupIngressCommand";
69
+ import {
70
+ BacktrackDBClusterCommandInput,
71
+ BacktrackDBClusterCommandOutput,
72
+ } from "./commands/BacktrackDBClusterCommand";
73
+ import {
74
+ CancelExportTaskCommandInput,
75
+ CancelExportTaskCommandOutput,
76
+ } from "./commands/CancelExportTaskCommand";
77
+ import {
78
+ CopyDBClusterParameterGroupCommandInput,
79
+ CopyDBClusterParameterGroupCommandOutput,
80
+ } from "./commands/CopyDBClusterParameterGroupCommand";
81
+ import {
82
+ CopyDBClusterSnapshotCommandInput,
83
+ CopyDBClusterSnapshotCommandOutput,
84
+ } from "./commands/CopyDBClusterSnapshotCommand";
85
+ import {
86
+ CopyDBParameterGroupCommandInput,
87
+ CopyDBParameterGroupCommandOutput,
88
+ } from "./commands/CopyDBParameterGroupCommand";
89
+ import {
90
+ CopyDBSnapshotCommandInput,
91
+ CopyDBSnapshotCommandOutput,
92
+ } from "./commands/CopyDBSnapshotCommand";
93
+ import {
94
+ CopyOptionGroupCommandInput,
95
+ CopyOptionGroupCommandOutput,
96
+ } from "./commands/CopyOptionGroupCommand";
97
+ import {
98
+ CreateCustomDBEngineVersionCommandInput,
99
+ CreateCustomDBEngineVersionCommandOutput,
100
+ } from "./commands/CreateCustomDBEngineVersionCommand";
101
+ import {
102
+ CreateDBClusterCommandInput,
103
+ CreateDBClusterCommandOutput,
104
+ } from "./commands/CreateDBClusterCommand";
105
+ import {
106
+ CreateDBClusterEndpointCommandInput,
107
+ CreateDBClusterEndpointCommandOutput,
108
+ } from "./commands/CreateDBClusterEndpointCommand";
109
+ import {
110
+ CreateDBClusterParameterGroupCommandInput,
111
+ CreateDBClusterParameterGroupCommandOutput,
112
+ } from "./commands/CreateDBClusterParameterGroupCommand";
113
+ import {
114
+ CreateDBClusterSnapshotCommandInput,
115
+ CreateDBClusterSnapshotCommandOutput,
116
+ } from "./commands/CreateDBClusterSnapshotCommand";
117
+ import {
118
+ CreateDBInstanceCommandInput,
119
+ CreateDBInstanceCommandOutput,
120
+ } from "./commands/CreateDBInstanceCommand";
121
+ import {
122
+ CreateDBInstanceReadReplicaCommandInput,
123
+ CreateDBInstanceReadReplicaCommandOutput,
124
+ } from "./commands/CreateDBInstanceReadReplicaCommand";
125
+ import {
126
+ CreateDBParameterGroupCommandInput,
127
+ CreateDBParameterGroupCommandOutput,
128
+ } from "./commands/CreateDBParameterGroupCommand";
129
+ import {
130
+ CreateDBProxyCommandInput,
131
+ CreateDBProxyCommandOutput,
132
+ } from "./commands/CreateDBProxyCommand";
133
+ import {
134
+ CreateDBProxyEndpointCommandInput,
135
+ CreateDBProxyEndpointCommandOutput,
136
+ } from "./commands/CreateDBProxyEndpointCommand";
137
+ import {
138
+ CreateDBSecurityGroupCommandInput,
139
+ CreateDBSecurityGroupCommandOutput,
140
+ } from "./commands/CreateDBSecurityGroupCommand";
141
+ import {
142
+ CreateDBSnapshotCommandInput,
143
+ CreateDBSnapshotCommandOutput,
144
+ } from "./commands/CreateDBSnapshotCommand";
145
+ import {
146
+ CreateDBSubnetGroupCommandInput,
147
+ CreateDBSubnetGroupCommandOutput,
148
+ } from "./commands/CreateDBSubnetGroupCommand";
149
+ import {
150
+ CreateEventSubscriptionCommandInput,
151
+ CreateEventSubscriptionCommandOutput,
152
+ } from "./commands/CreateEventSubscriptionCommand";
153
+ import {
154
+ CreateGlobalClusterCommandInput,
155
+ CreateGlobalClusterCommandOutput,
156
+ } from "./commands/CreateGlobalClusterCommand";
157
+ import {
158
+ CreateOptionGroupCommandInput,
159
+ CreateOptionGroupCommandOutput,
160
+ } from "./commands/CreateOptionGroupCommand";
161
+ import {
162
+ DeleteCustomDBEngineVersionCommandInput,
163
+ DeleteCustomDBEngineVersionCommandOutput,
164
+ } from "./commands/DeleteCustomDBEngineVersionCommand";
165
+ import {
166
+ DeleteDBClusterCommandInput,
167
+ DeleteDBClusterCommandOutput,
168
+ } from "./commands/DeleteDBClusterCommand";
169
+ import {
170
+ DeleteDBClusterEndpointCommandInput,
171
+ DeleteDBClusterEndpointCommandOutput,
172
+ } from "./commands/DeleteDBClusterEndpointCommand";
173
+ import {
174
+ DeleteDBClusterParameterGroupCommandInput,
175
+ DeleteDBClusterParameterGroupCommandOutput,
176
+ } from "./commands/DeleteDBClusterParameterGroupCommand";
177
+ import {
178
+ DeleteDBClusterSnapshotCommandInput,
179
+ DeleteDBClusterSnapshotCommandOutput,
180
+ } from "./commands/DeleteDBClusterSnapshotCommand";
181
+ import {
182
+ DeleteDBInstanceAutomatedBackupCommandInput,
183
+ DeleteDBInstanceAutomatedBackupCommandOutput,
184
+ } from "./commands/DeleteDBInstanceAutomatedBackupCommand";
185
+ import {
186
+ DeleteDBInstanceCommandInput,
187
+ DeleteDBInstanceCommandOutput,
188
+ } from "./commands/DeleteDBInstanceCommand";
189
+ import {
190
+ DeleteDBParameterGroupCommandInput,
191
+ DeleteDBParameterGroupCommandOutput,
192
+ } from "./commands/DeleteDBParameterGroupCommand";
193
+ import {
194
+ DeleteDBProxyCommandInput,
195
+ DeleteDBProxyCommandOutput,
196
+ } from "./commands/DeleteDBProxyCommand";
197
+ import {
198
+ DeleteDBProxyEndpointCommandInput,
199
+ DeleteDBProxyEndpointCommandOutput,
200
+ } from "./commands/DeleteDBProxyEndpointCommand";
201
+ import {
202
+ DeleteDBSecurityGroupCommandInput,
203
+ DeleteDBSecurityGroupCommandOutput,
204
+ } from "./commands/DeleteDBSecurityGroupCommand";
205
+ import {
206
+ DeleteDBSnapshotCommandInput,
207
+ DeleteDBSnapshotCommandOutput,
208
+ } from "./commands/DeleteDBSnapshotCommand";
209
+ import {
210
+ DeleteDBSubnetGroupCommandInput,
211
+ DeleteDBSubnetGroupCommandOutput,
212
+ } from "./commands/DeleteDBSubnetGroupCommand";
213
+ import {
214
+ DeleteEventSubscriptionCommandInput,
215
+ DeleteEventSubscriptionCommandOutput,
216
+ } from "./commands/DeleteEventSubscriptionCommand";
217
+ import {
218
+ DeleteGlobalClusterCommandInput,
219
+ DeleteGlobalClusterCommandOutput,
220
+ } from "./commands/DeleteGlobalClusterCommand";
221
+ import {
222
+ DeleteOptionGroupCommandInput,
223
+ DeleteOptionGroupCommandOutput,
224
+ } from "./commands/DeleteOptionGroupCommand";
225
+ import {
226
+ DeregisterDBProxyTargetsCommandInput,
227
+ DeregisterDBProxyTargetsCommandOutput,
228
+ } from "./commands/DeregisterDBProxyTargetsCommand";
229
+ import {
230
+ DescribeAccountAttributesCommandInput,
231
+ DescribeAccountAttributesCommandOutput,
232
+ } from "./commands/DescribeAccountAttributesCommand";
233
+ import {
234
+ DescribeCertificatesCommandInput,
235
+ DescribeCertificatesCommandOutput,
236
+ } from "./commands/DescribeCertificatesCommand";
237
+ import {
238
+ DescribeDBClusterBacktracksCommandInput,
239
+ DescribeDBClusterBacktracksCommandOutput,
240
+ } from "./commands/DescribeDBClusterBacktracksCommand";
241
+ import {
242
+ DescribeDBClusterEndpointsCommandInput,
243
+ DescribeDBClusterEndpointsCommandOutput,
244
+ } from "./commands/DescribeDBClusterEndpointsCommand";
245
+ import {
246
+ DescribeDBClusterParameterGroupsCommandInput,
247
+ DescribeDBClusterParameterGroupsCommandOutput,
248
+ } from "./commands/DescribeDBClusterParameterGroupsCommand";
249
+ import {
250
+ DescribeDBClusterParametersCommandInput,
251
+ DescribeDBClusterParametersCommandOutput,
252
+ } from "./commands/DescribeDBClusterParametersCommand";
253
+ import {
254
+ DescribeDBClustersCommandInput,
255
+ DescribeDBClustersCommandOutput,
256
+ } from "./commands/DescribeDBClustersCommand";
257
+ import {
258
+ DescribeDBClusterSnapshotAttributesCommandInput,
259
+ DescribeDBClusterSnapshotAttributesCommandOutput,
260
+ } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
261
+ import {
262
+ DescribeDBClusterSnapshotsCommandInput,
263
+ DescribeDBClusterSnapshotsCommandOutput,
264
+ } from "./commands/DescribeDBClusterSnapshotsCommand";
265
+ import {
266
+ DescribeDBEngineVersionsCommandInput,
267
+ DescribeDBEngineVersionsCommandOutput,
268
+ } from "./commands/DescribeDBEngineVersionsCommand";
269
+ import {
270
+ DescribeDBInstanceAutomatedBackupsCommandInput,
271
+ DescribeDBInstanceAutomatedBackupsCommandOutput,
272
+ } from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
273
+ import {
274
+ DescribeDBInstancesCommandInput,
275
+ DescribeDBInstancesCommandOutput,
276
+ } from "./commands/DescribeDBInstancesCommand";
277
+ import {
278
+ DescribeDBLogFilesCommandInput,
279
+ DescribeDBLogFilesCommandOutput,
280
+ } from "./commands/DescribeDBLogFilesCommand";
281
+ import {
282
+ DescribeDBParameterGroupsCommandInput,
283
+ DescribeDBParameterGroupsCommandOutput,
284
+ } from "./commands/DescribeDBParameterGroupsCommand";
285
+ import {
286
+ DescribeDBParametersCommandInput,
287
+ DescribeDBParametersCommandOutput,
288
+ } from "./commands/DescribeDBParametersCommand";
289
+ import {
290
+ DescribeDBProxiesCommandInput,
291
+ DescribeDBProxiesCommandOutput,
292
+ } from "./commands/DescribeDBProxiesCommand";
293
+ import {
294
+ DescribeDBProxyEndpointsCommandInput,
295
+ DescribeDBProxyEndpointsCommandOutput,
296
+ } from "./commands/DescribeDBProxyEndpointsCommand";
297
+ import {
298
+ DescribeDBProxyTargetGroupsCommandInput,
299
+ DescribeDBProxyTargetGroupsCommandOutput,
300
+ } from "./commands/DescribeDBProxyTargetGroupsCommand";
301
+ import {
302
+ DescribeDBProxyTargetsCommandInput,
303
+ DescribeDBProxyTargetsCommandOutput,
304
+ } from "./commands/DescribeDBProxyTargetsCommand";
305
+ import {
306
+ DescribeDBSecurityGroupsCommandInput,
307
+ DescribeDBSecurityGroupsCommandOutput,
308
+ } from "./commands/DescribeDBSecurityGroupsCommand";
309
+ import {
310
+ DescribeDBSnapshotAttributesCommandInput,
311
+ DescribeDBSnapshotAttributesCommandOutput,
312
+ } from "./commands/DescribeDBSnapshotAttributesCommand";
313
+ import {
314
+ DescribeDBSnapshotsCommandInput,
315
+ DescribeDBSnapshotsCommandOutput,
316
+ } from "./commands/DescribeDBSnapshotsCommand";
317
+ import {
318
+ DescribeDBSubnetGroupsCommandInput,
319
+ DescribeDBSubnetGroupsCommandOutput,
320
+ } from "./commands/DescribeDBSubnetGroupsCommand";
321
+ import {
322
+ DescribeEngineDefaultClusterParametersCommandInput,
323
+ DescribeEngineDefaultClusterParametersCommandOutput,
324
+ } from "./commands/DescribeEngineDefaultClusterParametersCommand";
325
+ import {
326
+ DescribeEngineDefaultParametersCommandInput,
327
+ DescribeEngineDefaultParametersCommandOutput,
328
+ } from "./commands/DescribeEngineDefaultParametersCommand";
329
+ import {
330
+ DescribeEventCategoriesCommandInput,
331
+ DescribeEventCategoriesCommandOutput,
332
+ } from "./commands/DescribeEventCategoriesCommand";
333
+ import {
334
+ DescribeEventsCommandInput,
335
+ DescribeEventsCommandOutput,
336
+ } from "./commands/DescribeEventsCommand";
337
+ import {
338
+ DescribeEventSubscriptionsCommandInput,
339
+ DescribeEventSubscriptionsCommandOutput,
340
+ } from "./commands/DescribeEventSubscriptionsCommand";
341
+ import {
342
+ DescribeExportTasksCommandInput,
343
+ DescribeExportTasksCommandOutput,
344
+ } from "./commands/DescribeExportTasksCommand";
345
+ import {
346
+ DescribeGlobalClustersCommandInput,
347
+ DescribeGlobalClustersCommandOutput,
348
+ } from "./commands/DescribeGlobalClustersCommand";
349
+ import {
350
+ DescribeOptionGroupOptionsCommandInput,
351
+ DescribeOptionGroupOptionsCommandOutput,
352
+ } from "./commands/DescribeOptionGroupOptionsCommand";
353
+ import {
354
+ DescribeOptionGroupsCommandInput,
355
+ DescribeOptionGroupsCommandOutput,
356
+ } from "./commands/DescribeOptionGroupsCommand";
357
+ import {
358
+ DescribeOrderableDBInstanceOptionsCommandInput,
359
+ DescribeOrderableDBInstanceOptionsCommandOutput,
360
+ } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
361
+ import {
362
+ DescribePendingMaintenanceActionsCommandInput,
363
+ DescribePendingMaintenanceActionsCommandOutput,
364
+ } from "./commands/DescribePendingMaintenanceActionsCommand";
365
+ import {
366
+ DescribeReservedDBInstancesCommandInput,
367
+ DescribeReservedDBInstancesCommandOutput,
368
+ } from "./commands/DescribeReservedDBInstancesCommand";
369
+ import {
370
+ DescribeReservedDBInstancesOfferingsCommandInput,
371
+ DescribeReservedDBInstancesOfferingsCommandOutput,
372
+ } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
373
+ import {
374
+ DescribeSourceRegionsCommandInput,
375
+ DescribeSourceRegionsCommandOutput,
376
+ } from "./commands/DescribeSourceRegionsCommand";
377
+ import {
378
+ DescribeValidDBInstanceModificationsCommandInput,
379
+ DescribeValidDBInstanceModificationsCommandOutput,
380
+ } from "./commands/DescribeValidDBInstanceModificationsCommand";
381
+ import {
382
+ DownloadDBLogFilePortionCommandInput,
383
+ DownloadDBLogFilePortionCommandOutput,
384
+ } from "./commands/DownloadDBLogFilePortionCommand";
385
+ import {
386
+ FailoverDBClusterCommandInput,
387
+ FailoverDBClusterCommandOutput,
388
+ } from "./commands/FailoverDBClusterCommand";
389
+ import {
390
+ FailoverGlobalClusterCommandInput,
391
+ FailoverGlobalClusterCommandOutput,
392
+ } from "./commands/FailoverGlobalClusterCommand";
393
+ import {
394
+ ListTagsForResourceCommandInput,
395
+ ListTagsForResourceCommandOutput,
396
+ } from "./commands/ListTagsForResourceCommand";
397
+ import {
398
+ ModifyActivityStreamCommandInput,
399
+ ModifyActivityStreamCommandOutput,
400
+ } from "./commands/ModifyActivityStreamCommand";
401
+ import {
402
+ ModifyCertificatesCommandInput,
403
+ ModifyCertificatesCommandOutput,
404
+ } from "./commands/ModifyCertificatesCommand";
405
+ import {
406
+ ModifyCurrentDBClusterCapacityCommandInput,
407
+ ModifyCurrentDBClusterCapacityCommandOutput,
408
+ } from "./commands/ModifyCurrentDBClusterCapacityCommand";
409
+ import {
410
+ ModifyCustomDBEngineVersionCommandInput,
411
+ ModifyCustomDBEngineVersionCommandOutput,
412
+ } from "./commands/ModifyCustomDBEngineVersionCommand";
413
+ import {
414
+ ModifyDBClusterCommandInput,
415
+ ModifyDBClusterCommandOutput,
416
+ } from "./commands/ModifyDBClusterCommand";
417
+ import {
418
+ ModifyDBClusterEndpointCommandInput,
419
+ ModifyDBClusterEndpointCommandOutput,
420
+ } from "./commands/ModifyDBClusterEndpointCommand";
421
+ import {
422
+ ModifyDBClusterParameterGroupCommandInput,
423
+ ModifyDBClusterParameterGroupCommandOutput,
424
+ } from "./commands/ModifyDBClusterParameterGroupCommand";
425
+ import {
426
+ ModifyDBClusterSnapshotAttributeCommandInput,
427
+ ModifyDBClusterSnapshotAttributeCommandOutput,
428
+ } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
429
+ import {
430
+ ModifyDBInstanceCommandInput,
431
+ ModifyDBInstanceCommandOutput,
432
+ } from "./commands/ModifyDBInstanceCommand";
433
+ import {
434
+ ModifyDBParameterGroupCommandInput,
435
+ ModifyDBParameterGroupCommandOutput,
436
+ } from "./commands/ModifyDBParameterGroupCommand";
437
+ import {
438
+ ModifyDBProxyCommandInput,
439
+ ModifyDBProxyCommandOutput,
440
+ } from "./commands/ModifyDBProxyCommand";
441
+ import {
442
+ ModifyDBProxyEndpointCommandInput,
443
+ ModifyDBProxyEndpointCommandOutput,
444
+ } from "./commands/ModifyDBProxyEndpointCommand";
445
+ import {
446
+ ModifyDBProxyTargetGroupCommandInput,
447
+ ModifyDBProxyTargetGroupCommandOutput,
448
+ } from "./commands/ModifyDBProxyTargetGroupCommand";
449
+ import {
450
+ ModifyDBSnapshotAttributeCommandInput,
451
+ ModifyDBSnapshotAttributeCommandOutput,
452
+ } from "./commands/ModifyDBSnapshotAttributeCommand";
453
+ import {
454
+ ModifyDBSnapshotCommandInput,
455
+ ModifyDBSnapshotCommandOutput,
456
+ } from "./commands/ModifyDBSnapshotCommand";
457
+ import {
458
+ ModifyDBSubnetGroupCommandInput,
459
+ ModifyDBSubnetGroupCommandOutput,
460
+ } from "./commands/ModifyDBSubnetGroupCommand";
461
+ import {
462
+ ModifyEventSubscriptionCommandInput,
463
+ ModifyEventSubscriptionCommandOutput,
464
+ } from "./commands/ModifyEventSubscriptionCommand";
465
+ import {
466
+ ModifyGlobalClusterCommandInput,
467
+ ModifyGlobalClusterCommandOutput,
468
+ } from "./commands/ModifyGlobalClusterCommand";
469
+ import {
470
+ ModifyOptionGroupCommandInput,
471
+ ModifyOptionGroupCommandOutput,
472
+ } from "./commands/ModifyOptionGroupCommand";
473
+ import {
474
+ PromoteReadReplicaCommandInput,
475
+ PromoteReadReplicaCommandOutput,
476
+ } from "./commands/PromoteReadReplicaCommand";
477
+ import {
478
+ PromoteReadReplicaDBClusterCommandInput,
479
+ PromoteReadReplicaDBClusterCommandOutput,
480
+ } from "./commands/PromoteReadReplicaDBClusterCommand";
481
+ import {
482
+ PurchaseReservedDBInstancesOfferingCommandInput,
483
+ PurchaseReservedDBInstancesOfferingCommandOutput,
484
+ } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
485
+ import {
486
+ RebootDBClusterCommandInput,
487
+ RebootDBClusterCommandOutput,
488
+ } from "./commands/RebootDBClusterCommand";
489
+ import {
490
+ RebootDBInstanceCommandInput,
491
+ RebootDBInstanceCommandOutput,
492
+ } from "./commands/RebootDBInstanceCommand";
493
+ import {
494
+ RegisterDBProxyTargetsCommandInput,
495
+ RegisterDBProxyTargetsCommandOutput,
496
+ } from "./commands/RegisterDBProxyTargetsCommand";
497
+ import {
498
+ RemoveFromGlobalClusterCommandInput,
499
+ RemoveFromGlobalClusterCommandOutput,
500
+ } from "./commands/RemoveFromGlobalClusterCommand";
501
+ import {
502
+ RemoveRoleFromDBClusterCommandInput,
503
+ RemoveRoleFromDBClusterCommandOutput,
504
+ } from "./commands/RemoveRoleFromDBClusterCommand";
505
+ import {
506
+ RemoveRoleFromDBInstanceCommandInput,
507
+ RemoveRoleFromDBInstanceCommandOutput,
508
+ } from "./commands/RemoveRoleFromDBInstanceCommand";
509
+ import {
510
+ RemoveSourceIdentifierFromSubscriptionCommandInput,
511
+ RemoveSourceIdentifierFromSubscriptionCommandOutput,
512
+ } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
513
+ import {
514
+ RemoveTagsFromResourceCommandInput,
515
+ RemoveTagsFromResourceCommandOutput,
516
+ } from "./commands/RemoveTagsFromResourceCommand";
517
+ import {
518
+ ResetDBClusterParameterGroupCommandInput,
519
+ ResetDBClusterParameterGroupCommandOutput,
520
+ } from "./commands/ResetDBClusterParameterGroupCommand";
521
+ import {
522
+ ResetDBParameterGroupCommandInput,
523
+ ResetDBParameterGroupCommandOutput,
524
+ } from "./commands/ResetDBParameterGroupCommand";
525
+ import {
526
+ RestoreDBClusterFromS3CommandInput,
527
+ RestoreDBClusterFromS3CommandOutput,
528
+ } from "./commands/RestoreDBClusterFromS3Command";
529
+ import {
530
+ RestoreDBClusterFromSnapshotCommandInput,
531
+ RestoreDBClusterFromSnapshotCommandOutput,
532
+ } from "./commands/RestoreDBClusterFromSnapshotCommand";
533
+ import {
534
+ RestoreDBClusterToPointInTimeCommandInput,
535
+ RestoreDBClusterToPointInTimeCommandOutput,
536
+ } from "./commands/RestoreDBClusterToPointInTimeCommand";
537
+ import {
538
+ RestoreDBInstanceFromDBSnapshotCommandInput,
539
+ RestoreDBInstanceFromDBSnapshotCommandOutput,
540
+ } from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
541
+ import {
542
+ RestoreDBInstanceFromS3CommandInput,
543
+ RestoreDBInstanceFromS3CommandOutput,
544
+ } from "./commands/RestoreDBInstanceFromS3Command";
545
+ import {
546
+ RestoreDBInstanceToPointInTimeCommandInput,
547
+ RestoreDBInstanceToPointInTimeCommandOutput,
548
+ } from "./commands/RestoreDBInstanceToPointInTimeCommand";
549
+ import {
550
+ RevokeDBSecurityGroupIngressCommandInput,
551
+ RevokeDBSecurityGroupIngressCommandOutput,
552
+ } from "./commands/RevokeDBSecurityGroupIngressCommand";
553
+ import {
554
+ StartActivityStreamCommandInput,
555
+ StartActivityStreamCommandOutput,
556
+ } from "./commands/StartActivityStreamCommand";
557
+ import {
558
+ StartDBClusterCommandInput,
559
+ StartDBClusterCommandOutput,
560
+ } from "./commands/StartDBClusterCommand";
561
+ import {
562
+ StartDBInstanceAutomatedBackupsReplicationCommandInput,
563
+ StartDBInstanceAutomatedBackupsReplicationCommandOutput,
564
+ } from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
565
+ import {
566
+ StartDBInstanceCommandInput,
567
+ StartDBInstanceCommandOutput,
568
+ } from "./commands/StartDBInstanceCommand";
569
+ import {
570
+ StartExportTaskCommandInput,
571
+ StartExportTaskCommandOutput,
572
+ } from "./commands/StartExportTaskCommand";
573
+ import {
574
+ StopActivityStreamCommandInput,
575
+ StopActivityStreamCommandOutput,
576
+ } from "./commands/StopActivityStreamCommand";
577
+ import {
578
+ StopDBClusterCommandInput,
579
+ StopDBClusterCommandOutput,
580
+ } from "./commands/StopDBClusterCommand";
581
+ import {
582
+ StopDBInstanceAutomatedBackupsReplicationCommandInput,
583
+ StopDBInstanceAutomatedBackupsReplicationCommandOutput,
584
+ } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
585
+ import {
586
+ StopDBInstanceCommandInput,
587
+ StopDBInstanceCommandOutput,
588
+ } from "./commands/StopDBInstanceCommand";
589
+ import {
590
+ SwitchoverReadReplicaCommandInput,
591
+ SwitchoverReadReplicaCommandOutput,
592
+ } from "./commands/SwitchoverReadReplicaCommand";
593
+ export declare type ServiceInputTypes =
594
+ | AddRoleToDBClusterCommandInput
595
+ | AddRoleToDBInstanceCommandInput
596
+ | AddSourceIdentifierToSubscriptionCommandInput
597
+ | AddTagsToResourceCommandInput
598
+ | ApplyPendingMaintenanceActionCommandInput
599
+ | AuthorizeDBSecurityGroupIngressCommandInput
600
+ | BacktrackDBClusterCommandInput
601
+ | CancelExportTaskCommandInput
602
+ | CopyDBClusterParameterGroupCommandInput
603
+ | CopyDBClusterSnapshotCommandInput
604
+ | CopyDBParameterGroupCommandInput
605
+ | CopyDBSnapshotCommandInput
606
+ | CopyOptionGroupCommandInput
607
+ | CreateCustomDBEngineVersionCommandInput
608
+ | CreateDBClusterCommandInput
609
+ | CreateDBClusterEndpointCommandInput
610
+ | CreateDBClusterParameterGroupCommandInput
611
+ | CreateDBClusterSnapshotCommandInput
612
+ | CreateDBInstanceCommandInput
613
+ | CreateDBInstanceReadReplicaCommandInput
614
+ | CreateDBParameterGroupCommandInput
615
+ | CreateDBProxyCommandInput
616
+ | CreateDBProxyEndpointCommandInput
617
+ | CreateDBSecurityGroupCommandInput
618
+ | CreateDBSnapshotCommandInput
619
+ | CreateDBSubnetGroupCommandInput
620
+ | CreateEventSubscriptionCommandInput
621
+ | CreateGlobalClusterCommandInput
622
+ | CreateOptionGroupCommandInput
623
+ | DeleteCustomDBEngineVersionCommandInput
624
+ | DeleteDBClusterCommandInput
625
+ | DeleteDBClusterEndpointCommandInput
626
+ | DeleteDBClusterParameterGroupCommandInput
627
+ | DeleteDBClusterSnapshotCommandInput
628
+ | DeleteDBInstanceAutomatedBackupCommandInput
629
+ | DeleteDBInstanceCommandInput
630
+ | DeleteDBParameterGroupCommandInput
631
+ | DeleteDBProxyCommandInput
632
+ | DeleteDBProxyEndpointCommandInput
633
+ | DeleteDBSecurityGroupCommandInput
634
+ | DeleteDBSnapshotCommandInput
635
+ | DeleteDBSubnetGroupCommandInput
636
+ | DeleteEventSubscriptionCommandInput
637
+ | DeleteGlobalClusterCommandInput
638
+ | DeleteOptionGroupCommandInput
639
+ | DeregisterDBProxyTargetsCommandInput
640
+ | DescribeAccountAttributesCommandInput
641
+ | DescribeCertificatesCommandInput
642
+ | DescribeDBClusterBacktracksCommandInput
643
+ | DescribeDBClusterEndpointsCommandInput
644
+ | DescribeDBClusterParameterGroupsCommandInput
645
+ | DescribeDBClusterParametersCommandInput
646
+ | DescribeDBClusterSnapshotAttributesCommandInput
647
+ | DescribeDBClusterSnapshotsCommandInput
648
+ | DescribeDBClustersCommandInput
649
+ | DescribeDBEngineVersionsCommandInput
650
+ | DescribeDBInstanceAutomatedBackupsCommandInput
651
+ | DescribeDBInstancesCommandInput
652
+ | DescribeDBLogFilesCommandInput
653
+ | DescribeDBParameterGroupsCommandInput
654
+ | DescribeDBParametersCommandInput
655
+ | DescribeDBProxiesCommandInput
656
+ | DescribeDBProxyEndpointsCommandInput
657
+ | DescribeDBProxyTargetGroupsCommandInput
658
+ | DescribeDBProxyTargetsCommandInput
659
+ | DescribeDBSecurityGroupsCommandInput
660
+ | DescribeDBSnapshotAttributesCommandInput
661
+ | DescribeDBSnapshotsCommandInput
662
+ | DescribeDBSubnetGroupsCommandInput
663
+ | DescribeEngineDefaultClusterParametersCommandInput
664
+ | DescribeEngineDefaultParametersCommandInput
665
+ | DescribeEventCategoriesCommandInput
666
+ | DescribeEventSubscriptionsCommandInput
667
+ | DescribeEventsCommandInput
668
+ | DescribeExportTasksCommandInput
669
+ | DescribeGlobalClustersCommandInput
670
+ | DescribeOptionGroupOptionsCommandInput
671
+ | DescribeOptionGroupsCommandInput
672
+ | DescribeOrderableDBInstanceOptionsCommandInput
673
+ | DescribePendingMaintenanceActionsCommandInput
674
+ | DescribeReservedDBInstancesCommandInput
675
+ | DescribeReservedDBInstancesOfferingsCommandInput
676
+ | DescribeSourceRegionsCommandInput
677
+ | DescribeValidDBInstanceModificationsCommandInput
678
+ | DownloadDBLogFilePortionCommandInput
679
+ | FailoverDBClusterCommandInput
680
+ | FailoverGlobalClusterCommandInput
681
+ | ListTagsForResourceCommandInput
682
+ | ModifyActivityStreamCommandInput
683
+ | ModifyCertificatesCommandInput
684
+ | ModifyCurrentDBClusterCapacityCommandInput
685
+ | ModifyCustomDBEngineVersionCommandInput
686
+ | ModifyDBClusterCommandInput
687
+ | ModifyDBClusterEndpointCommandInput
688
+ | ModifyDBClusterParameterGroupCommandInput
689
+ | ModifyDBClusterSnapshotAttributeCommandInput
690
+ | ModifyDBInstanceCommandInput
691
+ | ModifyDBParameterGroupCommandInput
692
+ | ModifyDBProxyCommandInput
693
+ | ModifyDBProxyEndpointCommandInput
694
+ | ModifyDBProxyTargetGroupCommandInput
695
+ | ModifyDBSnapshotAttributeCommandInput
696
+ | ModifyDBSnapshotCommandInput
697
+ | ModifyDBSubnetGroupCommandInput
698
+ | ModifyEventSubscriptionCommandInput
699
+ | ModifyGlobalClusterCommandInput
700
+ | ModifyOptionGroupCommandInput
701
+ | PromoteReadReplicaCommandInput
702
+ | PromoteReadReplicaDBClusterCommandInput
703
+ | PurchaseReservedDBInstancesOfferingCommandInput
704
+ | RebootDBClusterCommandInput
705
+ | RebootDBInstanceCommandInput
706
+ | RegisterDBProxyTargetsCommandInput
707
+ | RemoveFromGlobalClusterCommandInput
708
+ | RemoveRoleFromDBClusterCommandInput
709
+ | RemoveRoleFromDBInstanceCommandInput
710
+ | RemoveSourceIdentifierFromSubscriptionCommandInput
711
+ | RemoveTagsFromResourceCommandInput
712
+ | ResetDBClusterParameterGroupCommandInput
713
+ | ResetDBParameterGroupCommandInput
714
+ | RestoreDBClusterFromS3CommandInput
715
+ | RestoreDBClusterFromSnapshotCommandInput
716
+ | RestoreDBClusterToPointInTimeCommandInput
717
+ | RestoreDBInstanceFromDBSnapshotCommandInput
718
+ | RestoreDBInstanceFromS3CommandInput
719
+ | RestoreDBInstanceToPointInTimeCommandInput
720
+ | RevokeDBSecurityGroupIngressCommandInput
721
+ | StartActivityStreamCommandInput
722
+ | StartDBClusterCommandInput
723
+ | StartDBInstanceAutomatedBackupsReplicationCommandInput
724
+ | StartDBInstanceCommandInput
725
+ | StartExportTaskCommandInput
726
+ | StopActivityStreamCommandInput
727
+ | StopDBClusterCommandInput
728
+ | StopDBInstanceAutomatedBackupsReplicationCommandInput
729
+ | StopDBInstanceCommandInput
730
+ | SwitchoverReadReplicaCommandInput;
731
+ export declare type ServiceOutputTypes =
732
+ | AddRoleToDBClusterCommandOutput
733
+ | AddRoleToDBInstanceCommandOutput
734
+ | AddSourceIdentifierToSubscriptionCommandOutput
735
+ | AddTagsToResourceCommandOutput
736
+ | ApplyPendingMaintenanceActionCommandOutput
737
+ | AuthorizeDBSecurityGroupIngressCommandOutput
738
+ | BacktrackDBClusterCommandOutput
739
+ | CancelExportTaskCommandOutput
740
+ | CopyDBClusterParameterGroupCommandOutput
741
+ | CopyDBClusterSnapshotCommandOutput
742
+ | CopyDBParameterGroupCommandOutput
743
+ | CopyDBSnapshotCommandOutput
744
+ | CopyOptionGroupCommandOutput
745
+ | CreateCustomDBEngineVersionCommandOutput
746
+ | CreateDBClusterCommandOutput
747
+ | CreateDBClusterEndpointCommandOutput
748
+ | CreateDBClusterParameterGroupCommandOutput
749
+ | CreateDBClusterSnapshotCommandOutput
750
+ | CreateDBInstanceCommandOutput
751
+ | CreateDBInstanceReadReplicaCommandOutput
752
+ | CreateDBParameterGroupCommandOutput
753
+ | CreateDBProxyCommandOutput
754
+ | CreateDBProxyEndpointCommandOutput
755
+ | CreateDBSecurityGroupCommandOutput
756
+ | CreateDBSnapshotCommandOutput
757
+ | CreateDBSubnetGroupCommandOutput
758
+ | CreateEventSubscriptionCommandOutput
759
+ | CreateGlobalClusterCommandOutput
760
+ | CreateOptionGroupCommandOutput
761
+ | DeleteCustomDBEngineVersionCommandOutput
762
+ | DeleteDBClusterCommandOutput
763
+ | DeleteDBClusterEndpointCommandOutput
764
+ | DeleteDBClusterParameterGroupCommandOutput
765
+ | DeleteDBClusterSnapshotCommandOutput
766
+ | DeleteDBInstanceAutomatedBackupCommandOutput
767
+ | DeleteDBInstanceCommandOutput
768
+ | DeleteDBParameterGroupCommandOutput
769
+ | DeleteDBProxyCommandOutput
770
+ | DeleteDBProxyEndpointCommandOutput
771
+ | DeleteDBSecurityGroupCommandOutput
772
+ | DeleteDBSnapshotCommandOutput
773
+ | DeleteDBSubnetGroupCommandOutput
774
+ | DeleteEventSubscriptionCommandOutput
775
+ | DeleteGlobalClusterCommandOutput
776
+ | DeleteOptionGroupCommandOutput
777
+ | DeregisterDBProxyTargetsCommandOutput
778
+ | DescribeAccountAttributesCommandOutput
779
+ | DescribeCertificatesCommandOutput
780
+ | DescribeDBClusterBacktracksCommandOutput
781
+ | DescribeDBClusterEndpointsCommandOutput
782
+ | DescribeDBClusterParameterGroupsCommandOutput
783
+ | DescribeDBClusterParametersCommandOutput
784
+ | DescribeDBClusterSnapshotAttributesCommandOutput
785
+ | DescribeDBClusterSnapshotsCommandOutput
786
+ | DescribeDBClustersCommandOutput
787
+ | DescribeDBEngineVersionsCommandOutput
788
+ | DescribeDBInstanceAutomatedBackupsCommandOutput
789
+ | DescribeDBInstancesCommandOutput
790
+ | DescribeDBLogFilesCommandOutput
791
+ | DescribeDBParameterGroupsCommandOutput
792
+ | DescribeDBParametersCommandOutput
793
+ | DescribeDBProxiesCommandOutput
794
+ | DescribeDBProxyEndpointsCommandOutput
795
+ | DescribeDBProxyTargetGroupsCommandOutput
796
+ | DescribeDBProxyTargetsCommandOutput
797
+ | DescribeDBSecurityGroupsCommandOutput
798
+ | DescribeDBSnapshotAttributesCommandOutput
799
+ | DescribeDBSnapshotsCommandOutput
800
+ | DescribeDBSubnetGroupsCommandOutput
801
+ | DescribeEngineDefaultClusterParametersCommandOutput
802
+ | DescribeEngineDefaultParametersCommandOutput
803
+ | DescribeEventCategoriesCommandOutput
804
+ | DescribeEventSubscriptionsCommandOutput
805
+ | DescribeEventsCommandOutput
806
+ | DescribeExportTasksCommandOutput
807
+ | DescribeGlobalClustersCommandOutput
808
+ | DescribeOptionGroupOptionsCommandOutput
809
+ | DescribeOptionGroupsCommandOutput
810
+ | DescribeOrderableDBInstanceOptionsCommandOutput
811
+ | DescribePendingMaintenanceActionsCommandOutput
812
+ | DescribeReservedDBInstancesCommandOutput
813
+ | DescribeReservedDBInstancesOfferingsCommandOutput
814
+ | DescribeSourceRegionsCommandOutput
815
+ | DescribeValidDBInstanceModificationsCommandOutput
816
+ | DownloadDBLogFilePortionCommandOutput
817
+ | FailoverDBClusterCommandOutput
818
+ | FailoverGlobalClusterCommandOutput
819
+ | ListTagsForResourceCommandOutput
820
+ | ModifyActivityStreamCommandOutput
821
+ | ModifyCertificatesCommandOutput
822
+ | ModifyCurrentDBClusterCapacityCommandOutput
823
+ | ModifyCustomDBEngineVersionCommandOutput
824
+ | ModifyDBClusterCommandOutput
825
+ | ModifyDBClusterEndpointCommandOutput
826
+ | ModifyDBClusterParameterGroupCommandOutput
827
+ | ModifyDBClusterSnapshotAttributeCommandOutput
828
+ | ModifyDBInstanceCommandOutput
829
+ | ModifyDBParameterGroupCommandOutput
830
+ | ModifyDBProxyCommandOutput
831
+ | ModifyDBProxyEndpointCommandOutput
832
+ | ModifyDBProxyTargetGroupCommandOutput
833
+ | ModifyDBSnapshotAttributeCommandOutput
834
+ | ModifyDBSnapshotCommandOutput
835
+ | ModifyDBSubnetGroupCommandOutput
836
+ | ModifyEventSubscriptionCommandOutput
837
+ | ModifyGlobalClusterCommandOutput
838
+ | ModifyOptionGroupCommandOutput
839
+ | PromoteReadReplicaCommandOutput
840
+ | PromoteReadReplicaDBClusterCommandOutput
841
+ | PurchaseReservedDBInstancesOfferingCommandOutput
842
+ | RebootDBClusterCommandOutput
843
+ | RebootDBInstanceCommandOutput
844
+ | RegisterDBProxyTargetsCommandOutput
845
+ | RemoveFromGlobalClusterCommandOutput
846
+ | RemoveRoleFromDBClusterCommandOutput
847
+ | RemoveRoleFromDBInstanceCommandOutput
848
+ | RemoveSourceIdentifierFromSubscriptionCommandOutput
849
+ | RemoveTagsFromResourceCommandOutput
850
+ | ResetDBClusterParameterGroupCommandOutput
851
+ | ResetDBParameterGroupCommandOutput
852
+ | RestoreDBClusterFromS3CommandOutput
853
+ | RestoreDBClusterFromSnapshotCommandOutput
854
+ | RestoreDBClusterToPointInTimeCommandOutput
855
+ | RestoreDBInstanceFromDBSnapshotCommandOutput
856
+ | RestoreDBInstanceFromS3CommandOutput
857
+ | RestoreDBInstanceToPointInTimeCommandOutput
858
+ | RevokeDBSecurityGroupIngressCommandOutput
859
+ | StartActivityStreamCommandOutput
860
+ | StartDBClusterCommandOutput
861
+ | StartDBInstanceAutomatedBackupsReplicationCommandOutput
862
+ | StartDBInstanceCommandOutput
863
+ | StartExportTaskCommandOutput
864
+ | StopActivityStreamCommandOutput
865
+ | StopDBClusterCommandOutput
866
+ | StopDBInstanceAutomatedBackupsReplicationCommandOutput
867
+ | StopDBInstanceCommandOutput
868
+ | SwitchoverReadReplicaCommandOutput;
869
+ export interface ClientDefaults
870
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
871
+ requestHandler?: __HttpHandler;
872
+ sha256?: __HashConstructor;
873
+ urlParser?: __UrlParser;
874
+ bodyLengthChecker?: __BodyLengthCalculator;
875
+ streamCollector?: __StreamCollector;
876
+ base64Decoder?: __Decoder;
877
+ base64Encoder?: __Encoder;
878
+ utf8Decoder?: __Decoder;
879
+ utf8Encoder?: __Encoder;
880
+ runtime?: string;
881
+ disableHostPrefix?: boolean;
882
+ maxAttempts?: number | __Provider<number>;
883
+ retryMode?: string | __Provider<string>;
884
+ logger?: __Logger;
885
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
886
+ useFipsEndpoint?: boolean | __Provider<boolean>;
887
+ serviceId?: string;
888
+ region?: string | __Provider<string>;
889
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
890
+ regionInfoProvider?: RegionInfoProvider;
891
+ defaultUserAgentProvider?: Provider<__UserAgent>;
892
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
893
+ }
894
+ declare type RDSClientConfigType = Partial<
895
+ __SmithyConfiguration<__HttpHandlerOptions>
896
+ > &
897
+ ClientDefaults &
898
+ RegionInputConfig &
899
+ EndpointsInputConfig &
900
+ RetryInputConfig &
901
+ HostHeaderInputConfig &
902
+ AwsAuthInputConfig &
903
+ UserAgentInputConfig;
904
+ export interface RDSClientConfig extends RDSClientConfigType {}
905
+ declare type RDSClientResolvedConfigType =
906
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
907
+ Required<ClientDefaults> &
908
+ RegionResolvedConfig &
909
+ EndpointsResolvedConfig &
910
+ RetryResolvedConfig &
911
+ HostHeaderResolvedConfig &
912
+ AwsAuthResolvedConfig &
913
+ UserAgentResolvedConfig;
914
+ export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {}
915
+ export declare class RDSClient extends __Client<
916
+ __HttpHandlerOptions,
917
+ ServiceInputTypes,
918
+ ServiceOutputTypes,
919
+ RDSClientResolvedConfig
920
+ > {
921
+ readonly config: RDSClientResolvedConfig;
922
+ constructor(configuration: RDSClientConfig);
923
+ destroy(): void;
924
+ }
925
+ export {};