@aws-sdk/client-wafv2 3.763.0 → 3.772.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 CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  ActionValue: () => ActionValue,
25
25
  AssociateWebACLCommand: () => AssociateWebACLCommand,
26
26
  AssociatedResourceType: () => AssociatedResourceType,
@@ -130,7 +130,7 @@ __export(src_exports, {
130
130
  WAFV2ServiceException: () => WAFV2ServiceException,
131
131
  __Client: () => import_smithy_client.Client
132
132
  });
133
- module.exports = __toCommonJS(src_exports);
133
+ module.exports = __toCommonJS(index_exports);
134
134
 
135
135
  // src/WAFV2Client.ts
136
136
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -257,9 +257,9 @@ var WAFV2Client = class extends import_smithy_client.Client {
257
257
  this.middlewareStack.use(
258
258
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
259
259
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultWAFV2HttpAuthSchemeParametersProvider,
260
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
260
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
261
261
  "aws.auth#sigv4": config.credentials
262
- })
262
+ }), "identityProviderConfigProvider")
263
263
  })
264
264
  );
265
265
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -2469,7 +2469,7 @@ var de_WAFUnsupportedAggregateKeyTypeExceptionRes = /* @__PURE__ */ __name(async
2469
2469
  }, "de_WAFUnsupportedAggregateKeyTypeExceptionRes");
2470
2470
  var se_AndStatement = /* @__PURE__ */ __name((input, context) => {
2471
2471
  return (0, import_smithy_client.take)(input, {
2472
- Statements: (_) => se_Statements(_, context)
2472
+ Statements: /* @__PURE__ */ __name((_) => se_Statements(_, context), "Statements")
2473
2473
  });
2474
2474
  }, "se_AndStatement");
