@aws-sdk/client-waf 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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultWAFHttpAuthSchemeProvider } 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: "2015-08-24",
@@ -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.waf",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "http://waf.amazonaws.com/doc/2015-08-24/",
30
32
  version: "2015-08-24",
31
33
  serviceTarget: "AWSWAF_20150824",
@@ -425,12 +425,134 @@ const _f = "field";
425
425
  const _m = "message";
426
426
  const _p = "parameter";
427
427
  const _r = "reason";
428
- const _s = "server";
429
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.waf";
428
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.waf";
429
+ const _se = "server";
430
430
  const n0 = "com.amazonaws.waf";
431
431
  import { TypeRegistry } from "@smithy/core/schema";
432
432
  import { WAFBadRequestException, WAFDisallowedNameException, WAFEntityMigrationException, WAFInternalErrorException, WAFInvalidAccountException, WAFInvalidOperationException, WAFInvalidParameterException, WAFInvalidPermissionPolicyException, WAFInvalidRegexPatternException, WAFLimitsExceededException, WAFNonEmptyEntityException, WAFNonexistentContainerException, WAFNonexistentItemException, WAFReferencedItemException, WAFServiceLinkedRoleErrorException, WAFStaleDataException, WAFSubscriptionNotFoundException, WAFTagOperationException, WAFTagOperationInternalErrorException, } from "../models/errors";
433
433
  import { WAFServiceException } from "../models/WAFServiceException";
