Skip to content

Commit 48309ba

Browse files
author
awstools
committed
feat(client-health): Remove incorrect endpoint tests
1 parent e944b5e commit 48309ba

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -673,17 +673,6 @@
673673
"UseDualStack": false
674674
}
675675
},
676-
{
677-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
678-
"expect": {
679-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
680-
},
681-
"params": {
682-
"Region": "us-iso-east-1",
683-
"UseFIPS": true,
684-
"UseDualStack": true
685-
}
686-
},
687676
{
688677
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
689678
"expect": {
@@ -697,17 +686,6 @@
697686
"UseDualStack": false
698687
}
699688
},
700-
{
701-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
702-
"expect": {
703-
"error": "DualStack is enabled but this partition does not support DualStack"
704-
},
705-
"params": {
706-
"Region": "us-iso-east-1",
707-
"UseFIPS": false,
708-
"UseDualStack": true
709-
}
710-
},
711689
{
712690
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
713691
"expect": {
@@ -721,17 +699,6 @@
721699
"UseDualStack": false
722700
}
723701
},
724-
{
725-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
726-
"expect": {
727-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
728-
},
729-
"params": {
730-
"Region": "us-isob-east-1",
731-
"UseFIPS": true,
732-
"UseDualStack": true
733-
}
734-
},
735702
{
736703
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
737704
"expect": {
@@ -745,17 +712,6 @@
745712
"UseDualStack": false
746713
}
747714
},
748-
{
749-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
750-
"expect": {
751-
"error": "DualStack is enabled but this partition does not support DualStack"
752-
},
753-
"params": {
754-
"Region": "us-isob-east-1",
755-
"UseFIPS": false,
756-
"UseDualStack": true
757-
}
758-
},
759715
{
760716
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
761717
"expect": {

0 commit comments

Comments
 (0)