Skip to content

Commit e47bc61

Browse files
author
awstools
committed
feat(client-kafka): Remove incorrect endpoint tests
1 parent 49cc48a commit e47bc61

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4865,17 +4865,6 @@
48654865
"UseDualStack": true
48664866
}
48674867
},
4868-
{
4869-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
4870-
"expect": {
4871-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4872-
},
4873-
"params": {
4874-
"Region": "us-iso-east-1",
4875-
"UseFIPS": true,
4876-
"UseDualStack": true
4877-
}
4878-
},
48794868
{
48804869
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
48814870
"expect": {
@@ -4889,17 +4878,6 @@
48894878
"UseDualStack": false
48904879
}
48914880
},
4892-
{
4893-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
4894-
"expect": {
4895-
"error": "DualStack is enabled but this partition does not support DualStack"
4896-
},
4897-
"params": {
4898-
"Region": "us-iso-east-1",
4899-
"UseFIPS": false,
4900-
"UseDualStack": true
4901-
}
4902-
},
49034881
{
49044882
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
49054883
"expect": {
@@ -4913,17 +4891,6 @@
49134891
"UseDualStack": false
49144892
}
49154893
},
4916-
{
4917-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
4918-
"expect": {
4919-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4920-
},
4921-
"params": {
4922-
"Region": "us-isob-east-1",
4923-
"UseFIPS": true,
4924-
"UseDualStack": true
4925-
}
4926-
},
49274894
{
49284895
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
49294896
"expect": {
@@ -4937,17 +4904,6 @@
49374904
"UseDualStack": false
49384905
}
49394906
},
4940-
{
4941-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
4942-
"expect": {
4943-
"error": "DualStack is enabled but this partition does not support DualStack"
4944-
},
4945-
"params": {
4946-
"Region": "us-isob-east-1",
4947-
"UseFIPS": false,
4948-
"UseDualStack": true
4949-
}
4950-
},
49514907
{
49524908
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
49534909
"expect": {

0 commit comments

Comments
 (0)