Skip to content

Commit 1a6baf6

Browse files
author
awstools
committed
feat(client-cloudtrail-data): Remove incorrect endpoint tests
1 parent fe25135 commit 1a6baf6

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/cloudtrail-data.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -646,17 +646,6 @@
646646
"UseDualStack": false
647647
}
648648
},
649-
{
650-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
651-
"expect": {
652-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
653-
},
654-
"params": {
655-
"Region": "us-iso-east-1",
656-
"UseFIPS": true,
657-
"UseDualStack": true
658-
}
659-
},
660649
{
661650
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
662651
"expect": {
@@ -670,17 +659,6 @@
670659
"UseDualStack": false
671660
}
672661
},
673-
{
674-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
675-
"expect": {
676-
"error": "DualStack is enabled but this partition does not support DualStack"
677-
},
678-
"params": {
679-
"Region": "us-iso-east-1",
680-
"UseFIPS": false,
681-
"UseDualStack": true
682-
}
683-
},
684662
{
685663
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
686664
"expect": {
@@ -694,17 +672,6 @@
694672
"UseDualStack": false
695673
}
696674
},
697-
{
698-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
699-
"expect": {
700-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
701-
},
702-
"params": {
703-
"Region": "us-isob-east-1",
704-
"UseFIPS": true,
705-
"UseDualStack": true
706-
}
707-
},
708675
{
709676
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
710677
"expect": {
@@ -718,17 +685,6 @@
718685
"UseDualStack": false
719686
}
720687
},
721-
{
722-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
723-
"expect": {
724-
"error": "DualStack is enabled but this partition does not support DualStack"
725-
},
726-
"params": {
727-
"Region": "us-isob-east-1",
728-
"UseFIPS": false,
729-
"UseDualStack": true
730-
}
731-
},
732688
{
733689
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
734690
"expect": {

0 commit comments

Comments
 (0)