@aws-sdk/client-waf-regional 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 +100 -2689
- package/dist-cjs/models/WAFRegionalServiceException.js +12 -0
- package/dist-cjs/models/errors.js +274 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2032 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +130 -124
- package/dist-types/schemas/schemas_0.d.ts +28 -21
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -21
- 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 { defaultWAFRegionalHttpAuthSchemeProvider } 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: "2016-11-28",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.wafregional",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://waf.amazonaws.com/doc/2015-08-24/",
|
|
30
32
|
version: "2016-11-28",
|
|
31
33
|
serviceTarget: "AWSWAF_Regional_20161128",
|
|
@@ -440,12 +440,140 @@ const _f = "field";
|
|
|
440
440
|
const _m = "message";
|
|
441
441
|
const _p = "parameter";
|
|
442
442
|
const _r = "reason";
|
|
443
|
-
const _s = "
|
|
444
|
-
const
|
|
443
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.wafregional";
|
|
444
|
+
const _se = "server";
|
|
445
445
|
const n0 = "com.amazonaws.wafregional";
|
|
446
446
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
447
447
|
import { WAFBadRequestException, WAFDisallowedNameException, WAFEntityMigrationException, WAFInternalErrorException, WAFInvalidAccountException, WAFInvalidOperationException, WAFInvalidParameterException, WAFInvalidPermissionPolicyException, WAFInvalidRegexPatternException, WAFLimitsExceededException, WAFNonEmptyEntityException, WAFNonexistentContainerException, WAFNonexistentItemException, WAFReferencedItemException, WAFServiceLinkedRoleErrorException, WAFStaleDataException, WAFSubscriptionNotFoundException, WAFTagOperationException, WAFTagOperationInternalErrorException, WAFUnavailableEntityException, } from "../models/errors";
|
|
448
448
|
import { WAFRegionalServiceException } from "../models/WAFRegionalServiceException";
|
|
449
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
450
|
+
export var WAFRegionalServiceException$ = [-3, _s, "WAFRegionalServiceException", 0, [], []];
|
|
451
|
+
_s_registry.registerError(WAFRegionalServiceException$, WAFRegionalServiceException);
|
|
452
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
453
|
+
export var WAFBadRequestException$ = [-3, n0, _WAFBRE,
|
|
454
|
+
{ [_e]: _c },
|
|
455
|
+
[_m],
|
|
456
|
+
[0]
|
|
457
|
+
];
|
|
458
|
+
n0_registry.registerError(WAFBadRequestException$, WAFBadRequestException);
|
|
459
|
+
export var WAFDisallowedNameException$ = [-3, n0, _WAFDNE,
|
|
460
|
+
{ [_e]: _c },
|
|
461
|
+
[_m],
|
|
462
|
+
[0]
|
|
463
|
+
];
|
|
464
|
+
n0_registry.registerError(WAFDisallowedNameException$, WAFDisallowedNameException);
|
|
465
|
+
export var WAFEntityMigrationException$ = [-3, n0, _WAFEME,
|
|
466
|
+
{ [_e]: _c },
|
|
467
|
+
[_m, _MET, _MER],
|
|
468
|
+
[0, 0, 0]
|
|
469
|
+
];
|
|
470
|
+
n0_registry.registerError(WAFEntityMigrationException$, WAFEntityMigrationException);
|
|
471
|
+
export var WAFInternalErrorException$ = [-3, n0, _WAFIEE,
|
|
472
|
+
{ [_e]: _se },
|
|
473
|
+
[_m],
|
|
474
|
+
[0]
|
|
475
|
+
];
|
|
476
|
+
n0_registry.registerError(WAFInternalErrorException$, WAFInternalErrorException);
|
|
477
|
+
export var WAFInvalidAccountException$ = [-3, n0, _WAFIAE,
|
|
478
|
+
{ [_e]: _c },
|
|
479
|
+
[],
|
|
480
|
+
[]
|
|
481
|
+
];
|
|
482
|
+
n0_registry.registerError(WAFInvalidAccountException$, WAFInvalidAccountException);
|
|
483
|
+
export var WAFInvalidOperationException$ = [-3, n0, _WAFIOE,
|
|
484
|
+
{ [_e]: _c },
|
|
485
|
+
[_m],
|
|
486
|
+
[0]
|
|
487
|
+
];
|
|
488
|
+
n0_registry.registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
|
|
489
|
+
export var WAFInvalidParameterException$ = [-3, n0, _WAFIPE,
|
|
490
|
+
{ [_e]: _c },
|
|
491
|
+
[_f, _p, _r],
|
|
492
|
+
[0, 0, 0]
|
|
493
|
+
];
|
|
494
|
+
n0_registry.registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
|
|
495
|
+
export var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE,
|
|
496
|
+
{ [_e]: _c },
|
|
497
|
+
[_m],
|
|
498
|
+
[0]
|
|
499
|
+
];
|
|
500
|
+
n0_registry.registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
|
|
501
|
+
export var WAFInvalidRegexPatternException$ = [-3, n0, _WAFIRPE,
|
|
502
|
+
{ [_e]: _c },
|
|
503
|
+
[_m],
|
|
504
|
+
[0]
|
|
505
|
+
];
|
|
506
|
+
n0_registry.registerError(WAFInvalidRegexPatternException$, WAFInvalidRegexPatternException);
|
|
507
|
+
export var WAFLimitsExceededException$ = [-3, n0, _WAFLEE,
|
|
508
|
+
{ [_e]: _c },
|
|
509
|
+
[_m],
|
|
510
|
+
[0]
|
|
511
|
+
];
|
|
512
|
+
n0_registry.registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
|
|
513
|
+
export var WAFNonEmptyEntityException$ = [-3, n0, _WAFNEEE,
|
|
514
|
+
{ [_e]: _c },
|
|
515
|
+
[_m],
|
|
516
|
+
[0]
|
|
517
|
+
];
|
|
518
|
+
n0_registry.registerError(WAFNonEmptyEntityException$, WAFNonEmptyEntityException);
|
|
519
|
+
export var WAFNonexistentContainerException$ = [-3, n0, _WAFNCE,
|
|
520
|
+
{ [_e]: _c },
|
|
521
|
+
[_m],
|
|
522
|
+
[0]
|
|
523
|
+
];
|
|
524
|
+
n0_registry.registerError(WAFNonexistentContainerException$, WAFNonexistentContainerException);
|
|
525
|
+
export var WAFNonexistentItemException$ = [-3, n0, _WAFNIE,
|
|
526
|
+
{ [_e]: _c },
|
|
527
|
+
[_m],
|
|
528
|
+
[0]
|
|
529
|
+
];
|
|
530
|
+
n0_registry.registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
|
|
531
|
+
export var WAFReferencedItemException$ = [-3, n0, _WAFRIE,
|
|
532
|
+
{ [_e]: _c },
|
|
533
|
+
[_m],
|
|
534
|
+
[0]
|
|
535
|
+
];
|
|
536
|
+
n0_registry.registerError(WAFReferencedItemException$, WAFReferencedItemException);
|
|
537
|
+
export var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE,
|
|
538
|
+
{ [_e]: _c },
|
|
539
|
+
[_m],
|
|
540
|
+
[0]
|
|
541
|
+
];
|
|
542
|
+
n0_registry.registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
|
|
543
|
+
export var WAFStaleDataException$ = [-3, n0, _WAFSDE,
|
|
544
|
+
{ [_e]: _c },
|
|
545
|
+
[_m],
|
|
546
|
+
[0]
|
|
547
|
+
];
|
|
548
|
+
n0_registry.registerError(WAFStaleDataException$, WAFStaleDataException);
|
|
549
|
+
export var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE,
|
|
550
|
+
{ [_e]: _c },
|
|
551
|
+
[_m],
|
|
552
|
+
[0]
|
|
553
|
+
];
|
|
554
|
+
n0_registry.registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
|
|
555
|
+
export var WAFTagOperationException$ = [-3, n0, _WAFTOE,
|
|
556
|
+
{ [_e]: _c },
|
|
557
|
+
[_m],
|
|
558
|
+
[0]
|
|
559
|
+
];
|
|
560
|
+
n0_registry.registerError(WAFTagOperationException$, WAFTagOperationException);
|
|
561
|
+
export var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE,
|
|
562
|
+
{ [_e]: _se },
|
|
563
|
+
[_m],
|
|
564
|
+
[0]
|
|
565
|
+
];
|
|
566
|
+
n0_registry.registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
|
|
567
|
+
export var WAFUnavailableEntityException$ = [-3, n0, _WAFUEE,
|
|
568
|
+
{ [_e]: _c },
|
|
569
|
+
[_m],
|
|
570
|
+
[0]
|
|
571
|
+
];
|
|
572
|
+
n0_registry.registerError(WAFUnavailableEntityException$, WAFUnavailableEntityException);
|
|
573
|
+
export const errorTypeRegistries = [
|
|
574
|
+
_s_registry,
|
|
575
|
+
n0_registry,
|
|
576
|
+
];
|
|
449
577
|
export var ActivatedRule$ = [3, n0, _AR,
|
|
450
578
|
0,
|
|
451
579
|
[_P, _RI, _A, _OA, _T, _ER],
|
|
@@ -1491,131 +1619,11 @@ export var WafAction$ = [3, n0, _WA,
|
|
|
1491
1619
|
[_T],
|
|
1492
1620
|
[0], 1
|
|
1493
1621
|
];
|
|
1494
|
-
export var WAFBadRequestException$ = [-3, n0, _WAFBRE,
|
|
1495
|
-
{ [_e]: _c },
|
|
1496
|
-
[_m],
|
|
1497
|
-
[0]
|
|
1498
|
-
];
|
|
1499
|
-
TypeRegistry.for(n0).registerError(WAFBadRequestException$, WAFBadRequestException);
|
|
1500
|
-
export var WAFDisallowedNameException$ = [-3, n0, _WAFDNE,
|
|
1501
|
-
{ [_e]: _c },
|
|
1502
|
-
[_m],
|
|
1503
|
-
[0]
|
|
1504
|
-
];
|
|
1505
|
-
TypeRegistry.for(n0).registerError(WAFDisallowedNameException$, WAFDisallowedNameException);
|
|
1506
|
-
export var WAFEntityMigrationException$ = [-3, n0, _WAFEME,
|
|
1507
|
-
{ [_e]: _c },
|
|
1508
|
-
[_m, _MET, _MER],
|
|
1509
|
-
[0, 0, 0]
|
|
1510
|
-
];
|
|
1511
|
-
TypeRegistry.for(n0).registerError(WAFEntityMigrationException$, WAFEntityMigrationException);
|
|
1512
|
-
export var WAFInternalErrorException$ = [-3, n0, _WAFIEE,
|
|
1513
|
-
{ [_e]: _s },
|
|
1514
|
-
[_m],
|
|
1515
|
-
[0]
|
|
1516
|
-
];
|
|
1517
|
-
TypeRegistry.for(n0).registerError(WAFInternalErrorException$, WAFInternalErrorException);
|
|
1518
|
-
export var WAFInvalidAccountException$ = [-3, n0, _WAFIAE,
|
|
1519
|
-
{ [_e]: _c },
|
|
1520
|
-
[],
|
|
1521
|
-
[]
|
|
1522
|
-
];
|
|
1523
|
-
TypeRegistry.for(n0).registerError(WAFInvalidAccountException$, WAFInvalidAccountException);
|
|
1524
|
-
export var WAFInvalidOperationException$ = [-3, n0, _WAFIOE,
|
|
1525
|
-
{ [_e]: _c },
|
|
1526
|
-
[_m],
|
|
1527
|
-
[0]
|
|
1528
|
-
];
|
|
1529
|
-
TypeRegistry.for(n0).registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
|
|
1530
|
-
export var WAFInvalidParameterException$ = [-3, n0, _WAFIPE,
|
|
1531
|
-
{ [_e]: _c },
|
|
1532
|
-
[_f, _p, _r],
|
|
1533
|
-
[0, 0, 0]
|
|
1534
|
-
];
|
|
1535
|
-
TypeRegistry.for(n0).registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
|
|
1536
|
-
export var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE,
|
|
1537
|
-
{ [_e]: _c },
|
|
1538
|
-
[_m],
|
|
1539
|
-
[0]
|
|
1540
|
-
];
|
|
1541
|
-
TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
|
|
1542
|
-
export var WAFInvalidRegexPatternException$ = [-3, n0, _WAFIRPE,
|
|
1543
|
-
{ [_e]: _c },
|
|
1544
|
-
[_m],
|
|
1545
|
-
[0]
|
|
1546
|
-
];
|
|
1547
|
-
TypeRegistry.for(n0).registerError(WAFInvalidRegexPatternException$, WAFInvalidRegexPatternException);
|
|
1548
|
-
export var WAFLimitsExceededException$ = [-3, n0, _WAFLEE,
|
|
1549
|
-
{ [_e]: _c },
|
|
1550
|
-
[_m],
|
|
1551
|
-
[0]
|
|
1552
|
-
];
|
|
1553
|
-
TypeRegistry.for(n0).registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
|
|
1554
|
-
export var WAFNonEmptyEntityException$ = [-3, n0, _WAFNEEE,
|
|
1555
|
-
{ [_e]: _c },
|
|
1556
|
-
[_m],
|
|
1557
|
-
[0]
|
|
1558
|
-
];
|
|
1559
|
-
TypeRegistry.for(n0).registerError(WAFNonEmptyEntityException$, WAFNonEmptyEntityException);
|
|
1560
|
-
export var WAFNonexistentContainerException$ = [-3, n0, _WAFNCE,
|
|
1561
|
-
{ [_e]: _c },
|
|
1562
|
-
[_m],
|
|
1563
|
-
[0]
|
|
1564
|
-
];
|
|
1565
|
-
TypeRegistry.for(n0).registerError(WAFNonexistentContainerException$, WAFNonexistentContainerException);
|
|
1566
|
-
export var WAFNonexistentItemException$ = [-3, n0, _WAFNIE,
|
|
1567
|
-
{ [_e]: _c },
|
|
1568
|
-
[_m],
|
|
1569
|
-
[0]
|
|
1570
|
-
];
|
|
1571
|
-
TypeRegistry.for(n0).registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
|
|
1572
1622
|
export var WafOverrideAction$ = [3, n0, _WOA,
|
|
1573
1623
|
0,
|
|
1574
1624
|
[_T],
|
|
1575
1625
|
[0], 1
|
|
1576
1626
|
];
|
|
1577
|
-
export var WAFReferencedItemException$ = [-3, n0, _WAFRIE,
|
|
1578
|
-
{ [_e]: _c },
|
|
1579
|
-
[_m],
|
|
1580
|
-
[0]
|
|
1581
|
-
];
|
|
1582
|
-
TypeRegistry.for(n0).registerError(WAFReferencedItemException$, WAFReferencedItemException);
|
|
1583
|
-
export var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE,
|
|
1584
|
-
{ [_e]: _c },
|
|
1585
|
-
[_m],
|
|
1586
|
-
[0]
|
|
1587
|
-
];
|
|
1588
|
-
TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
|
|
1589
|
-
export var WAFStaleDataException$ = [-3, n0, _WAFSDE,
|
|
1590
|
-
{ [_e]: _c },
|
|
1591
|
-
[_m],
|
|
1592
|
-
[0]
|
|
1593
|
-
];
|
|
1594
|
-
TypeRegistry.for(n0).registerError(WAFStaleDataException$, WAFStaleDataException);
|
|
1595
|
-
export var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE,
|
|
1596
|
-
{ [_e]: _c },
|
|
1597
|
-
[_m],
|
|
1598
|
-
[0]
|
|
1599
|
-
];
|
|
1600
|
-
TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
|
|
1601
|
-
export var WAFTagOperationException$ = [-3, n0, _WAFTOE,
|
|
1602
|
-
{ [_e]: _c },
|
|
1603
|
-
[_m],
|
|
1604
|
-
[0]
|
|
1605
|
-
];
|
|
1606
|
-
TypeRegistry.for(n0).registerError(WAFTagOperationException$, WAFTagOperationException);
|
|
1607
|
-
export var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE,
|
|
1608
|
-
{ [_e]: _s },
|
|
1609
|
-
[_m],
|
|
1610
|
-
[0]
|
|
1611
|
-
];
|
|
1612
|
-
TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
|
|
1613
|
-
export var WAFUnavailableEntityException$ = [-3, n0, _WAFUEE,
|
|
1614
|
-
{ [_e]: _c },
|
|
1615
|
-
[_m],
|
|
1616
|
-
[0]
|
|
1617
|
-
];
|
|
1618
|
-
TypeRegistry.for(n0).registerError(WAFUnavailableEntityException$, WAFUnavailableEntityException);
|
|
1619
1627
|
export var WebACL$ = [3, n0, _WACL,
|
|
1620
1628
|
0,
|
|
1621
1629
|
[_WACLI, _DA, _Ru, _N, _MN, _WACLA],
|
|
@@ -1651,8 +1659,6 @@ export var XssMatchTuple$ = [3, n0, _XMTs,
|
|
|
1651
1659
|
[_FTM, _TT],
|
|
1652
1660
|
[() => FieldToMatch$, 0], 2
|
|
1653
1661
|
];
|
|
1654
|
-
export var WAFRegionalServiceException$ = [-3, _sm, "WAFRegionalServiceException", 0, [], []];
|
|
1655
|
-
TypeRegistry.for(_sm).registerError(WAFRegionalServiceException$, WAFRegionalServiceException);
|
|
1656
1662
|
var ActivatedRules = [1, n0, _ARc,
|
|
1657
1663
|
0, () => ActivatedRule$
|
|
1658
1664
|
];
|
|
@@ -1,4 +1,32 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var WAFRegionalServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var WAFBadRequestException$: StaticErrorSchema;
|
|
5
|
+
export declare var WAFDisallowedNameException$: StaticErrorSchema;
|
|
6
|
+
export declare var WAFEntityMigrationException$: StaticErrorSchema;
|
|
7
|
+
export declare var WAFInternalErrorException$: StaticErrorSchema;
|
|
8
|
+
export declare var WAFInvalidAccountException$: StaticErrorSchema;
|
|
9
|
+
export declare var WAFInvalidOperationException$: StaticErrorSchema;
|
|
10
|
+
export declare var WAFInvalidParameterException$: StaticErrorSchema;
|
|
11
|
+
export declare var WAFInvalidPermissionPolicyException$: StaticErrorSchema;
|
|
12
|
+
export declare var WAFInvalidRegexPatternException$: StaticErrorSchema;
|
|
13
|
+
export declare var WAFLimitsExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var WAFNonEmptyEntityException$: StaticErrorSchema;
|
|
15
|
+
export declare var WAFNonexistentContainerException$: StaticErrorSchema;
|
|
16
|
+
export declare var WAFNonexistentItemException$: StaticErrorSchema;
|
|
17
|
+
export declare var WAFReferencedItemException$: StaticErrorSchema;
|
|
18
|
+
export declare var WAFServiceLinkedRoleErrorException$: StaticErrorSchema;
|
|
19
|
+
export declare var WAFStaleDataException$: StaticErrorSchema;
|
|
20
|
+
export declare var WAFSubscriptionNotFoundException$: StaticErrorSchema;
|
|
21
|
+
export declare var WAFTagOperationException$: StaticErrorSchema;
|
|
22
|
+
export declare var WAFTagOperationInternalErrorException$: StaticErrorSchema;
|
|
23
|
+
export declare var WAFUnavailableEntityException$: StaticErrorSchema;
|
|
24
|
+
/**
|
|
25
|
+
* TypeRegistry instances containing modeled errors.
|
|
26
|
+
* @internal
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
30
|
export declare var ActivatedRule$: StaticStructureSchema;
|
|
3
31
|
export declare var AssociateWebACLRequest$: StaticStructureSchema;
|
|
4
32
|
export declare var AssociateWebACLResponse$: StaticStructureSchema;
|
|
@@ -208,27 +236,7 @@ export declare var UpdateWebACLResponse$: StaticStructureSchema;
|
|
|
208
236
|
export declare var UpdateXssMatchSetRequest$: StaticStructureSchema;
|
|
209
237
|
export declare var UpdateXssMatchSetResponse$: StaticStructureSchema;
|
|
210
238
|
export declare var WafAction$: StaticStructureSchema;
|
|
211
|
-
export declare var WAFBadRequestException$: StaticErrorSchema;
|
|
212
|
-
export declare var WAFDisallowedNameException$: StaticErrorSchema;
|
|
213
|
-
export declare var WAFEntityMigrationException$: StaticErrorSchema;
|
|
214
|
-
export declare var WAFInternalErrorException$: StaticErrorSchema;
|
|
215
|
-
export declare var WAFInvalidAccountException$: StaticErrorSchema;
|
|
216
|
-
export declare var WAFInvalidOperationException$: StaticErrorSchema;
|
|
217
|
-
export declare var WAFInvalidParameterException$: StaticErrorSchema;
|
|
218
|
-
export declare var WAFInvalidPermissionPolicyException$: StaticErrorSchema;
|
|
219
|
-
export declare var WAFInvalidRegexPatternException$: StaticErrorSchema;
|
|
220
|
-
export declare var WAFLimitsExceededException$: StaticErrorSchema;
|
|
221
|
-
export declare var WAFNonEmptyEntityException$: StaticErrorSchema;
|
|
222
|
-
export declare var WAFNonexistentContainerException$: StaticErrorSchema;
|
|
223
|
-
export declare var WAFNonexistentItemException$: StaticErrorSchema;
|
|
224
239
|
export declare var WafOverrideAction$: StaticStructureSchema;
|
|
225
|
-
export declare var WAFReferencedItemException$: StaticErrorSchema;
|
|
226
|
-
export declare var WAFServiceLinkedRoleErrorException$: StaticErrorSchema;
|
|
227
|
-
export declare var WAFStaleDataException$: StaticErrorSchema;
|
|
228
|
-
export declare var WAFSubscriptionNotFoundException$: StaticErrorSchema;
|
|
229
|
-
export declare var WAFTagOperationException$: StaticErrorSchema;
|
|
230
|
-
export declare var WAFTagOperationInternalErrorException$: StaticErrorSchema;
|
|
231
|
-
export declare var WAFUnavailableEntityException$: StaticErrorSchema;
|
|
232
240
|
export declare var WebACL$: StaticStructureSchema;
|
|
233
241
|
export declare var WebACLSummary$: StaticStructureSchema;
|
|
234
242
|
export declare var WebACLUpdate$: StaticStructureSchema;
|
|
@@ -236,7 +244,6 @@ export declare var XssMatchSet$: StaticStructureSchema;
|
|
|
236
244
|
export declare var XssMatchSetSummary$: StaticStructureSchema;
|
|
237
245
|
export declare var XssMatchSetUpdate$: StaticStructureSchema;
|
|
238
246
|
export declare var XssMatchTuple$: StaticStructureSchema;
|
|
239
|
-
export declare var WAFRegionalServiceException$: StaticErrorSchema;
|
|
240
247
|
export declare var AssociateWebACL$: StaticOperationSchema;
|
|
241
248
|
export declare var CreateByteMatchSet$: StaticOperationSchema;
|
|
242
249
|
export declare var CreateGeoMatchSet$: StaticOperationSchema;
|
|
@@ -1,8 +1,31 @@
|
|
|
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 WAFRegionalServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var WAFBadRequestException$: StaticErrorSchema;
|
|
9
|
+
export declare var WAFDisallowedNameException$: StaticErrorSchema;
|
|
10
|
+
export declare var WAFEntityMigrationException$: StaticErrorSchema;
|
|
11
|
+
export declare var WAFInternalErrorException$: StaticErrorSchema;
|
|
12
|
+
export declare var WAFInvalidAccountException$: StaticErrorSchema;
|
|
13
|
+
export declare var WAFInvalidOperationException$: StaticErrorSchema;
|
|
14
|
+
export declare var WAFInvalidParameterException$: StaticErrorSchema;
|
|
15
|
+
export declare var WAFInvalidPermissionPolicyException$: StaticErrorSchema;
|
|
16
|
+
export declare var WAFInvalidRegexPatternException$: StaticErrorSchema;
|
|
17
|
+
export declare var WAFLimitsExceededException$: StaticErrorSchema;
|
|
18
|
+
export declare var WAFNonEmptyEntityException$: StaticErrorSchema;
|
|
19
|
+
export declare var WAFNonexistentContainerException$: StaticErrorSchema;
|
|
20
|
+
export declare var WAFNonexistentItemException$: StaticErrorSchema;
|
|
21
|
+
export declare var WAFReferencedItemException$: StaticErrorSchema;
|
|
22
|
+
export declare var WAFServiceLinkedRoleErrorException$: StaticErrorSchema;
|
|
23
|
+
export declare var WAFStaleDataException$: StaticErrorSchema;
|
|
24
|
+
export declare var WAFSubscriptionNotFoundException$: StaticErrorSchema;
|
|
25
|
+
export declare var WAFTagOperationException$: StaticErrorSchema;
|
|
26
|
+
export declare var WAFTagOperationInternalErrorException$: StaticErrorSchema;
|
|
27
|
+
export declare var WAFUnavailableEntityException$: StaticErrorSchema;
|
|
28
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
29
|
export declare var ActivatedRule$: StaticStructureSchema;
|
|
7
30
|
export declare var AssociateWebACLRequest$: StaticStructureSchema;
|
|
8
31
|
export declare var AssociateWebACLResponse$: StaticStructureSchema;
|
|
@@ -212,27 +235,7 @@ export declare var UpdateWebACLResponse$: StaticStructureSchema;
|
|
|
212
235
|
export declare var UpdateXssMatchSetRequest$: StaticStructureSchema;
|
|
213
236
|
export declare var UpdateXssMatchSetResponse$: StaticStructureSchema;
|
|
214
237
|
export declare var WafAction$: StaticStructureSchema;
|
|
215
|
-
export declare var WAFBadRequestException$: StaticErrorSchema;
|
|
216
|
-
export declare var WAFDisallowedNameException$: StaticErrorSchema;
|
|
217
|
-
export declare var WAFEntityMigrationException$: StaticErrorSchema;
|
|
218
|
-
export declare var WAFInternalErrorException$: StaticErrorSchema;
|
|
219
|
-
export declare var WAFInvalidAccountException$: StaticErrorSchema;
|
|
220
|
-
export declare var WAFInvalidOperationException$: StaticErrorSchema;
|
|
221
|
-
export declare var WAFInvalidParameterException$: StaticErrorSchema;
|
|
222
|
-
export declare var WAFInvalidPermissionPolicyException$: StaticErrorSchema;
|
|
223
|
-
export declare var WAFInvalidRegexPatternException$: StaticErrorSchema;
|
|
224
|
-
export declare var WAFLimitsExceededException$: StaticErrorSchema;
|
|
225
|
-
export declare var WAFNonEmptyEntityException$: StaticErrorSchema;
|
|
226
|
-
export declare var WAFNonexistentContainerException$: StaticErrorSchema;
|
|
227
|
-
export declare var WAFNonexistentItemException$: StaticErrorSchema;
|
|
228
238
|
export declare var WafOverrideAction$: StaticStructureSchema;
|
|
229
|
-
export declare var WAFReferencedItemException$: StaticErrorSchema;
|
|
230
|
-
export declare var WAFServiceLinkedRoleErrorException$: StaticErrorSchema;
|
|
231
|
-
export declare var WAFStaleDataException$: StaticErrorSchema;
|
|
232
|
-
export declare var WAFSubscriptionNotFoundException$: StaticErrorSchema;
|
|
233
|
-
export declare var WAFTagOperationException$: StaticErrorSchema;
|
|
234
|
-
export declare var WAFTagOperationInternalErrorException$: StaticErrorSchema;
|
|
235
|
-
export declare var WAFUnavailableEntityException$: StaticErrorSchema;
|
|
236
239
|
export declare var WebACL$: StaticStructureSchema;
|
|
237
240
|
export declare var WebACLSummary$: StaticStructureSchema;
|
|
238
241
|
export declare var WebACLUpdate$: StaticStructureSchema;
|
|
@@ -240,7 +243,6 @@ export declare var XssMatchSet$: StaticStructureSchema;
|
|
|
240
243
|
export declare var XssMatchSetSummary$: StaticStructureSchema;
|
|
241
244
|
export declare var XssMatchSetUpdate$: StaticStructureSchema;
|
|
242
245
|
export declare var XssMatchTuple$: StaticStructureSchema;
|
|
243
|
-
export declare var WAFRegionalServiceException$: StaticErrorSchema;
|
|
244
246
|
export declare var AssociateWebACL$: StaticOperationSchema;
|
|
245
247
|
export declare var CreateByteMatchSet$: StaticOperationSchema;
|
|
246
248
|
export declare var CreateGeoMatchSet$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-waf-regional",
|
|
3
3
|
"description": "AWS SDK for JavaScript Waf Regional 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-waf-regional",
|
|
@@ -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",
|