Skip to content

Commit 4e40302

Browse files
author
awstools
committed
feat(client-acm-pca): Remove incorrect endpoint tests
1 parent 4129303 commit 4e40302

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/acm-pca.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -937,17 +937,6 @@
937937
"UseDualStack": true
938938
}
939939
},
940-
{
941-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
942-
"expect": {
943-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
944-
},
945-
"params": {
946-
"Region": "us-iso-east-1",
947-
"UseFIPS": true,
948-
"UseDualStack": true
949-
}
950-
},
951940
{
952941
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
953942
"expect": {
@@ -961,17 +950,6 @@
961950
"UseDualStack": false
962951
}
963952
},
964-
{
965-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
966-
"expect": {
967-
"error": "DualStack is enabled but this partition does not support DualStack"
968-
},
969-
"params": {
970-
"Region": "us-iso-east-1",
971-
"UseFIPS": false,
972-
"UseDualStack": true
973-
}
974-
},
975953
{
976954
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
977955
"expect": {
@@ -985,17 +963,6 @@
985963
"UseDualStack": false
986964
}
987965
},
988-
{
989-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
990-
"expect": {
991-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
992-
},
993-
"params": {
994-
"Region": "us-isob-east-1",
995-
"UseFIPS": true,
996-
"UseDualStack": true
997-
}
998-
},
999966
{
1000967
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1001968
"expect": {
@@ -1009,17 +976,6 @@
1009976
"UseDualStack": false
1010977
}
1011978
},
1012-
{
1013-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1014-
"expect": {
1015-
"error": "DualStack is enabled but this partition does not support DualStack"
1016-
},
1017-
"params": {
1018-
"Region": "us-isob-east-1",
1019-
"UseFIPS": false,
1020-
"UseDualStack": true
1021-
}
1022-
},
1023979
{
1024980
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1025981
"expect": {

0 commit comments

Comments
 (0)