Skip to content

Commit 569d9f8

Browse files
author
awstools
committed
feat(client-kinesis): Remove incorrect endpoint tests
1 parent 385adca commit 569d9f8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4172,17 +4172,6 @@
41724172
"UseDualStack": false
41734173
}
41744174
},
4175-
{
4176-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
4177-
"expect": {
4178-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4179-
},
4180-
"params": {
4181-
"Region": "us-iso-east-1",
4182-
"UseFIPS": true,
4183-
"UseDualStack": true
4184-
}
4185-
},
41864175
{
41874176
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
41884177
"expect": {
@@ -4196,17 +4185,6 @@
41964185
"UseDualStack": false
41974186
}
41984187
},
4199-
{
4200-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
4201-
"expect": {
4202-
"error": "DualStack is enabled but this partition does not support DualStack"
4203-
},
4204-
"params": {
4205-
"Region": "us-iso-east-1",
4206-
"UseFIPS": false,
4207-
"UseDualStack": true
4208-
}
4209-
},
42104188
{
42114189
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
42124190
"expect": {
@@ -4220,17 +4198,6 @@
42204198
"UseDualStack": false
42214199
}
42224200
},
4223-
{
4224-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
4225-
"expect": {
4226-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4227-
},
4228-
"params": {
4229-
"Region": "us-isob-east-1",
4230-
"UseFIPS": true,
4231-
"UseDualStack": true
4232-
}
4233-
},
42344201
{
42354202
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
42364203
"expect": {
@@ -4244,17 +4211,6 @@
42444211
"UseDualStack": false
42454212
}
42464213
},
4247-
{
4248-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
4249-
"expect": {
4250-
"error": "DualStack is enabled but this partition does not support DualStack"
4251-
},
4252-
"params": {
4253-
"Region": "us-isob-east-1",
4254-
"UseFIPS": false,
4255-
"UseDualStack": true
4256-
}
4257-
},
42584214
{
42594215
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
42604216
"expect": {

0 commit comments

Comments
 (0)