Skip to content

Commit 684a0ff

Browse files
author
awstools
committed
feat(client-mgn): Remove incorrect endpoint tests
1 parent 93ff00a commit 684a0ff

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,17 +1136,6 @@
11361136
"UseDualStack": false
11371137
}
11381138
},
1139-
{
1140-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1141-
"expect": {
1142-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1143-
},
1144-
"params": {
1145-
"Region": "us-iso-east-1",
1146-
"UseFIPS": true,
1147-
"UseDualStack": true
1148-
}
1149-
},
11501139
{
11511140
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
11521141
"expect": {
@@ -1160,17 +1149,6 @@
11601149
"UseDualStack": false
11611150
}
11621151
},
1163-
{
1164-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1165-
"expect": {
1166-
"error": "DualStack is enabled but this partition does not support DualStack"
1167-
},
1168-
"params": {
1169-
"Region": "us-iso-east-1",
1170-
"UseFIPS": false,
1171-
"UseDualStack": true
1172-
}
1173-
},
11741152
{
11751153
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
11761154
"expect": {
@@ -1184,17 +1162,6 @@
11841162
"UseDualStack": false
11851163
}
11861164
},
1187-
{
1188-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1189-
"expect": {
1190-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1191-
},
1192-
"params": {
1193-
"Region": "us-isob-east-1",
1194-
"UseFIPS": true,
1195-
"UseDualStack": true
1196-
}
1197-
},
11981165
{
11991166
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
12001167
"expect": {
@@ -1208,17 +1175,6 @@
12081175
"UseDualStack": false
12091176
}
12101177
},
1211-
{
1212-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1213-
"expect": {
1214-
"error": "DualStack is enabled but this partition does not support DualStack"
1215-
},
1216-
"params": {
1217-
"Region": "us-isob-east-1",
1218-
"UseFIPS": false,
1219-
"UseDualStack": true
1220-
}
1221-
},
12221178
{
12231179
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
12241180
"expect": {

0 commit comments

Comments
 (0)