Skip to content

Commit c862ea1

Browse files
author
awstools
committed
feat(client-dataexchange): Remove incorrect endpoint tests
1 parent 8426d8f commit c862ea1

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,17 +2116,6 @@
21162116
"UseDualStack": false
21172117
}
21182118
},
2119-
{
2120-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2121-
"expect": {
2122-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2123-
},
2124-
"params": {
2125-
"Region": "us-iso-east-1",
2126-
"UseFIPS": true,
2127-
"UseDualStack": true
2128-
}
2129-
},
21302119
{
21312120
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
21322121
"expect": {
@@ -2140,17 +2129,6 @@
21402129
"UseDualStack": false
21412130
}
21422131
},
2143-
{
2144-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2145-
"expect": {
2146-
"error": "DualStack is enabled but this partition does not support DualStack"
2147-
},
2148-
"params": {
2149-
"Region": "us-iso-east-1",
2150-
"UseFIPS": false,
2151-
"UseDualStack": true
2152-
}
2153-
},
21542132
{
21552133
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
21562134
"expect": {
@@ -2164,17 +2142,6 @@
21642142
"UseDualStack": false
21652143
}
21662144
},
2167-
{
2168-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2169-
"expect": {
2170-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2171-
},
2172-
"params": {
2173-
"Region": "us-isob-east-1",
2174-
"UseFIPS": true,
2175-
"UseDualStack": true
2176-
}
2177-
},
21782145
{
21792146
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
21802147
"expect": {
@@ -2188,17 +2155,6 @@
21882155
"UseDualStack": false
21892156
}
21902157
},
2191-
{
2192-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2193-
"expect": {
2194-
"error": "DualStack is enabled but this partition does not support DualStack"
2195-
},
2196-
"params": {
2197-
"Region": "us-isob-east-1",
2198-
"UseFIPS": false,
2199-
"UseDualStack": true
2200-
}
2201-
},
22022158
{
22032159
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
22042160
"expect": {

0 commit comments

Comments
 (0)