You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The channel-specific configurations for the journey.</p>
3940
4045
*/
3941
4046
JourneyChannelSettings?: JourneyChannelSettings;
4047
+
4048
+
/**
4049
+
* <p>Indicates if journey have Advance Quiet Time (OpenHours and ClosedDays). This flag should be set to true in order to allow (OpenHours and ClosedDays)</p>
4050
+
*/
4051
+
SendingSchedule?: boolean;
4052
+
4053
+
/**
4054
+
* <p>The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.</p>
4055
+
*/
4056
+
OpenHours?: OpenHours;
4057
+
4058
+
/**
4059
+
* <p>The time when journey will stop sending messages. QuietTime should be configured first and SendingSchedule should be set to true.</p>
* <p>The channel-specific configurations for the journey.</p>
4047
4167
*/
4048
4168
JourneyChannelSettings?: JourneyChannelSettings;
4169
+
4170
+
/**
4171
+
* <p>Indicates if journey have Advance Quiet Time (OpenHours and ClosedDays). This flag should be set to true in order to allow (OpenHours and ClosedDays)</p>
4172
+
*/
4173
+
SendingSchedule?: boolean;
4174
+
4175
+
/**
4176
+
* <p>The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.</p>
4177
+
*/
4178
+
OpenHours?: OpenHours;
4179
+
4180
+
/**
4181
+
* <p>The time when journey will stop sending messages. QuietTime should be configured first and SendingSchedule should be set to true.</p>
* <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
6760
-
*/
6761
-
ApplicationId: string|undefined;
6762
-
}
6763
-
6764
-
exportinterfaceGetChannelsResponse{
6765
-
/**
6766
-
* <p>Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.</p>
6767
-
*/
6768
-
ChannelsResponse: ChannelsResponse|undefined;
6769
-
}
6770
-
6771
-
exportinterfaceGetEmailChannelRequest{
6772
-
/**
6773
-
* <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
6774
-
*/
6775
-
ApplicationId: string|undefined;
6776
-
}
6777
-
6778
-
exportinterfaceGetEmailChannelResponse{
6779
-
/**
6780
-
* <p>Provides information about the status and settings of the email channel for an application.</p>
* <p>The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.</p>
6788
-
*/
6789
-
TemplateName: string|undefined;
6790
-
6791
-
/**
6792
-
* <p>The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the <link linkend="templates-template-name-template-type-versions">Template Versions</link> resource.</p> <p>If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur.</p> <p>If you don't specify a value for this parameter, Amazon Pinpoint does the following:</p> <ul><li><p>For a get operation, retrieves information about the active version of the template.</p></li> <li><p>For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.</p></li> <li><p>For a delete operation, deletes the template, including all versions of the template.</p></li></ul>
0 commit comments