mypy-boto3-waf-regional 1.28.36__py3-none-any.whl → 1.29.0__py3-none-any.whl

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.

Potentially problematic release.


This version of mypy-boto3-waf-regional might be problematic. Click here for more details.

@@ -11,6 +11,7 @@ Usage::
11
11
  data: ExcludedRuleTypeDef = ...
12
12
  ```
13
13
  """
14
+
14
15
  import sys
15
16
  from datetime import datetime
16
17
  from typing import Dict, List, Sequence, Union
@@ -265,21 +266,18 @@ ExcludedRuleTypeDef = TypedDict(
265
266
  "RuleId": str,
266
267
  },
267
268
  )
268
-
269
269
  WafActionTypeDef = TypedDict(
270
270
  "WafActionTypeDef",
271
271
  {
272
272
  "Type": WafActionTypeType,
273
273
  },
274
274
  )
275
-
276
275
  WafOverrideActionTypeDef = TypedDict(
277
276
  "WafOverrideActionTypeDef",
278
277
  {
279
278
  "Type": WafOverrideActionTypeType,
280
279
  },
281
280
  )
282
-
283
281
  AssociateWebACLRequestRequestTypeDef = TypedDict(
284
282
  "AssociateWebACLRequestRequestTypeDef",
285
283
  {
@@ -287,7 +285,6 @@ AssociateWebACLRequestRequestTypeDef = TypedDict(
287
285
  "ResourceArn": str,
288
286
  },
289
287
  )
290
-
291
288
  ByteMatchSetSummaryTypeDef = TypedDict(
292
289
  "ByteMatchSetSummaryTypeDef",
293
290
  {
@@ -295,7 +292,6 @@ ByteMatchSetSummaryTypeDef = TypedDict(
295
292
  "Name": str,
296
293
  },
297
294
  )
298
-
299
295
  FieldToMatchTypeDef = TypedDict(
300
296
  "FieldToMatchTypeDef",
301
297
  {
@@ -303,7 +299,6 @@ FieldToMatchTypeDef = TypedDict(
303
299
  "Data": NotRequired[str],
304
300
  },
305
301
  )
306
-
307
302
  CreateByteMatchSetRequestRequestTypeDef = TypedDict(
308
303
  "CreateByteMatchSetRequestRequestTypeDef",
309
304
  {
@@ -311,7 +306,6 @@ CreateByteMatchSetRequestRequestTypeDef = TypedDict(
311
306
  "ChangeToken": str,
312
307
  },
313
308
  )
314
-
315
309
  ResponseMetadataTypeDef = TypedDict(
316
310
  "ResponseMetadataTypeDef",
317
311
  {
@@ -322,7 +316,6 @@ ResponseMetadataTypeDef = TypedDict(
322
316
  "RetryAttempts": int,
323
317
  },
324
318
  )
325
-
326
319
  CreateGeoMatchSetRequestRequestTypeDef = TypedDict(
327
320
  "CreateGeoMatchSetRequestRequestTypeDef",
328
321
  {
@@ -330,7 +323,6 @@ CreateGeoMatchSetRequestRequestTypeDef = TypedDict(
330
323
  "ChangeToken": str,
331
324
  },
332
325
  )
333
-
334
326
  CreateIPSetRequestRequestTypeDef = TypedDict(
335
327
  "CreateIPSetRequestRequestTypeDef",
336
328
  {
@@ -338,7 +330,6 @@ CreateIPSetRequestRequestTypeDef = TypedDict(
338
330
  "ChangeToken": str,
339
331
  },
340
332
  )
341
-
342
333
  TagTypeDef = TypedDict(
343
334
  "TagTypeDef",
344
335
  {
@@ -346,7 +337,6 @@ TagTypeDef = TypedDict(
346
337
  "Value": str,
347
338
  },
348
339
  )
349
-
350
340
  CreateRegexMatchSetRequestRequestTypeDef = TypedDict(
351
341
  "CreateRegexMatchSetRequestRequestTypeDef",
352
342
  {
@@ -354,7 +344,6 @@ CreateRegexMatchSetRequestRequestTypeDef = TypedDict(
354
344
  "ChangeToken": str,
355
345
  },
356
346
  )
357
-
358
347
  CreateRegexPatternSetRequestRequestTypeDef = TypedDict(
359
348
  "CreateRegexPatternSetRequestRequestTypeDef",
360
349
  {
@@ -362,7 +351,6 @@ CreateRegexPatternSetRequestRequestTypeDef = TypedDict(
362
351
  "ChangeToken": str,
363
352
  },
364
353
  )
365
-
366
354
  RegexPatternSetTypeDef = TypedDict(
367
355
  "RegexPatternSetTypeDef",
368
356
  {
@@ -371,7 +359,6 @@ RegexPatternSetTypeDef = TypedDict(
371
359
  "Name": NotRequired[str],
372
360
  },
373
361
  )
374
-
375
362
  RuleGroupTypeDef = TypedDict(
376
363
  "RuleGroupTypeDef",
377
364
  {
@@ -380,7 +367,6 @@ RuleGroupTypeDef = TypedDict(
380
367
  "MetricName": NotRequired[str],
381
368
  },
382
369
  )
383
-
384
370
  CreateSizeConstraintSetRequestRequestTypeDef = TypedDict(
385
371
  "CreateSizeConstraintSetRequestRequestTypeDef",
386
372
  {
@@ -388,7 +374,6 @@ CreateSizeConstraintSetRequestRequestTypeDef = TypedDict(
388
374
  "ChangeToken": str,
389
375
  },
390
376
  )
391
-
392
377
  CreateSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
393
378
  "CreateSqlInjectionMatchSetRequestRequestTypeDef",
394
379
  {
@@ -396,7 +381,6 @@ CreateSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
396
381
  "ChangeToken": str,
397
382
  },
398
383
  )
399
-
400
384
  CreateWebACLMigrationStackRequestRequestTypeDef = TypedDict(
401
385
  "CreateWebACLMigrationStackRequestRequestTypeDef",
402
386
  {
@@ -405,7 +389,6 @@ CreateWebACLMigrationStackRequestRequestTypeDef = TypedDict(
405
389
  "IgnoreUnsupportedType": bool,
406
390
  },
407
391
  )
408
-
409
392
  CreateXssMatchSetRequestRequestTypeDef = TypedDict(
410
393
  "CreateXssMatchSetRequestRequestTypeDef",
411
394
  {
@@ -413,7 +396,6 @@ CreateXssMatchSetRequestRequestTypeDef = TypedDict(
413
396
  "ChangeToken": str,
414
397
  },
415
398
  )
416
-
417
399
  DeleteByteMatchSetRequestRequestTypeDef = TypedDict(
418
400
  "DeleteByteMatchSetRequestRequestTypeDef",
419
401
  {
@@ -421,7 +403,6 @@ DeleteByteMatchSetRequestRequestTypeDef = TypedDict(
421
403
  "ChangeToken": str,
422
404
  },
423
405
  )
424
-
425
406
  DeleteGeoMatchSetRequestRequestTypeDef = TypedDict(
426
407
  "DeleteGeoMatchSetRequestRequestTypeDef",
427
408
  {
@@ -429,7 +410,6 @@ DeleteGeoMatchSetRequestRequestTypeDef = TypedDict(
429
410
  "ChangeToken": str,
430
411
  },
431
412
  )
432
-
433
413
  DeleteIPSetRequestRequestTypeDef = TypedDict(
434
414
  "DeleteIPSetRequestRequestTypeDef",
435
415
  {
@@ -437,21 +417,18 @@ DeleteIPSetRequestRequestTypeDef = TypedDict(
437
417
  "ChangeToken": str,
438
418
  },
439
419
  )
440
-
441
420
  DeleteLoggingConfigurationRequestRequestTypeDef = TypedDict(
442
421
  "DeleteLoggingConfigurationRequestRequestTypeDef",
443
422
  {
444
423
  "ResourceArn": str,
445
424
  },
446
425
  )
447
-
448
426
  DeletePermissionPolicyRequestRequestTypeDef = TypedDict(
449
427
  "DeletePermissionPolicyRequestRequestTypeDef",
450
428
  {
451
429
  "ResourceArn": str,
452
430
  },
453
431
  )
454
-
455
432
  DeleteRateBasedRuleRequestRequestTypeDef = TypedDict(
456
433
  "DeleteRateBasedRuleRequestRequestTypeDef",
457
434
  {
@@ -459,7 +436,6 @@ DeleteRateBasedRuleRequestRequestTypeDef = TypedDict(
459
436
  "ChangeToken": str,
460
437
  },
461
438
  )
462
-
463
439
  DeleteRegexMatchSetRequestRequestTypeDef = TypedDict(
464
440
  "DeleteRegexMatchSetRequestRequestTypeDef",
465
441
  {
@@ -467,7 +443,6 @@ DeleteRegexMatchSetRequestRequestTypeDef = TypedDict(
467
443
  "ChangeToken": str,
468
444
  },
469
445
  )
470
-
471
446
  DeleteRegexPatternSetRequestRequestTypeDef = TypedDict(
472
447
  "DeleteRegexPatternSetRequestRequestTypeDef",
473
448
  {
@@ -475,7 +450,6 @@ DeleteRegexPatternSetRequestRequestTypeDef = TypedDict(
475
450
  "ChangeToken": str,
476
451
  },
477
452
  )
478
-
479
453
  DeleteRuleGroupRequestRequestTypeDef = TypedDict(
480
454
  "DeleteRuleGroupRequestRequestTypeDef",
481
455
  {
@@ -483,7 +457,6 @@ DeleteRuleGroupRequestRequestTypeDef = TypedDict(
483
457
  "ChangeToken": str,
484
458
  },
485
459
  )
486
-
487
460
  DeleteRuleRequestRequestTypeDef = TypedDict(
488
461
  "DeleteRuleRequestRequestTypeDef",
489
462
  {
@@ -491,7 +464,6 @@ DeleteRuleRequestRequestTypeDef = TypedDict(
491
464
  "ChangeToken": str,
492
465
  },
493
466
  )
494
-
495
467
  DeleteSizeConstraintSetRequestRequestTypeDef = TypedDict(
496
468
  "DeleteSizeConstraintSetRequestRequestTypeDef",
497
469
  {
@@ -499,7 +471,6 @@ DeleteSizeConstraintSetRequestRequestTypeDef = TypedDict(
499
471
  "ChangeToken": str,
500
472
  },
501
473
  )
502
-
503
474
  DeleteSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
504
475
  "DeleteSqlInjectionMatchSetRequestRequestTypeDef",
505
476
  {
@@ -507,7 +478,6 @@ DeleteSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
507
478
  "ChangeToken": str,
508
479
  },
509
480
  )
510
-
511
481
  DeleteWebACLRequestRequestTypeDef = TypedDict(
512
482
  "DeleteWebACLRequestRequestTypeDef",
513
483
  {
@@ -515,7 +485,6 @@ DeleteWebACLRequestRequestTypeDef = TypedDict(
515
485
  "ChangeToken": str,
516
486
  },
517
487
  )
518
-
519
488
  DeleteXssMatchSetRequestRequestTypeDef = TypedDict(
520
489
  "DeleteXssMatchSetRequestRequestTypeDef",
521
490
  {
@@ -523,14 +492,12 @@ DeleteXssMatchSetRequestRequestTypeDef = TypedDict(
523
492
  "ChangeToken": str,
524
493
  },
525
494
  )
526
-
527
495
  DisassociateWebACLRequestRequestTypeDef = TypedDict(
528
496
  "DisassociateWebACLRequestRequestTypeDef",
529
497
  {
530
498
  "ResourceArn": str,
531
499
  },
532
500
  )
533
-
534
501
  GeoMatchConstraintTypeDef = TypedDict(
535
502
  "GeoMatchConstraintTypeDef",
536
503
  {
@@ -538,7 +505,6 @@ GeoMatchConstraintTypeDef = TypedDict(
538
505
  "Value": GeoMatchConstraintValueType,
539
506
  },
540
507
  )
541
-
542
508
  GeoMatchSetSummaryTypeDef = TypedDict(
543
509
  "GeoMatchSetSummaryTypeDef",
544
510
  {
@@ -546,49 +512,42 @@ GeoMatchSetSummaryTypeDef = TypedDict(
546
512
  "Name": str,
547
513
  },
548
514
  )
549
-
550
515
  GetByteMatchSetRequestRequestTypeDef = TypedDict(
551
516
  "GetByteMatchSetRequestRequestTypeDef",
552
517
  {
553
518
  "ByteMatchSetId": str,
554
519
  },
555
520
  )
556
-
557
521
  GetChangeTokenStatusRequestRequestTypeDef = TypedDict(
558
522
  "GetChangeTokenStatusRequestRequestTypeDef",
559
523
  {
560
524
  "ChangeToken": str,
561
525
  },
562
526
  )
563
-
564
527
  GetGeoMatchSetRequestRequestTypeDef = TypedDict(
565
528
  "GetGeoMatchSetRequestRequestTypeDef",
566
529
  {
567
530
  "GeoMatchSetId": str,
568
531
  },
569
532
  )
570
-
571
533
  GetIPSetRequestRequestTypeDef = TypedDict(
572
534
  "GetIPSetRequestRequestTypeDef",
573
535
  {
574
536
  "IPSetId": str,
575
537
  },
576
538
  )
577
-
578
539
  GetLoggingConfigurationRequestRequestTypeDef = TypedDict(
579
540
  "GetLoggingConfigurationRequestRequestTypeDef",
580
541
  {
581
542
  "ResourceArn": str,
582
543
  },
583
544
  )
584
-
585
545
  GetPermissionPolicyRequestRequestTypeDef = TypedDict(
586
546
  "GetPermissionPolicyRequestRequestTypeDef",
587
547
  {
588
548
  "ResourceArn": str,
589
549
  },
590
550
  )
591
-
592
551
  GetRateBasedRuleManagedKeysRequestRequestTypeDef = TypedDict(
593
552
  "GetRateBasedRuleManagedKeysRequestRequestTypeDef",
594
553
  {
@@ -596,63 +555,54 @@ GetRateBasedRuleManagedKeysRequestRequestTypeDef = TypedDict(
596
555
  "NextMarker": NotRequired[str],
597
556
  },
598
557
  )
599
-
600
558
  GetRateBasedRuleRequestRequestTypeDef = TypedDict(
601
559
  "GetRateBasedRuleRequestRequestTypeDef",
602
560
  {
603
561
  "RuleId": str,
604
562
  },
605
563
  )
606
-
607
564
  GetRegexMatchSetRequestRequestTypeDef = TypedDict(
608
565
  "GetRegexMatchSetRequestRequestTypeDef",
609
566
  {
610
567
  "RegexMatchSetId": str,
611
568
  },
612
569
  )
613
-
614
570
  GetRegexPatternSetRequestRequestTypeDef = TypedDict(
615
571
  "GetRegexPatternSetRequestRequestTypeDef",
616
572
  {
617
573
  "RegexPatternSetId": str,
618
574
  },
619
575
  )
620
-
621
576
  GetRuleGroupRequestRequestTypeDef = TypedDict(
622
577
  "GetRuleGroupRequestRequestTypeDef",
623
578
  {
624
579
  "RuleGroupId": str,
625
580
  },
626
581
  )
627
-
628
582
  GetRuleRequestRequestTypeDef = TypedDict(
629
583
  "GetRuleRequestRequestTypeDef",
630
584
  {
631
585
  "RuleId": str,
632
586
  },
633
587
  )
634
-
635
588
  GetSizeConstraintSetRequestRequestTypeDef = TypedDict(
636
589
  "GetSizeConstraintSetRequestRequestTypeDef",
637
590
  {
638
591
  "SizeConstraintSetId": str,
639
592
  },
640
593
  )
641
-
642
594
  GetSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
643
595
  "GetSqlInjectionMatchSetRequestRequestTypeDef",
644
596
  {
645
597
  "SqlInjectionMatchSetId": str,
646
598
  },
647
599
  )
648
-
649
600
  GetWebACLForResourceRequestRequestTypeDef = TypedDict(
650
601
  "GetWebACLForResourceRequestRequestTypeDef",
651
602
  {
652
603
  "ResourceArn": str,
653
604
  },
654
605
  )
655
-
656
606
  WebACLSummaryTypeDef = TypedDict(
657
607
  "WebACLSummaryTypeDef",
658
608
  {
@@ -660,21 +610,18 @@ WebACLSummaryTypeDef = TypedDict(
660
610
  "Name": str,
661
611
  },
662
612
  )
663
-
664
613
  GetWebACLRequestRequestTypeDef = TypedDict(
665
614
  "GetWebACLRequestRequestTypeDef",
666
615
  {
667
616
  "WebACLId": str,
668
617
  },
669
618
  )
670
-
671
619
  GetXssMatchSetRequestRequestTypeDef = TypedDict(
672
620
  "GetXssMatchSetRequestRequestTypeDef",
673
621
  {
674
622
  "XssMatchSetId": str,
675
623
  },
676
624
  )
677
-
678
625
  HTTPHeaderTypeDef = TypedDict(
679
626
  "HTTPHeaderTypeDef",
680
627
  {
@@ -682,7 +629,6 @@ HTTPHeaderTypeDef = TypedDict(
682
629
  "Value": NotRequired[str],
683
630
  },
684
631
  )
685
-
686
632
  IPSetDescriptorTypeDef = TypedDict(
687
633
  "IPSetDescriptorTypeDef",
688
634
  {
@@ -690,7 +636,6 @@ IPSetDescriptorTypeDef = TypedDict(
690
636
  "Value": str,
691
637
  },
692
638
  )
693
-
694
639
  IPSetSummaryTypeDef = TypedDict(
695
640
  "IPSetSummaryTypeDef",
696
641
  {
@@ -698,7 +643,6 @@ IPSetSummaryTypeDef = TypedDict(
698
643
  "Name": str,
699
644
  },
700
645
  )
701
-
702
646
  ListActivatedRulesInRuleGroupRequestRequestTypeDef = TypedDict(
703
647
  "ListActivatedRulesInRuleGroupRequestRequestTypeDef",
704
648
  {
@@ -707,7 +651,6 @@ ListActivatedRulesInRuleGroupRequestRequestTypeDef = TypedDict(
707
651
  "Limit": NotRequired[int],
708
652
  },
709
653
  )
710
-
711
654
  ListByteMatchSetsRequestRequestTypeDef = TypedDict(
712
655
  "ListByteMatchSetsRequestRequestTypeDef",
713
656
  {
@@ -715,7 +658,6 @@ ListByteMatchSetsRequestRequestTypeDef = TypedDict(
715
658
  "Limit": NotRequired[int],
716
659
  },
717
660
  )
718
-
719
661
  ListGeoMatchSetsRequestRequestTypeDef = TypedDict(
720
662
  "ListGeoMatchSetsRequestRequestTypeDef",
721
663
  {
@@ -723,7 +665,6 @@ ListGeoMatchSetsRequestRequestTypeDef = TypedDict(
723
665
  "Limit": NotRequired[int],
724
666
  },
725
667
  )
726
-
727
668
  ListIPSetsRequestRequestTypeDef = TypedDict(
728
669
  "ListIPSetsRequestRequestTypeDef",
729
670
  {
@@ -731,7 +672,6 @@ ListIPSetsRequestRequestTypeDef = TypedDict(
731
672
  "Limit": NotRequired[int],
732
673
  },
733
674
  )
734
-
735
675
  ListLoggingConfigurationsRequestRequestTypeDef = TypedDict(
736
676
  "ListLoggingConfigurationsRequestRequestTypeDef",
737
677
  {
@@ -739,7 +679,6 @@ ListLoggingConfigurationsRequestRequestTypeDef = TypedDict(
739
679
  "Limit": NotRequired[int],
740
680
  },
741
681
  )
742
-
743
682
  ListRateBasedRulesRequestRequestTypeDef = TypedDict(
744
683
  "ListRateBasedRulesRequestRequestTypeDef",
745
684
  {
@@ -747,7 +686,6 @@ ListRateBasedRulesRequestRequestTypeDef = TypedDict(
747
686
  "Limit": NotRequired[int],
748
687
  },
749
688
  )
750
-
751
689
  RuleSummaryTypeDef = TypedDict(
752
690
  "RuleSummaryTypeDef",
753
691
  {
@@ -755,7 +693,6 @@ RuleSummaryTypeDef = TypedDict(
755
693
  "Name": str,
756
694
  },
757
695
  )
758
-
759
696
  ListRegexMatchSetsRequestRequestTypeDef = TypedDict(
760
697
  "ListRegexMatchSetsRequestRequestTypeDef",
761
698
  {
@@ -763,7 +700,6 @@ ListRegexMatchSetsRequestRequestTypeDef = TypedDict(
763
700
  "Limit": NotRequired[int],
764
701
  },
765
702
  )
766
-
767
703
  RegexMatchSetSummaryTypeDef = TypedDict(
768
704
  "RegexMatchSetSummaryTypeDef",
769
705
  {
@@ -771,7 +707,6 @@ RegexMatchSetSummaryTypeDef = TypedDict(
771
707
  "Name": str,
772
708
  },
773
709
  )
774
-
775
710
  ListRegexPatternSetsRequestRequestTypeDef = TypedDict(
776
711
  "ListRegexPatternSetsRequestRequestTypeDef",
777
712
  {
@@ -779,7 +714,6 @@ ListRegexPatternSetsRequestRequestTypeDef = TypedDict(
779
714
  "Limit": NotRequired[int],
780
715
  },
781
716
  )
782
-
783
717
  RegexPatternSetSummaryTypeDef = TypedDict(
784
718
  "RegexPatternSetSummaryTypeDef",
785
719
  {
@@ -787,7 +721,6 @@ RegexPatternSetSummaryTypeDef = TypedDict(
787
721
  "Name": str,
788
722
  },
789
723
  )
790
-
791
724
  ListResourcesForWebACLRequestRequestTypeDef = TypedDict(
792
725
  "ListResourcesForWebACLRequestRequestTypeDef",
793
726
  {
@@ -795,7 +728,6 @@ ListResourcesForWebACLRequestRequestTypeDef = TypedDict(
795
728
  "ResourceType": NotRequired[ResourceTypeType],
796
729
  },
797
730
  )
798
-
799
731
  ListRuleGroupsRequestRequestTypeDef = TypedDict(
800
732
  "ListRuleGroupsRequestRequestTypeDef",
801
733
  {
@@ -803,7 +735,6 @@ ListRuleGroupsRequestRequestTypeDef = TypedDict(
803
735
  "Limit": NotRequired[int],
804
736
  },
805
737
  )
806
-
807
738
  RuleGroupSummaryTypeDef = TypedDict(
808
739
  "RuleGroupSummaryTypeDef",
809
740
  {
@@ -811,7 +742,6 @@ RuleGroupSummaryTypeDef = TypedDict(
811
742
  "Name": str,
812
743
  },
813
744
  )
814
-
815
745
  ListRulesRequestRequestTypeDef = TypedDict(
816
746
  "ListRulesRequestRequestTypeDef",
817
747
  {
@@ -819,7 +749,6 @@ ListRulesRequestRequestTypeDef = TypedDict(
819
749
  "Limit": NotRequired[int],
820
750
  },
821
751
  )
822
-
823
752
  ListSizeConstraintSetsRequestRequestTypeDef = TypedDict(
824
753
  "ListSizeConstraintSetsRequestRequestTypeDef",
825
754
  {
@@ -827,7 +756,6 @@ ListSizeConstraintSetsRequestRequestTypeDef = TypedDict(
827
756
  "Limit": NotRequired[int],
828
757
  },
829
758
  )
830
-
831
759
  SizeConstraintSetSummaryTypeDef = TypedDict(
832
760
  "SizeConstraintSetSummaryTypeDef",
833
761
  {
@@ -835,7 +763,6 @@ SizeConstraintSetSummaryTypeDef = TypedDict(
835
763
  "Name": str,
836
764
  },
837
765
  )
838
-
839
766
  ListSqlInjectionMatchSetsRequestRequestTypeDef = TypedDict(
840
767
  "ListSqlInjectionMatchSetsRequestRequestTypeDef",
841
768
  {
@@ -843,7 +770,6 @@ ListSqlInjectionMatchSetsRequestRequestTypeDef = TypedDict(
843
770
  "Limit": NotRequired[int],
844
771
  },
845
772
  )
846
-
847
773
  SqlInjectionMatchSetSummaryTypeDef = TypedDict(
848
774
  "SqlInjectionMatchSetSummaryTypeDef",
849
775
  {
@@ -851,7 +777,6 @@ SqlInjectionMatchSetSummaryTypeDef = TypedDict(
851
777
  "Name": str,
852
778
  },
853
779
  )
854
-
855
780
  ListSubscribedRuleGroupsRequestRequestTypeDef = TypedDict(
856
781
  "ListSubscribedRuleGroupsRequestRequestTypeDef",
857
782
  {
@@ -859,7 +784,6 @@ ListSubscribedRuleGroupsRequestRequestTypeDef = TypedDict(
859
784
  "Limit": NotRequired[int],
860
785
  },
861
786
  )
862
-
863
787
  SubscribedRuleGroupSummaryTypeDef = TypedDict(
864
788
  "SubscribedRuleGroupSummaryTypeDef",
865
789
  {
@@ -868,7 +792,6 @@ SubscribedRuleGroupSummaryTypeDef = TypedDict(
868
792
  "MetricName": str,
869
793
  },
870
794
  )
871
-
872
795
  ListTagsForResourceRequestRequestTypeDef = TypedDict(
873
796
  "ListTagsForResourceRequestRequestTypeDef",
874
797
  {
@@ -877,7 +800,6 @@ ListTagsForResourceRequestRequestTypeDef = TypedDict(
877
800
  "Limit": NotRequired[int],
878
801
  },
879
802
  )
880
-
881
803
  ListWebACLsRequestRequestTypeDef = TypedDict(
882
804
  "ListWebACLsRequestRequestTypeDef",
883
805
  {
@@ -885,7 +807,6 @@ ListWebACLsRequestRequestTypeDef = TypedDict(
885
807
  "Limit": NotRequired[int],
886
808
  },
887
809
  )
888
-
889
810
  ListXssMatchSetsRequestRequestTypeDef = TypedDict(
890
811
  "ListXssMatchSetsRequestRequestTypeDef",
891
812
  {
@@ -893,7 +814,6 @@ ListXssMatchSetsRequestRequestTypeDef = TypedDict(
893
814
  "Limit": NotRequired[int],
894
815
  },
895
816
  )
896
-
897
817
  XssMatchSetSummaryTypeDef = TypedDict(
898
818
  "XssMatchSetSummaryTypeDef",
899
819
  {
@@ -901,7 +821,6 @@ XssMatchSetSummaryTypeDef = TypedDict(
901
821
  "Name": str,
902
822
  },
903
823
  )
904
-
905
824
  PredicateTypeDef = TypedDict(
906
825
  "PredicateTypeDef",
907
826
  {
@@ -910,7 +829,6 @@ PredicateTypeDef = TypedDict(
910
829
  "DataId": str,
911
830
  },
912
831
  )
913
-
914
832
  PutPermissionPolicyRequestRequestTypeDef = TypedDict(
915
833
  "PutPermissionPolicyRequestRequestTypeDef",
916
834
  {
@@ -918,7 +836,6 @@ PutPermissionPolicyRequestRequestTypeDef = TypedDict(
918
836
  "Policy": str,
919
837
  },
920
838
  )
921
-
922
839
  RegexPatternSetUpdateTypeDef = TypedDict(
923
840
  "RegexPatternSetUpdateTypeDef",
924
841
  {
@@ -926,7 +843,6 @@ RegexPatternSetUpdateTypeDef = TypedDict(
926
843
  "RegexPatternString": str,
927
844
  },
928
845
  )
929
-
930
846
  TimestampTypeDef = Union[datetime, str]
931
847
  UntagResourceRequestRequestTypeDef = TypedDict(
932
848
  "UntagResourceRequestRequestTypeDef",
@@ -935,7 +851,6 @@ UntagResourceRequestRequestTypeDef = TypedDict(
935
851
  "TagKeys": Sequence[str],
936
852
  },
937
853
  )
938
-
939
854
  ActivatedRuleTypeDef = TypedDict(
940
855
  "ActivatedRuleTypeDef",
941
856
  {
@@ -947,7 +862,6 @@ ActivatedRuleTypeDef = TypedDict(
947
862
  "ExcludedRules": NotRequired[List[ExcludedRuleTypeDef]],
948
863
  },
949
864
  )
950
-
951
865
  ByteMatchTupleTypeDef = TypedDict(
952
866
  "ByteMatchTupleTypeDef",
953
867
  {
@@ -957,7 +871,6 @@ ByteMatchTupleTypeDef = TypedDict(
957
871
  "PositionalConstraint": PositionalConstraintType,
958
872
  },
959
873
  )
960
-
961
874
  LoggingConfigurationTypeDef = TypedDict(
962
875
  "LoggingConfigurationTypeDef",
963
876
  {
@@ -966,7 +879,6 @@ LoggingConfigurationTypeDef = TypedDict(
966
879
  "RedactedFields": NotRequired[List[FieldToMatchTypeDef]],
967
880
  },
968
881
  )
969
-
970
882
  RegexMatchTupleTypeDef = TypedDict(
971
883
  "RegexMatchTupleTypeDef",
972
884
  {
@@ -975,7 +887,6 @@ RegexMatchTupleTypeDef = TypedDict(
975
887
  "RegexPatternSetId": str,
976
888
  },
977
889
  )
978
-
979
890
  SizeConstraintTypeDef = TypedDict(
980
891
  "SizeConstraintTypeDef",
981
892
  {
@@ -985,7 +896,6 @@ SizeConstraintTypeDef = TypedDict(
985
896
  "Size": int,
986
897
  },
987
898
  )
988
-
989
899
  SqlInjectionMatchTupleTypeDef = TypedDict(
990
900
  "SqlInjectionMatchTupleTypeDef",
991
901
  {
@@ -993,7 +903,6 @@ SqlInjectionMatchTupleTypeDef = TypedDict(
993
903
  "TextTransformation": TextTransformationType,
994
904
  },
995
905
  )
996
-
997
906
  XssMatchTupleTypeDef = TypedDict(
998
907
  "XssMatchTupleTypeDef",
999
908
  {
@@ -1001,7 +910,6 @@ XssMatchTupleTypeDef = TypedDict(
1001
910
  "TextTransformation": TextTransformationType,
1002
911
  },
1003
912
  )
1004
-
1005
913
  CreateWebACLMigrationStackResponseTypeDef = TypedDict(
1006
914
  "CreateWebACLMigrationStackResponseTypeDef",
1007
915
  {
@@ -1009,7 +917,6 @@ CreateWebACLMigrationStackResponseTypeDef = TypedDict(
1009
917
  "ResponseMetadata": ResponseMetadataTypeDef,
1010
918
  },
1011
919
  )
1012
-
1013
920
  DeleteByteMatchSetResponseTypeDef = TypedDict(
1014
921
  "DeleteByteMatchSetResponseTypeDef",
1015
922
  {
@@ -1017,7 +924,6 @@ DeleteByteMatchSetResponseTypeDef = TypedDict(
1017
924
  "ResponseMetadata": ResponseMetadataTypeDef,
1018
925
  },
1019
926
  )
1020
-
1021
927
  DeleteGeoMatchSetResponseTypeDef = TypedDict(
1022
928
  "DeleteGeoMatchSetResponseTypeDef",
1023
929
  {
@@ -1025,7 +931,6 @@ DeleteGeoMatchSetResponseTypeDef = TypedDict(
1025
931
  "ResponseMetadata": ResponseMetadataTypeDef,
1026
932
  },
1027
933
  )
1028
-
1029
934
  DeleteIPSetResponseTypeDef = TypedDict(
1030
935
  "DeleteIPSetResponseTypeDef",
1031
936
  {
@@ -1033,7 +938,6 @@ DeleteIPSetResponseTypeDef = TypedDict(
1033
938
  "ResponseMetadata": ResponseMetadataTypeDef,
1034
939
  },
1035
940
  )
1036
-
1037
941
  DeleteRateBasedRuleResponseTypeDef = TypedDict(
1038
942
  "DeleteRateBasedRuleResponseTypeDef",
1039
943
  {
@@ -1041,7 +945,6 @@ DeleteRateBasedRuleResponseTypeDef = TypedDict(
1041
945
  "ResponseMetadata": ResponseMetadataTypeDef,
1042
946
  },
1043
947
  )
1044
-
1045
948
  DeleteRegexMatchSetResponseTypeDef = TypedDict(
1046
949
  "DeleteRegexMatchSetResponseTypeDef",
1047
950
  {
@@ -1049,7 +952,6 @@ DeleteRegexMatchSetResponseTypeDef = TypedDict(
1049
952
  "ResponseMetadata": ResponseMetadataTypeDef,
1050
953
  },
1051
954
  )
1052
-
1053
955
  DeleteRegexPatternSetResponseTypeDef = TypedDict(
1054
956
  "DeleteRegexPatternSetResponseTypeDef",
1055
957
  {
@@ -1057,7 +959,6 @@ DeleteRegexPatternSetResponseTypeDef = TypedDict(
1057
959
  "ResponseMetadata": ResponseMetadataTypeDef,
1058
960
  },
1059
961
  )
1060
-
1061
962
  DeleteRuleGroupResponseTypeDef = TypedDict(
1062
963
  "DeleteRuleGroupResponseTypeDef",
1063
964
  {
@@ -1065,7 +966,6 @@ DeleteRuleGroupResponseTypeDef = TypedDict(
1065
966
  "ResponseMetadata": ResponseMetadataTypeDef,
1066
967
  },
1067
968
  )
1068
-
1069
969
  DeleteRuleResponseTypeDef = TypedDict(
1070
970
  "DeleteRuleResponseTypeDef",
1071
971
  {
@@ -1073,7 +973,6 @@ DeleteRuleResponseTypeDef = TypedDict(
1073
973
  "ResponseMetadata": ResponseMetadataTypeDef,
1074
974
  },
1075
975
  )
1076
-
1077
976
  DeleteSizeConstraintSetResponseTypeDef = TypedDict(
1078
977
  "DeleteSizeConstraintSetResponseTypeDef",
1079
978
  {
@@ -1081,7 +980,6 @@ DeleteSizeConstraintSetResponseTypeDef = TypedDict(
1081
980
  "ResponseMetadata": ResponseMetadataTypeDef,
1082
981
  },
1083
982
  )
1084
-
1085
983
  DeleteSqlInjectionMatchSetResponseTypeDef = TypedDict(
1086
984
  "DeleteSqlInjectionMatchSetResponseTypeDef",
1087
985
  {
@@ -1089,7 +987,6 @@ DeleteSqlInjectionMatchSetResponseTypeDef = TypedDict(
1089
987
  "ResponseMetadata": ResponseMetadataTypeDef,
1090
988
  },
1091
989
  )
1092
-
1093
990
  DeleteWebACLResponseTypeDef = TypedDict(
1094
991
  "DeleteWebACLResponseTypeDef",
1095
992
  {
@@ -1097,7 +994,6 @@ DeleteWebACLResponseTypeDef = TypedDict(
1097
994
  "ResponseMetadata": ResponseMetadataTypeDef,
1098
995
  },
1099
996
  )
1100
-
1101
997
  DeleteXssMatchSetResponseTypeDef = TypedDict(
1102
998
  "DeleteXssMatchSetResponseTypeDef",
1103
999
  {
@@ -1105,7 +1001,6 @@ DeleteXssMatchSetResponseTypeDef = TypedDict(
1105
1001
  "ResponseMetadata": ResponseMetadataTypeDef,
1106
1002
  },
1107
1003
  )
1108
-
1109
1004
  GetChangeTokenResponseTypeDef = TypedDict(
1110
1005
  "GetChangeTokenResponseTypeDef",
1111
1006
  {
@@ -1113,7 +1008,6 @@ GetChangeTokenResponseTypeDef = TypedDict(
1113
1008
  "ResponseMetadata": ResponseMetadataTypeDef,
1114
1009
  },
1115
1010
  )
1116
-
1117
1011
  GetChangeTokenStatusResponseTypeDef = TypedDict(
1118
1012
  "GetChangeTokenStatusResponseTypeDef",
1119
1013
  {
@@ -1121,7 +1015,6 @@ GetChangeTokenStatusResponseTypeDef = TypedDict(
1121
1015
  "ResponseMetadata": ResponseMetadataTypeDef,
1122
1016
  },
1123
1017
  )
1124
-
1125
1018
  GetPermissionPolicyResponseTypeDef = TypedDict(
1126
1019
  "GetPermissionPolicyResponseTypeDef",
1127
1020
  {
@@ -1129,7 +1022,6 @@ GetPermissionPolicyResponseTypeDef = TypedDict(
1129
1022
  "ResponseMetadata": ResponseMetadataTypeDef,
1130
1023
  },
1131
1024
  )
1132
-
1133
1025
  GetRateBasedRuleManagedKeysResponseTypeDef = TypedDict(
1134
1026
  "GetRateBasedRuleManagedKeysResponseTypeDef",
1135
1027
  {
@@ -1138,7 +1030,6 @@ GetRateBasedRuleManagedKeysResponseTypeDef = TypedDict(
1138
1030
  "ResponseMetadata": ResponseMetadataTypeDef,
1139
1031
  },
1140
1032
  )
1141
-
1142
1033
  ListByteMatchSetsResponseTypeDef = TypedDict(
1143
1034
  "ListByteMatchSetsResponseTypeDef",
1144
1035
  {
@@ -1147,7 +1038,6 @@ ListByteMatchSetsResponseTypeDef = TypedDict(
1147
1038
  "ResponseMetadata": ResponseMetadataTypeDef,
1148
1039
  },
1149
1040
  )
1150
-
1151
1041
  ListResourcesForWebACLResponseTypeDef = TypedDict(
1152
1042
  "ListResourcesForWebACLResponseTypeDef",
1153
1043
  {
@@ -1155,7 +1045,6 @@ ListResourcesForWebACLResponseTypeDef = TypedDict(
1155
1045
  "ResponseMetadata": ResponseMetadataTypeDef,
1156
1046
  },
1157
1047
  )
1158
-
1159
1048
  UpdateByteMatchSetResponseTypeDef = TypedDict(
1160
1049
  "UpdateByteMatchSetResponseTypeDef",
1161
1050
  {
@@ -1163,7 +1052,6 @@ UpdateByteMatchSetResponseTypeDef = TypedDict(
1163
1052
  "ResponseMetadata": ResponseMetadataTypeDef,
1164
1053
  },
1165
1054
  )
1166
-
1167
1055
  UpdateGeoMatchSetResponseTypeDef = TypedDict(
1168
1056
  "UpdateGeoMatchSetResponseTypeDef",
1169
1057
  {
@@ -1171,7 +1059,6 @@ UpdateGeoMatchSetResponseTypeDef = TypedDict(
1171
1059
  "ResponseMetadata": ResponseMetadataTypeDef,
1172
1060
  },
1173
1061
  )
1174
-
1175
1062
  UpdateIPSetResponseTypeDef = TypedDict(
1176
1063
  "UpdateIPSetResponseTypeDef",
1177
1064
  {
@@ -1179,7 +1066,6 @@ UpdateIPSetResponseTypeDef = TypedDict(
1179
1066
  "ResponseMetadata": ResponseMetadataTypeDef,
1180
1067
  },
1181
1068
  )
1182
-
1183
1069
  UpdateRateBasedRuleResponseTypeDef = TypedDict(
1184
1070
  "UpdateRateBasedRuleResponseTypeDef",
1185
1071
  {
@@ -1187,7 +1073,6 @@ UpdateRateBasedRuleResponseTypeDef = TypedDict(
1187
1073
  "ResponseMetadata": ResponseMetadataTypeDef,
1188
1074
  },
1189
1075
  )
1190
-
1191
1076
  UpdateRegexMatchSetResponseTypeDef = TypedDict(
1192
1077
  "UpdateRegexMatchSetResponseTypeDef",
1193
1078
  {
@@ -1195,7 +1080,6 @@ UpdateRegexMatchSetResponseTypeDef = TypedDict(
1195
1080
  "ResponseMetadata": ResponseMetadataTypeDef,
1196
1081
  },
1197
1082
  )
1198
-
1199
1083
  UpdateRegexPatternSetResponseTypeDef = TypedDict(
1200
1084
  "UpdateRegexPatternSetResponseTypeDef",
1201
1085
  {
@@ -1203,7 +1087,6 @@ UpdateRegexPatternSetResponseTypeDef = TypedDict(
1203
1087
  "ResponseMetadata": ResponseMetadataTypeDef,
1204
1088
  },
1205
1089
  )
1206
-
1207
1090
  UpdateRuleGroupResponseTypeDef = TypedDict(
1208
1091
  "UpdateRuleGroupResponseTypeDef",
1209
1092
  {
@@ -1211,7 +1094,6 @@ UpdateRuleGroupResponseTypeDef = TypedDict(
1211
1094
  "ResponseMetadata": ResponseMetadataTypeDef,
1212
1095
  },
1213
1096
  )
1214
-
1215
1097
  UpdateRuleResponseTypeDef = TypedDict(
1216
1098
  "UpdateRuleResponseTypeDef",
1217
1099
  {
@@ -1219,7 +1101,6 @@ UpdateRuleResponseTypeDef = TypedDict(
1219
1101
  "ResponseMetadata": ResponseMetadataTypeDef,
1220
1102
  },
1221
1103
  )
1222
-
1223
1104
  UpdateSizeConstraintSetResponseTypeDef = TypedDict(
1224
1105
  "UpdateSizeConstraintSetResponseTypeDef",
1225
1106
  {
@@ -1227,7 +1108,6 @@ UpdateSizeConstraintSetResponseTypeDef = TypedDict(
1227
1108
  "ResponseMetadata": ResponseMetadataTypeDef,
1228
1109
  },
1229
1110
  )
1230
-
1231
1111
  UpdateSqlInjectionMatchSetResponseTypeDef = TypedDict(
1232
1112
  "UpdateSqlInjectionMatchSetResponseTypeDef",
1233
1113
  {
@@ -1235,7 +1115,6 @@ UpdateSqlInjectionMatchSetResponseTypeDef = TypedDict(
1235
1115
  "ResponseMetadata": ResponseMetadataTypeDef,
1236
1116
  },
1237
1117
  )
1238
-
1239
1118
  UpdateWebACLResponseTypeDef = TypedDict(
1240
1119
  "UpdateWebACLResponseTypeDef",
1241
1120
  {
@@ -1243,7 +1122,6 @@ UpdateWebACLResponseTypeDef = TypedDict(
1243
1122
  "ResponseMetadata": ResponseMetadataTypeDef,
1244
1123
  },
1245
1124
  )
1246
-
1247
1125
  UpdateXssMatchSetResponseTypeDef = TypedDict(
1248
1126
  "UpdateXssMatchSetResponseTypeDef",
1249
1127
  {
@@ -1251,7 +1129,6 @@ UpdateXssMatchSetResponseTypeDef = TypedDict(
1251
1129
  "ResponseMetadata": ResponseMetadataTypeDef,
1252
1130
  },
1253
1131
  )
1254
-
1255
1132
  CreateRateBasedRuleRequestRequestTypeDef = TypedDict(
1256
1133
  "CreateRateBasedRuleRequestRequestTypeDef",
1257
1134
  {
@@ -1263,7 +1140,6 @@ CreateRateBasedRuleRequestRequestTypeDef = TypedDict(
1263
1140
  "Tags": NotRequired[Sequence[TagTypeDef]],
1264
1141
  },
1265
1142
  )
1266
-
1267
1143
  CreateRuleGroupRequestRequestTypeDef = TypedDict(
1268
1144
  "CreateRuleGroupRequestRequestTypeDef",
1269
1145
  {
@@ -1273,7 +1149,6 @@ CreateRuleGroupRequestRequestTypeDef = TypedDict(
1273
1149
  "Tags": NotRequired[Sequence[TagTypeDef]],
1274
1150
  },
1275
1151
  )
1276
-
1277
1152
  CreateRuleRequestRequestTypeDef = TypedDict(
1278
1153
  "CreateRuleRequestRequestTypeDef",
1279
1154
  {
@@ -1283,7 +1158,6 @@ CreateRuleRequestRequestTypeDef = TypedDict(
1283
1158
  "Tags": NotRequired[Sequence[TagTypeDef]],
1284
1159
  },
1285
1160
  )
1286
-
1287
1161
  CreateWebACLRequestRequestTypeDef = TypedDict(
1288
1162
  "CreateWebACLRequestRequestTypeDef",
1289
1163
  {
@@ -1294,7 +1168,6 @@ CreateWebACLRequestRequestTypeDef = TypedDict(
1294
1168
  "Tags": NotRequired[Sequence[TagTypeDef]],
1295
1169
  },
1296
1170
  )
1297
-
1298
1171
  TagInfoForResourceTypeDef = TypedDict(
1299
1172
  "TagInfoForResourceTypeDef",
1300
1173
  {
@@ -1302,7 +1175,6 @@ TagInfoForResourceTypeDef = TypedDict(
1302
1175
  "TagList": NotRequired[List[TagTypeDef]],
1303
1176
  },
1304
1177
  )
1305
-
1306
1178
  TagResourceRequestRequestTypeDef = TypedDict(
1307
1179
  "TagResourceRequestRequestTypeDef",
1308
1180
  {
@@ -1310,7 +1182,6 @@ TagResourceRequestRequestTypeDef = TypedDict(
1310
1182
  "Tags": Sequence[TagTypeDef],
1311
1183
  },
1312
1184
  )
1313
-
1314
1185
  CreateRegexPatternSetResponseTypeDef = TypedDict(
1315
1186
  "CreateRegexPatternSetResponseTypeDef",
1316
1187
  {
@@ -1319,7 +1190,6 @@ CreateRegexPatternSetResponseTypeDef = TypedDict(
1319
1190
  "ResponseMetadata": ResponseMetadataTypeDef,
1320
1191
  },
1321
1192
  )
1322
-
1323
1193
  GetRegexPatternSetResponseTypeDef = TypedDict(
1324
1194
  "GetRegexPatternSetResponseTypeDef",
1325
1195
  {
@@ -1327,7 +1197,6 @@ GetRegexPatternSetResponseTypeDef = TypedDict(
1327
1197
  "ResponseMetadata": ResponseMetadataTypeDef,
1328
1198
  },
1329
1199
  )
1330
-
1331
1200
  CreateRuleGroupResponseTypeDef = TypedDict(
1332
1201
  "CreateRuleGroupResponseTypeDef",
1333
1202
  {
@@ -1336,7 +1205,6 @@ CreateRuleGroupResponseTypeDef = TypedDict(
1336
1205
  "ResponseMetadata": ResponseMetadataTypeDef,
1337
1206
  },
1338
1207
  )
1339
-
1340
1208
  GetRuleGroupResponseTypeDef = TypedDict(
1341
1209
  "GetRuleGroupResponseTypeDef",
1342
1210
  {
@@ -1344,7 +1212,6 @@ GetRuleGroupResponseTypeDef = TypedDict(
1344
1212
  "ResponseMetadata": ResponseMetadataTypeDef,
1345
1213
  },
1346
1214
  )
1347
-
1348
1215
  GeoMatchSetTypeDef = TypedDict(
1349
1216
  "GeoMatchSetTypeDef",
1350
1217
  {
@@ -1353,7 +1220,6 @@ GeoMatchSetTypeDef = TypedDict(
1353
1220
  "Name": NotRequired[str],
1354
1221
  },
1355
1222
  )
1356
-
1357
1223
  GeoMatchSetUpdateTypeDef = TypedDict(
1358
1224
  "GeoMatchSetUpdateTypeDef",
1359
1225
  {
@@ -1361,7 +1227,6 @@ GeoMatchSetUpdateTypeDef = TypedDict(
1361
1227
  "GeoMatchConstraint": GeoMatchConstraintTypeDef,
1362
1228
  },
1363
1229
  )
1364
-
1365
1230
  ListGeoMatchSetsResponseTypeDef = TypedDict(
1366
1231
  "ListGeoMatchSetsResponseTypeDef",
1367
1232
  {
@@ -1370,7 +1235,6 @@ ListGeoMatchSetsResponseTypeDef = TypedDict(
1370
1235
  "ResponseMetadata": ResponseMetadataTypeDef,
1371
1236
  },
1372
1237
  )
1373
-
1374
1238
  GetWebACLForResourceResponseTypeDef = TypedDict(
1375
1239
  "GetWebACLForResourceResponseTypeDef",
1376
1240
  {
@@ -1378,7 +1242,6 @@ GetWebACLForResourceResponseTypeDef = TypedDict(
1378
1242
  "ResponseMetadata": ResponseMetadataTypeDef,
1379
1243
  },
1380
1244
  )
1381
-
1382
1245
  ListWebACLsResponseTypeDef = TypedDict(
1383
1246
  "ListWebACLsResponseTypeDef",
1384
1247
  {
@@ -1387,7 +1250,6 @@ ListWebACLsResponseTypeDef = TypedDict(
1387
1250
  "ResponseMetadata": ResponseMetadataTypeDef,
1388
1251
  },
1389
1252
  )
1390
-
1391
1253
  HTTPRequestTypeDef = TypedDict(
1392
1254
  "HTTPRequestTypeDef",
1393
1255
  {
@@ -1399,7 +1261,6 @@ HTTPRequestTypeDef = TypedDict(
1399
1261
  "Headers": NotRequired[List[HTTPHeaderTypeDef]],
1400
1262
  },
1401
1263
  )
1402
-
1403
1264
  IPSetTypeDef = TypedDict(
1404
1265
  "IPSetTypeDef",
1405
1266
  {
@@ -1408,7 +1269,6 @@ IPSetTypeDef = TypedDict(
1408
1269
  "Name": NotRequired[str],
1409
1270
  },
1410
1271
  )
1411
-
1412
1272
  IPSetUpdateTypeDef = TypedDict(
1413
1273
  "IPSetUpdateTypeDef",
1414
1274
  {
@@ -1416,7 +1276,6 @@ IPSetUpdateTypeDef = TypedDict(
1416
1276
  "IPSetDescriptor": IPSetDescriptorTypeDef,
1417
1277
  },
1418
1278
  )
1419
-
1420
1279
  ListIPSetsResponseTypeDef = TypedDict(
1421
1280
  "ListIPSetsResponseTypeDef",
1422
1281
  {
@@ -1425,7 +1284,6 @@ ListIPSetsResponseTypeDef = TypedDict(
1425
1284
  "ResponseMetadata": ResponseMetadataTypeDef,
1426
1285
  },
1427
1286
  )
1428
-
1429
1287
  ListRateBasedRulesResponseTypeDef = TypedDict(
1430
1288
  "ListRateBasedRulesResponseTypeDef",
1431
1289
  {
@@ -1434,7 +1292,6 @@ ListRateBasedRulesResponseTypeDef = TypedDict(
1434
1292
  "ResponseMetadata": ResponseMetadataTypeDef,
1435
1293
  },
1436
1294
  )
1437
-
1438
1295
  ListRulesResponseTypeDef = TypedDict(
1439
1296
  "ListRulesResponseTypeDef",
1440
1297
  {
@@ -1443,7 +1300,6 @@ ListRulesResponseTypeDef = TypedDict(
1443
1300
  "ResponseMetadata": ResponseMetadataTypeDef,
1444
1301
  },
1445
1302
  )
1446
-
1447
1303
  ListRegexMatchSetsResponseTypeDef = TypedDict(
1448
1304
  "ListRegexMatchSetsResponseTypeDef",
1449
1305
  {
@@ -1452,7 +1308,6 @@ ListRegexMatchSetsResponseTypeDef = TypedDict(
1452
1308
  "ResponseMetadata": ResponseMetadataTypeDef,
1453
1309
  },
1454
1310
  )
1455
-
1456
1311
  ListRegexPatternSetsResponseTypeDef = TypedDict(
1457
1312
  "ListRegexPatternSetsResponseTypeDef",
1458
1313
  {
@@ -1461,7 +1316,6 @@ ListRegexPatternSetsResponseTypeDef = TypedDict(
1461
1316
  "ResponseMetadata": ResponseMetadataTypeDef,
1462
1317
  },
1463
1318
  )
1464
-
1465
1319
  ListRuleGroupsResponseTypeDef = TypedDict(
1466
1320
  "ListRuleGroupsResponseTypeDef",
1467
1321
  {
@@ -1470,7 +1324,6 @@ ListRuleGroupsResponseTypeDef = TypedDict(
1470
1324
  "ResponseMetadata": ResponseMetadataTypeDef,
1471
1325
  },
1472
1326
  )
1473
-
1474
1327
  ListSizeConstraintSetsResponseTypeDef = TypedDict(
1475
1328
  "ListSizeConstraintSetsResponseTypeDef",
1476
1329
  {
@@ -1479,7 +1332,6 @@ ListSizeConstraintSetsResponseTypeDef = TypedDict(
1479
1332
  "ResponseMetadata": ResponseMetadataTypeDef,
1480
1333
  },
1481
1334
  )
1482
-
1483
1335
  ListSqlInjectionMatchSetsResponseTypeDef = TypedDict(
1484
1336
  "ListSqlInjectionMatchSetsResponseTypeDef",
1485
1337
  {
@@ -1488,7 +1340,6 @@ ListSqlInjectionMatchSetsResponseTypeDef = TypedDict(
1488
1340
  "ResponseMetadata": ResponseMetadataTypeDef,
1489
1341
  },
1490
1342
  )
1491
-
1492
1343
  ListSubscribedRuleGroupsResponseTypeDef = TypedDict(
1493
1344
  "ListSubscribedRuleGroupsResponseTypeDef",
1494
1345
  {
@@ -1497,7 +1348,6 @@ ListSubscribedRuleGroupsResponseTypeDef = TypedDict(
1497
1348
  "ResponseMetadata": ResponseMetadataTypeDef,
1498
1349
  },
1499
1350
  )
1500
-
1501
1351
  ListXssMatchSetsResponseTypeDef = TypedDict(
1502
1352
  "ListXssMatchSetsResponseTypeDef",
1503
1353
  {
@@ -1506,7 +1356,6 @@ ListXssMatchSetsResponseTypeDef = TypedDict(
1506
1356
  "ResponseMetadata": ResponseMetadataTypeDef,
1507
1357
  },
1508
1358
  )
1509
-
1510
1359
  RateBasedRuleTypeDef = TypedDict(
1511
1360
  "RateBasedRuleTypeDef",
1512
1361
  {
@@ -1518,7 +1367,6 @@ RateBasedRuleTypeDef = TypedDict(
1518
1367
  "MetricName": NotRequired[str],
1519
1368
  },
1520
1369
  )
1521
-
1522
1370
  RuleTypeDef = TypedDict(
1523
1371
  "RuleTypeDef",
1524
1372
  {
@@ -1528,7 +1376,6 @@ RuleTypeDef = TypedDict(
1528
1376
  "MetricName": NotRequired[str],
1529
1377
  },
1530
1378
  )
1531
-
1532
1379
  RuleUpdateTypeDef = TypedDict(
1533
1380
  "RuleUpdateTypeDef",
1534
1381
  {
@@ -1536,7 +1383,6 @@ RuleUpdateTypeDef = TypedDict(
1536
1383
  "Predicate": PredicateTypeDef,
1537
1384
  },
1538
1385
  )
1539
-
1540
1386
  UpdateRegexPatternSetRequestRequestTypeDef = TypedDict(
1541
1387
  "UpdateRegexPatternSetRequestRequestTypeDef",
1542
1388
  {
@@ -1545,7 +1391,6 @@ UpdateRegexPatternSetRequestRequestTypeDef = TypedDict(
1545
1391
  "ChangeToken": str,
1546
1392
  },
1547
1393
  )
1548
-
1549
1394
  TimeWindowTypeDef = TypedDict(
1550
1395
  "TimeWindowTypeDef",
1551
1396
  {
@@ -1553,7 +1398,6 @@ TimeWindowTypeDef = TypedDict(
1553
1398
  "EndTime": TimestampTypeDef,
1554
1399
  },
1555
1400
  )
1556
-
1557
1401
  ListActivatedRulesInRuleGroupResponseTypeDef = TypedDict(
1558
1402
  "ListActivatedRulesInRuleGroupResponseTypeDef",
1559
1403
  {
@@ -1562,7 +1406,6 @@ ListActivatedRulesInRuleGroupResponseTypeDef = TypedDict(
1562
1406
  "ResponseMetadata": ResponseMetadataTypeDef,
1563
1407
  },
1564
1408
  )
1565
-
1566
1409
  RuleGroupUpdateTypeDef = TypedDict(
1567
1410
  "RuleGroupUpdateTypeDef",
1568
1411
  {
@@ -1570,7 +1413,6 @@ RuleGroupUpdateTypeDef = TypedDict(
1570
1413
  "ActivatedRule": ActivatedRuleTypeDef,
1571
1414
  },
1572
1415
  )
1573
-
1574
1416
  WebACLTypeDef = TypedDict(
1575
1417
  "WebACLTypeDef",
1576
1418
  {
@@ -1582,7 +1424,6 @@ WebACLTypeDef = TypedDict(
1582
1424
  "WebACLArn": NotRequired[str],
1583
1425
  },
1584
1426
  )
1585
-
1586
1427
  WebACLUpdateTypeDef = TypedDict(
1587
1428
  "WebACLUpdateTypeDef",
1588
1429
  {
@@ -1590,7 +1431,6 @@ WebACLUpdateTypeDef = TypedDict(
1590
1431
  "ActivatedRule": ActivatedRuleTypeDef,
1591
1432
  },
1592
1433
  )
1593
-
1594
1434
  ByteMatchSetTypeDef = TypedDict(
1595
1435
  "ByteMatchSetTypeDef",
1596
1436
  {
@@ -1599,7 +1439,6 @@ ByteMatchSetTypeDef = TypedDict(
1599
1439
  "Name": NotRequired[str],
1600
1440
  },
1601
1441
  )
1602
-
1603
1442
  ByteMatchSetUpdateTypeDef = TypedDict(
1604
1443
  "ByteMatchSetUpdateTypeDef",
1605
1444
  {
@@ -1607,7 +1446,6 @@ ByteMatchSetUpdateTypeDef = TypedDict(
1607
1446
  "ByteMatchTuple": ByteMatchTupleTypeDef,
1608
1447
  },
1609
1448
  )
1610
-
1611
1449
  GetLoggingConfigurationResponseTypeDef = TypedDict(
1612
1450
  "GetLoggingConfigurationResponseTypeDef",
1613
1451
  {
@@ -1615,7 +1453,6 @@ GetLoggingConfigurationResponseTypeDef = TypedDict(
1615
1453
  "ResponseMetadata": ResponseMetadataTypeDef,
1616
1454
  },
1617
1455
  )
1618
-
1619
1456
  ListLoggingConfigurationsResponseTypeDef = TypedDict(
1620
1457
  "ListLoggingConfigurationsResponseTypeDef",
1621
1458
  {
@@ -1624,14 +1461,12 @@ ListLoggingConfigurationsResponseTypeDef = TypedDict(
1624
1461
  "ResponseMetadata": ResponseMetadataTypeDef,
1625
1462
  },
1626
1463
  )
1627
-
1628
1464
  PutLoggingConfigurationRequestRequestTypeDef = TypedDict(
1629
1465
  "PutLoggingConfigurationRequestRequestTypeDef",
1630
1466
  {
1631
1467
  "LoggingConfiguration": LoggingConfigurationTypeDef,
1632
1468
  },
1633
1469
  )
1634
-
1635
1470
  PutLoggingConfigurationResponseTypeDef = TypedDict(
1636
1471
  "PutLoggingConfigurationResponseTypeDef",
1637
1472
  {
@@ -1639,7 +1474,6 @@ PutLoggingConfigurationResponseTypeDef = TypedDict(
1639
1474
  "ResponseMetadata": ResponseMetadataTypeDef,
1640
1475
  },
1641
1476
  )
1642
-
1643
1477
  RegexMatchSetTypeDef = TypedDict(
1644
1478
  "RegexMatchSetTypeDef",
1645
1479
  {
@@ -1648,7 +1482,6 @@ RegexMatchSetTypeDef = TypedDict(
1648
1482
  "RegexMatchTuples": NotRequired[List[RegexMatchTupleTypeDef]],
1649
1483
  },
1650
1484
  )
1651
-
1652
1485
  RegexMatchSetUpdateTypeDef = TypedDict(
1653
1486
  "RegexMatchSetUpdateTypeDef",
1654
1487
  {
@@ -1656,7 +1489,6 @@ RegexMatchSetUpdateTypeDef = TypedDict(
1656
1489
  "RegexMatchTuple": RegexMatchTupleTypeDef,
1657
1490
  },
1658
1491
  )
1659
-
1660
1492
  SizeConstraintSetTypeDef = TypedDict(
1661
1493
  "SizeConstraintSetTypeDef",
1662
1494
  {
@@ -1665,7 +1497,6 @@ SizeConstraintSetTypeDef = TypedDict(
1665
1497
  "Name": NotRequired[str],
1666
1498
  },
1667
1499
  )
1668
-
1669
1500
  SizeConstraintSetUpdateTypeDef = TypedDict(
1670
1501
  "SizeConstraintSetUpdateTypeDef",
1671
1502
  {
@@ -1673,7 +1504,6 @@ SizeConstraintSetUpdateTypeDef = TypedDict(
1673
1504
  "SizeConstraint": SizeConstraintTypeDef,
1674
1505
  },
1675
1506
  )
1676
-
1677
1507
  SqlInjectionMatchSetTypeDef = TypedDict(
1678
1508
  "SqlInjectionMatchSetTypeDef",
1679
1509
  {
@@ -1682,7 +1512,6 @@ SqlInjectionMatchSetTypeDef = TypedDict(
1682
1512
  "Name": NotRequired[str],
1683
1513
  },
1684
1514
  )
1685
-
1686
1515
  SqlInjectionMatchSetUpdateTypeDef = TypedDict(
1687
1516
  "SqlInjectionMatchSetUpdateTypeDef",
1688
1517
  {
@@ -1690,7 +1519,6 @@ SqlInjectionMatchSetUpdateTypeDef = TypedDict(
1690
1519
  "SqlInjectionMatchTuple": SqlInjectionMatchTupleTypeDef,
1691
1520
  },
1692
1521
  )
1693
-
1694
1522
  XssMatchSetTypeDef = TypedDict(
1695
1523
  "XssMatchSetTypeDef",
1696
1524
  {
@@ -1699,7 +1527,6 @@ XssMatchSetTypeDef = TypedDict(
1699
1527
  "Name": NotRequired[str],
1700
1528
  },
1701
1529
  )
1702
-
1703
1530
  XssMatchSetUpdateTypeDef = TypedDict(
1704
1531
  "XssMatchSetUpdateTypeDef",
1705
1532
  {
@@ -1707,7 +1534,6 @@ XssMatchSetUpdateTypeDef = TypedDict(
1707
1534
  "XssMatchTuple": XssMatchTupleTypeDef,
1708
1535
  },
1709
1536
  )
1710
-
1711
1537
  ListTagsForResourceResponseTypeDef = TypedDict(
1712
1538
  "ListTagsForResourceResponseTypeDef",
1713
1539
  {
@@ -1716,7 +1542,6 @@ ListTagsForResourceResponseTypeDef = TypedDict(
1716
1542
  "ResponseMetadata": ResponseMetadataTypeDef,
1717
1543
  },
1718
1544
  )
1719
-
1720
1545
  CreateGeoMatchSetResponseTypeDef = TypedDict(
1721
1546
  "CreateGeoMatchSetResponseTypeDef",
1722
1547
  {
@@ -1725,7 +1550,6 @@ CreateGeoMatchSetResponseTypeDef = TypedDict(
1725
1550
  "ResponseMetadata": ResponseMetadataTypeDef,
1726
1551
  },
1727
1552
  )
1728
-
1729
1553
  GetGeoMatchSetResponseTypeDef = TypedDict(
1730
1554
  "GetGeoMatchSetResponseTypeDef",
1731
1555
  {
@@ -1733,7 +1557,6 @@ GetGeoMatchSetResponseTypeDef = TypedDict(
1733
1557
  "ResponseMetadata": ResponseMetadataTypeDef,
1734
1558
  },
1735
1559
  )
1736
-
1737
1560
  UpdateGeoMatchSetRequestRequestTypeDef = TypedDict(
1738
1561
  "UpdateGeoMatchSetRequestRequestTypeDef",
1739
1562
  {
@@ -1742,7 +1565,6 @@ UpdateGeoMatchSetRequestRequestTypeDef = TypedDict(
1742
1565
  "Updates": Sequence[GeoMatchSetUpdateTypeDef],
1743
1566
  },
1744
1567
  )
1745
-
1746
1568
  SampledHTTPRequestTypeDef = TypedDict(
1747
1569
  "SampledHTTPRequestTypeDef",
1748
1570
  {
@@ -1753,7 +1575,6 @@ SampledHTTPRequestTypeDef = TypedDict(
1753
1575
  "RuleWithinRuleGroup": NotRequired[str],
1754
1576
  },
1755
1577
  )
1756
-
1757
1578
  CreateIPSetResponseTypeDef = TypedDict(
1758
1579
  "CreateIPSetResponseTypeDef",
1759
1580
  {
@@ -1762,7 +1583,6 @@ CreateIPSetResponseTypeDef = TypedDict(
1762
1583
  "ResponseMetadata": ResponseMetadataTypeDef,
1763
1584
  },
1764
1585
  )
1765
-
1766
1586
  GetIPSetResponseTypeDef = TypedDict(
1767
1587
  "GetIPSetResponseTypeDef",
1768
1588
  {
@@ -1770,7 +1590,6 @@ GetIPSetResponseTypeDef = TypedDict(
1770
1590
  "ResponseMetadata": ResponseMetadataTypeDef,
1771
1591
  },
1772
1592
  )
1773
-
1774
1593
  UpdateIPSetRequestRequestTypeDef = TypedDict(
1775
1594
  "UpdateIPSetRequestRequestTypeDef",
1776
1595
  {
@@ -1779,7 +1598,6 @@ UpdateIPSetRequestRequestTypeDef = TypedDict(
1779
1598
  "Updates": Sequence[IPSetUpdateTypeDef],
1780
1599
  },
1781
1600
  )
1782
-
1783
1601
  CreateRateBasedRuleResponseTypeDef = TypedDict(
1784
1602
  "CreateRateBasedRuleResponseTypeDef",
1785
1603
  {
@@ -1788,7 +1606,6 @@ CreateRateBasedRuleResponseTypeDef = TypedDict(
1788
1606
  "ResponseMetadata": ResponseMetadataTypeDef,
1789
1607
  },
1790
1608
  )
1791
-
1792
1609
  GetRateBasedRuleResponseTypeDef = TypedDict(
1793
1610
  "GetRateBasedRuleResponseTypeDef",
1794
1611
  {
@@ -1796,7 +1613,6 @@ GetRateBasedRuleResponseTypeDef = TypedDict(
1796
1613
  "ResponseMetadata": ResponseMetadataTypeDef,
1797
1614
  },
1798
1615
  )
1799
-
1800
1616
  CreateRuleResponseTypeDef = TypedDict(
1801
1617
  "CreateRuleResponseTypeDef",
1802
1618
  {
@@ -1805,7 +1621,6 @@ CreateRuleResponseTypeDef = TypedDict(
1805
1621
  "ResponseMetadata": ResponseMetadataTypeDef,
1806
1622
  },
1807
1623
  )
1808
-
1809
1624
  GetRuleResponseTypeDef = TypedDict(
1810
1625
  "GetRuleResponseTypeDef",
1811
1626
  {
@@ -1813,7 +1628,6 @@ GetRuleResponseTypeDef = TypedDict(
1813
1628
  "ResponseMetadata": ResponseMetadataTypeDef,
1814
1629
  },
1815
1630
  )
1816
-
1817
1631
  UpdateRateBasedRuleRequestRequestTypeDef = TypedDict(
1818
1632
  "UpdateRateBasedRuleRequestRequestTypeDef",
1819
1633
  {
@@ -1823,7 +1637,6 @@ UpdateRateBasedRuleRequestRequestTypeDef = TypedDict(
1823
1637
  "RateLimit": int,
1824
1638
  },
1825
1639
  )
1826
-
1827
1640
  UpdateRuleRequestRequestTypeDef = TypedDict(
1828
1641
  "UpdateRuleRequestRequestTypeDef",
1829
1642
  {
@@ -1832,7 +1645,6 @@ UpdateRuleRequestRequestTypeDef = TypedDict(
1832
1645
  "Updates": Sequence[RuleUpdateTypeDef],
1833
1646
  },
1834
1647
  )
1835
-
1836
1648
  GetSampledRequestsRequestRequestTypeDef = TypedDict(
1837
1649
  "GetSampledRequestsRequestRequestTypeDef",
1838
1650
  {
@@ -1842,7 +1654,6 @@ GetSampledRequestsRequestRequestTypeDef = TypedDict(
1842
1654
  "MaxItems": int,
1843
1655
  },
1844
1656
  )
1845
-
1846
1657
  UpdateRuleGroupRequestRequestTypeDef = TypedDict(
1847
1658
  "UpdateRuleGroupRequestRequestTypeDef",
1848
1659
  {
@@ -1851,7 +1662,6 @@ UpdateRuleGroupRequestRequestTypeDef = TypedDict(
1851
1662
  "ChangeToken": str,
1852
1663
  },
1853
1664
  )
1854
-
1855
1665
  CreateWebACLResponseTypeDef = TypedDict(
1856
1666
  "CreateWebACLResponseTypeDef",
1857
1667
  {
@@ -1860,7 +1670,6 @@ CreateWebACLResponseTypeDef = TypedDict(
1860
1670
  "ResponseMetadata": ResponseMetadataTypeDef,
1861
1671
  },
1862
1672
  )
1863
-
1864
1673
  GetWebACLResponseTypeDef = TypedDict(
1865
1674
  "GetWebACLResponseTypeDef",
1866
1675
  {
@@ -1868,7 +1677,6 @@ GetWebACLResponseTypeDef = TypedDict(
1868
1677
  "ResponseMetadata": ResponseMetadataTypeDef,
1869
1678
  },
1870
1679
  )
1871
-
1872
1680
  UpdateWebACLRequestRequestTypeDef = TypedDict(
1873
1681
  "UpdateWebACLRequestRequestTypeDef",
1874
1682
  {
@@ -1878,7 +1686,6 @@ UpdateWebACLRequestRequestTypeDef = TypedDict(
1878
1686
  "DefaultAction": NotRequired[WafActionTypeDef],
1879
1687
  },
1880
1688
  )
1881
-
1882
1689
  CreateByteMatchSetResponseTypeDef = TypedDict(
1883
1690
  "CreateByteMatchSetResponseTypeDef",
1884
1691
  {
@@ -1887,7 +1694,6 @@ CreateByteMatchSetResponseTypeDef = TypedDict(
1887
1694
  "ResponseMetadata": ResponseMetadataTypeDef,
1888
1695
  },
1889
1696
  )
1890
-
1891
1697
  GetByteMatchSetResponseTypeDef = TypedDict(
1892
1698
  "GetByteMatchSetResponseTypeDef",
1893
1699
  {
@@ -1895,7 +1701,6 @@ GetByteMatchSetResponseTypeDef = TypedDict(
1895
1701
  "ResponseMetadata": ResponseMetadataTypeDef,
1896
1702
  },
1897
1703
  )
1898
-
1899
1704
  UpdateByteMatchSetRequestRequestTypeDef = TypedDict(
1900
1705
  "UpdateByteMatchSetRequestRequestTypeDef",
1901
1706
  {
@@ -1904,7 +1709,6 @@ UpdateByteMatchSetRequestRequestTypeDef = TypedDict(
1904
1709
  "Updates": Sequence[ByteMatchSetUpdateTypeDef],
1905
1710
  },
1906
1711
  )
1907
-
1908
1712
  CreateRegexMatchSetResponseTypeDef = TypedDict(
1909
1713
  "CreateRegexMatchSetResponseTypeDef",
1910
1714
  {
@@ -1913,7 +1717,6 @@ CreateRegexMatchSetResponseTypeDef = TypedDict(
1913
1717
  "ResponseMetadata": ResponseMetadataTypeDef,
1914
1718
  },
1915
1719
  )
1916
-
1917
1720
  GetRegexMatchSetResponseTypeDef = TypedDict(
1918
1721
  "GetRegexMatchSetResponseTypeDef",
1919
1722
  {
@@ -1921,7 +1724,6 @@ GetRegexMatchSetResponseTypeDef = TypedDict(
1921
1724
  "ResponseMetadata": ResponseMetadataTypeDef,
1922
1725
  },
1923
1726
  )
1924
-
1925
1727
  UpdateRegexMatchSetRequestRequestTypeDef = TypedDict(
1926
1728
  "UpdateRegexMatchSetRequestRequestTypeDef",
1927
1729
  {
@@ -1930,7 +1732,6 @@ UpdateRegexMatchSetRequestRequestTypeDef = TypedDict(
1930
1732
  "ChangeToken": str,
1931
1733
  },
1932
1734
  )
1933
-
1934
1735
  CreateSizeConstraintSetResponseTypeDef = TypedDict(
1935
1736
  "CreateSizeConstraintSetResponseTypeDef",
1936
1737
  {
@@ -1939,7 +1740,6 @@ CreateSizeConstraintSetResponseTypeDef = TypedDict(
1939
1740
  "ResponseMetadata": ResponseMetadataTypeDef,
1940
1741
  },
1941
1742
  )
1942
-
1943
1743
  GetSizeConstraintSetResponseTypeDef = TypedDict(
1944
1744
  "GetSizeConstraintSetResponseTypeDef",
1945
1745
  {
@@ -1947,7 +1747,6 @@ GetSizeConstraintSetResponseTypeDef = TypedDict(
1947
1747
  "ResponseMetadata": ResponseMetadataTypeDef,
1948
1748
  },
1949
1749
  )
1950
-
1951
1750
  UpdateSizeConstraintSetRequestRequestTypeDef = TypedDict(
1952
1751
  "UpdateSizeConstraintSetRequestRequestTypeDef",
1953
1752
  {
@@ -1956,7 +1755,6 @@ UpdateSizeConstraintSetRequestRequestTypeDef = TypedDict(
1956
1755
  "Updates": Sequence[SizeConstraintSetUpdateTypeDef],
1957
1756
  },
1958
1757
  )
1959
-
1960
1758
  CreateSqlInjectionMatchSetResponseTypeDef = TypedDict(
1961
1759
  "CreateSqlInjectionMatchSetResponseTypeDef",
1962
1760
  {
@@ -1965,7 +1763,6 @@ CreateSqlInjectionMatchSetResponseTypeDef = TypedDict(
1965
1763
  "ResponseMetadata": ResponseMetadataTypeDef,
1966
1764
  },
1967
1765
  )
1968
-
1969
1766
  GetSqlInjectionMatchSetResponseTypeDef = TypedDict(
1970
1767
  "GetSqlInjectionMatchSetResponseTypeDef",
1971
1768
  {
@@ -1973,7 +1770,6 @@ GetSqlInjectionMatchSetResponseTypeDef = TypedDict(
1973
1770
  "ResponseMetadata": ResponseMetadataTypeDef,
1974
1771
  },
1975
1772
  )
1976
-
1977
1773
  UpdateSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
1978
1774
  "UpdateSqlInjectionMatchSetRequestRequestTypeDef",
1979
1775
  {
@@ -1982,7 +1778,6 @@ UpdateSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
1982
1778
  "Updates": Sequence[SqlInjectionMatchSetUpdateTypeDef],
1983
1779
  },
1984
1780
  )
1985
-
1986
1781
  CreateXssMatchSetResponseTypeDef = TypedDict(
1987
1782
  "CreateXssMatchSetResponseTypeDef",
1988
1783
  {
@@ -1991,7 +1786,6 @@ CreateXssMatchSetResponseTypeDef = TypedDict(
1991
1786
  "ResponseMetadata": ResponseMetadataTypeDef,
1992
1787
  },
1993
1788
  )
1994
-
1995
1789
  GetXssMatchSetResponseTypeDef = TypedDict(
1996
1790
  "GetXssMatchSetResponseTypeDef",
1997
1791
  {
@@ -1999,7 +1793,6 @@ GetXssMatchSetResponseTypeDef = TypedDict(
1999
1793
  "ResponseMetadata": ResponseMetadataTypeDef,
2000
1794
  },
2001
1795
  )
2002
-
2003
1796
  UpdateXssMatchSetRequestRequestTypeDef = TypedDict(
2004
1797
  "UpdateXssMatchSetRequestRequestTypeDef",
2005
1798
  {
@@ -2008,7 +1801,6 @@ UpdateXssMatchSetRequestRequestTypeDef = TypedDict(
2008
1801
  "Updates": Sequence[XssMatchSetUpdateTypeDef],
2009
1802
  },
2010
1803
  )
2011
-
2012
1804
  GetSampledRequestsResponseTypeDef = TypedDict(
2013
1805
  "GetSampledRequestsResponseTypeDef",
2014
1806
  {