Skip to content

Commit 8956d39

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: Remove incorrect endpoint tests
1 parent 02cbdfc commit 8956d39

File tree

3 files changed

+8
-48
lines changed

3 files changed

+8
-48
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Managed Streaming for Kafka",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/kafka/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -455,17 +455,6 @@
455455
"UseDualStack": true
456456
}
457457
},
458-
{
459-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
460-
"expect": {
461-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
462-
},
463-
"params": {
464-
"Region": "us-iso-east-1",
465-
"UseFIPS": true,
466-
"UseDualStack": true
467-
}
468-
},
469458
{
470459
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
471460
"expect": {
@@ -479,17 +468,6 @@
479468
"UseDualStack": false
480469
}
481470
},
482-
{
483-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
484-
"expect": {
485-
"error": "DualStack is enabled but this partition does not support DualStack"
486-
},
487-
"params": {
488-
"Region": "us-iso-east-1",
489-
"UseFIPS": false,
490-
"UseDualStack": true
491-
}
492-
},
493471
{
494472
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
495473
"expect": {
@@ -503,17 +481,6 @@
503481
"UseDualStack": false
504482
}
505483
},
506-
{
507-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
508-
"expect": {
509-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
510-
},
511-
"params": {
512-
"Region": "us-isob-east-1",
513-
"UseFIPS": true,
514-
"UseDualStack": true
515-
}
516-
},
517484
{
518485
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
519486
"expect": {
@@ -527,17 +494,6 @@
527494
"UseDualStack": false
528495
}
529496
},
530-
{
531-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
532-
"expect": {
533-
"error": "DualStack is enabled but this partition does not support DualStack"
534-
},
535-
"params": {
536-
"Region": "us-isob-east-1",
537-
"UseFIPS": false,
538-
"UseDualStack": true
539-
}
540-
},
541497
{
542498
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
543499
"expect": {

services/kafka/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3721,8 +3721,7 @@
37213721
},
37223722
"DeleteClusterPolicyResponse": {
37233723
"type": "structure",
3724-
"members": {
3725-
}
3724+
"members": {}
37263725
},
37273726
"DeleteConfigurationRequest": {
37283727
"type": "structure",
@@ -5083,8 +5082,7 @@
50835082
},
50845083
"RejectClientVpcConnectionResponse": {
50855084
"type": "structure",
5086-
"members": {
5087-
}
5085+
"members": {}
50885086
},
50895087
"MaxResults": {
50905088
"type": "integer",

0 commit comments

Comments
 (0)