Skip to content

Commit 9de1bb9

Browse files
author
AWS
committed
Amazon Pinpoint Update: Remove incorrect endpoint tests
1 parent 136a68e commit 9de1bb9

File tree

3 files changed

+9
-53
lines changed

3 files changed

+9
-53
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 Pinpoint",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -325,17 +325,6 @@
325325
"UseDualStack": false
326326
}
327327
},
328-
{
329-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
330-
"expect": {
331-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
332-
},
333-
"params": {
334-
"Region": "us-iso-east-1",
335-
"UseFIPS": true,
336-
"UseDualStack": true
337-
}
338-
},
339328
{
340329
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
341330
"expect": {
@@ -349,17 +338,6 @@
349338
"UseDualStack": false
350339
}
351340
},
352-
{
353-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
354-
"expect": {
355-
"error": "DualStack is enabled but this partition does not support DualStack"
356-
},
357-
"params": {
358-
"Region": "us-iso-east-1",
359-
"UseFIPS": false,
360-
"UseDualStack": true
361-
}
362-
},
363341
{
364342
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
365343
"expect": {
@@ -373,17 +351,6 @@
373351
"UseDualStack": false
374352
}
375353
},
376-
{
377-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
378-
"expect": {
379-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
380-
},
381-
"params": {
382-
"Region": "us-isob-east-1",
383-
"UseFIPS": true,
384-
"UseDualStack": true
385-
}
386-
},
387354
{
388355
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
389356
"expect": {
@@ -397,17 +364,6 @@
397364
"UseDualStack": false
398365
}
399366
},
400-
{
401-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
402-
"expect": {
403-
"error": "DualStack is enabled but this partition does not support DualStack"
404-
},
405-
"params": {
406-
"Region": "us-isob-east-1",
407-
"UseFIPS": false,
408-
"UseDualStack": true
409-
}
410-
},
411367
{
412368
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
413369
"expect": {

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,9 +3899,7 @@
38993899
"shape": "ListTagsForResourceResponse",
39003900
"documentation": "<p>The request succeeded.</p>"
39013901
},
3902-
"errors": [
3903-
3904-
],
3902+
"errors": [],
39053903
"documentation": "<p>Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.</p>"
39063904
},
39073905
"ListTemplateVersions": {
@@ -4320,9 +4318,7 @@
43204318
"input": {
43214319
"shape": "TagResourceRequest"
43224320
},
4323-
"errors": [
4324-
4325-
],
4321+
"errors": [],
43264322
"documentation": "<p>Adds one or more tags (keys and values) to an application, campaign, message template, or segment.</p>"
43274323
},
43284324
"UntagResource": {
@@ -4335,9 +4331,7 @@
43354331
"input": {
43364332
"shape": "UntagResourceRequest"
43374333
},
4338-
"errors": [
4339-
4340-
],
4334+
"errors": [],
43414335
"documentation": "<p>Removes one or more tags (keys and values) from an application, campaign, message template, or segment.</p>"
43424336
},
43434337
"UpdateAdmChannel": {

0 commit comments

Comments
 (0)