@aws-sdk/client-route53globalresolver 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 +66 -1410
- package/dist-cjs/models/Route53GlobalResolverServiceException.js +12 -0
- package/dist-cjs/models/errors.js +127 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1087 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +91 -85
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- 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 { defaultRoute53GlobalResolverHttpAuthSchemeProvider } 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: "2022-09-27",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.route53globalresolver",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2022-09-27",
|
|
30
32
|
serviceTarget: "EC2DNSGlobalResolverCustomerAPI",
|
|
31
33
|
},
|
|
@@ -253,17 +253,17 @@ const _pr = "priority";
|
|
|
253
253
|
const _qC = "quotaCode";
|
|
254
254
|
const _qT = "qType";
|
|
255
255
|
const _qTu = "queryType";
|
|
256
|
-
const _r = "
|
|
256
|
+
const _r = "reason";
|
|
257
257
|
const _rA = "resourceArn";
|
|
258
258
|
const _rAS = "retryAfterSeconds";
|
|
259
259
|
const _rI = "resourceId";
|
|
260
260
|
const _rT = "resourceType";
|
|
261
|
-
const _re = "
|
|
262
|
-
const _s = "
|
|
261
|
+
const _re = "regions";
|
|
262
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53globalresolver";
|
|
263
263
|
const _sC = "serviceCode";
|
|
264
264
|
const _sM = "statusMessage";
|
|
265
265
|
const _se = "server";
|
|
266
|
-
const
|
|
266
|
+
const _st = "status";
|
|
267
267
|
const _su = "successes";
|
|
268
268
|
const _t = "tags";
|
|
269
269
|
const _tK = "tagKeys";
|
|
@@ -273,21 +273,65 @@ const n0 = "com.amazonaws.route53globalresolver";
|
|
|
273
273
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
274
274
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
275
275
|
import { Route53GlobalResolverServiceException } from "../models/Route53GlobalResolverServiceException";
|
|
276
|
-
|
|
276
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
277
|
+
export var Route53GlobalResolverServiceException$ = [-3, _s, "Route53GlobalResolverServiceException", 0, [], []];
|
|
278
|
+
_s_registry.registerError(Route53GlobalResolverServiceException$, Route53GlobalResolverServiceException);
|
|
279
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
277
280
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
278
281
|
{ [_e]: _c, [_hE]: 403 },
|
|
279
282
|
[_m],
|
|
280
283
|
[0], 1
|
|
281
284
|
];
|
|
282
|
-
|
|
285
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
286
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
287
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
288
|
+
[_m, _rT, _rI],
|
|
289
|
+
[0, 0, 0], 2
|
|
290
|
+
];
|
|
291
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
292
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
293
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
294
|
+
[_m, _rAS],
|
|
295
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
296
|
+
];
|
|
297
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
298
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
299
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
300
|
+
[_m, _rT, _rI],
|
|
301
|
+
[0, 0, 0], 2
|
|
302
|
+
];
|
|
303
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
304
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
305
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
306
|
+
[_m, _rT, _rI, _sC, _qC],
|
|
307
|
+
[0, 0, 0, 0, 0], 2
|
|
308
|
+
];
|
|
309
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
310
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
311
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
312
|
+
[_m, _sC, _qC, _rAS],
|
|
313
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
314
|
+
];
|
|
315
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
316
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
317
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
318
|
+
[_m, _r, _fL],
|
|
319
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
320
|
+
];
|
|
321
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
322
|
+
export const errorTypeRegistries = [
|
|
323
|
+
_s_registry,
|
|
324
|
+
n0_registry,
|
|
325
|
+
];
|
|
326
|
+
var AccessTokenValue = [0, n0, _ATV, 8, 0];
|
|
283
327
|
export var AccessSourcesItem$ = [3, n0, _ASI,
|
|
284
328
|
0,
|
|
285
|
-
[_a, _ci, _cA, _i, _iAT, _dVI, _p,
|
|
329
|
+
[_a, _ci, _cA, _i, _iAT, _dVI, _p, _st, _uA, _n],
|
|
286
330
|
[0, 0, 5, 0, 0, 0, 0, 0, 5, 0], 9
|
|
287
331
|
];
|
|
288
332
|
export var AccessTokenItem$ = [3, n0, _ATI,
|
|
289
333
|
0,
|
|
290
|
-
[_i, _a, _cA, _dVI, _eA, _gRI,
|
|
334
|
+
[_i, _a, _cA, _dVI, _eA, _gRI, _st, _uA, _n],
|
|
291
335
|
[0, 0, 5, 0, 5, 0, 0, 5, 0], 8
|
|
292
336
|
];
|
|
293
337
|
export var AssociateHostedZoneInput$ = [3, n0, _AHZI,
|
|
@@ -297,7 +341,7 @@ export var AssociateHostedZoneInput$ = [3, n0, _AHZI,
|
|
|
297
341
|
];
|
|
298
342
|
export var AssociateHostedZoneOutput$ = [3, n0, _AHZO,
|
|
299
343
|
0,
|
|
300
|
-
[_i, _rA, _hZI, _hZN, _n, _cA, _uA,
|
|
344
|
+
[_i, _rA, _hZI, _hZN, _n, _cA, _uA, _st],
|
|
301
345
|
[0, 0, 0, 0, 0, 5, 5, 0], 8
|
|
302
346
|
];
|
|
303
347
|
export var BatchCreateFirewallRuleInput$ = [3, n0, _BCFRI,
|
|
@@ -322,7 +366,7 @@ export var BatchCreateFirewallRuleOutputItem$ = [3, n0, _BCFROI,
|
|
|
322
366
|
];
|
|
323
367
|
export var BatchCreateFirewallRuleResult$ = [3, n0, _BCFRR,
|
|
324
368
|
0,
|
|
325
|
-
[_ac, _cT, _n, _dVI, _bODT, _bOD, _bOT, _bR, _cTo, _cA, _d, _dAP, _fDLI, _i, _mDLN, _pr, _qTu,
|
|
369
|
+
[_ac, _cT, _n, _dVI, _bODT, _bOD, _bOT, _bR, _cTo, _cA, _d, _dAP, _fDLI, _i, _mDLN, _pr, _qTu, _st, _uA],
|
|
326
370
|
[0, 0, 0, 0, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 5], 4
|
|
327
371
|
];
|
|
328
372
|
export var BatchDeleteFirewallRuleInput$ = [3, n0, _BDFRI,
|
|
@@ -347,7 +391,7 @@ export var BatchDeleteFirewallRuleOutputItem$ = [3, n0, _BDFROI,
|
|
|
347
391
|
];
|
|
348
392
|
export var BatchDeleteFirewallRuleResult$ = [3, n0, _BDFRR,
|
|
349
393
|
0,
|
|
350
|
-
[_i, _cT, _n,
|
|
394
|
+
[_i, _cT, _n, _st],
|
|
351
395
|
[0, 0, 0, 0], 1
|
|
352
396
|
];
|
|
353
397
|
export var BatchUpdateFirewallRuleInput$ = [3, n0, _BUFRI,
|
|
@@ -372,15 +416,9 @@ export var BatchUpdateFirewallRuleOutputItem$ = [3, n0, _BUFROI,
|
|
|
372
416
|
];
|
|
373
417
|
export var BatchUpdateFirewallRuleResult$ = [3, n0, _BUFRR,
|
|
374
418
|
0,
|
|
375
|
-
[_i, _ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _cA, _d, _dAP, _fDLI, _n, _pr, _dVI, _qTu,
|
|
419
|
+
[_i, _ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _cA, _d, _dAP, _fDLI, _n, _pr, _dVI, _qTu, _st, _uA],
|
|
376
420
|
[0, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 1, 0, 0, 0, 5], 1
|
|
377
421
|
];
|
|
378
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
379
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
380
|
-
[_m, _rT, _rI],
|
|
381
|
-
[0, 0, 0], 2
|
|
382
|
-
];
|
|
383
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
384
422
|
export var CreateAccessSourceInput$ = [3, n0, _CASI,
|
|
385
423
|
0,
|
|
386
424
|
[_ci, _dVI, _p, _cT, _iAT, _n, _t],
|
|
@@ -388,7 +426,7 @@ export var CreateAccessSourceInput$ = [3, n0, _CASI,
|
|
|
388
426
|
];
|
|
389
427
|
export var CreateAccessSourceOutput$ = [3, n0, _CASO,
|
|
390
428
|
0,
|
|
391
|
-
[_a, _ci, _cA, _i, _iAT, _dVI, _p,
|
|
429
|
+
[_a, _ci, _cA, _i, _iAT, _dVI, _p, _st, _uA, _n],
|
|
392
430
|
[0, 0, 5, 0, 0, 0, 0, 0, 5, 0], 9
|
|
393
431
|
];
|
|
394
432
|
export var CreateAccessTokenInput$ = [3, n0, _CATI,
|
|
@@ -398,7 +436,7 @@ export var CreateAccessTokenInput$ = [3, n0, _CATI,
|
|
|
398
436
|
];
|
|
399
437
|
export var CreateAccessTokenOutput$ = [3, n0, _CATO,
|
|
400
438
|
0,
|
|
401
|
-
[_i, _a, _cA, _dVI, _eA,
|
|
439
|
+
[_i, _a, _cA, _dVI, _eA, _st, _v, _cT, _n],
|
|
402
440
|
[0, 0, 5, 0, 5, 0, [() => AccessTokenValue, 0], 0, 0], 7
|
|
403
441
|
];
|
|
404
442
|
export var CreateDNSViewInput$ = [3, n0, _CDNSVI,
|
|
@@ -408,7 +446,7 @@ export var CreateDNSViewInput$ = [3, n0, _CDNSVI,
|
|
|
408
446
|
];
|
|
409
447
|
export var CreateDNSViewOutput$ = [3, n0, _CDNSVO,
|
|
410
448
|
0,
|
|
411
|
-
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA,
|
|
449
|
+
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _cT, _d],
|
|
412
450
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 10
|
|
413
451
|
];
|
|
414
452
|
export var CreateFirewallDomainListInput$ = [3, n0, _CFDLI,
|
|
@@ -418,7 +456,7 @@ export var CreateFirewallDomainListInput$ = [3, n0, _CFDLI,
|
|
|
418
456
|
];
|
|
419
457
|
export var CreateFirewallDomainListOutput$ = [3, n0, _CFDLO,
|
|
420
458
|
0,
|
|
421
|
-
[_a, _gRI, _cA, _dC, _i, _n,
|
|
459
|
+
[_a, _gRI, _cA, _dC, _i, _n, _st, _uA, _d],
|
|
422
460
|
[0, 0, 5, 1, 0, 0, 0, 5, 0], 8
|
|
423
461
|
];
|
|
424
462
|
export var CreateFirewallRuleInput$ = [3, n0, _CFRI,
|
|
@@ -428,17 +466,17 @@ export var CreateFirewallRuleInput$ = [3, n0, _CFRI,
|
|
|
428
466
|
];
|
|
429
467
|
export var CreateFirewallRuleOutput$ = [3, n0, _CFRO,
|
|
430
468
|
0,
|
|
431
|
-
[_ac, _cA, _i, _n, _pr, _dVI,
|
|
469
|
+
[_ac, _cA, _i, _n, _pr, _dVI, _st, _uA, _bODT, _bOD, _bOT, _bR, _cTo, _d, _dAP, _fDLI, _qTu],
|
|
432
470
|
[0, 5, 0, 0, 1, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0], 8
|
|
433
471
|
];
|
|
434
472
|
export var CreateGlobalResolverInput$ = [3, n0, _CGRI,
|
|
435
473
|
0,
|
|
436
|
-
[_n,
|
|
474
|
+
[_n, _re, _cT, _d, _oR, _t],
|
|
437
475
|
[0, 64 | 0, [0, 4], 0, 0, 128 | 0], 2
|
|
438
476
|
];
|
|
439
477
|
export var CreateGlobalResolverOutput$ = [3, n0, _CGRO,
|
|
440
478
|
0,
|
|
441
|
-
[_i, _a, _cT, _cA, _dN, _iA, _n,
|
|
479
|
+
[_i, _a, _cT, _cA, _dN, _iA, _n, _re, _st, _uA, _d, _oR],
|
|
442
480
|
[0, 0, 0, 5, 0, 64 | 0, 0, 64 | 0, 0, 5, 0, 0], 10
|
|
443
481
|
];
|
|
444
482
|
export var DeleteAccessSourceInput$ = [3, n0, _DASI,
|
|
@@ -448,7 +486,7 @@ export var DeleteAccessSourceInput$ = [3, n0, _DASI,
|
|
|
448
486
|
];
|
|
449
487
|
export var DeleteAccessSourceOutput$ = [3, n0, _DASO,
|
|
450
488
|
0,
|
|
451
|
-
[_a, _ci, _cA, _i, _iAT, _dVI, _p,
|
|
489
|
+
[_a, _ci, _cA, _i, _iAT, _dVI, _p, _st, _uA, _n],
|
|
452
490
|
[0, 0, 5, 0, 0, 0, 0, 0, 5, 0], 9
|
|
453
491
|
];
|
|
454
492
|
export var DeleteAccessTokenInput$ = [3, n0, _DATI,
|
|
@@ -458,7 +496,7 @@ export var DeleteAccessTokenInput$ = [3, n0, _DATI,
|
|
|
458
496
|
];
|
|
459
497
|
export var DeleteAccessTokenOutput$ = [3, n0, _DATO,
|
|
460
498
|
0,
|
|
461
|
-
[_i,
|
|
499
|
+
[_i, _st, _dA],
|
|
462
500
|
[0, 0, 5], 3
|
|
463
501
|
];
|
|
464
502
|
export var DeleteDNSViewInput$ = [3, n0, _DDNSVI,
|
|
@@ -468,7 +506,7 @@ export var DeleteDNSViewInput$ = [3, n0, _DDNSVI,
|
|
|
468
506
|
];
|
|
469
507
|
export var DeleteDNSViewOutput$ = [3, n0, _DDNSVO,
|
|
470
508
|
0,
|
|
471
|
-
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA,
|
|
509
|
+
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _cT, _d],
|
|
472
510
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 10
|
|
473
511
|
];
|
|
474
512
|
export var DeleteFirewallDomainListInput$ = [3, n0, _DFDLI,
|
|
@@ -478,7 +516,7 @@ export var DeleteFirewallDomainListInput$ = [3, n0, _DFDLI,
|
|
|
478
516
|
];
|
|
479
517
|
export var DeleteFirewallDomainListOutput$ = [3, n0, _DFDLO,
|
|
480
518
|
0,
|
|
481
|
-
[_a, _i, _n,
|
|
519
|
+
[_a, _i, _n, _st],
|
|
482
520
|
[0, 0, 0, 0], 4
|
|
483
521
|
];
|
|
484
522
|
export var DeleteFirewallRuleInput$ = [3, n0, _DFRI,
|
|
@@ -488,7 +526,7 @@ export var DeleteFirewallRuleInput$ = [3, n0, _DFRI,
|
|
|
488
526
|
];
|
|
489
527
|
export var DeleteFirewallRuleOutput$ = [3, n0, _DFRO,
|
|
490
528
|
0,
|
|
491
|
-
[_ac, _cA, _i, _n, _pr, _dVI,
|
|
529
|
+
[_ac, _cA, _i, _n, _pr, _dVI, _st, _uA, _bODT, _bOD, _bOT, _bR, _cTo, _d, _dAP, _fDLI, _qTu],
|
|
492
530
|
[0, 5, 0, 0, 1, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0], 8
|
|
493
531
|
];
|
|
494
532
|
export var DeleteGlobalResolverInput$ = [3, n0, _DGRI,
|
|
@@ -498,7 +536,7 @@ export var DeleteGlobalResolverInput$ = [3, n0, _DGRI,
|
|
|
498
536
|
];
|
|
499
537
|
export var DeleteGlobalResolverOutput$ = [3, n0, _DGRO,
|
|
500
538
|
0,
|
|
501
|
-
[_i, _a, _cT, _dN, _n,
|
|
539
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
502
540
|
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
503
541
|
];
|
|
504
542
|
export var DisableDNSViewInput$ = [3, n0, _DDNSVIi,
|
|
@@ -508,7 +546,7 @@ export var DisableDNSViewInput$ = [3, n0, _DDNSVIi,
|
|
|
508
546
|
];
|
|
509
547
|
export var DisableDNSViewOutput$ = [3, n0, _DDNSVOi,
|
|
510
548
|
0,
|
|
511
|
-
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA,
|
|
549
|
+
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _cT, _d],
|
|
512
550
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 10
|
|
513
551
|
];
|
|
514
552
|
export var DisassociateHostedZoneInput$ = [3, n0, _DHZI,
|
|
@@ -518,12 +556,12 @@ export var DisassociateHostedZoneInput$ = [3, n0, _DHZI,
|
|
|
518
556
|
];
|
|
519
557
|
export var DisassociateHostedZoneOutput$ = [3, n0, _DHZO,
|
|
520
558
|
0,
|
|
521
|
-
[_i, _rA, _hZI, _hZN, _n, _cA, _uA,
|
|
559
|
+
[_i, _rA, _hZI, _hZN, _n, _cA, _uA, _st],
|
|
522
560
|
[0, 0, 0, 0, 0, 5, 5, 0], 8
|
|
523
561
|
];
|
|
524
562
|
export var DNSViewSummary$ = [3, n0, _DNSVS,
|
|
525
563
|
0,
|
|
526
|
-
[_i, _a, _cT, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA,
|
|
564
|
+
[_i, _a, _cT, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _d],
|
|
527
565
|
[0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0], 11
|
|
528
566
|
];
|
|
529
567
|
export var EnableDNSViewInput$ = [3, n0, _EDNSVI,
|
|
@@ -533,17 +571,17 @@ export var EnableDNSViewInput$ = [3, n0, _EDNSVI,
|
|
|
533
571
|
];
|
|
534
572
|
export var EnableDNSViewOutput$ = [3, n0, _EDNSVO,
|
|
535
573
|
0,
|
|
536
|
-
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA,
|
|
574
|
+
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _cT, _d],
|
|
537
575
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 10
|
|
538
576
|
];
|
|
539
577
|
export var FirewallDomainListsItem$ = [3, n0, _FDLI,
|
|
540
578
|
0,
|
|
541
|
-
[_a, _gRI, _cA, _i, _n,
|
|
579
|
+
[_a, _gRI, _cA, _i, _n, _st, _uA, _d],
|
|
542
580
|
[0, 0, 5, 0, 0, 0, 5, 0], 7
|
|
543
581
|
];
|
|
544
582
|
export var FirewallRulesItem$ = [3, n0, _FRI,
|
|
545
583
|
0,
|
|
546
|
-
[_ac, _cA, _i, _n, _pr, _dVI,
|
|
584
|
+
[_ac, _cA, _i, _n, _pr, _dVI, _st, _uA, _bODT, _bOD, _bOT, _bR, _cTo, _d, _dAP, _fDLI, _qTu],
|
|
547
585
|
[0, 5, 0, 0, 1, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0], 8
|
|
548
586
|
];
|
|
549
587
|
export var GetAccessSourceInput$ = [3, n0, _GASI,
|
|
@@ -553,7 +591,7 @@ export var GetAccessSourceInput$ = [3, n0, _GASI,
|
|
|
553
591
|
];
|
|
554
592
|
export var GetAccessSourceOutput$ = [3, n0, _GASO,
|
|
555
593
|
0,
|
|
556
|
-
[_a, _ci, _cA, _i, _iAT, _dVI, _p,
|
|
594
|
+
[_a, _ci, _cA, _i, _iAT, _dVI, _p, _st, _uA, _n],
|
|
557
595
|
[0, 0, 5, 0, 0, 0, 0, 0, 5, 0], 9
|
|
558
596
|
];
|
|
559
597
|
export var GetAccessTokenInput$ = [3, n0, _GATI,
|
|
@@ -563,7 +601,7 @@ export var GetAccessTokenInput$ = [3, n0, _GATI,
|
|
|
563
601
|
];
|
|
564
602
|
export var GetAccessTokenOutput$ = [3, n0, _GATO,
|
|
565
603
|
0,
|
|
566
|
-
[_i, _a, _cA, _dVI, _eA, _gRI,
|
|
604
|
+
[_i, _a, _cA, _dVI, _eA, _gRI, _st, _uA, _v, _cT, _n],
|
|
567
605
|
[0, 0, 5, 0, 5, 0, 0, 5, [() => AccessTokenValue, 0], 0, 0], 9
|
|
568
606
|
];
|
|
569
607
|
export var GetDNSViewInput$ = [3, n0, _GDNSVI,
|
|
@@ -573,7 +611,7 @@ export var GetDNSViewInput$ = [3, n0, _GDNSVI,
|
|
|
573
611
|
];
|
|
574
612
|
export var GetDNSViewOutput$ = [3, n0, _GDNSVO,
|
|
575
613
|
0,
|
|
576
|
-
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA,
|
|
614
|
+
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _cT, _d],
|
|
577
615
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 10
|
|
578
616
|
];
|
|
579
617
|
export var GetFirewallDomainListInput$ = [3, n0, _GFDLI,
|
|
@@ -583,7 +621,7 @@ export var GetFirewallDomainListInput$ = [3, n0, _GFDLI,
|
|
|
583
621
|
];
|
|
584
622
|
export var GetFirewallDomainListOutput$ = [3, n0, _GFDLO,
|
|
585
623
|
0,
|
|
586
|
-
[_a, _gRI, _cA, _dC, _i, _n,
|
|
624
|
+
[_a, _gRI, _cA, _dC, _i, _n, _st, _uA, _cT, _d, _sM],
|
|
587
625
|
[0, 0, 5, 1, 0, 0, 0, 5, 0, 0, 0], 8
|
|
588
626
|
];
|
|
589
627
|
export var GetFirewallRuleInput$ = [3, n0, _GFRI,
|
|
@@ -593,7 +631,7 @@ export var GetFirewallRuleInput$ = [3, n0, _GFRI,
|
|
|
593
631
|
];
|
|
594
632
|
export var GetFirewallRuleOutput$ = [3, n0, _GFRO,
|
|
595
633
|
0,
|
|
596
|
-
[_ac, _cA, _i, _n, _pr, _dVI,
|
|
634
|
+
[_ac, _cA, _i, _n, _pr, _dVI, _st, _uA, _bODT, _bOD, _bOT, _bR, _cTo, _d, _dAP, _fDLI, _qTu],
|
|
597
635
|
[0, 5, 0, 0, 1, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0], 8
|
|
598
636
|
];
|
|
599
637
|
export var GetGlobalResolverInput$ = [3, n0, _GGRI,
|
|
@@ -603,7 +641,7 @@ export var GetGlobalResolverInput$ = [3, n0, _GGRI,
|
|
|
603
641
|
];
|
|
604
642
|
export var GetGlobalResolverOutput$ = [3, n0, _GGRO,
|
|
605
643
|
0,
|
|
606
|
-
[_i, _a, _cT, _dN, _n,
|
|
644
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
607
645
|
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
608
646
|
];
|
|
609
647
|
export var GetHostedZoneAssociationInput$ = [3, n0, _GHZAI,
|
|
@@ -613,7 +651,7 @@ export var GetHostedZoneAssociationInput$ = [3, n0, _GHZAI,
|
|
|
613
651
|
];
|
|
614
652
|
export var GetHostedZoneAssociationOutput$ = [3, n0, _GHZAO,
|
|
615
653
|
0,
|
|
616
|
-
[_i, _rA, _hZI, _hZN, _n, _cA, _uA,
|
|
654
|
+
[_i, _rA, _hZI, _hZN, _n, _cA, _uA, _st],
|
|
617
655
|
[0, 0, 0, 0, 0, 5, 5, 0], 8
|
|
618
656
|
];
|
|
619
657
|
export var GetManagedFirewallDomainListInput$ = [3, n0, _GMFDLI,
|
|
@@ -628,12 +666,12 @@ export var GetManagedFirewallDomainListOutput$ = [3, n0, _GMFDLO,
|
|
|
628
666
|
];
|
|
629
667
|
export var GlobalResolversItem$ = [3, n0, _GRI,
|
|
630
668
|
0,
|
|
631
|
-
[_i, _a, _cT, _dN, _n,
|
|
669
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
632
670
|
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
633
671
|
];
|
|
634
672
|
export var HostedZoneAssociationSummary$ = [3, n0, _HZAS,
|
|
635
673
|
0,
|
|
636
|
-
[_i, _rA, _hZI, _hZN, _n, _cA, _uA,
|
|
674
|
+
[_i, _rA, _hZI, _hZN, _n, _cA, _uA, _st],
|
|
637
675
|
[0, 0, 0, 0, 0, 5, 5, 0], 8
|
|
638
676
|
];
|
|
639
677
|
export var ImportFirewallDomainsInput$ = [3, n0, _IFDI,
|
|
@@ -643,15 +681,9 @@ export var ImportFirewallDomainsInput$ = [3, n0, _IFDI,
|
|
|
643
681
|
];
|
|
644
682
|
export var ImportFirewallDomainsOutput$ = [3, n0, _IFDO,
|
|
645
683
|
0,
|
|
646
|
-
[_i, _n,
|
|
684
|
+
[_i, _n, _st],
|
|
647
685
|
[0, 0, 0], 3
|
|
648
686
|
];
|
|
649
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
650
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
651
|
-
[_m, _rAS],
|
|
652
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
653
|
-
];
|
|
654
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
655
687
|
export var ListAccessSourcesInput$ = [3, n0, _LASI,
|
|
656
688
|
0,
|
|
657
689
|
[_mR, _nT, _fi],
|
|
@@ -757,18 +789,6 @@ export var ManagedFirewallDomainListsItem$ = [3, n0, _MFDLI,
|
|
|
757
789
|
[_i, _n, _mLT, _d],
|
|
758
790
|
[0, 0, 0, 0], 3
|
|
759
791
|
];
|
|
760
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
761
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
762
|
-
[_m, _rT, _rI],
|
|
763
|
-
[0, 0, 0], 2
|
|
764
|
-
];
|
|
765
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
766
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
767
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
768
|
-
[_m, _rT, _rI, _sC, _qC],
|
|
769
|
-
[0, 0, 0, 0, 0], 2
|
|
770
|
-
];
|
|
771
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
772
792
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
773
793
|
0,
|
|
774
794
|
[_rA, _t],
|
|
@@ -779,12 +799,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
779
799
|
[],
|
|
780
800
|
[]
|
|
781
801
|
];
|
|
782
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
783
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
784
|
-
[_m, _sC, _qC, _rAS],
|
|
785
|
-
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
786
|
-
];
|
|
787
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
788
802
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
789
803
|
0,
|
|
790
804
|
[_rA, _tK],
|
|
@@ -802,7 +816,7 @@ export var UpdateAccessSourceInput$ = [3, n0, _UASI,
|
|
|
802
816
|
];
|
|
803
817
|
export var UpdateAccessSourceOutput$ = [3, n0, _UASO,
|
|
804
818
|
0,
|
|
805
|
-
[_a, _ci, _cA, _i, _iAT, _dVI, _p,
|
|
819
|
+
[_a, _ci, _cA, _i, _iAT, _dVI, _p, _st, _uA, _n],
|
|
806
820
|
[0, 0, 5, 0, 0, 0, 0, 0, 5, 0], 9
|
|
807
821
|
];
|
|
808
822
|
export var UpdateAccessTokenInput$ = [3, n0, _UATI,
|
|
@@ -822,7 +836,7 @@ export var UpdateDNSViewInput$ = [3, n0, _UDNSVI,
|
|
|
822
836
|
];
|
|
823
837
|
export var UpdateDNSViewOutput$ = [3, n0, _UDNSVO,
|
|
824
838
|
0,
|
|
825
|
-
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA,
|
|
839
|
+
[_i, _a, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _cT, _d],
|
|
826
840
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 10
|
|
827
841
|
];
|
|
828
842
|
export var UpdateFirewallDomainsInput$ = [3, n0, _UFDI,
|
|
@@ -832,7 +846,7 @@ export var UpdateFirewallDomainsInput$ = [3, n0, _UFDI,
|
|
|
832
846
|
];
|
|
833
847
|
export var UpdateFirewallDomainsOutput$ = [3, n0, _UFDO,
|
|
834
848
|
0,
|
|
835
|
-
[_i, _n,
|
|
849
|
+
[_i, _n, _st],
|
|
836
850
|
[0, 0, 0], 3
|
|
837
851
|
];
|
|
838
852
|
export var UpdateFirewallRuleInput$ = [3, n0, _UFRI,
|
|
@@ -842,7 +856,7 @@ export var UpdateFirewallRuleInput$ = [3, n0, _UFRI,
|
|
|
842
856
|
];
|
|
843
857
|
export var UpdateFirewallRuleOutput$ = [3, n0, _UFRO,
|
|
844
858
|
0,
|
|
845
|
-
[_ac, _cA, _i, _n, _pr, _dVI,
|
|
859
|
+
[_ac, _cA, _i, _n, _pr, _dVI, _st, _uA, _bODT, _bOD, _bOT, _bR, _cTo, _d, _dAP, _fDLI, _qTu],
|
|
846
860
|
[0, 5, 0, 0, 1, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0], 8
|
|
847
861
|
];
|
|
848
862
|
export var UpdateGlobalResolverInput$ = [3, n0, _UGRI,
|
|
@@ -852,7 +866,7 @@ export var UpdateGlobalResolverInput$ = [3, n0, _UGRI,
|
|
|
852
866
|
];
|
|
853
867
|
export var UpdateGlobalResolverOutput$ = [3, n0, _UGRO,
|
|
854
868
|
0,
|
|
855
|
-
[_i, _a, _cT, _dN, _n,
|
|
869
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
856
870
|
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
857
871
|
];
|
|
858
872
|
export var UpdateHostedZoneAssociationInput$ = [3, n0, _UHZAI,
|
|
@@ -862,22 +876,14 @@ export var UpdateHostedZoneAssociationInput$ = [3, n0, _UHZAI,
|
|
|
862
876
|
];
|
|
863
877
|
export var UpdateHostedZoneAssociationOutput$ = [3, n0, _UHZAO,
|
|
864
878
|
0,
|
|
865
|
-
[_i, _rA, _hZI, _hZN, _n, _cA, _uA,
|
|
879
|
+
[_i, _rA, _hZI, _hZN, _n, _cA, _uA, _st],
|
|
866
880
|
[0, 0, 0, 0, 0, 5, 5, 0], 8
|
|
867
881
|
];
|
|
868
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
869
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
870
|
-
[_m, _re, _fL],
|
|
871
|
-
[0, 0, () => ValidationExceptionFieldList], 2
|
|
872
|
-
];
|
|
873
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
874
882
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
875
883
|
0,
|
|
876
884
|
[_n, _m],
|
|
877
885
|
[0, 0], 2
|
|
878
886
|
];
|
|
879
|
-
export var Route53GlobalResolverServiceException$ = [-3, _sm, "Route53GlobalResolverServiceException", 0, [], []];
|
|
880
|
-
TypeRegistry.for(_sm).registerError(Route53GlobalResolverServiceException$, Route53GlobalResolverServiceException);
|
|
881
887
|
var AccessSources = [1, n0, _AS,
|
|
882
888
|
0, () => AccessSourcesItem$
|
|
883
889
|
];
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var Route53GlobalResolverServiceException$: StaticErrorSchema;
|
|
2
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[];
|
|
3
17
|
export declare var AccessSourcesItem$: StaticStructureSchema;
|
|
4
18
|
export declare var AccessTokenItem$: StaticStructureSchema;
|
|
5
19
|
export declare var AssociateHostedZoneInput$: StaticStructureSchema;
|
|
@@ -19,7 +33,6 @@ export declare var BatchUpdateFirewallRuleInputItem$: StaticStructureSchema;
|
|
|
19
33
|
export declare var BatchUpdateFirewallRuleOutput$: StaticStructureSchema;
|
|
20
34
|
export declare var BatchUpdateFirewallRuleOutputItem$: StaticStructureSchema;
|
|
21
35
|
export declare var BatchUpdateFirewallRuleResult$: StaticStructureSchema;
|
|
22
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
23
36
|
export declare var CreateAccessSourceInput$: StaticStructureSchema;
|
|
24
37
|
export declare var CreateAccessSourceOutput$: StaticStructureSchema;
|
|
25
38
|
export declare var CreateAccessTokenInput$: StaticStructureSchema;
|
|
@@ -73,7 +86,6 @@ export declare var GlobalResolversItem$: StaticStructureSchema;
|
|
|
73
86
|
export declare var HostedZoneAssociationSummary$: StaticStructureSchema;
|
|
74
87
|
export declare var ImportFirewallDomainsInput$: StaticStructureSchema;
|
|
75
88
|
export declare var ImportFirewallDomainsOutput$: StaticStructureSchema;
|
|
76
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
77
89
|
export declare var ListAccessSourcesInput$: StaticStructureSchema;
|
|
78
90
|
export declare var ListAccessSourcesOutput$: StaticStructureSchema;
|
|
79
91
|
export declare var ListAccessTokensInput$: StaticStructureSchema;
|
|
@@ -95,11 +107,8 @@ export declare var ListManagedFirewallDomainListsOutput$: StaticStructureSchema;
|
|
|
95
107
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
96
108
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
97
109
|
export declare var ManagedFirewallDomainListsItem$: StaticStructureSchema;
|
|
98
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
99
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
100
110
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
101
111
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
102
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
103
112
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
104
113
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
105
114
|
export declare var UpdateAccessSourceInput$: StaticStructureSchema;
|
|
@@ -116,9 +125,7 @@ export declare var UpdateGlobalResolverInput$: StaticStructureSchema;
|
|
|
116
125
|
export declare var UpdateGlobalResolverOutput$: StaticStructureSchema;
|
|
117
126
|
export declare var UpdateHostedZoneAssociationInput$: StaticStructureSchema;
|
|
118
127
|
export declare var UpdateHostedZoneAssociationOutput$: StaticStructureSchema;
|
|
119
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
120
128
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
121
|
-
export declare var Route53GlobalResolverServiceException$: StaticErrorSchema;
|
|
122
129
|
export declare var AssociateHostedZone$: StaticOperationSchema;
|
|
123
130
|
export declare var BatchCreateFirewallRule$: StaticOperationSchema;
|
|
124
131
|
export declare var BatchDeleteFirewallRule$: StaticOperationSchema;
|
|
@@ -1,9 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var Route53GlobalResolverServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var AccessSourcesItem$: StaticStructureSchema;
|
|
8
17
|
export declare var AccessTokenItem$: StaticStructureSchema;
|
|
9
18
|
export declare var AssociateHostedZoneInput$: StaticStructureSchema;
|
|
@@ -23,7 +32,6 @@ export declare var BatchUpdateFirewallRuleInputItem$: StaticStructureSchema;
|
|
|
23
32
|
export declare var BatchUpdateFirewallRuleOutput$: StaticStructureSchema;
|
|
24
33
|
export declare var BatchUpdateFirewallRuleOutputItem$: StaticStructureSchema;
|
|
25
34
|
export declare var BatchUpdateFirewallRuleResult$: StaticStructureSchema;
|
|
26
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
27
35
|
export declare var CreateAccessSourceInput$: StaticStructureSchema;
|
|
28
36
|
export declare var CreateAccessSourceOutput$: StaticStructureSchema;
|
|
29
37
|
export declare var CreateAccessTokenInput$: StaticStructureSchema;
|
|
@@ -77,7 +85,6 @@ export declare var GlobalResolversItem$: StaticStructureSchema;
|
|
|
77
85
|
export declare var HostedZoneAssociationSummary$: StaticStructureSchema;
|
|
78
86
|
export declare var ImportFirewallDomainsInput$: StaticStructureSchema;
|
|
79
87
|
export declare var ImportFirewallDomainsOutput$: StaticStructureSchema;
|
|
80
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
81
88
|
export declare var ListAccessSourcesInput$: StaticStructureSchema;
|
|
82
89
|
export declare var ListAccessSourcesOutput$: StaticStructureSchema;
|
|
83
90
|
export declare var ListAccessTokensInput$: StaticStructureSchema;
|
|
@@ -99,11 +106,8 @@ export declare var ListManagedFirewallDomainListsOutput$: StaticStructureSchema;
|
|
|
99
106
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
100
107
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
101
108
|
export declare var ManagedFirewallDomainListsItem$: StaticStructureSchema;
|
|
102
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
103
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
104
109
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
105
110
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
106
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
107
111
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
108
112
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
109
113
|
export declare var UpdateAccessSourceInput$: StaticStructureSchema;
|
|
@@ -120,9 +124,7 @@ export declare var UpdateGlobalResolverInput$: StaticStructureSchema;
|
|
|
120
124
|
export declare var UpdateGlobalResolverOutput$: StaticStructureSchema;
|
|
121
125
|
export declare var UpdateHostedZoneAssociationInput$: StaticStructureSchema;
|
|
122
126
|
export declare var UpdateHostedZoneAssociationOutput$: StaticStructureSchema;
|
|
123
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
124
127
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
125
|
-
export declare var Route53GlobalResolverServiceException$: StaticErrorSchema;
|
|
126
128
|
export declare var AssociateHostedZone$: StaticOperationSchema;
|
|
127
129
|
export declare var BatchCreateFirewallRule$: StaticOperationSchema;
|
|
128
130
|
export declare var BatchDeleteFirewallRule$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53globalresolver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53globalresolver 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-route53globalresolver",
|
|
@@ -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",
|