Skip to content

Commit 5d94f9b

Browse files
author
awstools
committed
feat(client-textract): Remove incorrect endpoint tests
1 parent a744b53 commit 5d94f9b

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5489,17 +5489,6 @@
54895489
"UseDualStack": true
54905490
}
54915491
},
5492-
{
5493-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
5494-
"expect": {
5495-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5496-
},
5497-
"params": {
5498-
"Region": "us-iso-east-1",
5499-
"UseFIPS": true,
5500-
"UseDualStack": true
5501-
}
5502-
},
55035492
{
55045493
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
55055494
"expect": {
@@ -5513,17 +5502,6 @@
55135502
"UseDualStack": false
55145503
}
55155504
},
5516-
{
5517-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
5518-
"expect": {
5519-
"error": "DualStack is enabled but this partition does not support DualStack"
5520-
},
5521-
"params": {
5522-
"Region": "us-iso-east-1",
5523-
"UseFIPS": false,
5524-
"UseDualStack": true
5525-
}
5526-
},
55275505
{
55285506
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
55295507
"expect": {
@@ -5537,17 +5515,6 @@
55375515
"UseDualStack": false
55385516
}
55395517
},
5540-
{
5541-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
5542-
"expect": {
5543-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5544-
},
5545-
"params": {
5546-
"Region": "us-isob-east-1",
5547-
"UseFIPS": true,
5548-
"UseDualStack": true
5549-
}
5550-
},
55515518
{
55525519
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
55535520
"expect": {
@@ -5561,17 +5528,6 @@
55615528
"UseDualStack": false
55625529
}
55635530
},
5564-
{
5565-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
5566-
"expect": {
5567-
"error": "DualStack is enabled but this partition does not support DualStack"
5568-
},
5569-
"params": {
5570-
"Region": "us-isob-east-1",
5571-
"UseFIPS": false,
5572-
"UseDualStack": true
5573-
}
5574-
},
55755531
{
55765532
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
55775533
"expect": {

0 commit comments

Comments
 (0)