2475
2475
  var se_ByteMatchStatement = /* @__PURE__ */ __name((input, context) => {
@@ -2482,7 +2482,7 @@ var se_ByteMatchStatement = /* @__PURE__ */ __name((input, context) => {
2482
2482
  }, "se_ByteMatchStatement");
2483
2483
  var se_CheckCapacityRequest = /* @__PURE__ */ __name((input, context) => {
2484
2484
  return (0, import_smithy_client.take)(input, {
2485
- Rules: (_) => se_Rules(_, context),
2485
+ Rules: /* @__PURE__ */ __name((_) => se_Rules(_, context), "Rules"),
2486
2486
  Scope: []
2487
2487
  });
2488
2488
  }, "se_CheckCapacityRequest");
@@ -2492,7 +2492,7 @@ var se_CreateRuleGroupRequest = /* @__PURE__ */ __name((input, context) => {
2492
2492
  CustomResponseBodies: import_smithy_client._json,
2493
2493
  Description: [],
2494
2494
  Name: [],
2495
- Rules: (_) => se_Rules(_, context),
2495
+ Rules: /* @__PURE__ */ __name((_) => se_Rules(_, context), "Rules"),
2496
2496
  Scope: [],
2497
2497
  Tags: import_smithy_client._json,
2498
2498
  VisibilityConfig: import_smithy_client._json
@@ -2508,7 +2508,7 @@ var se_CreateWebACLRequest = /* @__PURE__ */ __name((input, context) => {
2508
2508
  DefaultAction: import_smithy_client._json,
2509
2509
  Description: [],
2510
2510
  Name: [],
2511
- Rules: (_) => se_Rules(_, context),
2511
+ Rules: /* @__PURE__ */ __name((_) => se_Rules(_, context), "Rules"),
2512
2512
  Scope: [],
2513
2513
  Tags: import_smithy_client._json,
2514
2514
  TokenDomains: import_smithy_client._json,
@@ -2520,7 +2520,7 @@ var se_GetSampledRequestsRequest = /* @__PURE__ */ __name((input, context) => {
2520
2520
  MaxItems: [],
2521
2521
  RuleMetricName: [],
2522
2522
  Scope: [],
2523
- TimeWindow: (_) => se_TimeWindow(_, context),
2523
+ TimeWindow: /* @__PURE__ */ __name((_) => se_TimeWindow(_, context), "TimeWindow"),
2524
2524
  WebAclArn: []
2525
2525
  });
2526
2526
  }, "se_GetSampledRequestsRequest");
@@ -2530,19 +2530,19 @@ var se_ManagedRuleGroupStatement = /* @__PURE__ */ __name((input, context) => {
2530
2530
  ManagedRuleGroupConfigs: import_smithy_client._json,
2531
2531
  Name: [],
2532
2532
  RuleActionOverrides: import_smithy_client._json,
2533
- ScopeDownStatement: (_) => se_Statement(_, context),
2533
+ ScopeDownStatement: /* @__PURE__ */ __name((_) => se_Statement(_, context), "ScopeDownStatement"),
2534
2534
  VendorName: [],
2535
2535
  Version: []
2536
2536
  });
2537
2537
  }, "se_ManagedRuleGroupStatement");
2538
2538
  var se_NotStatement = /* @__PURE__ */ __name((input, context) => {
2539
2539
  return (0, import_smithy_client.take)(input, {
2540
- Statement: (_) => se_Statement(_, context)
2540
+ Statement: /* @__PURE__ */ __name((_) => se_Statement(_, context), "Statement")
2541
2541
  });
2542
2542
  }, "se_NotStatement");
2543
2543
  var se_OrStatement = /* @__PURE__ */ __name((input, context) => {
2544
2544
  return (0, import_smithy_client.take)(input, {
2545
- Statements: (_) => se_Statements(_, context)
2545
+ Statements: /* @__PURE__ */ __name((_) => se_Statements(_, context), "Statements")
2546
2546
  });
2547
2547
  }, "se_OrStatement");
2548
2548
  var se_RateBasedStatement = /* @__PURE__ */ __name((input, context) => {
@@ -2552,7 +2552,7 @@ var se_RateBasedStatement = /* @__PURE__ */ __name((input, context) => {
2552
2552
  EvaluationWindowSec: [],
2553
2553
  ForwardedIPConfig: import_smithy_client._json,
2554
2554
  Limit: [],
2555
- ScopeDownStatement: (_) => se_Statement(_, context)
2555
+ ScopeDownStatement: /* @__PURE__ */ __name((_) => se_Statement(_, context), "ScopeDownStatement")
2556
2556
  });
2557
2557
  }, "se_RateBasedStatement");
2558
2558
  var se_Rule = /* @__PURE__ */ __name((input, context) => {
@@ -2564,7 +2564,7 @@ var se_Rule = /* @__PURE__ */ __name((input, context) => {
2564
2564
  OverrideAction: import_smithy_client._json,
2565
2565
  Priority: [],
2566
2566
  RuleLabels: import_smithy_client._json,
2567
- Statement: (_) => se_Statement(_, context),
2567
+ Statement: /* @__PURE__ */ __name((_) => se_Statement(_, context), "Statement"),
2568
2568
  VisibilityConfig: import_smithy_client._json
2569
2569
  });
2570
2570
  }, "se_Rule");
@@ -2575,15 +2575,15 @@ var se_Rules = /* @__PURE__ */ __name((input, context) => {
2575
2575
  }, "se_Rules");
2576
2576
  var se_Statement = /* @__PURE__ */ __name((input, context) => {
2577
2577
  return (0, import_smithy_client.take)(input, {
2578
- AndStatement: (_) => se_AndStatement(_, context),
2579
- ByteMatchStatement: (_) => se_ByteMatchStatement(_, context),
2578
+ AndStatement: /* @__PURE__ */ __name((_) => se_AndStatement(_, context), "AndStatement"),
2579
+ ByteMatchStatement: /* @__PURE__ */ __name((_) => se_ByteMatchStatement(_, context), "ByteMatchStatement"),
2580
2580
  GeoMatchStatement: import_smithy_client._json,
2581
2581
  IPSetReferenceStatement: import_smithy_client._json,
2582
2582
  LabelMatchStatement: import_smithy_client._json,
2583
- ManagedRuleGroupStatement: (_) => se_ManagedRuleGroupStatement(_, context),
2584
- NotStatement: (_) => se_NotStatement(_, context),
2585
- OrStatement: (_) => se_OrStatement(_, context),
2586
- RateBasedStatement: (_) => se_RateBasedStatement(_, context),
2583
+ ManagedRuleGroupStatement: /* @__PURE__ */ __name((_) => se_ManagedRuleGroupStatement(_, context), "ManagedRuleGroupStatement"),
2584
+ NotStatement: /* @__PURE__ */ __name((_) => se_NotStatement(_, context), "NotStatement"),
2585
+ OrStatement: /* @__PURE__ */ __name((_) => se_OrStatement(_, context), "OrStatement"),
2586
+ RateBasedStatement: /* @__PURE__ */ __name((_) => se_RateBasedStatement(_, context), "RateBasedStatement"),
2587
2587
  RegexMatchStatement: import_smithy_client._json,
2588
2588
  RegexPatternSetReferenceStatement: import_smithy_client._json,
2589
2589
  RuleGroupReferenceStatement: import_smithy_client._json,
@@ -2599,13 +2599,13 @@ var se_Statements = /* @__PURE__ */ __name((input, context) => {
2599
2599
  }, "se_Statements");
2600
2600
  var se_TimeWindow = /* @__PURE__ */ __name((input, context) => {
2601
2601
  return (0, import_smithy_client.take)(input, {
2602
- EndTime: (_) => _.getTime() / 1e3,
2603
- StartTime: (_) => _.getTime() / 1e3
2602
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
2603
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
2604
2604
  });
2605
2605
  }, "se_TimeWindow");
2606
2606
  var se_UpdateManagedRuleSetVersionExpiryDateRequest = /* @__PURE__ */ __name((input, context) => {
2607
2607
  return (0, import_smithy_client.take)(input, {
2608
- ExpiryTimestamp: (_) => _.getTime() / 1e3,
2608
+ ExpiryTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExpiryTimestamp"),
2609
2609
  Id: [],
2610
2610
  LockToken: [],
2611
2611
  Name: [],
@@ -2620,7 +2620,7 @@ var se_UpdateRuleGroupRequest = /* @__PURE__ */ __name((input, context) => {
2620
2620
  Id: [],
2621
2621
  LockToken: [],
2622
2622
  Name: [],
2623
- Rules: (_) => se_Rules(_, context),
2623
+ Rules: /* @__PURE__ */ __name((_) => se_Rules(_, context), "Rules"),
2624
2624
  Scope: [],
2625
2625
  VisibilityConfig: import_smithy_client._json
2626
2626
  });
@@ -2637,7 +2637,7 @@ var se_UpdateWebACLRequest = /* @__PURE__ */ __name((input, context) => {
2637
2637
  Id: [],
2638
2638
  LockToken: [],
2639
2639
  Name: [],
2640
- Rules: (_) => se_Rules(_, context),
2640
+ Rules: /* @__PURE__ */ __name((_) => se_Rules(_, context), "Rules"),
2641
2641
  Scope: [],
2642
2642
  TokenDomains: import_smithy_client._json,
2643
2643
  VisibilityConfig: import_smithy_client._json
@@ -2645,7 +2645,7 @@ var se_UpdateWebACLRequest = /* @__PURE__ */ __name((input, context) => {
2645
2645
  }, "se_UpdateWebACLRequest");
2646
2646
  var de_AndStatement = /* @__PURE__ */ __name((output, context) => {
2647
2647
  return (0, import_smithy_client.take)(output, {
2648
- Statements: (_) => de_Statements(_, context)
2648
+ Statements: /* @__PURE__ */ __name((_) => de_Statements(_, context), "Statements")
2649
2649
  });
2650
2650
  }, "de_AndStatement");
2651
2651
  var de_APIKeySummaries = /* @__PURE__ */ __name((output, context) => {
@@ -2657,7 +2657,7 @@ var de_APIKeySummaries = /* @__PURE__ */ __name((output, context) => {
2657
2657
  var de_APIKeySummary = /* @__PURE__ */ __name((output, context) => {
2658
2658
  return (0, import_smithy_client.take)(output, {
2659
2659
  APIKey: import_smithy_client.expectString,
2660
- CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2660
+ CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
2661
2661
  TokenDomains: import_smithy_client._json,
2662
2662
  Version: import_smithy_client.expectInt32
2663
2663
  });
@@ -2672,7 +2672,7 @@ var de_ByteMatchStatement = /* @__PURE__ */ __name((output, context) => {
2672
2672
  }, "de_ByteMatchStatement");
2673
2673
  var de_FirewallManagerRuleGroup = /* @__PURE__ */ __name((output, context) => {
2674
2674
  return (0, import_smithy_client.take)(output, {
2675
- FirewallManagerStatement: (_) => de_FirewallManagerStatement(_, context),
2675
+ FirewallManagerStatement: /* @__PURE__ */ __name((_) => de_FirewallManagerStatement(_, context), "FirewallManagerStatement"),
2676
2676
  Name: import_smithy_client.expectString,
2677
2677
  OverrideAction: import_smithy_client._json,
2678
2678
  Priority: import_smithy_client.expectInt32,
@@ -2687,55 +2687,55 @@ var de_FirewallManagerRuleGroups = /* @__PURE__ */ __name((output, context) => {
2687
2687
  }, "de_FirewallManagerRuleGroups");
2688
2688
  var de_FirewallManagerStatement = /* @__PURE__ */ __name((output, context) => {
2689
2689
  return (0, import_smithy_client.take)(output, {
2690
- ManagedRuleGroupStatement: (_) => de_ManagedRuleGroupStatement(_, context),
2690
+ ManagedRuleGroupStatement: /* @__PURE__ */ __name((_) => de_ManagedRuleGroupStatement(_, context), "ManagedRuleGroupStatement"),
2691
2691
  RuleGroupReferenceStatement: import_smithy_client._json
2692
2692
  });
2693
2693
  }, "de_FirewallManagerStatement");
2694
2694
  var de_GetDecryptedAPIKeyResponse = /* @__PURE__ */ __name((output, context) => {
2695
2695
  return (0, import_smithy_client.take)(output, {
2696
- CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2696
+ CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
2697
2697
  TokenDomains: import_smithy_client._json
2698
2698
  });
2699
2699
  }, "de_GetDecryptedAPIKeyResponse");
2700
2700
  var de_GetManagedRuleSetResponse = /* @__PURE__ */ __name((output, context) => {
2701
2701
  return (0, import_smithy_client.take)(output, {
2702
2702
  LockToken: import_smithy_client.expectString,
2703
- ManagedRuleSet: (_) => de_ManagedRuleSet(_, context)
2703
+ ManagedRuleSet: /* @__PURE__ */ __name((_) => de_ManagedRuleSet(_, context), "ManagedRuleSet")
2704
2704
  });
2705
2705
  }, "de_GetManagedRuleSetResponse");
2706
2706
  var de_GetMobileSdkReleaseResponse = /* @__PURE__ */ __name((output, context) => {
2707
2707
  return (0, import_smithy_client.take)(output, {
2708
- MobileSdkRelease: (_) => de_MobileSdkRelease(_, context)
2708
+ MobileSdkRelease: /* @__PURE__ */ __name((_) => de_MobileSdkRelease(_, context), "MobileSdkRelease")
2709
2709
  });
2710
2710
  }, "de_GetMobileSdkReleaseResponse");
2711
2711
  var de_GetRuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
2712
2712
  return (0, import_smithy_client.take)(output, {
2713
2713
  LockToken: import_smithy_client.expectString,
2714
- RuleGroup: (_) => de_RuleGroup(_, context)
2714
+ RuleGroup: /* @__PURE__ */ __name((_) => de_RuleGroup(_, context), "RuleGroup")
2715
2715
  });
2716
2716
  }, "de_GetRuleGroupResponse");
2717
2717
  var de_GetSampledRequestsResponse = /* @__PURE__ */ __name((output, context) => {
2718
2718
  return (0, import_smithy_client.take)(output, {
2719
2719
  PopulationSize: import_smithy_client.expectLong,
2720
- SampledRequests: (_) => de_SampledHTTPRequests(_, context),
2721
- TimeWindow: (_) => de_TimeWindow(_, context)
2720
+ SampledRequests: /* @__PURE__ */ __name((_) => de_SampledHTTPRequests(_, context), "SampledRequests"),
2721
+ TimeWindow: /* @__PURE__ */ __name((_) => de_TimeWindow(_, context), "TimeWindow")
2722
2722
  });
2723
2723
  }, "de_GetSampledRequestsResponse");
2724
2724
  var de_GetWebACLForResourceResponse = /* @__PURE__ */ __name((output, context) => {
2725
2725
  return (0, import_smithy_client.take)(output, {
2726
- WebACL: (_) => de_WebACL(_, context)
2726
+ WebACL: /* @__PURE__ */ __name((_) => de_WebACL(_, context), "WebACL")
2727
2727
  });
2728
2728
  }, "de_GetWebACLForResourceResponse");
2729
2729
  var de_GetWebACLResponse = /* @__PURE__ */ __name((output, context) => {
2730
2730
  return (0, import_smithy_client.take)(output, {
2731
2731
  ApplicationIntegrationURL: import_smithy_client.expectString,
2732
2732
  LockToken: import_smithy_client.expectString,
2733
- WebACL: (_) => de_WebACL(_, context)
2733
+ WebACL: /* @__PURE__ */ __name((_) => de_WebACL(_, context), "WebACL")
2734
2734
  });
2735
2735
  }, "de_GetWebACLResponse");
2736
2736
  var de_ListAPIKeysResponse = /* @__PURE__ */ __name((output, context) => {
2737
2737
  return (0, import_smithy_client.take)(output, {
2738
- APIKeySummaries: (_) => de_APIKeySummaries(_, context),
2738
+ APIKeySummaries: /* @__PURE__ */ __name((_) => de_APIKeySummaries(_, context), "APIKeySummaries"),
2739
2739
  ApplicationIntegrationURL: import_smithy_client.expectString,
2740
2740
  NextMarker: import_smithy_client.expectString
2741
2741
  });
@@ -2744,13 +2744,13 @@ var de_ListAvailableManagedRuleGroupVersionsResponse = /* @__PURE__ */ __name((o
2744
2744
  return (0, import_smithy_client.take)(output, {
2745
2745
  CurrentDefaultVersion: import_smithy_client.expectString,
2746
2746
  NextMarker: import_smithy_client.expectString,
2747
- Versions: (_) => de_ManagedRuleGroupVersions(_, context)
2747
+ Versions: /* @__PURE__ */ __name((_) => de_ManagedRuleGroupVersions(_, context), "Versions")
2748
2748
  });
2749
2749
  }, "de_ListAvailableManagedRuleGroupVersionsResponse");
2750
2750
  var de_ListMobileSdkReleasesResponse = /* @__PURE__ */ __name((output, context) => {
2751
2751
  return (0, import_smithy_client.take)(output, {
2752
2752
  NextMarker: import_smithy_client.expectString,
2753
- ReleaseSummaries: (_) => de_ReleaseSummaries(_, context)
2753
+ ReleaseSummaries: /* @__PURE__ */ __name((_) => de_ReleaseSummaries(_, context), "ReleaseSummaries")
2754
2754
  });
2755
2755
  }, "de_ListMobileSdkReleasesResponse");
2756
2756
  var de_ManagedRuleGroupStatement = /* @__PURE__ */ __name((output, context) => {
@@ -2759,14 +2759,14 @@ var de_ManagedRuleGroupStatement = /* @__PURE__ */ __name((output, context) => {
2759
2759
  ManagedRuleGroupConfigs: import_smithy_client._json,
2760
2760
  Name: import_smithy_client.expectString,
2761
2761
  RuleActionOverrides: import_smithy_client._json,
2762
- ScopeDownStatement: (_) => de_Statement(_, context),
2762
+ ScopeDownStatement: /* @__PURE__ */ __name((_) => de_Statement(_, context), "ScopeDownStatement"),
2763
2763
  VendorName: import_smithy_client.expectString,
2764
2764
  Version: import_smithy_client.expectString
2765
2765
  });
2766
2766
  }, "de_ManagedRuleGroupStatement");
2767
2767
  var de_ManagedRuleGroupVersion = /* @__PURE__ */ __name((output, context) => {
2768
2768
  return (0, import_smithy_client.take)(output, {
2769
- LastUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2769
+ LastUpdateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTimestamp"),
2770
2770
  Name: import_smithy_client.expectString
2771
2771
  });
2772
2772
  }, "de_ManagedRuleGroupVersion");
@@ -2783,7 +2783,7 @@ var de_ManagedRuleSet = /* @__PURE__ */ __name((output, context) => {
2783
2783
  Id: import_smithy_client.expectString,
2784
2784
  LabelNamespace: import_smithy_client.expectString,
2785
2785
  Name: import_smithy_client.expectString,
2786
- PublishedVersions: (_) => de_PublishedVersions(_, context),
2786
+ PublishedVersions: /* @__PURE__ */ __name((_) => de_PublishedVersions(_, context), "PublishedVersions"),
2787
2787
  RecommendedVersion: import_smithy_client.expectString
2788
2788
  });
2789
2789
  }, "de_ManagedRuleSet");
@@ -2791,10 +2791,10 @@ var de_ManagedRuleSetVersion = /* @__PURE__ */ __name((output, context) => {
2791
2791
  return (0, import_smithy_client.take)(output, {
2792
2792
  AssociatedRuleGroupArn: import_smithy_client.expectString,
2793
2793
  Capacity: import_smithy_client.expectLong,
2794
- ExpiryTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2794
+ ExpiryTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiryTimestamp"),
2795
2795
  ForecastedLifetime: import_smithy_client.expectInt32,
2796
- LastUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2797
- PublishTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2796
+ LastUpdateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTimestamp"),
2797
+ PublishTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PublishTimestamp")
2798
2798
  });
2799
2799
  }, "de_ManagedRuleSetVersion");
2800
2800
  var de_MobileSdkRelease = /* @__PURE__ */ __name((output, context) => {
@@ -2802,17 +2802,17 @@ var de_MobileSdkRelease = /* @__PURE__ */ __name((output, context) => {
2802
2802
  ReleaseNotes: import_smithy_client.expectString,
2803
2803
  ReleaseVersion: import_smithy_client.expectString,
2804
2804
  Tags: import_smithy_client._json,
2805
- Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2805
+ Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp")
2806
2806
  });
2807
2807
  }, "de_MobileSdkRelease");
2808
2808
  var de_NotStatement = /* @__PURE__ */ __name((output, context) => {
2809
2809
  return (0, import_smithy_client.take)(output, {
2810
- Statement: (_) => de_Statement(_, context)
2810
+ Statement: /* @__PURE__ */ __name((_) => de_Statement(_, context), "Statement")
2811
2811
  });
2812
2812
  }, "de_NotStatement");
2813
2813
  var de_OrStatement = /* @__PURE__ */ __name((output, context) => {
2814
2814
  return (0, import_smithy_client.take)(output, {
2815
- Statements: (_) => de_Statements(_, context)
2815
+ Statements: /* @__PURE__ */ __name((_) => de_Statements(_, context), "Statements")
2816
2816
  });
2817
2817
  }, "de_OrStatement");
2818
2818
  var de_PublishedVersions = /* @__PURE__ */ __name((output, context) => {
@@ -2831,7 +2831,7 @@ var de_RateBasedStatement = /* @__PURE__ */ __name((output, context) => {
2831
2831
  EvaluationWindowSec: import_smithy_client.expectLong,
2832
2832
  ForwardedIPConfig: import_smithy_client._json,
2833
2833
  Limit: import_smithy_client.expectLong,
2834
- ScopeDownStatement: (_) => de_Statement(_, context)
2834
+ ScopeDownStatement: /* @__PURE__ */ __name((_) => de_Statement(_, context), "ScopeDownStatement")
2835
2835
  });
2836
2836
  }, "de_RateBasedStatement");
2837
2837
  var de_ReleaseSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -2843,7 +2843,7 @@ var de_ReleaseSummaries = /* @__PURE__ */ __name((output, context) => {
2843
2843
  var de_ReleaseSummary = /* @__PURE__ */ __name((output, context) => {
2844
2844
  return (0, import_smithy_client.take)(output, {
2845
2845
  ReleaseVersion: import_smithy_client.expectString,
2846
- Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2846
+ Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp")
2847
2847
  });
2848
2848
  }, "de_ReleaseSummary");
2849
2849
  var de_Rule = /* @__PURE__ */ __name((output, context) => {
@@ -2855,7 +2855,7 @@ var de_Rule = /* @__PURE__ */ __name((output, context) => {
2855
2855
  OverrideAction: import_smithy_client._json,
2856
2856
  Priority: import_smithy_client.expectInt32,
2857
2857
  RuleLabels: import_smithy_client._json,
2858
- Statement: (_) => de_Statement(_, context),
2858
+ Statement: /* @__PURE__ */ __name((_) => de_Statement(_, context), "Statement"),
2859
2859
  VisibilityConfig: import_smithy_client._json
2860
2860
  });
2861
2861
  }, "de_Rule");
@@ -2870,7 +2870,7 @@ var de_RuleGroup = /* @__PURE__ */ __name((output, context) => {
2870
2870
  Id: import_smithy_client.expectString,
2871
2871
  LabelNamespace: import_smithy_client.expectString,
2872
2872
  Name: import_smithy_client.expectString,
2873
- Rules: (_) => de_Rules(_, context),
2873
+ Rules: /* @__PURE__ */ __name((_) => de_Rules(_, context), "Rules"),
2874
2874
  VisibilityConfig: import_smithy_client._json
2875
2875
  });
2876
2876
  }, "de_RuleGroup");
@@ -2891,7 +2891,7 @@ var de_SampledHTTPRequest = /* @__PURE__ */ __name((output, context) => {
2891
2891
  RequestHeadersInserted: import_smithy_client._json,
2892
2892
  ResponseCodeSent: import_smithy_client.expectInt32,
2893
2893
  RuleNameWithinRuleGroup: import_smithy_client.expectString,
2894
- Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2894
+ Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp"),
2895
2895
  Weight: import_smithy_client.expectLong
2896
2896
  });
2897
2897
  }, "de_SampledHTTPRequest");
@@ -2903,15 +2903,15 @@ var de_SampledHTTPRequests = /* @__PURE__ */ __name((output, context) => {
2903
2903
  }, "de_SampledHTTPRequests");
2904
2904
  var de_Statement = /* @__PURE__ */ __name((output, context) => {
2905
2905
  return (0, import_smithy_client.take)(output, {
2906
- AndStatement: (_) => de_AndStatement(_, context),
2907
- ByteMatchStatement: (_) => de_ByteMatchStatement(_, context),
2906
+ AndStatement: /* @__PURE__ */ __name((_) => de_AndStatement(_, context), "AndStatement"),
2907
+ ByteMatchStatement: /* @__PURE__ */ __name((_) => de_ByteMatchStatement(_, context), "ByteMatchStatement"),
2908
2908
  GeoMatchStatement: import_smithy_client._json,
2909
2909
  IPSetReferenceStatement: import_smithy_client._json,
2910
2910
  LabelMatchStatement: import_smithy_client._json,
2911
- ManagedRuleGroupStatement: (_) => de_ManagedRuleGroupStatement(_, context),
2912
- NotStatement: (_) => de_NotStatement(_, context),
2913
- OrStatement: (_) => de_OrStatement(_, context),
2914
- RateBasedStatement: (_) => de_RateBasedStatement(_, context),
2911
+ ManagedRuleGroupStatement: /* @__PURE__ */ __name((_) => de_ManagedRuleGroupStatement(_, context), "ManagedRuleGroupStatement"),
2912
+ NotStatement: /* @__PURE__ */ __name((_) => de_NotStatement(_, context), "NotStatement"),
2913
+ OrStatement: /* @__PURE__ */ __name((_) => de_OrStatement(_, context), "OrStatement"),
2914
+ RateBasedStatement: /* @__PURE__ */ __name((_) => de_RateBasedStatement(_, context), "RateBasedStatement"),
2915
2915
  RegexMatchStatement: import_smithy_client._json,
2916
2916
  RegexPatternSetReferenceStatement: import_smithy_client._json,
2917
2917
  RuleGroupReferenceStatement: import_smithy_client._json,
@@ -2928,14 +2928,14 @@ var de_Statements = /* @__PURE__ */ __name((output, context) => {
2928
2928
  }, "de_Statements");
2929
2929
  var de_TimeWindow = /* @__PURE__ */ __name((output, context) => {
2930
2930
  return (0, import_smithy_client.take)(output, {
2931
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2932
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2931
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
2932
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
2933
2933
  });
2934
2934
  }, "de_TimeWindow");
2935
2935
  var de_UpdateManagedRuleSetVersionExpiryDateResponse = /* @__PURE__ */ __name((output, context) => {
2936
2936
  return (0, import_smithy_client.take)(output, {
2937
2937
  ExpiringVersion: import_smithy_client.expectString,
2938
- ExpiryTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2938
+ ExpiryTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiryTimestamp"),
2939
2939
  NextLockToken: import_smithy_client.expectString
2940
2940
  });
2941
2941
  }, "de_UpdateManagedRuleSetVersionExpiryDateResponse");
@@ -2954,10 +2954,10 @@ var de_WebACL = /* @__PURE__ */ __name((output, context) => {
2954
2954
  LabelNamespace: import_smithy_client.expectString,
2955
2955
  ManagedByFirewallManager: import_smithy_client.expectBoolean,
2956
2956
  Name: import_smithy_client.expectString,
2957
- PostProcessFirewallManagerRuleGroups: (_) => de_FirewallManagerRuleGroups(_, context),
2958
- PreProcessFirewallManagerRuleGroups: (_) => de_FirewallManagerRuleGroups(_, context),
2957
+ PostProcessFirewallManagerRuleGroups: /* @__PURE__ */ __name((_) => de_FirewallManagerRuleGroups(_, context), "PostProcessFirewallManagerRuleGroups"),
2958
+ PreProcessFirewallManagerRuleGroups: /* @__PURE__ */ __name((_) => de_FirewallManagerRuleGroups(_, context), "PreProcessFirewallManagerRuleGroups"),
2959
2959
  RetrofittedByFirewallManager: import_smithy_client.expectBoolean,
2960
- Rules: (_) => de_Rules(_, context),
2960
+ Rules: /* @__PURE__ */ __name((_) => de_Rules(_, context), "Rules"),
2961
2961
  TokenDomains: import_smithy_client._json,
2962
2962
  VisibilityConfig: import_smithy_client._json
2963
2963
  });
@@ -114,6 +114,9 @@ declare const CheckCapacityCommand_base: {
114
114
  * JA4Fingerprint: { // JA4Fingerprint
115
115
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
116
116
  * },
117
+ * UriFragment: { // UriFragment
118
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
119
+ * },
117
120
  * },
118
121
  * TextTransformations: [ // TextTransformations // required
119
122
  * { // TextTransformation
@@ -184,6 +187,9 @@ declare const CheckCapacityCommand_base: {
184
187
  * JA4Fingerprint: {
185
188
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
186
189
  * },
190
+ * UriFragment: {
191
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
192
+ * },
187
193
  * },
188
194
  * TextTransformations: [ // required
189
195
  * {
@@ -250,6 +256,9 @@ declare const CheckCapacityCommand_base: {
250
256
  * JA4Fingerprint: {
251
257
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
252
258
  * },
259
+ * UriFragment: {
260
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
261
+ * },
253
262
  * },
254
263
  * TextTransformations: [ // required
255
264
  * {
@@ -311,6 +320,9 @@ declare const CheckCapacityCommand_base: {
311
320
  * JA4Fingerprint: {
312
321
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
313
322
  * },
323
+ * UriFragment: {
324
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
325
+ * },
314
326
  * },
315
327
  * ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
316
328
  * Size: Number("long"), // required
@@ -459,6 +471,9 @@ declare const CheckCapacityCommand_base: {
459
471
  * JA4Fingerprint: {
460
472
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
461
473
  * },
474
+ * UriFragment: {
475
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
476
+ * },
462
477
  * },
463
478
  * TextTransformations: [ // required
464
479
  * {
@@ -107,6 +107,9 @@ declare const CreateRuleGroupCommand_base: {
107
107
  * JA4Fingerprint: { // JA4Fingerprint
108
108
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
109
109
  * },
110
+ * UriFragment: { // UriFragment
111
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
112
+ * },
110
113
  * },
111
114
  * TextTransformations: [ // TextTransformations // required
112
115
  * { // TextTransformation
@@ -177,6 +180,9 @@ declare const CreateRuleGroupCommand_base: {
177
180
  * JA4Fingerprint: {
178
181
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
179
182
  * },
183
+ * UriFragment: {
184
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
185
+ * },
180
186
  * },
181
187
  * TextTransformations: [ // required
182
188
  * {
@@ -243,6 +249,9 @@ declare const CreateRuleGroupCommand_base: {
243
249
  * JA4Fingerprint: {
244
250
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
245
251
  * },
252
+ * UriFragment: {
253
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
254
+ * },
246
255
  * },
247
256
  * TextTransformations: [ // required
248
257
  * {
@@ -304,6 +313,9 @@ declare const CreateRuleGroupCommand_base: {
304
313
  * JA4Fingerprint: {
305
314
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
306
315
  * },
316
+ * UriFragment: {
317
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
318
+ * },
307
319
  * },
308
320
  * ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
309
321
  * Size: Number("long"), // required
@@ -452,6 +464,9 @@ declare const CreateRuleGroupCommand_base: {
452
464
  * JA4Fingerprint: {
453
465
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
454
466
  * },
467
+ * UriFragment: {
468
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
469
+ * },
455
470
  * },
456
471
  * TextTransformations: [ // required
457
472
  * {
@@ -130,6 +130,9 @@ declare const CreateWebACLCommand_base: {
130
130
  * JA4Fingerprint: { // JA4Fingerprint
131
131
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
132
132
  * },
133
+ * UriFragment: { // UriFragment
134
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
135
+ * },
133
136
  * },
134
137
  * TextTransformations: [ // TextTransformations // required
135
138
  * { // TextTransformation
@@ -200,6 +203,9 @@ declare const CreateWebACLCommand_base: {
200
203
  * JA4Fingerprint: {
201
204
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
202
205
  * },
206
+ * UriFragment: {
207
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
208
+ * },
203
209
  * },
204
210
  * TextTransformations: [ // required
205
211
  * {
@@ -266,6 +272,9 @@ declare const CreateWebACLCommand_base: {
266
272
  * JA4Fingerprint: {
267
273
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
268
274
  * },
275
+ * UriFragment: {
276
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
277
+ * },
269
278
  * },
270
279
  * TextTransformations: [ // required
271
280
  * {
@@ -327,6 +336,9 @@ declare const CreateWebACLCommand_base: {
327
336
  * JA4Fingerprint: {
328
337
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
329
338
  * },
339
+ * UriFragment: {
340
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
341
+ * },
330
342
  * },
331
343
  * ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
332
344
  * Size: Number("long"), // required
@@ -465,6 +477,9 @@ declare const CreateWebACLCommand_base: {
465
477
  * JA4Fingerprint: {
466
478
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
467
479
  * },
480
+ * UriFragment: {
481
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
482
+ * },
468
483
  * },
469
484
  * TextTransformations: [ // required
470
485
  * {
@@ -108,6 +108,9 @@ declare const GetLoggingConfigurationCommand_base: {
108
108
  * // JA4Fingerprint: { // JA4Fingerprint
109
109
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
110
110
  * // },
111
+ * // UriFragment: { // UriFragment
112
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
113
+ * // },
111
114
  * // },
112
115
  * // ],
113
116
  * // ManagedByFirewallManager: true || false,
@@ -116,6 +116,9 @@ declare const GetRuleGroupCommand_base: {
116
116
  * // JA4Fingerprint: { // JA4Fingerprint
117
117
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
118
118
  * // },
119
+ * // UriFragment: { // UriFragment
120
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
121
+ * // },
119
122
  * // },
120
123
  * // TextTransformations: [ // TextTransformations // required
121
124
  * // { // TextTransformation
@@ -186,6 +189,9 @@ declare const GetRuleGroupCommand_base: {
186
189
  * // JA4Fingerprint: {
187
190
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
188
191
  * // },
192
+ * // UriFragment: {
193
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
194
+ * // },
189
195
  * // },
190
196
  * // TextTransformations: [ // required
191
197
  * // {
@@ -252,6 +258,9 @@ declare const GetRuleGroupCommand_base: {
252
258
  * // JA4Fingerprint: {
253
259
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
254
260
  * // },
261
+ * // UriFragment: {
262
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
263
+ * // },
255
264
  * // },
256
265
  * // TextTransformations: [ // required
257
266
  * // {
@@ -313,6 +322,9 @@ declare const GetRuleGroupCommand_base: {
313
322
  * // JA4Fingerprint: {
314
323
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
315
324
  * // },
325
+ * // UriFragment: {
326
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
327
+ * // },
316
328
  * // },
317
329
  * // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
318
330
  * // Size: Number("long"), // required
@@ -461,6 +473,9 @@ declare const GetRuleGroupCommand_base: {
461
473
  * // JA4Fingerprint: {
462
474
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
463
475
  * // },
476
+ * // UriFragment: {
477
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
478
+ * // },
464
479
  * // },
465
480
  * // TextTransformations: [ // required
466
481
  * // {
@@ -138,6 +138,9 @@ declare const GetWebACLCommand_base: {
138
138
  * // JA4Fingerprint: { // JA4Fingerprint
139
139
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
140
140
  * // },
141
+ * // UriFragment: { // UriFragment
142
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
143
+ * // },
141
144
  * // },
142
145
  * // TextTransformations: [ // TextTransformations // required
143
146
  * // { // TextTransformation
@@ -208,6 +211,9 @@ declare const GetWebACLCommand_base: {
208
211
  * // JA4Fingerprint: {
209
212
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
210
213
  * // },
214
+ * // UriFragment: {
215
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
216
+ * // },
211
217
  * // },
212
218
  * // TextTransformations: [ // required
213
219
  * // {
@@ -274,6 +280,9 @@ declare const GetWebACLCommand_base: {
274
280
  * // JA4Fingerprint: {
275
281
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
276
282
  * // },
283
+ * // UriFragment: {
284
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
285
+ * // },
277
286
  * // },
278
287
  * // TextTransformations: [ // required
279
288
  * // {
@@ -335,6 +344,9 @@ declare const GetWebACLCommand_base: {
335
344
  * // JA4Fingerprint: {
336
345
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
337
346
  * // },
347
+ * // UriFragment: {
348
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
349
+ * // },
338
350
  * // },
339
351
  * // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
340
352
  * // Size: Number("long"), // required
@@ -473,6 +485,9 @@ declare const GetWebACLCommand_base: {
473
485
  * // JA4Fingerprint: {
474
486
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
475
487
  * // },
488
+ * // UriFragment: {
489
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
490
+ * // },
476
491
  * // },
477
492
  * // TextTransformations: [ // required
478
493
  * // {
@@ -146,6 +146,9 @@ declare const GetWebACLForResourceCommand_base: {
146
146
  * // JA4Fingerprint: { // JA4Fingerprint
147
147
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
148
148
  * // },
149
+ * // UriFragment: { // UriFragment
150
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
151
+ * // },
149
152
  * // },
150
153
  * // TextTransformations: [ // TextTransformations // required
151
154
  * // { // TextTransformation
@@ -216,6 +219,9 @@ declare const GetWebACLForResourceCommand_base: {
216
219
  * // JA4Fingerprint: {
217
220
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
218
221
  * // },
222
+ * // UriFragment: {
223
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
224
+ * // },
219
225
  * // },
220
226
  * // TextTransformations: [ // required
221
227
  * // {
@@ -282,6 +288,9 @@ declare const GetWebACLForResourceCommand_base: {
282
288
  * // JA4Fingerprint: {
283
289
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
284
290
  * // },
291
+ * // UriFragment: {
292
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
293
+ * // },
285
294
  * // },
286
295
  * // TextTransformations: [ // required
287
296
  * // {
@@ -343,6 +352,9 @@ declare const GetWebACLForResourceCommand_base: {
343
352
  * // JA4Fingerprint: {
344
353
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
345
354
  * // },
355
+ * // UriFragment: {
356
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
357
+ * // },
346
358
  * // },
347
359
  * // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
348
360
  * // Size: Number("long"), // required
@@ -481,6 +493,9 @@ declare const GetWebACLForResourceCommand_base: {
481
493
  * // JA4Fingerprint: {
482
494
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
483
495
  * // },
496
+ * // UriFragment: {
497
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
498
+ * // },
484
499
  * // },
485
500
  * // TextTransformations: [ // required
486
501
  * // {
@@ -110,6 +110,9 @@ declare const ListLoggingConfigurationsCommand_base: {
110
110
  * // JA4Fingerprint: { // JA4Fingerprint
111
111
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
112
112
  * // },
113
+ * // UriFragment: { // UriFragment
114
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
115
+ * // },
113
116
  * // },
114
117
  * // ],
115
118
  * // ManagedByFirewallManager: true || false,
@@ -144,6 +144,9 @@ declare const PutLoggingConfigurationCommand_base: {
144
144
  * JA4Fingerprint: { // JA4Fingerprint
145
145
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
146
146
  * },
147
+ * UriFragment: { // UriFragment
148
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
149
+ * },
147
150
  * },
148
151
  * ],
149
152
  * ManagedByFirewallManager: true || false,
@@ -239,6 +242,9 @@ declare const PutLoggingConfigurationCommand_base: {
239
242
  * // JA4Fingerprint: { // JA4Fingerprint
240
243
  * // FallbackBehavior: "MATCH" || "NO_MATCH", // required
241
244
  * // },
245
+ * // UriFragment: { // UriFragment
246
+ * // FallbackBehavior: "MATCH" || "NO_MATCH",
247
+ * // },
242
248
  * // },
243
249
  * // ],
244
250
  * // ManagedByFirewallManager: true || false,
@@ -142,6 +142,9 @@ declare const UpdateRuleGroupCommand_base: {
142
142
  * JA4Fingerprint: { // JA4Fingerprint
143
143
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
144
144
  * },
145
+ * UriFragment: { // UriFragment
146
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
147
+ * },
145
148
  * },
146
149
  * TextTransformations: [ // TextTransformations // required
147
150
  * { // TextTransformation
@@ -212,6 +215,9 @@ declare const UpdateRuleGroupCommand_base: {
212
215
  * JA4Fingerprint: {
213
216
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
214
217
  * },
218
+ * UriFragment: {
219
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
220
+ * },
215
221
  * },
216
222
  * TextTransformations: [ // required
217
223
  * {
@@ -278,6 +284,9 @@ declare const UpdateRuleGroupCommand_base: {
278
284
  * JA4Fingerprint: {
279
285
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
280
286
  * },
287
+ * UriFragment: {
288
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
289
+ * },
281
290
  * },
282
291
  * TextTransformations: [ // required
283
292
  * {
@@ -339,6 +348,9 @@ declare const UpdateRuleGroupCommand_base: {
339
348
  * JA4Fingerprint: {
340
349
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
341
350
  * },
351
+ * UriFragment: {
352
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
353
+ * },
342
354
  * },
343
355
  * ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
344
356
  * Size: Number("long"), // required
@@ -487,6 +499,9 @@ declare const UpdateRuleGroupCommand_base: {
487
499
  * JA4Fingerprint: {
488
500
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
489
501
  * },
502
+ * UriFragment: {
503
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
504
+ * },
490
505
  * },
491
506
  * TextTransformations: [ // required
492
507
  * {
@@ -167,6 +167,9 @@ declare const UpdateWebACLCommand_base: {
167
167
  * JA4Fingerprint: { // JA4Fingerprint
168
168
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
169
169
  * },
170
+ * UriFragment: { // UriFragment
171
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
172
+ * },
170
173
  * },
171
174
  * TextTransformations: [ // TextTransformations // required
172
175
  * { // TextTransformation
@@ -237,6 +240,9 @@ declare const UpdateWebACLCommand_base: {
237
240
  * JA4Fingerprint: {
238
241
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
239
242
  * },
243
+ * UriFragment: {
244
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
245
+ * },
240
246
  * },
241
247
  * TextTransformations: [ // required
242
248
  * {
@@ -303,6 +309,9 @@ declare const UpdateWebACLCommand_base: {
303
309
  * JA4Fingerprint: {
304
310
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
305
311
  * },
312
+ * UriFragment: {
313
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
314
+ * },
306
315
  * },
307
316
  * TextTransformations: [ // required
308
317
  * {
@@ -364,6 +373,9 @@ declare const UpdateWebACLCommand_base: {
364
373
  * JA4Fingerprint: {
365
374
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
366
375
  * },
376
+ * UriFragment: {
377
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
378
+ * },
367
379
  * },
368
380
  * ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
369
381
  * Size: Number("long"), // required
@@ -502,6 +514,9 @@ declare const UpdateWebACLCommand_base: {
502
514
  * JA4Fingerprint: {
503
515
  * FallbackBehavior: "MATCH" || "NO_MATCH", // required
504
516
  * },
517
+ * UriFragment: {
518
+ * FallbackBehavior: "MATCH" || "NO_MATCH",
519
+ * },
505
520
  * },
506
521
  * TextTransformations: [ // required
507
522
  * {
@@ -700,6 +700,53 @@ export interface SingleQueryArgument {
700
700
  */
701
701
  Name: string | undefined;
702
702
  }
703
+ /**
704
+ * <p>Inspect fragments of the request URI. You can specify the parts of the URI fragment to
705
+ * inspect and you can narrow the set of URI fragments to inspect by including or excluding specific
706
+ * keys.
707
+ * </p>
708
+ * <p>This is used to indicate the web request component to inspect, in the <a>FieldToMatch</a> specification. </p>
709
+ * <p>Example JSON: <code>"UriFragment": \{ "MatchPattern": \{ "All": \{\} \}, "MatchScope": "KEY",
710
+ * "OversizeHandling": "MATCH" \}</code>
711
+ * </p>
712
+ * @public
713
+ */
714
+ export interface UriFragment {
715
+ /**
716
+ * <p>What WAF should do if it fails to completely parse the JSON body. The options are
717
+ * the following:</p>
718
+ * <ul>
719
+ * <li>
720
+ * <p>
721
+ * <code>EVALUATE_AS_STRING</code> - Inspect the body as plain text. WAF
722
+ * applies the text transformations and inspection criteria that you defined for the
723
+ * JSON inspection to the body text string.</p>
724
+ * </li>
725
+ * <li>
726
+ * <p>
727
+ * <code>MATCH</code> - Treat the web request as matching the rule statement.
728
+ * WAF applies the rule action to the request.</p>
729
+ * </li>
730
+ * <li>
731
+ * <p>
732
+ * <code>NO_MATCH</code> - Treat the web request as not matching the rule
733
+ * statement.</p>
734
+ * </li>
735
+ * </ul>
736
+ * <p>If you don't provide this setting, WAF parses and evaluates the content only up to the
737
+ * first parsing failure that it encounters. </p>
738
+ * <p>Example JSON: <code>\{ "UriFragment": \{ "FallbackBehavior": "MATCH"\} \}</code>
739
+ * </p>
740
+ * <note>
741
+ * <p>WAF parsing doesn't fully validate the input JSON string, so parsing can succeed even for invalid JSON. When
742
+ * parsing succeeds, WAF doesn't apply the fallback behavior. For more information,
743
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-fields-list.html#waf-rule-statement-request-component-json-body">JSON body</a>
744
+ * in the <i>WAF Developer Guide</i>.</p>
745
+ * </note>
746
+ * @public
747
+ */
748
+ FallbackBehavior?: FallbackBehavior | undefined;
749
+ }
703
750
  /**
704
751
  * <p>Inspect the path component of the URI of the web request. This is the part of the web
705
752
  * request that identifies a resource. For example, <code>/images/daily-ad.jpg</code>.</p>
@@ -903,6 +950,17 @@ export interface FieldToMatch {
903
950
  * @public
904
951
  */
905
952
  JA4Fingerprint?: JA4Fingerprint | undefined;
953
+ /**
954
+ * <p>Inspect fragments of the request URI. You must configure scope and pattern matching filters in
955
+ * the <code>UriFragment</code> object, to define the fragment of a URI that WAF inspects. </p>
956
+ * <p>Only the first 8 KB (8192 bytes) of a request's URI fragments and only the first 200 URI fragments
957
+ * are forwarded to WAF for inspection by the underlying host service. You must
958
+ * configure how to handle any oversize URI fragment content in the <code>UriFragment</code> object.
959
+ * WAF applies the pattern matching filters to the cookies that it receives from the
960
+ * underlying host service. </p>
961
+ * @public
962
+ */
963
+ UriFragment?: UriFragment | undefined;
906
964
  }
907
965
  /**
908
966
  * @public
@@ -110,6 +110,9 @@ export interface SingleHeader {
110
110
  export interface SingleQueryArgument {
111
111
  Name: string | undefined;
112
112
  }
113
+ export interface UriFragment {
114
+ FallbackBehavior?: FallbackBehavior | undefined;
115
+ }
113
116
  export interface UriPath {}
114
117
  export interface FieldToMatch {
115
118
  SingleHeader?: SingleHeader | undefined;
@@ -125,6 +128,7 @@ export interface FieldToMatch {
125
128
  HeaderOrder?: HeaderOrder | undefined;
126
129
  JA3Fingerprint?: JA3Fingerprint | undefined;
127
130
  JA4Fingerprint?: JA4Fingerprint | undefined;
131
+ UriFragment?: UriFragment | undefined;
128
132
  }
129
133
  export declare const PositionalConstraint: {
130
134
  readonly CONTAINS: "CONTAINS";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wafv2",
3
3
  "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
4
- "version": "3.763.0",
4
+ "version": "3.772.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-wafv2",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",