|
5957 | 5957 | "Wait": {
|
5958 | 5958 | "shape": "WaitActivity",
|
5959 | 5959 | "documentation": "<p>The settings for a wait activity. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.</p>"
|
| 5960 | + }, |
| 5961 | + "ContactCenter": { |
| 5962 | + "shape": "ContactCenterActivity", |
| 5963 | + "documentation": "<p>The settings for a connect activity. This type of activity initiates a contact center call to participants.</p>" |
5960 | 5964 | }
|
5961 | 5965 | },
|
5962 | 5966 | "documentation": "<p>Specifies the configuration and other settings for an activity in a journey.</p>"
|
|
6892 | 6896 | },
|
6893 | 6897 | "documentation": "<p>Specifies the settings for a yes/no split activity in a journey. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.</p> <note><p>To create yes/no split activities that send participants down different paths based on push notification events (such as Open or Received events), your mobile app has to specify the User ID and Endpoint ID values. For more information, see <a href=\"https://docs.aws.amazon.com/pinpoint/latest/developerguide/integrate.html\">Integrating Amazon Pinpoint with your application</a> in the <i>Amazon Pinpoint Developer Guide</i>.</p></note>"
|
6894 | 6898 | },
|
| 6899 | + "ContactCenterActivity": { |
| 6900 | + "type": "structure", |
| 6901 | + "members": { |
| 6902 | + "NextActivity": { |
| 6903 | + "shape": "__string", |
| 6904 | + "documentation": "<p>The unique identifier for the next activity to perform after the this activity.</p>" |
| 6905 | + } |
| 6906 | + } |
| 6907 | + }, |
6895 | 6908 | "ConflictException": {
|
6896 | 6909 | "type": "structure",
|
6897 | 6910 | "members": {
|
|
11683 | 11696 | },
|
11684 | 11697 | "documentation": "<p>Specifies the message configuration for a push notification that's sent to participants in a journey.</p>"
|
11685 | 11698 | },
|
| 11699 | + "JourneyChannelSettings": { |
| 11700 | + "type": "structure", |
| 11701 | + "members": { |
| 11702 | + "ConnectCampaignArn": { |
| 11703 | + "shape": "__string", |
| 11704 | + "documentation": "<p>Amazon Resource Name (ARN) of the Connect Campaign.</p>" |
| 11705 | + }, |
| 11706 | + "ConnectCampaignExecutionRoleArn": { |
| 11707 | + "shape": "__string", |
| 11708 | + "documentation": "<p>IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.</p>" |
| 11709 | + } |
| 11710 | + }, |
| 11711 | + "documentation": "<p>The channel-specific configurations for the journey.</p>" |
| 11712 | + }, |
11686 | 11713 | "JourneyResponse": {
|
11687 | 11714 | "type": "structure",
|
11688 | 11715 | "members": {
|
@@ -11748,12 +11775,16 @@
|
11748 | 11775 | "documentation": "<p>This object is not used or supported.</p>"
|
11749 | 11776 | },
|
11750 | 11777 | "WaitForQuietTime": {
|
11751 |
| - "shape": "__boolean", |
11752 |
| - "documentation": "<p>Specifies whether endpoints in quiet hours should enter a wait till the end of their quiet hours.</p>" |
| 11778 | + "shape": "__boolean", |
| 11779 | + "documentation": "<p>Specifies whether endpoints in quiet hours should enter a wait till the end of their quiet hours.</p>" |
11753 | 11780 | },
|
11754 | 11781 | "RefreshOnSegmentUpdate": {
|
11755 |
| - "shape": "__boolean", |
11756 |
| - "documentation": "<p>Specifies whether a journey should be refreshed on segment update.</p>" |
| 11782 | + "shape": "__boolean", |
| 11783 | + "documentation": "<p>Specifies whether a journey should be refreshed on segment update.</p>" |
| 11784 | + }, |
| 11785 | + "JourneyChannelSettings": { |
| 11786 | + "shape": "JourneyChannelSettings", |
| 11787 | + "documentation": "<p>The channel-specific configurations for the journey.</p>" |
11757 | 11788 | }
|
11758 | 11789 | },
|
11759 | 11790 | "documentation": "<p>Provides information about the status, configuration, and other settings for a journey.</p>",
|
|
0 commit comments