Skip to content

Commit 539e680

Browse files
author
awstools
committed
feat(client-bedrock-data-automation-runtime): Remove incorrect endpoint tests
1 parent d1c8067 commit 539e680

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/bedrock-data-automation-runtime.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -554,17 +554,6 @@
554554
"UseDualStack": false
555555
}
556556
},
557-
{
558-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
559-
"expect": {
560-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
561-
},
562-
"params": {
563-
"Region": "us-iso-east-1",
564-
"UseFIPS": true,
565-
"UseDualStack": true
566-
}
567-
},
568557
{
569558
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
570559
"expect": {
@@ -578,17 +567,6 @@
578567
"UseDualStack": false
579568
}
580569
},
581-
{
582-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
583-
"expect": {
584-
"error": "DualStack is enabled but this partition does not support DualStack"
585-
},
586-
"params": {
587-
"Region": "us-iso-east-1",
588-
"UseFIPS": false,
589-
"UseDualStack": true
590-
}
591-
},
592570
{
593571
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
594572
"expect": {
@@ -602,17 +580,6 @@
602580
"UseDualStack": false
603581
}
604582
},
605-
{
606-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
607-
"expect": {
608-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
609-
},
610-
"params": {
611-
"Region": "us-isob-east-1",
612-
"UseFIPS": true,
613-
"UseDualStack": true
614-
}
615-
},
616583
{
617584
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
618585
"expect": {
@@ -626,17 +593,6 @@
626593
"UseDualStack": false
627594
}
628595
},
629-
{
630-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
631-
"expect": {
632-
"error": "DualStack is enabled but this partition does not support DualStack"
633-
},
634-
"params": {
635-
"Region": "us-isob-east-1",
636-
"UseFIPS": false,
637-
"UseDualStack": true
638-
}
639-
},
640596
{
641597
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
642598
"expect": {

0 commit comments

Comments
 (0)