Skip to content

Commit 88fa3dd

Browse files
author
awstools
committed
feat(client-iottwinmaker): Remove incorrect endpoint tests
1 parent 8acde8b commit 88fa3dd

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -674,17 +674,6 @@
674674
"UseDualStack": false
675675
}
676676
},
677-
{
678-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
679-
"expect": {
680-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
681-
},
682-
"params": {
683-
"Region": "us-iso-east-1",
684-
"UseFIPS": true,
685-
"UseDualStack": true
686-
}
687-
},
688677
{
689678
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
690679
"expect": {
@@ -698,17 +687,6 @@
698687
"UseDualStack": false
699688
}
700689
},
701-
{
702-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
703-
"expect": {
704-
"error": "DualStack is enabled but this partition does not support DualStack"
705-
},
706-
"params": {
707-
"Region": "us-iso-east-1",
708-
"UseFIPS": false,
709-
"UseDualStack": true
710-
}
711-
},
712690
{
713691
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
714692
"expect": {
@@ -722,17 +700,6 @@
722700
"UseDualStack": false
723701
}
724702
},
725-
{
726-
"documentation": "For region us-isob-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-isob-east-1",
732-
"UseFIPS": true,
733-
"UseDualStack": true
734-
}
735-
},
736703
{
737704
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
738705
"expect": {
@@ -746,17 +713,6 @@
746713
"UseDualStack": false
747714
}
748715
},
749-
{
750-
"documentation": "For region us-isob-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-isob-east-1",
756-
"UseFIPS": false,
757-
"UseDualStack": true
758-
}
759-
},
760716
{
761717
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
762718
"expect": {

0 commit comments

Comments
 (0)