Skip to content

Commit eb9a321

Browse files
author
awstools
committed
feat(client-resiliencehub): Remove incorrect endpoint tests
1 parent 10f59aa commit eb9a321

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,17 +2178,6 @@
21782178
"UseDualStack": false
21792179
}
21802180
},
2181-
{
2182-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2183-
"expect": {
2184-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2185-
},
2186-
"params": {
2187-
"Region": "us-iso-east-1",
2188-
"UseFIPS": true,
2189-
"UseDualStack": true
2190-
}
2191-
},
21922181
{
21932182
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
21942183
"expect": {
@@ -2202,17 +2191,6 @@
22022191
"UseDualStack": false
22032192
}
22042193
},
2205-
{
2206-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2207-
"expect": {
2208-
"error": "DualStack is enabled but this partition does not support DualStack"
2209-
},
2210-
"params": {
2211-
"Region": "us-iso-east-1",
2212-
"UseFIPS": false,
2213-
"UseDualStack": true
2214-
}
2215-
},
22162194
{
22172195
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
22182196
"expect": {
@@ -2226,17 +2204,6 @@
22262204
"UseDualStack": false
22272205
}
22282206
},
2229-
{
2230-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2231-
"expect": {
2232-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2233-
},
2234-
"params": {
2235-
"Region": "us-isob-east-1",
2236-
"UseFIPS": true,
2237-
"UseDualStack": true
2238-
}
2239-
},
22402207
{
22412208
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
22422209
"expect": {
@@ -2250,17 +2217,6 @@
22502217
"UseDualStack": false
22512218
}
22522219
},
2253-
{
2254-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2255-
"expect": {
2256-
"error": "DualStack is enabled but this partition does not support DualStack"
2257-
},
2258-
"params": {
2259-
"Region": "us-isob-east-1",
2260-
"UseFIPS": false,
2261-
"UseDualStack": true
2262-
}
2263-
},
22642220
{
22652221
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
22662222
"expect": {

0 commit comments

Comments
 (0)