Skip to content

Commit 0959d97

Browse files
author
awstools
committed
feat(client-pricing): Remove incorrect endpoint tests
1 parent 6acdec8 commit 0959d97

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -545,17 +545,6 @@
545545
"UseDualStack": false
546546
}
547547
},
548-
{
549-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
550-
"expect": {
551-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
552-
},
553-
"params": {
554-
"Region": "us-iso-east-1",
555-
"UseFIPS": true,
556-
"UseDualStack": true
557-
}
558-
},
559548
{
560549
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
561550
"expect": {
@@ -569,17 +558,6 @@
569558
"UseDualStack": false
570559
}
571560
},
572-
{
573-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
574-
"expect": {
575-
"error": "DualStack is enabled but this partition does not support DualStack"
576-
},
577-
"params": {
578-
"Region": "us-iso-east-1",
579-
"UseFIPS": false,
580-
"UseDualStack": true
581-
}
582-
},
583561
{
584562
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
585563
"expect": {
@@ -593,17 +571,6 @@
593571
"UseDualStack": false
594572
}
595573
},
596-
{
597-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
598-
"expect": {
599-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
600-
},
601-
"params": {
602-
"Region": "us-isob-east-1",
603-
"UseFIPS": true,
604-
"UseDualStack": true
605-
}
606-
},
607574
{
608575
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
609576
"expect": {
@@ -617,17 +584,6 @@
617584
"UseDualStack": false
618585
}
619586
},
620-
{
621-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
622-
"expect": {
623-
"error": "DualStack is enabled but this partition does not support DualStack"
624-
},
625-
"params": {
626-
"Region": "us-isob-east-1",
627-
"UseFIPS": false,
628-
"UseDualStack": true
629-
}
630-
},
631587
{
632588
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
633589
"expect": {

0 commit comments

Comments
 (0)