Skip to content

Commit 7ff4b26

Browse files
author
awstools
committed
feat(client-finspace): Remove incorrect endpoint tests
1 parent c4405f3 commit 7ff4b26

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -722,17 +722,6 @@
722722
"UseDualStack": false
723723
}
724724
},
725-
{
726-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
727-
"expect": {
728-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
729-
},
730-
"params": {
731-
"Region": "us-iso-east-1",
732-
"UseFIPS": true,
733-
"UseDualStack": true
734-
}
735-
},
736725
{
737726
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
738727
"expect": {
@@ -746,17 +735,6 @@
746735
"UseDualStack": false
747736
}
748737
},
749-
{
750-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
751-
"expect": {
752-
"error": "DualStack is enabled but this partition does not support DualStack"
753-
},
754-
"params": {
755-
"Region": "us-iso-east-1",
756-
"UseFIPS": false,
757-
"UseDualStack": true
758-
}
759-
},
760738
{
761739
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
762740
"expect": {
@@ -770,17 +748,6 @@
770748
"UseDualStack": false
771749
}
772750
},
773-
{
774-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
775-
"expect": {
776-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
777-
},
778-
"params": {
779-
"Region": "us-isob-east-1",
780-
"UseFIPS": true,
781-
"UseDualStack": true
782-
}
783-
},
784751
{
785752
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
786753
"expect": {
@@ -794,17 +761,6 @@
794761
"UseDualStack": false
795762
}
796763
},
797-
{
798-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
799-
"expect": {
800-
"error": "DualStack is enabled but this partition does not support DualStack"
801-
},
802-
"params": {
803-
"Region": "us-isob-east-1",
804-
"UseFIPS": false,
805-
"UseDualStack": true
806-
}
807-
},
808764
{
809765
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
810766
"expect": {

0 commit comments

Comments
 (0)