Skip to content

Commit b18c315

Browse files
author
awstools
committed
feat(client-pca-connector-scep): Remove incorrect endpoint tests
1 parent 26b7e07 commit b18c315

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/pca-connector-scep.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,17 +1874,6 @@
18741874
"UseDualStack": false
18751875
}
18761876
},
1877-
{
1878-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1879-
"expect": {
1880-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1881-
},
1882-
"params": {
1883-
"Region": "us-iso-east-1",
1884-
"UseFIPS": true,
1885-
"UseDualStack": true
1886-
}
1887-
},
18881877
{
18891878
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
18901879
"expect": {
@@ -1898,17 +1887,6 @@
18981887
"UseDualStack": false
18991888
}
19001889
},
1901-
{
1902-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1903-
"expect": {
1904-
"error": "DualStack is enabled but this partition does not support DualStack"
1905-
},
1906-
"params": {
1907-
"Region": "us-iso-east-1",
1908-
"UseFIPS": false,
1909-
"UseDualStack": true
1910-
}
1911-
},
19121890
{
19131891
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
19141892
"expect": {
@@ -1922,17 +1900,6 @@
19221900
"UseDualStack": false
19231901
}
19241902
},
1925-
{
1926-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1927-
"expect": {
1928-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1929-
},
1930-
"params": {
1931-
"Region": "us-isob-east-1",
1932-
"UseFIPS": true,
1933-
"UseDualStack": true
1934-
}
1935-
},
19361903
{
19371904
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
19381905
"expect": {
@@ -1946,17 +1913,6 @@
19461913
"UseDualStack": false
19471914
}
19481915
},
1949-
{
1950-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1951-
"expect": {
1952-
"error": "DualStack is enabled but this partition does not support DualStack"
1953-
},
1954-
"params": {
1955-
"Region": "us-isob-east-1",
1956-
"UseFIPS": false,
1957-
"UseDualStack": true
1958-
}
1959-
},
19601916
{
19611917
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
19621918
"expect": {

0 commit comments

Comments
 (0)