Skip to content

Commit cb53905

Browse files
author
awstools
committed
feat(client-lambda): Remove incorrect endpoint tests
1 parent 041bafd commit cb53905

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,17 +1290,6 @@
12901290
"UseDualStack": false
12911291
}
12921292
},
1293-
{
1294-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1295-
"expect": {
1296-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1297-
},
1298-
"params": {
1299-
"Region": "us-iso-east-1",
1300-
"UseFIPS": true,
1301-
"UseDualStack": true
1302-
}
1303-
},
13041293
{
13051294
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
13061295
"expect": {
@@ -1314,17 +1303,6 @@
13141303
"UseDualStack": false
13151304
}
13161305
},
1317-
{
1318-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1319-
"expect": {
1320-
"error": "DualStack is enabled but this partition does not support DualStack"
1321-
},
1322-
"params": {
1323-
"Region": "us-iso-east-1",
1324-
"UseFIPS": false,
1325-
"UseDualStack": true
1326-
}
1327-
},
13281306
{
13291307
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
13301308
"expect": {
@@ -1338,17 +1316,6 @@
13381316
"UseDualStack": false
13391317
}
13401318
},
1341-
{
1342-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1343-
"expect": {
1344-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1345-
},
1346-
"params": {
1347-
"Region": "us-isob-east-1",
1348-
"UseFIPS": true,
1349-
"UseDualStack": true
1350-
}
1351-
},
13521319
{
13531320
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
13541321
"expect": {
@@ -1362,17 +1329,6 @@
13621329
"UseDualStack": false
13631330
}
13641331
},
1365-
{
1366-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1367-
"expect": {
1368-
"error": "DualStack is enabled but this partition does not support DualStack"
1369-
},
1370-
"params": {
1371-
"Region": "us-isob-east-1",
1372-
"UseFIPS": false,
1373-
"UseDualStack": true
1374-
}
1375-
},
13761332
{
13771333
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
13781334
"expect": {

0 commit comments

Comments
 (0)