Skip to content

Commit 9e9592d

Browse files
author
awstools
committed
feat(client-license-manager): Remove incorrect endpoint tests
1 parent 1b0f6d4 commit 9e9592d

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/license-manager.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,17 +1037,6 @@
10371037
"UseDualStack": false
10381038
}
10391039
},
1040-
{
1041-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1042-
"expect": {
1043-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1044-
},
1045-
"params": {
1046-
"Region": "us-iso-east-1",
1047-
"UseFIPS": true,
1048-
"UseDualStack": true
1049-
}
1050-
},
10511040
{
10521041
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
10531042
"expect": {
@@ -1061,17 +1050,6 @@
10611050
"UseDualStack": false
10621051
}
10631052
},
1064-
{
1065-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1066-
"expect": {
1067-
"error": "DualStack is enabled but this partition does not support DualStack"
1068-
},
1069-
"params": {
1070-
"Region": "us-iso-east-1",
1071-
"UseFIPS": false,
1072-
"UseDualStack": true
1073-
}
1074-
},
10751053
{
10761054
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
10771055
"expect": {
@@ -1085,17 +1063,6 @@
10851063
"UseDualStack": false
10861064
}
10871065
},
1088-
{
1089-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1090-
"expect": {
1091-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1092-
},
1093-
"params": {
1094-
"Region": "us-isob-east-1",
1095-
"UseFIPS": true,
1096-
"UseDualStack": true
1097-
}
1098-
},
10991066
{
11001067
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
11011068
"expect": {
@@ -1109,17 +1076,6 @@
11091076
"UseDualStack": false
11101077
}
11111078
},
1112-
{
1113-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1114-
"expect": {
1115-
"error": "DualStack is enabled but this partition does not support DualStack"
1116-
},
1117-
"params": {
1118-
"Region": "us-isob-east-1",
1119-
"UseFIPS": false,
1120-
"UseDualStack": true
1121-
}
1122-
},
11231079
{
11241080
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
11251081
"expect": {

0 commit comments

Comments
 (0)