Skip to content

Commit 3059537

Browse files
author
awstools
committed
feat(client-evidently): Remove incorrect endpoint tests
1 parent 684a0ff commit 3059537

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,17 +1914,6 @@
19141914
"UseDualStack": false
19151915
}
19161916
},
1917-
{
1918-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1919-
"expect": {
1920-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1921-
},
1922-
"params": {
1923-
"Region": "us-iso-east-1",
1924-
"UseFIPS": true,
1925-
"UseDualStack": true
1926-
}
1927-
},
19281917
{
19291918
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
19301919
"expect": {
@@ -1938,17 +1927,6 @@
19381927
"UseDualStack": false
19391928
}
19401929
},
1941-
{
1942-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1943-
"expect": {
1944-
"error": "DualStack is enabled but this partition does not support DualStack"
1945-
},
1946-
"params": {
1947-
"Region": "us-iso-east-1",
1948-
"UseFIPS": false,
1949-
"UseDualStack": true
1950-
}
1951-
},
19521930
{
19531931
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
19541932
"expect": {
@@ -1962,17 +1940,6 @@
19621940
"UseDualStack": false
19631941
}
19641942
},
1965-
{
1966-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1967-
"expect": {
1968-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1969-
},
1970-
"params": {
1971-
"Region": "us-isob-east-1",
1972-
"UseFIPS": true,
1973-
"UseDualStack": true
1974-
}
1975-
},
19761943
{
19771944
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
19781945
"expect": {
@@ -1986,17 +1953,6 @@
19861953
"UseDualStack": false
19871954
}
19881955
},
1989-
{
1990-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1991-
"expect": {
1992-
"error": "DualStack is enabled but this partition does not support DualStack"
1993-
},
1994-
"params": {
1995-
"Region": "us-isob-east-1",
1996-
"UseFIPS": false,
1997-
"UseDualStack": true
1998-
}
1999-
},
20001956
{
20011957
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
20021958
"expect": {

0 commit comments

Comments
 (0)