@aws-sdk/client-redshift-serverless 3.478.0 → 3.481.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 +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
21
20
  */
22
21
  export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteNamespaceCommand_base: {
24
+ new (input: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a namespace from Amazon Redshift Serverless.
@@ -84,23 +87,5 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
84
87
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
85
88
  *
86
89
  */
87
- export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
88
- readonly input: DeleteNamespaceCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: DeleteNamespaceCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
21
20
  */
22
21
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourcePolicyCommand_base: {
24
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified resource policy.</p>
@@ -58,23 +61,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
58
61
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
59
62
  *
60
63
  */
61
- export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
62
- readonly input: DeleteResourcePolicyCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: DeleteResourcePolicyCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteScheduledActionCommandInput extends DeleteScheduledAction
21
20
  */
22
21
  export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteScheduledActionCommand_base: {
24
+ new (input: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a scheduled action.</p>
@@ -89,23 +92,5 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
89
92
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
90
93
  *
91
94
  */
92
- export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig> {
93
- readonly input: DeleteScheduledActionCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: DeleteScheduledActionCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {
21
20
  */
22
21
  export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSnapshotCommand_base: {
24
+ new (input: DeleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a snapshot from Amazon Redshift Serverless.</p>
@@ -90,23 +93,5 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __M
90
93
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
91
94
  *
92
95
  */
93
- export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
94
- readonly input: DeleteSnapshotCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: DeleteSnapshotCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSnapshotCopyConfigurationRequest, DeleteSnapshotCopyConfigurationResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSnapshotCopyConfigurationCommandInput extends DeleteSnaps
21
20
  */
22
21
  export interface DeleteSnapshotCopyConfigurationCommandOutput extends DeleteSnapshotCopyConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSnapshotCopyConfigurationCommand_base: {
24
+ new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a snapshot copy configuration</p>
@@ -73,23 +76,5 @@ export interface DeleteSnapshotCopyConfigurationCommandOutput extends DeleteSnap
73
76
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteSnapshotCopyConfigurationCommand extends $Command<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig> {
77
- readonly input: DeleteSnapshotCopyConfigurationCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteSnapshotCopyConfigurationCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteSnapshotCopyConfigurationCommand extends DeleteSnapshotCopyConfigurationCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteUsageLimitRequest, DeleteUsageLimitResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {
21
20
  */
22
21
  export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteUsageLimitCommand_base: {
24
+ new (input: DeleteUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a usage limit from Amazon Redshift Serverless.</p>
@@ -71,23 +74,5 @@ export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse,
71
74
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
72
75
  *
73
76
  */
74
- export declare class DeleteUsageLimitCommand extends $Command<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
75
- readonly input: DeleteUsageLimitCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DeleteUsageLimitCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DeleteUsageLimitCommand extends DeleteUsageLimitCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteWorkgroupRequest, DeleteWorkgroupResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {
21
20
  */
22
21
  export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteWorkgroupCommand_base: {
24
+ new (input: DeleteWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a workgroup.</p>
@@ -113,23 +116,5 @@ export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, _
113
116
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
114
117
  *
115
118
  */
116
- export declare class DeleteWorkgroupCommand extends $Command<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
117
- readonly input: DeleteWorkgroupCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: DeleteWorkgroupCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class DeleteWorkgroupCommand extends DeleteWorkgroupCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetCredentialsRequest, GetCredentialsResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCredentialsCommandInput extends GetCredentialsRequest {
21
20
  */
22
21
  export interface GetCredentialsCommandOutput extends GetCredentialsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCredentialsCommand_base: {
24
+ new (input: GetCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCredentialsCommandInput, GetCredentialsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a database user name and temporary password with
@@ -76,23 +79,5 @@ export interface GetCredentialsCommandOutput extends GetCredentialsResponse, __M
76
79
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
77
80
  *
78
81
  */
79
- export declare class GetCredentialsCommand extends $Command<GetCredentialsCommandInput, GetCredentialsCommandOutput, RedshiftServerlessClientResolvedConfig> {
80
- readonly input: GetCredentialsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetCredentialsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCredentialsCommandInput, GetCredentialsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetCredentialsCommand extends GetCredentialsCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetCustomDomainAssociationRequest, GetCustomDomainAssociationResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCustomDomainAssociationCommandInput extends GetCustomDomainA
21
20
  */
22
21
  export interface GetCustomDomainAssociationCommandOutput extends GetCustomDomainAssociationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCustomDomainAssociationCommand_base: {
24
+ new (input: GetCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a specific custom domain association.</p>
@@ -73,23 +76,5 @@ export interface GetCustomDomainAssociationCommandOutput extends GetCustomDomain
73
76
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
74
77
  *
75
78
  */
76
- export declare class GetCustomDomainAssociationCommand extends $Command<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig> {
77
- readonly input: GetCustomDomainAssociationCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetCustomDomainAssociationCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetCustomDomainAssociationCommand extends GetCustomDomainAssociationCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetEndpointAccessRequest, GetEndpointAccessResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEndpointAccessCommandInput extends GetEndpointAccessRequest
21
20
  */
22
21
  export interface GetEndpointAccessCommandOutput extends GetEndpointAccessResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEndpointAccessCommand_base: {
24
+ new (input: GetEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information, such as the name, about a VPC endpoint.</p>
@@ -92,23 +95,5 @@ export interface GetEndpointAccessCommandOutput extends GetEndpointAccessRespons
92
95
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
93
96
  *
94
97
  */
95
- export declare class GetEndpointAccessCommand extends $Command<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
96
- readonly input: GetEndpointAccessCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetEndpointAccessCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetEndpointAccessCommand extends GetEndpointAccessCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetNamespaceCommandInput extends GetNamespaceRequest {
21
20
  */
22
21
  export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetNamespaceCommand_base: {
24
+ new (input: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a namespace in Amazon Redshift Serverless.</p>
@@ -78,23 +81,5 @@ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad
78
81
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
79
82
  *
80
83
  */
81
- export declare class GetNamespaceCommand extends $Command<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
82
- readonly input: GetNamespaceCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetNamespaceCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNamespaceCommandInput, GetNamespaceCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetRecoveryPointRequest, GetRecoveryPointResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {
21
20
  */
22
21
  export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRecoveryPointCommand_base: {
24
+ new (input: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a recovery point.</p>
@@ -70,23 +73,5 @@ export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse,
70
73
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
71
74
  *
72
75
  */
73
- export declare class GetRecoveryPointCommand extends $Command<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig> {
74
- readonly input: GetRecoveryPointCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: GetRecoveryPointCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class GetRecoveryPointCommand extends GetRecoveryPointCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
21
20
  */
22
21
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourcePolicyCommand_base: {
24
+ new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a resource policy.</p>
@@ -63,23 +66,5 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
63
66
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
64
67
  *
65
68
  */
66
- export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
67
- readonly input: GetResourcePolicyCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: GetResourcePolicyCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetScheduledActionRequest, GetScheduledActionResponse } from "../models/models_0";
5
4
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetScheduledActionCommandInput extends GetScheduledActionReques
21
20
  */
22
21
  export interface GetScheduledActionCommandOutput extends GetScheduledActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetScheduledActionCommand_base: {
24
+ new (input: GetScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetScheduledActionCommandInput, GetScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a scheduled action.</p>
@@ -89,23 +92,5 @@ export interface GetScheduledActionCommandOutput extends GetScheduledActionRespo
89
92
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
90
93
  *
91
94
  */
92
- export declare class GetScheduledActionCommand extends $Command<GetScheduledActionCommandInput, GetScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig> {
93
- readonly input: GetScheduledActionCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetScheduledActionCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetScheduledActionCommandInput, GetScheduledActionCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetScheduledActionCommand extends GetScheduledActionCommand_base {
111
96
  }