@aws-sdk/client-wafv2 3.350.0 → 3.353.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 +13 -13
|
@@ -637,6 +637,70 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
637
637
|
* // ],
|
|
638
638
|
* // },
|
|
639
639
|
* // },
|
|
640
|
+
* // EnableRegexInPath: true || false,
|
|
641
|
+
* // },
|
|
642
|
+
* // AWSManagedRulesACFPRuleSet: { // AWSManagedRulesACFPRuleSet
|
|
643
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
644
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
645
|
+
* // RequestInspection: { // RequestInspectionACFP
|
|
646
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
647
|
+
* // UsernameField: {
|
|
648
|
+
* // Identifier: "STRING_VALUE", // required
|
|
649
|
+
* // },
|
|
650
|
+
* // PasswordField: {
|
|
651
|
+
* // Identifier: "STRING_VALUE", // required
|
|
652
|
+
* // },
|
|
653
|
+
* // EmailField: { // EmailField
|
|
654
|
+
* // Identifier: "STRING_VALUE", // required
|
|
655
|
+
* // },
|
|
656
|
+
* // PhoneNumberFields: [ // PhoneNumberFields
|
|
657
|
+
* // { // PhoneNumberField
|
|
658
|
+
* // Identifier: "STRING_VALUE", // required
|
|
659
|
+
* // },
|
|
660
|
+
* // ],
|
|
661
|
+
* // AddressFields: [ // AddressFields
|
|
662
|
+
* // { // AddressField
|
|
663
|
+
* // Identifier: "STRING_VALUE", // required
|
|
664
|
+
* // },
|
|
665
|
+
* // ],
|
|
666
|
+
* // },
|
|
667
|
+
* // ResponseInspection: {
|
|
668
|
+
* // StatusCode: {
|
|
669
|
+
* // SuccessCodes: [ // required
|
|
670
|
+
* // Number("int"),
|
|
671
|
+
* // ],
|
|
672
|
+
* // FailureCodes: [ // required
|
|
673
|
+
* // Number("int"),
|
|
674
|
+
* // ],
|
|
675
|
+
* // },
|
|
676
|
+
* // Header: {
|
|
677
|
+
* // Name: "STRING_VALUE", // required
|
|
678
|
+
* // SuccessValues: [ // required
|
|
679
|
+
* // "STRING_VALUE",
|
|
680
|
+
* // ],
|
|
681
|
+
* // FailureValues: [ // required
|
|
682
|
+
* // "STRING_VALUE",
|
|
683
|
+
* // ],
|
|
684
|
+
* // },
|
|
685
|
+
* // BodyContains: {
|
|
686
|
+
* // SuccessStrings: [ // required
|
|
687
|
+
* // "STRING_VALUE",
|
|
688
|
+
* // ],
|
|
689
|
+
* // FailureStrings: [ // required
|
|
690
|
+
* // "STRING_VALUE",
|
|
691
|
+
* // ],
|
|
692
|
+
* // },
|
|
693
|
+
* // Json: {
|
|
694
|
+
* // Identifier: "STRING_VALUE", // required
|
|
695
|
+
* // SuccessValues: [ // required
|
|
696
|
+
* // "STRING_VALUE",
|
|
697
|
+
* // ],
|
|
698
|
+
* // FailureValues: [ // required
|
|
699
|
+
* // "STRING_VALUE",
|
|
700
|
+
* // ],
|
|
701
|
+
* // },
|
|
702
|
+
* // },
|
|
703
|
+
* // EnableRegexInPath: true || false,
|
|
640
704
|
* // },
|
|
641
705
|
* // },
|
|
642
706
|
* // ],
|
|
@@ -774,6 +838,66 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
774
838
|
* // ],
|
|
775
839
|
* // },
|
|
776
840
|
* // },
|
|
841
|
+
* // EnableRegexInPath: true || false,
|
|
842
|
+
* // },
|
|
843
|
+
* // AWSManagedRulesACFPRuleSet: {
|
|
844
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
845
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
846
|
+
* // RequestInspection: {
|
|
847
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
848
|
+
* // UsernameField: "<UsernameField>",
|
|
849
|
+
* // PasswordField: "<PasswordField>",
|
|
850
|
+
* // EmailField: {
|
|
851
|
+
* // Identifier: "STRING_VALUE", // required
|
|
852
|
+
* // },
|
|
853
|
+
* // PhoneNumberFields: [
|
|
854
|
+
* // {
|
|
855
|
+
* // Identifier: "STRING_VALUE", // required
|
|
856
|
+
* // },
|
|
857
|
+
* // ],
|
|
858
|
+
* // AddressFields: [
|
|
859
|
+
* // {
|
|
860
|
+
* // Identifier: "STRING_VALUE", // required
|
|
861
|
+
* // },
|
|
862
|
+
* // ],
|
|
863
|
+
* // },
|
|
864
|
+
* // ResponseInspection: {
|
|
865
|
+
* // StatusCode: {
|
|
866
|
+
* // SuccessCodes: [ // required
|
|
867
|
+
* // Number("int"),
|
|
868
|
+
* // ],
|
|
869
|
+
* // FailureCodes: [ // required
|
|
870
|
+
* // Number("int"),
|
|
871
|
+
* // ],
|
|
872
|
+
* // },
|
|
873
|
+
* // Header: {
|
|
874
|
+
* // Name: "STRING_VALUE", // required
|
|
875
|
+
* // SuccessValues: [ // required
|
|
876
|
+
* // "STRING_VALUE",
|
|
877
|
+
* // ],
|
|
878
|
+
* // FailureValues: [ // required
|
|
879
|
+
* // "STRING_VALUE",
|
|
880
|
+
* // ],
|
|
881
|
+
* // },
|
|
882
|
+
* // BodyContains: {
|
|
883
|
+
* // SuccessStrings: [ // required
|
|
884
|
+
* // "STRING_VALUE",
|
|
885
|
+
* // ],
|
|
886
|
+
* // FailureStrings: [ // required
|
|
887
|
+
* // "STRING_VALUE",
|
|
888
|
+
* // ],
|
|
889
|
+
* // },
|
|
890
|
+
* // Json: {
|
|
891
|
+
* // Identifier: "STRING_VALUE", // required
|
|
892
|
+
* // SuccessValues: [ // required
|
|
893
|
+
* // "STRING_VALUE",
|
|
894
|
+
* // ],
|
|
895
|
+
* // FailureValues: [ // required
|
|
896
|
+
* // "STRING_VALUE",
|
|
897
|
+
* // ],
|
|
898
|
+
* // },
|
|
899
|
+
* // },
|
|
900
|
+
* // EnableRegexInPath: true || false,
|
|
777
901
|
* // },
|
|
778
902
|
* // },
|
|
779
903
|
* // ],
|
|
@@ -906,6 +1030,31 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
906
1030
|
* // ],
|
|
907
1031
|
* // },
|
|
908
1032
|
* // },
|
|
1033
|
+
* // EnableRegexInPath: true || false,
|
|
1034
|
+
* // },
|
|
1035
|
+
* // AWSManagedRulesACFPRuleSet: {
|
|
1036
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
1037
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
1038
|
+
* // RequestInspection: {
|
|
1039
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
1040
|
+
* // UsernameField: "<UsernameField>",
|
|
1041
|
+
* // PasswordField: "<PasswordField>",
|
|
1042
|
+
* // EmailField: {
|
|
1043
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1044
|
+
* // },
|
|
1045
|
+
* // PhoneNumberFields: [
|
|
1046
|
+
* // {
|
|
1047
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1048
|
+
* // },
|
|
1049
|
+
* // ],
|
|
1050
|
+
* // AddressFields: [
|
|
1051
|
+
* // {
|
|
1052
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1053
|
+
* // },
|
|
1054
|
+
* // ],
|
|
1055
|
+
* // },
|
|
1056
|
+
* // ResponseInspection: "<ResponseInspection>",
|
|
1057
|
+
* // EnableRegexInPath: true || false,
|
|
909
1058
|
* // },
|
|
910
1059
|
* // },
|
|
911
1060
|
* // ],
|
|
@@ -960,42 +1109,32 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
960
1109
|
* // UsernameField: "<UsernameField>", // required
|
|
961
1110
|
* // PasswordField: "<PasswordField>", // required
|
|
962
1111
|
* // },
|
|
963
|
-
* // ResponseInspection:
|
|
964
|
-
* //
|
|
965
|
-
* //
|
|
966
|
-
* //
|
|
967
|
-
* //
|
|
968
|
-
* //
|
|
969
|
-
* //
|
|
970
|
-
* //
|
|
971
|
-
* //
|
|
972
|
-
* //
|
|
973
|
-
* //
|
|
974
|
-
* // SuccessValues: [ // required
|
|
975
|
-
* // "STRING_VALUE",
|
|
976
|
-
* // ],
|
|
977
|
-
* // FailureValues: [ // required
|
|
978
|
-
* // "STRING_VALUE",
|
|
979
|
-
* // ],
|
|
980
|
-
* // },
|
|
981
|
-
* // BodyContains: {
|
|
982
|
-
* // SuccessStrings: [ // required
|
|
983
|
-
* // "STRING_VALUE",
|
|
984
|
-
* // ],
|
|
985
|
-
* // FailureStrings: [ // required
|
|
986
|
-
* // "STRING_VALUE",
|
|
987
|
-
* // ],
|
|
988
|
-
* // },
|
|
989
|
-
* // Json: {
|
|
1112
|
+
* // ResponseInspection: "<ResponseInspection>",
|
|
1113
|
+
* // EnableRegexInPath: true || false,
|
|
1114
|
+
* // },
|
|
1115
|
+
* // AWSManagedRulesACFPRuleSet: {
|
|
1116
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
1117
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
1118
|
+
* // RequestInspection: {
|
|
1119
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
1120
|
+
* // UsernameField: "<UsernameField>",
|
|
1121
|
+
* // PasswordField: "<PasswordField>",
|
|
1122
|
+
* // EmailField: {
|
|
990
1123
|
* // Identifier: "STRING_VALUE", // required
|
|
991
|
-
* // SuccessValues: [ // required
|
|
992
|
-
* // "STRING_VALUE",
|
|
993
|
-
* // ],
|
|
994
|
-
* // FailureValues: [ // required
|
|
995
|
-
* // "STRING_VALUE",
|
|
996
|
-
* // ],
|
|
997
1124
|
* // },
|
|
1125
|
+
* // PhoneNumberFields: [
|
|
1126
|
+
* // {
|
|
1127
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1128
|
+
* // },
|
|
1129
|
+
* // ],
|
|
1130
|
+
* // AddressFields: [
|
|
1131
|
+
* // {
|
|
1132
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1133
|
+
* // },
|
|
1134
|
+
* // ],
|
|
998
1135
|
* // },
|
|
1136
|
+
* // ResponseInspection: "<ResponseInspection>",
|
|
1137
|
+
* // EnableRegexInPath: true || false,
|
|
999
1138
|
* // },
|
|
1000
1139
|
* // },
|
|
1001
1140
|
* // ],
|
|
@@ -635,6 +635,70 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
635
635
|
* // ],
|
|
636
636
|
* // },
|
|
637
637
|
* // },
|
|
638
|
+
* // EnableRegexInPath: true || false,
|
|
639
|
+
* // },
|
|
640
|
+
* // AWSManagedRulesACFPRuleSet: { // AWSManagedRulesACFPRuleSet
|
|
641
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
642
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
643
|
+
* // RequestInspection: { // RequestInspectionACFP
|
|
644
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
645
|
+
* // UsernameField: {
|
|
646
|
+
* // Identifier: "STRING_VALUE", // required
|
|
647
|
+
* // },
|
|
648
|
+
* // PasswordField: {
|
|
649
|
+
* // Identifier: "STRING_VALUE", // required
|
|
650
|
+
* // },
|
|
651
|
+
* // EmailField: { // EmailField
|
|
652
|
+
* // Identifier: "STRING_VALUE", // required
|
|
653
|
+
* // },
|
|
654
|
+
* // PhoneNumberFields: [ // PhoneNumberFields
|
|
655
|
+
* // { // PhoneNumberField
|
|
656
|
+
* // Identifier: "STRING_VALUE", // required
|
|
657
|
+
* // },
|
|
658
|
+
* // ],
|
|
659
|
+
* // AddressFields: [ // AddressFields
|
|
660
|
+
* // { // AddressField
|
|
661
|
+
* // Identifier: "STRING_VALUE", // required
|
|
662
|
+
* // },
|
|
663
|
+
* // ],
|
|
664
|
+
* // },
|
|
665
|
+
* // ResponseInspection: {
|
|
666
|
+
* // StatusCode: {
|
|
667
|
+
* // SuccessCodes: [ // required
|
|
668
|
+
* // Number("int"),
|
|
669
|
+
* // ],
|
|
670
|
+
* // FailureCodes: [ // required
|
|
671
|
+
* // Number("int"),
|
|
672
|
+
* // ],
|
|
673
|
+
* // },
|
|
674
|
+
* // Header: {
|
|
675
|
+
* // Name: "STRING_VALUE", // required
|
|
676
|
+
* // SuccessValues: [ // required
|
|
677
|
+
* // "STRING_VALUE",
|
|
678
|
+
* // ],
|
|
679
|
+
* // FailureValues: [ // required
|
|
680
|
+
* // "STRING_VALUE",
|
|
681
|
+
* // ],
|
|
682
|
+
* // },
|
|
683
|
+
* // BodyContains: {
|
|
684
|
+
* // SuccessStrings: [ // required
|
|
685
|
+
* // "STRING_VALUE",
|
|
686
|
+
* // ],
|
|
687
|
+
* // FailureStrings: [ // required
|
|
688
|
+
* // "STRING_VALUE",
|
|
689
|
+
* // ],
|
|
690
|
+
* // },
|
|
691
|
+
* // Json: {
|
|
692
|
+
* // Identifier: "STRING_VALUE", // required
|
|
693
|
+
* // SuccessValues: [ // required
|
|
694
|
+
* // "STRING_VALUE",
|
|
695
|
+
* // ],
|
|
696
|
+
* // FailureValues: [ // required
|
|
697
|
+
* // "STRING_VALUE",
|
|
698
|
+
* // ],
|
|
699
|
+
* // },
|
|
700
|
+
* // },
|
|
701
|
+
* // EnableRegexInPath: true || false,
|
|
638
702
|
* // },
|
|
639
703
|
* // },
|
|
640
704
|
* // ],
|
|
@@ -772,6 +836,66 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
772
836
|
* // ],
|
|
773
837
|
* // },
|
|
774
838
|
* // },
|
|
839
|
+
* // EnableRegexInPath: true || false,
|
|
840
|
+
* // },
|
|
841
|
+
* // AWSManagedRulesACFPRuleSet: {
|
|
842
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
843
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
844
|
+
* // RequestInspection: {
|
|
845
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
846
|
+
* // UsernameField: "<UsernameField>",
|
|
847
|
+
* // PasswordField: "<PasswordField>",
|
|
848
|
+
* // EmailField: {
|
|
849
|
+
* // Identifier: "STRING_VALUE", // required
|
|
850
|
+
* // },
|
|
851
|
+
* // PhoneNumberFields: [
|
|
852
|
+
* // {
|
|
853
|
+
* // Identifier: "STRING_VALUE", // required
|
|
854
|
+
* // },
|
|
855
|
+
* // ],
|
|
856
|
+
* // AddressFields: [
|
|
857
|
+
* // {
|
|
858
|
+
* // Identifier: "STRING_VALUE", // required
|
|
859
|
+
* // },
|
|
860
|
+
* // ],
|
|
861
|
+
* // },
|
|
862
|
+
* // ResponseInspection: {
|
|
863
|
+
* // StatusCode: {
|
|
864
|
+
* // SuccessCodes: [ // required
|
|
865
|
+
* // Number("int"),
|
|
866
|
+
* // ],
|
|
867
|
+
* // FailureCodes: [ // required
|
|
868
|
+
* // Number("int"),
|
|
869
|
+
* // ],
|
|
870
|
+
* // },
|
|
871
|
+
* // Header: {
|
|
872
|
+
* // Name: "STRING_VALUE", // required
|
|
873
|
+
* // SuccessValues: [ // required
|
|
874
|
+
* // "STRING_VALUE",
|
|
875
|
+
* // ],
|
|
876
|
+
* // FailureValues: [ // required
|
|
877
|
+
* // "STRING_VALUE",
|
|
878
|
+
* // ],
|
|
879
|
+
* // },
|
|
880
|
+
* // BodyContains: {
|
|
881
|
+
* // SuccessStrings: [ // required
|
|
882
|
+
* // "STRING_VALUE",
|
|
883
|
+
* // ],
|
|
884
|
+
* // FailureStrings: [ // required
|
|
885
|
+
* // "STRING_VALUE",
|
|
886
|
+
* // ],
|
|
887
|
+
* // },
|
|
888
|
+
* // Json: {
|
|
889
|
+
* // Identifier: "STRING_VALUE", // required
|
|
890
|
+
* // SuccessValues: [ // required
|
|
891
|
+
* // "STRING_VALUE",
|
|
892
|
+
* // ],
|
|
893
|
+
* // FailureValues: [ // required
|
|
894
|
+
* // "STRING_VALUE",
|
|
895
|
+
* // ],
|
|
896
|
+
* // },
|
|
897
|
+
* // },
|
|
898
|
+
* // EnableRegexInPath: true || false,
|
|
775
899
|
* // },
|
|
776
900
|
* // },
|
|
777
901
|
* // ],
|
|
@@ -904,6 +1028,31 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
904
1028
|
* // ],
|
|
905
1029
|
* // },
|
|
906
1030
|
* // },
|
|
1031
|
+
* // EnableRegexInPath: true || false,
|
|
1032
|
+
* // },
|
|
1033
|
+
* // AWSManagedRulesACFPRuleSet: {
|
|
1034
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
1035
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
1036
|
+
* // RequestInspection: {
|
|
1037
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
1038
|
+
* // UsernameField: "<UsernameField>",
|
|
1039
|
+
* // PasswordField: "<PasswordField>",
|
|
1040
|
+
* // EmailField: {
|
|
1041
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1042
|
+
* // },
|
|
1043
|
+
* // PhoneNumberFields: [
|
|
1044
|
+
* // {
|
|
1045
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1046
|
+
* // },
|
|
1047
|
+
* // ],
|
|
1048
|
+
* // AddressFields: [
|
|
1049
|
+
* // {
|
|
1050
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1051
|
+
* // },
|
|
1052
|
+
* // ],
|
|
1053
|
+
* // },
|
|
1054
|
+
* // ResponseInspection: "<ResponseInspection>",
|
|
1055
|
+
* // EnableRegexInPath: true || false,
|
|
907
1056
|
* // },
|
|
908
1057
|
* // },
|
|
909
1058
|
* // ],
|
|
@@ -958,42 +1107,32 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
958
1107
|
* // UsernameField: "<UsernameField>", // required
|
|
959
1108
|
* // PasswordField: "<PasswordField>", // required
|
|
960
1109
|
* // },
|
|
961
|
-
* // ResponseInspection:
|
|
962
|
-
* //
|
|
963
|
-
* //
|
|
964
|
-
* //
|
|
965
|
-
* //
|
|
966
|
-
* //
|
|
967
|
-
* //
|
|
968
|
-
* //
|
|
969
|
-
* //
|
|
970
|
-
* //
|
|
971
|
-
* //
|
|
972
|
-
* // SuccessValues: [ // required
|
|
973
|
-
* // "STRING_VALUE",
|
|
974
|
-
* // ],
|
|
975
|
-
* // FailureValues: [ // required
|
|
976
|
-
* // "STRING_VALUE",
|
|
977
|
-
* // ],
|
|
978
|
-
* // },
|
|
979
|
-
* // BodyContains: {
|
|
980
|
-
* // SuccessStrings: [ // required
|
|
981
|
-
* // "STRING_VALUE",
|
|
982
|
-
* // ],
|
|
983
|
-
* // FailureStrings: [ // required
|
|
984
|
-
* // "STRING_VALUE",
|
|
985
|
-
* // ],
|
|
986
|
-
* // },
|
|
987
|
-
* // Json: {
|
|
1110
|
+
* // ResponseInspection: "<ResponseInspection>",
|
|
1111
|
+
* // EnableRegexInPath: true || false,
|
|
1112
|
+
* // },
|
|
1113
|
+
* // AWSManagedRulesACFPRuleSet: {
|
|
1114
|
+
* // CreationPath: "STRING_VALUE", // required
|
|
1115
|
+
* // RegistrationPagePath: "STRING_VALUE", // required
|
|
1116
|
+
* // RequestInspection: {
|
|
1117
|
+
* // PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
1118
|
+
* // UsernameField: "<UsernameField>",
|
|
1119
|
+
* // PasswordField: "<PasswordField>",
|
|
1120
|
+
* // EmailField: {
|
|
988
1121
|
* // Identifier: "STRING_VALUE", // required
|
|
989
|
-
* // SuccessValues: [ // required
|
|
990
|
-
* // "STRING_VALUE",
|
|
991
|
-
* // ],
|
|
992
|
-
* // FailureValues: [ // required
|
|
993
|
-
* // "STRING_VALUE",
|
|
994
|
-
* // ],
|
|
995
1122
|
* // },
|
|
1123
|
+
* // PhoneNumberFields: [
|
|
1124
|
+
* // {
|
|
1125
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1126
|
+
* // },
|
|
1127
|
+
* // ],
|
|
1128
|
+
* // AddressFields: [
|
|
1129
|
+
* // {
|
|
1130
|
+
* // Identifier: "STRING_VALUE", // required
|
|
1131
|
+
* // },
|
|
1132
|
+
* // ],
|
|
996
1133
|
* // },
|
|
1134
|
+
* // ResponseInspection: "<ResponseInspection>",
|
|
1135
|
+
* // EnableRegexInPath: true || false,
|
|
997
1136
|
* // },
|
|
998
1137
|
* // },
|
|
999
1138
|
* // ],
|
|
@@ -643,6 +643,70 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
643
643
|
* ],
|
|
644
644
|
* },
|
|
645
645
|
* },
|
|
646
|
+
* EnableRegexInPath: true || false,
|
|
647
|
+
* },
|
|
648
|
+
* AWSManagedRulesACFPRuleSet: { // AWSManagedRulesACFPRuleSet
|
|
649
|
+
* CreationPath: "STRING_VALUE", // required
|
|
650
|
+
* RegistrationPagePath: "STRING_VALUE", // required
|
|
651
|
+
* RequestInspection: { // RequestInspectionACFP
|
|
652
|
+
* PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
653
|
+
* UsernameField: {
|
|
654
|
+
* Identifier: "STRING_VALUE", // required
|
|
655
|
+
* },
|
|
656
|
+
* PasswordField: {
|
|
657
|
+
* Identifier: "STRING_VALUE", // required
|
|
658
|
+
* },
|
|
659
|
+
* EmailField: { // EmailField
|
|
660
|
+
* Identifier: "STRING_VALUE", // required
|
|
661
|
+
* },
|
|
662
|
+
* PhoneNumberFields: [ // PhoneNumberFields
|
|
663
|
+
* { // PhoneNumberField
|
|
664
|
+
* Identifier: "STRING_VALUE", // required
|
|
665
|
+
* },
|
|
666
|
+
* ],
|
|
667
|
+
* AddressFields: [ // AddressFields
|
|
668
|
+
* { // AddressField
|
|
669
|
+
* Identifier: "STRING_VALUE", // required
|
|
670
|
+
* },
|
|
671
|
+
* ],
|
|
672
|
+
* },
|
|
673
|
+
* ResponseInspection: {
|
|
674
|
+
* StatusCode: {
|
|
675
|
+
* SuccessCodes: [ // required
|
|
676
|
+
* Number("int"),
|
|
677
|
+
* ],
|
|
678
|
+
* FailureCodes: [ // required
|
|
679
|
+
* Number("int"),
|
|
680
|
+
* ],
|
|
681
|
+
* },
|
|
682
|
+
* Header: {
|
|
683
|
+
* Name: "STRING_VALUE", // required
|
|
684
|
+
* SuccessValues: [ // required
|
|
685
|
+
* "STRING_VALUE",
|
|
686
|
+
* ],
|
|
687
|
+
* FailureValues: [ // required
|
|
688
|
+
* "STRING_VALUE",
|
|
689
|
+
* ],
|
|
690
|
+
* },
|
|
691
|
+
* BodyContains: {
|
|
692
|
+
* SuccessStrings: [ // required
|
|
693
|
+
* "STRING_VALUE",
|
|
694
|
+
* ],
|
|
695
|
+
* FailureStrings: [ // required
|
|
696
|
+
* "STRING_VALUE",
|
|
697
|
+
* ],
|
|
698
|
+
* },
|
|
699
|
+
* Json: {
|
|
700
|
+
* Identifier: "STRING_VALUE", // required
|
|
701
|
+
* SuccessValues: [ // required
|
|
702
|
+
* "STRING_VALUE",
|
|
703
|
+
* ],
|
|
704
|
+
* FailureValues: [ // required
|
|
705
|
+
* "STRING_VALUE",
|
|
706
|
+
* ],
|
|
707
|
+
* },
|
|
708
|
+
* },
|
|
709
|
+
* EnableRegexInPath: true || false,
|
|
646
710
|
* },
|
|
647
711
|
* },
|
|
648
712
|
* ],
|
|
@@ -788,6 +852,66 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
788
852
|
* ],
|
|
789
853
|
* },
|
|
790
854
|
* },
|
|
855
|
+
* EnableRegexInPath: true || false,
|
|
856
|
+
* },
|
|
857
|
+
* AWSManagedRulesACFPRuleSet: {
|
|
858
|
+
* CreationPath: "STRING_VALUE", // required
|
|
859
|
+
* RegistrationPagePath: "STRING_VALUE", // required
|
|
860
|
+
* RequestInspection: {
|
|
861
|
+
* PayloadType: "JSON" || "FORM_ENCODED", // required
|
|
862
|
+
* UsernameField: "<UsernameField>",
|
|
863
|
+
* PasswordField: "<PasswordField>",
|
|
864
|
+
* EmailField: {
|
|
865
|
+
* Identifier: "STRING_VALUE", // required
|
|
866
|
+
* },
|
|
867
|
+
* PhoneNumberFields: [
|
|
868
|
+
* {
|
|
869
|
+
* Identifier: "STRING_VALUE", // required
|
|
870
|
+
* },
|
|
871
|
+
* ],
|
|
872
|
+
* AddressFields: [
|
|
873
|
+
* {
|
|
874
|
+
* Identifier: "STRING_VALUE", // required
|
|
875
|
+
* },
|
|
876
|
+
* ],
|
|
877
|
+
* },
|
|
878
|
+
* ResponseInspection: {
|
|
879
|
+
* StatusCode: {
|
|
880
|
+
* SuccessCodes: [ // required
|
|
881
|
+
* Number("int"),
|
|
882
|
+
* ],
|
|
883
|
+
* FailureCodes: [ // required
|
|
884
|
+
* Number("int"),
|
|
885
|
+
* ],
|
|
886
|
+
* },
|
|
887
|
+
* Header: {
|
|
888
|
+
* Name: "STRING_VALUE", // required
|
|
889
|
+
* SuccessValues: [ // required
|
|
890
|
+
* "STRING_VALUE",
|
|
891
|
+
* ],
|
|
892
|
+
* FailureValues: [ // required
|
|
893
|
+
* "STRING_VALUE",
|
|
894
|
+
* ],
|
|
895
|
+
* },
|
|
896
|
+
* BodyContains: {
|
|
897
|
+
* SuccessStrings: [ // required
|
|
898
|
+
* "STRING_VALUE",
|
|
899
|
+
* ],
|
|
900
|
+
* FailureStrings: [ // required
|
|
901
|
+
* "STRING_VALUE",
|
|
902
|
+
* ],
|
|
903
|
+
* },
|
|
904
|
+
* Json: {
|
|
905
|
+
* Identifier: "STRING_VALUE", // required
|
|
906
|
+
* SuccessValues: [ // required
|
|
907
|
+
* "STRING_VALUE",
|
|
908
|
+
* ],
|
|
909
|
+
* FailureValues: [ // required
|
|
910
|
+
* "STRING_VALUE",
|
|
911
|
+
* ],
|
|
912
|
+
* },
|
|
913
|
+
* },
|
|
914
|
+
* EnableRegexInPath: true || false,
|
|
791
915
|
* },
|
|
792
916
|
* },
|
|
793
917
|
* ],
|