@aws-sdk/client-redshift-data 3.33.0 → 3.36.1

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 (228) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/RedshiftData.js +1 -9
  3. package/{dist/cjs → dist-cjs}/RedshiftDataClient.js +8 -21
  4. package/dist-cjs/commands/BatchExecuteStatementCommand.js +36 -0
  5. package/{dist/cjs → dist-cjs}/commands/CancelStatementCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/DescribeStatementCommand.js +2 -29
  7. package/dist-cjs/commands/DescribeTableCommand.js +36 -0
  8. package/dist-cjs/commands/ExecuteStatementCommand.js +36 -0
  9. package/{dist/cjs → dist-cjs}/commands/GetStatementResultCommand.js +2 -28
  10. package/dist-cjs/commands/ListDatabasesCommand.js +36 -0
  11. package/dist-cjs/commands/ListSchemasCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/commands/ListStatementsCommand.js +2 -28
  13. package/dist-cjs/commands/ListTablesCommand.js +36 -0
  14. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  15. package/{dist/cjs → dist-cjs}/index.js +0 -1
  16. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  17. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -97
  18. package/{dist/cjs → dist-cjs}/pagination/DescribeTablePaginator.js +1 -12
  19. package/{dist/cjs → dist-cjs}/pagination/GetStatementResultPaginator.js +1 -12
  20. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  21. package/{dist/cjs → dist-cjs}/pagination/ListDatabasesPaginator.js +1 -12
  22. package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -12
  23. package/{dist/cjs → dist-cjs}/pagination/ListStatementsPaginator.js +1 -12
  24. package/{dist/cjs → dist-cjs}/pagination/ListTablesPaginator.js +1 -12
  25. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  29. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  30. package/{dist/es → dist-es}/RedshiftData.js +2 -10
  31. package/{dist/es → dist-es}/RedshiftDataClient.js +2 -15
  32. package/dist-es/commands/BatchExecuteStatementCommand.js +39 -0
  33. package/{dist/es → dist-es}/commands/CancelStatementCommand.js +4 -30
  34. package/{dist/es → dist-es}/commands/DescribeStatementCommand.js +4 -32
  35. package/dist-es/commands/DescribeTableCommand.js +39 -0
  36. package/dist-es/commands/ExecuteStatementCommand.js +39 -0
  37. package/{dist/es → dist-es}/commands/GetStatementResultCommand.js +4 -31
  38. package/dist-es/commands/ListDatabasesCommand.js +39 -0
  39. package/dist-es/commands/ListSchemasCommand.js +39 -0
  40. package/{dist/es → dist-es}/commands/ListStatementsCommand.js +4 -31
  41. package/dist-es/commands/ListTablesCommand.js +39 -0
  42. package/{dist/es → dist-es}/endpoints.js +1 -2
  43. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  44. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  45. package/{dist/es → dist-es}/models/models_0.js +0 -97
  46. package/{dist/es → dist-es}/pagination/DescribeTablePaginator.js +17 -30
  47. package/{dist/es → dist-es}/pagination/GetStatementResultPaginator.js +17 -30
  48. package/dist-es/pagination/Interfaces.js +1 -0
  49. package/{dist/es → dist-es}/pagination/ListDatabasesPaginator.js +17 -30
  50. package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +17 -30
  51. package/{dist/es → dist-es}/pagination/ListStatementsPaginator.js +17 -30
  52. package/{dist/es → dist-es}/pagination/ListTablesPaginator.js +17 -30
  53. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +178 -184
  54. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  55. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  56. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  57. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  58. package/{dist/types → dist-types}/RedshiftData.d.ts +2 -2
  59. package/{dist/types → dist-types}/RedshiftDataClient.d.ts +8 -8
  60. package/{dist/types → dist-types}/commands/BatchExecuteStatementCommand.d.ts +3 -3
  61. package/{dist/types → dist-types}/commands/CancelStatementCommand.d.ts +3 -3
  62. package/{dist/types → dist-types}/commands/DescribeStatementCommand.d.ts +3 -3
  63. package/{dist/types → dist-types}/commands/DescribeTableCommand.d.ts +3 -3
  64. package/{dist/types → dist-types}/commands/ExecuteStatementCommand.d.ts +3 -3
  65. package/{dist/types → dist-types}/commands/GetStatementResultCommand.d.ts +3 -3
  66. package/{dist/types → dist-types}/commands/ListDatabasesCommand.d.ts +3 -3
  67. package/{dist/types → dist-types}/commands/ListSchemasCommand.d.ts +3 -3
  68. package/{dist/types → dist-types}/commands/ListStatementsCommand.d.ts +3 -3
  69. package/{dist/types → dist-types}/commands/ListTablesCommand.d.ts +3 -3
  70. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  71. package/{index.ts → dist-types/index.d.ts} +0 -0
  72. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  73. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  74. package/{dist/types → dist-types}/pagination/DescribeTablePaginator.d.ts +1 -1
  75. package/{dist/types → dist-types}/pagination/GetStatementResultPaginator.d.ts +1 -1
  76. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  77. package/{dist/types → dist-types}/pagination/ListDatabasesPaginator.d.ts +1 -1
  78. package/{dist/types → dist-types}/pagination/ListSchemasPaginator.d.ts +1 -1
  79. package/{dist/types → dist-types}/pagination/ListStatementsPaginator.d.ts +1 -1
  80. package/{dist/types → dist-types}/pagination/ListTablesPaginator.d.ts +1 -1
  81. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  82. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  83. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  84. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  85. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  86. package/dist-types/ts3.4/RedshiftData.d.ts +55 -0
  87. package/{dist/types → dist-types}/ts3.4/RedshiftDataClient.d.ts +32 -101
  88. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeStatementCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetStatementResultCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +17 -0
  98. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  100. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +613 -0
  102. package/{dist/types → dist-types}/ts3.4/pagination/DescribeTablePaginator.d.ts +1 -1
  103. package/{dist/types → dist-types}/ts3.4/pagination/GetStatementResultPaginator.d.ts +1 -1
  104. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/pagination/ListDatabasesPaginator.d.ts +1 -1
  106. package/{dist/types → dist-types}/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
  107. package/{dist/types → dist-types}/ts3.4/pagination/ListStatementsPaginator.d.ts +1 -1
  108. package/{dist/types → dist-types}/ts3.4/pagination/ListTablesPaginator.d.ts +1 -1
  109. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  110. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  111. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  112. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  113. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  114. package/package.json +52 -49
  115. package/RedshiftData.ts +0 -451
  116. package/RedshiftDataClient.ts +0 -272
  117. package/commands/BatchExecuteStatementCommand.ts +0 -108
  118. package/commands/CancelStatementCommand.ts +0 -94
  119. package/commands/DescribeStatementCommand.ts +0 -96
  120. package/commands/DescribeTableCommand.ts +0 -109
  121. package/commands/ExecuteStatementCommand.ts +0 -108
  122. package/commands/GetStatementResultCommand.ts +0 -95
  123. package/commands/ListDatabasesCommand.ts +0 -108
  124. package/commands/ListSchemasCommand.ts +0 -108
  125. package/commands/ListStatementsCommand.ts +0 -95
  126. package/commands/ListTablesCommand.ts +0 -109
  127. package/dist/cjs/RedshiftData.js.map +0 -1
  128. package/dist/cjs/RedshiftDataClient.js.map +0 -1
  129. package/dist/cjs/commands/BatchExecuteStatementCommand.js +0 -75
  130. package/dist/cjs/commands/BatchExecuteStatementCommand.js.map +0 -1
  131. package/dist/cjs/commands/CancelStatementCommand.js.map +0 -1
  132. package/dist/cjs/commands/DescribeStatementCommand.js.map +0 -1
  133. package/dist/cjs/commands/DescribeTableCommand.js +0 -76
  134. package/dist/cjs/commands/DescribeTableCommand.js.map +0 -1
  135. package/dist/cjs/commands/ExecuteStatementCommand.js +0 -75
  136. package/dist/cjs/commands/ExecuteStatementCommand.js.map +0 -1
  137. package/dist/cjs/commands/GetStatementResultCommand.js.map +0 -1
  138. package/dist/cjs/commands/ListDatabasesCommand.js +0 -75
  139. package/dist/cjs/commands/ListDatabasesCommand.js.map +0 -1
  140. package/dist/cjs/commands/ListSchemasCommand.js +0 -75
  141. package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
  142. package/dist/cjs/commands/ListStatementsCommand.js.map +0 -1
  143. package/dist/cjs/commands/ListTablesCommand.js +0 -76
  144. package/dist/cjs/commands/ListTablesCommand.js.map +0 -1
  145. package/dist/cjs/endpoints.js.map +0 -1
  146. package/dist/cjs/index.js.map +0 -1
  147. package/dist/cjs/models/index.js.map +0 -1
  148. package/dist/cjs/models/models_0.js.map +0 -1
  149. package/dist/cjs/package.json +0 -91
  150. package/dist/cjs/pagination/DescribeTablePaginator.js.map +0 -1
  151. package/dist/cjs/pagination/GetStatementResultPaginator.js.map +0 -1
  152. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  153. package/dist/cjs/pagination/ListDatabasesPaginator.js.map +0 -1
  154. package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
  155. package/dist/cjs/pagination/ListStatementsPaginator.js.map +0 -1
  156. package/dist/cjs/pagination/ListTablesPaginator.js.map +0 -1
  157. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  158. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  159. package/dist/cjs/runtimeConfig.js.map +0 -1
  160. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  161. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  162. package/dist/es/RedshiftData.js.map +0 -1
  163. package/dist/es/RedshiftDataClient.js.map +0 -1
  164. package/dist/es/commands/BatchExecuteStatementCommand.js +0 -79
  165. package/dist/es/commands/BatchExecuteStatementCommand.js.map +0 -1
  166. package/dist/es/commands/CancelStatementCommand.js.map +0 -1
  167. package/dist/es/commands/DescribeStatementCommand.js.map +0 -1
  168. package/dist/es/commands/DescribeTableCommand.js +0 -80
  169. package/dist/es/commands/DescribeTableCommand.js.map +0 -1
  170. package/dist/es/commands/ExecuteStatementCommand.js +0 -79
  171. package/dist/es/commands/ExecuteStatementCommand.js.map +0 -1
  172. package/dist/es/commands/GetStatementResultCommand.js.map +0 -1
  173. package/dist/es/commands/ListDatabasesCommand.js +0 -79
  174. package/dist/es/commands/ListDatabasesCommand.js.map +0 -1
  175. package/dist/es/commands/ListSchemasCommand.js +0 -79
  176. package/dist/es/commands/ListSchemasCommand.js.map +0 -1
  177. package/dist/es/commands/ListStatementsCommand.js.map +0 -1
  178. package/dist/es/commands/ListTablesCommand.js +0 -80
  179. package/dist/es/commands/ListTablesCommand.js.map +0 -1
  180. package/dist/es/endpoints.js.map +0 -1
  181. package/dist/es/index.js +0 -21
  182. package/dist/es/index.js.map +0 -1
  183. package/dist/es/models/index.js +0 -2
  184. package/dist/es/models/index.js.map +0 -1
  185. package/dist/es/models/models_0.js.map +0 -1
  186. package/dist/es/package.json +0 -91
  187. package/dist/es/pagination/DescribeTablePaginator.js.map +0 -1
  188. package/dist/es/pagination/GetStatementResultPaginator.js.map +0 -1
  189. package/dist/es/pagination/Interfaces.js +0 -2
  190. package/dist/es/pagination/Interfaces.js.map +0 -1
  191. package/dist/es/pagination/ListDatabasesPaginator.js.map +0 -1
  192. package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
  193. package/dist/es/pagination/ListStatementsPaginator.js.map +0 -1
  194. package/dist/es/pagination/ListTablesPaginator.js.map +0 -1
  195. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  196. package/dist/es/runtimeConfig.browser.js.map +0 -1
  197. package/dist/es/runtimeConfig.js.map +0 -1
  198. package/dist/es/runtimeConfig.native.js.map +0 -1
  199. package/dist/es/runtimeConfig.shared.js.map +0 -1
  200. package/dist/types/ts3.4/RedshiftData.d.ts +0 -171
  201. package/dist/types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +0 -49
  202. package/dist/types/ts3.4/commands/CancelStatementCommand.d.ts +0 -35
  203. package/dist/types/ts3.4/commands/DescribeStatementCommand.d.ts +0 -37
  204. package/dist/types/ts3.4/commands/DescribeTableCommand.d.ts +0 -50
  205. package/dist/types/ts3.4/commands/ExecuteStatementCommand.d.ts +0 -49
  206. package/dist/types/ts3.4/commands/GetStatementResultCommand.d.ts +0 -36
  207. package/dist/types/ts3.4/commands/ListDatabasesCommand.d.ts +0 -49
  208. package/dist/types/ts3.4/commands/ListSchemasCommand.d.ts +0 -49
  209. package/dist/types/ts3.4/commands/ListStatementsCommand.d.ts +0 -36
  210. package/dist/types/ts3.4/commands/ListTablesCommand.d.ts +0 -50
  211. package/dist/types/ts3.4/models/models_0.d.ts +0 -1103
  212. package/endpoints.ts +0 -57
  213. package/jest.config.js +0 -4
  214. package/models/models_0.ts +0 -1379
  215. package/pagination/DescribeTablePaginator.ts +0 -58
  216. package/pagination/GetStatementResultPaginator.ts +0 -57
  217. package/pagination/Interfaces.ts +0 -7
  218. package/pagination/ListDatabasesPaginator.ts +0 -58
  219. package/pagination/ListSchemasPaginator.ts +0 -54
  220. package/pagination/ListStatementsPaginator.ts +0 -58
  221. package/pagination/ListTablesPaginator.ts +0 -54
  222. package/protocols/Aws_json1_1.ts +0 -1614
  223. package/runtimeConfig.browser.ts +0 -40
  224. package/runtimeConfig.native.ts +0 -16
  225. package/runtimeConfig.shared.ts +0 -16
  226. package/runtimeConfig.ts +0 -45
  227. package/tsconfig.es.json +0 -12
  228. package/tsconfig.json +0 -32
