Skip to content

Commit bbc9d0d

Browse files
author
awstools
committed
feat(client-mpa): Removed incorrect endpoint tests
1 parent 2b832bf commit bbc9d0d

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

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

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -316,102 +316,6 @@
316316
"UseFIPS": false
317317
}
318318
},
319-
{
320-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
321-
"expect": {
322-
"endpoint": {
323-
"url": "https://mpa-fips.us-iso-east-1.c2s.ic.gov"
324-
}
325-
},
326-
"params": {
327-
"Region": "us-iso-east-1",
328-
"UseFIPS": true
329-
}
330-
},
331-
{
332-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
333-
"expect": {
334-
"endpoint": {
335-
"url": "https://mpa.us-iso-east-1.c2s.ic.gov"
336-
}
337-
},
338-
"params": {
339-
"Region": "us-iso-east-1",
340-
"UseFIPS": false
341-
}
342-
},
343-
{
344-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
345-
"expect": {
346-
"endpoint": {
347-
"url": "https://mpa-fips.us-isob-east-1.sc2s.sgov.gov"
348-
}
349-
},
350-
"params": {
351-
"Region": "us-isob-east-1",
352-
"UseFIPS": true
353-
}
354-
},
355-
{
356-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
357-
"expect": {
358-
"endpoint": {
359-
"url": "https://mpa.us-isob-east-1.sc2s.sgov.gov"
360-
}
361-
},
362-
"params": {
363-
"Region": "us-isob-east-1",
364-
"UseFIPS": false
365-
}
366-
},
367-
{
368-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
369-
"expect": {
370-
"endpoint": {
371-
"url": "https://mpa-fips.eu-isoe-west-1.cloud.adc-e.uk"
372-
}
373-
},
374-
"params": {
375-
"Region": "eu-isoe-west-1",
376-
"UseFIPS": true
377-
}
378-
},
379-
{
380-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
381-
"expect": {
382-
"endpoint": {
383-
"url": "https://mpa.eu-isoe-west-1.cloud.adc-e.uk"
384-
}
385-
},
386-
"params": {
387-
"Region": "eu-isoe-west-1",
388-
"UseFIPS": false
389-
}
390-
},
391-
{
392-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
393-
"expect": {
394-
"endpoint": {
395-
"url": "https://mpa-fips.us-isof-south-1.csp.hci.ic.gov"
396-
}
397-
},
398-
"params": {
399-
"Region": "us-isof-south-1",
400-
"UseFIPS": true
401-
}
402-
},
403-
{
404-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
405-
"expect": {
406-
"endpoint": {
407-
"url": "https://mpa.us-isof-south-1.csp.hci.ic.gov"
408-
}
409-
},
410-
"params": {
411-
"Region": "us-isof-south-1",
412-
"UseFIPS": false
413-
}
414-
},
415319
{
416320
"documentation": "Missing region",
417321
"expect": {

0 commit comments

Comments
 (0)