Skip to content

Commit b2c474d

Browse files
author
AWS
committed
Firewall Management Service Update: Remove incorrect endpoint tests
1 parent dff5595 commit b2c474d

File tree

3 files changed

+12
-56
lines changed

3 files changed

+12
-56
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": "Firewall Management Service",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -689,17 +689,6 @@
689689
"UseDualStack": true
690690
}
691691
},
692-
{
693-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
694-
"expect": {
695-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
696-
},
697-
"params": {
698-
"Region": "us-iso-east-1",
699-
"UseFIPS": true,
700-
"UseDualStack": true
701-
}
702-
},
703692
{
704693
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
705694
"expect": {
@@ -713,17 +702,6 @@
713702
"UseDualStack": false
714703
}
715704
},
716-
{
717-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
718-
"expect": {
719-
"error": "DualStack is enabled but this partition does not support DualStack"
720-
},
721-
"params": {
722-
"Region": "us-iso-east-1",
723-
"UseFIPS": false,
724-
"UseDualStack": true
725-
}
726-
},
727705
{
728706
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
729707
"expect": {
@@ -737,17 +715,6 @@
737715
"UseDualStack": false
738716
}
739717
},
740-
{
741-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
742-
"expect": {
743-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
744-
},
745-
"params": {
746-
"Region": "us-isob-east-1",
747-
"UseFIPS": true,
748-
"UseDualStack": true
749-
}
750-
},
751718
{
752719
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
753720
"expect": {
@@ -761,17 +728,6 @@
761728
"UseDualStack": false
762729
}
763730
},
764-
{
765-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
766-
"expect": {
767-
"error": "DualStack is enabled but this partition does not support DualStack"
768-
},
769-
"params": {
770-
"Region": "us-isob-east-1",
771-
"UseFIPS": false,
772-
"UseDualStack": true
773-
}
774-
},
775731
{
776732
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
777733
"expect": {

services/fms/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,8 +1177,7 @@
11771177
},
11781178
"DeleteNotificationChannelRequest":{
11791179
"type":"structure",
1180-
"members":{
1181-
}
1180+
"members":{}
11821181
},
11831182
"DeletePolicyRequest":{
11841183
"type":"structure",
@@ -1244,8 +1243,7 @@
12441243
},
12451244
"DisassociateAdminAccountRequest":{
12461245
"type":"structure",
1247-
"members":{
1248-
}
1246+
"members":{}
12491247
},
12501248
"DisassociateThirdPartyFirewallRequest":{
12511249
"type":"structure",
@@ -1783,8 +1781,7 @@
17831781
},
17841782
"GetAdminAccountRequest":{
17851783
"type":"structure",
1786-
"members":{
1787-
}
1784+
"members":{}
17881785
},
17891786
"GetAdminAccountResponse":{
17901787
"type":"structure",
@@ -1877,8 +1874,7 @@
18771874
},
18781875
"GetNotificationChannelRequest":{
18791876
"type":"structure",
1880-
"members":{
1881-
}
1877+
"members":{}
18821878
},
18831879
"GetNotificationChannelResponse":{
18841880
"type":"structure",
@@ -4391,8 +4387,7 @@
43914387
},
43924388
"TagResourceResponse":{
43934389
"type":"structure",
4394-
"members":{
4395-
}
4390+
"members":{}
43964391
},
43974392
"TagValue":{
43984393
"type":"string",
@@ -4560,8 +4555,7 @@
45604555
},
45614556
"UntagResourceResponse":{
45624557
"type":"structure",
4563-
"members":{
4564-
}
4558+
"members":{}
45654559
},
45664560
"UpdateToken":{
45674561
"type":"string",

0 commit comments

Comments
 (0)