Skip to content

Commit 1292c8f

Browse files
author
AWS
committed
Amazon Pinpoint Update: Adds JourneyChannelSettings to WriteJourneyRequest
1 parent 6c5d0a6 commit 1292c8f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "Adds JourneyChannelSettings to WriteJourneyRequest"
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15591,6 +15591,10 @@
1559115591
"RefreshOnSegmentUpdate": {
1559215592
"shape": "__boolean",
1559315593
"documentation": "<p>Specifies whether a journey should be refreshed on segment update.</p>"
15594+
},
15595+
"JourneyChannelSettings": {
15596+
"shape": "JourneyChannelSettings",
15597+
"documentation": "<p>The channel-specific configurations for the journey.</p>"
1559415598
}
1559515599
},
1559615600
"documentation": "<p>Specifies the configuration and other settings for a journey.</p>",

0 commit comments

Comments
 (0)