@aws-sdk/client-wafv2 3.350.0 → 3.352.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CheckCapacityCommand.d.ts +124 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +124 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +124 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +124 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +172 -33
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +172 -33
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +124 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +124 -0
- package/dist-types/models/models_0.d.ts +394 -87
- package/dist-types/ts3.4/models/models_0.d.ts +30 -3
- package/package.json +5 -5
|
@@ -648,6 +648,70 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
648
648
|
* ],
|
|
649
649
|
* },
|
|
650
650
|
* },
|
|
651
|
+
* EnableRegexInPath: true || false,
|
|
652
|
+
* },
|
|
653
|
+
* AWSManagedRulesACFPRuleSet: { // AWSManagedRulesACFPRuleSet
|
|
654
|
+
* CreationPath: "STRING_VALUE", // required
|
|
655
|
+
* RegistrationPagePath: "STRING_VALUE", // required
|
|
656
|
+
* RequestInspection: { // RequestInspectionACFP
|
|
657
|
+
* PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
658
|
+
* UsernameField: {
|
|
659
|
+
* Identifier: "STRING_VALUE", // required
|
|
660
|
+
* },
|
|
661
|
+
* PasswordField: {
|
|
662
|
+
* Identifier: "STRING_VALUE", // required
|
|
663
|
+
* },
|
|
664
|
+
* EmailField: { // EmailField
|
|
665
|
+
* Identifier: "STRING_VALUE", // required
|
|
666
|
+
* },
|
|
667
|
+
* PhoneNumberFields: [ // PhoneNumberFields
|
|
668
|
+
* { // PhoneNumberField
|
|
669
|
+
* Identifier: "STRING_VALUE", // required
|
|
670
|
+
* },
|
|
671
|
+
* ],
|
|
672
|
+
* AddressFields: [ // AddressFields
|
|
673
|
+
* { // AddressField
|
|
674
|
+
* Identifier: "STRING_VALUE", // required
|
|
675
|
+
* },
|
|
676
|
+
* ],
|
|
677
|
+
* },
|
|
678
|
+
* ResponseInspection: {
|
|
679
|
+
* StatusCode: {
|
|
680
|
+
* SuccessCodes: [ // required
|
|
681
|
+
* Number("int"),
|
|
682
|
+
* ],
|
|
683
|
+
* FailureCodes: [ // required
|
|
684
|
+
* Number("int"),
|
|
685
|
+
* ],
|
|
686
|
+
* },
|
|
687
|
+
* Header: {
|
|
688
|
+
* Name: "STRING_VALUE", // required
|
|
689
|
+
* SuccessValues: [ // required
|
|
690
|
+
* "STRING_VALUE",
|
|
691
|
+
* ],
|
|
692
|
+
* FailureValues: [ // required
|
|
693
|
+
* "STRING_VALUE",
|
|
694
|
+
* ],
|
|
695
|
+
* },
|
|
696
|
+
* BodyContains: {
|
|
697
|
+
* SuccessStrings: [ // required
|
|
698
|
+
* "STRING_VALUE",
|
|
699
|
+
* ],
|
|
700
|
+
* FailureStrings: [ // required
|
|
701
|
+
* "STRING_VALUE",
|
|
702
|
+
* ],
|
|
703
|
+
* },
|
|
704
|
+
* Json: {
|
|
705
|
+
* Identifier: "STRING_VALUE", // required
|
|
706
|
+
* SuccessValues: [ // required
|
|
707
|
+
* "STRING_VALUE",
|
|
708
|
+
* ],
|
|
709
|
+
* FailureValues: [ // required
|
|
710
|
+
* "STRING_VALUE",
|
|
711
|
+
* ],
|
|
712
|
+
* },
|
|
713
|
+
* },
|
|
714
|
+
* EnableRegexInPath: true || false,
|
|
651
715
|
* },
|
|
652
716
|
* },
|
|
653
717
|
* ],
|
|
@@ -785,6 +849,66 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
785
849
|
* ],
|
|
786
850
|
* },
|
|
787
851
|
* },
|
|
852
|
+
* EnableRegexInPath: true || false,
|
|
853
|
+
* },
|
|
854
|
+
* AWSManagedRulesACFPRuleSet: {
|
|
855
|
+
* CreationPath: "STRING_VALUE", // required
|
|
856
|
+
* RegistrationPagePath: "STRING_VALUE", // required
|
|
857
|
+
* RequestInspection: {
|
|
858
|
+
* PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
859
|
+
* UsernameField: "<UsernameField>",
|
|
860
|
+
* PasswordField: "<PasswordField>",
|
|
861
|
+
* EmailField: {
|
|
862
|
+
* Identifier: "STRING_VALUE", // required
|
|
863
|
+
* },
|
|
864
|
+
* PhoneNumberFields: [
|
|
865
|
+
* {
|
|
866
|
+
* Identifier: "STRING_VALUE", // required
|
|
867
|
+
* },
|
|
868
|
+
* ],
|
|
869
|
+
* AddressFields: [
|
|
870
|
+
* {
|
|
871
|
+
* Identifier: "STRING_VALUE", // required
|
|
872
|
+
* },
|
|
873
|
+
* ],
|
|
874
|
+
* },
|
|
875
|
+
* ResponseInspection: {
|
|
876
|
+
* StatusCode: {
|
|
877
|
+
* SuccessCodes: [ // required
|
|
878
|
+
* Number("int"),
|
|
879
|
+
* ],
|
|
880
|
+
* FailureCodes: [ // required
|
|
881
|
+
* Number("int"),
|
|
882
|
+
* ],
|
|
883
|
+
* },
|
|
884
|
+
* Header: {
|
|
885
|
+
* Name: "STRING_VALUE", // required
|
|
886
|
+
* SuccessValues: [ // required
|
|
887
|
+
* "STRING_VALUE",
|
|
888
|
+
* ],
|
|
889
|
+
* FailureValues: [ // required
|
|
890
|
+
* "STRING_VALUE",
|
|
891
|
+
* ],
|
|
892
|
+
* },
|
|
893
|
+
* BodyContains: {
|
|
894
|
+
* SuccessStrings: [ // required
|
|
895
|
+
* "STRING_VALUE",
|
|
896
|
+
* ],
|
|
897
|
+
* FailureStrings: [ // required
|
|
898
|
+
* "STRING_VALUE",
|
|
899
|
+
* ],
|
|
900
|
+
* },
|
|
901
|
+
* Json: {
|
|
902
|
+
* Identifier: "STRING_VALUE", // required
|
|
903
|
+
* SuccessValues: [ // required
|
|
904
|
+
* "STRING_VALUE",
|
|
905
|
+
* ],
|
|
906
|
+
* FailureValues: [ // required
|
|
907
|
+
* "STRING_VALUE",
|
|
908
|
+
* ],
|
|
909
|
+
* },
|
|
910
|
+
* },
|
|
911
|
+
* EnableRegexInPath: true || false,
|
|
788
912
|
* },
|
|
789
913
|
* },
|
|
790
914
|
* ],
|