Skip to content

Commit bee4cfb

Browse files
author
awstools
committed
feat(client-apprunner): Remove incorrect endpoint tests
1 parent 952c264 commit bee4cfb

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/apprunner.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -738,17 +738,6 @@
738738
"UseDualStack": false
739739
}
740740
},
741-
{
742-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
743-
"expect": {
744-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
745-
},
746-
"params": {
747-
"Region": "us-iso-east-1",
748-
"UseFIPS": true,
749-
"UseDualStack": true
750-
}
751-
},
752741
{
753742
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
754743
"expect": {
@@ -762,17 +751,6 @@
762751
"UseDualStack": false
763752
}
764753
},
765-
{
766-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
767-
"expect": {
768-
"error": "DualStack is enabled but this partition does not support DualStack"
769-
},
770-
"params": {
771-
"Region": "us-iso-east-1",
772-
"UseFIPS": false,
773-
"UseDualStack": true
774-
}
775-
},
776754
{
777755
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
778756
"expect": {
@@ -786,17 +764,6 @@
786764
"UseDualStack": false
787765
}
788766
},
789-
{
790-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
791-
"expect": {
792-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
793-
},
794-
"params": {
795-
"Region": "us-isob-east-1",
796-
"UseFIPS": true,
797-
"UseDualStack": true
798-
}
799-
},
800767
{
801768
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
802769
"expect": {
@@ -810,17 +777,6 @@
810777
"UseDualStack": false
811778
}
812779
},
813-
{
814-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
815-
"expect": {
816-
"error": "DualStack is enabled but this partition does not support DualStack"
817-
},
818-
"params": {
819-
"Region": "us-isob-east-1",
820-
"UseFIPS": false,
821-
"UseDualStack": true
822-
}
823-
},
824780
{
825781
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
826782
"expect": {

0 commit comments

Comments
 (0)