Skip to content

Commit 1eb52d2

Browse files
author
awstools
committed
feat(client-neptunedata): Remove incorrect endpoint tests
1 parent ef168a9 commit 1eb52d2

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -705,17 +705,6 @@
705705
"UseDualStack": false
706706
}
707707
},
708-
{
709-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
710-
"expect": {
711-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
712-
},
713-
"params": {
714-
"Region": "us-iso-east-1",
715-
"UseFIPS": true,
716-
"UseDualStack": true
717-
}
718-
},
719708
{
720709
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
721710
"expect": {
@@ -729,17 +718,6 @@
729718
"UseDualStack": false
730719
}
731720
},
732-
{
733-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
734-
"expect": {
735-
"error": "DualStack is enabled but this partition does not support DualStack"
736-
},
737-
"params": {
738-
"Region": "us-iso-east-1",
739-
"UseFIPS": false,
740-
"UseDualStack": true
741-
}
742-
},
743721
{
744722
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
745723
"expect": {
@@ -753,17 +731,6 @@
753731
"UseDualStack": false
754732
}
755733
},
756-
{
757-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
758-
"expect": {
759-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
760-
},
761-
"params": {
762-
"Region": "us-isob-east-1",
763-
"UseFIPS": true,
764-
"UseDualStack": true
765-
}
766-
},
767734
{
768735
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
769736
"expect": {
@@ -777,17 +744,6 @@
777744
"UseDualStack": false
778745
}
779746
},
780-
{
781-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
782-
"expect": {
783-
"error": "DualStack is enabled but this partition does not support DualStack"
784-
},
785-
"params": {
786-
"Region": "us-isob-east-1",
787-
"UseFIPS": false,
788-
"UseDualStack": true
789-
}
790-
},
791747
{
792748
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
793749
"expect": {

0 commit comments

Comments
 (0)