434
+ const _s_registry = TypeRegistry.for(_s);
435
+ export var WAFServiceException$ = [-3, _s, "WAFServiceException", 0, [], []];
436
+ _s_registry.registerError(WAFServiceException$, WAFServiceException);
437
+ const n0_registry = TypeRegistry.for(n0);
438
+ export var WAFBadRequestException$ = [-3, n0, _WAFBRE,
439
+ { [_e]: _c },
440
+ [_m],
441
+ [0]
442
+ ];
443
+ n0_registry.registerError(WAFBadRequestException$, WAFBadRequestException);
444
+ export var WAFDisallowedNameException$ = [-3, n0, _WAFDNE,
445
+ { [_e]: _c },
446
+ [_m],
447
+ [0]
448
+ ];
449
+ n0_registry.registerError(WAFDisallowedNameException$, WAFDisallowedNameException);
450
+ export var WAFEntityMigrationException$ = [-3, n0, _WAFEME,
451
+ { [_e]: _c },
452
+ [_m, _MET, _MER],
453
+ [0, 0, 0]
454
+ ];
455
+ n0_registry.registerError(WAFEntityMigrationException$, WAFEntityMigrationException);
456
+ export var WAFInternalErrorException$ = [-3, n0, _WAFIEE,
457
+ { [_e]: _se },
458
+ [_m],
459
+ [0]
460
+ ];
461
+ n0_registry.registerError(WAFInternalErrorException$, WAFInternalErrorException);
462
+ export var WAFInvalidAccountException$ = [-3, n0, _WAFIAE,
463
+ { [_e]: _c },
464
+ [],
465
+ []
466
+ ];
467
+ n0_registry.registerError(WAFInvalidAccountException$, WAFInvalidAccountException);
468
+ export var WAFInvalidOperationException$ = [-3, n0, _WAFIOE,
469
+ { [_e]: _c },
470
+ [_m],
471
+ [0]
472
+ ];
473
+ n0_registry.registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
474
+ export var WAFInvalidParameterException$ = [-3, n0, _WAFIPE,
475
+ { [_e]: _c },
476
+ [_f, _p, _r],
477
+ [0, 0, 0]
478
+ ];
479
+ n0_registry.registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
480
+ export var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE,
481
+ { [_e]: _c },
482
+ [_m],
483
+ [0]
484
+ ];
485
+ n0_registry.registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
486
+ export var WAFInvalidRegexPatternException$ = [-3, n0, _WAFIRPE,
487
+ { [_e]: _c },
488
+ [_m],
489
+ [0]
490
+ ];
491
+ n0_registry.registerError(WAFInvalidRegexPatternException$, WAFInvalidRegexPatternException);
492
+ export var WAFLimitsExceededException$ = [-3, n0, _WAFLEE,
493
+ { [_e]: _c },
494
+ [_m],
495
+ [0]
496
+ ];
497
+ n0_registry.registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
498
+ export var WAFNonEmptyEntityException$ = [-3, n0, _WAFNEEE,
499
+ { [_e]: _c },
500
+ [_m],
501
+ [0]
502
+ ];
503
+ n0_registry.registerError(WAFNonEmptyEntityException$, WAFNonEmptyEntityException);
504
+ export var WAFNonexistentContainerException$ = [-3, n0, _WAFNCE,
505
+ { [_e]: _c },
506
+ [_m],
507
+ [0]
508
+ ];
509
+ n0_registry.registerError(WAFNonexistentContainerException$, WAFNonexistentContainerException);
510
+ export var WAFNonexistentItemException$ = [-3, n0, _WAFNIE,
511
+ { [_e]: _c },
512
+ [_m],
513
+ [0]
514
+ ];
515
+ n0_registry.registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
516
+ export var WAFReferencedItemException$ = [-3, n0, _WAFRIE,
517
+ { [_e]: _c },
518
+ [_m],
519
+ [0]
520
+ ];
521
+ n0_registry.registerError(WAFReferencedItemException$, WAFReferencedItemException);
522
+ export var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE,
523
+ { [_e]: _c },
524
+ [_m],
525
+ [0]
526
+ ];
527
+ n0_registry.registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
528
+ export var WAFStaleDataException$ = [-3, n0, _WAFSDE,
529
+ { [_e]: _c },
530
+ [_m],
531
+ [0]
532
+ ];
533
+ n0_registry.registerError(WAFStaleDataException$, WAFStaleDataException);
534
+ export var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE,
535
+ { [_e]: _c },
536
+ [_m],
537
+ [0]
538
+ ];
539
+ n0_registry.registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
540
+ export var WAFTagOperationException$ = [-3, n0, _WAFTOE,
541
+ { [_e]: _c },
542
+ [_m],
543
+ [0]
544
+ ];
545
+ n0_registry.registerError(WAFTagOperationException$, WAFTagOperationException);
546
+ export var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE,
547
+ { [_e]: _se },
548
+ [_m],
549
+ [0]
550
+ ];
551
+ n0_registry.registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
552
+ export const errorTypeRegistries = [
553
+ _s_registry,
554
+ n0_registry,
555
+ ];
434
556
  export var ActivatedRule$ = [3, n0, _AR,
435
557
  0,
436
558
  [_P, _RI, _A, _OA, _T, _ER],
@@ -1436,125 +1558,11 @@ export var WafAction$ = [3, n0, _WA,
1436
1558
  [_T],
1437
1559
  [0], 1
1438
1560
  ];
1439
- export var WAFBadRequestException$ = [-3, n0, _WAFBRE,
1440
- { [_e]: _c },
1441
- [_m],
1442
- [0]
1443
- ];
1444
- TypeRegistry.for(n0).registerError(WAFBadRequestException$, WAFBadRequestException);
1445
- export var WAFDisallowedNameException$ = [-3, n0, _WAFDNE,
1446
- { [_e]: _c },
1447
- [_m],
1448
- [0]
1449
- ];
1450
- TypeRegistry.for(n0).registerError(WAFDisallowedNameException$, WAFDisallowedNameException);
1451
- export var WAFEntityMigrationException$ = [-3, n0, _WAFEME,
1452
- { [_e]: _c },
1453
- [_m, _MET, _MER],
1454
- [0, 0, 0]
1455
- ];
1456
- TypeRegistry.for(n0).registerError(WAFEntityMigrationException$, WAFEntityMigrationException);
1457
- export var WAFInternalErrorException$ = [-3, n0, _WAFIEE,
1458
- { [_e]: _s },
1459
- [_m],
1460
- [0]
1461
- ];
1462
- TypeRegistry.for(n0).registerError(WAFInternalErrorException$, WAFInternalErrorException);
1463
- export var WAFInvalidAccountException$ = [-3, n0, _WAFIAE,
1464
- { [_e]: _c },
1465
- [],
1466
- []
1467
- ];
1468
- TypeRegistry.for(n0).registerError(WAFInvalidAccountException$, WAFInvalidAccountException);
1469
- export var WAFInvalidOperationException$ = [-3, n0, _WAFIOE,
1470
- { [_e]: _c },
1471
- [_m],
1472
- [0]
1473
- ];
1474
- TypeRegistry.for(n0).registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
1475
- export var WAFInvalidParameterException$ = [-3, n0, _WAFIPE,
1476
- { [_e]: _c },
1477
- [_f, _p, _r],
1478
- [0, 0, 0]
1479
- ];
1480
- TypeRegistry.for(n0).registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
1481
- export var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE,
1482
- { [_e]: _c },
1483
- [_m],
1484
- [0]
1485
- ];
1486
- TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
1487
- export var WAFInvalidRegexPatternException$ = [-3, n0, _WAFIRPE,
1488
- { [_e]: _c },
1489
- [_m],
1490
- [0]
1491
- ];
1492
- TypeRegistry.for(n0).registerError(WAFInvalidRegexPatternException$, WAFInvalidRegexPatternException);
1493
- export var WAFLimitsExceededException$ = [-3, n0, _WAFLEE,
1494
- { [_e]: _c },
1495
- [_m],
1496
- [0]
1497
- ];
1498
- TypeRegistry.for(n0).registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
1499
- export var WAFNonEmptyEntityException$ = [-3, n0, _WAFNEEE,
1500
- { [_e]: _c },
1501
- [_m],
1502
- [0]
1503
- ];
1504
- TypeRegistry.for(n0).registerError(WAFNonEmptyEntityException$, WAFNonEmptyEntityException);
1505
- export var WAFNonexistentContainerException$ = [-3, n0, _WAFNCE,
1506
- { [_e]: _c },
1507
- [_m],
1508
- [0]
1509
- ];
1510
- TypeRegistry.for(n0).registerError(WAFNonexistentContainerException$, WAFNonexistentContainerException);
1511
- export var WAFNonexistentItemException$ = [-3, n0, _WAFNIE,
1512
- { [_e]: _c },
1513
- [_m],
1514
- [0]
1515
- ];
1516
- TypeRegistry.for(n0).registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
1517
1561
  export var WafOverrideAction$ = [3, n0, _WOA,
1518
1562
  0,
1519
1563
  [_T],
1520
1564
  [0], 1
1521
1565
  ];
