Skip to content

Commit f81fb5d

Browse files
author
awstools
committed
feat(client-bedrock-agentcore): Remove incorrect endpoint tests
1 parent 9b9b9f4 commit f81fb5d

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/bedrock-agentcore.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -623,17 +623,6 @@
623623
"UseDualStack": false
624624
}
625625
},
626-
{
627-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
628-
"expect": {
629-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
630-
},
631-
"params": {
632-
"Region": "us-iso-east-1",
633-
"UseFIPS": true,
634-
"UseDualStack": true
635-
}
636-
},
637626
{
638627
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
639628
"expect": {
@@ -647,17 +636,6 @@
647636
"UseDualStack": false
648637
}
649638
},
650-
{
651-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
652-
"expect": {
653-
"error": "DualStack is enabled but this partition does not support DualStack"
654-
},
655-
"params": {
656-
"Region": "us-iso-east-1",
657-
"UseFIPS": false,
658-
"UseDualStack": true
659-
}
660-
},
661639
{
662640
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
663641
"expect": {
@@ -671,17 +649,6 @@
671649
"UseDualStack": false
672650
}
673651
},
674-
{
675-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
676-
"expect": {
677-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
678-
},
679-
"params": {
680-
"Region": "us-isob-east-1",
681-
"UseFIPS": true,
682-
"UseDualStack": true
683-
}
684-
},
685652
{
686653
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
687654
"expect": {
@@ -695,17 +662,6 @@
695662
"UseDualStack": false
696663
}
697664
},
698-
{
699-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
700-
"expect": {
701-
"error": "DualStack is enabled but this partition does not support DualStack"
702-
},
703-
"params": {
704-
"Region": "us-isob-east-1",
705-
"UseFIPS": false,
706-
"UseDualStack": true
707-
}
708-
},
709665
{
710666
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
711667
"expect": {

0 commit comments

Comments
 (0)