Skip to content

Commit 4b03c07

Browse files
author
awstools
committed
feat(client-savingsplans): Remove incorrect endpoint tests
1 parent ddbdddb commit 4b03c07

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -632,17 +632,6 @@
632632
"UseDualStack": false
633633
}
634634
},
635-
{
636-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
637-
"expect": {
638-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
639-
},
640-
"params": {
641-
"Region": "us-iso-east-1",
642-
"UseFIPS": true,
643-
"UseDualStack": true
644-
}
645-
},
646635
{
647636
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
648637
"expect": {
@@ -656,17 +645,6 @@
656645
"UseDualStack": false
657646
}
658647
},
659-
{
660-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
661-
"expect": {
662-
"error": "DualStack is enabled but this partition does not support DualStack"
663-
},
664-
"params": {
665-
"Region": "us-iso-east-1",
666-
"UseFIPS": false,
667-
"UseDualStack": true
668-
}
669-
},
670648
{
671649
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
672650
"expect": {
@@ -680,17 +658,6 @@
680658
"UseDualStack": false
681659
}
682660
},
683-
{
684-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
685-
"expect": {
686-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
687-
},
688-
"params": {
689-
"Region": "us-isob-east-1",
690-
"UseFIPS": true,
691-
"UseDualStack": true
692-
}
693-
},
694661
{
695662
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
696663
"expect": {
@@ -704,17 +671,6 @@
704671
"UseDualStack": false
705672
}
706673
},
707-
{
708-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
709-
"expect": {
710-
"error": "DualStack is enabled but this partition does not support DualStack"
711-
},
712-
"params": {
713-
"Region": "us-isob-east-1",
714-
"UseFIPS": false,
715-
"UseDualStack": true
716-
}
717-
},
718674
{
719675
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
720676
"expect": {

0 commit comments

Comments
 (0)