Skip to content

Commit 9d8a6be

Browse files
author
awstools
committed
feat(client-apigatewayv2): Remove incorrect endpoint tests
1 parent 399a1c8 commit 9d8a6be

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,17 +1221,6 @@
12211221
"UseDualStack": false
12221222
}
12231223
},
1224-
{
1225-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1226-
"expect": {
1227-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1228-
},
1229-
"params": {
1230-
"Region": "us-iso-east-1",
1231-
"UseFIPS": true,
1232-
"UseDualStack": true
1233-
}
1234-
},
12351224
{
12361225
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
12371226
"expect": {
@@ -1245,28 +1234,6 @@
12451234
"UseDualStack": false
12461235
}
12471236
},
1248-
{
1249-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1250-
"expect": {
1251-
"error": "DualStack is enabled but this partition does not support DualStack"
1252-
},
1253-
"params": {
1254-
"Region": "us-iso-east-1",
1255-
"UseFIPS": false,
1256-
"UseDualStack": true
1257-
}
1258-
},
1259-
{
1260-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1261-
"expect": {
1262-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1263-
},
1264-
"params": {
1265-
"Region": "us-isob-east-1",
1266-
"UseFIPS": true,
1267-
"UseDualStack": true
1268-
}
1269-
},
12701237
{
12711238
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
12721239
"expect": {
@@ -1280,17 +1247,6 @@
12801247
"UseDualStack": false
12811248
}
12821249
},
1283-
{
1284-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1285-
"expect": {
1286-
"error": "DualStack is enabled but this partition does not support DualStack"
1287-
},
1288-
"params": {
1289-
"Region": "us-isob-east-1",
1290-
"UseFIPS": false,
1291-
"UseDualStack": true
1292-
}
1293-
},
12941250
{
12951251
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
12961252
"expect": {

0 commit comments

Comments
 (0)