@aws-sdk/client-wafv2 3.758.0 → 3.769.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 +67 -67
- package/dist-types/commands/CheckCapacityCommand.d.ts +42 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +42 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +42 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +42 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +42 -0
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +42 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +6 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +12 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +42 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +42 -0
- package/dist-types/models/models_0.d.ts +181 -10
- package/dist-types/ts3.4/models/models_0.d.ts +16 -0
- package/package.json +1 -1
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
|
|
23
|
-
__export(
|
|
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(
|
|
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
|
});
|
|
@@ -111,6 +111,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
111
111
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
112
112
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
113
113
|
* },
|
|
114
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
115
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
116
|
+
* },
|
|
117
|
+
* UriFragment: { // UriFragment
|
|
118
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
119
|
+
* },
|
|
114
120
|
* },
|
|
115
121
|
* TextTransformations: [ // TextTransformations // required
|
|
116
122
|
* { // TextTransformation
|
|
@@ -178,6 +184,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
178
184
|
* JA3Fingerprint: {
|
|
179
185
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
180
186
|
* },
|
|
187
|
+
* JA4Fingerprint: {
|
|
188
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
189
|
+
* },
|
|
190
|
+
* UriFragment: {
|
|
191
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
192
|
+
* },
|
|
181
193
|
* },
|
|
182
194
|
* TextTransformations: [ // required
|
|
183
195
|
* {
|
|
@@ -241,6 +253,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
241
253
|
* JA3Fingerprint: {
|
|
242
254
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
243
255
|
* },
|
|
256
|
+
* JA4Fingerprint: {
|
|
257
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
258
|
+
* },
|
|
259
|
+
* UriFragment: {
|
|
260
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
261
|
+
* },
|
|
244
262
|
* },
|
|
245
263
|
* TextTransformations: [ // required
|
|
246
264
|
* {
|
|
@@ -299,6 +317,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
299
317
|
* JA3Fingerprint: {
|
|
300
318
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
301
319
|
* },
|
|
320
|
+
* JA4Fingerprint: {
|
|
321
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
322
|
+
* },
|
|
323
|
+
* UriFragment: {
|
|
324
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
325
|
+
* },
|
|
302
326
|
* },
|
|
303
327
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
304
328
|
* Size: Number("long"), // required
|
|
@@ -444,6 +468,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
444
468
|
* JA3Fingerprint: {
|
|
445
469
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
446
470
|
* },
|
|
471
|
+
* JA4Fingerprint: {
|
|
472
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
473
|
+
* },
|
|
474
|
+
* UriFragment: {
|
|
475
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
476
|
+
* },
|
|
447
477
|
* },
|
|
448
478
|
* TextTransformations: [ // required
|
|
449
479
|
* {
|
|
@@ -571,6 +601,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
571
601
|
* UriPath: { // RateLimitUriPath
|
|
572
602
|
* TextTransformations: "<TextTransformations>", // required
|
|
573
603
|
* },
|
|
604
|
+
* JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
605
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
606
|
+
* },
|
|
607
|
+
* JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
608
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
609
|
+
* },
|
|
574
610
|
* },
|
|
575
611
|
* ],
|
|
576
612
|
* },
|
|
@@ -792,6 +828,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
792
828
|
* UriPath: {
|
|
793
829
|
* TextTransformations: "<TextTransformations>", // required
|
|
794
830
|
* },
|
|
831
|
+
* JA3Fingerprint: {
|
|
832
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
833
|
+
* },
|
|
834
|
+
* JA4Fingerprint: {
|
|
835
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
836
|
+
* },
|
|
795
837
|
* },
|
|
796
838
|
* ],
|
|
797
839
|
* },
|
|
@@ -104,6 +104,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
104
104
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
105
105
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
106
106
|
* },
|
|
107
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
108
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
109
|
+
* },
|
|
110
|
+
* UriFragment: { // UriFragment
|
|
111
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
112
|
+
* },
|
|
107
113
|
* },
|
|
108
114
|
* TextTransformations: [ // TextTransformations // required
|
|
109
115
|
* { // TextTransformation
|
|
@@ -171,6 +177,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
171
177
|
* JA3Fingerprint: {
|
|
172
178
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
173
179
|
* },
|
|
180
|
+
* JA4Fingerprint: {
|
|
181
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
182
|
+
* },
|
|
183
|
+
* UriFragment: {
|
|
184
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
185
|
+
* },
|
|
174
186
|
* },
|
|
175
187
|
* TextTransformations: [ // required
|
|
176
188
|
* {
|
|
@@ -234,6 +246,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
234
246
|
* JA3Fingerprint: {
|
|
235
247
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
236
248
|
* },
|
|
249
|
+
* JA4Fingerprint: {
|
|
250
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
251
|
+
* },
|
|
252
|
+
* UriFragment: {
|
|
253
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
254
|
+
* },
|
|
237
255
|
* },
|
|
238
256
|
* TextTransformations: [ // required
|
|
239
257
|
* {
|
|
@@ -292,6 +310,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
292
310
|
* JA3Fingerprint: {
|
|
293
311
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
294
312
|
* },
|
|
313
|
+
* JA4Fingerprint: {
|
|
314
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
315
|
+
* },
|
|
316
|
+
* UriFragment: {
|
|
317
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
318
|
+
* },
|
|
295
319
|
* },
|
|
296
320
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
297
321
|
* Size: Number("long"), // required
|
|
@@ -437,6 +461,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
437
461
|
* JA3Fingerprint: {
|
|
438
462
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
439
463
|
* },
|
|
464
|
+
* JA4Fingerprint: {
|
|
465
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
466
|
+
* },
|
|
467
|
+
* UriFragment: {
|
|
468
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH",
|
|
469
|
+
* },
|
|
440
470
|
* },
|
|
441
471
|
* TextTransformations: [ // required
|
|
442
472
|
* {
|
|
@@ -564,6 +594,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
564
594
|
* UriPath: { // RateLimitUriPath
|
|
565
595
|
* TextTransformations: "<TextTransformations>", // required
|
|
566
596
|
* },
|
|
597
|
+
* JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
598
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
599
|
+
* },
|
|
600
|
+
* JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
601
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
602
|
+
* },
|
|
567
603
|
* },
|
|
568
604
|
* ],
|
|
569
605
|
* },
|
|
@@ -785,6 +821,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
785
821
|
* UriPath: {
|
|
786
822
|
* TextTransformations: "<TextTransformations>", // required
|
|
787
823
|
* },
|
|
824
|
+
* JA3Fingerprint: {
|
|
825
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
826
|
+
* },
|
|
827
|
+
* JA4Fingerprint: {
|
|
828
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
829
|
+
* },
|
|
788
830
|
* },
|
|
789
831
|
* ],
|
|
790
832
|
* },
|