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