Skip to content

Commit 49cc48a

Browse files
author
awstools
committed
feat(client-gamelift): Remove incorrect endpoint tests
1 parent 9f56f09 commit 49cc48a

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -12225,17 +12225,6 @@
1222512225
"UseDualStack": false
1222612226
}
1222712227
},
12228-
{
12229-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
12230-
"expect": {
12231-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
12232-
},
12233-
"params": {
12234-
"Region": "us-iso-east-1",
12235-
"UseFIPS": true,
12236-
"UseDualStack": true
12237-
}
12238-
},
1223912228
{
1224012229
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1224112230
"expect": {
@@ -12249,17 +12238,6 @@
1224912238
"UseDualStack": false
1225012239
}
1225112240
},
12252-
{
12253-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
12254-
"expect": {
12255-
"error": "DualStack is enabled but this partition does not support DualStack"
12256-
},
12257-
"params": {
12258-
"Region": "us-iso-east-1",
12259-
"UseFIPS": false,
12260-
"UseDualStack": true
12261-
}
12262-
},
1226312241
{
1226412242
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
1226512243
"expect": {
@@ -12273,17 +12251,6 @@
1227312251
"UseDualStack": false
1227412252
}
1227512253
},
12276-
{
12277-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
12278-
"expect": {
12279-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
12280-
},
12281-
"params": {
12282-
"Region": "us-isob-east-1",
12283-
"UseFIPS": true,
12284-
"UseDualStack": true
12285-
}
12286-
},
1228712254
{
1228812255
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1228912256
"expect": {
@@ -12297,17 +12264,6 @@
1229712264
"UseDualStack": false
1229812265
}
1229912266
},
12300-
{
12301-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
12302-
"expect": {
12303-
"error": "DualStack is enabled but this partition does not support DualStack"
12304-
},
12305-
"params": {
12306-
"Region": "us-isob-east-1",
12307-
"UseFIPS": false,
12308-
"UseDualStack": true
12309-
}
12310-
},
1231112267
{
1231212268
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1231312269
"expect": {

0 commit comments

Comments
 (0)