Skip to content

Commit a2428e0

Browse files
author
awstools
committed
feat(client-transcribe-streaming): Remove incorrect endpoint tests
1 parent b149f45 commit a2428e0

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4254,17 +4254,6 @@
42544254
"UseDualStack": false
42554255
}
42564256
},
4257-
{
4258-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
4259-
"expect": {
4260-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4261-
},
4262-
"params": {
4263-
"Region": "us-iso-east-1",
4264-
"UseFIPS": true,
4265-
"UseDualStack": true
4266-
}
4267-
},
42684257
{
42694258
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
42704259
"expect": {
@@ -4278,28 +4267,6 @@
42784267
"UseDualStack": false
42794268
}
42804269
},
4281-
{
4282-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
4283-
"expect": {
4284-
"error": "DualStack is enabled but this partition does not support DualStack"
4285-
},
4286-
"params": {
4287-
"Region": "us-iso-east-1",
4288-
"UseFIPS": false,
4289-
"UseDualStack": true
4290-
}
4291-
},
4292-
{
4293-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
4294-
"expect": {
4295-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4296-
},
4297-
"params": {
4298-
"Region": "us-isob-east-1",
4299-
"UseFIPS": true,
4300-
"UseDualStack": true
4301-
}
4302-
},
43034270
{
43044271
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
43054272
"expect": {
@@ -4313,17 +4280,6 @@
43134280
"UseDualStack": false
43144281
}
43154282
},
4316-
{
4317-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
4318-
"expect": {
4319-
"error": "DualStack is enabled but this partition does not support DualStack"
4320-
},
4321-
"params": {
4322-
"Region": "us-isob-east-1",
4323-
"UseFIPS": false,
4324-
"UseDualStack": true
4325-
}
4326-
},
43274283
{
43284284
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
43294285
"expect": {

0 commit comments

Comments
 (0)