Skip to content

Commit bc2f32f

Browse files
author
awstools
committed
feat(client-bedrock-agent): Remove incorrect endpoint tests
1 parent 6306635 commit bc2f32f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,17 +2079,6 @@
20792079
"UseDualStack": false
20802080
}
20812081
},
2082-
{
2083-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2084-
"expect": {
2085-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2086-
},
2087-
"params": {
2088-
"Region": "us-iso-east-1",
2089-
"UseFIPS": true,
2090-
"UseDualStack": true
2091-
}
2092-
},
20932082
{
20942083
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
20952084
"expect": {
@@ -2103,17 +2092,6 @@
21032092
"UseDualStack": false
21042093
}
21052094
},
2106-
{
2107-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2108-
"expect": {
2109-
"error": "DualStack is enabled but this partition does not support DualStack"
2110-
},
2111-
"params": {
2112-
"Region": "us-iso-east-1",
2113-
"UseFIPS": false,
2114-
"UseDualStack": true
2115-
}
2116-
},
21172095
{
21182096
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
21192097
"expect": {
@@ -2127,17 +2105,6 @@
21272105
"UseDualStack": false
21282106
}
21292107
},
2130-
{
2131-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2132-
"expect": {
2133-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2134-
},
2135-
"params": {
2136-
"Region": "us-isob-east-1",
2137-
"UseFIPS": true,
2138-
"UseDualStack": true
2139-
}
2140-
},
21412108
{
21422109
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
21432110
"expect": {
@@ -2151,17 +2118,6 @@
21512118
"UseDualStack": false
21522119
}
21532120
},
2154-
{
2155-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2156-
"expect": {
2157-
"error": "DualStack is enabled but this partition does not support DualStack"
2158-
},
2159-
"params": {
2160-
"Region": "us-isob-east-1",
2161-
"UseFIPS": false,
2162-
"UseDualStack": true
2163-
}
2164-
},
21652121
{
21662122
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
21672123
"expect": {

0 commit comments

Comments
 (0)