Skip to content

Commit e7e9ec0

Browse files
author
AWS
committed
AWS WAF Update: Remove incorrect endpoint tests
1 parent ca48fe0 commit e7e9ec0

File tree

4 files changed

+14
-60
lines changed

4 files changed

+14
-60
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",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,6 @@
218218
"UseDualStack": false
219219
}
220220
},
221-
{
222-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
223-
"expect": {
224-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
225-
},
226-
"params": {
227-
"Region": "us-iso-east-1",
228-
"UseFIPS": true,
229-
"UseDualStack": true
230-
}
231-
},
232221
{
233222
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
234223
"expect": {
@@ -242,17 +231,6 @@
242231
"UseDualStack": false
243232
}
244233
},
245-
{
246-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
247-
"expect": {
248-
"error": "DualStack is enabled but this partition does not support DualStack"
249-
},
250-
"params": {
251-
"Region": "us-iso-east-1",
252-
"UseFIPS": false,
253-
"UseDualStack": true
254-
}
255-
},
256234
{
257235
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
258236
"expect": {
@@ -266,17 +244,6 @@
266244
"UseDualStack": false
267245
}
268246
},
269-
{
270-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
271-
"expect": {
272-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
273-
},
274-
"params": {
275-
"Region": "us-isob-east-1",
276-
"UseFIPS": true,
277-
"UseDualStack": true
278-
}
279-
},
280247
{
281248
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
282249
"expect": {
@@ -290,17 +257,6 @@
290257
"UseDualStack": false
291258
}
292259
},
293-
{
294-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
295-
"expect": {
296-
"error": "DualStack is enabled but this partition does not support DualStack"
297-
},
298-
"params": {
299-
"Region": "us-isob-east-1",
300-
"UseFIPS": false,
301-
"UseDualStack": true
302-
}
303-
},
304260
{
305261
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
306262
"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/waf/service-2.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,8 +2025,7 @@
20252025
},
20262026
"DeleteLoggingConfigurationResponse":{
20272027
"type":"structure",
2028-
"members":{
2029-
}
2028+
"members":{}
20302029
},
20312030
"DeletePermissionPolicyRequest":{
20322031
"type":"structure",
@@ -2040,8 +2039,7 @@
20402039
},
20412040
"DeletePermissionPolicyResponse":{
20422041
"type":"structure",
2043-
"members":{
2044-
}
2042+
"members":{}
20452043
},
20462044
"DeleteRateBasedRuleRequest":{
20472045
"type":"structure",
@@ -2680,8 +2678,7 @@
26802678
},
26812679
"GetChangeTokenRequest":{
26822680
"type":"structure",
2683-
"members":{
2684-
}
2681+
"members":{}
26852682
},
26862683
"GetChangeTokenResponse":{
26872684
"type":"structure",
@@ -3838,8 +3835,7 @@
38383835
},
38393836
"PutPermissionPolicyResponse":{
38403837
"type":"structure",
3841-
"members":{
3842-
}
3838+
"members":{}
38433839
},
38443840
"RateBasedRule":{
38453841
"type":"structure",
@@ -4546,8 +4542,7 @@
45464542
},
45474543
"TagResourceResponse":{
45484544
"type":"structure",
4549-
"members":{
4550-
}
4545+
"members":{}
45514546
},
45524547
"TagValue":{
45534548
"type":"string",
@@ -4605,8 +4600,7 @@
46054600
},
46064601
"UntagResourceResponse":{
46074602
"type":"structure",
4608-
"members":{
4609-
}
4603+
"members":{}
46104604
},
46114605
"UpdateByteMatchSetRequest":{
46124606
"type":"structure",
@@ -5029,8 +5023,7 @@
50295023
},
50305024
"WAFInvalidAccountException":{
50315025
"type":"structure",
5032-
"members":{
5033-
},
5026+
"members":{},
50345027
"documentation":"<p>The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.</p>",
50355028
"exception":true
50365029
},

0 commit comments

Comments
 (0)