Skip to content

Commit 914e762

Browse files
author
awstools
committed
feat(client-personalize-runtime): Remove incorrect endpoint tests
1 parent 07adaca commit 914e762

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

codegen/sdk-codegen/aws-models/personalize-runtime.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -544,17 +544,6 @@
544544
"UseDualStack": false
545545
}
546546
},
547-
{
548-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
549-
"expect": {
550-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
551-
},
552-
"params": {
553-
"Region": "us-iso-east-1",
554-
"UseFIPS": true,
555-
"UseDualStack": true
556-
}
557-
},
558547
{
559548
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
560549
"expect": {
@@ -568,17 +557,6 @@
568557
"UseDualStack": false
569558
}
570559
},
571-
{
572-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
573-
"expect": {
574-
"error": "DualStack is enabled but this partition does not support DualStack"
575-
},
576-
"params": {
577-
"Region": "us-iso-east-1",
578-
"UseFIPS": false,
579-
"UseDualStack": true
580-
}
581-
},
582560
{
583561
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
584562
"expect": {
@@ -592,17 +570,6 @@
592570
"UseDualStack": false
593571
}
594572
},
595-
{
596-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
597-
"expect": {
598-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
599-
},
600-
"params": {
601-
"Region": "us-isob-east-1",
602-
"UseFIPS": true,
603-
"UseDualStack": true
604-
}
605-
},
606573
{
607574
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
608575
"expect": {
@@ -616,17 +583,6 @@
616583
"UseDualStack": false
617584
}
618585
},
619-
{
620-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
621-
"expect": {
622-
"error": "DualStack is enabled but this partition does not support DualStack"
623-
},
624-
"params": {
625-
"Region": "us-isob-east-1",
626-
"UseFIPS": false,
627-
"UseDualStack": true
628-
}
629-
},
630586
{
631587
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
632588
"expect": {

0 commit comments

Comments
 (0)