@aws-sdk/client-rds 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/RDS.d.ts +2542 -690
  3. package/dist-types/ts3.4/RDSClient.d.ts +950 -210
  4. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +33 -17
  5. package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +33 -17
  6. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
  46. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +33 -17
  49. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +39 -18
  71. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
  78. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +38 -17
  79. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +38 -17
  82. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  92. package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +39 -18
  96. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +39 -18
  98. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
  101. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +41 -17
  102. package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +37 -17
  103. package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +41 -17
  105. package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +37 -17
  107. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
  108. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
  110. package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +38 -17
  111. package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +38 -17
  112. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +37 -17
  115. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
  116. package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
  118. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +37 -17
  120. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
  122. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +41 -17
  125. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +41 -17
  130. package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +38 -17
  132. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +37 -17
  135. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +35 -18
  136. package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +38 -17
  137. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +41 -17
  141. package/dist-types/ts3.4/commands/index.d.ts +137 -137
  142. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  143. package/dist-types/ts3.4/index.d.ts +7 -7
  144. package/dist-types/ts3.4/models/RDSServiceException.d.ts +8 -6
  145. package/dist-types/ts3.4/models/index.d.ts +2 -2
  146. package/dist-types/ts3.4/models/models_0.d.ts +4106 -3635
  147. package/dist-types/ts3.4/models/models_1.d.ts +2608 -2351
  148. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
  149. package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +11 -4
  150. package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +11 -4
  151. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
  152. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
  153. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
  154. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
  155. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
  156. package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +11 -4
  157. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
  158. package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +11 -4
  159. package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +11 -4
  160. package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +11 -4
  161. package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +11 -4
  162. package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +11 -4
  163. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +11 -4
  164. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +11 -4
  165. package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
  169. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  182. package/dist-types/ts3.4/pagination/index.d.ts +34 -34
  183. package/dist-types/ts3.4/protocols/Aws_query.d.ts +1649 -413
  184. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  185. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  186. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  187. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  188. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  189. package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +13 -7
  190. package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +13 -7
  191. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +13 -7
  192. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +13 -7
  193. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
  194. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -7
  195. package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +13 -7
  196. package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +13 -7
  197. package/package.json +36 -36
