Skip to content

Commit 77dcdd6

Browse files
author
awstools
committed
feat(client-transcribe): Remove incorrect endpoint tests
1 parent 6baad00 commit 77dcdd6

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/transcribe.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -7246,17 +7246,6 @@
72467246
"UseDualStack": false
72477247
}
72487248
},
7249-
{
7250-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
7251-
"expect": {
7252-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
7253-
},
7254-
"params": {
7255-
"Region": "us-iso-east-1",
7256-
"UseFIPS": true,
7257-
"UseDualStack": true
7258-
}
7259-
},
72607249
{
72617250
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
72627251
"expect": {
@@ -7270,28 +7259,6 @@
72707259
"UseDualStack": false
72717260
}
72727261
},
7273-
{
7274-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
7275-
"expect": {
7276-
"error": "DualStack is enabled but this partition does not support DualStack"
7277-
},
7278-
"params": {
7279-
"Region": "us-iso-east-1",
7280-
"UseFIPS": false,
7281-
"UseDualStack": true
7282-
}
7283-
},
7284-
{
7285-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
7286-
"expect": {
7287-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
7288-
},
7289-
"params": {
7290-
"Region": "us-isob-east-1",
7291-
"UseFIPS": true,
7292-
"UseDualStack": true
7293-
}
7294-
},
72957262
{
72967263
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
72977264
"expect": {
@@ -7305,17 +7272,6 @@
73057272
"UseDualStack": false
73067273
}
73077274
},
7308-
{
7309-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
7310-
"expect": {
7311-
"error": "DualStack is enabled but this partition does not support DualStack"
7312-
},
7313-
"params": {
7314-
"Region": "us-isob-east-1",
7315-
"UseFIPS": false,
7316-
"UseDualStack": true
7317-
}
7318-
},
73197275
{
73207276
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
73217277
"expect": {

0 commit comments

Comments
 (0)