Skip to content

Commit fae738b

Browse files
author
awstools
committed
feat(client-elastic-transcoder): Remove incorrect endpoint tests
1 parent dcd32bb commit fae738b

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/elastic-transcoder.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,17 +1839,6 @@
18391839
"UseDualStack": false
18401840
}
18411841
},
1842-
{
1843-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1844-
"expect": {
1845-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1846-
},
1847-
"params": {
1848-
"Region": "us-iso-east-1",
1849-
"UseFIPS": true,
1850-
"UseDualStack": true
1851-
}
1852-
},
18531842
{
18541843
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
18551844
"expect": {
@@ -1863,17 +1852,6 @@
18631852
"UseDualStack": false
18641853
}
18651854
},
1866-
{
1867-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1868-
"expect": {
1869-
"error": "DualStack is enabled but this partition does not support DualStack"
1870-
},
1871-
"params": {
1872-
"Region": "us-iso-east-1",
1873-
"UseFIPS": false,
1874-
"UseDualStack": true
1875-
}
1876-
},
18771855
{
18781856
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
18791857
"expect": {
@@ -1887,17 +1865,6 @@
18871865
"UseDualStack": false
18881866
}
18891867
},
1890-
{
1891-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1892-
"expect": {
1893-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1894-
},
1895-
"params": {
1896-
"Region": "us-isob-east-1",
1897-
"UseFIPS": true,
1898-
"UseDualStack": true
1899-
}
1900-
},
19011868
{
19021869
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
19031870
"expect": {
@@ -1911,17 +1878,6 @@
19111878
"UseDualStack": false
19121879
}
19131880
},
1914-
{
1915-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1916-
"expect": {
1917-
"error": "DualStack is enabled but this partition does not support DualStack"
1918-
},
1919-
"params": {
1920-
"Region": "us-isob-east-1",
1921-
"UseFIPS": false,
1922-
"UseDualStack": true
1923-
}
1924-
},
19251881
{
19261882
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
19271883
"expect": {

0 commit comments

Comments
 (0)