Skip to content

Commit 6e15ba2

Browse files
author
awstools
committed
feat(client-cost-and-usage-report-service): Remove incorrect endpoint tests
1 parent f17baaf commit 6e15ba2

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/cost-and-usage-report-service.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -555,17 +555,6 @@
555555
"UseDualStack": false
556556
}
557557
},
558-
{
559-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
560-
"expect": {
561-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
562-
},
563-
"params": {
564-
"Region": "us-iso-east-1",
565-
"UseFIPS": true,
566-
"UseDualStack": true
567-
}
568-
},
569558
{
570559
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
571560
"expect": {
@@ -579,17 +568,6 @@
579568
"UseDualStack": false
580569
}
581570
},
582-
{
583-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
584-
"expect": {
585-
"error": "DualStack is enabled but this partition does not support DualStack"
586-
},
587-
"params": {
588-
"Region": "us-iso-east-1",
589-
"UseFIPS": false,
590-
"UseDualStack": true
591-
}
592-
},
593571
{
594572
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
595573
"expect": {
@@ -603,17 +581,6 @@
603581
"UseDualStack": false
604582
}
605583
},
606-
{
607-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
608-
"expect": {
609-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
610-
},
611-
"params": {
612-
"Region": "us-isob-east-1",
613-
"UseFIPS": true,
614-
"UseDualStack": true
615-
}
616-
},
617584
{
618585
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
619586
"expect": {
@@ -627,17 +594,6 @@
627594
"UseDualStack": false
628595
}
629596
},
630-
{
631-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
632-
"expect": {
633-
"error": "DualStack is enabled but this partition does not support DualStack"
634-
},
635-
"params": {
636-
"Region": "us-isob-east-1",
637-
"UseFIPS": false,
638-
"UseDualStack": true
639-
}
640-
},
641597
{
642598
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
643599
"expect": {

0 commit comments

Comments
 (0)