@@ -1,17 +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 { DeleteOptionGroupMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DeleteOptionGroupCommandInput extends DeleteOptionGroupMessage {
6
- }
7
- export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteOptionGroupCommand extends $Command<DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DeleteOptionGroupCommandInput;
12
- constructor(input: DeleteOptionGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput>;
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 { DeleteOptionGroupMessage } from "../models/models_0";
9
+ import {
10
+ RDSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RDSClient";
14
+ export interface DeleteOptionGroupCommandInput
15
+ extends DeleteOptionGroupMessage {}
16
+ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteOptionGroupCommand extends $Command<
19
+ DeleteOptionGroupCommandInput,
20
+ DeleteOptionGroupCommandOutput,
21
+ RDSClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteOptionGroupCommandInput;
24
+ constructor(input: DeleteOptionGroupCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: RDSClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,41 @@
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 { DeregisterDBProxyTargetsRequest, DeregisterDBProxyTargetsResponse } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DeregisterDBProxyTargetsCommandInput extends DeregisterDBProxyTargetsRequest {
6
- }
7
- export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxyTargetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeregisterDBProxyTargetsCommand extends $Command<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DeregisterDBProxyTargetsCommandInput;
12
- constructor(input: DeregisterDBProxyTargetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput>;
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
+ DeregisterDBProxyTargetsRequest,
10
+ DeregisterDBProxyTargetsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DeregisterDBProxyTargetsCommandInput
18
+ extends DeregisterDBProxyTargetsRequest {}
19
+ export interface DeregisterDBProxyTargetsCommandOutput
20
+ extends DeregisterDBProxyTargetsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeregisterDBProxyTargetsCommand extends $Command<
24
+ DeregisterDBProxyTargetsCommandInput,
25
+ DeregisterDBProxyTargetsCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DeregisterDBProxyTargetsCommandInput;
29
+ constructor(input: DeregisterDBProxyTargetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeregisterDBProxyTargetsCommandInput,
37
+ DeregisterDBProxyTargetsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { AccountAttributesMessage, DescribeAccountAttributesMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeAccountAttributesCommandInput extends DescribeAccountAttributesMessage {
6
- }
7
- export interface DescribeAccountAttributesCommandOutput extends AccountAttributesMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeAccountAttributesCommandInput;
12
- constructor(input: DescribeAccountAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput>;
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
+ AccountAttributesMessage,
10
+ DescribeAccountAttributesMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeAccountAttributesCommandInput
18
+ extends DescribeAccountAttributesMessage {}
19
+ export interface DescribeAccountAttributesCommandOutput
20
+ extends AccountAttributesMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAccountAttributesCommand extends $Command<
24
+ DescribeAccountAttributesCommandInput,
25
+ DescribeAccountAttributesCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAccountAttributesCommandInput;
29
+ constructor(input: DescribeAccountAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAccountAttributesCommandInput,
37
+ DescribeAccountAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { CertificateMessage, DescribeCertificatesMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeCertificatesCommandInput extends DescribeCertificatesMessage {
6
- }
7
- export interface DescribeCertificatesCommandOutput extends CertificateMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeCertificatesCommandInput;
12
- constructor(input: DescribeCertificatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput>;
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
+ CertificateMessage,
10
+ DescribeCertificatesMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeCertificatesCommandInput
18
+ extends DescribeCertificatesMessage {}
19
+ export interface DescribeCertificatesCommandOutput
20
+ extends CertificateMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeCertificatesCommand extends $Command<
24
+ DescribeCertificatesCommandInput,
25
+ DescribeCertificatesCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeCertificatesCommandInput;
29
+ constructor(input: DescribeCertificatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeCertificatesCommandInput,
37
+ DescribeCertificatesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DBClusterBacktrackMessage, DescribeDBClusterBacktracksMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeDBClusterBacktracksCommandInput extends DescribeDBClusterBacktracksMessage {
6
- }
7
- export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBacktrackMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDBClusterBacktracksCommand extends $Command<DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeDBClusterBacktracksCommandInput;
12
- constructor(input: DescribeDBClusterBacktracksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput>;
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
+ DBClusterBacktrackMessage,
10
+ DescribeDBClusterBacktracksMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeDBClusterBacktracksCommandInput
18
+ extends DescribeDBClusterBacktracksMessage {}
19
+ export interface DescribeDBClusterBacktracksCommandOutput
20
+ extends DBClusterBacktrackMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDBClusterBacktracksCommand extends $Command<
24
+ DescribeDBClusterBacktracksCommandInput,
25
+ DescribeDBClusterBacktracksCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDBClusterBacktracksCommandInput;
29
+ constructor(input: DescribeDBClusterBacktracksCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDBClusterBacktracksCommandInput,
37
+ DescribeDBClusterBacktracksCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeDBClusterEndpointsCommandInput extends DescribeDBClusterEndpointsMessage {
6
- }
7
- export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpointMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDBClusterEndpointsCommand extends $Command<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeDBClusterEndpointsCommandInput;
12
- constructor(input: DescribeDBClusterEndpointsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput>;
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
+ DBClusterEndpointMessage,
10
+ DescribeDBClusterEndpointsMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeDBClusterEndpointsCommandInput
18
+ extends DescribeDBClusterEndpointsMessage {}
19
+ export interface DescribeDBClusterEndpointsCommandOutput
20
+ extends DBClusterEndpointMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDBClusterEndpointsCommand extends $Command<
24
+ DescribeDBClusterEndpointsCommandInput,
25
+ DescribeDBClusterEndpointsCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDBClusterEndpointsCommandInput;
29
+ constructor(input: DescribeDBClusterEndpointsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDBClusterEndpointsCommandInput,
37
+ DescribeDBClusterEndpointsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeDBClusterParameterGroupsCommandInput extends DescribeDBClusterParameterGroupsMessage {
6
- }
7
- export interface DescribeDBClusterParameterGroupsCommandOutput extends DBClusterParameterGroupsMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDBClusterParameterGroupsCommand extends $Command<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeDBClusterParameterGroupsCommandInput;
12
- constructor(input: DescribeDBClusterParameterGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput>;
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
+ DBClusterParameterGroupsMessage,
10
+ DescribeDBClusterParameterGroupsMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeDBClusterParameterGroupsCommandInput
18
+ extends DescribeDBClusterParameterGroupsMessage {}
19
+ export interface DescribeDBClusterParameterGroupsCommandOutput
20
+ extends DBClusterParameterGroupsMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDBClusterParameterGroupsCommand extends $Command<
24
+ DescribeDBClusterParameterGroupsCommandInput,
25
+ DescribeDBClusterParameterGroupsCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDBClusterParameterGroupsCommandInput;
29
+ constructor(input: DescribeDBClusterParameterGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDBClusterParameterGroupsCommandInput,
37
+ DescribeDBClusterParameterGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeDBClusterParametersCommandInput extends DescribeDBClusterParametersMessage {
6
- }
7
- export interface DescribeDBClusterParametersCommandOutput extends DBClusterParameterGroupDetails, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDBClusterParametersCommand extends $Command<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeDBClusterParametersCommandInput;
12
- constructor(input: DescribeDBClusterParametersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput>;
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
+ DBClusterParameterGroupDetails,
10
+ DescribeDBClusterParametersMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeDBClusterParametersCommandInput
18
+ extends DescribeDBClusterParametersMessage {}
19
+ export interface DescribeDBClusterParametersCommandOutput
20
+ extends DBClusterParameterGroupDetails,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDBClusterParametersCommand extends $Command<
24
+ DescribeDBClusterParametersCommandInput,
25
+ DescribeDBClusterParametersCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDBClusterParametersCommandInput;
29
+ constructor(input: DescribeDBClusterParametersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDBClusterParametersCommandInput,
37
+ DescribeDBClusterParametersCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeDBClusterSnapshotAttributesMessage, DescribeDBClusterSnapshotAttributesResult } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeDBClusterSnapshotAttributesCommandInput extends DescribeDBClusterSnapshotAttributesMessage {
6
- }
7
- export interface DescribeDBClusterSnapshotAttributesCommandOutput extends DescribeDBClusterSnapshotAttributesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeDBClusterSnapshotAttributesCommandInput;
12
- constructor(input: DescribeDBClusterSnapshotAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput>;
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
+ DescribeDBClusterSnapshotAttributesMessage,
10
+ DescribeDBClusterSnapshotAttributesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeDBClusterSnapshotAttributesCommandInput
18
+ extends DescribeDBClusterSnapshotAttributesMessage {}
19
+ export interface DescribeDBClusterSnapshotAttributesCommandOutput
20
+ extends DescribeDBClusterSnapshotAttributesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<
24
+ DescribeDBClusterSnapshotAttributesCommandInput,
25
+ DescribeDBClusterSnapshotAttributesCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDBClusterSnapshotAttributesCommandInput;
29
+ constructor(input: DescribeDBClusterSnapshotAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDBClusterSnapshotAttributesCommandInput,
37
+ DescribeDBClusterSnapshotAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeDBClusterSnapshotsCommandInput extends DescribeDBClusterSnapshotsMessage {
6
- }
7
- export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapshotMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDBClusterSnapshotsCommand extends $Command<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeDBClusterSnapshotsCommandInput;
12
- constructor(input: DescribeDBClusterSnapshotsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput>;
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
+ DBClusterSnapshotMessage,
10
+ DescribeDBClusterSnapshotsMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeDBClusterSnapshotsCommandInput
18
+ extends DescribeDBClusterSnapshotsMessage {}
19
+ export interface DescribeDBClusterSnapshotsCommandOutput
20
+ extends DBClusterSnapshotMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDBClusterSnapshotsCommand extends $Command<
24
+ DescribeDBClusterSnapshotsCommandInput,
25
+ DescribeDBClusterSnapshotsCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDBClusterSnapshotsCommandInput;
29
+ constructor(input: DescribeDBClusterSnapshotsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDBClusterSnapshotsCommandInput,
37
+ DescribeDBClusterSnapshotsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0";
4
- import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
- export interface DescribeDBClustersCommandInput extends DescribeDBClustersMessage {
6
- }
7
- export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDBClustersCommand extends $Command<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, RDSClientResolvedConfig> {
11
- readonly input: DescribeDBClustersCommandInput;
12
- constructor(input: DescribeDBClustersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput>;
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
+ DBClusterMessage,
10
+ DescribeDBClustersMessage,
11
+ } from "../models/models_0";
12
+ import {
13
+ RDSClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RDSClient";
17
+ export interface DescribeDBClustersCommandInput
18
+ extends DescribeDBClustersMessage {}
19
+ export interface DescribeDBClustersCommandOutput
20
+ extends DBClusterMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDBClustersCommand extends $Command<
24
+ DescribeDBClustersCommandInput,
25
+ DescribeDBClustersCommandOutput,
26
+ RDSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDBClustersCommandInput;
29
+ constructor(input: DescribeDBClustersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: RDSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }