Skip to content

Commit 794fce3

Browse files
author
awstools
committed
feat(client-application-signals): Removed incorrect endpoint tests
1 parent 1a2f352 commit 794fce3

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

codegen/sdk-codegen/aws-models/application-signals.json

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -329,102 +329,6 @@
329329
"UseFIPS": false
330330
}
331331
},
332-
{
333-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
334-
"expect": {
335-
"endpoint": {
336-
"url": "https://application-signals-fips.us-iso-east-1.c2s.ic.gov"
337-
}
338-
},
339-
"params": {
340-
"Region": "us-iso-east-1",
341-
"UseFIPS": true
342-
}
343-
},
344-
{
345-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
346-
"expect": {
347-
"endpoint": {
348-
"url": "https://application-signals.us-iso-east-1.c2s.ic.gov"
349-
}
350-
},
351-
"params": {
352-
"Region": "us-iso-east-1",
353-
"UseFIPS": false
354-
}
355-
},
356-
{
357-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
358-
"expect": {
359-
"endpoint": {
360-
"url": "https://application-signals-fips.us-isob-east-1.sc2s.sgov.gov"
361-
}
362-
},
363-
"params": {
364-
"Region": "us-isob-east-1",
365-
"UseFIPS": true
366-
}
367-
},
368-
{
369-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
370-
"expect": {
371-
"endpoint": {
372-
"url": "https://application-signals.us-isob-east-1.sc2s.sgov.gov"
373-
}
374-
},
375-
"params": {
376-
"Region": "us-isob-east-1",
377-
"UseFIPS": false
378-
}
379-
},
380-
{
381-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
382-
"expect": {
383-
"endpoint": {
384-
"url": "https://application-signals-fips.eu-isoe-west-1.cloud.adc-e.uk"
385-
}
386-
},
387-
"params": {
388-
"Region": "eu-isoe-west-1",
389-
"UseFIPS": true
390-
}
391-
},
392-
{
393-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
394-
"expect": {
395-
"endpoint": {
396-
"url": "https://application-signals.eu-isoe-west-1.cloud.adc-e.uk"
397-
}
398-
},
399-
"params": {
400-
"Region": "eu-isoe-west-1",
401-
"UseFIPS": false
402-
}
403-
},
404-
{
405-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
406-
"expect": {
407-
"endpoint": {
408-
"url": "https://application-signals-fips.us-isof-south-1.csp.hci.ic.gov"
409-
}
410-
},
411-
"params": {
412-
"Region": "us-isof-south-1",
413-
"UseFIPS": true
414-
}
415-
},
416-
{
417-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
418-
"expect": {
419-
"endpoint": {
420-
"url": "https://application-signals.us-isof-south-1.csp.hci.ic.gov"
421-
}
422-
},
423-
"params": {
424-
"Region": "us-isof-south-1",
425-
"UseFIPS": false
426-
}
427-
},
428332
{
429333
"documentation": "Missing region",
430334
"expect": {

0 commit comments

Comments
 (0)