1522
- export var WAFReferencedItemException$ = [-3, n0, _WAFRIE,
1523
- { [_e]: _c },
1524
- [_m],
1525
- [0]
1526
- ];
1527
- TypeRegistry.for(n0).registerError(WAFReferencedItemException$, WAFReferencedItemException);
1528
- export var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE,
1529
- { [_e]: _c },
1530
- [_m],
1531
- [0]
1532
- ];
1533
- TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
1534
- export var WAFStaleDataException$ = [-3, n0, _WAFSDE,
1535
- { [_e]: _c },
1536
- [_m],
1537
- [0]
1538
- ];
1539
- TypeRegistry.for(n0).registerError(WAFStaleDataException$, WAFStaleDataException);
1540
- export var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE,
1541
- { [_e]: _c },
1542
- [_m],
1543
- [0]
1544
- ];
1545
- TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
1546
- export var WAFTagOperationException$ = [-3, n0, _WAFTOE,
1547
- { [_e]: _c },
1548
- [_m],
1549
- [0]
1550
- ];
1551
- TypeRegistry.for(n0).registerError(WAFTagOperationException$, WAFTagOperationException);
1552
- export var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE,
1553
- { [_e]: _s },
1554
- [_m],
1555
- [0]
1556
- ];
1557
- TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
1558
1566
  export var WebACL$ = [3, n0, _WACL,
1559
1567
  0,
1560
1568
  [_WACLI, _DA, _Ru, _N, _MN, _WACLA],
@@ -1590,8 +1598,6 @@ export var XssMatchTuple$ = [3, n0, _XMTs,
1590
1598
  [_FTM, _TT],
1591
1599
  [() => FieldToMatch$, 0], 2
1592
1600
  ];
1593
- export var WAFServiceException$ = [-3, _sm, "WAFServiceException", 0, [], []];
1594
- TypeRegistry.for(_sm).registerError(WAFServiceException$, WAFServiceException);
1595
1601
  var ActivatedRules = [1, n0, _ARc,
1596
1602
  0, () => ActivatedRule$
1597
1603
  ];
@@ -1,4 +1,31 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var WAFServiceException$: 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
+ /**
24
+ * TypeRegistry instances containing modeled errors.
25
+ * @internal
26
+ *
27
+ */
28
+ export declare const errorTypeRegistries: TypeRegistry[];
2
29
  export declare var ActivatedRule$: StaticStructureSchema;
3
30
  export declare var ByteMatchSet$: StaticStructureSchema;
4
31
  export declare var ByteMatchSetSummary$: StaticStructureSchema;
@@ -200,26 +227,7 @@ export declare var UpdateWebACLResponse$: StaticStructureSchema;
200
227
  export declare var UpdateXssMatchSetRequest$: StaticStructureSchema;
201
228
  export declare var UpdateXssMatchSetResponse$: StaticStructureSchema;
202
229
  export declare var WafAction$: StaticStructureSchema;
203
- export declare var WAFBadRequestException$: StaticErrorSchema;
204
- export declare var WAFDisallowedNameException$: StaticErrorSchema;
205
- export declare var WAFEntityMigrationException$: StaticErrorSchema;
206
- export declare var WAFInternalErrorException$: StaticErrorSchema;
207
- export declare var WAFInvalidAccountException$: StaticErrorSchema;
208
- export declare var WAFInvalidOperationException$: StaticErrorSchema;
209
- export declare var WAFInvalidParameterException$: StaticErrorSchema;
210
- export declare var WAFInvalidPermissionPolicyException$: StaticErrorSchema;
211
- export declare var WAFInvalidRegexPatternException$: StaticErrorSchema;
212
- export declare var WAFLimitsExceededException$: StaticErrorSchema;
213
- export declare var WAFNonEmptyEntityException$: StaticErrorSchema;
214
- export declare var WAFNonexistentContainerException$: StaticErrorSchema;
215
- export declare var WAFNonexistentItemException$: StaticErrorSchema;
216
230
  export declare var WafOverrideAction$: StaticStructureSchema;
217
- export declare var WAFReferencedItemException$: StaticErrorSchema;
218
- export declare var WAFServiceLinkedRoleErrorException$: StaticErrorSchema;
219
- export declare var WAFStaleDataException$: StaticErrorSchema;
220
- export declare var WAFSubscriptionNotFoundException$: StaticErrorSchema;
221
- export declare var WAFTagOperationException$: StaticErrorSchema;
222
- export declare var WAFTagOperationInternalErrorException$: StaticErrorSchema;
223
231
  export declare var WebACL$: StaticStructureSchema;
224
232
  export declare var WebACLSummary$: StaticStructureSchema;
225
233
  export declare var WebACLUpdate$: StaticStructureSchema;
@@ -227,7 +235,6 @@ export declare var XssMatchSet$: StaticStructureSchema;
227
235
  export declare var XssMatchSetSummary$: StaticStructureSchema;
228
236
  export declare var XssMatchSetUpdate$: StaticStructureSchema;
229
237
  export declare var XssMatchTuple$: StaticStructureSchema;
230
- export declare var WAFServiceException$: StaticErrorSchema;
231
238
  export declare var CreateByteMatchSet$: StaticOperationSchema;
232
239
  export declare var CreateGeoMatchSet$: StaticOperationSchema;
233
240
  export declare var CreateIPSet$: StaticOperationSchema;
@@ -1,8 +1,30 @@
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 WAFServiceException$: 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 const errorTypeRegistries: TypeRegistry[];
6
28
  export declare var ActivatedRule$: StaticStructureSchema;
7
29
  export declare var ByteMatchSet$: StaticStructureSchema;
8
30
  export declare var ByteMatchSetSummary$: StaticStructureSchema;
@@ -204,26 +226,7 @@ export declare var UpdateWebACLResponse$: StaticStructureSchema;
204
226
  export declare var UpdateXssMatchSetRequest$: StaticStructureSchema;
205
227
  export declare var UpdateXssMatchSetResponse$: StaticStructureSchema;
206
228
  export declare var WafAction$: StaticStructureSchema;
207
- export declare var WAFBadRequestException$: StaticErrorSchema;
208
- export declare var WAFDisallowedNameException$: StaticErrorSchema;
209
- export declare var WAFEntityMigrationException$: StaticErrorSchema;
210
- export declare var WAFInternalErrorException$: StaticErrorSchema;
211
- export declare var WAFInvalidAccountException$: StaticErrorSchema;
212
- export declare var WAFInvalidOperationException$: StaticErrorSchema;
213
- export declare var WAFInvalidParameterException$: StaticErrorSchema;
214
- export declare var WAFInvalidPermissionPolicyException$: StaticErrorSchema;
215
- export declare var WAFInvalidRegexPatternException$: StaticErrorSchema;
216
- export declare var WAFLimitsExceededException$: StaticErrorSchema;
217
- export declare var WAFNonEmptyEntityException$: StaticErrorSchema;
218
- export declare var WAFNonexistentContainerException$: StaticErrorSchema;
219
- export declare var WAFNonexistentItemException$: StaticErrorSchema;
220
229
  export declare var WafOverrideAction$: StaticStructureSchema;
221
- export declare var WAFReferencedItemException$: StaticErrorSchema;
222
- export declare var WAFServiceLinkedRoleErrorException$: StaticErrorSchema;
223
- export declare var WAFStaleDataException$: StaticErrorSchema;
224
- export declare var WAFSubscriptionNotFoundException$: StaticErrorSchema;
225
- export declare var WAFTagOperationException$: StaticErrorSchema;
226
- export declare var WAFTagOperationInternalErrorException$: StaticErrorSchema;
227
230
  export declare var WebACL$: StaticStructureSchema;
228
231
  export declare var WebACLSummary$: StaticStructureSchema;
229
232
  export declare var WebACLUpdate$: StaticStructureSchema;
@@ -231,7 +234,6 @@ export declare var XssMatchSet$: StaticStructureSchema;
231
234
  export declare var XssMatchSetSummary$: StaticStructureSchema;
232
235
  export declare var XssMatchSetUpdate$: StaticStructureSchema;
233
236
  export declare var XssMatchTuple$: StaticStructureSchema;
234
- export declare var WAFServiceException$: StaticErrorSchema;
235
237
  export declare var CreateByteMatchSet$: StaticOperationSchema;
236
238
  export declare var CreateGeoMatchSet$: StaticOperationSchema;
237
239
  export declare var CreateIPSet$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf",
3
3
  "description": "AWS SDK for JavaScript Waf Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
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",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.9",
27
+ "@aws-sdk/credential-provider-node": "^3.972.8",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.987.0",
34
+ "@aws-sdk/util-endpoints": "3.989.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.5",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.22.1",
38
+ "@smithy/core": "^3.23.0",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.13",
44
- "@smithy/middleware-retry": "^4.4.30",
43
+ "@smithy/middleware-endpoint": "^4.4.14",
44
+ "@smithy/middleware-retry": "^4.4.31",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
- "@smithy/node-http-handler": "^4.4.9",
48
+ "@smithy/node-http-handler": "^4.4.10",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.11.2",
50
+ "@smithy/smithy-client": "^4.11.3",
51
51
  "@smithy/types": "^4.12.0",
52
52
  "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.29",
57
- "@smithy/util-defaults-mode-node": "^4.2.32",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
57
+ "@smithy/util-defaults-mode-node": "^4.2.33",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",