Skip to content

Commit 2e04900

Browse files
author
awstools
committed
feat(client-account): Remove incorrect endpoint tests
1 parent c862ea1 commit 2e04900

File tree

1 file changed

+35
-81
lines changed

1 file changed

+35
-81
lines changed

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

Lines changed: 35 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -805,17 +805,6 @@
805805
"UseDualStack": false
806806
}
807807
},
808-
{
809-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
810-
"expect": {
811-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
812-
},
813-
"params": {
814-
"Region": "us-iso-east-1",
815-
"UseFIPS": true,
816-
"UseDualStack": true
817-
}
818-
},
819808
{
820809
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
821810
"expect": {
@@ -837,17 +826,6 @@
837826
"UseDualStack": false
838827
}
839828
},
840-
{
841-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
842-
"expect": {
843-
"error": "DualStack is enabled but this partition does not support DualStack"
844-
},
845-
"params": {
846-
"Region": "us-iso-east-1",
847-
"UseFIPS": false,
848-
"UseDualStack": true
849-
}
850-
},
851829
{
852830
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
853831
"expect": {
@@ -869,17 +847,6 @@
869847
"UseDualStack": false
870848
}
871849
},
872-
{
873-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
874-
"expect": {
875-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
876-
},
877-
"params": {
878-
"Region": "us-isob-east-1",
879-
"UseFIPS": true,
880-
"UseDualStack": true
881-
}
882-
},
883850
{
884851
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
885852
"expect": {
@@ -901,17 +868,6 @@
901868
"UseDualStack": false
902869
}
903870
},
904-
{
905-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
906-
"expect": {
907-
"error": "DualStack is enabled but this partition does not support DualStack"
908-
},
909-
"params": {
910-
"Region": "us-isob-east-1",
911-
"UseFIPS": false,
912-
"UseDualStack": true
913-
}
914-
},
915871
{
916872
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
917873
"expect": {
@@ -933,17 +889,6 @@
933889
"UseDualStack": false
934890
}
935891
},
936-
{
937-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
938-
"expect": {
939-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
940-
},
941-
"params": {
942-
"Region": "eu-isoe-west-1",
943-
"UseFIPS": true,
944-
"UseDualStack": true
945-
}
946-
},
947892
{
948893
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack disabled",
949894
"expect": {
@@ -965,17 +910,6 @@
965910
"UseDualStack": false
966911
}
967912
},
968-
{
969-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
970-
"expect": {
971-
"error": "DualStack is enabled but this partition does not support DualStack"
972-
},
973-
"params": {
974-
"Region": "eu-isoe-west-1",
975-
"UseFIPS": false,
976-
"UseDualStack": true
977-
}
978-
},
979913
{
980914
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack disabled",
981915
"expect": {
@@ -998,18 +932,28 @@
998932
}
999933
},
1000934
{
1001-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
935+
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack disabled",
1002936
"expect": {
1003-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
937+
"endpoint": {
938+
"properties": {
939+
"authSchemes": [
940+
{
941+
"name": "sigv4",
942+
"signingRegion": "us-isof-south-1"
943+
}
944+
]
945+
},
946+
"url": "https://account-fips.us-isof-south-1.csp.hci.ic.gov"
947+
}
1004948
},
1005949
"params": {
1006950
"Region": "us-isof-south-1",
1007951
"UseFIPS": true,
1008-
"UseDualStack": true
952+
"UseDualStack": false
1009953
}
1010954
},
1011955
{
1012-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack disabled",
956+
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack disabled",
1013957
"expect": {
1014958
"endpoint": {
1015959
"properties": {
@@ -1020,43 +964,53 @@
1020964
}
1021965
]
1022966
},
1023-
"url": "https://account-fips.us-isof-south-1.csp.hci.ic.gov"
967+
"url": "https://account.us-isof-south-1.csp.hci.ic.gov"
1024968
}
1025969
},
1026970
"params": {
1027971
"Region": "us-isof-south-1",
1028-
"UseFIPS": true,
972+
"UseFIPS": false,
1029973
"UseDualStack": false
1030974
}
1031975
},
1032976
{
1033-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
977+
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
1034978
"expect": {
1035-
"error": "DualStack is enabled but this partition does not support DualStack"
979+
"endpoint": {
980+
"properties": {
981+
"authSchemes": [
982+
{
983+
"name": "sigv4",
984+
"signingRegion": "eusc-de-east-1"
985+
}
986+
]
987+
},
988+
"url": "https://account-fips.eusc-de-east-1.amazonaws.eu"
989+
}
1036990
},
1037991
"params": {
1038-
"Region": "us-isof-south-1",
1039-
"UseFIPS": false,
1040-
"UseDualStack": true
992+
"Region": "eusc-de-east-1",
993+
"UseFIPS": true,
994+
"UseDualStack": false
1041995
}
1042996
},
1043997
{
1044-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack disabled",
998+
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
1045999
"expect": {
10461000
"endpoint": {
10471001
"properties": {
10481002
"authSchemes": [
10491003
{
10501004
"name": "sigv4",
1051-
"signingRegion": "us-isof-south-1"
1005+
"signingRegion": "eusc-de-east-1"
10521006
}
10531007
]
10541008
},
1055-
"url": "https://account.us-isof-south-1.csp.hci.ic.gov"
1009+
"url": "https://account.eusc-de-east-1.amazonaws.eu"
10561010
}
10571011
},
10581012
"params": {
1059-
"Region": "us-isof-south-1",
1013+
"Region": "eusc-de-east-1",
10601014
"UseFIPS": false,
10611015
"UseDualStack": false
10621016
}

0 commit comments

Comments
 (0)