Skip to content

Commit fab38a9

Browse files
author
awstools
committed
feat(client-cognito-sync): Remove incorrect endpoint tests
1 parent 16a3ab0 commit fab38a9

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/cognito-sync.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -704,17 +704,6 @@
704704
"UseDualStack": false
705705
}
706706
},
707-
{
708-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
709-
"expect": {
710-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
711-
},
712-
"params": {
713-
"Region": "us-iso-east-1",
714-
"UseFIPS": true,
715-
"UseDualStack": true
716-
}
717-
},
718707
{
719708
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
720709
"expect": {
@@ -728,17 +717,6 @@
728717
"UseDualStack": false
729718
}
730719
},
731-
{
732-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
733-
"expect": {
734-
"error": "DualStack is enabled but this partition does not support DualStack"
735-
},
736-
"params": {
737-
"Region": "us-iso-east-1",
738-
"UseFIPS": false,
739-
"UseDualStack": true
740-
}
741-
},
742720
{
743721
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
744722
"expect": {
@@ -752,17 +730,6 @@
752730
"UseDualStack": false
753731
}
754732
},
755-
{
756-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
757-
"expect": {
758-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
759-
},
760-
"params": {
761-
"Region": "us-isob-east-1",
762-
"UseFIPS": true,
763-
"UseDualStack": true
764-
}
765-
},
766733
{
767734
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
768735
"expect": {
@@ -776,17 +743,6 @@
776743
"UseDualStack": false
777744
}
778745
},
779-
{
780-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
781-
"expect": {
782-
"error": "DualStack is enabled but this partition does not support DualStack"
783-
},
784-
"params": {
785-
"Region": "us-isob-east-1",
786-
"UseFIPS": false,
787-
"UseDualStack": true
788-
}
789-
},
790746
{
791747
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
792748
"expect": {

0 commit comments

Comments
 (0)