Skip to content

Commit a3da540

Browse files
author
awstools
committed
feat(client-dsql): Removed incorrect endpoint tests
1 parent 68d38d8 commit a3da540

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

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

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -676,102 +676,6 @@
676676
"UseFIPS": false
677677
}
678678
},
679-
{
680-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
681-
"expect": {
682-
"endpoint": {
683-
"url": "https://dsql-fips.us-iso-east-1.c2s.ic.gov"
684-
}
685-
},
686-
"params": {
687-
"Region": "us-iso-east-1",
688-
"UseFIPS": true
689-
}
690-
},
691-
{
692-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
693-
"expect": {
694-
"endpoint": {
695-
"url": "https://dsql.us-iso-east-1.c2s.ic.gov"
696-
}
697-
},
698-
"params": {
699-
"Region": "us-iso-east-1",
700-
"UseFIPS": false
701-
}
702-
},
703-
{
704-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
705-
"expect": {
706-
"endpoint": {
707-
"url": "https://dsql-fips.us-isob-east-1.sc2s.sgov.gov"
708-
}
709-
},
710-
"params": {
711-
"Region": "us-isob-east-1",
712-
"UseFIPS": true
713-
}
714-
},
715-
{
716-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
717-
"expect": {
718-
"endpoint": {
719-
"url": "https://dsql.us-isob-east-1.sc2s.sgov.gov"
720-
}
721-
},
722-
"params": {
723-
"Region": "us-isob-east-1",
724-
"UseFIPS": false
725-
}
726-
},
727-
{
728-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
729-
"expect": {
730-
"endpoint": {
731-
"url": "https://dsql-fips.eu-isoe-west-1.cloud.adc-e.uk"
732-
}
733-
},
734-
"params": {
735-
"Region": "eu-isoe-west-1",
736-
"UseFIPS": true
737-
}
738-
},
739-
{
740-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
741-
"expect": {
742-
"endpoint": {
743-
"url": "https://dsql.eu-isoe-west-1.cloud.adc-e.uk"
744-
}
745-
},
746-
"params": {
747-
"Region": "eu-isoe-west-1",
748-
"UseFIPS": false
749-
}
750-
},
751-
{
752-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
753-
"expect": {
754-
"endpoint": {
755-
"url": "https://dsql-fips.us-isof-south-1.csp.hci.ic.gov"
756-
}
757-
},
758-
"params": {
759-
"Region": "us-isof-south-1",
760-
"UseFIPS": true
761-
}
762-
},
763-
{
764-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
765-
"expect": {
766-
"endpoint": {
767-
"url": "https://dsql.us-isof-south-1.csp.hci.ic.gov"
768-
}
769-
},
770-
"params": {
771-
"Region": "us-isof-south-1",
772-
"UseFIPS": false
773-
}
774-
},
775679
{
776680
"documentation": "Missing region",
777681
"expect": {

0 commit comments

Comments
 (0)