Skip to content

Commit 1e2ca62

Browse files
author
awstools
committed
feat(client-chime): Remove incorrect endpoint tests
1 parent 62024c4 commit 1e2ca62

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6606,17 +6606,6 @@
66066606
"UseDualStack": false
66076607
}
66086608
},
6609-
{
6610-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
6611-
"expect": {
6612-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
6613-
},
6614-
"params": {
6615-
"Region": "us-iso-east-1",
6616-
"UseFIPS": true,
6617-
"UseDualStack": true
6618-
}
6619-
},
66206609
{
66216610
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
66226611
"expect": {
@@ -6630,17 +6619,6 @@
66306619
"UseDualStack": false
66316620
}
66326621
},
6633-
{
6634-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
6635-
"expect": {
6636-
"error": "DualStack is enabled but this partition does not support DualStack"
6637-
},
6638-
"params": {
6639-
"Region": "us-iso-east-1",
6640-
"UseFIPS": false,
6641-
"UseDualStack": true
6642-
}
6643-
},
66446622
{
66456623
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
66466624
"expect": {
@@ -6654,17 +6632,6 @@
66546632
"UseDualStack": false
66556633
}
66566634
},
6657-
{
6658-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
6659-
"expect": {
6660-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
6661-
},
6662-
"params": {
6663-
"Region": "us-isob-east-1",
6664-
"UseFIPS": true,
6665-
"UseDualStack": true
6666-
}
6667-
},
66686635
{
66696636
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
66706637
"expect": {
@@ -6678,17 +6645,6 @@
66786645
"UseDualStack": false
66796646
}
66806647
},
6681-
{
6682-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
6683-
"expect": {
6684-
"error": "DualStack is enabled but this partition does not support DualStack"
6685-
},
6686-
"params": {
6687-
"Region": "us-isob-east-1",
6688-
"UseFIPS": false,
6689-
"UseDualStack": true
6690-
}
6691-
},
66926648
{
66936649
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
66946650
"expect": {

0 commit comments

Comments
 (0)