Skip to content

Commit ffc0a01

Browse files
author
awstools
committed
feat(client-qapps): Remove incorrect endpoint tests
1 parent ff8a1ba commit ffc0a01

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5239,17 +5239,6 @@
52395239
"UseDualStack": false
52405240
}
52415241
},
5242-
{
5243-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
5244-
"expect": {
5245-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5246-
},
5247-
"params": {
5248-
"Region": "us-iso-east-1",
5249-
"UseFIPS": true,
5250-
"UseDualStack": true
5251-
}
5252-
},
52535242
{
52545243
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
52555244
"expect": {
@@ -5263,17 +5252,6 @@
52635252
"UseDualStack": false
52645253
}
52655254
},
5266-
{
5267-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
5268-
"expect": {
5269-
"error": "DualStack is enabled but this partition does not support DualStack"
5270-
},
5271-
"params": {
5272-
"Region": "us-iso-east-1",
5273-
"UseFIPS": false,
5274-
"UseDualStack": true
5275-
}
5276-
},
52775255
{
52785256
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
52795257
"expect": {
@@ -5287,17 +5265,6 @@
52875265
"UseDualStack": false
52885266
}
52895267
},
5290-
{
5291-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
5292-
"expect": {
5293-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5294-
},
5295-
"params": {
5296-
"Region": "us-isob-east-1",
5297-
"UseFIPS": true,
5298-
"UseDualStack": true
5299-
}
5300-
},
53015268
{
53025269
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
53035270
"expect": {
@@ -5311,17 +5278,6 @@
53115278
"UseDualStack": false
53125279
}
53135280
},
5314-
{
5315-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
5316-
"expect": {
5317-
"error": "DualStack is enabled but this partition does not support DualStack"
5318-
},
5319-
"params": {
5320-
"Region": "us-isob-east-1",
5321-
"UseFIPS": false,
5322-
"UseDualStack": true
5323-
}
5324-
},
53255281
{
53265282
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
53275283
"expect": {

0 commit comments

Comments
 (0)