@aws-sdk/client-redshift-serverless 3.478.0 → 3.484.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 (225) hide show
  1. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +18 -41
  2. package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateEndpointAccessCommand.js +18 -41
  4. package/dist-cjs/commands/CreateNamespaceCommand.js +18 -41
  5. package/dist-cjs/commands/CreateScheduledActionCommand.js +18 -41
  6. package/dist-cjs/commands/CreateSnapshotCommand.js +18 -41
  7. package/dist-cjs/commands/CreateSnapshotCopyConfigurationCommand.js +18 -41
  8. package/dist-cjs/commands/CreateUsageLimitCommand.js +18 -41
  9. package/dist-cjs/commands/CreateWorkgroupCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteNamespaceCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteScheduledActionCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteSnapshotCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteSnapshotCopyConfigurationCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteUsageLimitCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteWorkgroupCommand.js +18 -41
  19. package/dist-cjs/commands/GetCredentialsCommand.js +18 -41
  20. package/dist-cjs/commands/GetCustomDomainAssociationCommand.js +18 -41
  21. package/dist-cjs/commands/GetEndpointAccessCommand.js +18 -41
  22. package/dist-cjs/commands/GetNamespaceCommand.js +18 -41
  23. package/dist-cjs/commands/GetRecoveryPointCommand.js +18 -41
  24. package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
  25. package/dist-cjs/commands/GetScheduledActionCommand.js +18 -41
  26. package/dist-cjs/commands/GetSnapshotCommand.js +18 -41
  27. package/dist-cjs/commands/GetTableRestoreStatusCommand.js +18 -41
  28. package/dist-cjs/commands/GetUsageLimitCommand.js +18 -41
  29. package/dist-cjs/commands/GetWorkgroupCommand.js +18 -41
  30. package/dist-cjs/commands/ListCustomDomainAssociationsCommand.js +18 -41
  31. package/dist-cjs/commands/ListEndpointAccessCommand.js +18 -41
  32. package/dist-cjs/commands/ListNamespacesCommand.js +18 -41
  33. package/dist-cjs/commands/ListRecoveryPointsCommand.js +18 -41
  34. package/dist-cjs/commands/ListScheduledActionsCommand.js +18 -41
  35. package/dist-cjs/commands/ListSnapshotCopyConfigurationsCommand.js +18 -41
  36. package/dist-cjs/commands/ListSnapshotsCommand.js +18 -41
  37. package/dist-cjs/commands/ListTableRestoreStatusCommand.js +18 -41
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  39. package/dist-cjs/commands/ListUsageLimitsCommand.js +18 -41
  40. package/dist-cjs/commands/ListWorkgroupsCommand.js +18 -41
  41. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  42. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +18 -41
  43. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +18 -41
  44. package/dist-cjs/commands/RestoreTableFromRecoveryPointCommand.js +18 -41
  45. package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +18 -41
  46. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  47. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateCustomDomainAssociationCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateNamespaceCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateScheduledActionCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateSnapshotCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateSnapshotCopyConfigurationCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateUsageLimitCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateWorkgroupCommand.js +18 -41
  56. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  57. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +18 -41
  58. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +18 -41
  59. package/dist-es/commands/CreateEndpointAccessCommand.js +18 -41
  60. package/dist-es/commands/CreateNamespaceCommand.js +18 -41
  61. package/dist-es/commands/CreateScheduledActionCommand.js +18 -41
  62. package/dist-es/commands/CreateSnapshotCommand.js +18 -41
  63. package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +18 -41
  64. package/dist-es/commands/CreateUsageLimitCommand.js +18 -41
  65. package/dist-es/commands/CreateWorkgroupCommand.js +18 -41
  66. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +18 -41
  67. package/dist-es/commands/DeleteEndpointAccessCommand.js +18 -41
  68. package/dist-es/commands/DeleteNamespaceCommand.js +18 -41
  69. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  70. package/dist-es/commands/DeleteScheduledActionCommand.js +18 -41
  71. package/dist-es/commands/DeleteSnapshotCommand.js +18 -41
  72. package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +18 -41
  73. package/dist-es/commands/DeleteUsageLimitCommand.js +18 -41
  74. package/dist-es/commands/DeleteWorkgroupCommand.js +18 -41
  75. package/dist-es/commands/GetCredentialsCommand.js +18 -41
  76. package/dist-es/commands/GetCustomDomainAssociationCommand.js +18 -41
  77. package/dist-es/commands/GetEndpointAccessCommand.js +18 -41
  78. package/dist-es/commands/GetNamespaceCommand.js +18 -41
  79. package/dist-es/commands/GetRecoveryPointCommand.js +18 -41
  80. package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
  81. package/dist-es/commands/GetScheduledActionCommand.js +18 -41
  82. package/dist-es/commands/GetSnapshotCommand.js +18 -41
  83. package/dist-es/commands/GetTableRestoreStatusCommand.js +18 -41
  84. package/dist-es/commands/GetUsageLimitCommand.js +18 -41
  85. package/dist-es/commands/GetWorkgroupCommand.js +18 -41
  86. package/dist-es/commands/ListCustomDomainAssociationsCommand.js +18 -41
  87. package/dist-es/commands/ListEndpointAccessCommand.js +18 -41
  88. package/dist-es/commands/ListNamespacesCommand.js +18 -41
  89. package/dist-es/commands/ListRecoveryPointsCommand.js +18 -41
  90. package/dist-es/commands/ListScheduledActionsCommand.js +18 -41
  91. package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +18 -41
  92. package/dist-es/commands/ListSnapshotsCommand.js +18 -41
  93. package/dist-es/commands/ListTableRestoreStatusCommand.js +18 -41
  94. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  95. package/dist-es/commands/ListUsageLimitsCommand.js +18 -41
  96. package/dist-es/commands/ListWorkgroupsCommand.js +18 -41
  97. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  98. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +18 -41
  99. package/dist-es/commands/RestoreFromSnapshotCommand.js +18 -41
  100. package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +18 -41
  101. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +18 -41
  102. package/dist-es/commands/TagResourceCommand.js +18 -41
  103. package/dist-es/commands/UntagResourceCommand.js +18 -41
  104. package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +18 -41
  105. package/dist-es/commands/UpdateEndpointAccessCommand.js +18 -41
  106. package/dist-es/commands/UpdateNamespaceCommand.js +18 -41
  107. package/dist-es/commands/UpdateScheduledActionCommand.js +18 -41
  108. package/dist-es/commands/UpdateSnapshotCommand.js +18 -41
  109. package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +18 -41
  110. package/dist-es/commands/UpdateUsageLimitCommand.js +18 -41
  111. package/dist-es/commands/UpdateWorkgroupCommand.js +18 -41
  112. package/dist-es/endpoint/EndpointParameters.js +6 -0
  113. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +6 -21
  115. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +6 -21
  116. package/dist-types/commands/CreateNamespaceCommand.d.ts +6 -21
  117. package/dist-types/commands/CreateScheduledActionCommand.d.ts +6 -21
  118. package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -21
  119. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +6 -21
  120. package/dist-types/commands/CreateUsageLimitCommand.d.ts +6 -21
  121. package/dist-types/commands/CreateWorkgroupCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -21
  125. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -21
  127. package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -21
  128. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +6 -21
  129. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +6 -21
  130. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +6 -21
  131. package/dist-types/commands/GetCredentialsCommand.d.ts +6 -21
  132. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +6 -21
  133. package/dist-types/commands/GetEndpointAccessCommand.d.ts +6 -21
  134. package/dist-types/commands/GetNamespaceCommand.d.ts +6 -21
  135. package/dist-types/commands/GetRecoveryPointCommand.d.ts +6 -21
  136. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  137. package/dist-types/commands/GetScheduledActionCommand.d.ts +6 -21
  138. package/dist-types/commands/GetSnapshotCommand.d.ts +6 -21
  139. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +6 -21
  140. package/dist-types/commands/GetUsageLimitCommand.d.ts +6 -21
  141. package/dist-types/commands/GetWorkgroupCommand.d.ts +6 -21
  142. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +6 -21
  143. package/dist-types/commands/ListEndpointAccessCommand.d.ts +6 -21
  144. package/dist-types/commands/ListNamespacesCommand.d.ts +6 -21
  145. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListScheduledActionsCommand.d.ts +6 -21
  147. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +6 -21
  148. package/dist-types/commands/ListSnapshotsCommand.d.ts +6 -21
  149. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +6 -21
  150. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  151. package/dist-types/commands/ListUsageLimitsCommand.d.ts +6 -21
  152. package/dist-types/commands/ListWorkgroupsCommand.d.ts +6 -21
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  154. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +6 -21
  155. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +6 -21
  156. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +6 -21
  157. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +6 -21
  158. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  159. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  160. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +6 -21
  161. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +6 -21
  162. package/dist-types/commands/UpdateNamespaceCommand.d.ts +6 -21
  163. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +6 -21
  164. package/dist-types/commands/UpdateSnapshotCommand.d.ts +6 -21
  165. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +6 -21
  166. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +6 -21
  167. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +6 -21
  168. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  169. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  225. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListWorkgroupsRequest,
