Skip to content

Commit 2b832bf

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

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

codegen/sdk-codegen/aws-models/security-ir.json

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -3784,102 +3784,6 @@
37843784
"UseFIPS": false
37853785
}
37863786
},
3787-
{
3788-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3789-
"expect": {
3790-
"endpoint": {
3791-
"url": "https://security-ir-fips.us-iso-east-1.c2s.ic.gov"
3792-
}
3793-
},
3794-
"params": {
3795-
"Region": "us-iso-east-1",
3796-
"UseFIPS": true
3797-
}
3798-
},
3799-
{
3800-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3801-
"expect": {
3802-
"endpoint": {
3803-
"url": "https://security-ir.us-iso-east-1.c2s.ic.gov"
3804-
}
3805-
},
3806-
"params": {
3807-
"Region": "us-iso-east-1",
3808-
"UseFIPS": false
3809-
}
3810-
},
3811-
{
3812-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3813-
"expect": {
3814-
"endpoint": {
3815-
"url": "https://security-ir-fips.us-isob-east-1.sc2s.sgov.gov"
3816-
}
3817-
},
3818-
"params": {
3819-
"Region": "us-isob-east-1",
3820-
"UseFIPS": true
3821-
}
3822-
},
3823-
{
3824-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3825-
"expect": {
3826-
"endpoint": {
3827-
"url": "https://security-ir.us-isob-east-1.sc2s.sgov.gov"
3828-
}
3829-
},
3830-
"params": {
3831-
"Region": "us-isob-east-1",
3832-
"UseFIPS": false
3833-
}
3834-
},
3835-
{
3836-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
3837-
"expect": {
3838-
"endpoint": {
3839-
"url": "https://security-ir-fips.eu-isoe-west-1.cloud.adc-e.uk"
3840-
}
3841-
},
3842-
"params": {
3843-
"Region": "eu-isoe-west-1",
3844-
"UseFIPS": true
3845-
}
3846-
},
3847-
{
3848-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
3849-
"expect": {
3850-
"endpoint": {
3851-
"url": "https://security-ir.eu-isoe-west-1.cloud.adc-e.uk"
3852-
}
3853-
},
3854-
"params": {
3855-
"Region": "eu-isoe-west-1",
3856-
"UseFIPS": false
3857-
}
3858-
},
3859-
{
3860-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
3861-
"expect": {
3862-
"endpoint": {
3863-
"url": "https://security-ir-fips.us-isof-south-1.csp.hci.ic.gov"
3864-
}
3865-
},
3866-
"params": {
3867-
"Region": "us-isof-south-1",
3868-
"UseFIPS": true
3869-
}
3870-
},
3871-
{
3872-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
3873-
"expect": {
3874-
"endpoint": {
3875-
"url": "https://security-ir.us-isof-south-1.csp.hci.ic.gov"
3876-
}
3877-
},
3878-
"params": {
3879-
"Region": "us-isof-south-1",
3880-
"UseFIPS": false
3881-
}
3882-
},
38833787
{
38843788
"documentation": "Missing region",
38853789
"expect": {

0 commit comments

Comments
 (0)