Skip to content

Commit 587c1ea

Browse files
author
awstools
committed
feat(client-tnb): Remove incorrect endpoint tests
1 parent 713bb43 commit 587c1ea

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5100,17 +5100,6 @@
51005100
"UseDualStack": false
51015101
}
51025102
},
5103-
{
5104-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
5105-
"expect": {
5106-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5107-
},
5108-
"params": {
5109-
"Region": "us-iso-east-1",
5110-
"UseFIPS": true,
5111-
"UseDualStack": true
5112-
}
5113-
},
51145103
{
51155104
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
51165105
"expect": {
@@ -5124,17 +5113,6 @@
51245113
"UseDualStack": false
51255114
}
51265115
},
5127-
{
5128-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
5129-
"expect": {
5130-
"error": "DualStack is enabled but this partition does not support DualStack"
5131-
},
5132-
"params": {
5133-
"Region": "us-iso-east-1",
5134-
"UseFIPS": false,
5135-
"UseDualStack": true
5136-
}
5137-
},
51385116
{
51395117
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
51405118
"expect": {
@@ -5148,17 +5126,6 @@
51485126
"UseDualStack": false
51495127
}
51505128
},
5151-
{
5152-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
5153-
"expect": {
5154-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5155-
},
5156-
"params": {
5157-
"Region": "us-isob-east-1",
5158-
"UseFIPS": true,
5159-
"UseDualStack": true
5160-
}
5161-
},
51625129
{
51635130
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
51645131
"expect": {
@@ -5172,17 +5139,6 @@
51725139
"UseDualStack": false
51735140
}
51745141
},
5175-
{
5176-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
5177-
"expect": {
5178-
"error": "DualStack is enabled but this partition does not support DualStack"
5179-
},
5180-
"params": {
5181-
"Region": "us-isob-east-1",
5182-
"UseFIPS": false,
5183-
"UseDualStack": true
5184-
}
5185-
},
51865142
{
51875143
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
51885144
"expect": {

0 commit comments

Comments
 (0)