11
5
  ListWorkgroupsResponse,
@@ -20,19 +14,16 @@ export interface ListWorkgroupsCommandInput extends ListWorkgroupsRequest {}
20
14
  export interface ListWorkgroupsCommandOutput
21
15
  extends ListWorkgroupsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListWorkgroupsCommand extends $Command<
24
- ListWorkgroupsCommandInput,
25
- ListWorkgroupsCommandOutput,
26
- RedshiftServerlessClientResolvedConfig
27
- > {
28
- readonly input: ListWorkgroupsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListWorkgroupsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RedshiftServerlessClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListWorkgroupsCommand_base: {
18
+ new (
19
+ input: ListWorkgroupsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListWorkgroupsCommandInput,
22
+ ListWorkgroupsCommandOutput,
23
+ RedshiftServerlessClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListWorkgroupsCommand extends ListWorkgroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  PutResourcePolicyRequest,
11
5
  PutResourcePolicyResponse,
@@ -21,19 +15,16 @@ export interface PutResourcePolicyCommandInput
21
15
  export interface PutResourcePolicyCommandOutput
22
16
  extends PutResourcePolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutResourcePolicyCommand extends $Command<
25
- PutResourcePolicyCommandInput,
26
- PutResourcePolicyCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: PutResourcePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutResourcePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const PutResourcePolicyCommand_base: {
19
+ new (
20
+ input: PutResourcePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ PutResourcePolicyCommandInput,
23
+ PutResourcePolicyCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RestoreFromRecoveryPointRequest,
11
5
  RestoreFromRecoveryPointResponse,
@@ -21,22 +15,16 @@ export interface RestoreFromRecoveryPointCommandInput
21
15
  export interface RestoreFromRecoveryPointCommandOutput
22
16
  extends RestoreFromRecoveryPointResponse,
23
17
  __MetadataBearer {}
24
- export declare class RestoreFromRecoveryPointCommand extends $Command<
25
- RestoreFromRecoveryPointCommandInput,
26
- RestoreFromRecoveryPointCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: RestoreFromRecoveryPointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RestoreFromRecoveryPointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RestoreFromRecoveryPointCommand_base: {
19
+ new (
20
+ input: RestoreFromRecoveryPointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RestoreFromRecoveryPointCommandInput,
38
- RestoreFromRecoveryPointCommandOutput
23
+ RestoreFromRecoveryPointCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RestoreFromRecoveryPointCommand extends RestoreFromRecoveryPointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RestoreFromSnapshotRequest,
11
5
  RestoreFromSnapshotResponse,
@@ -21,19 +15,16 @@ export interface RestoreFromSnapshotCommandInput
21
15
  export interface RestoreFromSnapshotCommandOutput
22
16
  extends RestoreFromSnapshotResponse,
23
17
  __MetadataBearer {}
24
- export declare class RestoreFromSnapshotCommand extends $Command<
25
- RestoreFromSnapshotCommandInput,
26
- RestoreFromSnapshotCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: RestoreFromSnapshotCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RestoreFromSnapshotCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const RestoreFromSnapshotCommand_base: {
19
+ new (
20
+ input: RestoreFromSnapshotCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ RestoreFromSnapshotCommandInput,
23
+ RestoreFromSnapshotCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RestoreTableFromRecoveryPointRequest,
11
5
  RestoreTableFromRecoveryPointResponse,
@@ -21,22 +15,16 @@ export interface RestoreTableFromRecoveryPointCommandInput
21
15
  export interface RestoreTableFromRecoveryPointCommandOutput
22
16
  extends RestoreTableFromRecoveryPointResponse,
23
17
  __MetadataBearer {}
24
- export declare class RestoreTableFromRecoveryPointCommand extends $Command<
25
- RestoreTableFromRecoveryPointCommandInput,
26
- RestoreTableFromRecoveryPointCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: RestoreTableFromRecoveryPointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RestoreTableFromRecoveryPointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RestoreTableFromRecoveryPointCommand_base: {
19
+ new (
20
+ input: RestoreTableFromRecoveryPointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RestoreTableFromRecoveryPointCommandInput,
38
- RestoreTableFromRecoveryPointCommandOutput
23
+ RestoreTableFromRecoveryPointCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RestoreTableFromRecoveryPointCommand extends RestoreTableFromRecoveryPointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RestoreTableFromSnapshotRequest,
11
5
  RestoreTableFromSnapshotResponse,
@@ -21,22 +15,16 @@ export interface RestoreTableFromSnapshotCommandInput
21
15
  export interface RestoreTableFromSnapshotCommandOutput
22
16
  extends RestoreTableFromSnapshotResponse,
23
17
  __MetadataBearer {}
24
- export declare class RestoreTableFromSnapshotCommand extends $Command<
25
- RestoreTableFromSnapshotCommandInput,
26
- RestoreTableFromSnapshotCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: RestoreTableFromSnapshotCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RestoreTableFromSnapshotCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RestoreTableFromSnapshotCommand_base: {
19
+ new (
20
+ input: RestoreTableFromSnapshotCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RestoreTableFromSnapshotCommandInput,
38
- RestoreTableFromSnapshotCommandOutput
23
+ RestoreTableFromSnapshotCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RestoreTableFromSnapshotCommand extends RestoreTableFromSnapshotCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
4
  import {
11
5
  RedshiftServerlessClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- RedshiftServerlessClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RedshiftServerlessClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ RedshiftServerlessClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UntagResourceRequest,
11
5
  UntagResourceResponse,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- RedshiftServerlessClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RedshiftServerlessClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ RedshiftServerlessClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateCustomDomainAssociationRequest,
11
5
  UpdateCustomDomainAssociationResponse,
@@ -21,22 +15,16 @@ export interface UpdateCustomDomainAssociationCommandInput
21
15
  export interface UpdateCustomDomainAssociationCommandOutput
22
16
  extends UpdateCustomDomainAssociationResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateCustomDomainAssociationCommand extends $Command<
25
- UpdateCustomDomainAssociationCommandInput,
26
- UpdateCustomDomainAssociationCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: UpdateCustomDomainAssociationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateCustomDomainAssociationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateCustomDomainAssociationCommand_base: {
19
+ new (
20
+ input: UpdateCustomDomainAssociationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateCustomDomainAssociationCommandInput,
38
- UpdateCustomDomainAssociationCommandOutput
23
+ UpdateCustomDomainAssociationCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateCustomDomainAssociationCommand extends UpdateCustomDomainAssociationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateEndpointAccessRequest,
11
5
  UpdateEndpointAccessResponse,
@@ -21,22 +15,16 @@ export interface UpdateEndpointAccessCommandInput
21
15
  export interface UpdateEndpointAccessCommandOutput
22
16
  extends UpdateEndpointAccessResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateEndpointAccessCommand extends $Command<
25
- UpdateEndpointAccessCommandInput,
26
- UpdateEndpointAccessCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: UpdateEndpointAccessCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateEndpointAccessCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateEndpointAccessCommand_base: {
19
+ new (
20
+ input: UpdateEndpointAccessCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateEndpointAccessCommandInput,
38
- UpdateEndpointAccessCommandOutput
23
+ UpdateEndpointAccessCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateEndpointAccessCommand extends UpdateEndpointAccessCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateNamespaceRequest,
11
5
  UpdateNamespaceResponse,
@@ -20,19 +14,16 @@ export interface UpdateNamespaceCommandInput extends UpdateNamespaceRequest {}
20
14
  export interface UpdateNamespaceCommandOutput
21
15
  extends UpdateNamespaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UpdateNamespaceCommand extends $Command<
24
- UpdateNamespaceCommandInput,
25
- UpdateNamespaceCommandOutput,
26
- RedshiftServerlessClientResolvedConfig
27
- > {
28
- readonly input: UpdateNamespaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdateNamespaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RedshiftServerlessClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdateNamespaceCommand_base: {
18
+ new (
19
+ input: UpdateNamespaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdateNamespaceCommandInput,
22
+ UpdateNamespaceCommandOutput,
23
+ RedshiftServerlessClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdateNamespaceCommand extends UpdateNamespaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateScheduledActionRequest,
11
5
  UpdateScheduledActionResponse,
@@ -21,22 +15,16 @@ export interface UpdateScheduledActionCommandInput
21
15
  export interface UpdateScheduledActionCommandOutput
22
16
  extends UpdateScheduledActionResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateScheduledActionCommand extends $Command<
25
- UpdateScheduledActionCommandInput,
26
- UpdateScheduledActionCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: UpdateScheduledActionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateScheduledActionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateScheduledActionCommand_base: {
19
+ new (
20
+ input: UpdateScheduledActionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateScheduledActionCommandInput,
38
- UpdateScheduledActionCommandOutput
23
+ UpdateScheduledActionCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateSnapshotRequest,
11
5
  UpdateSnapshotResponse,
@@ -20,19 +14,16 @@ export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
20
14
  export interface UpdateSnapshotCommandOutput
21
15
  extends UpdateSnapshotResponse,
22
16
  __MetadataBearer {}
23
- export declare class UpdateSnapshotCommand extends $Command<
24
- UpdateSnapshotCommandInput,
25
- UpdateSnapshotCommandOutput,
26
- RedshiftServerlessClientResolvedConfig
27
- > {
28
- readonly input: UpdateSnapshotCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdateSnapshotCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RedshiftServerlessClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdateSnapshotCommand_base: {
18
+ new (
19
+ input: UpdateSnapshotCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdateSnapshotCommandInput,
22
+ UpdateSnapshotCommandOutput,
23
+ RedshiftServerlessClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdateSnapshotCommand extends UpdateSnapshotCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateSnapshotCopyConfigurationRequest,
11
5
  UpdateSnapshotCopyConfigurationResponse,
@@ -21,22 +15,16 @@ export interface UpdateSnapshotCopyConfigurationCommandInput
21
15
  export interface UpdateSnapshotCopyConfigurationCommandOutput
22
16
  extends UpdateSnapshotCopyConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateSnapshotCopyConfigurationCommand extends $Command<
25
- UpdateSnapshotCopyConfigurationCommandInput,
26
- UpdateSnapshotCopyConfigurationCommandOutput,
27
- RedshiftServerlessClientResolvedConfig
28
- > {
29
- readonly input: UpdateSnapshotCopyConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateSnapshotCopyConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RedshiftServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateSnapshotCopyConfigurationCommand_base: {
19
+ new (
20
+ input: UpdateSnapshotCopyConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateSnapshotCopyConfigurationCommandInput,
38
- UpdateSnapshotCopyConfigurationCommandOutput
23
+ UpdateSnapshotCopyConfigurationCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateSnapshotCopyConfigurationCommand extends UpdateSnapshotCopyConfigurationCommand_base {}