@aws-sdk/client-redshift-data 3.32.0 → 3.36.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 (210) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/RedshiftData.js +1 -2
  3. package/{dist/cjs → dist-cjs}/RedshiftDataClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/BatchExecuteStatementCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CancelStatementCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/DescribeStatementCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DescribeTableCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/ExecuteStatementCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/GetStatementResultCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/ListDatabasesCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/ListStatementsCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/ListTablesCommand.js +2 -3
  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 -1
  18. package/{dist/cjs → dist-cjs}/pagination/DescribeTablePaginator.js +1 -2
  19. package/{dist/cjs → dist-cjs}/pagination/GetStatementResultPaginator.js +1 -2
  20. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  21. package/{dist/cjs → dist-cjs}/pagination/ListDatabasesPaginator.js +1 -2
  22. package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -2
  23. package/{dist/cjs → dist-cjs}/pagination/ListStatementsPaginator.js +1 -2
  24. package/{dist/cjs → dist-cjs}/pagination/ListTablesPaginator.js +1 -2
  25. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  29. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  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 +1 -0
  83. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  84. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  85. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  86. package/{dist/types → dist-types}/ts3.4/RedshiftData.d.ts +2 -2
  87. package/{dist/types → dist-types}/ts3.4/RedshiftDataClient.d.ts +8 -8
  88. package/{dist/types → dist-types}/ts3.4/commands/BatchExecuteStatementCommand.d.ts +3 -3
  89. package/{dist/types → dist-types}/ts3.4/commands/CancelStatementCommand.d.ts +3 -3
  90. package/{dist/types → dist-types}/ts3.4/commands/DescribeStatementCommand.d.ts +3 -3
  91. package/{dist/types → dist-types}/ts3.4/commands/DescribeTableCommand.d.ts +3 -3
  92. package/{dist/types → dist-types}/ts3.4/commands/ExecuteStatementCommand.d.ts +3 -3
  93. package/{dist/types → dist-types}/ts3.4/commands/GetStatementResultCommand.d.ts +3 -3
  94. package/{dist/types → dist-types}/ts3.4/commands/ListDatabasesCommand.d.ts +3 -3
  95. package/{dist/types → dist-types}/ts3.4/commands/ListSchemasCommand.d.ts +3 -3
  96. package/{dist/types → dist-types}/ts3.4/commands/ListStatementsCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/ts3.4/commands/ListTablesCommand.d.ts +3 -3
  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 → dist-types}/ts3.4/models/models_0.d.ts +0 -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 -0
  111. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  112. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  113. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  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.map +0 -1
  130. package/dist/cjs/commands/CancelStatementCommand.js.map +0 -1
  131. package/dist/cjs/commands/DescribeStatementCommand.js.map +0 -1
  132. package/dist/cjs/commands/DescribeTableCommand.js.map +0 -1
  133. package/dist/cjs/commands/ExecuteStatementCommand.js.map +0 -1
  134. package/dist/cjs/commands/GetStatementResultCommand.js.map +0 -1
  135. package/dist/cjs/commands/ListDatabasesCommand.js.map +0 -1
  136. package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
  137. package/dist/cjs/commands/ListStatementsCommand.js.map +0 -1
  138. package/dist/cjs/commands/ListTablesCommand.js.map +0 -1
  139. package/dist/cjs/endpoints.js.map +0 -1
  140. package/dist/cjs/index.js.map +0 -1
  141. package/dist/cjs/models/index.js.map +0 -1
  142. package/dist/cjs/models/models_0.js.map +0 -1
  143. package/dist/cjs/package.json +0 -91
  144. package/dist/cjs/pagination/DescribeTablePaginator.js.map +0 -1
  145. package/dist/cjs/pagination/GetStatementResultPaginator.js.map +0 -1
  146. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  147. package/dist/cjs/pagination/ListDatabasesPaginator.js.map +0 -1
  148. package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
  149. package/dist/cjs/pagination/ListStatementsPaginator.js.map +0 -1
  150. package/dist/cjs/pagination/ListTablesPaginator.js.map +0 -1
  151. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  152. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  153. package/dist/cjs/runtimeConfig.js.map +0 -1
  154. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  155. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  156. package/dist/es/RedshiftData.js.map +0 -1
  157. package/dist/es/RedshiftDataClient.js.map +0 -1
  158. package/dist/es/commands/BatchExecuteStatementCommand.js +0 -79
  159. package/dist/es/commands/BatchExecuteStatementCommand.js.map +0 -1
  160. package/dist/es/commands/CancelStatementCommand.js.map +0 -1
  161. package/dist/es/commands/DescribeStatementCommand.js.map +0 -1
  162. package/dist/es/commands/DescribeTableCommand.js +0 -80
  163. package/dist/es/commands/DescribeTableCommand.js.map +0 -1
  164. package/dist/es/commands/ExecuteStatementCommand.js +0 -79
  165. package/dist/es/commands/ExecuteStatementCommand.js.map +0 -1
  166. package/dist/es/commands/GetStatementResultCommand.js.map +0 -1
  167. package/dist/es/commands/ListDatabasesCommand.js +0 -79
  168. package/dist/es/commands/ListDatabasesCommand.js.map +0 -1
  169. package/dist/es/commands/ListSchemasCommand.js +0 -79
  170. package/dist/es/commands/ListSchemasCommand.js.map +0 -1
  171. package/dist/es/commands/ListStatementsCommand.js.map +0 -1
  172. package/dist/es/commands/ListTablesCommand.js +0 -80
  173. package/dist/es/commands/ListTablesCommand.js.map +0 -1
  174. package/dist/es/endpoints.js.map +0 -1
  175. package/dist/es/index.js +0 -21
  176. package/dist/es/index.js.map +0 -1
  177. package/dist/es/models/index.js +0 -2
  178. package/dist/es/models/index.js.map +0 -1
  179. package/dist/es/models/models_0.js.map +0 -1
  180. package/dist/es/package.json +0 -91
  181. package/dist/es/pagination/DescribeTablePaginator.js.map +0 -1
  182. package/dist/es/pagination/GetStatementResultPaginator.js.map +0 -1
  183. package/dist/es/pagination/Interfaces.js +0 -2
  184. package/dist/es/pagination/Interfaces.js.map +0 -1
  185. package/dist/es/pagination/ListDatabasesPaginator.js.map +0 -1
  186. package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
  187. package/dist/es/pagination/ListStatementsPaginator.js.map +0 -1
  188. package/dist/es/pagination/ListTablesPaginator.js.map +0 -1
  189. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  190. package/dist/es/runtimeConfig.browser.js.map +0 -1
  191. package/dist/es/runtimeConfig.js.map +0 -1
  192. package/dist/es/runtimeConfig.native.js.map +0 -1
  193. package/dist/es/runtimeConfig.shared.js.map +0 -1
  194. package/endpoints.ts +0 -57
  195. package/jest.config.js +0 -4
  196. package/models/models_0.ts +0 -1379
  197. package/pagination/DescribeTablePaginator.ts +0 -58
  198. package/pagination/GetStatementResultPaginator.ts +0 -57
  199. package/pagination/Interfaces.ts +0 -7
  200. package/pagination/ListDatabasesPaginator.ts +0 -58
  201. package/pagination/ListSchemasPaginator.ts +0 -54
  202. package/pagination/ListStatementsPaginator.ts +0 -58
  203. package/pagination/ListTablesPaginator.ts +0 -54
  204. package/protocols/Aws_json1_1.ts +0 -1614
  205. package/runtimeConfig.browser.ts +0 -40
  206. package/runtimeConfig.native.ts +0 -16
  207. package/runtimeConfig.shared.ts +0 -16
  208. package/runtimeConfig.ts +0 -45
  209. package/tsconfig.es.json +0 -12
  210. package/tsconfig.json +0 -32
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1CancelStatementCommand, serializeAws_json1_1CancelStatementCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Cancels a running query. To be canceled, a query must be running. </p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RedshiftDataClient, CancelStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
12
- * // const { RedshiftDataClient, CancelStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
13
- * const client = new RedshiftDataClient(config);
14
- * const command = new CancelStatementCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link CancelStatementCommandInput} for command's `input` shape.
19
- * @see {@link CancelStatementCommandOutput} for command's `response` shape.
20
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var CancelStatementCommand = /** @class */ (function (_super) {
4
+ import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CancelStatementCommand, serializeAws_json1_1CancelStatementCommand, } from "../protocols/Aws_json1_1";
6
+ var CancelStatementCommand = (function (_super) {
24
7
  __extends(CancelStatementCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function CancelStatementCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  CancelStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var CancelStatementCommand = /** @class */ (function (_super) {
62
37
  return CancelStatementCommand;
63
38
  }($Command));
64
39
  export { CancelStatementCommand };
65
- //# sourceMappingURL=CancelStatementCommand.js.map
@@ -1,42 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeStatementRequest, DescribeStatementResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeStatementCommand, serializeAws_json1_1DescribeStatementCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information
8
- * includes when the query started, when it finished, the query status, the number of rows returned, and the SQL
9
- * statement. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { RedshiftDataClient, DescribeStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
14
- * // const { RedshiftDataClient, DescribeStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
15
- * const client = new RedshiftDataClient(config);
16
- * const command = new DescribeStatementCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeStatementCommandInput} for command's `input` shape.
21
- * @see {@link DescribeStatementCommandOutput} for command's `response` shape.
22
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
- var DescribeStatementCommand = /** @class */ (function (_super) {
4
+ import { DescribeStatementRequest, DescribeStatementResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeStatementCommand, serializeAws_json1_1DescribeStatementCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeStatementCommand = (function (_super) {
26
7
  __extends(DescribeStatementCommand, _super);
27
- // Start section: command_properties
28
- // End section: command_properties
29
8
  function DescribeStatementCommand(input) {
30
- var _this =
31
- // Start section: command_constructor
32
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
33
10
  _this.input = input;
34
11
  return _this;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  DescribeStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
41
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +37,3 @@ var DescribeStatementCommand = /** @class */ (function (_super) {
64
37
  return DescribeStatementCommand;
65
38
  }($Command));
66
39
  export { DescribeStatementCommand };
67
- //# sourceMappingURL=DescribeStatementCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeTableCommand, serializeAws_json1_1DescribeTableCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeTableCommand = (function (_super) {
7
+ __extends(DescribeTableCommand, _super);
8
+ function DescribeTableCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeTableCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RedshiftDataClient";
18
+ var commandName = "DescribeTableCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeTableRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeTableResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeTableCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeTableCommand(input, context);
33
+ };
34
+ DescribeTableCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeTableCommand(output, context);
36
+ };
37
+ return DescribeTableCommand;
38
+ }($Command));
39
+ export { DescribeTableCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1ExecuteStatementCommand, serializeAws_json1_1ExecuteStatementCommand, } from "../protocols/Aws_json1_1";
6
+ var ExecuteStatementCommand = (function (_super) {
7
+ __extends(ExecuteStatementCommand, _super);
8
+ function ExecuteStatementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ExecuteStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RedshiftDataClient";
18
+ var commandName = "ExecuteStatementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ExecuteStatementInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ExecuteStatementOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ExecuteStatementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ExecuteStatementCommand(input, context);
33
+ };
34
+ ExecuteStatementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ExecuteStatementCommand(output, context);
36
+ };
37
+ return ExecuteStatementCommand;
38
+ }($Command));
39
+ export { ExecuteStatementCommand };
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1GetStatementResultCommand, serializeAws_json1_1GetStatementResultCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Fetches the temporarily cached result of an SQL statement.
8
- * A token is returned to page through the statement results. </p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { RedshiftDataClient, GetStatementResultCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
13
- * // const { RedshiftDataClient, GetStatementResultCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
14
- * const client = new RedshiftDataClient(config);
15
- * const command = new GetStatementResultCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link GetStatementResultCommandInput} for command's `input` shape.
20
- * @see {@link GetStatementResultCommandOutput} for command's `response` shape.
21
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var GetStatementResultCommand = /** @class */ (function (_super) {
4
+ import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetStatementResultCommand, serializeAws_json1_1GetStatementResultCommand, } from "../protocols/Aws_json1_1";
6
+ var GetStatementResultCommand = (function (_super) {
25
7
  __extends(GetStatementResultCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function GetStatementResultCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  GetStatementResultCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +37,3 @@ var GetStatementResultCommand = /** @class */ (function (_super) {
63
37
  return GetStatementResultCommand;
64
38
  }($Command));
65
39
  export { GetStatementResultCommand };
66
- //# sourceMappingURL=GetStatementResultCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListDatabasesCommand, serializeAws_json1_1ListDatabasesCommand, } from "../protocols/Aws_json1_1";
6
+ var ListDatabasesCommand = (function (_super) {
7
+ __extends(ListDatabasesCommand, _super);
8
+ function ListDatabasesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListDatabasesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RedshiftDataClient";
18
+ var commandName = "ListDatabasesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListDatabasesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDatabasesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListDatabasesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListDatabasesCommand(input, context);
33
+ };
34
+ ListDatabasesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListDatabasesCommand(output, context);
36
+ };
37
+ return ListDatabasesCommand;
38
+ }($Command));
39
+ export { ListDatabasesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListSchemasCommand, serializeAws_json1_1ListSchemasCommand, } from "../protocols/Aws_json1_1";
6
+ var ListSchemasCommand = (function (_super) {
7
+ __extends(ListSchemasCommand, _super);
8
+ function ListSchemasCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListSchemasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RedshiftDataClient";
18
+ var commandName = "ListSchemasCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListSchemasRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListSchemasResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListSchemasCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListSchemasCommand(input, context);
33
+ };
34
+ ListSchemasCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListSchemasCommand(output, context);
36
+ };
37
+ return ListSchemasCommand;
38
+ }($Command));
39
+ export { ListSchemasCommand };
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1ListStatementsCommand, serializeAws_json1_1ListStatementsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List of SQL statements. By default, only finished statements are shown.
8
- * A token is returned to page through the statement list. </p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { RedshiftDataClient, ListStatementsCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
13
- * // const { RedshiftDataClient, ListStatementsCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
14
- * const client = new RedshiftDataClient(config);
15
- * const command = new ListStatementsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListStatementsCommandInput} for command's `input` shape.
20
- * @see {@link ListStatementsCommandOutput} for command's `response` shape.
21
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListStatementsCommand = /** @class */ (function (_super) {
4
+ import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListStatementsCommand, serializeAws_json1_1ListStatementsCommand, } from "../protocols/Aws_json1_1";
6
+ var ListStatementsCommand = (function (_super) {
25
7
  __extends(ListStatementsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListStatementsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  ListStatementsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +37,3 @@ var ListStatementsCommand = /** @class */ (function (_super) {
63
37
  return ListStatementsCommand;
64
38
  }($Command));
65
39
  export { ListStatementsCommand };
66
- //# sourceMappingURL=ListStatementsCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListTablesCommand, serializeAws_json1_1ListTablesCommand, } from "../protocols/Aws_json1_1";
6
+ var ListTablesCommand = (function (_super) {
7
+ __extends(ListTablesCommand, _super);
8
+ function ListTablesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListTablesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "RedshiftDataClient";
18
+ var commandName = "ListTablesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListTablesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTablesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListTablesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListTablesCommand(input, context);
33
+ };
34
+ ListTablesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListTablesCommand(output, context);
36
+ };
37
+ return ListTablesCommand;
38
+ }($Command));
39
+ export { ListTablesCommand };
@@ -47,7 +47,6 @@ var partitionHash = {
47
47
  };
48
48
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
49
49
  return __generator(this, function (_a) {
50
- return [2 /*return*/, getRegionInfo(region, __assign(__assign({}, options), { signingService: "redshift-data", regionHash: regionHash, partitionHash: partitionHash }))];
50
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "redshift-data", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -1,86 +1,50 @@
1
1
  import { __assign } from "tslib";
2
2
  export var ActiveStatementsExceededException;
3
3
  (function (ActiveStatementsExceededException) {
4
- /**
5
- * @internal
6
- */
7
4
  ActiveStatementsExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(ActiveStatementsExceededException || (ActiveStatementsExceededException = {}));
9
6
  export var BatchExecuteStatementException;
10
7
  (function (BatchExecuteStatementException) {
11
- /**
12
- * @internal
13
- */
14
8
  BatchExecuteStatementException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
9
  })(BatchExecuteStatementException || (BatchExecuteStatementException = {}));
16
10
  export var BatchExecuteStatementInput;
17
11
  (function (BatchExecuteStatementInput) {
18
- /**
19
- * @internal
20
- */
21
12
  BatchExecuteStatementInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
13
  })(BatchExecuteStatementInput || (BatchExecuteStatementInput = {}));
23
14
  export var BatchExecuteStatementOutput;
24
15
  (function (BatchExecuteStatementOutput) {
25
- /**
26
- * @internal
27
- */
28
16
  BatchExecuteStatementOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
17
  })(BatchExecuteStatementOutput || (BatchExecuteStatementOutput = {}));
30
18
  export var ValidationException;
31
19
  (function (ValidationException) {
32
- /**
33
- * @internal
34
- */
35
20
  ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
21
  })(ValidationException || (ValidationException = {}));
37
22
  export var CancelStatementRequest;
38
23
  (function (CancelStatementRequest) {
39
- /**
40
- * @internal
41
- */
42
24
  CancelStatementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
25
  })(CancelStatementRequest || (CancelStatementRequest = {}));
44
26
  export var CancelStatementResponse;
45
27
  (function (CancelStatementResponse) {
46
- /**
47
- * @internal
48
- */
49
28
  CancelStatementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
29
  })(CancelStatementResponse || (CancelStatementResponse = {}));
51
30
  export var InternalServerException;
52
31
  (function (InternalServerException) {
53
- /**
54
- * @internal
55
- */
56
32
  InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
33
  })(InternalServerException || (InternalServerException = {}));
58
34
  export var ResourceNotFoundException;
59
35
  (function (ResourceNotFoundException) {
60
- /**
61
- * @internal
62
- */
63
36
  ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
37
  })(ResourceNotFoundException || (ResourceNotFoundException = {}));
65
38
  export var ColumnMetadata;
66
39
  (function (ColumnMetadata) {
67
- /**
68
- * @internal
69
- */
70
40
  ColumnMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
41
  })(ColumnMetadata || (ColumnMetadata = {}));
72
42
  export var DescribeStatementRequest;
73
43
  (function (DescribeStatementRequest) {
74
- /**
75
- * @internal
76
- */
77
44
  DescribeStatementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
45
  })(DescribeStatementRequest || (DescribeStatementRequest = {}));
79
46
  export var SqlParameter;
80
47
  (function (SqlParameter) {
81
- /**
82
- * @internal
83
- */
84
48
  SqlParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
49
  })(SqlParameter || (SqlParameter = {}));
86
50
  export var StatusString;
@@ -104,51 +68,30 @@ export var StatementStatusString;
104
68
  })(StatementStatusString || (StatementStatusString = {}));
105
69
  export var SubStatementData;
106
70
  (function (SubStatementData) {
107
- /**
108
- * @internal
109
- */
110
71
  SubStatementData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
111
72
  })(SubStatementData || (SubStatementData = {}));
112
73
  export var DescribeStatementResponse;
113
74
  (function (DescribeStatementResponse) {
114
- /**
115
- * @internal
116
- */
117
75
  DescribeStatementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
118
76
  })(DescribeStatementResponse || (DescribeStatementResponse = {}));
119
77
  export var DescribeTableRequest;
120
78
  (function (DescribeTableRequest) {
121
- /**
122
- * @internal
123
- */
124
79
  DescribeTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
125
80
  })(DescribeTableRequest || (DescribeTableRequest = {}));
126
81
  export var DescribeTableResponse;
127
82
  (function (DescribeTableResponse) {
128
- /**
129
- * @internal
130
- */
131
83
  DescribeTableResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
132
84
  })(DescribeTableResponse || (DescribeTableResponse = {}));
133
85
  export var ExecuteStatementException;
134
86
  (function (ExecuteStatementException) {
135
- /**
136
- * @internal
137
- */
138
87
  ExecuteStatementException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
139
88
  })(ExecuteStatementException || (ExecuteStatementException = {}));
140
89
  export var ExecuteStatementInput;
141
90
  (function (ExecuteStatementInput) {
142
- /**
143
- * @internal
144
- */
145
91
  ExecuteStatementInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
146
92
  })(ExecuteStatementInput || (ExecuteStatementInput = {}));
147
93
  export var ExecuteStatementOutput;
148
94
  (function (ExecuteStatementOutput) {
149
- /**
150
- * @internal
151
- */
152
95
  ExecuteStatementOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
153
96
  })(ExecuteStatementOutput || (ExecuteStatementOutput = {}));
154
97
  export var Field;
@@ -168,9 +111,6 @@ export var Field;
168
111
  return visitor.blobValue(value.blobValue);
169
112
  return visitor._(value.$unknown[0], value.$unknown[1]);
170
113
  };
171
- /**
172
- * @internal
173
- */
174
114
  Field.filterSensitiveLog = function (obj) {
175
115
  var _a;
176
116
  if (obj.isNull !== undefined)
@@ -191,86 +131,49 @@ export var Field;
191
131
  })(Field || (Field = {}));
192
132
  export var GetStatementResultRequest;
193
133
  (function (GetStatementResultRequest) {
194
- /**
195
- * @internal
196
- */
197
134
  GetStatementResultRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
135
  })(GetStatementResultRequest || (GetStatementResultRequest = {}));
199
136
  export var GetStatementResultResponse;
200
137
  (function (GetStatementResultResponse) {
201
- /**
202
- * @internal
203
- */
204
138
  GetStatementResultResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Records && { Records: obj.Records.map(function (item) { return item.map(function (item) { return Field.filterSensitiveLog(item); }); }) }))); };
205
139
  })(GetStatementResultResponse || (GetStatementResultResponse = {}));
206
140
  export var ListDatabasesRequest;
207
141
  (function (ListDatabasesRequest) {
208
- /**
209
- * @internal
210
- */
211
142
  ListDatabasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
212
143
  })(ListDatabasesRequest || (ListDatabasesRequest = {}));
213
144
  export var ListDatabasesResponse;
214
145
  (function (ListDatabasesResponse) {
215
- /**
216
- * @internal
217
- */
218
146
  ListDatabasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
147
  })(ListDatabasesResponse || (ListDatabasesResponse = {}));
220
148
  export var ListSchemasRequest;
221
149
  (function (ListSchemasRequest) {
222
- /**
223
- * @internal
224
- */
225
150
  ListSchemasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
151
  })(ListSchemasRequest || (ListSchemasRequest = {}));
227
152
  export var ListSchemasResponse;
228
153
  (function (ListSchemasResponse) {
229
- /**
230
- * @internal
231
- */
232
154
  ListSchemasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
155
  })(ListSchemasResponse || (ListSchemasResponse = {}));
234
156
  export var ListStatementsRequest;
235
157
  (function (ListStatementsRequest) {
236
- /**
237
- * @internal
238
- */
239
158
  ListStatementsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
240
159
  })(ListStatementsRequest || (ListStatementsRequest = {}));
241
160
  export var StatementData;
242
161
  (function (StatementData) {
243
- /**
244
- * @internal
245
- */
246
162
  StatementData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
247
163
  })(StatementData || (StatementData = {}));
248
164
  export var ListStatementsResponse;
249
165
  (function (ListStatementsResponse) {
250
- /**
251
- * @internal
252
- */
253
166
  ListStatementsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
167
  })(ListStatementsResponse || (ListStatementsResponse = {}));
255
168
  export var ListTablesRequest;
256
169
  (function (ListTablesRequest) {
257
- /**
258
- * @internal
259
- */
260
170
  ListTablesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
261
171
  })(ListTablesRequest || (ListTablesRequest = {}));
262
172
  export var TableMember;
263
173
  (function (TableMember) {
264
- /**
265
- * @internal
266
- */
267
174
  TableMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
268
175
  })(TableMember || (TableMember = {}));
269
176
  export var ListTablesResponse;
270
177
  (function (ListTablesResponse) {
271
- /**
272
- * @internal
273
- */
274
178
  ListTablesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
275
179
  })(ListTablesResponse || (ListTablesResponse = {}));
276
- //# sourceMappingURL=models_0.js.map