@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,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClusterFromSnapshotMessage {
6
- }
7
- export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreDBClusterFromSnapshotCommand extends $Command<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: RestoreDBClusterFromSnapshotCommandInput;
12
- constructor(input: RestoreDBClusterFromSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RestoreDBClusterFromSnapshotMessage,
10
+ RestoreDBClusterFromSnapshotResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface RestoreDBClusterFromSnapshotCommandInput
18
+ extends RestoreDBClusterFromSnapshotMessage {}
19
+ export interface RestoreDBClusterFromSnapshotCommandOutput
20
+ extends RestoreDBClusterFromSnapshotResult,
21
+ __MetadataBearer {}
22
+ export declare class RestoreDBClusterFromSnapshotCommand extends $Command<
23
+ RestoreDBClusterFromSnapshotCommandInput,
24
+ RestoreDBClusterFromSnapshotCommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreDBClusterFromSnapshotCommandInput;
28
+ constructor(input: RestoreDBClusterFromSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RestoreDBClusterFromSnapshotCommandInput,
35
+ RestoreDBClusterFromSnapshotCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface RestoreDBClusterToPointInTimeCommandInput extends RestoreDBClusterToPointInTimeMessage {
6
- }
7
- export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClusterToPointInTimeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreDBClusterToPointInTimeCommand extends $Command<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: RestoreDBClusterToPointInTimeCommandInput;
12
- constructor(input: RestoreDBClusterToPointInTimeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RestoreDBClusterToPointInTimeMessage,
10
+ RestoreDBClusterToPointInTimeResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface RestoreDBClusterToPointInTimeCommandInput
18
+ extends RestoreDBClusterToPointInTimeMessage {}
19
+ export interface RestoreDBClusterToPointInTimeCommandOutput
20
+ extends RestoreDBClusterToPointInTimeResult,
21
+ __MetadataBearer {}
22
+ export declare class RestoreDBClusterToPointInTimeCommand extends $Command<
23
+ RestoreDBClusterToPointInTimeCommandInput,
24
+ RestoreDBClusterToPointInTimeCommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreDBClusterToPointInTimeCommandInput;
28
+ constructor(input: RestoreDBClusterToPointInTimeCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RestoreDBClusterToPointInTimeCommandInput,
35
+ RestoreDBClusterToPointInTimeCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RestoreDBInstanceFromDBSnapshotMessage, RestoreDBInstanceFromDBSnapshotResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface RestoreDBInstanceFromDBSnapshotCommandInput extends RestoreDBInstanceFromDBSnapshotMessage {
6
- }
7
- export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBInstanceFromDBSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreDBInstanceFromDBSnapshotCommand extends $Command<RestoreDBInstanceFromDBSnapshotCommandInput, RestoreDBInstanceFromDBSnapshotCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: RestoreDBInstanceFromDBSnapshotCommandInput;
12
- constructor(input: RestoreDBInstanceFromDBSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBInstanceFromDBSnapshotCommandInput, RestoreDBInstanceFromDBSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RestoreDBInstanceFromDBSnapshotMessage,
10
+ RestoreDBInstanceFromDBSnapshotResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface RestoreDBInstanceFromDBSnapshotCommandInput
18
+ extends RestoreDBInstanceFromDBSnapshotMessage {}
19
+ export interface RestoreDBInstanceFromDBSnapshotCommandOutput
20
+ extends RestoreDBInstanceFromDBSnapshotResult,
21
+ __MetadataBearer {}
22
+ export declare class RestoreDBInstanceFromDBSnapshotCommand extends $Command<
23
+ RestoreDBInstanceFromDBSnapshotCommandInput,
24
+ RestoreDBInstanceFromDBSnapshotCommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreDBInstanceFromDBSnapshotCommandInput;
28
+ constructor(input: RestoreDBInstanceFromDBSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RestoreDBInstanceFromDBSnapshotCommandInput,
35
+ RestoreDBInstanceFromDBSnapshotCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RestoreDBInstanceFromS3Message, RestoreDBInstanceFromS3Result } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface RestoreDBInstanceFromS3CommandInput extends RestoreDBInstanceFromS3Message {
6
- }
7
- export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceFromS3Result, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreDBInstanceFromS3Command extends $Command<RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput, RDSClientResolvedConfig> {
11
- readonly input: RestoreDBInstanceFromS3CommandInput;
12
- constructor(input: RestoreDBInstanceFromS3CommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RestoreDBInstanceFromS3Message,
10
+ RestoreDBInstanceFromS3Result,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface RestoreDBInstanceFromS3CommandInput
18
+ extends RestoreDBInstanceFromS3Message {}
19
+ export interface RestoreDBInstanceFromS3CommandOutput
20
+ extends RestoreDBInstanceFromS3Result,
21
+ __MetadataBearer {}
22
+ export declare class RestoreDBInstanceFromS3Command extends $Command<
23
+ RestoreDBInstanceFromS3CommandInput,
24
+ RestoreDBInstanceFromS3CommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreDBInstanceFromS3CommandInput;
28
+ constructor(input: RestoreDBInstanceFromS3CommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RestoreDBInstanceFromS3CommandInput,
35
+ RestoreDBInstanceFromS3CommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RestoreDBInstanceToPointInTimeMessage, RestoreDBInstanceToPointInTimeResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface RestoreDBInstanceToPointInTimeCommandInput extends RestoreDBInstanceToPointInTimeMessage {
6
- }
7
- export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBInstanceToPointInTimeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreDBInstanceToPointInTimeCommand extends $Command<RestoreDBInstanceToPointInTimeCommandInput, RestoreDBInstanceToPointInTimeCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: RestoreDBInstanceToPointInTimeCommandInput;
12
- constructor(input: RestoreDBInstanceToPointInTimeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDBInstanceToPointInTimeCommandInput, RestoreDBInstanceToPointInTimeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RestoreDBInstanceToPointInTimeMessage,
10
+ RestoreDBInstanceToPointInTimeResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface RestoreDBInstanceToPointInTimeCommandInput
18
+ extends RestoreDBInstanceToPointInTimeMessage {}
19
+ export interface RestoreDBInstanceToPointInTimeCommandOutput
20
+ extends RestoreDBInstanceToPointInTimeResult,
21
+ __MetadataBearer {}
22
+ export declare class RestoreDBInstanceToPointInTimeCommand extends $Command<
23
+ RestoreDBInstanceToPointInTimeCommandInput,
24
+ RestoreDBInstanceToPointInTimeCommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreDBInstanceToPointInTimeCommandInput;
28
+ constructor(input: RestoreDBInstanceToPointInTimeCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RestoreDBInstanceToPointInTimeCommandInput,
35
+ RestoreDBInstanceToPointInTimeCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RevokeDBSecurityGroupIngressMessage, RevokeDBSecurityGroupIngressResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface RevokeDBSecurityGroupIngressCommandInput extends RevokeDBSecurityGroupIngressMessage {
6
- }
7
- export interface RevokeDBSecurityGroupIngressCommandOutput extends RevokeDBSecurityGroupIngressResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RevokeDBSecurityGroupIngressCommand extends $Command<RevokeDBSecurityGroupIngressCommandInput, RevokeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: RevokeDBSecurityGroupIngressCommandInput;
12
- constructor(input: RevokeDBSecurityGroupIngressCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeDBSecurityGroupIngressCommandInput, RevokeDBSecurityGroupIngressCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RevokeDBSecurityGroupIngressMessage,
10
+ RevokeDBSecurityGroupIngressResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface RevokeDBSecurityGroupIngressCommandInput
18
+ extends RevokeDBSecurityGroupIngressMessage {}
19
+ export interface RevokeDBSecurityGroupIngressCommandOutput
20
+ extends RevokeDBSecurityGroupIngressResult,
21
+ __MetadataBearer {}
22
+ export declare class RevokeDBSecurityGroupIngressCommand extends $Command<
23
+ RevokeDBSecurityGroupIngressCommandInput,
24
+ RevokeDBSecurityGroupIngressCommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: RevokeDBSecurityGroupIngressCommandInput;
28
+ constructor(input: RevokeDBSecurityGroupIngressCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RevokeDBSecurityGroupIngressCommandInput,
35
+ RevokeDBSecurityGroupIngressCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartActivityStreamRequest, StartActivityStreamResponse } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface StartActivityStreamCommandInput extends StartActivityStreamRequest {
6
- }
7
- export interface StartActivityStreamCommandOutput extends StartActivityStreamResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartActivityStreamCommand extends $Command<StartActivityStreamCommandInput, StartActivityStreamCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: StartActivityStreamCommandInput;
12
- constructor(input: StartActivityStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartActivityStreamCommandInput, StartActivityStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartActivityStreamRequest,
10
+ StartActivityStreamResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface StartActivityStreamCommandInput
18
+ extends StartActivityStreamRequest {}
19
+ export interface StartActivityStreamCommandOutput
20
+ extends StartActivityStreamResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartActivityStreamCommand extends $Command<
23
+ StartActivityStreamCommandInput,
24
+ StartActivityStreamCommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: StartActivityStreamCommandInput;
28
+ constructor(input: StartActivityStreamCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartActivityStreamCommandInput, StartActivityStreamCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface StartDBClusterCommandInput extends StartDBClusterMessage {
6
- }
7
- export interface StartDBClusterCommandOutput extends StartDBClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDBClusterCommand extends $Command<StartDBClusterCommandInput, StartDBClusterCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: StartDBClusterCommandInput;
12
- constructor(input: StartDBClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDBClusterCommandInput, StartDBClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartDBClusterMessage,
10
+ StartDBClusterResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface StartDBClusterCommandInput extends StartDBClusterMessage {}
18
+ export interface StartDBClusterCommandOutput
19
+ extends StartDBClusterResult,
20
+ __MetadataBearer {}
21
+ export declare class StartDBClusterCommand extends $Command<
22
+ StartDBClusterCommandInput,
23
+ StartDBClusterCommandOutput,
24
+ RDSClientResolvedConfig
25
+ > {
26
+ readonly input: StartDBClusterCommandInput;
27
+ constructor(input: StartDBClusterCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RDSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StartDBClusterCommandInput, StartDBClusterCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartDBInstanceAutomatedBackupsReplicationMessage, StartDBInstanceAutomatedBackupsReplicationResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface StartDBInstanceAutomatedBackupsReplicationCommandInput extends StartDBInstanceAutomatedBackupsReplicationMessage {
6
- }
7
- export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends StartDBInstanceAutomatedBackupsReplicationResult, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command<StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: StartDBInstanceAutomatedBackupsReplicationCommandInput;
12
- constructor(input: StartDBInstanceAutomatedBackupsReplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartDBInstanceAutomatedBackupsReplicationMessage,
10
+ StartDBInstanceAutomatedBackupsReplicationResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface StartDBInstanceAutomatedBackupsReplicationCommandInput
18
+ extends StartDBInstanceAutomatedBackupsReplicationMessage {}
19
+ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput
20
+ extends StartDBInstanceAutomatedBackupsReplicationResult,
21
+ __MetadataBearer {}
22
+ export declare class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command<
23
+ StartDBInstanceAutomatedBackupsReplicationCommandInput,
24
+ StartDBInstanceAutomatedBackupsReplicationCommandOutput,
25
+ RDSClientResolvedConfig
26
+ > {
27
+ readonly input: StartDBInstanceAutomatedBackupsReplicationCommandInput;
28
+ constructor(input: StartDBInstanceAutomatedBackupsReplicationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RDSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartDBInstanceAutomatedBackupsReplicationCommandInput,
35
+ StartDBInstanceAutomatedBackupsReplicationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartDBInstanceMessage, StartDBInstanceResult } from "../models/models_1";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface StartDBInstanceCommandInput extends StartDBInstanceMessage {
6
- }
7
- export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDBInstanceCommand extends $Command<StartDBInstanceCommandInput, StartDBInstanceCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: StartDBInstanceCommandInput;
12
- constructor(input: StartDBInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDBInstanceCommandInput, StartDBInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartDBInstanceMessage,
10
+ StartDBInstanceResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface StartDBInstanceCommandInput extends StartDBInstanceMessage {}
18
+ export interface StartDBInstanceCommandOutput
19
+ extends StartDBInstanceResult,
20
+ __MetadataBearer {}
21
+ export declare class StartDBInstanceCommand extends $Command<
22
+ StartDBInstanceCommandInput,
23
+ StartDBInstanceCommandOutput,
24
+ RDSClientResolvedConfig
25
+ > {
26
+ readonly input: StartDBInstanceCommandInput;
27
+ constructor(input: StartDBInstanceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RDSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StartDBInstanceCommandInput, StartDBInstanceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,18 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ExportTask } from "../models/models_0";
4
- import { StartExportTaskMessage } from "../models/models_1";
5
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
6
- export interface StartExportTaskCommandInput extends StartExportTaskMessage {
7
- }
8
- export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBearer {
9
- }
10
-
11
- export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, RDSClientResolvedConfig> {
12
- readonly input: StartExportTaskCommandInput;
13
- constructor(input: StartExportTaskCommandInput);
14
-
15
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExportTaskCommandInput, StartExportTaskCommandOutput>;
16
- private serialize;
17
- private deserialize;
18
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { ExportTask } from "../models/models_0";
9
+ import { StartExportTaskMessage } from "../models/models_1";
10
+ import {
11
+ RDSClientResolvedConfig,
12
+ ServiceInputTypes,
13
+ ServiceOutputTypes,
14
+ } from "../RDSClient";
15
+ export interface StartExportTaskCommandInput extends StartExportTaskMessage {}
16
+ export interface StartExportTaskCommandOutput
17
+ extends ExportTask,
18
+ __MetadataBearer {}
19
+ export declare class StartExportTaskCommand extends $Command<
20
+ StartExportTaskCommandInput,
21
+ StartExportTaskCommandOutput,
22
+ RDSClientResolvedConfig
23
+ > {
24
+ readonly input: StartExportTaskCommandInput;
25
+ constructor(input: StartExportTaskCommandInput);
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: RDSClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<StartExportTaskCommandInput, StartExportTaskCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }