@aws-sdk/client-rds-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/BeginTransactionCommand.js +2 -2
- package/dist-cjs/commands/CommitTransactionCommand.js +2 -2
- package/dist-cjs/commands/ExecuteSqlCommand.js +2 -2
- package/dist-cjs/commands/ExecuteStatementCommand.js +2 -2
- package/dist-cjs/commands/RollbackTransactionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +156 -195
- package/dist-cjs/protocols/Aws_restJson1.js +82 -130
- package/dist-es/commands/BatchExecuteStatementCommand.js +3 -3
- package/dist-es/commands/BeginTransactionCommand.js +3 -3
- package/dist-es/commands/CommitTransactionCommand.js +3 -3
- package/dist-es/commands/ExecuteSqlCommand.js +3 -3
- package/dist-es/commands/ExecuteStatementCommand.js +3 -3
- package/dist-es/commands/RollbackTransactionCommand.js +3 -3
- package/dist-es/models/models_0.js +82 -145
- package/dist-es/protocols/Aws_restJson1.js +101 -131
- package/dist-types/models/models_0.d.ts +96 -138
- package/dist-types/ts3.4/models/models_0.d.ts +48 -90
- package/package.json +6 -6
|
@@ -101,12 +101,6 @@ export interface BeginTransactionRequest {
|
|
|
101
101
|
*/
|
|
102
102
|
schema?: string;
|
|
103
103
|
}
|
|
104
|
-
export declare namespace BeginTransactionRequest {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
const filterSensitiveLog: (obj: BeginTransactionRequest) => any;
|
|
109
|
-
}
|
|
110
104
|
/**
|
|
111
105
|
* <p>The response elements represent the output of a request to start a SQL
|
|
112
106
|
* transaction.</p>
|
|
@@ -117,12 +111,6 @@ export interface BeginTransactionResponse {
|
|
|
117
111
|
*/
|
|
118
112
|
transactionId?: string;
|
|
119
113
|
}
|
|
120
|
-
export declare namespace BeginTransactionResponse {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
const filterSensitiveLog: (obj: BeginTransactionResponse) => any;
|
|
125
|
-
}
|
|
126
114
|
/**
|
|
127
115
|
* <p>Contains the metadata for a column.</p>
|
|
128
116
|
*/
|
|
@@ -184,12 +172,6 @@ export interface ColumnMetadata {
|
|
|
184
172
|
*/
|
|
185
173
|
arrayBaseColumnType?: number;
|
|
186
174
|
}
|
|
187
|
-
export declare namespace ColumnMetadata {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
const filterSensitiveLog: (obj: ColumnMetadata) => any;
|
|
192
|
-
}
|
|
193
175
|
/**
|
|
194
176
|
* <p>The request parameters represent the input of a commit transaction request.</p>
|
|
195
177
|
*/
|
|
@@ -207,12 +189,6 @@ export interface CommitTransactionRequest {
|
|
|
207
189
|
*/
|
|
208
190
|
transactionId: string | undefined;
|
|
209
191
|
}
|
|
210
|
-
export declare namespace CommitTransactionRequest {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
const filterSensitiveLog: (obj: CommitTransactionRequest) => any;
|
|
215
|
-
}
|
|
216
192
|
/**
|
|
217
193
|
* <p>The response elements represent the output of a commit transaction request.</p>
|
|
218
194
|
*/
|
|
@@ -222,12 +198,6 @@ export interface CommitTransactionResponse {
|
|
|
222
198
|
*/
|
|
223
199
|
transactionStatus?: string;
|
|
224
200
|
}
|
|
225
|
-
export declare namespace CommitTransactionResponse {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
const filterSensitiveLog: (obj: CommitTransactionResponse) => any;
|
|
230
|
-
}
|
|
231
201
|
/**
|
|
232
202
|
* <p>The <code>resourceArn</code>, <code>secretArn</code>, or <code>transactionId</code> value can't be found.</p>
|
|
233
203
|
*/
|
|
@@ -274,12 +244,6 @@ export interface ExecuteSqlRequest {
|
|
|
274
244
|
*/
|
|
275
245
|
schema?: string;
|
|
276
246
|
}
|
|
277
|
-
export declare namespace ExecuteSqlRequest {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
const filterSensitiveLog: (obj: ExecuteSqlRequest) => any;
|
|
282
|
-
}
|
|
283
247
|
/**
|
|
284
248
|
* <p>The metadata of the result set returned by a SQL statement.</p>
|
|
285
249
|
*/
|
|
@@ -293,12 +257,6 @@ export interface ResultSetMetadata {
|
|
|
293
257
|
*/
|
|
294
258
|
columnMetadata?: ColumnMetadata[];
|
|
295
259
|
}
|
|
296
|
-
export declare namespace ResultSetMetadata {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
|
-
const filterSensitiveLog: (obj: ResultSetMetadata) => any;
|
|
301
|
-
}
|
|
302
260
|
export declare enum RecordsFormatType {
|
|
303
261
|
JSON = "JSON",
|
|
304
262
|
NONE = "NONE"
|
|
@@ -332,12 +290,6 @@ export interface ResultSetOptions {
|
|
|
332
290
|
*/
|
|
333
291
|
longReturnType?: LongReturnType | string;
|
|
334
292
|
}
|
|
335
|
-
export declare namespace ResultSetOptions {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
|
-
const filterSensitiveLog: (obj: ResultSetOptions) => any;
|
|
340
|
-
}
|
|
341
293
|
/**
|
|
342
294
|
* <p>The request parameters represent the input of a request to perform a rollback of a
|
|
343
295
|
* transaction.</p>
|
|
@@ -356,12 +308,6 @@ export interface RollbackTransactionRequest {
|
|
|
356
308
|
*/
|
|
357
309
|
transactionId: string | undefined;
|
|
358
310
|
}
|
|
359
|
-
export declare namespace RollbackTransactionRequest {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
const filterSensitiveLog: (obj: RollbackTransactionRequest) => any;
|
|
364
|
-
}
|
|
365
311
|
/**
|
|
366
312
|
* <p>The response elements represent the output of a request to perform a rollback of a
|
|
367
313
|
* transaction.</p>
|
|
@@ -372,12 +318,6 @@ export interface RollbackTransactionResponse {
|
|
|
372
318
|
*/
|
|
373
319
|
transactionStatus?: string;
|
|
374
320
|
}
|
|
375
|
-
export declare namespace RollbackTransactionResponse {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
const filterSensitiveLog: (obj: RollbackTransactionResponse) => any;
|
|
380
|
-
}
|
|
381
321
|
/**
|
|
382
322
|
* <p>Contains an array.</p>
|
|
383
323
|
*/
|
|
@@ -455,10 +395,6 @@ export declare namespace ArrayValue {
|
|
|
455
395
|
_: (name: string, value: any) => T;
|
|
456
396
|
}
|
|
457
397
|
const visit: <T>(value: ArrayValue, visitor: Visitor<T>) => T;
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
|
-
const filterSensitiveLog: (obj: ArrayValue) => any;
|
|
462
398
|
}
|
|
463
399
|
/**
|
|
464
400
|
* <p>Contains a value.</p>
|
|
@@ -577,10 +513,6 @@ export declare namespace Field {
|
|
|
577
513
|
_: (name: string, value: any) => T;
|
|
578
514
|
}
|
|
579
515
|
const visit: <T>(value: Field, visitor: Visitor<T>) => T;
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
|
-
const filterSensitiveLog: (obj: Field) => any;
|
|
584
516
|
}
|
|
585
517
|
/**
|
|
586
518
|
* <p>A parameter used in a SQL statement.</p>
|
|
@@ -633,12 +565,6 @@ export interface SqlParameter {
|
|
|
633
565
|
*/
|
|
634
566
|
typeHint?: TypeHint | string;
|
|
635
567
|
}
|
|
636
|
-
export declare namespace SqlParameter {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
|
-
const filterSensitiveLog: (obj: SqlParameter) => any;
|
|
641
|
-
}
|
|
642
568
|
/**
|
|
643
569
|
* <p>The response elements represent the results of an update.</p>
|
|
644
570
|
*/
|
|
@@ -648,12 +574,6 @@ export interface UpdateResult {
|
|
|
648
574
|
*/
|
|
649
575
|
generatedFields?: Field[];
|
|
650
576
|
}
|
|
651
|
-
export declare namespace UpdateResult {
|
|
652
|
-
/**
|
|
653
|
-
* @internal
|
|
654
|
-
*/
|
|
655
|
-
const filterSensitiveLog: (obj: UpdateResult) => any;
|
|
656
|
-
}
|
|
657
577
|
/**
|
|
658
578
|
* <p>Contains the value of a column.</p>
|
|
659
579
|
*
|
|
@@ -851,10 +771,6 @@ export declare namespace Value {
|
|
|
851
771
|
_: (name: string, value: any) => T;
|
|
852
772
|
}
|
|
853
773
|
const visit: <T>(value: Value, visitor: Visitor<T>) => T;
|
|
854
|
-
/**
|
|
855
|
-
* @internal
|
|
856
|
-
*/
|
|
857
|
-
const filterSensitiveLog: (obj: Value) => any;
|
|
858
774
|
}
|
|
859
775
|
/**
|
|
860
776
|
* <p>The request parameters represent the input of a request to run a SQL statement against
|
|
@@ -930,12 +846,6 @@ export interface ExecuteStatementRequest {
|
|
|
930
846
|
*/
|
|
931
847
|
formatRecordsAs?: RecordsFormatType | string;
|
|
932
848
|
}
|
|
933
|
-
export declare namespace ExecuteStatementRequest {
|
|
934
|
-
/**
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
937
|
-
const filterSensitiveLog: (obj: ExecuteStatementRequest) => any;
|
|
938
|
-
}
|
|
939
849
|
/**
|
|
940
850
|
* <p>A structure value returned by a call.</p>
|
|
941
851
|
* <important>
|
|
@@ -949,12 +859,6 @@ export interface StructValue {
|
|
|
949
859
|
*/
|
|
950
860
|
attributes?: Value[];
|
|
951
861
|
}
|
|
952
|
-
export declare namespace StructValue {
|
|
953
|
-
/**
|
|
954
|
-
* @internal
|
|
955
|
-
*/
|
|
956
|
-
const filterSensitiveLog: (obj: StructValue) => any;
|
|
957
|
-
}
|
|
958
862
|
/**
|
|
959
863
|
* <p>The request parameters represent the input of a SQL statement over an array of
|
|
960
864
|
* data.</p>
|
|
@@ -1008,12 +912,6 @@ export interface BatchExecuteStatementRequest {
|
|
|
1008
912
|
*/
|
|
1009
913
|
transactionId?: string;
|
|
1010
914
|
}
|
|
1011
|
-
export declare namespace BatchExecuteStatementRequest {
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
|
-
const filterSensitiveLog: (obj: BatchExecuteStatementRequest) => any;
|
|
1016
|
-
}
|
|
1017
915
|
/**
|
|
1018
916
|
* <p>The response elements represent the output of a SQL statement over an array of
|
|
1019
917
|
* data.</p>
|
|
@@ -1024,12 +922,6 @@ export interface BatchExecuteStatementResponse {
|
|
|
1024
922
|
*/
|
|
1025
923
|
updateResults?: UpdateResult[];
|
|
1026
924
|
}
|
|
1027
|
-
export declare namespace BatchExecuteStatementResponse {
|
|
1028
|
-
/**
|
|
1029
|
-
* @internal
|
|
1030
|
-
*/
|
|
1031
|
-
const filterSensitiveLog: (obj: BatchExecuteStatementResponse) => any;
|
|
1032
|
-
}
|
|
1033
925
|
/**
|
|
1034
926
|
* <p>A record returned by a call.</p>
|
|
1035
927
|
* <important>
|
|
@@ -1043,12 +935,6 @@ export interface _Record {
|
|
|
1043
935
|
*/
|
|
1044
936
|
values?: Value[];
|
|
1045
937
|
}
|
|
1046
|
-
export declare namespace _Record {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
const filterSensitiveLog: (obj: _Record) => any;
|
|
1051
|
-
}
|
|
1052
938
|
/**
|
|
1053
939
|
* <p>The response elements represent the output of a request to run a SQL statement against
|
|
1054
940
|
* a database.</p>
|
|
@@ -1088,12 +974,6 @@ export interface ExecuteStatementResponse {
|
|
|
1088
974
|
*/
|
|
1089
975
|
formattedRecords?: string;
|
|
1090
976
|
}
|
|
1091
|
-
export declare namespace ExecuteStatementResponse {
|
|
1092
|
-
/**
|
|
1093
|
-
* @internal
|
|
1094
|
-
*/
|
|
1095
|
-
const filterSensitiveLog: (obj: ExecuteStatementResponse) => any;
|
|
1096
|
-
}
|
|
1097
977
|
/**
|
|
1098
978
|
* <p>The result set returned by a SQL statement.</p>
|
|
1099
979
|
* <important>
|
|
@@ -1111,12 +991,6 @@ export interface ResultFrame {
|
|
|
1111
991
|
*/
|
|
1112
992
|
records?: _Record[];
|
|
1113
993
|
}
|
|
1114
|
-
export declare namespace ResultFrame {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
const filterSensitiveLog: (obj: ResultFrame) => any;
|
|
1119
|
-
}
|
|
1120
994
|
/**
|
|
1121
995
|
* <p>The result of a SQL statement.</p>
|
|
1122
996
|
*
|
|
@@ -1135,12 +1009,6 @@ export interface SqlStatementResult {
|
|
|
1135
1009
|
*/
|
|
1136
1010
|
numberOfRecordsUpdated?: number;
|
|
1137
1011
|
}
|
|
1138
|
-
export declare namespace SqlStatementResult {
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
const filterSensitiveLog: (obj: SqlStatementResult) => any;
|
|
1143
|
-
}
|
|
1144
1012
|
/**
|
|
1145
1013
|
* <p>The response elements represent the output of a request to run one or more SQL
|
|
1146
1014
|
* statements.</p>
|
|
@@ -1151,9 +1019,99 @@ export interface ExecuteSqlResponse {
|
|
|
1151
1019
|
*/
|
|
1152
1020
|
sqlStatementResults?: SqlStatementResult[];
|
|
1153
1021
|
}
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1022
|
+
/**
|
|
1023
|
+
* @internal
|
|
1024
|
+
*/
|
|
1025
|
+
export declare const BeginTransactionRequestFilterSensitiveLog: (obj: BeginTransactionRequest) => any;
|
|
1026
|
+
/**
|
|
1027
|
+
* @internal
|
|
1028
|
+
*/
|
|
1029
|
+
export declare const BeginTransactionResponseFilterSensitiveLog: (obj: BeginTransactionResponse) => any;
|
|
1030
|
+
/**
|
|
1031
|
+
* @internal
|
|
1032
|
+
*/
|
|
1033
|
+
export declare const ColumnMetadataFilterSensitiveLog: (obj: ColumnMetadata) => any;
|
|
1034
|
+
/**
|
|
1035
|
+
* @internal
|
|
1036
|
+
*/
|
|
1037
|
+
export declare const CommitTransactionRequestFilterSensitiveLog: (obj: CommitTransactionRequest) => any;
|
|
1038
|
+
/**
|
|
1039
|
+
* @internal
|
|
1040
|
+
*/
|
|
1041
|
+
export declare const CommitTransactionResponseFilterSensitiveLog: (obj: CommitTransactionResponse) => any;
|
|
1042
|
+
/**
|
|
1043
|
+
* @internal
|
|
1044
|
+
*/
|
|
1045
|
+
export declare const ExecuteSqlRequestFilterSensitiveLog: (obj: ExecuteSqlRequest) => any;
|
|
1046
|
+
/**
|
|
1047
|
+
* @internal
|
|
1048
|
+
*/
|
|
1049
|
+
export declare const ResultSetMetadataFilterSensitiveLog: (obj: ResultSetMetadata) => any;
|
|
1050
|
+
/**
|
|
1051
|
+
* @internal
|
|
1052
|
+
*/
|
|
1053
|
+
export declare const ResultSetOptionsFilterSensitiveLog: (obj: ResultSetOptions) => any;
|
|
1054
|
+
/**
|
|
1055
|
+
* @internal
|
|
1056
|
+
*/
|
|
1057
|
+
export declare const RollbackTransactionRequestFilterSensitiveLog: (obj: RollbackTransactionRequest) => any;
|
|
1058
|
+
/**
|
|
1059
|
+
* @internal
|
|
1060
|
+
*/
|
|
1061
|
+
export declare const RollbackTransactionResponseFilterSensitiveLog: (obj: RollbackTransactionResponse) => any;
|
|
1062
|
+
/**
|
|
1063
|
+
* @internal
|
|
1064
|
+
*/
|
|
1065
|
+
export declare const ArrayValueFilterSensitiveLog: (obj: ArrayValue) => any;
|
|
1066
|
+
/**
|
|
1067
|
+
* @internal
|
|
1068
|
+
*/
|
|
1069
|
+
export declare const FieldFilterSensitiveLog: (obj: Field) => any;
|
|
1070
|
+
/**
|
|
1071
|
+
* @internal
|
|
1072
|
+
*/
|
|
1073
|
+
export declare const SqlParameterFilterSensitiveLog: (obj: SqlParameter) => any;
|
|
1074
|
+
/**
|
|
1075
|
+
* @internal
|
|
1076
|
+
*/
|
|
1077
|
+
export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
|
|
1078
|
+
/**
|
|
1079
|
+
* @internal
|
|
1080
|
+
*/
|
|
1081
|
+
export declare const ValueFilterSensitiveLog: (obj: Value) => any;
|
|
1082
|
+
/**
|
|
1083
|
+
* @internal
|
|
1084
|
+
*/
|
|
1085
|
+
export declare const ExecuteStatementRequestFilterSensitiveLog: (obj: ExecuteStatementRequest) => any;
|
|
1086
|
+
/**
|
|
1087
|
+
* @internal
|
|
1088
|
+
*/
|
|
1089
|
+
export declare const StructValueFilterSensitiveLog: (obj: StructValue) => any;
|
|
1090
|
+
/**
|
|
1091
|
+
* @internal
|
|
1092
|
+
*/
|
|
1093
|
+
export declare const BatchExecuteStatementRequestFilterSensitiveLog: (obj: BatchExecuteStatementRequest) => any;
|
|
1094
|
+
/**
|
|
1095
|
+
* @internal
|
|
1096
|
+
*/
|
|
1097
|
+
export declare const BatchExecuteStatementResponseFilterSensitiveLog: (obj: BatchExecuteStatementResponse) => any;
|
|
1098
|
+
/**
|
|
1099
|
+
* @internal
|
|
1100
|
+
*/
|
|
1101
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
1102
|
+
/**
|
|
1103
|
+
* @internal
|
|
1104
|
+
*/
|
|
1105
|
+
export declare const ExecuteStatementResponseFilterSensitiveLog: (obj: ExecuteStatementResponse) => any;
|
|
1106
|
+
/**
|
|
1107
|
+
* @internal
|
|
1108
|
+
*/
|
|
1109
|
+
export declare const ResultFrameFilterSensitiveLog: (obj: ResultFrame) => any;
|
|
1110
|
+
/**
|
|
1111
|
+
* @internal
|
|
1112
|
+
*/
|
|
1113
|
+
export declare const SqlStatementResultFilterSensitiveLog: (obj: SqlStatementResult) => any;
|
|
1114
|
+
/**
|
|
1115
|
+
* @internal
|
|
1116
|
+
*/
|
|
1117
|
+
export declare const ExecuteSqlResponseFilterSensitiveLog: (obj: ExecuteSqlResponse) => any;
|
|
@@ -63,19 +63,11 @@ export interface BeginTransactionRequest {
|
|
|
63
63
|
|
|
64
64
|
schema?: string;
|
|
65
65
|
}
|
|
66
|
-
export declare namespace BeginTransactionRequest {
|
|
67
|
-
|
|
68
|
-
const filterSensitiveLog: (obj: BeginTransactionRequest) => any;
|
|
69
|
-
}
|
|
70
66
|
|
|
71
67
|
export interface BeginTransactionResponse {
|
|
72
68
|
|
|
73
69
|
transactionId?: string;
|
|
74
70
|
}
|
|
75
|
-
export declare namespace BeginTransactionResponse {
|
|
76
|
-
|
|
77
|
-
const filterSensitiveLog: (obj: BeginTransactionResponse) => any;
|
|
78
|
-
}
|
|
79
71
|
|
|
80
72
|
export interface ColumnMetadata {
|
|
81
73
|
|
|
@@ -107,10 +99,6 @@ export interface ColumnMetadata {
|
|
|
107
99
|
|
|
108
100
|
arrayBaseColumnType?: number;
|
|
109
101
|
}
|
|
110
|
-
export declare namespace ColumnMetadata {
|
|
111
|
-
|
|
112
|
-
const filterSensitiveLog: (obj: ColumnMetadata) => any;
|
|
113
|
-
}
|
|
114
102
|
|
|
115
103
|
export interface CommitTransactionRequest {
|
|
116
104
|
|
|
@@ -120,19 +108,11 @@ export interface CommitTransactionRequest {
|
|
|
120
108
|
|
|
121
109
|
transactionId: string | undefined;
|
|
122
110
|
}
|
|
123
|
-
export declare namespace CommitTransactionRequest {
|
|
124
|
-
|
|
125
|
-
const filterSensitiveLog: (obj: CommitTransactionRequest) => any;
|
|
126
|
-
}
|
|
127
111
|
|
|
128
112
|
export interface CommitTransactionResponse {
|
|
129
113
|
|
|
130
114
|
transactionStatus?: string;
|
|
131
115
|
}
|
|
132
|
-
export declare namespace CommitTransactionResponse {
|
|
133
|
-
|
|
134
|
-
const filterSensitiveLog: (obj: CommitTransactionResponse) => any;
|
|
135
|
-
}
|
|
136
116
|
|
|
137
117
|
export declare class NotFoundException extends __BaseException {
|
|
138
118
|
readonly name: "NotFoundException";
|
|
@@ -157,10 +137,6 @@ export interface ExecuteSqlRequest {
|
|
|
157
137
|
|
|
158
138
|
schema?: string;
|
|
159
139
|
}
|
|
160
|
-
export declare namespace ExecuteSqlRequest {
|
|
161
|
-
|
|
162
|
-
const filterSensitiveLog: (obj: ExecuteSqlRequest) => any;
|
|
163
|
-
}
|
|
164
140
|
|
|
165
141
|
export interface ResultSetMetadata {
|
|
166
142
|
|
|
@@ -168,10 +144,6 @@ export interface ResultSetMetadata {
|
|
|
168
144
|
|
|
169
145
|
columnMetadata?: ColumnMetadata[];
|
|
170
146
|
}
|
|
171
|
-
export declare namespace ResultSetMetadata {
|
|
172
|
-
|
|
173
|
-
const filterSensitiveLog: (obj: ResultSetMetadata) => any;
|
|
174
|
-
}
|
|
175
147
|
export declare enum RecordsFormatType {
|
|
176
148
|
JSON = "JSON",
|
|
177
149
|
NONE = "NONE"
|
|
@@ -187,10 +159,6 @@ export interface ResultSetOptions {
|
|
|
187
159
|
|
|
188
160
|
longReturnType?: LongReturnType | string;
|
|
189
161
|
}
|
|
190
|
-
export declare namespace ResultSetOptions {
|
|
191
|
-
|
|
192
|
-
const filterSensitiveLog: (obj: ResultSetOptions) => any;
|
|
193
|
-
}
|
|
194
162
|
|
|
195
163
|
export interface RollbackTransactionRequest {
|
|
196
164
|
|
|
@@ -200,19 +168,11 @@ export interface RollbackTransactionRequest {
|
|
|
200
168
|
|
|
201
169
|
transactionId: string | undefined;
|
|
202
170
|
}
|
|
203
|
-
export declare namespace RollbackTransactionRequest {
|
|
204
|
-
|
|
205
|
-
const filterSensitiveLog: (obj: RollbackTransactionRequest) => any;
|
|
206
|
-
}
|
|
207
171
|
|
|
208
172
|
export interface RollbackTransactionResponse {
|
|
209
173
|
|
|
210
174
|
transactionStatus?: string;
|
|
211
175
|
}
|
|
212
|
-
export declare namespace RollbackTransactionResponse {
|
|
213
|
-
|
|
214
|
-
const filterSensitiveLog: (obj: RollbackTransactionResponse) => any;
|
|
215
|
-
}
|
|
216
176
|
|
|
217
177
|
export declare type ArrayValue = ArrayValue.ArrayValuesMember | ArrayValue.BooleanValuesMember | ArrayValue.DoubleValuesMember | ArrayValue.LongValuesMember | ArrayValue.StringValuesMember | ArrayValue.$UnknownMember;
|
|
218
178
|
export declare namespace ArrayValue {
|
|
@@ -281,8 +241,6 @@ export declare namespace ArrayValue {
|
|
|
281
241
|
_: (name: string, value: any) => T;
|
|
282
242
|
}
|
|
283
243
|
const visit: <T>(value: ArrayValue, visitor: Visitor<T>) => T;
|
|
284
|
-
|
|
285
|
-
const filterSensitiveLog: (obj: ArrayValue) => any;
|
|
286
244
|
}
|
|
287
245
|
|
|
288
246
|
export declare type Field = Field.ArrayValueMember | Field.BlobValueMember | Field.BooleanValueMember | Field.DoubleValueMember | Field.IsNullMember | Field.LongValueMember | Field.StringValueMember | Field.$UnknownMember;
|
|
@@ -388,8 +346,6 @@ export declare namespace Field {
|
|
|
388
346
|
_: (name: string, value: any) => T;
|
|
389
347
|
}
|
|
390
348
|
const visit: <T>(value: Field, visitor: Visitor<T>) => T;
|
|
391
|
-
|
|
392
|
-
const filterSensitiveLog: (obj: Field) => any;
|
|
393
349
|
}
|
|
394
350
|
|
|
395
351
|
export interface SqlParameter {
|
|
@@ -400,19 +356,11 @@ export interface SqlParameter {
|
|
|
400
356
|
|
|
401
357
|
typeHint?: TypeHint | string;
|
|
402
358
|
}
|
|
403
|
-
export declare namespace SqlParameter {
|
|
404
|
-
|
|
405
|
-
const filterSensitiveLog: (obj: SqlParameter) => any;
|
|
406
|
-
}
|
|
407
359
|
|
|
408
360
|
export interface UpdateResult {
|
|
409
361
|
|
|
410
362
|
generatedFields?: Field[];
|
|
411
363
|
}
|
|
412
|
-
export declare namespace UpdateResult {
|
|
413
|
-
|
|
414
|
-
const filterSensitiveLog: (obj: UpdateResult) => any;
|
|
415
|
-
}
|
|
416
364
|
|
|
417
365
|
export declare type Value = Value.ArrayValuesMember | Value.BigIntValueMember | Value.BitValueMember | Value.BlobValueMember | Value.DoubleValueMember | Value.IntValueMember | Value.IsNullMember | Value.RealValueMember | Value.StringValueMember | Value.StructValueMember | Value.$UnknownMember;
|
|
418
366
|
export declare namespace Value {
|
|
@@ -586,8 +534,6 @@ export declare namespace Value {
|
|
|
586
534
|
_: (name: string, value: any) => T;
|
|
587
535
|
}
|
|
588
536
|
const visit: <T>(value: Value, visitor: Visitor<T>) => T;
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: Value) => any;
|
|
591
537
|
}
|
|
592
538
|
|
|
593
539
|
export interface ExecuteStatementRequest {
|
|
@@ -614,19 +560,11 @@ export interface ExecuteStatementRequest {
|
|
|
614
560
|
|
|
615
561
|
formatRecordsAs?: RecordsFormatType | string;
|
|
616
562
|
}
|
|
617
|
-
export declare namespace ExecuteStatementRequest {
|
|
618
|
-
|
|
619
|
-
const filterSensitiveLog: (obj: ExecuteStatementRequest) => any;
|
|
620
|
-
}
|
|
621
563
|
|
|
622
564
|
export interface StructValue {
|
|
623
565
|
|
|
624
566
|
attributes?: Value[];
|
|
625
567
|
}
|
|
626
|
-
export declare namespace StructValue {
|
|
627
|
-
|
|
628
|
-
const filterSensitiveLog: (obj: StructValue) => any;
|
|
629
|
-
}
|
|
630
568
|
|
|
631
569
|
export interface BatchExecuteStatementRequest {
|
|
632
570
|
|
|
@@ -644,28 +582,16 @@ export interface BatchExecuteStatementRequest {
|
|
|
644
582
|
|
|
645
583
|
transactionId?: string;
|
|
646
584
|
}
|
|
647
|
-
export declare namespace BatchExecuteStatementRequest {
|
|
648
|
-
|
|
649
|
-
const filterSensitiveLog: (obj: BatchExecuteStatementRequest) => any;
|
|
650
|
-
}
|
|
651
585
|
|
|
652
586
|
export interface BatchExecuteStatementResponse {
|
|
653
587
|
|
|
654
588
|
updateResults?: UpdateResult[];
|
|
655
589
|
}
|
|
656
|
-
export declare namespace BatchExecuteStatementResponse {
|
|
657
|
-
|
|
658
|
-
const filterSensitiveLog: (obj: BatchExecuteStatementResponse) => any;
|
|
659
|
-
}
|
|
660
590
|
|
|
661
591
|
export interface _Record {
|
|
662
592
|
|
|
663
593
|
values?: Value[];
|
|
664
594
|
}
|
|
665
|
-
export declare namespace _Record {
|
|
666
|
-
|
|
667
|
-
const filterSensitiveLog: (obj: _Record) => any;
|
|
668
|
-
}
|
|
669
595
|
|
|
670
596
|
export interface ExecuteStatementResponse {
|
|
671
597
|
|
|
@@ -679,10 +605,6 @@ export interface ExecuteStatementResponse {
|
|
|
679
605
|
|
|
680
606
|
formattedRecords?: string;
|
|
681
607
|
}
|
|
682
|
-
export declare namespace ExecuteStatementResponse {
|
|
683
|
-
|
|
684
|
-
const filterSensitiveLog: (obj: ExecuteStatementResponse) => any;
|
|
685
|
-
}
|
|
686
608
|
|
|
687
609
|
export interface ResultFrame {
|
|
688
610
|
|
|
@@ -690,10 +612,6 @@ export interface ResultFrame {
|
|
|
690
612
|
|
|
691
613
|
records?: _Record[];
|
|
692
614
|
}
|
|
693
|
-
export declare namespace ResultFrame {
|
|
694
|
-
|
|
695
|
-
const filterSensitiveLog: (obj: ResultFrame) => any;
|
|
696
|
-
}
|
|
697
615
|
|
|
698
616
|
export interface SqlStatementResult {
|
|
699
617
|
|
|
@@ -701,16 +619,56 @@ export interface SqlStatementResult {
|
|
|
701
619
|
|
|
702
620
|
numberOfRecordsUpdated?: number;
|
|
703
621
|
}
|
|
704
|
-
export declare namespace SqlStatementResult {
|
|
705
|
-
|
|
706
|
-
const filterSensitiveLog: (obj: SqlStatementResult) => any;
|
|
707
|
-
}
|
|
708
622
|
|
|
709
623
|
export interface ExecuteSqlResponse {
|
|
710
624
|
|
|
711
625
|
sqlStatementResults?: SqlStatementResult[];
|
|
712
626
|
}
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
627
|
+
|
|
628
|
+
export declare const BeginTransactionRequestFilterSensitiveLog: (obj: BeginTransactionRequest) => any;
|
|
629
|
+
|
|
630
|
+
export declare const BeginTransactionResponseFilterSensitiveLog: (obj: BeginTransactionResponse) => any;
|
|
631
|
+
|
|
632
|
+
export declare const ColumnMetadataFilterSensitiveLog: (obj: ColumnMetadata) => any;
|
|
633
|
+
|
|
634
|
+
export declare const CommitTransactionRequestFilterSensitiveLog: (obj: CommitTransactionRequest) => any;
|
|
635
|
+
|
|
636
|
+
export declare const CommitTransactionResponseFilterSensitiveLog: (obj: CommitTransactionResponse) => any;
|
|
637
|
+
|
|
638
|
+
export declare const ExecuteSqlRequestFilterSensitiveLog: (obj: ExecuteSqlRequest) => any;
|
|
639
|
+
|
|
640
|
+
export declare const ResultSetMetadataFilterSensitiveLog: (obj: ResultSetMetadata) => any;
|
|
641
|
+
|
|
642
|
+
export declare const ResultSetOptionsFilterSensitiveLog: (obj: ResultSetOptions) => any;
|
|
643
|
+
|
|
644
|
+
export declare const RollbackTransactionRequestFilterSensitiveLog: (obj: RollbackTransactionRequest) => any;
|
|
645
|
+
|
|
646
|
+
export declare const RollbackTransactionResponseFilterSensitiveLog: (obj: RollbackTransactionResponse) => any;
|
|
647
|
+
|
|
648
|
+
export declare const ArrayValueFilterSensitiveLog: (obj: ArrayValue) => any;
|
|
649
|
+
|
|
650
|
+
export declare const FieldFilterSensitiveLog: (obj: Field) => any;
|
|
651
|
+
|
|
652
|
+
export declare const SqlParameterFilterSensitiveLog: (obj: SqlParameter) => any;
|
|
653
|
+
|
|
654
|
+
export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
|
|
655
|
+
|
|
656
|
+
export declare const ValueFilterSensitiveLog: (obj: Value) => any;
|
|
657
|
+
|
|
658
|
+
export declare const ExecuteStatementRequestFilterSensitiveLog: (obj: ExecuteStatementRequest) => any;
|
|
659
|
+
|
|
660
|
+
export declare const StructValueFilterSensitiveLog: (obj: StructValue) => any;
|
|
661
|
+
|
|
662
|
+
export declare const BatchExecuteStatementRequestFilterSensitiveLog: (obj: BatchExecuteStatementRequest) => any;
|
|
663
|
+
|
|
664
|
+
export declare const BatchExecuteStatementResponseFilterSensitiveLog: (obj: BatchExecuteStatementResponse) => any;
|
|
665
|
+
|
|
666
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
667
|
+
|
|
668
|
+
export declare const ExecuteStatementResponseFilterSensitiveLog: (obj: ExecuteStatementResponse) => any;
|
|
669
|
+
|
|
670
|
+
export declare const ResultFrameFilterSensitiveLog: (obj: ResultFrame) => any;
|
|
671
|
+
|
|
672
|
+
export declare const SqlStatementResultFilterSensitiveLog: (obj: SqlStatementResult) => any;
|
|
673
|
+
|
|
674
|
+
export declare const ExecuteSqlResponseFilterSensitiveLog: (obj: ExecuteSqlResponse) => 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.142.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|