Skip to content

Commit fee7295

Browse files
author
AWS
committed
Amazon Connect Contact Lens Update: Remove incorrect endpoint tests
1 parent de575fb commit fee7295

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
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": "Amazon Connect Contact Lens",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,6 @@
247247
"UseDualStack": false
248248
}
249249
},
250-
{
251-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
252-
"expect": {
253-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
254-
},
255-
"params": {
256-
"Region": "us-iso-east-1",
257-
"UseFIPS": true,
258-
"UseDualStack": true
259-
}
260-
},
261250
{
262251
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
263252
"expect": {
@@ -271,17 +260,6 @@
271260
"UseDualStack": false
272261
}
273262
},
274-
{
275-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
276-
"expect": {
277-
"error": "DualStack is enabled but this partition does not support DualStack"
278-
},
279-
"params": {
280-
"Region": "us-iso-east-1",
281-
"UseFIPS": false,
282-
"UseDualStack": true
283-
}
284-
},
285263
{
286264
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
287265
"expect": {
@@ -295,17 +273,6 @@
295273
"UseDualStack": false
296274
}
297275
},
298-
{
299-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
300-
"expect": {
301-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
302-
},
303-
"params": {
304-
"Region": "us-isob-east-1",
305-
"UseFIPS": true,
306-
"UseDualStack": true
307-
}
308-
},
309276
{
310277
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
311278
"expect": {
@@ -319,17 +286,6 @@
319286
"UseDualStack": false
320287
}
321288
},
322-
{
323-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
324-
"expect": {
325-
"error": "DualStack is enabled but this partition does not support DualStack"
326-
},
327-
"params": {
328-
"Region": "us-isob-east-1",
329-
"UseFIPS": false,
330-
"UseDualStack": true
331-
}
332-
},
333289
{
334290
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
335291
"expect": {

0 commit comments

Comments
 (0)