@@ -1,108 +0,0 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1ExecuteStatementCommand,
5
- serializeAws_json1_1ExecuteStatementCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ExecuteStatementCommandInput extends ExecuteStatementInput {}
21
- export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Runs an SQL statement, which can be data manipulation language (DML) or data definition
25
- * language (DDL). This statement must be a single SQL statement.
26
- * Depending on the authorization
27
- * method, use one of the following combinations of request parameters: </p>
28
- * <ul>
29
- * <li>
30
- * <p>Secrets Manager - specify the Amazon Resource Name (ARN) of the secret, the database name, and the
31
- * cluster identifier that matches the cluster in the secret. </p>
32
- * </li>
33
- * <li>
34
- * <p>Temporary credentials - specify the cluster identifier, the database name, and the
35
- * database user name. Permission to call the <code>redshift:GetClusterCredentials</code>
36
- * operation is required to use this method. </p>
37
- * </li>
38
- * </ul>
39
- * @example
40
- * Use a bare-bones client and the command you need to make an API call.
41
- * ```javascript
42
- * import { RedshiftDataClient, ExecuteStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
43
- * // const { RedshiftDataClient, ExecuteStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
44
- * const client = new RedshiftDataClient(config);
45
- * const command = new ExecuteStatementCommand(input);
46
- * const response = await client.send(command);
47
- * ```
48
- *
49
- * @see {@link ExecuteStatementCommandInput} for command's `input` shape.
50
- * @see {@link ExecuteStatementCommandOutput} for command's `response` shape.
51
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
52
- *
53
- */
54
- export class ExecuteStatementCommand extends $Command<
55
- ExecuteStatementCommandInput,
56
- ExecuteStatementCommandOutput,
57
- RedshiftDataClientResolvedConfig
58
- > {
59
- // Start section: command_properties
60
- // End section: command_properties
61
-
62
- constructor(readonly input: ExecuteStatementCommandInput) {
63
- // Start section: command_constructor
64
- super();
65
- // End section: command_constructor
66
- }
67
-
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(
72
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
73
- configuration: RedshiftDataClientResolvedConfig,
74
- options?: __HttpHandlerOptions
75
- ): Handler<ExecuteStatementCommandInput, ExecuteStatementCommandOutput> {
76
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
77
-
78
- const stack = clientStack.concat(this.middlewareStack);
79
-
80
- const { logger } = configuration;
81
- const clientName = "RedshiftDataClient";
82
- const commandName = "ExecuteStatementCommand";
83
- const handlerExecutionContext: HandlerExecutionContext = {
84
- logger,
85
- clientName,
86
- commandName,
87
- inputFilterSensitiveLog: ExecuteStatementInput.filterSensitiveLog,
88
- outputFilterSensitiveLog: ExecuteStatementOutput.filterSensitiveLog,
89
- };
90
- const { requestHandler } = configuration;
91
- return stack.resolve(
92
- (request: FinalizeHandlerArguments<any>) =>
93
- requestHandler.handle(request.request as __HttpRequest, options || {}),
94
- handlerExecutionContext
95
- );
96
- }
97
-
98
- private serialize(input: ExecuteStatementCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
99
- return serializeAws_json1_1ExecuteStatementCommand(input, context);
100
- }
101
-
102
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ExecuteStatementCommandOutput> {
103
- return deserializeAws_json1_1ExecuteStatementCommand(output, context);
104
- }
105
-
106
- // Start section: command_body_extra
107
- // End section: command_body_extra
108
- }
@@ -1,95 +0,0 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1GetStatementResultCommand,
5
- serializeAws_json1_1GetStatementResultCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface GetStatementResultCommandInput extends GetStatementResultRequest {}
21
- export interface GetStatementResultCommandOutput extends GetStatementResultResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Fetches the temporarily cached result of an SQL statement.
25
- * A token is returned to page through the statement results. </p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { RedshiftDataClient, GetStatementResultCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
30
- * // const { RedshiftDataClient, GetStatementResultCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
31
- * const client = new RedshiftDataClient(config);
32
- * const command = new GetStatementResultCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link GetStatementResultCommandInput} for command's `input` shape.
37
- * @see {@link GetStatementResultCommandOutput} for command's `response` shape.
38
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export class GetStatementResultCommand extends $Command<
42
- GetStatementResultCommandInput,
43
- GetStatementResultCommandOutput,
44
- RedshiftDataClientResolvedConfig
45
- > {
46
- // Start section: command_properties
47
- // End section: command_properties
48
-
49
- constructor(readonly input: GetStatementResultCommandInput) {
50
- // Start section: command_constructor
51
- super();
52
- // End section: command_constructor
53
- }
54
-
55
- /**
56
- * @internal
57
- */
58
- resolveMiddleware(
59
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
60
- configuration: RedshiftDataClientResolvedConfig,
61
- options?: __HttpHandlerOptions
62
- ): Handler<GetStatementResultCommandInput, GetStatementResultCommandOutput> {
63
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
64
-
65
- const stack = clientStack.concat(this.middlewareStack);
66
-
67
- const { logger } = configuration;
68
- const clientName = "RedshiftDataClient";
69
- const commandName = "GetStatementResultCommand";
70
- const handlerExecutionContext: HandlerExecutionContext = {
71
- logger,
72
- clientName,
73
- commandName,
74
- inputFilterSensitiveLog: GetStatementResultRequest.filterSensitiveLog,
75
- outputFilterSensitiveLog: GetStatementResultResponse.filterSensitiveLog,
76
- };
77
- const { requestHandler } = configuration;
78
- return stack.resolve(
79
- (request: FinalizeHandlerArguments<any>) =>
80
- requestHandler.handle(request.request as __HttpRequest, options || {}),
81
- handlerExecutionContext
82
- );
83
- }
84
-
85
- private serialize(input: GetStatementResultCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
86
- return serializeAws_json1_1GetStatementResultCommand(input, context);
87
- }
88
-
89
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetStatementResultCommandOutput> {
90
- return deserializeAws_json1_1GetStatementResultCommand(output, context);
91
- }
92
-
93
- // Start section: command_body_extra
94
- // End section: command_body_extra
95
- }
@@ -1,108 +0,0 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1ListDatabasesCommand,
5
- serializeAws_json1_1ListDatabasesCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListDatabasesCommandInput extends ListDatabasesRequest {}
21
- export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>List the databases in a cluster.
25
- * A token is returned to page through the database list.
26
- * Depending on the authorization method, use one of the
27
- * following combinations of request parameters: </p>
28
- * <ul>
29
- * <li>
30
- * <p>Secrets Manager - specify the Amazon Resource Name (ARN) of the secret, the database name, and the
31
- * cluster identifier that matches the cluster in the secret. </p>
32
- * </li>
33
- * <li>
34
- * <p>Temporary credentials - specify the cluster identifier, the database name, and the
35
- * database user name. Permission to call the <code>redshift:GetClusterCredentials</code>
36
- * operation is required to use this method. </p>
37
- * </li>
38
- * </ul>
39
- * @example
40
- * Use a bare-bones client and the command you need to make an API call.
41
- * ```javascript
42
- * import { RedshiftDataClient, ListDatabasesCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
43
- * // const { RedshiftDataClient, ListDatabasesCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
44
- * const client = new RedshiftDataClient(config);
45
- * const command = new ListDatabasesCommand(input);
46
- * const response = await client.send(command);
47
- * ```
48
- *
49
- * @see {@link ListDatabasesCommandInput} for command's `input` shape.
50
- * @see {@link ListDatabasesCommandOutput} for command's `response` shape.
51
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
52
- *
53
- */
54
- export class ListDatabasesCommand extends $Command<
55
- ListDatabasesCommandInput,
56
- ListDatabasesCommandOutput,
57
- RedshiftDataClientResolvedConfig
58
- > {
59
- // Start section: command_properties
60
- // End section: command_properties
61
-
62
- constructor(readonly input: ListDatabasesCommandInput) {
63
- // Start section: command_constructor
64
- super();
65
- // End section: command_constructor
66
- }
67
-
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(
72
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
73
- configuration: RedshiftDataClientResolvedConfig,
74
- options?: __HttpHandlerOptions
75
- ): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput> {
76
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
77
-
78
- const stack = clientStack.concat(this.middlewareStack);
79
-
80
- const { logger } = configuration;
81
- const clientName = "RedshiftDataClient";
82
- const commandName = "ListDatabasesCommand";
83
- const handlerExecutionContext: HandlerExecutionContext = {
84
- logger,
85
- clientName,
86
- commandName,
87
- inputFilterSensitiveLog: ListDatabasesRequest.filterSensitiveLog,
88
- outputFilterSensitiveLog: ListDatabasesResponse.filterSensitiveLog,
89
- };
90
- const { requestHandler } = configuration;
91
- return stack.resolve(
92
- (request: FinalizeHandlerArguments<any>) =>
93
- requestHandler.handle(request.request as __HttpRequest, options || {}),
94
- handlerExecutionContext
95
- );
96
- }
97
-
98
- private serialize(input: ListDatabasesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
99
- return serializeAws_json1_1ListDatabasesCommand(input, context);
100
- }
101
-
102
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListDatabasesCommandOutput> {
103
- return deserializeAws_json1_1ListDatabasesCommand(output, context);
104
- }
105
-
106
- // Start section: command_body_extra
107
- // End section: command_body_extra
108
- }
@@ -1,108 +0,0 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1ListSchemasCommand,
5
- serializeAws_json1_1ListSchemasCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListSchemasCommandInput extends ListSchemasRequest {}
21
- export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Lists the schemas in a database.
25
- * A token is returned to page through the schema list.
26
- * Depending on the authorization method, use one of the
27
- * following combinations of request parameters: </p>
28
- * <ul>
29
- * <li>
30
- * <p>Secrets Manager - specify the Amazon Resource Name (ARN) of the secret, the database name, and the
31
- * cluster identifier that matches the cluster in the secret. </p>
32
- * </li>
33
- * <li>
34
- * <p>Temporary credentials - specify the cluster identifier, the database name, and the
35
- * database user name. Permission to call the <code>redshift:GetClusterCredentials</code>
36
- * operation is required to use this method. </p>
37
- * </li>
38
- * </ul>
39
- * @example
40
- * Use a bare-bones client and the command you need to make an API call.
41
- * ```javascript
42
- * import { RedshiftDataClient, ListSchemasCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
43
- * // const { RedshiftDataClient, ListSchemasCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
44
- * const client = new RedshiftDataClient(config);
45
- * const command = new ListSchemasCommand(input);
46
- * const response = await client.send(command);
47
- * ```
48
- *
49
- * @see {@link ListSchemasCommandInput} for command's `input` shape.
50
- * @see {@link ListSchemasCommandOutput} for command's `response` shape.
51
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
52
- *
53
- */
54
- export class ListSchemasCommand extends $Command<
55
- ListSchemasCommandInput,
56
- ListSchemasCommandOutput,
57
- RedshiftDataClientResolvedConfig
58
- > {
59
- // Start section: command_properties
60
- // End section: command_properties
61
-
62
- constructor(readonly input: ListSchemasCommandInput) {
63
- // Start section: command_constructor
64
- super();
65
- // End section: command_constructor
66
- }
67
-
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(
72
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
73
- configuration: RedshiftDataClientResolvedConfig,
74
- options?: __HttpHandlerOptions
75
- ): Handler<ListSchemasCommandInput, ListSchemasCommandOutput> {
76
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
77
-
78
- const stack = clientStack.concat(this.middlewareStack);
79
-
80
- const { logger } = configuration;
81
- const clientName = "RedshiftDataClient";
82
- const commandName = "ListSchemasCommand";
83
- const handlerExecutionContext: HandlerExecutionContext = {
84
- logger,
85
- clientName,
86
- commandName,
87
- inputFilterSensitiveLog: ListSchemasRequest.filterSensitiveLog,
88
- outputFilterSensitiveLog: ListSchemasResponse.filterSensitiveLog,
89
- };
90
- const { requestHandler } = configuration;
91
- return stack.resolve(
92
- (request: FinalizeHandlerArguments<any>) =>
93
- requestHandler.handle(request.request as __HttpRequest, options || {}),
94
- handlerExecutionContext
95
- );
96
- }
97
-
98
- private serialize(input: ListSchemasCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
99
- return serializeAws_json1_1ListSchemasCommand(input, context);
100
- }
101
-
102
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListSchemasCommandOutput> {
103
- return deserializeAws_json1_1ListSchemasCommand(output, context);
104
- }
105
-
106
- // Start section: command_body_extra
107
- // End section: command_body_extra
108
- }
@@ -1,95 +0,0 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1ListStatementsCommand,
5
- serializeAws_json1_1ListStatementsCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListStatementsCommandInput extends ListStatementsRequest {}
21
- export interface ListStatementsCommandOutput extends ListStatementsResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>List of SQL statements. By default, only finished statements are shown.
25
- * A token is returned to page through the statement list. </p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { RedshiftDataClient, ListStatementsCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
30
- * // const { RedshiftDataClient, ListStatementsCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
31
- * const client = new RedshiftDataClient(config);
32
- * const command = new ListStatementsCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link ListStatementsCommandInput} for command's `input` shape.
37
- * @see {@link ListStatementsCommandOutput} for command's `response` shape.
38
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export class ListStatementsCommand extends $Command<
42
- ListStatementsCommandInput,
43
- ListStatementsCommandOutput,
44
- RedshiftDataClientResolvedConfig
45
- > {
46
- // Start section: command_properties
47
- // End section: command_properties
48
-
49
- constructor(readonly input: ListStatementsCommandInput) {
50
- // Start section: command_constructor
51
- super();
52
- // End section: command_constructor
53
- }
54
-
55
- /**
56
- * @internal
57
- */
58
- resolveMiddleware(
59
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
60
- configuration: RedshiftDataClientResolvedConfig,
61
- options?: __HttpHandlerOptions
62
- ): Handler<ListStatementsCommandInput, ListStatementsCommandOutput> {
63
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
64
-
65
- const stack = clientStack.concat(this.middlewareStack);
66
-
67
- const { logger } = configuration;
68
- const clientName = "RedshiftDataClient";
69
- const commandName = "ListStatementsCommand";
70
- const handlerExecutionContext: HandlerExecutionContext = {
71
- logger,
72
- clientName,
73
- commandName,
74
- inputFilterSensitiveLog: ListStatementsRequest.filterSensitiveLog,
75
- outputFilterSensitiveLog: ListStatementsResponse.filterSensitiveLog,
76
- };
77
- const { requestHandler } = configuration;
78
- return stack.resolve(
79
- (request: FinalizeHandlerArguments<any>) =>
80
- requestHandler.handle(request.request as __HttpRequest, options || {}),
81
- handlerExecutionContext
82
- );
83
- }
84
-
85
- private serialize(input: ListStatementsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
86
- return serializeAws_json1_1ListStatementsCommand(input, context);
87
- }
88
-
89
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListStatementsCommandOutput> {
90
- return deserializeAws_json1_1ListStatementsCommand(output, context);
91
- }
92
-
93
- // Start section: command_body_extra
94
- // End section: command_body_extra
95
- }
@@ -1,109 +0,0 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1ListTablesCommand,
5
- serializeAws_json1_1ListTablesCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListTablesCommandInput extends ListTablesRequest {}
21
- export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>List the tables in a database. If neither <code>SchemaPattern</code> nor <code>TablePattern</code> are specified, then
25
- * all tables in the database are returned.
26
- * A token is returned to page through the table list.
27
- * Depending on the authorization method, use one of the
28
- * following combinations of request parameters: </p>
29
- * <ul>
30
- * <li>
31
- * <p>Secrets Manager - specify the Amazon Resource Name (ARN) of the secret, the database name, and the
32
- * cluster identifier that matches the cluster in the secret. </p>
33
- * </li>
34
- * <li>
35
- * <p>Temporary credentials - specify the cluster identifier, the database name, and the
36
- * database user name. Permission to call the <code>redshift:GetClusterCredentials</code>
37
- * operation is required to use this method. </p>
38
- * </li>
39
- * </ul>
40
- * @example
41
- * Use a bare-bones client and the command you need to make an API call.
42
- * ```javascript
43
- * import { RedshiftDataClient, ListTablesCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
44
- * // const { RedshiftDataClient, ListTablesCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
45
- * const client = new RedshiftDataClient(config);
46
- * const command = new ListTablesCommand(input);
47
- * const response = await client.send(command);
48
- * ```
49
- *
50
- * @see {@link ListTablesCommandInput} for command's `input` shape.
51
- * @see {@link ListTablesCommandOutput} for command's `response` shape.
52
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
53
- *
54
- */
55
- export class ListTablesCommand extends $Command<
56
- ListTablesCommandInput,
57
- ListTablesCommandOutput,
58
- RedshiftDataClientResolvedConfig
59
- > {
60
- // Start section: command_properties
61
- // End section: command_properties
62
-
63
- constructor(readonly input: ListTablesCommandInput) {
64
- // Start section: command_constructor
65
- super();
66
- // End section: command_constructor
67
- }
68
-
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(
73
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
74
- configuration: RedshiftDataClientResolvedConfig,
75
- options?: __HttpHandlerOptions
76
- ): Handler<ListTablesCommandInput, ListTablesCommandOutput> {
77
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
78
-
79
- const stack = clientStack.concat(this.middlewareStack);
80
-
81
- const { logger } = configuration;
82
- const clientName = "RedshiftDataClient";
83
- const commandName = "ListTablesCommand";
84
- const handlerExecutionContext: HandlerExecutionContext = {
85
- logger,
86
- clientName,
87
- commandName,
88
- inputFilterSensitiveLog: ListTablesRequest.filterSensitiveLog,
89
- outputFilterSensitiveLog: ListTablesResponse.filterSensitiveLog,
90
- };
91
- const { requestHandler } = configuration;
92
- return stack.resolve(
93
- (request: FinalizeHandlerArguments<any>) =>
94
- requestHandler.handle(request.request as __HttpRequest, options || {}),
95
- handlerExecutionContext
96
- );
97
- }
98
-
99
- private serialize(input: ListTablesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
100
- return serializeAws_json1_1ListTablesCommand(input, context);
101
- }
102
-
103
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListTablesCommandOutput> {
104
- return deserializeAws_json1_1ListTablesCommand(output, context);
105
- }
106
-
107
- // Start section: command_body_extra
108
- // End section: command_body_extra
109
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"RedshiftData.js","sourceRoot":"","sources":["../../RedshiftData.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RedshiftDataClient.js","sourceRoot":"","sources":["../../RedshiftDataClient.ts"],"names":[],"mappings":";;;AAaA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,oEAKqC;AACrC,0EAKwC;AAExC,0DAIgC;AAmLhC;;;;;;GAMG;AACH,MAAa,kBAAmB,SAAQ,sBAKvC;IAMC,YAAY,aAAuC;QACjD,IAAI,SAAS,GAAG,gCAAkB,CAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAmB,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,wCAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAkB,CAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,gDAAuB,CAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,yCAAoB,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,8CAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kDAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,4CAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,qCAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,0CAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AArCD,gDAqCC"}