@aws-sdk/client-redshift-serverless 3.107.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 (236) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +225 -0
  4. package/dist-cjs/RedshiftServerless.js +562 -0
  5. package/dist-cjs/RedshiftServerlessClient.js +37 -0
  6. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +36 -0
  7. package/dist-cjs/commands/CreateEndpointAccessCommand.js +36 -0
  8. package/dist-cjs/commands/CreateNamespaceCommand.js +36 -0
  9. package/dist-cjs/commands/CreateSnapshotCommand.js +36 -0
  10. package/dist-cjs/commands/CreateUsageLimitCommand.js +36 -0
  11. package/dist-cjs/commands/CreateWorkgroupCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteNamespaceCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteSnapshotCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteUsageLimitCommand.js +36 -0
  17. package/dist-cjs/commands/DeleteWorkgroupCommand.js +36 -0
  18. package/dist-cjs/commands/GetCredentialsCommand.js +36 -0
  19. package/dist-cjs/commands/GetEndpointAccessCommand.js +36 -0
  20. package/dist-cjs/commands/GetNamespaceCommand.js +36 -0
  21. package/dist-cjs/commands/GetRecoveryPointCommand.js +36 -0
  22. package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
  23. package/dist-cjs/commands/GetSnapshotCommand.js +36 -0
  24. package/dist-cjs/commands/GetUsageLimitCommand.js +36 -0
  25. package/dist-cjs/commands/GetWorkgroupCommand.js +36 -0
  26. package/dist-cjs/commands/ListEndpointAccessCommand.js +36 -0
  27. package/dist-cjs/commands/ListNamespacesCommand.js +36 -0
  28. package/dist-cjs/commands/ListRecoveryPointsCommand.js +36 -0
  29. package/dist-cjs/commands/ListSnapshotsCommand.js +36 -0
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  31. package/dist-cjs/commands/ListUsageLimitsCommand.js +36 -0
  32. package/dist-cjs/commands/ListWorkgroupsCommand.js +36 -0
  33. package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
  34. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +36 -0
  35. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +36 -0
  36. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  37. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  38. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +36 -0
  39. package/dist-cjs/commands/UpdateNamespaceCommand.js +36 -0
  40. package/dist-cjs/commands/UpdateSnapshotCommand.js +36 -0
  41. package/dist-cjs/commands/UpdateUsageLimitCommand.js +36 -0
  42. package/dist-cjs/commands/UpdateWorkgroupCommand.js +36 -0
  43. package/dist-cjs/commands/index.js +40 -0
  44. package/dist-cjs/endpoints.js +131 -0
  45. package/dist-cjs/index.js +11 -0
  46. package/dist-cjs/models/RedshiftServerlessServiceException.js +11 -0
  47. package/dist-cjs/models/index.js +4 -0
  48. package/dist-cjs/models/models_0.js +725 -0
  49. package/dist-cjs/pagination/Interfaces.js +2 -0
  50. package/dist-cjs/pagination/ListEndpointAccessPaginator.js +36 -0
  51. package/dist-cjs/pagination/ListNamespacesPaginator.js +36 -0
  52. package/dist-cjs/pagination/ListRecoveryPointsPaginator.js +36 -0
  53. package/dist-cjs/pagination/ListSnapshotsPaginator.js +36 -0
  54. package/dist-cjs/pagination/ListUsageLimitsPaginator.js +36 -0
  55. package/dist-cjs/pagination/ListWorkgroupsPaginator.js +36 -0
  56. package/dist-cjs/pagination/index.js +10 -0
  57. package/dist-cjs/protocols/Aws_json1_1.js +3265 -0
  58. package/dist-cjs/runtimeConfig.browser.js +45 -0
  59. package/dist-cjs/runtimeConfig.js +52 -0
  60. package/dist-cjs/runtimeConfig.native.js +16 -0
  61. package/dist-cjs/runtimeConfig.shared.js +17 -0
  62. package/dist-es/RedshiftServerless.js +565 -0
  63. package/dist-es/RedshiftServerlessClient.js +39 -0
  64. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +39 -0
  65. package/dist-es/commands/CreateEndpointAccessCommand.js +39 -0
  66. package/dist-es/commands/CreateNamespaceCommand.js +39 -0
  67. package/dist-es/commands/CreateSnapshotCommand.js +39 -0
  68. package/dist-es/commands/CreateUsageLimitCommand.js +39 -0
  69. package/dist-es/commands/CreateWorkgroupCommand.js +39 -0
  70. package/dist-es/commands/DeleteEndpointAccessCommand.js +39 -0
  71. package/dist-es/commands/DeleteNamespaceCommand.js +39 -0
  72. package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
  73. package/dist-es/commands/DeleteSnapshotCommand.js +39 -0
  74. package/dist-es/commands/DeleteUsageLimitCommand.js +39 -0
  75. package/dist-es/commands/DeleteWorkgroupCommand.js +39 -0
  76. package/dist-es/commands/GetCredentialsCommand.js +39 -0
  77. package/dist-es/commands/GetEndpointAccessCommand.js +39 -0
  78. package/dist-es/commands/GetNamespaceCommand.js +39 -0
  79. package/dist-es/commands/GetRecoveryPointCommand.js +39 -0
  80. package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
  81. package/dist-es/commands/GetSnapshotCommand.js +39 -0
  82. package/dist-es/commands/GetUsageLimitCommand.js +39 -0
  83. package/dist-es/commands/GetWorkgroupCommand.js +39 -0
  84. package/dist-es/commands/ListEndpointAccessCommand.js +39 -0
  85. package/dist-es/commands/ListNamespacesCommand.js +39 -0
  86. package/dist-es/commands/ListRecoveryPointsCommand.js +39 -0
  87. package/dist-es/commands/ListSnapshotsCommand.js +39 -0
  88. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  89. package/dist-es/commands/ListUsageLimitsCommand.js +39 -0
  90. package/dist-es/commands/ListWorkgroupsCommand.js +39 -0
  91. package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
  92. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +39 -0
  93. package/dist-es/commands/RestoreFromSnapshotCommand.js +39 -0
  94. package/dist-es/commands/TagResourceCommand.js +39 -0
  95. package/dist-es/commands/UntagResourceCommand.js +39 -0
  96. package/dist-es/commands/UpdateEndpointAccessCommand.js +39 -0
  97. package/dist-es/commands/UpdateNamespaceCommand.js +39 -0
  98. package/dist-es/commands/UpdateSnapshotCommand.js +39 -0
  99. package/dist-es/commands/UpdateUsageLimitCommand.js +39 -0
  100. package/dist-es/commands/UpdateWorkgroupCommand.js +39 -0
  101. package/dist-es/commands/index.js +37 -0
  102. package/dist-es/endpoints.js +127 -0
  103. package/dist-es/index.js +6 -0
  104. package/dist-es/models/RedshiftServerlessServiceException.js +12 -0
  105. package/dist-es/models/index.js +1 -0
  106. package/dist-es/models/models_0.js +523 -0
  107. package/dist-es/pagination/Interfaces.js +1 -0
  108. package/dist-es/pagination/ListEndpointAccessPaginator.js +75 -0
  109. package/dist-es/pagination/ListNamespacesPaginator.js +75 -0
  110. package/dist-es/pagination/ListRecoveryPointsPaginator.js +75 -0
  111. package/dist-es/pagination/ListSnapshotsPaginator.js +75 -0
  112. package/dist-es/pagination/ListUsageLimitsPaginator.js +75 -0
  113. package/dist-es/pagination/ListWorkgroupsPaginator.js +75 -0
  114. package/dist-es/pagination/index.js +7 -0
  115. package/dist-es/protocols/Aws_json1_1.js +3784 -0
  116. package/dist-es/runtimeConfig.browser.js +26 -0
  117. package/dist-es/runtimeConfig.js +30 -0
  118. package/dist-es/runtimeConfig.native.js +8 -0
  119. package/dist-es/runtimeConfig.shared.js +13 -0
  120. package/dist-types/RedshiftServerless.d.ts +302 -0
  121. package/dist-types/RedshiftServerlessClient.d.ts +198 -0
  122. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +36 -0
  123. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +35 -0
  124. package/dist-types/commands/CreateNamespaceCommand.d.ts +35 -0
  125. package/dist-types/commands/CreateSnapshotCommand.d.ts +38 -0
  126. package/dist-types/commands/CreateUsageLimitCommand.d.ts +36 -0
  127. package/dist-types/commands/CreateWorkgroupCommand.d.ts +35 -0
  128. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +35 -0
  129. package/dist-types/commands/DeleteNamespaceCommand.d.ts +36 -0
  130. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
  131. package/dist-types/commands/DeleteSnapshotCommand.d.ts +35 -0
  132. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +35 -0
  133. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +35 -0
  134. package/dist-types/commands/GetCredentialsCommand.d.ts +48 -0
  135. package/dist-types/commands/GetEndpointAccessCommand.d.ts +35 -0
  136. package/dist-types/commands/GetNamespaceCommand.d.ts +35 -0
  137. package/dist-types/commands/GetRecoveryPointCommand.d.ts +35 -0
  138. package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
  139. package/dist-types/commands/GetSnapshotCommand.d.ts +35 -0
  140. package/dist-types/commands/GetUsageLimitCommand.d.ts +35 -0
  141. package/dist-types/commands/GetWorkgroupCommand.d.ts +35 -0
  142. package/dist-types/commands/ListEndpointAccessCommand.d.ts +35 -0
  143. package/dist-types/commands/ListNamespacesCommand.d.ts +35 -0
  144. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +35 -0
  145. package/dist-types/commands/ListSnapshotsCommand.d.ts +35 -0
  146. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  147. package/dist-types/commands/ListUsageLimitsCommand.d.ts +35 -0
  148. package/dist-types/commands/ListWorkgroupsCommand.d.ts +35 -0
  149. package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
  150. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +35 -0
  151. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +35 -0
  152. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  153. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  154. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +35 -0
  155. package/dist-types/commands/UpdateNamespaceCommand.d.ts +35 -0
  156. package/dist-types/commands/UpdateSnapshotCommand.d.ts +35 -0
  157. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +35 -0
  158. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +35 -0
  159. package/dist-types/commands/index.d.ts +37 -0
  160. package/dist-types/endpoints.d.ts +2 -0
  161. package/dist-types/index.d.ts +6 -0
  162. package/dist-types/models/RedshiftServerlessServiceException.d.ts +10 -0
  163. package/dist-types/models/index.d.ts +1 -0
  164. package/dist-types/models/models_0.d.ts +1960 -0
  165. package/dist-types/pagination/Interfaces.d.ts +6 -0
  166. package/dist-types/pagination/ListEndpointAccessPaginator.d.ts +4 -0
  167. package/dist-types/pagination/ListNamespacesPaginator.d.ts +4 -0
  168. package/dist-types/pagination/ListRecoveryPointsPaginator.d.ts +4 -0
  169. package/dist-types/pagination/ListSnapshotsPaginator.d.ts +4 -0
  170. package/dist-types/pagination/ListUsageLimitsPaginator.d.ts +4 -0
  171. package/dist-types/pagination/ListWorkgroupsPaginator.d.ts +4 -0
  172. package/dist-types/pagination/index.d.ts +7 -0
  173. package/dist-types/protocols/Aws_json1_1.d.ts +113 -0
  174. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  175. package/dist-types/runtimeConfig.d.ts +40 -0
  176. package/dist-types/runtimeConfig.native.d.ts +39 -0
  177. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  178. package/dist-types/ts3.4/RedshiftServerless.d.ts +190 -0
  179. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +110 -0
  180. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/index.d.ts +37 -0
  218. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  219. package/dist-types/ts3.4/index.d.ts +6 -0
  220. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +6 -0
  221. package/dist-types/ts3.4/models/index.d.ts +1 -0
  222. package/dist-types/ts3.4/models/models_0.d.ts +1140 -0
  223. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  224. package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +4 -0
  225. package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +4 -0
  226. package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +4 -0
  227. package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +4 -0
  228. package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +4 -0
  229. package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +4 -0
  230. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  231. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +113 -0
  232. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  233. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  234. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  235. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  236. package/package.json +94 -0
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConvertRecoveryPointToSnapshotRequest, ConvertRecoveryPointToSnapshotResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface ConvertRecoveryPointToSnapshotCommandInput extends ConvertRecoveryPointToSnapshotRequest {
6
+ }
7
+ export interface ConvertRecoveryPointToSnapshotCommandOutput extends ConvertRecoveryPointToSnapshotResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots,
11
+ * see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html">Working with snapshots and recovery points</a>.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { RedshiftServerlessClient, ConvertRecoveryPointToSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
16
+ * // const { RedshiftServerlessClient, ConvertRecoveryPointToSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
17
+ * const client = new RedshiftServerlessClient(config);
18
+ * const command = new ConvertRecoveryPointToSnapshotCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ConvertRecoveryPointToSnapshotCommandInput} for command's `input` shape.
23
+ * @see {@link ConvertRecoveryPointToSnapshotCommandOutput} for command's `response` shape.
24
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ConvertRecoveryPointToSnapshotCommand extends $Command<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
28
+ readonly input: ConvertRecoveryPointToSnapshotCommandInput;
29
+ constructor(input: ConvertRecoveryPointToSnapshotCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateEndpointAccessRequest, CreateEndpointAccessResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface CreateEndpointAccessCommandInput extends CreateEndpointAccessRequest {
6
+ }
7
+ export interface CreateEndpointAccessCommandOutput extends CreateEndpointAccessResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates an Amazon Redshift Serverless managed VPC endpoint.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, CreateEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, CreateEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new CreateEndpointAccessCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateEndpointAccessCommandInput} for command's `input` shape.
22
+ * @see {@link CreateEndpointAccessCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateEndpointAccessCommand extends $Command<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: CreateEndpointAccessCommandInput;
28
+ constructor(input: CreateEndpointAccessCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {
6
+ }
7
+ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a namespace in Amazon Redshift Serverless.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, CreateNamespaceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, CreateNamespaceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new CreateNamespaceCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateNamespaceCommandInput} for command's `input` shape.
22
+ * @see {@link CreateNamespaceCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateNamespaceCommand extends $Command<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: CreateNamespaceCommandInput;
28
+ constructor(input: CreateNamespaceCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNamespaceCommandInput, CreateNamespaceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,38 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {
6
+ }
7
+ export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a snapshot of all databases in a namespace.
11
+ * For more information about snapshots, see
12
+ * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html">
13
+ * Working with snapshots and recovery points</a>.</p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { RedshiftServerlessClient, CreateSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
18
+ * // const { RedshiftServerlessClient, CreateSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
19
+ * const client = new RedshiftServerlessClient(config);
20
+ * const command = new CreateSnapshotCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link CreateSnapshotCommandInput} for command's `input` shape.
25
+ * @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
26
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
30
+ readonly input: CreateSnapshotCommandInput;
31
+ constructor(input: CreateSnapshotCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateUsageLimitRequest, CreateUsageLimitResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {
6
+ }
7
+ export interface CreateUsageLimitCommandOutput extends CreateUsageLimitResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.
11
+ * </p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { RedshiftServerlessClient, CreateUsageLimitCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
16
+ * // const { RedshiftServerlessClient, CreateUsageLimitCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
17
+ * const client = new RedshiftServerlessClient(config);
18
+ * const command = new CreateUsageLimitCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link CreateUsageLimitCommandInput} for command's `input` shape.
23
+ * @see {@link CreateUsageLimitCommandOutput} for command's `response` shape.
24
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class CreateUsageLimitCommand extends $Command<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
28
+ readonly input: CreateUsageLimitCommandInput;
29
+ constructor(input: CreateUsageLimitCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateWorkgroupRequest, CreateWorkgroupResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {
6
+ }
7
+ export interface CreateWorkgroupCommandOutput extends CreateWorkgroupResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates an workgroup in Amazon Redshift Serverless.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, CreateWorkgroupCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, CreateWorkgroupCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new CreateWorkgroupCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateWorkgroupCommandInput} for command's `input` shape.
22
+ * @see {@link CreateWorkgroupCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateWorkgroupCommand extends $Command<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: CreateWorkgroupCommandInput;
28
+ constructor(input: CreateWorkgroupCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteEndpointAccessRequest, DeleteEndpointAccessResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface DeleteEndpointAccessCommandInput extends DeleteEndpointAccessRequest {
6
+ }
7
+ export interface DeleteEndpointAccessCommandOutput extends DeleteEndpointAccessResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes an Amazon Redshift Serverless managed VPC endpoint.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, DeleteEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, DeleteEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new DeleteEndpointAccessCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteEndpointAccessCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteEndpointAccessCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteEndpointAccessCommand extends $Command<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: DeleteEndpointAccessCommandInput;
28
+ constructor(input: DeleteEndpointAccessCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
6
+ }
7
+ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a namespace from Amazon Redshift Serverless.
11
+ * Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { RedshiftServerlessClient, DeleteNamespaceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
16
+ * // const { RedshiftServerlessClient, DeleteNamespaceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
17
+ * const client = new RedshiftServerlessClient(config);
18
+ * const command = new DeleteNamespaceCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DeleteNamespaceCommandInput} for command's `input` shape.
23
+ * @see {@link DeleteNamespaceCommandOutput} for command's `response` shape.
24
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
28
+ readonly input: DeleteNamespaceCommandInput;
29
+ constructor(input: DeleteNamespaceCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
6
+ }
7
+ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the specified resource policy.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new DeleteResourcePolicyCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: DeleteResourcePolicyCommandInput;
28
+ constructor(input: DeleteResourcePolicyCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {
6
+ }
7
+ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a snapshot from Amazon Redshift Serverless.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, DeleteSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, DeleteSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new DeleteSnapshotCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteSnapshotCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteSnapshotCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: DeleteSnapshotCommandInput;
28
+ constructor(input: DeleteSnapshotCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteUsageLimitRequest, DeleteUsageLimitResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {
6
+ }
7
+ export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a usage limit from Amazon Redshift Serverless.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, DeleteUsageLimitCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, DeleteUsageLimitCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new DeleteUsageLimitCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteUsageLimitCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteUsageLimitCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteUsageLimitCommand extends $Command<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: DeleteUsageLimitCommandInput;
28
+ constructor(input: DeleteUsageLimitCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteWorkgroupRequest, DeleteWorkgroupResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {
6
+ }
7
+ export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a workgroup.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, DeleteWorkgroupCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, DeleteWorkgroupCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new DeleteWorkgroupCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteWorkgroupCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteWorkgroupCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteWorkgroupCommand extends $Command<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: DeleteWorkgroupCommandInput;
28
+ constructor(input: DeleteWorkgroupCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,48 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetCredentialsRequest, GetCredentialsResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface GetCredentialsCommandInput extends GetCredentialsRequest {
6
+ }
7
+ export interface GetCredentialsCommandOutput extends GetCredentialsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a database user name and temporary password with
11
+ * temporary authorization to log in to Amazon Redshift Serverless.</p>
12
+ * <p>By default, the temporary credentials expire in 900 seconds.
13
+ * You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes).</p>
14
+ *
15
+ * <p>
16
+ * The Identity and Access Management (IAM) user or role that runs
17
+ * GetCredentials must have an IAM policy attached that allows access to all
18
+ * necessary actions and resources.
19
+ * </p>
20
+ *
21
+ * <p>
22
+ * If the <code>DbName</code> parameter is specified, the IAM policy must
23
+ * allow access to the resource dbname for the specified database name.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { RedshiftServerlessClient, GetCredentialsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
28
+ * // const { RedshiftServerlessClient, GetCredentialsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
29
+ * const client = new RedshiftServerlessClient(config);
30
+ * const command = new GetCredentialsCommand(input);
31
+ * const response = await client.send(command);
32
+ * ```
33
+ *
34
+ * @see {@link GetCredentialsCommandInput} for command's `input` shape.
35
+ * @see {@link GetCredentialsCommandOutput} for command's `response` shape.
36
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
37
+ *
38
+ */
39
+ export declare class GetCredentialsCommand extends $Command<GetCredentialsCommandInput, GetCredentialsCommandOutput, RedshiftServerlessClientResolvedConfig> {
40
+ readonly input: GetCredentialsCommandInput;
41
+ constructor(input: GetCredentialsCommandInput);
42
+ /**
43
+ * @internal
44
+ */
45
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCredentialsCommandInput, GetCredentialsCommandOutput>;
46
+ private serialize;
47
+ private deserialize;
48
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetEndpointAccessRequest, GetEndpointAccessResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface GetEndpointAccessCommandInput extends GetEndpointAccessRequest {
6
+ }
7
+ export interface GetEndpointAccessCommandOutput extends GetEndpointAccessResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns information, such as the name, about a VPC endpoint.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, GetEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, GetEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new GetEndpointAccessCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetEndpointAccessCommandInput} for command's `input` shape.
22
+ * @see {@link GetEndpointAccessCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetEndpointAccessCommand extends $Command<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: GetEndpointAccessCommandInput;
28
+ constructor(input: GetEndpointAccessCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface GetNamespaceCommandInput extends GetNamespaceRequest {
6
+ }
7
+ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns information about a namespace in Amazon Redshift Serverless.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, GetNamespaceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, GetNamespaceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new GetNamespaceCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetNamespaceCommandInput} for command's `input` shape.
22
+ * @see {@link GetNamespaceCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetNamespaceCommand extends $Command<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: GetNamespaceCommandInput;
28
+ constructor(input: GetNamespaceCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNamespaceCommandInput, GetNamespaceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetRecoveryPointRequest, GetRecoveryPointResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {
6
+ }
7
+ export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns information about a recovery point.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, GetRecoveryPointCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, GetRecoveryPointCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new GetRecoveryPointCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetRecoveryPointCommandInput} for command's `input` shape.
22
+ * @see {@link GetRecoveryPointCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetRecoveryPointCommand extends $Command<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: GetRecoveryPointCommandInput;
28
+ constructor(input: GetRecoveryPointCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
4
+ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
+ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {
6
+ }
7
+ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a resource policy.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { RedshiftServerlessClient, GetResourcePolicyCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
15
+ * // const { RedshiftServerlessClient, GetResourcePolicyCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
16
+ * const client = new RedshiftServerlessClient(config);
17
+ * const command = new GetResourcePolicyCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetResourcePolicyCommandInput} for command's `input` shape.
22
+ * @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
23
+ * @see {@link RedshiftServerlessClientResolvedConfig | config} for RedshiftServerlessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
27
+ readonly input: GetResourcePolicyCommandInput;
28
+ constructor(input: GetResourcePolicyCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }