Skip to content

Commit 26243a8

Browse files
author
awstools
committed
feat(client-opensearch): Remove incorrect endpoint tests
1 parent 1258785 commit 26243a8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,17 +1917,6 @@
19171917
"UseDualStack": false
19181918
}
19191919
},
1920-
{
1921-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1922-
"expect": {
1923-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1924-
},
1925-
"params": {
1926-
"Region": "us-iso-east-1",
1927-
"UseFIPS": true,
1928-
"UseDualStack": true
1929-
}
1930-
},
19311920
{
19321921
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
19331922
"expect": {
@@ -1941,17 +1930,6 @@
19411930
"UseDualStack": false
19421931
}
19431932
},
1944-
{
1945-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1946-
"expect": {
1947-
"error": "DualStack is enabled but this partition does not support DualStack"
1948-
},
1949-
"params": {
1950-
"Region": "us-iso-east-1",
1951-
"UseFIPS": false,
1952-
"UseDualStack": true
1953-
}
1954-
},
19551933
{
19561934
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
19571935
"expect": {
@@ -1965,17 +1943,6 @@
19651943
"UseDualStack": false
19661944
}
19671945
},
1968-
{
1969-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1970-
"expect": {
1971-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1972-
},
1973-
"params": {
1974-
"Region": "us-isob-east-1",
1975-
"UseFIPS": true,
1976-
"UseDualStack": true
1977-
}
1978-
},
19791946
{
19801947
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
19811948
"expect": {
@@ -1989,17 +1956,6 @@
19891956
"UseDualStack": false
19901957
}
19911958
},
1992-
{
1993-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1994-
"expect": {
1995-
"error": "DualStack is enabled but this partition does not support DualStack"
1996-
},
1997-
"params": {
1998-
"Region": "us-isob-east-1",
1999-
"UseFIPS": false,
2000-
"UseDualStack": true
2001-
}
2002-
},
20031959
{
20041960
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
20051961
"expect": {

0 commit comments

Comments
 (0)