Skip to content

Commit 03c66f0

Browse files
author
AWS
committed
AWS WAF Regional Update: Remove incorrect endpoint tests
1 parent 102aad6 commit 03c66f0

File tree

4 files changed

+16
-64
lines changed

4 files changed

+16
-64
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS WAF Regional",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/waf/src/main/resources/codegen-resources/wafregional/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -754,17 +754,6 @@
754754
"UseDualStack": true
755755
}
756756
},
757-
{
758-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
759-
"expect": {
760-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
761-
},
762-
"params": {
763-
"Region": "us-iso-east-1",
764-
"UseFIPS": true,
765-
"UseDualStack": true
766-
}
767-
},
768757
{
769758
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
770759
"expect": {
@@ -778,17 +767,6 @@
778767
"UseDualStack": false
779768
}
780769
},
781-
{
782-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
783-
"expect": {
784-
"error": "DualStack is enabled but this partition does not support DualStack"
785-
},
786-
"params": {
787-
"Region": "us-iso-east-1",
788-
"UseFIPS": false,
789-
"UseDualStack": true
790-
}
791-
},
792770
{
793771
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
794772
"expect": {
@@ -802,17 +780,6 @@
802780
"UseDualStack": false
803781
}
804782
},
805-
{
806-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
807-
"expect": {
808-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
809-
},
810-
"params": {
811-
"Region": "us-isob-east-1",
812-
"UseFIPS": true,
813-
"UseDualStack": true
814-
}
815-
},
816783
{
817784
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
818785
"expect": {
@@ -826,17 +793,6 @@
826793
"UseDualStack": false
827794
}
828795
},
829-
{
830-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
831-
"expect": {
832-
"error": "DualStack is enabled but this partition does not support DualStack"
833-
},
834-
"params": {
835-
"Region": "us-isob-east-1",
836-
"UseFIPS": false,
837-
"UseDualStack": true
838-
}
839-
},
840796
{
841797
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
842798
"expect": {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"pagination": {
3-
}
2+
"pagination": {}
43
}

services/waf/src/main/resources/codegen-resources/wafregional/service-2.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,8 +1440,7 @@
14401440
},
14411441
"AssociateWebACLResponse":{
14421442
"type":"structure",
1443-
"members":{
1444-
}
1443+
"members":{}
14451444
},
14461445
"ByteMatchSet":{
14471446
"type":"structure",
@@ -2113,8 +2112,7 @@
21132112
},
21142113
"DeleteLoggingConfigurationResponse":{
21152114
"type":"structure",
2116-
"members":{
2117-
}
2115+
"members":{}
21182116
},
21192117
"DeletePermissionPolicyRequest":{
21202118
"type":"structure",
@@ -2128,8 +2126,7 @@
21282126
},
21292127
"DeletePermissionPolicyResponse":{
21302128
"type":"structure",
2131-
"members":{
2132-
}
2129+
"members":{}
21332130
},
21342131
"DeleteRateBasedRuleRequest":{
21352132
"type":"structure",
@@ -2381,8 +2378,7 @@
23812378
},
23822379
"DisassociateWebACLResponse":{
23832380
"type":"structure",
2384-
"members":{
2385-
}
2381+
"members":{}
23862382
},
23872383
"ErrorReason":{"type":"string"},
23882384
"ExcludedRule":{
@@ -2783,8 +2779,7 @@
27832779
},
27842780
"GetChangeTokenRequest":{
27852781
"type":"structure",
2786-
"members":{
2787-
}
2782+
"members":{}
27882783
},
27892784
"GetChangeTokenResponse":{
27902785
"type":"structure",
@@ -3983,8 +3978,7 @@
39833978
},
39843979
"PutPermissionPolicyResponse":{
39853980
"type":"structure",
3986-
"members":{
3987-
}
3981+
"members":{}
39883982
},
39893983
"RateBasedRule":{
39903984
"type":"structure",
@@ -4702,8 +4696,7 @@
47024696
},
47034697
"TagResourceResponse":{
47044698
"type":"structure",
4705-
"members":{
4706-
}
4699+
"members":{}
47074700
},
47084701
"TagValue":{
47094702
"type":"string",
@@ -4761,8 +4754,7 @@
47614754
},
47624755
"UntagResourceResponse":{
47634756
"type":"structure",
4764-
"members":{
4765-
}
4757+
"members":{}
47664758
},
47674759
"UpdateByteMatchSetRequest":{
47684760
"type":"structure",
@@ -5185,8 +5177,7 @@
51855177
},
51865178
"WAFInvalidAccountException":{
51875179
"type":"structure",
5188-
"members":{
5189-
},
5180+
"members":{},
51905181
"documentation":"<p>The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.</p>",
51915182
"exception":true
51925183
},

0 commit comments

Comments
 (0)