@aws-sdk/client-rds-data 3.297.0 → 3.298.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/dist-cjs/commands/BatchExecuteStatementCommand.js +2 -3
- package/dist-cjs/commands/BeginTransactionCommand.js +2 -3
- package/dist-cjs/commands/CommitTransactionCommand.js +2 -3
- package/dist-cjs/commands/ExecuteSqlCommand.js +2 -3
- package/dist-cjs/commands/ExecuteStatementCommand.js +2 -3
- package/dist-cjs/commands/RollbackTransactionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -156
- package/dist-es/commands/BatchExecuteStatementCommand.js +2 -3
- package/dist-es/commands/BeginTransactionCommand.js +2 -3
- package/dist-es/commands/CommitTransactionCommand.js +2 -3
- package/dist-es/commands/ExecuteSqlCommand.js +2 -3
- package/dist-es/commands/ExecuteStatementCommand.js +2 -3
- package/dist-es/commands/RollbackTransactionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -131
- package/dist-types/models/models_0.d.ts +0 -96
- package/dist-types/ts3.4/models/models_0.d.ts +0 -56
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.BatchExecuteStatementCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class BatchExecuteStatementCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class BatchExecuteStatementCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.BeginTransactionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class BeginTransactionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class BeginTransactionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.CommitTransactionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class CommitTransactionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class CommitTransactionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ExecuteSqlCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ExecuteSqlCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ExecuteSqlCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ExecuteStatementCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ExecuteStatementCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ExecuteStatementCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.RollbackTransactionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class RollbackTransactionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class RollbackTransactionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.Value = exports.Field = exports.ArrayValue = exports.LongReturnType = exports.RecordsFormatType = exports.DecimalReturnType = exports.NotFoundException = exports.StatementTimeoutException = exports.ServiceUnavailableError = exports.InternalServerErrorException = exports.ForbiddenException = exports.TypeHint = exports.BadRequestException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const RDSDataServiceException_1 = require("./RDSDataServiceException");
|
|
5
5
|
class AccessDeniedException extends RDSDataServiceException_1.RDSDataServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -180,158 +180,3 @@ var Value;
|
|
|
180
180
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
181
181
|
};
|
|
182
182
|
})(Value = exports.Value || (exports.Value = {}));
|
|
183
|
-
const BeginTransactionRequestFilterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
exports.BeginTransactionRequestFilterSensitiveLog = BeginTransactionRequestFilterSensitiveLog;
|
|
187
|
-
const BeginTransactionResponseFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
exports.BeginTransactionResponseFilterSensitiveLog = BeginTransactionResponseFilterSensitiveLog;
|
|
191
|
-
const ColumnMetadataFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
exports.ColumnMetadataFilterSensitiveLog = ColumnMetadataFilterSensitiveLog;
|
|
195
|
-
const CommitTransactionRequestFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
exports.CommitTransactionRequestFilterSensitiveLog = CommitTransactionRequestFilterSensitiveLog;
|
|
199
|
-
const CommitTransactionResponseFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
exports.CommitTransactionResponseFilterSensitiveLog = CommitTransactionResponseFilterSensitiveLog;
|
|
203
|
-
const ExecuteSqlRequestFilterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
exports.ExecuteSqlRequestFilterSensitiveLog = ExecuteSqlRequestFilterSensitiveLog;
|
|
207
|
-
const ResultSetMetadataFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
exports.ResultSetMetadataFilterSensitiveLog = ResultSetMetadataFilterSensitiveLog;
|
|
211
|
-
const ResultSetOptionsFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
exports.ResultSetOptionsFilterSensitiveLog = ResultSetOptionsFilterSensitiveLog;
|
|
215
|
-
const RollbackTransactionRequestFilterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
exports.RollbackTransactionRequestFilterSensitiveLog = RollbackTransactionRequestFilterSensitiveLog;
|
|
219
|
-
const RollbackTransactionResponseFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
exports.RollbackTransactionResponseFilterSensitiveLog = RollbackTransactionResponseFilterSensitiveLog;
|
|
223
|
-
const ArrayValueFilterSensitiveLog = (obj) => {
|
|
224
|
-
if (obj.booleanValues !== undefined)
|
|
225
|
-
return { booleanValues: obj.booleanValues };
|
|
226
|
-
if (obj.longValues !== undefined)
|
|
227
|
-
return { longValues: obj.longValues };
|
|
228
|
-
if (obj.doubleValues !== undefined)
|
|
229
|
-
return { doubleValues: obj.doubleValues };
|
|
230
|
-
if (obj.stringValues !== undefined)
|
|
231
|
-
return { stringValues: obj.stringValues };
|
|
232
|
-
if (obj.arrayValues !== undefined)
|
|
233
|
-
return { arrayValues: obj.arrayValues.map((item) => (0, exports.ArrayValueFilterSensitiveLog)(item)) };
|
|
234
|
-
if (obj.$unknown !== undefined)
|
|
235
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
236
|
-
};
|
|
237
|
-
exports.ArrayValueFilterSensitiveLog = ArrayValueFilterSensitiveLog;
|
|
238
|
-
const FieldFilterSensitiveLog = (obj) => {
|
|
239
|
-
if (obj.isNull !== undefined)
|
|
240
|
-
return { isNull: obj.isNull };
|
|
241
|
-
if (obj.booleanValue !== undefined)
|
|
242
|
-
return { booleanValue: obj.booleanValue };
|
|
243
|
-
if (obj.longValue !== undefined)
|
|
244
|
-
return { longValue: obj.longValue };
|
|
245
|
-
if (obj.doubleValue !== undefined)
|
|
246
|
-
return { doubleValue: obj.doubleValue };
|
|
247
|
-
if (obj.stringValue !== undefined)
|
|
248
|
-
return { stringValue: obj.stringValue };
|
|
249
|
-
if (obj.blobValue !== undefined)
|
|
250
|
-
return { blobValue: obj.blobValue };
|
|
251
|
-
if (obj.arrayValue !== undefined)
|
|
252
|
-
return { arrayValue: (0, exports.ArrayValueFilterSensitiveLog)(obj.arrayValue) };
|
|
253
|
-
if (obj.$unknown !== undefined)
|
|
254
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
255
|
-
};
|
|
256
|
-
exports.FieldFilterSensitiveLog = FieldFilterSensitiveLog;
|
|
257
|
-
const SqlParameterFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
...(obj.value && { value: (0, exports.FieldFilterSensitiveLog)(obj.value) }),
|
|
260
|
-
});
|
|
261
|
-
exports.SqlParameterFilterSensitiveLog = SqlParameterFilterSensitiveLog;
|
|
262
|
-
const UpdateResultFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
...(obj.generatedFields && { generatedFields: obj.generatedFields.map((item) => (0, exports.FieldFilterSensitiveLog)(item)) }),
|
|
265
|
-
});
|
|
266
|
-
exports.UpdateResultFilterSensitiveLog = UpdateResultFilterSensitiveLog;
|
|
267
|
-
const ValueFilterSensitiveLog = (obj) => {
|
|
268
|
-
if (obj.isNull !== undefined)
|
|
269
|
-
return { isNull: obj.isNull };
|
|
270
|
-
if (obj.bitValue !== undefined)
|
|
271
|
-
return { bitValue: obj.bitValue };
|
|
272
|
-
if (obj.bigIntValue !== undefined)
|
|
273
|
-
return { bigIntValue: obj.bigIntValue };
|
|
274
|
-
if (obj.intValue !== undefined)
|
|
275
|
-
return { intValue: obj.intValue };
|
|
276
|
-
if (obj.doubleValue !== undefined)
|
|
277
|
-
return { doubleValue: obj.doubleValue };
|
|
278
|
-
if (obj.realValue !== undefined)
|
|
279
|
-
return { realValue: obj.realValue };
|
|
280
|
-
if (obj.stringValue !== undefined)
|
|
281
|
-
return { stringValue: obj.stringValue };
|
|
282
|
-
if (obj.blobValue !== undefined)
|
|
283
|
-
return { blobValue: obj.blobValue };
|
|
284
|
-
if (obj.arrayValues !== undefined)
|
|
285
|
-
return { arrayValues: obj.arrayValues.map((item) => (0, exports.ValueFilterSensitiveLog)(item)) };
|
|
286
|
-
if (obj.structValue !== undefined)
|
|
287
|
-
return { structValue: (0, exports.StructValueFilterSensitiveLog)(obj.structValue) };
|
|
288
|
-
if (obj.$unknown !== undefined)
|
|
289
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
290
|
-
};
|
|
291
|
-
exports.ValueFilterSensitiveLog = ValueFilterSensitiveLog;
|
|
292
|
-
const ExecuteStatementRequestFilterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
...(obj.parameters && { parameters: obj.parameters.map((item) => (0, exports.SqlParameterFilterSensitiveLog)(item)) }),
|
|
295
|
-
});
|
|
296
|
-
exports.ExecuteStatementRequestFilterSensitiveLog = ExecuteStatementRequestFilterSensitiveLog;
|
|
297
|
-
const StructValueFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
...(obj.attributes && { attributes: obj.attributes.map((item) => (0, exports.ValueFilterSensitiveLog)(item)) }),
|
|
300
|
-
});
|
|
301
|
-
exports.StructValueFilterSensitiveLog = StructValueFilterSensitiveLog;
|
|
302
|
-
const BatchExecuteStatementRequestFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
...(obj.parameterSets && {
|
|
305
|
-
parameterSets: obj.parameterSets.map((item) => item.map((item) => (0, exports.SqlParameterFilterSensitiveLog)(item))),
|
|
306
|
-
}),
|
|
307
|
-
});
|
|
308
|
-
exports.BatchExecuteStatementRequestFilterSensitiveLog = BatchExecuteStatementRequestFilterSensitiveLog;
|
|
309
|
-
const BatchExecuteStatementResponseFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
...(obj.updateResults && { updateResults: obj.updateResults.map((item) => (0, exports.UpdateResultFilterSensitiveLog)(item)) }),
|
|
312
|
-
});
|
|
313
|
-
exports.BatchExecuteStatementResponseFilterSensitiveLog = BatchExecuteStatementResponseFilterSensitiveLog;
|
|
314
|
-
const _RecordFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
...(obj.values && { values: obj.values.map((item) => (0, exports.ValueFilterSensitiveLog)(item)) }),
|
|
317
|
-
});
|
|
318
|
-
exports._RecordFilterSensitiveLog = _RecordFilterSensitiveLog;
|
|
319
|
-
const ExecuteStatementResponseFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
...(obj.records && { records: obj.records.map((item) => item.map((item) => (0, exports.FieldFilterSensitiveLog)(item))) }),
|
|
322
|
-
...(obj.generatedFields && { generatedFields: obj.generatedFields.map((item) => (0, exports.FieldFilterSensitiveLog)(item)) }),
|
|
323
|
-
});
|
|
324
|
-
exports.ExecuteStatementResponseFilterSensitiveLog = ExecuteStatementResponseFilterSensitiveLog;
|
|
325
|
-
const ResultFrameFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
...(obj.records && { records: obj.records.map((item) => (0, exports._RecordFilterSensitiveLog)(item)) }),
|
|
328
|
-
});
|
|
329
|
-
exports.ResultFrameFilterSensitiveLog = ResultFrameFilterSensitiveLog;
|
|
330
|
-
const SqlStatementResultFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
exports.SqlStatementResultFilterSensitiveLog = SqlStatementResultFilterSensitiveLog;
|
|
334
|
-
const ExecuteSqlResponseFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
exports.ExecuteSqlResponseFilterSensitiveLog = ExecuteSqlResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { BatchExecuteStatementRequestFilterSensitiveLog, BatchExecuteStatementResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1BatchExecuteStatementCommand, serializeAws_restJson1BatchExecuteStatementCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class BatchExecuteStatementCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class BatchExecuteStatementCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { BeginTransactionRequestFilterSensitiveLog, BeginTransactionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1BeginTransactionCommand, serializeAws_restJson1BeginTransactionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class BeginTransactionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class BeginTransactionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CommitTransactionRequestFilterSensitiveLog, CommitTransactionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CommitTransactionCommand, serializeAws_restJson1CommitTransactionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CommitTransactionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CommitTransactionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ExecuteSqlRequestFilterSensitiveLog, ExecuteSqlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ExecuteSqlCommand, serializeAws_restJson1ExecuteSqlCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ExecuteSqlCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ExecuteSqlCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ExecuteStatementRequestFilterSensitiveLog, ExecuteStatementResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ExecuteStatementCommand, serializeAws_restJson1ExecuteStatementCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ExecuteStatementCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ExecuteStatementCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RollbackTransactionRequestFilterSensitiveLog, RollbackTransactionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1RollbackTransactionCommand, serializeAws_restJson1RollbackTransactionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class RollbackTransactionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class RollbackTransactionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -170,134 +170,3 @@ export var Value;
|
|
|
170
170
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
171
171
|
};
|
|
172
172
|
})(Value || (Value = {}));
|
|
173
|
-
export const BeginTransactionRequestFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
export const BeginTransactionResponseFilterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
export const ColumnMetadataFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
export const CommitTransactionRequestFilterSensitiveLog = (obj) => ({
|
|
183
|
-
...obj,
|
|
184
|
-
});
|
|
185
|
-
export const CommitTransactionResponseFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
export const ExecuteSqlRequestFilterSensitiveLog = (obj) => ({
|
|
189
|
-
...obj,
|
|
190
|
-
});
|
|
191
|
-
export const ResultSetMetadataFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
export const ResultSetOptionsFilterSensitiveLog = (obj) => ({
|
|
195
|
-
...obj,
|
|
196
|
-
});
|
|
197
|
-
export const RollbackTransactionRequestFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
export const RollbackTransactionResponseFilterSensitiveLog = (obj) => ({
|
|
201
|
-
...obj,
|
|
202
|
-
});
|
|
203
|
-
export const ArrayValueFilterSensitiveLog = (obj) => {
|
|
204
|
-
if (obj.booleanValues !== undefined)
|
|
205
|
-
return { booleanValues: obj.booleanValues };
|
|
206
|
-
if (obj.longValues !== undefined)
|
|
207
|
-
return { longValues: obj.longValues };
|
|
208
|
-
if (obj.doubleValues !== undefined)
|
|
209
|
-
return { doubleValues: obj.doubleValues };
|
|
210
|
-
if (obj.stringValues !== undefined)
|
|
211
|
-
return { stringValues: obj.stringValues };
|
|
212
|
-
if (obj.arrayValues !== undefined)
|
|
213
|
-
return { arrayValues: obj.arrayValues.map((item) => ArrayValueFilterSensitiveLog(item)) };
|
|
214
|
-
if (obj.$unknown !== undefined)
|
|
215
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
216
|
-
};
|
|
217
|
-
export const FieldFilterSensitiveLog = (obj) => {
|
|
218
|
-
if (obj.isNull !== undefined)
|
|
219
|
-
return { isNull: obj.isNull };
|
|
220
|
-
if (obj.booleanValue !== undefined)
|
|
221
|
-
return { booleanValue: obj.booleanValue };
|
|
222
|
-
if (obj.longValue !== undefined)
|
|
223
|
-
return { longValue: obj.longValue };
|
|
224
|
-
if (obj.doubleValue !== undefined)
|
|
225
|
-
return { doubleValue: obj.doubleValue };
|
|
226
|
-
if (obj.stringValue !== undefined)
|
|
227
|
-
return { stringValue: obj.stringValue };
|
|
228
|
-
if (obj.blobValue !== undefined)
|
|
229
|
-
return { blobValue: obj.blobValue };
|
|
230
|
-
if (obj.arrayValue !== undefined)
|
|
231
|
-
return { arrayValue: ArrayValueFilterSensitiveLog(obj.arrayValue) };
|
|
232
|
-
if (obj.$unknown !== undefined)
|
|
233
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
234
|
-
};
|
|
235
|
-
export const SqlParameterFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
...(obj.value && { value: FieldFilterSensitiveLog(obj.value) }),
|
|
238
|
-
});
|
|
239
|
-
export const UpdateResultFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
...(obj.generatedFields && { generatedFields: obj.generatedFields.map((item) => FieldFilterSensitiveLog(item)) }),
|
|
242
|
-
});
|
|
243
|
-
export const ValueFilterSensitiveLog = (obj) => {
|
|
244
|
-
if (obj.isNull !== undefined)
|
|
245
|
-
return { isNull: obj.isNull };
|
|
246
|
-
if (obj.bitValue !== undefined)
|
|
247
|
-
return { bitValue: obj.bitValue };
|
|
248
|
-
if (obj.bigIntValue !== undefined)
|
|
249
|
-
return { bigIntValue: obj.bigIntValue };
|
|
250
|
-
if (obj.intValue !== undefined)
|
|
251
|
-
return { intValue: obj.intValue };
|
|
252
|
-
if (obj.doubleValue !== undefined)
|
|
253
|
-
return { doubleValue: obj.doubleValue };
|
|
254
|
-
if (obj.realValue !== undefined)
|
|
255
|
-
return { realValue: obj.realValue };
|
|
256
|
-
if (obj.stringValue !== undefined)
|
|
257
|
-
return { stringValue: obj.stringValue };
|
|
258
|
-
if (obj.blobValue !== undefined)
|
|
259
|
-
return { blobValue: obj.blobValue };
|
|
260
|
-
if (obj.arrayValues !== undefined)
|
|
261
|
-
return { arrayValues: obj.arrayValues.map((item) => ValueFilterSensitiveLog(item)) };
|
|
262
|
-
if (obj.structValue !== undefined)
|
|
263
|
-
return { structValue: StructValueFilterSensitiveLog(obj.structValue) };
|
|
264
|
-
if (obj.$unknown !== undefined)
|
|
265
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
266
|
-
};
|
|
267
|
-
export const ExecuteStatementRequestFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
...(obj.parameters && { parameters: obj.parameters.map((item) => SqlParameterFilterSensitiveLog(item)) }),
|
|
270
|
-
});
|
|
271
|
-
export const StructValueFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
...(obj.attributes && { attributes: obj.attributes.map((item) => ValueFilterSensitiveLog(item)) }),
|
|
274
|
-
});
|
|
275
|
-
export const BatchExecuteStatementRequestFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
...(obj.parameterSets && {
|
|
278
|
-
parameterSets: obj.parameterSets.map((item) => item.map((item) => SqlParameterFilterSensitiveLog(item))),
|
|
279
|
-
}),
|
|
280
|
-
});
|
|
281
|
-
export const BatchExecuteStatementResponseFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
...(obj.updateResults && { updateResults: obj.updateResults.map((item) => UpdateResultFilterSensitiveLog(item)) }),
|
|
284
|
-
});
|
|
285
|
-
export const _RecordFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
...(obj.values && { values: obj.values.map((item) => ValueFilterSensitiveLog(item)) }),
|
|
288
|
-
});
|
|
289
|
-
export const ExecuteStatementResponseFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
...(obj.records && { records: obj.records.map((item) => item.map((item) => FieldFilterSensitiveLog(item))) }),
|
|
292
|
-
...(obj.generatedFields && { generatedFields: obj.generatedFields.map((item) => FieldFilterSensitiveLog(item)) }),
|
|
293
|
-
});
|
|
294
|
-
export const ResultFrameFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
...(obj.records && { records: obj.records.map((item) => _RecordFilterSensitiveLog(item)) }),
|
|
297
|
-
});
|
|
298
|
-
export const SqlStatementResultFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
export const ExecuteSqlResponseFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
@@ -1074,99 +1074,3 @@ export interface ExecuteSqlResponse {
|
|
|
1074
1074
|
*/
|
|
1075
1075
|
sqlStatementResults?: SqlStatementResult[];
|
|
1076
1076
|
}
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
export declare const BeginTransactionRequestFilterSensitiveLog: (obj: BeginTransactionRequest) => any;
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
export declare const BeginTransactionResponseFilterSensitiveLog: (obj: BeginTransactionResponse) => any;
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
export declare const ColumnMetadataFilterSensitiveLog: (obj: ColumnMetadata) => any;
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
export declare const CommitTransactionRequestFilterSensitiveLog: (obj: CommitTransactionRequest) => any;
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
*/
|
|
1096
|
-
export declare const CommitTransactionResponseFilterSensitiveLog: (obj: CommitTransactionResponse) => any;
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
export declare const ExecuteSqlRequestFilterSensitiveLog: (obj: ExecuteSqlRequest) => any;
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
1104
|
-
export declare const ResultSetMetadataFilterSensitiveLog: (obj: ResultSetMetadata) => any;
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
export declare const ResultSetOptionsFilterSensitiveLog: (obj: ResultSetOptions) => any;
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
|
-
export declare const RollbackTransactionRequestFilterSensitiveLog: (obj: RollbackTransactionRequest) => any;
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
export declare const RollbackTransactionResponseFilterSensitiveLog: (obj: RollbackTransactionResponse) => any;
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
|
-
export declare const ArrayValueFilterSensitiveLog: (obj: ArrayValue) => any;
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
|
-
export declare const FieldFilterSensitiveLog: (obj: Field) => any;
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
export declare const SqlParameterFilterSensitiveLog: (obj: SqlParameter) => any;
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
*/
|
|
1132
|
-
export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
|
-
export declare const ValueFilterSensitiveLog: (obj: Value) => any;
|
|
1137
|
-
/**
|
|
1138
|
-
* @internal
|
|
1139
|
-
*/
|
|
1140
|
-
export declare const ExecuteStatementRequestFilterSensitiveLog: (obj: ExecuteStatementRequest) => any;
|
|
1141
|
-
/**
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
1144
|
-
export declare const StructValueFilterSensitiveLog: (obj: StructValue) => any;
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
*/
|
|
1148
|
-
export declare const BatchExecuteStatementRequestFilterSensitiveLog: (obj: BatchExecuteStatementRequest) => any;
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
export declare const BatchExecuteStatementResponseFilterSensitiveLog: (obj: BatchExecuteStatementResponse) => any;
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
1157
|
-
/**
|
|
1158
|
-
* @internal
|
|
1159
|
-
*/
|
|
1160
|
-
export declare const ExecuteStatementResponseFilterSensitiveLog: (obj: ExecuteStatementResponse) => any;
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
export declare const ResultFrameFilterSensitiveLog: (obj: ResultFrame) => any;
|
|
1165
|
-
/**
|
|
1166
|
-
* @internal
|
|
1167
|
-
*/
|
|
1168
|
-
export declare const SqlStatementResultFilterSensitiveLog: (obj: SqlStatementResult) => any;
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
|
-
export declare const ExecuteSqlResponseFilterSensitiveLog: (obj: ExecuteSqlResponse) => any;
|
|
@@ -518,59 +518,3 @@ export interface SqlStatementResult {
|
|
|
518
518
|
export interface ExecuteSqlResponse {
|
|
519
519
|
sqlStatementResults?: SqlStatementResult[];
|
|
520
520
|
}
|
|
521
|
-
export declare const BeginTransactionRequestFilterSensitiveLog: (
|
|
522
|
-
obj: BeginTransactionRequest
|
|
523
|
-
) => any;
|
|
524
|
-
export declare const BeginTransactionResponseFilterSensitiveLog: (
|
|
525
|
-
obj: BeginTransactionResponse
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const ColumnMetadataFilterSensitiveLog: (
|
|
528
|
-
obj: ColumnMetadata
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const CommitTransactionRequestFilterSensitiveLog: (
|
|
531
|
-
obj: CommitTransactionRequest
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const CommitTransactionResponseFilterSensitiveLog: (
|
|
534
|
-
obj: CommitTransactionResponse
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const ExecuteSqlRequestFilterSensitiveLog: (
|
|
537
|
-
obj: ExecuteSqlRequest
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const ResultSetMetadataFilterSensitiveLog: (
|
|
540
|
-
obj: ResultSetMetadata
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const ResultSetOptionsFilterSensitiveLog: (
|
|
543
|
-
obj: ResultSetOptions
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const RollbackTransactionRequestFilterSensitiveLog: (
|
|
546
|
-
obj: RollbackTransactionRequest
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const RollbackTransactionResponseFilterSensitiveLog: (
|
|
549
|
-
obj: RollbackTransactionResponse
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const ArrayValueFilterSensitiveLog: (obj: ArrayValue) => any;
|
|
552
|
-
export declare const FieldFilterSensitiveLog: (obj: Field) => any;
|
|
553
|
-
export declare const SqlParameterFilterSensitiveLog: (obj: SqlParameter) => any;
|
|
554
|
-
export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
|
|
555
|
-
export declare const ValueFilterSensitiveLog: (obj: Value) => any;
|
|
556
|
-
export declare const ExecuteStatementRequestFilterSensitiveLog: (
|
|
557
|
-
obj: ExecuteStatementRequest
|
|
558
|
-
) => any;
|
|
559
|
-
export declare const StructValueFilterSensitiveLog: (obj: StructValue) => any;
|
|
560
|
-
export declare const BatchExecuteStatementRequestFilterSensitiveLog: (
|
|
561
|
-
obj: BatchExecuteStatementRequest
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const BatchExecuteStatementResponseFilterSensitiveLog: (
|
|
564
|
-
obj: BatchExecuteStatementResponse
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
567
|
-
export declare const ExecuteStatementResponseFilterSensitiveLog: (
|
|
568
|
-
obj: ExecuteStatementResponse
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const ResultFrameFilterSensitiveLog: (obj: ResultFrame) => any;
|
|
571
|
-
export declare const SqlStatementResultFilterSensitiveLog: (
|
|
572
|
-
obj: SqlStatementResult
|
|
573
|
-
) => any;
|
|
574
|
-
export declare const ExecuteSqlResponseFilterSensitiveLog: (
|
|
575
|
-
obj: ExecuteSqlResponse
|
|
576
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo rds-data"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|