Skip to content

Commit d412c8c

Browse files
author
awstools
committed
feat(client-workspaces-instances): Removed incorrect endpoint tests
1 parent aa5d9f0 commit d412c8c

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

codegen/sdk-codegen/aws-models/workspaces-instances.json

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,102 +1179,6 @@
11791179
"UseFIPS": false
11801180
}
11811181
},
1182-
{
1183-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1184-
"expect": {
1185-
"endpoint": {
1186-
"url": "https://workspaces-instances-fips.us-iso-east-1.c2s.ic.gov"
1187-
}
1188-
},
1189-
"params": {
1190-
"Region": "us-iso-east-1",
1191-
"UseFIPS": true
1192-
}
1193-
},
1194-
{
1195-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1196-
"expect": {
1197-
"endpoint": {
1198-
"url": "https://workspaces-instances.us-iso-east-1.c2s.ic.gov"
1199-
}
1200-
},
1201-
"params": {
1202-
"Region": "us-iso-east-1",
1203-
"UseFIPS": false
1204-
}
1205-
},
1206-
{
1207-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1208-
"expect": {
1209-
"endpoint": {
1210-
"url": "https://workspaces-instances-fips.us-isob-east-1.sc2s.sgov.gov"
1211-
}
1212-
},
1213-
"params": {
1214-
"Region": "us-isob-east-1",
1215-
"UseFIPS": true
1216-
}
1217-
},
1218-
{
1219-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1220-
"expect": {
1221-
"endpoint": {
1222-
"url": "https://workspaces-instances.us-isob-east-1.sc2s.sgov.gov"
1223-
}
1224-
},
1225-
"params": {
1226-
"Region": "us-isob-east-1",
1227-
"UseFIPS": false
1228-
}
1229-
},
1230-
{
1231-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
1232-
"expect": {
1233-
"endpoint": {
1234-
"url": "https://workspaces-instances-fips.eu-isoe-west-1.cloud.adc-e.uk"
1235-
}
1236-
},
1237-
"params": {
1238-
"Region": "eu-isoe-west-1",
1239-
"UseFIPS": true
1240-
}
1241-
},
1242-
{
1243-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
1244-
"expect": {
1245-
"endpoint": {
1246-
"url": "https://workspaces-instances.eu-isoe-west-1.cloud.adc-e.uk"
1247-
}
1248-
},
1249-
"params": {
1250-
"Region": "eu-isoe-west-1",
1251-
"UseFIPS": false
1252-
}
1253-
},
1254-
{
1255-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
1256-
"expect": {
1257-
"endpoint": {
1258-
"url": "https://workspaces-instances-fips.us-isof-south-1.csp.hci.ic.gov"
1259-
}
1260-
},
1261-
"params": {
1262-
"Region": "us-isof-south-1",
1263-
"UseFIPS": true
1264-
}
1265-
},
1266-
{
1267-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
1268-
"expect": {
1269-
"endpoint": {
1270-
"url": "https://workspaces-instances.us-isof-south-1.csp.hci.ic.gov"
1271-
}
1272-
},
1273-
"params": {
1274-
"Region": "us-isof-south-1",
1275-
"UseFIPS": false
1276-
}
1277-
},
12781182
{
12791183
"documentation": "Missing region",
12801184
"expect": {

0 commit comments

Comments
 (0)