Skip to content

Commit 43e4142

Browse files
author
awstools
committed
feat(client-ssm): Remove incorrect endpoint tests
1 parent 40939d0 commit 43e4142

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,17 +1828,6 @@
18281828
"UseDualStack": false
18291829
}
18301830
},
1831-
{
1832-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1833-
"expect": {
1834-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1835-
},
1836-
"params": {
1837-
"Region": "us-iso-east-1",
1838-
"UseFIPS": true,
1839-
"UseDualStack": true
1840-
}
1841-
},
18421831
{
18431832
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
18441833
"expect": {
@@ -1852,17 +1841,6 @@
18521841
"UseDualStack": false
18531842
}
18541843
},
1855-
{
1856-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1857-
"expect": {
1858-
"error": "DualStack is enabled but this partition does not support DualStack"
1859-
},
1860-
"params": {
1861-
"Region": "us-iso-east-1",
1862-
"UseFIPS": false,
1863-
"UseDualStack": true
1864-
}
1865-
},
18661844
{
18671845
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
18681846
"expect": {
@@ -1876,17 +1854,6 @@
18761854
"UseDualStack": false
18771855
}
18781856
},
1879-
{
1880-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1881-
"expect": {
1882-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1883-
},
1884-
"params": {
1885-
"Region": "us-isob-east-1",
1886-
"UseFIPS": true,
1887-
"UseDualStack": true
1888-
}
1889-
},
18901857
{
18911858
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
18921859
"expect": {
@@ -1900,17 +1867,6 @@
19001867
"UseDualStack": false
19011868
}
19021869
},
1903-
{
1904-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1905-
"expect": {
1906-
"error": "DualStack is enabled but this partition does not support DualStack"
1907-
},
1908-
"params": {
1909-
"Region": "us-isob-east-1",
1910-
"UseFIPS": false,
1911-
"UseDualStack": true
1912-
}
1913-
},
19141870
{
19151871
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
19161872
"expect": {

0 commit comments

Comments
 (0)