Skip to content

Commit 72526a7

Browse files
author
awstools
committed
feat(client-sagemaker-a2i-runtime): Remove incorrect endpoint tests
1 parent cc3247a commit 72526a7

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/sagemaker-a2i-runtime.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -535,17 +535,6 @@
535535
"UseDualStack": false
536536
}
537537
},
538-
{
539-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
540-
"expect": {
541-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
542-
},
543-
"params": {
544-
"Region": "us-iso-east-1",
545-
"UseFIPS": true,
546-
"UseDualStack": true
547-
}
548-
},
549538
{
550539
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
551540
"expect": {
@@ -559,17 +548,6 @@
559548
"UseDualStack": false
560549
}
561550
},
562-
{
563-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
564-
"expect": {
565-
"error": "DualStack is enabled but this partition does not support DualStack"
566-
},
567-
"params": {
568-
"Region": "us-iso-east-1",
569-
"UseFIPS": false,
570-
"UseDualStack": true
571-
}
572-
},
573551
{
574552
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
575553
"expect": {
@@ -583,17 +561,6 @@
583561
"UseDualStack": false
584562
}
585563
},
586-
{
587-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
588-
"expect": {
589-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
590-
},
591-
"params": {
592-
"Region": "us-isob-east-1",
593-
"UseFIPS": true,
594-
"UseDualStack": true
595-
}
596-
},
597564
{
598565
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
599566
"expect": {
@@ -607,17 +574,6 @@
607574
"UseDualStack": false
608575
}
609576
},
610-
{
611-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
612-
"expect": {
613-
"error": "DualStack is enabled but this partition does not support DualStack"
614-
},
615-
"params": {
616-
"Region": "us-isob-east-1",
617-
"UseFIPS": false,
618-
"UseDualStack": true
619-
}
620-
},
621577
{
622578
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
623579
"expect": {

0 commit comments

Comments
 (0)