Skip to content

Commit 32d8e3c

Browse files
author
awstools
committed
feat(client-keyspacesstreams): Removed incorrect endpoint tests
1 parent d2612b5 commit 32d8e3c

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

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

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -892,102 +892,6 @@
892892
"UseFIPS": false
893893
}
894894
},
895-
{
896-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
897-
"expect": {
898-
"endpoint": {
899-
"url": "https://cassandra-streams-fips.us-iso-east-1.c2s.ic.gov"
900-
}
901-
},
902-
"params": {
903-
"Region": "us-iso-east-1",
904-
"UseFIPS": true
905-
}
906-
},
907-
{
908-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
909-
"expect": {
910-
"endpoint": {
911-
"url": "https://cassandra-streams.us-iso-east-1.c2s.ic.gov"
912-
}
913-
},
914-
"params": {
915-
"Region": "us-iso-east-1",
916-
"UseFIPS": false
917-
}
918-
},
919-
{
920-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
921-
"expect": {
922-
"endpoint": {
923-
"url": "https://cassandra-streams-fips.us-isob-east-1.sc2s.sgov.gov"
924-
}
925-
},
926-
"params": {
927-
"Region": "us-isob-east-1",
928-
"UseFIPS": true
929-
}
930-
},
931-
{
932-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
933-
"expect": {
934-
"endpoint": {
935-
"url": "https://cassandra-streams.us-isob-east-1.sc2s.sgov.gov"
936-
}
937-
},
938-
"params": {
939-
"Region": "us-isob-east-1",
940-
"UseFIPS": false
941-
}
942-
},
943-
{
944-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
945-
"expect": {
946-
"endpoint": {
947-
"url": "https://cassandra-streams-fips.eu-isoe-west-1.cloud.adc-e.uk"
948-
}
949-
},
950-
"params": {
951-
"Region": "eu-isoe-west-1",
952-
"UseFIPS": true
953-
}
954-
},
955-
{
956-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
957-
"expect": {
958-
"endpoint": {
959-
"url": "https://cassandra-streams.eu-isoe-west-1.cloud.adc-e.uk"
960-
}
961-
},
962-
"params": {
963-
"Region": "eu-isoe-west-1",
964-
"UseFIPS": false
965-
}
966-
},
967-
{
968-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
969-
"expect": {
970-
"endpoint": {
971-
"url": "https://cassandra-streams-fips.us-isof-south-1.csp.hci.ic.gov"
972-
}
973-
},
974-
"params": {
975-
"Region": "us-isof-south-1",
976-
"UseFIPS": true
977-
}
978-
},
979-
{
980-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
981-
"expect": {
982-
"endpoint": {
983-
"url": "https://cassandra-streams.us-isof-south-1.csp.hci.ic.gov"
984-
}
985-
},
986-
"params": {
987-
"Region": "us-isof-south-1",
988-
"UseFIPS": false
989-
}
990-
},
991895
{
992896
"documentation": "Missing region",
993897
"expect": {

0 commit comments

Comments
 (0)