@aws-sdk/client-rds-data 3.987.0 → 3.989.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/index.js +25 -692
- package/dist-cjs/models/RDSDataServiceException.js +12 -0
- package/dist-cjs/models/errors.js +227 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +421 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +104 -98
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
|
@@ -106,7 +106,7 @@ const _rF = "resultFrame";
|
|
|
106
106
|
const _rSM = "resultSetMetadata";
|
|
107
107
|
const _rSO = "resultSetOptions";
|
|
108
108
|
const _rV = "realValue";
|
|
109
|
-
const _s = "
|
|
109
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.rdsdata";
|
|
110
110
|
const _sA = "secretArn";
|
|
111
111
|
const _sN = "schemaName";
|
|
112
112
|
const _sS = "sqlStatements";
|
|
@@ -117,7 +117,7 @@ const _sVtr = "structValue";
|
|
|
117
117
|
const _sc = "schema";
|
|
118
118
|
const _sca = "scale";
|
|
119
119
|
const _se = "server";
|
|
120
|
-
const
|
|
120
|
+
const _sq = "sql";
|
|
121
121
|
const _t = "type";
|
|
122
122
|
const _tH = "typeHint";
|
|
123
123
|
const _tI = "transactionId";
|
|
@@ -131,21 +131,119 @@ const n0 = "com.amazonaws.rdsdata";
|
|
|
131
131
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
132
132
|
import { AccessDeniedException, BadRequestException, DatabaseErrorException, DatabaseNotFoundException, DatabaseResumingException, DatabaseUnavailableException, ForbiddenException, HttpEndpointNotEnabledException, InternalServerErrorException, InvalidResourceStateException, InvalidSecretException, NotFoundException, SecretsErrorException, ServiceUnavailableError, StatementTimeoutException, TransactionNotFoundException, UnsupportedResultException, } from "../models/errors";
|
|
133
133
|
import { RDSDataServiceException } from "../models/RDSDataServiceException";
|
|
134
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
135
|
+
export var RDSDataServiceException$ = [-3, _s, "RDSDataServiceException", 0, [], []];
|
|
136
|
+
_s_registry.registerError(RDSDataServiceException$, RDSDataServiceException);
|
|
137
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
134
138
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
135
139
|
{ [_e]: _c, [_hE]: 403 },
|
|
136
140
|
[_m],
|
|
137
141
|
[0]
|
|
138
142
|
];
|
|
139
|
-
|
|
143
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
140
144
|
export var BadRequestException$ = [-3, n0, _BRE,
|
|
141
145
|
{ [_e]: _c, [_hE]: 400 },
|
|
142
146
|
[_m],
|
|
143
147
|
[0]
|
|
144
148
|
];
|
|
145
|
-
|
|
149
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
150
|
+
export var DatabaseErrorException$ = [-3, n0, _DEE,
|
|
151
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
152
|
+
[_m],
|
|
153
|
+
[0]
|
|
154
|
+
];
|
|
155
|
+
n0_registry.registerError(DatabaseErrorException$, DatabaseErrorException);
|
|
156
|
+
export var DatabaseNotFoundException$ = [-3, n0, _DNFE,
|
|
157
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
158
|
+
[_m],
|
|
159
|
+
[0]
|
|
160
|
+
];
|
|
161
|
+
n0_registry.registerError(DatabaseNotFoundException$, DatabaseNotFoundException);
|
|
162
|
+
export var DatabaseResumingException$ = [-3, n0, _DRE,
|
|
163
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
164
|
+
[_m],
|
|
165
|
+
[0]
|
|
166
|
+
];
|
|
167
|
+
n0_registry.registerError(DatabaseResumingException$, DatabaseResumingException);
|
|
168
|
+
export var DatabaseUnavailableException$ = [-3, n0, _DUE,
|
|
169
|
+
{ [_e]: _se, [_hE]: 504 },
|
|
170
|
+
[],
|
|
171
|
+
[]
|
|
172
|
+
];
|
|
173
|
+
n0_registry.registerError(DatabaseUnavailableException$, DatabaseUnavailableException);
|
|
174
|
+
export var ForbiddenException$ = [-3, n0, _FE,
|
|
175
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
176
|
+
[_m],
|
|
177
|
+
[0]
|
|
178
|
+
];
|
|
179
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
180
|
+
export var HttpEndpointNotEnabledException$ = [-3, n0, _HENEE,
|
|
181
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
182
|
+
[_m],
|
|
183
|
+
[0]
|
|
184
|
+
];
|
|
185
|
+
n0_registry.registerError(HttpEndpointNotEnabledException$, HttpEndpointNotEnabledException);
|
|
186
|
+
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
187
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
188
|
+
[],
|
|
189
|
+
[]
|
|
190
|
+
];
|
|
191
|
+
n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
192
|
+
export var InvalidResourceStateException$ = [-3, n0, _IRSE,
|
|
193
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
194
|
+
[_m],
|
|
195
|
+
[0]
|
|
196
|
+
];
|
|
197
|
+
n0_registry.registerError(InvalidResourceStateException$, InvalidResourceStateException);
|
|
198
|
+
export var InvalidSecretException$ = [-3, n0, _ISE,
|
|
199
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
200
|
+
[_m],
|
|
201
|
+
[0]
|
|
202
|
+
];
|
|
203
|
+
n0_registry.registerError(InvalidSecretException$, InvalidSecretException);
|
|
204
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
205
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
206
|
+
[_m],
|
|
207
|
+
[0]
|
|
208
|
+
];
|
|
209
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
210
|
+
export var SecretsErrorException$ = [-3, n0, _SEE,
|
|
211
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
212
|
+
[_m],
|
|
213
|
+
[0]
|
|
214
|
+
];
|
|
215
|
+
n0_registry.registerError(SecretsErrorException$, SecretsErrorException);
|
|
216
|
+
export var ServiceUnavailableError$ = [-3, n0, _SUE,
|
|
217
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
218
|
+
[],
|
|
219
|
+
[]
|
|
220
|
+
];
|
|
221
|
+
n0_registry.registerError(ServiceUnavailableError$, ServiceUnavailableError);
|
|
222
|
+
export var StatementTimeoutException$ = [-3, n0, _STE,
|
|
223
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
224
|
+
[_m, _dCI],
|
|
225
|
+
[0, 1]
|
|
226
|
+
];
|
|
227
|
+
n0_registry.registerError(StatementTimeoutException$, StatementTimeoutException);
|
|
228
|
+
export var TransactionNotFoundException$ = [-3, n0, _TNFE,
|
|
229
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
230
|
+
[_m],
|
|
231
|
+
[0]
|
|
232
|
+
];
|
|
233
|
+
n0_registry.registerError(TransactionNotFoundException$, TransactionNotFoundException);
|
|
234
|
+
export var UnsupportedResultException$ = [-3, n0, _URE,
|
|
235
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
236
|
+
[_m],
|
|
237
|
+
[0]
|
|
238
|
+
];
|
|
239
|
+
n0_registry.registerError(UnsupportedResultException$, UnsupportedResultException);
|
|
240
|
+
export const errorTypeRegistries = [
|
|
241
|
+
_s_registry,
|
|
242
|
+
n0_registry,
|
|
243
|
+
];
|
|
146
244
|
export var BatchExecuteStatementRequest$ = [3, n0, _BESR,
|
|
147
245
|
0,
|
|
148
|
-
[_rA, _sA,
|
|
246
|
+
[_rA, _sA, _sq, _d, _sc, _pS, _tI],
|
|
149
247
|
[0, 0, 0, 0, 0, () => SqlParameterSets, 0], 3
|
|
150
248
|
];
|
|
151
249
|
export var BatchExecuteStatementResponse$ = [3, n0, _BESRa,
|
|
@@ -178,30 +276,6 @@ export var CommitTransactionResponse$ = [3, n0, _CTRo,
|
|
|
178
276
|
[_tS],
|
|
179
277
|
[0]
|
|
180
278
|
];
|
|
181
|
-
export var DatabaseErrorException$ = [-3, n0, _DEE,
|
|
182
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
183
|
-
[_m],
|
|
184
|
-
[0]
|
|
185
|
-
];
|
|
186
|
-
TypeRegistry.for(n0).registerError(DatabaseErrorException$, DatabaseErrorException);
|
|
187
|
-
export var DatabaseNotFoundException$ = [-3, n0, _DNFE,
|
|
188
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
189
|
-
[_m],
|
|
190
|
-
[0]
|
|
191
|
-
];
|
|
192
|
-
TypeRegistry.for(n0).registerError(DatabaseNotFoundException$, DatabaseNotFoundException);
|
|
193
|
-
export var DatabaseResumingException$ = [-3, n0, _DRE,
|
|
194
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
195
|
-
[_m],
|
|
196
|
-
[0]
|
|
197
|
-
];
|
|
198
|
-
TypeRegistry.for(n0).registerError(DatabaseResumingException$, DatabaseResumingException);
|
|
199
|
-
export var DatabaseUnavailableException$ = [-3, n0, _DUE,
|
|
200
|
-
{ [_e]: _se, [_hE]: 504 },
|
|
201
|
-
[],
|
|
202
|
-
[]
|
|
203
|
-
];
|
|
204
|
-
TypeRegistry.for(n0).registerError(DatabaseUnavailableException$, DatabaseUnavailableException);
|
|
205
279
|
export var ExecuteSqlRequest$ = [3, n0, _ESR,
|
|
206
280
|
0,
|
|
207
281
|
[_dCOIA, _aSSA, _sS, _d, _sc],
|
|
@@ -214,7 +288,7 @@ export var ExecuteSqlResponse$ = [3, n0, _ESRx,
|
|
|
214
288
|
];
|
|
215
289
|
export var ExecuteStatementRequest$ = [3, n0, _ESRxe,
|
|
216
290
|
0,
|
|
217
|
-
[_rA, _sA,
|
|
291
|
+
[_rA, _sA, _sq, _d, _sc, _pa, _tI, _iRM, _cAT, _rSO, _fRA],
|
|
218
292
|
[0, 0, 0, 0, 0, () => SqlParametersList, 0, 2, 2, () => ResultSetOptions$, 0], 3
|
|
219
293
|
];
|
|
220
294
|
export var ExecuteStatementResponse$ = [3, n0, _ESRxec,
|
|
@@ -222,42 +296,6 @@ export var ExecuteStatementResponse$ = [3, n0, _ESRxec,
|
|
|
222
296
|
[_r, _cM, _nORU, _gF, _fR],
|
|
223
297
|
[() => SqlRecords, () => Metadata, 1, () => FieldList, 0]
|
|
224
298
|
];
|
|
225
|
-
export var ForbiddenException$ = [-3, n0, _FE,
|
|
226
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
227
|
-
[_m],
|
|
228
|
-
[0]
|
|
229
|
-
];
|
|
230
|
-
TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
231
|
-
export var HttpEndpointNotEnabledException$ = [-3, n0, _HENEE,
|
|
232
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
233
|
-
[_m],
|
|
234
|
-
[0]
|
|
235
|
-
];
|
|
236
|
-
TypeRegistry.for(n0).registerError(HttpEndpointNotEnabledException$, HttpEndpointNotEnabledException);
|
|
237
|
-
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
238
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
239
|
-
[],
|
|
240
|
-
[]
|
|
241
|
-
];
|
|
242
|
-
TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
243
|
-
export var InvalidResourceStateException$ = [-3, n0, _IRSE,
|
|
244
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
245
|
-
[_m],
|
|
246
|
-
[0]
|
|
247
|
-
];
|
|
248
|
-
TypeRegistry.for(n0).registerError(InvalidResourceStateException$, InvalidResourceStateException);
|
|
249
|
-
export var InvalidSecretException$ = [-3, n0, _ISE,
|
|
250
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
251
|
-
[_m],
|
|
252
|
-
[0]
|
|
253
|
-
];
|
|
254
|
-
TypeRegistry.for(n0).registerError(InvalidSecretException$, InvalidSecretException);
|
|
255
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
256
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
257
|
-
[_m],
|
|
258
|
-
[0]
|
|
259
|
-
];
|
|
260
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
261
299
|
export var _Record$ = [3, n0, _R,
|
|
262
300
|
0,
|
|
263
301
|
[_v],
|
|
@@ -288,18 +326,6 @@ export var RollbackTransactionResponse$ = [3, n0, _RTRo,
|
|
|
288
326
|
[_tS],
|
|
289
327
|
[0]
|
|
290
328
|
];
|
|
291
|
-
export var SecretsErrorException$ = [-3, n0, _SEE,
|
|
292
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
293
|
-
[_m],
|
|
294
|
-
[0]
|
|
295
|
-
];
|
|
296
|
-
TypeRegistry.for(n0).registerError(SecretsErrorException$, SecretsErrorException);
|
|
297
|
-
export var ServiceUnavailableError$ = [-3, n0, _SUE,
|
|
298
|
-
{ [_e]: _se, [_hE]: 503 },
|
|
299
|
-
[],
|
|
300
|
-
[]
|
|
301
|
-
];
|
|
302
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableError$, ServiceUnavailableError);
|
|
303
329
|
export var SqlParameter$ = [3, n0, _SP,
|
|
304
330
|
0,
|
|
305
331
|
[_n, _va, _tH],
|
|
@@ -310,36 +336,16 @@ export var SqlStatementResult$ = [3, n0, _SSR,
|
|
|
310
336
|
[_rF, _nORU],
|
|
311
337
|
[() => ResultFrame$, 1]
|
|
312
338
|
];
|
|
313
|
-
export var StatementTimeoutException$ = [-3, n0, _STE,
|
|
314
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
315
|
-
[_m, _dCI],
|
|
316
|
-
[0, 1]
|
|
317
|
-
];
|
|
318
|
-
TypeRegistry.for(n0).registerError(StatementTimeoutException$, StatementTimeoutException);
|
|
319
339
|
export var StructValue$ = [3, n0, _SV,
|
|
320
340
|
0,
|
|
321
341
|
[_a],
|
|
322
342
|
[() => ArrayValueList]
|
|
323
343
|
];
|
|
324
|
-
export var TransactionNotFoundException$ = [-3, n0, _TNFE,
|
|
325
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
326
|
-
[_m],
|
|
327
|
-
[0]
|
|
328
|
-
];
|
|
329
|
-
TypeRegistry.for(n0).registerError(TransactionNotFoundException$, TransactionNotFoundException);
|
|
330
|
-
export var UnsupportedResultException$ = [-3, n0, _URE,
|
|
331
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
332
|
-
[_m],
|
|
333
|
-
[0]
|
|
334
|
-
];
|
|
335
|
-
TypeRegistry.for(n0).registerError(UnsupportedResultException$, UnsupportedResultException);
|
|
336
344
|
export var UpdateResult$ = [3, n0, _UR,
|
|
337
345
|
0,
|
|
338
346
|
[_gF],
|
|
339
347
|
[() => FieldList]
|
|
340
348
|
];
|
|
341
|
-
export var RDSDataServiceException$ = [-3, _sm, "RDSDataServiceException", 0, [], []];
|
|
342
|
-
TypeRegistry.for(_sm).registerError(RDSDataServiceException$, RDSDataServiceException);
|
|
343
349
|
var ArrayOfArray = [1, n0, _AOA,
|
|
344
350
|
0, () => ArrayValue$
|
|
345
351
|
];
|
|
@@ -1,6 +1,29 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var RDSDataServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
6
|
+
export declare var DatabaseErrorException$: StaticErrorSchema;
|
|
7
|
+
export declare var DatabaseNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var DatabaseResumingException$: StaticErrorSchema;
|
|
9
|
+
export declare var DatabaseUnavailableException$: StaticErrorSchema;
|
|
10
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
11
|
+
export declare var HttpEndpointNotEnabledException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidResourceStateException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidSecretException$: StaticErrorSchema;
|
|
15
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var SecretsErrorException$: StaticErrorSchema;
|
|
17
|
+
export declare var ServiceUnavailableError$: StaticErrorSchema;
|
|
18
|
+
export declare var StatementTimeoutException$: StaticErrorSchema;
|
|
19
|
+
export declare var TransactionNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var UnsupportedResultException$: StaticErrorSchema;
|
|
21
|
+
/**
|
|
22
|
+
* TypeRegistry instances containing modeled errors.
|
|
23
|
+
* @internal
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
27
|
export declare var BatchExecuteStatementRequest$: StaticStructureSchema;
|
|
5
28
|
export declare var BatchExecuteStatementResponse$: StaticStructureSchema;
|
|
6
29
|
export declare var BeginTransactionRequest$: StaticStructureSchema;
|
|
@@ -8,36 +31,20 @@ export declare var BeginTransactionResponse$: StaticStructureSchema;
|
|
|
8
31
|
export declare var ColumnMetadata$: StaticStructureSchema;
|
|
9
32
|
export declare var CommitTransactionRequest$: StaticStructureSchema;
|
|
10
33
|
export declare var CommitTransactionResponse$: StaticStructureSchema;
|
|
11
|
-
export declare var DatabaseErrorException$: StaticErrorSchema;
|
|
12
|
-
export declare var DatabaseNotFoundException$: StaticErrorSchema;
|
|
13
|
-
export declare var DatabaseResumingException$: StaticErrorSchema;
|
|
14
|
-
export declare var DatabaseUnavailableException$: StaticErrorSchema;
|
|
15
34
|
export declare var ExecuteSqlRequest$: StaticStructureSchema;
|
|
16
35
|
export declare var ExecuteSqlResponse$: StaticStructureSchema;
|
|
17
36
|
export declare var ExecuteStatementRequest$: StaticStructureSchema;
|
|
18
37
|
export declare var ExecuteStatementResponse$: StaticStructureSchema;
|
|
19
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
20
|
-
export declare var HttpEndpointNotEnabledException$: StaticErrorSchema;
|
|
21
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
22
|
-
export declare var InvalidResourceStateException$: StaticErrorSchema;
|
|
23
|
-
export declare var InvalidSecretException$: StaticErrorSchema;
|
|
24
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
25
38
|
export declare var _Record$: StaticStructureSchema;
|
|
26
39
|
export declare var ResultFrame$: StaticStructureSchema;
|
|
27
40
|
export declare var ResultSetMetadata$: StaticStructureSchema;
|
|
28
41
|
export declare var ResultSetOptions$: StaticStructureSchema;
|
|
29
42
|
export declare var RollbackTransactionRequest$: StaticStructureSchema;
|
|
30
43
|
export declare var RollbackTransactionResponse$: StaticStructureSchema;
|
|
31
|
-
export declare var SecretsErrorException$: StaticErrorSchema;
|
|
32
|
-
export declare var ServiceUnavailableError$: StaticErrorSchema;
|
|
33
44
|
export declare var SqlParameter$: StaticStructureSchema;
|
|
34
45
|
export declare var SqlStatementResult$: StaticStructureSchema;
|
|
35
|
-
export declare var StatementTimeoutException$: StaticErrorSchema;
|
|
36
46
|
export declare var StructValue$: StaticStructureSchema;
|
|
37
|
-
export declare var TransactionNotFoundException$: StaticErrorSchema;
|
|
38
|
-
export declare var UnsupportedResultException$: StaticErrorSchema;
|
|
39
47
|
export declare var UpdateResult$: StaticStructureSchema;
|
|
40
|
-
export declare var RDSDataServiceException$: StaticErrorSchema;
|
|
41
48
|
export declare var ArrayValue$: StaticUnionSchema;
|
|
42
49
|
export declare var Field$: StaticUnionSchema;
|
|
43
50
|
export declare var Value$: StaticUnionSchema;
|
|
@@ -1,11 +1,29 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var RDSDataServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
8
10
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
11
|
+
export declare var DatabaseErrorException$: StaticErrorSchema;
|
|
12
|
+
export declare var DatabaseNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var DatabaseResumingException$: StaticErrorSchema;
|
|
14
|
+
export declare var DatabaseUnavailableException$: StaticErrorSchema;
|
|
15
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
16
|
+
export declare var HttpEndpointNotEnabledException$: StaticErrorSchema;
|
|
17
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidResourceStateException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidSecretException$: StaticErrorSchema;
|
|
20
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
21
|
+
export declare var SecretsErrorException$: StaticErrorSchema;
|
|
22
|
+
export declare var ServiceUnavailableError$: StaticErrorSchema;
|
|
23
|
+
export declare var StatementTimeoutException$: StaticErrorSchema;
|
|
24
|
+
export declare var TransactionNotFoundException$: StaticErrorSchema;
|
|
25
|
+
export declare var UnsupportedResultException$: StaticErrorSchema;
|
|
26
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
9
27
|
export declare var BatchExecuteStatementRequest$: StaticStructureSchema;
|
|
10
28
|
export declare var BatchExecuteStatementResponse$: StaticStructureSchema;
|
|
11
29
|
export declare var BeginTransactionRequest$: StaticStructureSchema;
|
|
@@ -13,36 +31,20 @@ export declare var BeginTransactionResponse$: StaticStructureSchema;
|
|
|
13
31
|
export declare var ColumnMetadata$: StaticStructureSchema;
|
|
14
32
|
export declare var CommitTransactionRequest$: StaticStructureSchema;
|
|
15
33
|
export declare var CommitTransactionResponse$: StaticStructureSchema;
|
|
16
|
-
export declare var DatabaseErrorException$: StaticErrorSchema;
|
|
17
|
-
export declare var DatabaseNotFoundException$: StaticErrorSchema;
|
|
18
|
-
export declare var DatabaseResumingException$: StaticErrorSchema;
|
|
19
|
-
export declare var DatabaseUnavailableException$: StaticErrorSchema;
|
|
20
34
|
export declare var ExecuteSqlRequest$: StaticStructureSchema;
|
|
21
35
|
export declare var ExecuteSqlResponse$: StaticStructureSchema;
|
|
22
36
|
export declare var ExecuteStatementRequest$: StaticStructureSchema;
|
|
23
37
|
export declare var ExecuteStatementResponse$: StaticStructureSchema;
|
|
24
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
25
|
-
export declare var HttpEndpointNotEnabledException$: StaticErrorSchema;
|
|
26
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
27
|
-
export declare var InvalidResourceStateException$: StaticErrorSchema;
|
|
28
|
-
export declare var InvalidSecretException$: StaticErrorSchema;
|
|
29
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
30
38
|
export declare var _Record$: StaticStructureSchema;
|
|
31
39
|
export declare var ResultFrame$: StaticStructureSchema;
|
|
32
40
|
export declare var ResultSetMetadata$: StaticStructureSchema;
|
|
33
41
|
export declare var ResultSetOptions$: StaticStructureSchema;
|
|
34
42
|
export declare var RollbackTransactionRequest$: StaticStructureSchema;
|
|
35
43
|
export declare var RollbackTransactionResponse$: StaticStructureSchema;
|
|
36
|
-
export declare var SecretsErrorException$: StaticErrorSchema;
|
|
37
|
-
export declare var ServiceUnavailableError$: StaticErrorSchema;
|
|
38
44
|
export declare var SqlParameter$: StaticStructureSchema;
|
|
39
45
|
export declare var SqlStatementResult$: StaticStructureSchema;
|
|
40
|
-
export declare var StatementTimeoutException$: StaticErrorSchema;
|
|
41
46
|
export declare var StructValue$: StaticStructureSchema;
|
|
42
|
-
export declare var TransactionNotFoundException$: StaticErrorSchema;
|
|
43
|
-
export declare var UnsupportedResultException$: StaticErrorSchema;
|
|
44
47
|
export declare var UpdateResult$: StaticStructureSchema;
|
|
45
|
-
export declare var RDSDataServiceException$: StaticErrorSchema;
|
|
46
48
|
export declare var ArrayValue$: StaticUnionSchema;
|
|
47
49
|
export declare var Field$: StaticUnionSchema;
|
|
48
50
|
export declare var Value$: StaticUnionSchema;
|
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.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds-data",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|