Skip to content

Commit 1a1fd97

Browse files
author
awstools
committed
feat(client-amplifybackend): Remove incorrect endpoint tests
1 parent ce879bc commit 1a1fd97

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -850,17 +850,6 @@
850850
"UseDualStack": false
851851
}
852852
},
853-
{
854-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
855-
"expect": {
856-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
857-
},
858-
"params": {
859-
"Region": "us-iso-east-1",
860-
"UseFIPS": true,
861-
"UseDualStack": true
862-
}
863-
},
864853
{
865854
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
866855
"expect": {
@@ -874,17 +863,6 @@
874863
"UseDualStack": false
875864
}
876865
},
877-
{
878-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
879-
"expect": {
880-
"error": "DualStack is enabled but this partition does not support DualStack"
881-
},
882-
"params": {
883-
"Region": "us-iso-east-1",
884-
"UseFIPS": false,
885-
"UseDualStack": true
886-
}
887-
},
888866
{
889867
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
890868
"expect": {
@@ -898,17 +876,6 @@
898876
"UseDualStack": false
899877
}
900878
},
901-
{
902-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
903-
"expect": {
904-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
905-
},
906-
"params": {
907-
"Region": "us-isob-east-1",
908-
"UseFIPS": true,
909-
"UseDualStack": true
910-
}
911-
},
912879
{
913880
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
914881
"expect": {
@@ -922,17 +889,6 @@
922889
"UseDualStack": false
923890
}
924891
},
925-
{
926-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
927-
"expect": {
928-
"error": "DualStack is enabled but this partition does not support DualStack"
929-
},
930-
"params": {
931-
"Region": "us-isob-east-1",
932-
"UseFIPS": false,
933-
"UseDualStack": true
934-
}
935-
},
936892
{
937893
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
938894
"expect": {

0 commit comments

Comments
 (0)