@aws-sdk/client-rtbfabric 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 +46 -952
- package/dist-cjs/models/RTBFabricServiceException.js +12 -0
- package/dist-cjs/models/errors.js +97 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +736 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +74 -68
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultRTBFabricHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2023-05-15",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.rtbfabric",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2023-05-15",
|
|
30
32
|
serviceTarget: "RTBFabric",
|
|
31
33
|
},
|
|
@@ -179,12 +179,12 @@ const _rC = "reasonCode";
|
|
|
179
179
|
const _rEM = "responderErrorMasking";
|
|
180
180
|
const _rL = "rateLimiter";
|
|
181
181
|
const _rLP = "responseLoggingPercentage";
|
|
182
|
-
const _s = "
|
|
182
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.rtbfabric";
|
|
183
183
|
const _sGI = "securityGroupIds";
|
|
184
184
|
const _sI = "subnetIds";
|
|
185
185
|
const _sa = "sampling";
|
|
186
186
|
const _se = "server";
|
|
187
|
-
const
|
|
187
|
+
const _st = "status";
|
|
188
188
|
const _t = "tags";
|
|
189
189
|
const _tK = "tagKeys";
|
|
190
190
|
const _tLC = "totalLinksCount";
|
|
@@ -199,6 +199,56 @@ const n0 = "com.amazonaws.rtbfabric";
|
|
|
199
199
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
200
200
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
201
201
|
import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
202
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
203
|
+
export var RTBFabricServiceException$ = [-3, _s, "RTBFabricServiceException", 0, [], []];
|
|
204
|
+
_s_registry.registerError(RTBFabricServiceException$, RTBFabricServiceException);
|
|
205
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
206
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
207
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
208
|
+
[_m],
|
|
209
|
+
[0], 1
|
|
210
|
+
];
|
|
211
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
212
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
213
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
214
|
+
[_m],
|
|
215
|
+
[0], 1
|
|
216
|
+
];
|
|
217
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
218
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
219
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
220
|
+
[_m],
|
|
221
|
+
[0], 1
|
|
222
|
+
];
|
|
223
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
224
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
225
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
226
|
+
[_m],
|
|
227
|
+
[0], 1
|
|
228
|
+
];
|
|
229
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
230
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
231
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
232
|
+
[_m],
|
|
233
|
+
[0], 1
|
|
234
|
+
];
|
|
235
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
236
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
237
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
238
|
+
[_m],
|
|
239
|
+
[0], 1
|
|
240
|
+
];
|
|
241
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
242
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
243
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
244
|
+
[_m],
|
|
245
|
+
[0], 1
|
|
246
|
+
];
|
|
247
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
248
|
+
export const errorTypeRegistries = [
|
|
249
|
+
_s_registry,
|
|
250
|
+
n0_registry,
|
|
251
|
+
];
|
|
202
252
|
var Base64EncodedCertificateChain = [0, n0, _BECC, 8, 0];
|
|
203
253
|
export var AcceptLinkRequest$ = [3, n0, _ALR,
|
|
204
254
|
0,
|
|
@@ -207,26 +257,14 @@ export var AcceptLinkRequest$ = [3, n0, _ALR,
|
|
|
207
257
|
];
|
|
208
258
|
export var AcceptLinkResponse$ = [3, n0, _ALRc,
|
|
209
259
|
0,
|
|
210
|
-
[_gI, _pGI,
|
|
260
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a],
|
|
211
261
|
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$], 6
|
|
212
262
|
];
|
|
213
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
214
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
215
|
-
[_m],
|
|
216
|
-
[0], 1
|
|
217
|
-
];
|
|
218
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
219
263
|
export var AutoScalingGroupsConfiguration$ = [3, n0, _ASGC,
|
|
220
264
|
0,
|
|
221
265
|
[_aSGN, _rA],
|
|
222
266
|
[64 | 0, 0], 2
|
|
223
267
|
];
|
|
224
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
225
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
226
|
-
[_m],
|
|
227
|
-
[0], 1
|
|
228
|
-
];
|
|
229
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
230
268
|
export var CreateInboundExternalLinkRequest$ = [3, n0, _CIELR,
|
|
231
269
|
0,
|
|
232
270
|
[_gI, _lS, _cT, _a, _t],
|
|
@@ -234,7 +272,7 @@ export var CreateInboundExternalLinkRequest$ = [3, n0, _CIELR,
|
|
|
234
272
|
];
|
|
235
273
|
export var CreateInboundExternalLinkResponse$ = [3, n0, _CIELRr,
|
|
236
274
|
0,
|
|
237
|
-
[_gI, _lI,
|
|
275
|
+
[_gI, _lI, _st, _dN],
|
|
238
276
|
[0, 0, 0, 0], 4
|
|
239
277
|
];
|
|
240
278
|
export var CreateLinkRequest$ = [3, n0, _CLR,
|
|
@@ -244,7 +282,7 @@ export var CreateLinkRequest$ = [3, n0, _CLR,
|
|
|
244
282
|
];
|
|
245
283
|
export var CreateLinkResponse$ = [3, n0, _CLRr,
|
|
246
284
|
0,
|
|
247
|
-
[_gI, _pGI,
|
|
285
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _cPI],
|
|
248
286
|
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 0], 6
|
|
249
287
|
];
|
|
250
288
|
export var CreateOutboundExternalLinkRequest$ = [3, n0, _COELR,
|
|
@@ -254,7 +292,7 @@ export var CreateOutboundExternalLinkRequest$ = [3, n0, _COELR,
|
|
|
254
292
|
];
|
|
255
293
|
export var CreateOutboundExternalLinkResponse$ = [3, n0, _COELRr,
|
|
256
294
|
0,
|
|
257
|
-
[_gI, _lI,
|
|
295
|
+
[_gI, _lI, _st],
|
|
258
296
|
[0, 0, 0], 3
|
|
259
297
|
];
|
|
260
298
|
export var CreateRequesterGatewayRequest$ = [3, n0, _CRGR,
|
|
@@ -264,7 +302,7 @@ export var CreateRequesterGatewayRequest$ = [3, n0, _CRGR,
|
|
|
264
302
|
];
|
|
265
303
|
export var CreateRequesterGatewayResponse$ = [3, n0, _CRGRr,
|
|
266
304
|
0,
|
|
267
|
-
[_gI, _dN,
|
|
305
|
+
[_gI, _dN, _st],
|
|
268
306
|
[0, 0, 0], 3
|
|
269
307
|
];
|
|
270
308
|
export var CreateResponderGatewayRequest$ = [3, n0, _CRGRre,
|
|
@@ -274,7 +312,7 @@ export var CreateResponderGatewayRequest$ = [3, n0, _CRGRre,
|
|
|
274
312
|
];
|
|
275
313
|
export var CreateResponderGatewayResponse$ = [3, n0, _CRGRrea,
|
|
276
314
|
0,
|
|
277
|
-
[_gI,
|
|
315
|
+
[_gI, _st],
|
|
278
316
|
[0, 0], 2
|
|
279
317
|
];
|
|
280
318
|
export var DeleteInboundExternalLinkRequest$ = [3, n0, _DIELR,
|
|
@@ -284,7 +322,7 @@ export var DeleteInboundExternalLinkRequest$ = [3, n0, _DIELR,
|
|
|
284
322
|
];
|
|
285
323
|
export var DeleteInboundExternalLinkResponse$ = [3, n0, _DIELRe,
|
|
286
324
|
0,
|
|
287
|
-
[_lI,
|
|
325
|
+
[_lI, _st],
|
|
288
326
|
[0, 0], 2
|
|
289
327
|
];
|
|
290
328
|
export var DeleteLinkRequest$ = [3, n0, _DLR,
|
|
@@ -294,7 +332,7 @@ export var DeleteLinkRequest$ = [3, n0, _DLR,
|
|
|
294
332
|
];
|
|
295
333
|
export var DeleteLinkResponse$ = [3, n0, _DLRe,
|
|
296
334
|
0,
|
|
297
|
-
[_lI,
|
|
335
|
+
[_lI, _st],
|
|
298
336
|
[0, 0], 2
|
|
299
337
|
];
|
|
300
338
|
export var DeleteOutboundExternalLinkRequest$ = [3, n0, _DOELR,
|
|
@@ -304,7 +342,7 @@ export var DeleteOutboundExternalLinkRequest$ = [3, n0, _DOELR,
|
|
|
304
342
|
];
|
|
305
343
|
export var DeleteOutboundExternalLinkResponse$ = [3, n0, _DOELRe,
|
|
306
344
|
0,
|
|
307
|
-
[_lI,
|
|
345
|
+
[_lI, _st],
|
|
308
346
|
[0, 0], 2
|
|
309
347
|
];
|
|
310
348
|
export var DeleteRequesterGatewayRequest$ = [3, n0, _DRGR,
|
|
@@ -314,7 +352,7 @@ export var DeleteRequesterGatewayRequest$ = [3, n0, _DRGR,
|
|
|
314
352
|
];
|
|
315
353
|
export var DeleteRequesterGatewayResponse$ = [3, n0, _DRGRe,
|
|
316
354
|
0,
|
|
317
|
-
[_gI,
|
|
355
|
+
[_gI, _st],
|
|
318
356
|
[0, 0], 2
|
|
319
357
|
];
|
|
320
358
|
export var DeleteResponderGatewayRequest$ = [3, n0, _DRGRel,
|
|
@@ -324,7 +362,7 @@ export var DeleteResponderGatewayRequest$ = [3, n0, _DRGRel,
|
|
|
324
362
|
];
|
|
325
363
|
export var DeleteResponderGatewayResponse$ = [3, n0, _DRGRele,
|
|
326
364
|
0,
|
|
327
|
-
[_gI,
|
|
365
|
+
[_gI, _st],
|
|
328
366
|
[0, 0], 2
|
|
329
367
|
];
|
|
330
368
|
export var EksEndpointsConfiguration$ = [3, n0, _EEC,
|
|
@@ -349,7 +387,7 @@ export var GetInboundExternalLinkRequest$ = [3, n0, _GIELR,
|
|
|
349
387
|
];
|
|
350
388
|
export var GetInboundExternalLinkResponse$ = [3, n0, _GIELRe,
|
|
351
389
|
0,
|
|
352
|
-
[_gI, _lI,
|
|
390
|
+
[_gI, _lI, _st, _dN, _fM, _pFM, _a, _cA, _uA, _t, _lS],
|
|
353
391
|
[0, 0, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 4, 4, 128 | 0, () => LinkLogSettings$], 4
|
|
354
392
|
];
|
|
355
393
|
export var GetLinkRequest$ = [3, n0, _GLR,
|
|
@@ -359,7 +397,7 @@ export var GetLinkRequest$ = [3, n0, _GLR,
|
|
|
359
397
|
];
|
|
360
398
|
export var GetLinkResponse$ = [3, n0, _GLRe,
|
|
361
399
|
0,
|
|
362
|
-
[_gI, _pGI,
|
|
400
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _t, _lS],
|
|
363
401
|
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 128 | 0, () => LinkLogSettings$], 6
|
|
364
402
|
];
|
|
365
403
|
export var GetOutboundExternalLinkRequest$ = [3, n0, _GOELR,
|
|
@@ -369,7 +407,7 @@ export var GetOutboundExternalLinkRequest$ = [3, n0, _GOELR,
|
|
|
369
407
|
];
|
|
370
408
|
export var GetOutboundExternalLinkResponse$ = [3, n0, _GOELRe,
|
|
371
409
|
0,
|
|
372
|
-
[_gI, _lI,
|
|
410
|
+
[_gI, _lI, _st, _pE, _cA, _uA, _t, _lS],
|
|
373
411
|
[0, 0, 0, 0, 4, 4, 128 | 0, () => LinkLogSettings$], 4
|
|
374
412
|
];
|
|
375
413
|
export var GetRequesterGatewayRequest$ = [3, n0, _GRGR,
|
|
@@ -379,7 +417,7 @@ export var GetRequesterGatewayRequest$ = [3, n0, _GRGR,
|
|
|
379
417
|
];
|
|
380
418
|
export var GetRequesterGatewayResponse$ = [3, n0, _GRGRe,
|
|
381
419
|
0,
|
|
382
|
-
[
|
|
420
|
+
[_st, _dN, _vI, _sI, _sGI, _gI, _de, _cA, _uA, _t, _aLC, _tLC],
|
|
383
421
|
[0, 0, 0, 64 | 0, 64 | 0, 0, 0, 4, 4, 128 | 0, 1, 1], 6
|
|
384
422
|
];
|
|
385
423
|
export var GetResponderGatewayRequest$ = [3, n0, _GRGRet,
|
|
@@ -389,7 +427,7 @@ export var GetResponderGatewayRequest$ = [3, n0, _GRGRet,
|
|
|
389
427
|
];
|
|
390
428
|
export var GetResponderGatewayResponse$ = [3, n0, _GRGRete,
|
|
391
429
|
0,
|
|
392
|
-
[_vI, _sI, _sGI,
|
|
430
|
+
[_vI, _sI, _sGI, _st, _p, _pr, _gI, _de, _cA, _uA, _dN, _tSC, _mEC, _t, _aLC, _tLC, _iLC],
|
|
393
431
|
[0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1], 7
|
|
394
432
|
];
|
|
395
433
|
export var HeaderTagAction$ = [3, n0, _HTA,
|
|
@@ -397,12 +435,6 @@ export var HeaderTagAction$ = [3, n0, _HTA,
|
|
|
397
435
|
[_n, _va],
|
|
398
436
|
[0, 0], 2
|
|
399
437
|
];
|
|
400
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
401
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
402
|
-
[_m],
|
|
403
|
-
[0], 1
|
|
404
|
-
];
|
|
405
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
406
438
|
export var LinkApplicationLogConfiguration$ = [3, n0, _LALC,
|
|
407
439
|
0,
|
|
408
440
|
[_sa],
|
|
@@ -435,7 +467,7 @@ export var ListLinksResponse$ = [3, n0, _LLRi,
|
|
|
435
467
|
];
|
|
436
468
|
export var ListLinksResponseStructure$ = [3, n0, _LLRS,
|
|
437
469
|
0,
|
|
438
|
-
[_gI, _pGI,
|
|
470
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _t],
|
|
439
471
|
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 128 | 0], 6
|
|
440
472
|
];
|
|
441
473
|
export var ListRequesterGatewaysRequest$ = [3, n0, _LRGR,
|
|
@@ -500,26 +532,14 @@ export var RejectLinkRequest$ = [3, n0, _RLR,
|
|
|
500
532
|
];
|
|
501
533
|
export var RejectLinkResponse$ = [3, n0, _RLRe,
|
|
502
534
|
0,
|
|
503
|
-
[_gI, _pGI,
|
|
535
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a],
|
|
504
536
|
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$], 6
|
|
505
537
|
];
|
|
506
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
507
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
508
|
-
[_m],
|
|
509
|
-
[0], 1
|
|
510
|
-
];
|
|
511
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
512
538
|
export var ResponderErrorMaskingForHttpCode$ = [3, n0, _REMFHC,
|
|
513
539
|
0,
|
|
514
540
|
[_hC, _ac, _lT, _rLP],
|
|
515
541
|
[0, 0, 64 | 0, 1], 3
|
|
516
542
|
];
|
|
517
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
518
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
519
|
-
[_m],
|
|
520
|
-
[0], 1
|
|
521
|
-
];
|
|
522
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
523
543
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
524
544
|
0,
|
|
525
545
|
[_rAe, _t],
|
|
@@ -530,12 +550,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
530
550
|
[],
|
|
531
551
|
[]
|
|
532
552
|
];
|
|
533
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
534
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
535
|
-
[_m],
|
|
536
|
-
[0], 1
|
|
537
|
-
];
|
|
538
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
539
553
|
export var TrustStoreConfiguration$ = [3, n0, _TSC,
|
|
540
554
|
0,
|
|
541
555
|
[_cAC],
|
|
@@ -558,7 +572,7 @@ export var UpdateLinkModuleFlowRequest$ = [3, n0, _ULMFR,
|
|
|
558
572
|
];
|
|
559
573
|
export var UpdateLinkModuleFlowResponse$ = [3, n0, _ULMFRp,
|
|
560
574
|
0,
|
|
561
|
-
[_gI, _lI,
|
|
575
|
+
[_gI, _lI, _st],
|
|
562
576
|
[0, 0, 0], 3
|
|
563
577
|
];
|
|
564
578
|
export var UpdateLinkRequest$ = [3, n0, _ULR,
|
|
@@ -568,7 +582,7 @@ export var UpdateLinkRequest$ = [3, n0, _ULR,
|
|
|
568
582
|
];
|
|
569
583
|
export var UpdateLinkResponse$ = [3, n0, _ULRp,
|
|
570
584
|
0,
|
|
571
|
-
[_lI,
|
|
585
|
+
[_lI, _st],
|
|
572
586
|
[0, 0], 2
|
|
573
587
|
];
|
|
574
588
|
export var UpdateRequesterGatewayRequest$ = [3, n0, _URGR,
|
|
@@ -578,7 +592,7 @@ export var UpdateRequesterGatewayRequest$ = [3, n0, _URGR,
|
|
|
578
592
|
];
|
|
579
593
|
export var UpdateRequesterGatewayResponse$ = [3, n0, _URGRp,
|
|
580
594
|
0,
|
|
581
|
-
[_gI,
|
|
595
|
+
[_gI, _st],
|
|
582
596
|
[0, 0], 2
|
|
583
597
|
];
|
|
584
598
|
export var UpdateResponderGatewayRequest$ = [3, n0, _URGRpd,
|
|
@@ -588,17 +602,9 @@ export var UpdateResponderGatewayRequest$ = [3, n0, _URGRpd,
|
|
|
588
602
|
];
|
|
589
603
|
export var UpdateResponderGatewayResponse$ = [3, n0, _URGRpda,
|
|
590
604
|
0,
|
|
591
|
-
[_gI,
|
|
605
|
+
[_gI, _st],
|
|
592
606
|
[0, 0], 2
|
|
593
607
|
];
|
|
594
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
595
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
596
|
-
[_m],
|
|
597
|
-
[0], 1
|
|
598
|
-
];
|
|
599
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
600
|
-
export var RTBFabricServiceException$ = [-3, _sm, "RTBFabricServiceException", 0, [], []];
|
|
601
|
-
TypeRegistry.for(_sm).registerError(RTBFabricServiceException$, RTBFabricServiceException);
|
|
602
608
|
var AutoScalingGroupNameList = 64 | 0;
|
|
603
609
|
var CertificateAuthorityCertificates = [1, n0, _CAC,
|
|
604
610
|
0, [() => Base64EncodedCertificateChain,
|
|
@@ -1,9 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var RTBFabricServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
17
|
export declare var AcceptLinkRequest$: StaticStructureSchema;
|
|
3
18
|
export declare var AcceptLinkResponse$: StaticStructureSchema;
|
|
4
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
19
|
export declare var AutoScalingGroupsConfiguration$: StaticStructureSchema;
|
|
6
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
7
20
|
export declare var CreateInboundExternalLinkRequest$: StaticStructureSchema;
|
|
8
21
|
export declare var CreateInboundExternalLinkResponse$: StaticStructureSchema;
|
|
9
22
|
export declare var CreateLinkRequest$: StaticStructureSchema;
|
|
@@ -38,7 +51,6 @@ export declare var GetRequesterGatewayResponse$: StaticStructureSchema;
|
|
|
38
51
|
export declare var GetResponderGatewayRequest$: StaticStructureSchema;
|
|
39
52
|
export declare var GetResponderGatewayResponse$: StaticStructureSchema;
|
|
40
53
|
export declare var HeaderTagAction$: StaticStructureSchema;
|
|
41
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
42
54
|
export declare var LinkApplicationLogConfiguration$: StaticStructureSchema;
|
|
43
55
|
export declare var LinkApplicationLogSampling$: StaticStructureSchema;
|
|
44
56
|
export declare var LinkAttributes$: StaticStructureSchema;
|
|
@@ -59,12 +71,9 @@ export declare var OpenRtbAttributeModuleParameters$: StaticStructureSchema;
|
|
|
59
71
|
export declare var RateLimiterModuleParameters$: StaticStructureSchema;
|
|
60
72
|
export declare var RejectLinkRequest$: StaticStructureSchema;
|
|
61
73
|
export declare var RejectLinkResponse$: StaticStructureSchema;
|
|
62
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
63
74
|
export declare var ResponderErrorMaskingForHttpCode$: StaticStructureSchema;
|
|
64
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
65
75
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
66
76
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
67
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
68
77
|
export declare var TrustStoreConfiguration$: StaticStructureSchema;
|
|
69
78
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
70
79
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -76,8 +85,6 @@ export declare var UpdateRequesterGatewayRequest$: StaticStructureSchema;
|
|
|
76
85
|
export declare var UpdateRequesterGatewayResponse$: StaticStructureSchema;
|
|
77
86
|
export declare var UpdateResponderGatewayRequest$: StaticStructureSchema;
|
|
78
87
|
export declare var UpdateResponderGatewayResponse$: StaticStructureSchema;
|
|
79
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
80
|
-
export declare var RTBFabricServiceException$: StaticErrorSchema;
|
|
81
88
|
export declare var Action$: StaticUnionSchema;
|
|
82
89
|
export declare var ManagedEndpointConfiguration$: StaticUnionSchema;
|
|
83
90
|
export declare var ModuleParameters$: StaticUnionSchema;
|
|
@@ -1,14 +1,22 @@
|
|
|
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 RTBFabricServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
17
|
export declare var AcceptLinkRequest$: StaticStructureSchema;
|
|
8
18
|
export declare var AcceptLinkResponse$: StaticStructureSchema;
|
|
9
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
19
|
export declare var AutoScalingGroupsConfiguration$: StaticStructureSchema;
|
|
11
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
12
20
|
export declare var CreateInboundExternalLinkRequest$: StaticStructureSchema;
|
|
13
21
|
export declare var CreateInboundExternalLinkResponse$: StaticStructureSchema;
|
|
14
22
|
export declare var CreateLinkRequest$: StaticStructureSchema;
|
|
@@ -43,7 +51,6 @@ export declare var GetRequesterGatewayResponse$: StaticStructureSchema;
|
|
|
43
51
|
export declare var GetResponderGatewayRequest$: StaticStructureSchema;
|
|
44
52
|
export declare var GetResponderGatewayResponse$: StaticStructureSchema;
|
|
45
53
|
export declare var HeaderTagAction$: StaticStructureSchema;
|
|
46
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
47
54
|
export declare var LinkApplicationLogConfiguration$: StaticStructureSchema;
|
|
48
55
|
export declare var LinkApplicationLogSampling$: StaticStructureSchema;
|
|
49
56
|
export declare var LinkAttributes$: StaticStructureSchema;
|
|
@@ -64,12 +71,9 @@ export declare var OpenRtbAttributeModuleParameters$: StaticStructureSchema;
|
|
|
64
71
|
export declare var RateLimiterModuleParameters$: StaticStructureSchema;
|
|
65
72
|
export declare var RejectLinkRequest$: StaticStructureSchema;
|
|
66
73
|
export declare var RejectLinkResponse$: StaticStructureSchema;
|
|
67
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
68
74
|
export declare var ResponderErrorMaskingForHttpCode$: StaticStructureSchema;
|
|
69
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
70
75
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
71
76
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
72
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
73
77
|
export declare var TrustStoreConfiguration$: StaticStructureSchema;
|
|
74
78
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
75
79
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -81,8 +85,6 @@ export declare var UpdateRequesterGatewayRequest$: StaticStructureSchema;
|
|
|
81
85
|
export declare var UpdateRequesterGatewayResponse$: StaticStructureSchema;
|
|
82
86
|
export declare var UpdateResponderGatewayRequest$: StaticStructureSchema;
|
|
83
87
|
export declare var UpdateResponderGatewayResponse$: StaticStructureSchema;
|
|
84
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
85
|
-
export declare var RTBFabricServiceException$: StaticErrorSchema;
|
|
86
88
|
export declare var Action$: StaticUnionSchema;
|
|
87
89
|
export declare var ManagedEndpointConfiguration$: StaticUnionSchema;
|
|
88
90
|
export declare var ModuleParameters$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rtbfabric",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rtbfabric 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-rtbfabric",
|
|
@@ -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",
|