@aws-sdk/client-redshift-data 3.131.0 → 3.142.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchExecuteStatementCommand.js +2 -2
- package/dist-cjs/commands/CancelStatementCommand.js +2 -2
- package/dist-cjs/commands/DescribeStatementCommand.js +2 -2
- package/dist-cjs/commands/DescribeTableCommand.js +2 -2
- package/dist-cjs/commands/ExecuteStatementCommand.js +2 -2
- package/dist-cjs/commands/GetStatementResultCommand.js +2 -2
- package/dist-cjs/commands/ListDatabasesCommand.js +2 -2
- package/dist-cjs/commands/ListSchemasCommand.js +2 -2
- package/dist-cjs/commands/ListStatementsCommand.js +2 -2
- package/dist-cjs/commands/ListTablesCommand.js +2 -2
- package/dist-cjs/models/models_0.js +119 -168
- package/dist-cjs/protocols/Aws_json1_1.js +51 -87
- package/dist-es/commands/BatchExecuteStatementCommand.js +3 -3
- package/dist-es/commands/CancelStatementCommand.js +3 -3
- package/dist-es/commands/DescribeStatementCommand.js +3 -3
- package/dist-es/commands/DescribeTableCommand.js +3 -3
- package/dist-es/commands/ExecuteStatementCommand.js +3 -3
- package/dist-es/commands/GetStatementResultCommand.js +3 -3
- package/dist-es/commands/ListDatabasesCommand.js +3 -3
- package/dist-es/commands/ListSchemasCommand.js +3 -3
- package/dist-es/commands/ListStatementsCommand.js +3 -3
- package/dist-es/commands/ListTablesCommand.js +3 -3
- package/dist-es/models/models_0.js +42 -117
- package/dist-es/protocols/Aws_json1_1.js +82 -88
- package/dist-types/models/models_0.d.ts +104 -154
- package/dist-types/ts3.4/models/models_0.d.ts +52 -102
- package/package.json +6 -6
|
@@ -124,7 +124,6 @@ const deserializeAws_json1_1BatchExecuteStatementCommandError = async (output, c
|
|
|
124
124
|
...output,
|
|
125
125
|
body: await parseBody(output.body, context),
|
|
126
126
|
};
|
|
127
|
-
let response;
|
|
128
127
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
129
128
|
switch (errorCode) {
|
|
130
129
|
case "ActiveStatementsExceededException":
|
|
@@ -138,14 +137,12 @@ const deserializeAws_json1_1BatchExecuteStatementCommandError = async (output, c
|
|
|
138
137
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
139
138
|
default:
|
|
140
139
|
const parsedBody = parsedOutput.body;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
$metadata,
|
|
140
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
141
|
+
output,
|
|
142
|
+
parsedBody,
|
|
143
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
144
|
+
errorCode,
|
|
147
145
|
});
|
|
148
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
149
146
|
}
|
|
150
147
|
};
|
|
151
148
|
const deserializeAws_json1_1CancelStatementCommand = async (output, context) => {
|
|
@@ -167,7 +164,6 @@ const deserializeAws_json1_1CancelStatementCommandError = async (output, context
|
|
|
167
164
|
...output,
|
|
168
165
|
body: await parseBody(output.body, context),
|
|
169
166
|
};
|
|
170
|
-
let response;
|
|
171
167
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
172
168
|
switch (errorCode) {
|
|
173
169
|
case "DatabaseConnectionException":
|
|
@@ -184,14 +180,12 @@ const deserializeAws_json1_1CancelStatementCommandError = async (output, context
|
|
|
184
180
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
185
181
|
default:
|
|
186
182
|
const parsedBody = parsedOutput.body;
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
$metadata,
|
|
183
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
184
|
+
output,
|
|
185
|
+
parsedBody,
|
|
186
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
187
|
+
errorCode,
|
|
193
188
|
});
|
|
194
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
195
189
|
}
|
|
196
190
|
};
|
|
197
191
|
const deserializeAws_json1_1DescribeStatementCommand = async (output, context) => {
|
|
@@ -213,7 +207,6 @@ const deserializeAws_json1_1DescribeStatementCommandError = async (output, conte
|
|
|
213
207
|
...output,
|
|
214
208
|
body: await parseBody(output.body, context),
|
|
215
209
|
};
|
|
216
|
-
let response;
|
|
217
210
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
218
211
|
switch (errorCode) {
|
|
219
212
|
case "InternalServerException":
|
|
@@ -227,14 +220,12 @@ const deserializeAws_json1_1DescribeStatementCommandError = async (output, conte
|
|
|
227
220
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
228
221
|
default:
|
|
229
222
|
const parsedBody = parsedOutput.body;
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
$metadata,
|
|
223
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
224
|
+
output,
|
|
225
|
+
parsedBody,
|
|
226
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
227
|
+
errorCode,
|
|
236
228
|
});
|
|
237
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
238
229
|
}
|
|
239
230
|
};
|
|
240
231
|
const deserializeAws_json1_1DescribeTableCommand = async (output, context) => {
|
|
@@ -256,7 +247,6 @@ const deserializeAws_json1_1DescribeTableCommandError = async (output, context)
|
|
|
256
247
|
...output,
|
|
257
248
|
body: await parseBody(output.body, context),
|
|
258
249
|
};
|
|
259
|
-
let response;
|
|
260
250
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
261
251
|
switch (errorCode) {
|
|
262
252
|
case "DatabaseConnectionException":
|
|
@@ -270,14 +260,12 @@ const deserializeAws_json1_1DescribeTableCommandError = async (output, context)
|
|
|
270
260
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
271
261
|
default:
|
|
272
262
|
const parsedBody = parsedOutput.body;
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
$metadata,
|
|
263
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
264
|
+
output,
|
|
265
|
+
parsedBody,
|
|
266
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
267
|
+
errorCode,
|
|
279
268
|
});
|
|
280
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
281
269
|
}
|
|
282
270
|
};
|
|
283
271
|
const deserializeAws_json1_1ExecuteStatementCommand = async (output, context) => {
|
|
@@ -299,7 +287,6 @@ const deserializeAws_json1_1ExecuteStatementCommandError = async (output, contex
|
|
|
299
287
|
...output,
|
|
300
288
|
body: await parseBody(output.body, context),
|
|
301
289
|
};
|
|
302
|
-
let response;
|
|
303
290
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
304
291
|
switch (errorCode) {
|
|
305
292
|
case "ActiveStatementsExceededException":
|
|
@@ -313,14 +300,12 @@ const deserializeAws_json1_1ExecuteStatementCommandError = async (output, contex
|
|
|
313
300
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
314
301
|
default:
|
|
315
302
|
const parsedBody = parsedOutput.body;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
$metadata,
|
|
303
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
304
|
+
output,
|
|
305
|
+
parsedBody,
|
|
306
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
307
|
+
errorCode,
|
|
322
308
|
});
|
|
323
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
324
309
|
}
|
|
325
310
|
};
|
|
326
311
|
const deserializeAws_json1_1GetStatementResultCommand = async (output, context) => {
|
|
@@ -342,7 +327,6 @@ const deserializeAws_json1_1GetStatementResultCommandError = async (output, cont
|
|
|
342
327
|
...output,
|
|
343
328
|
body: await parseBody(output.body, context),
|
|
344
329
|
};
|
|
345
|
-
let response;
|
|
346
330
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
347
331
|
switch (errorCode) {
|
|
348
332
|
case "InternalServerException":
|
|
@@ -356,14 +340,12 @@ const deserializeAws_json1_1GetStatementResultCommandError = async (output, cont
|
|
|
356
340
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
357
341
|
default:
|
|
358
342
|
const parsedBody = parsedOutput.body;
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
$metadata,
|
|
343
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
344
|
+
output,
|
|
345
|
+
parsedBody,
|
|
346
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
347
|
+
errorCode,
|
|
365
348
|
});
|
|
366
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
367
349
|
}
|
|
368
350
|
};
|
|
369
351
|
const deserializeAws_json1_1ListDatabasesCommand = async (output, context) => {
|
|
@@ -385,7 +367,6 @@ const deserializeAws_json1_1ListDatabasesCommandError = async (output, context)
|
|
|
385
367
|
...output,
|
|
386
368
|
body: await parseBody(output.body, context),
|
|
387
369
|
};
|
|
388
|
-
let response;
|
|
389
370
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
390
371
|
switch (errorCode) {
|
|
391
372
|
case "DatabaseConnectionException":
|
|
@@ -399,14 +380,12 @@ const deserializeAws_json1_1ListDatabasesCommandError = async (output, context)
|
|
|
399
380
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
400
381
|
default:
|
|
401
382
|
const parsedBody = parsedOutput.body;
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
$metadata,
|
|
383
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
384
|
+
output,
|
|
385
|
+
parsedBody,
|
|
386
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
387
|
+
errorCode,
|
|
408
388
|
});
|
|
409
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
410
389
|
}
|
|
411
390
|
};
|
|
412
391
|
const deserializeAws_json1_1ListSchemasCommand = async (output, context) => {
|
|
@@ -428,7 +407,6 @@ const deserializeAws_json1_1ListSchemasCommandError = async (output, context) =>
|
|
|
428
407
|
...output,
|
|
429
408
|
body: await parseBody(output.body, context),
|
|
430
409
|
};
|
|
431
|
-
let response;
|
|
432
410
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
433
411
|
switch (errorCode) {
|
|
434
412
|
case "DatabaseConnectionException":
|
|
@@ -442,14 +420,12 @@ const deserializeAws_json1_1ListSchemasCommandError = async (output, context) =>
|
|
|
442
420
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
443
421
|
default:
|
|
444
422
|
const parsedBody = parsedOutput.body;
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
$metadata,
|
|
423
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
424
|
+
output,
|
|
425
|
+
parsedBody,
|
|
426
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
427
|
+
errorCode,
|
|
451
428
|
});
|
|
452
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
453
429
|
}
|
|
454
430
|
};
|
|
455
431
|
const deserializeAws_json1_1ListStatementsCommand = async (output, context) => {
|
|
@@ -471,7 +447,6 @@ const deserializeAws_json1_1ListStatementsCommandError = async (output, context)
|
|
|
471
447
|
...output,
|
|
472
448
|
body: await parseBody(output.body, context),
|
|
473
449
|
};
|
|
474
|
-
let response;
|
|
475
450
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
476
451
|
switch (errorCode) {
|
|
477
452
|
case "InternalServerException":
|
|
@@ -482,14 +457,12 @@ const deserializeAws_json1_1ListStatementsCommandError = async (output, context)
|
|
|
482
457
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
483
458
|
default:
|
|
484
459
|
const parsedBody = parsedOutput.body;
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
$metadata,
|
|
460
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
461
|
+
output,
|
|
462
|
+
parsedBody,
|
|
463
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
464
|
+
errorCode,
|
|
491
465
|
});
|
|
492
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
493
466
|
}
|
|
494
467
|
};
|
|
495
468
|
const deserializeAws_json1_1ListTablesCommand = async (output, context) => {
|
|
@@ -511,7 +484,6 @@ const deserializeAws_json1_1ListTablesCommandError = async (output, context) =>
|
|
|
511
484
|
...output,
|
|
512
485
|
body: await parseBody(output.body, context),
|
|
513
486
|
};
|
|
514
|
-
let response;
|
|
515
487
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
516
488
|
switch (errorCode) {
|
|
517
489
|
case "DatabaseConnectionException":
|
|
@@ -525,14 +497,12 @@ const deserializeAws_json1_1ListTablesCommandError = async (output, context) =>
|
|
|
525
497
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
526
498
|
default:
|
|
527
499
|
const parsedBody = parsedOutput.body;
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
$metadata,
|
|
500
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
501
|
+
output,
|
|
502
|
+
parsedBody,
|
|
503
|
+
exceptionCtor: RedshiftDataServiceException_1.RedshiftDataServiceException,
|
|
504
|
+
errorCode,
|
|
534
505
|
});
|
|
535
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
536
506
|
}
|
|
537
507
|
};
|
|
538
508
|
const deserializeAws_json1_1ActiveStatementsExceededExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -704,9 +674,6 @@ const serializeAws_json1_1SqlList = (input, context) => {
|
|
|
704
674
|
return input
|
|
705
675
|
.filter((e) => e != null)
|
|
706
676
|
.map((entry) => {
|
|
707
|
-
if (entry === null) {
|
|
708
|
-
return null;
|
|
709
|
-
}
|
|
710
677
|
return entry;
|
|
711
678
|
});
|
|
712
679
|
};
|
|
@@ -720,9 +687,6 @@ const serializeAws_json1_1SqlParametersList = (input, context) => {
|
|
|
720
687
|
return input
|
|
721
688
|
.filter((e) => e != null)
|
|
722
689
|
.map((entry) => {
|
|
723
|
-
if (entry === null) {
|
|
724
|
-
return null;
|
|
725
|
-
}
|
|
726
690
|
return serializeAws_json1_1SqlParameter(entry, context);
|
|
727
691
|
});
|
|
728
692
|
};
|
|
@@ -858,7 +822,7 @@ const deserializeAws_json1_1ExecuteStatementOutput = (output, context) => {
|
|
|
858
822
|
};
|
|
859
823
|
};
|
|
860
824
|
const deserializeAws_json1_1Field = (output, context) => {
|
|
861
|
-
if (output.blobValue
|
|
825
|
+
if (output.blobValue != null) {
|
|
862
826
|
return {
|
|
863
827
|
blobValue: context.base64Decoder(output.blobValue),
|
|
864
828
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchExecuteStatementInputFilterSensitiveLog, BatchExecuteStatementOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchExecuteStatementCommand, serializeAws_json1_1BatchExecuteStatementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchExecuteStatementCommand = (function (_super) {
|
|
7
7
|
__extends(BatchExecuteStatementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchExecuteStatementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchExecuteStatementInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchExecuteStatementOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CancelStatementRequestFilterSensitiveLog, CancelStatementResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CancelStatementCommand, serializeAws_json1_1CancelStatementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CancelStatementCommand = (function (_super) {
|
|
7
7
|
__extends(CancelStatementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CancelStatementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelStatementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CancelStatementResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeStatementRequestFilterSensitiveLog, DescribeStatementResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeStatementCommand, serializeAws_json1_1DescribeStatementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeStatementCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStatementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStatementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStatementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStatementResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeTableRequestFilterSensitiveLog, DescribeTableResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTableCommand, serializeAws_json1_1DescribeTableCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTableCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTableCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTableCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTableRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTableResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ExecuteStatementInputFilterSensitiveLog, ExecuteStatementOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ExecuteStatementCommand, serializeAws_json1_1ExecuteStatementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ExecuteStatementCommand = (function (_super) {
|
|
7
7
|
__extends(ExecuteStatementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ExecuteStatementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ExecuteStatementInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExecuteStatementOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetStatementResultRequestFilterSensitiveLog, GetStatementResultResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetStatementResultCommand, serializeAws_json1_1GetStatementResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetStatementResultCommand = (function (_super) {
|
|
7
7
|
__extends(GetStatementResultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetStatementResultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetStatementResultRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetStatementResultResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListDatabasesRequestFilterSensitiveLog, ListDatabasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListDatabasesCommand, serializeAws_json1_1ListDatabasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListDatabasesCommand = (function (_super) {
|
|
7
7
|
__extends(ListDatabasesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDatabasesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDatabasesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListDatabasesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSchemasRequestFilterSensitiveLog, ListSchemasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListSchemasCommand, serializeAws_json1_1ListSchemasCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListSchemasCommand = (function (_super) {
|
|
7
7
|
__extends(ListSchemasCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSchemasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSchemasRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSchemasResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListStatementsRequestFilterSensitiveLog, ListStatementsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListStatementsCommand, serializeAws_json1_1ListStatementsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListStatementsCommand = (function (_super) {
|
|
7
7
|
__extends(ListStatementsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListStatementsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListStatementsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListStatementsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTablesRequestFilterSensitiveLog, ListTablesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTablesCommand, serializeAws_json1_1ListTablesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTablesCommand = (function (_super) {
|
|
7
7
|
__extends(ListTablesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTablesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTablesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTablesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|