@aws-sdk/client-pinpoint 3.321.1 → 3.326.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +14 -0
  2. package/dist-types/commands/CreateCampaignCommand.d.ts +385 -0
  3. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +10 -0
  4. package/dist-types/commands/CreateExportJobCommand.d.ts +27 -0
  5. package/dist-types/commands/CreateImportJobCommand.d.ts +31 -0
  6. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +10 -0
  7. package/dist-types/commands/CreateJourneyCommand.d.ts +383 -0
  8. package/dist-types/commands/CreatePushTemplateCommand.d.ts +10 -0
  9. package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +21 -0
  10. package/dist-types/commands/CreateSegmentCommand.d.ts +158 -0
  11. package/dist-types/commands/CreateSmsTemplateCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +10 -0
  13. package/dist-types/commands/DeleteAdmChannelCommand.d.ts +17 -0
  14. package/dist-types/commands/DeleteApnsChannelCommand.d.ts +19 -0
  15. package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +19 -0
  16. package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +19 -0
  18. package/dist-types/commands/DeleteAppCommand.d.ts +14 -0
  19. package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +18 -0
  20. package/dist-types/commands/DeleteCampaignCommand.d.ts +385 -0
  21. package/dist-types/commands/DeleteEmailChannelCommand.d.ts +22 -0
  22. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +9 -0
  23. package/dist-types/commands/DeleteEndpointCommand.d.ts +51 -0
  24. package/dist-types/commands/DeleteEventStreamCommand.d.ts +13 -0
  25. package/dist-types/commands/DeleteGcmChannelCommand.d.ts +18 -0
  26. package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteJourneyCommand.d.ts +383 -0
  28. package/dist-types/commands/DeletePushTemplateCommand.d.ts +9 -0
  29. package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +21 -0
  30. package/dist-types/commands/DeleteSegmentCommand.d.ts +158 -0
  31. package/dist-types/commands/DeleteSmsChannelCommand.d.ts +21 -0
  32. package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +9 -0
  33. package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +55 -0
  34. package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +17 -0
  35. package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/GetAdmChannelCommand.d.ts +17 -0
  37. package/dist-types/commands/GetApnsChannelCommand.d.ts +19 -0
  38. package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +19 -0
  39. package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +19 -0
  40. package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +19 -0
  41. package/dist-types/commands/GetAppCommand.d.ts +14 -0
  42. package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +32 -0
  43. package/dist-types/commands/GetApplicationSettingsCommand.d.ts +25 -0
  44. package/dist-types/commands/GetAppsCommand.d.ts +19 -0
  45. package/dist-types/commands/GetBaiduChannelCommand.d.ts +18 -0
  46. package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +28 -0
  47. package/dist-types/commands/GetCampaignCommand.d.ts +385 -0
  48. package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +33 -0
  49. package/dist-types/commands/GetCampaignVersionCommand.d.ts +385 -0
  50. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +390 -0
  51. package/dist-types/commands/GetCampaignsCommand.d.ts +390 -0
  52. package/dist-types/commands/GetChannelsCommand.d.ts +20 -0
  53. package/dist-types/commands/GetEmailChannelCommand.d.ts +22 -0
  54. package/dist-types/commands/GetEmailTemplateCommand.d.ts +22 -0
  55. package/dist-types/commands/GetEndpointCommand.d.ts +51 -0
  56. package/dist-types/commands/GetEventStreamCommand.d.ts +13 -0
  57. package/dist-types/commands/GetExportJobCommand.d.ts +27 -0
  58. package/dist-types/commands/GetExportJobsCommand.d.ts +32 -0
  59. package/dist-types/commands/GetGcmChannelCommand.d.ts +18 -0
  60. package/dist-types/commands/GetImportJobCommand.d.ts +31 -0
  61. package/dist-types/commands/GetImportJobsCommand.d.ts +36 -0
  62. package/dist-types/commands/GetInAppMessagesCommand.d.ts +112 -0
  63. package/dist-types/commands/GetInAppTemplateCommand.d.ts +78 -0
  64. package/dist-types/commands/GetJourneyCommand.d.ts +383 -0
  65. package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +33 -0
  66. package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +15 -0
  67. package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +13 -0
  68. package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +14 -0
  70. package/dist-types/commands/GetJourneyRunsCommand.d.ts +16 -0
  71. package/dist-types/commands/GetPushTemplateCommand.d.ts +68 -0
  72. package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +21 -0
  73. package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +26 -0
  74. package/dist-types/commands/GetSegmentCommand.d.ts +158 -0
  75. package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +32 -0
  76. package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +36 -0
  77. package/dist-types/commands/GetSegmentVersionCommand.d.ts +158 -0
  78. package/dist-types/commands/GetSegmentVersionsCommand.d.ts +163 -0
  79. package/dist-types/commands/GetSegmentsCommand.d.ts +163 -0
  80. package/dist-types/commands/GetSmsChannelCommand.d.ts +21 -0
  81. package/dist-types/commands/GetSmsTemplateCommand.d.ts +20 -0
  82. package/dist-types/commands/GetUserEndpointsCommand.d.ts +55 -0
  83. package/dist-types/commands/GetVoiceChannelCommand.d.ts +17 -0
  84. package/dist-types/commands/GetVoiceTemplateCommand.d.ts +21 -0
  85. package/dist-types/commands/ListJourneysCommand.d.ts +388 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  87. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +21 -0
  88. package/dist-types/commands/ListTemplatesCommand.d.ts +23 -0
  89. package/dist-types/commands/PhoneNumberValidateCommand.d.ts +21 -0
  90. package/dist-types/commands/PutEventStreamCommand.d.ts +13 -0
  91. package/dist-types/commands/PutEventsCommand.d.ts +21 -0
  92. package/dist-types/commands/RemoveAttributesCommand.d.ts +12 -0
  93. package/dist-types/commands/SendMessagesCommand.d.ts +28 -0
  94. package/dist-types/commands/SendOTPMessageCommand.d.ts +28 -0
  95. package/dist-types/commands/SendUsersMessagesCommand.d.ts +21 -0
  96. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateAdmChannelCommand.d.ts +17 -0
  99. package/dist-types/commands/UpdateApnsChannelCommand.d.ts +19 -0
  100. package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +19 -0
  101. package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +19 -0
  102. package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +19 -0
  103. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +25 -0
  104. package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +18 -0
  105. package/dist-types/commands/UpdateCampaignCommand.d.ts +385 -0
  106. package/dist-types/commands/UpdateEmailChannelCommand.d.ts +22 -0
  107. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +9 -0
  108. package/dist-types/commands/UpdateEndpointCommand.d.ts +9 -0
  109. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +9 -0
  110. package/dist-types/commands/UpdateGcmChannelCommand.d.ts +18 -0
  111. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +9 -0
  112. package/dist-types/commands/UpdateJourneyCommand.d.ts +383 -0
  113. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +383 -0
  114. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +9 -0
  115. package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +21 -0
  116. package/dist-types/commands/UpdateSegmentCommand.d.ts +158 -0
  117. package/dist-types/commands/UpdateSmsChannelCommand.d.ts +21 -0
  118. package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +9 -0
  120. package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +17 -0
  121. package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +9 -0
  122. package/dist-types/commands/VerifyOTPMessageCommand.d.ts +8 -0
  123. package/package.json +16 -16
@@ -31,6 +31,26 @@ export interface DeleteEmailChannelCommandOutput extends DeleteEmailChannelRespo
31
31
  * };
32
32
  * const command = new DeleteEmailChannelCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteEmailChannelResponse
35
+ * // EmailChannelResponse: { // EmailChannelResponse
36
+ * // ApplicationId: "STRING_VALUE",
37
+ * // ConfigurationSet: "STRING_VALUE",
38
+ * // CreationDate: "STRING_VALUE",
39
+ * // Enabled: true || false,
40
+ * // FromAddress: "STRING_VALUE",
41
+ * // HasCredential: true || false,
42
+ * // Id: "STRING_VALUE",
43
+ * // Identity: "STRING_VALUE",
44
+ * // IsArchived: true || false,
45
+ * // LastModifiedBy: "STRING_VALUE",
46
+ * // LastModifiedDate: "STRING_VALUE",
47
+ * // MessagesPerSecond: Number("int"),
48
+ * // Platform: "STRING_VALUE", // required
49
+ * // RoleArn: "STRING_VALUE",
50
+ * // Version: Number("int"),
51
+ * // },
52
+ * // };
53
+ *
34
54
  * ```
35
55
  *
36
56
  * @param DeleteEmailChannelCommandInput - {@link DeleteEmailChannelCommandInput}
@@ -60,6 +80,8 @@ export interface DeleteEmailChannelCommandOutput extends DeleteEmailChannelRespo
60
80
  * @throws {@link TooManyRequestsException} (client fault)
61
81
  * <p>Provides information about an API request or response.</p>
62
82
  *
83
+ * @throws {@link PinpointServiceException}
84
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
63
85
  *
64
86
  */
65
87
  export declare class DeleteEmailChannelCommand extends $Command<DeleteEmailChannelCommandInput, DeleteEmailChannelCommandOutput, PinpointClientResolvedConfig> {
@@ -32,6 +32,13 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
32
32
  * };
33
33
  * const command = new DeleteEmailTemplateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteEmailTemplateResponse
36
+ * // MessageBody: { // MessageBody
37
+ * // Message: "STRING_VALUE",
38
+ * // RequestID: "STRING_VALUE",
39
+ * // },
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param DeleteEmailTemplateCommandInput - {@link DeleteEmailTemplateCommandInput}
@@ -61,6 +68,8 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
61
68
  * @throws {@link TooManyRequestsException} (client fault)
62
69
  * <p>Provides information about an API request or response.</p>
63
70
  *
71
+ * @throws {@link PinpointServiceException}
72
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
64
73
  *
65
74
  */
66
75
  export declare class DeleteEmailTemplateCommand extends $Command<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput, PinpointClientResolvedConfig> {
@@ -32,6 +32,55 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
32
32
  * };
33
33
  * const command = new DeleteEndpointCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteEndpointResponse
36
+ * // EndpointResponse: { // EndpointResponse
37
+ * // Address: "STRING_VALUE",
38
+ * // ApplicationId: "STRING_VALUE",
39
+ * // Attributes: { // MapOfListOf__string
40
+ * // "<keys>": [ // ListOf__string
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // },
44
+ * // ChannelType: "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
45
+ * // CohortId: "STRING_VALUE",
46
+ * // CreationDate: "STRING_VALUE",
47
+ * // Demographic: { // EndpointDemographic
48
+ * // AppVersion: "STRING_VALUE",
49
+ * // Locale: "STRING_VALUE",
50
+ * // Make: "STRING_VALUE",
51
+ * // Model: "STRING_VALUE",
52
+ * // ModelVersion: "STRING_VALUE",
53
+ * // Platform: "STRING_VALUE",
54
+ * // PlatformVersion: "STRING_VALUE",
55
+ * // Timezone: "STRING_VALUE",
56
+ * // },
57
+ * // EffectiveDate: "STRING_VALUE",
58
+ * // EndpointStatus: "STRING_VALUE",
59
+ * // Id: "STRING_VALUE",
60
+ * // Location: { // EndpointLocation
61
+ * // City: "STRING_VALUE",
62
+ * // Country: "STRING_VALUE",
63
+ * // Latitude: Number("double"),
64
+ * // Longitude: Number("double"),
65
+ * // PostalCode: "STRING_VALUE",
66
+ * // Region: "STRING_VALUE",
67
+ * // },
68
+ * // Metrics: { // MapOf__double
69
+ * // "<keys>": Number("double"),
70
+ * // },
71
+ * // OptOut: "STRING_VALUE",
72
+ * // RequestId: "STRING_VALUE",
73
+ * // User: { // EndpointUser
74
+ * // UserAttributes: {
75
+ * // "<keys>": [
76
+ * // "STRING_VALUE",
77
+ * // ],
78
+ * // },
79
+ * // UserId: "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // };
83
+ *
35
84
  * ```
36
85
  *
37
86
  * @param DeleteEndpointCommandInput - {@link DeleteEndpointCommandInput}
@@ -61,6 +110,8 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
61
110
  * @throws {@link TooManyRequestsException} (client fault)
62
111
  * <p>Provides information about an API request or response.</p>
63
112
  *
113
+ * @throws {@link PinpointServiceException}
114
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
64
115
  *
65
116
  */
66
117
  export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, PinpointClientResolvedConfig> {
@@ -31,6 +31,17 @@ export interface DeleteEventStreamCommandOutput extends DeleteEventStreamRespons
31
31
  * };
32
32
  * const command = new DeleteEventStreamCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteEventStreamResponse
35
+ * // EventStream: { // EventStream
36
+ * // ApplicationId: "STRING_VALUE", // required
37
+ * // DestinationStreamArn: "STRING_VALUE", // required
38
+ * // ExternalId: "STRING_VALUE",
39
+ * // LastModifiedDate: "STRING_VALUE",
40
+ * // LastUpdatedBy: "STRING_VALUE",
41
+ * // RoleArn: "STRING_VALUE", // required
42
+ * // },
43
+ * // };
44
+ *
34
45
  * ```
35
46
  *
36
47
  * @param DeleteEventStreamCommandInput - {@link DeleteEventStreamCommandInput}
@@ -60,6 +71,8 @@ export interface DeleteEventStreamCommandOutput extends DeleteEventStreamRespons
60
71
  * @throws {@link TooManyRequestsException} (client fault)
61
72
  * <p>Provides information about an API request or response.</p>
62
73
  *
74
+ * @throws {@link PinpointServiceException}
75
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
63
76
  *
64
77
  */
65
78
  export declare class DeleteEventStreamCommand extends $Command<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput, PinpointClientResolvedConfig> {
@@ -31,6 +31,22 @@ export interface DeleteGcmChannelCommandOutput extends DeleteGcmChannelResponse,
31
31
  * };
32
32
  * const command = new DeleteGcmChannelCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteGcmChannelResponse
35
+ * // GCMChannelResponse: { // GCMChannelResponse
36
+ * // ApplicationId: "STRING_VALUE",
37
+ * // CreationDate: "STRING_VALUE",
38
+ * // Credential: "STRING_VALUE", // required
39
+ * // Enabled: true || false,
40
+ * // HasCredential: true || false,
41
+ * // Id: "STRING_VALUE",
42
+ * // IsArchived: true || false,
43
+ * // LastModifiedBy: "STRING_VALUE",
44
+ * // LastModifiedDate: "STRING_VALUE",
45
+ * // Platform: "STRING_VALUE", // required
46
+ * // Version: Number("int"),
47
+ * // },
48
+ * // };
49
+ *
34
50
  * ```
35
51
  *
36
52
  * @param DeleteGcmChannelCommandInput - {@link DeleteGcmChannelCommandInput}
@@ -60,6 +76,8 @@ export interface DeleteGcmChannelCommandOutput extends DeleteGcmChannelResponse,
60
76
  * @throws {@link TooManyRequestsException} (client fault)
61
77
  * <p>Provides information about an API request or response.</p>
62
78
  *
79
+ * @throws {@link PinpointServiceException}
80
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
63
81
  *
64
82
  */
65
83
  export declare class DeleteGcmChannelCommand extends $Command<DeleteGcmChannelCommandInput, DeleteGcmChannelCommandOutput, PinpointClientResolvedConfig> {
@@ -32,6 +32,13 @@ export interface DeleteInAppTemplateCommandOutput extends DeleteInAppTemplateRes
32
32
  * };
33
33
  * const command = new DeleteInAppTemplateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteInAppTemplateResponse
36
+ * // MessageBody: { // MessageBody
37
+ * // Message: "STRING_VALUE",
38
+ * // RequestID: "STRING_VALUE",
39
+ * // },
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param DeleteInAppTemplateCommandInput - {@link DeleteInAppTemplateCommandInput}
@@ -61,6 +68,8 @@ export interface DeleteInAppTemplateCommandOutput extends DeleteInAppTemplateRes
61
68
  * @throws {@link TooManyRequestsException} (client fault)
62
69
  * <p>Provides information about an API request or response.</p>
63
70
  *
71
+ * @throws {@link PinpointServiceException}
72
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
64
73
  *
65
74
  */
66
75
  export declare class DeleteInAppTemplateCommand extends $Command<DeleteInAppTemplateCommandInput, DeleteInAppTemplateCommandOutput, PinpointClientResolvedConfig> {
@@ -32,6 +32,387 @@ export interface DeleteJourneyCommandOutput extends DeleteJourneyResponse, __Met
32
32
  * };
33
33
  * const command = new DeleteJourneyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteJourneyResponse
36
+ * // JourneyResponse: { // JourneyResponse
37
+ * // Activities: { // MapOfActivity
38
+ * // "<keys>": { // Activity
39
+ * // CUSTOM: { // CustomMessageActivity
40
+ * // DeliveryUri: "STRING_VALUE",
41
+ * // EndpointTypes: [ // ListOf__EndpointTypesElement
42
+ * // "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
43
+ * // ],
44
+ * // MessageConfig: { // JourneyCustomMessage
45
+ * // Data: "STRING_VALUE",
46
+ * // },
47
+ * // NextActivity: "STRING_VALUE",
48
+ * // TemplateName: "STRING_VALUE",
49
+ * // TemplateVersion: "STRING_VALUE",
50
+ * // },
51
+ * // ConditionalSplit: { // ConditionalSplitActivity
52
+ * // Condition: { // Condition
53
+ * // Conditions: [ // ListOfSimpleCondition
54
+ * // { // SimpleCondition
55
+ * // EventCondition: { // EventCondition
56
+ * // Dimensions: { // EventDimensions
57
+ * // Attributes: { // MapOfAttributeDimension
58
+ * // "<keys>": { // AttributeDimension
59
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
60
+ * // Values: [ // ListOf__string // required
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // },
64
+ * // },
65
+ * // EventType: { // SetDimension
66
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
67
+ * // Values: [ // required
68
+ * // "STRING_VALUE",
69
+ * // ],
70
+ * // },
71
+ * // Metrics: { // MapOfMetricDimension
72
+ * // "<keys>": { // MetricDimension
73
+ * // ComparisonOperator: "STRING_VALUE", // required
74
+ * // Value: Number("double"), // required
75
+ * // },
76
+ * // },
77
+ * // },
78
+ * // MessageActivity: "STRING_VALUE",
79
+ * // },
80
+ * // SegmentCondition: { // SegmentCondition
81
+ * // SegmentId: "STRING_VALUE", // required
82
+ * // },
83
+ * // SegmentDimensions: { // SegmentDimensions
84
+ * // Attributes: {
85
+ * // "<keys>": {
86
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
87
+ * // Values: [ // required
88
+ * // "STRING_VALUE",
89
+ * // ],
90
+ * // },
91
+ * // },
92
+ * // Behavior: { // SegmentBehaviors
93
+ * // Recency: { // RecencyDimension
94
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
95
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
96
+ * // },
97
+ * // },
98
+ * // Demographic: { // SegmentDemographics
99
+ * // AppVersion: {
100
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
101
+ * // Values: [ // required
102
+ * // "STRING_VALUE",
103
+ * // ],
104
+ * // },
105
+ * // Channel: {
106
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
107
+ * // Values: [ // required
108
+ * // "STRING_VALUE",
109
+ * // ],
110
+ * // },
111
+ * // DeviceType: {
112
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
113
+ * // Values: "<ListOf__string>", // required
114
+ * // },
115
+ * // Make: {
116
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
117
+ * // Values: "<ListOf__string>", // required
118
+ * // },
119
+ * // Model: "<SetDimension>",
120
+ * // Platform: "<SetDimension>",
121
+ * // },
122
+ * // Location: { // SegmentLocation
123
+ * // Country: "<SetDimension>",
124
+ * // GPSPoint: { // GPSPointDimension
125
+ * // Coordinates: { // GPSCoordinates
126
+ * // Latitude: Number("double"), // required
127
+ * // Longitude: Number("double"), // required
128
+ * // },
129
+ * // RangeInKilometers: Number("double"),
130
+ * // },
131
+ * // },
132
+ * // Metrics: {
133
+ * // "<keys>": {
134
+ * // ComparisonOperator: "STRING_VALUE", // required
135
+ * // Value: Number("double"), // required
136
+ * // },
137
+ * // },
138
+ * // UserAttributes: {
139
+ * // "<keys>": {
140
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
141
+ * // Values: "<ListOf__string>", // required
142
+ * // },
143
+ * // },
144
+ * // },
145
+ * // },
146
+ * // ],
147
+ * // Operator: "ALL" || "ANY",
148
+ * // },
149
+ * // EvaluationWaitTime: { // WaitTime
150
+ * // WaitFor: "STRING_VALUE",
151
+ * // WaitUntil: "STRING_VALUE",
152
+ * // },
153
+ * // FalseActivity: "STRING_VALUE",
154
+ * // TrueActivity: "STRING_VALUE",
155
+ * // },
156
+ * // Description: "STRING_VALUE",
157
+ * // EMAIL: { // EmailMessageActivity
158
+ * // MessageConfig: { // JourneyEmailMessage
159
+ * // FromAddress: "STRING_VALUE",
160
+ * // },
161
+ * // NextActivity: "STRING_VALUE",
162
+ * // TemplateName: "STRING_VALUE",
163
+ * // TemplateVersion: "STRING_VALUE",
164
+ * // },
165
+ * // Holdout: { // HoldoutActivity
166
+ * // NextActivity: "STRING_VALUE",
167
+ * // Percentage: Number("int"), // required
168
+ * // },
169
+ * // MultiCondition: { // MultiConditionalSplitActivity
170
+ * // Branches: [ // ListOfMultiConditionalBranch
171
+ * // { // MultiConditionalBranch
172
+ * // Condition: {
173
+ * // EventCondition: {
174
+ * // Dimensions: {
175
+ * // Attributes: {
176
+ * // "<keys>": {
177
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
178
+ * // Values: "<ListOf__string>", // required
179
+ * // },
180
+ * // },
181
+ * // EventType: "<SetDimension>",
182
+ * // Metrics: {
183
+ * // "<keys>": {
184
+ * // ComparisonOperator: "STRING_VALUE", // required
185
+ * // Value: Number("double"), // required
186
+ * // },
187
+ * // },
188
+ * // },
189
+ * // MessageActivity: "STRING_VALUE",
190
+ * // },
191
+ * // SegmentCondition: {
192
+ * // SegmentId: "STRING_VALUE", // required
193
+ * // },
194
+ * // SegmentDimensions: {
195
+ * // Attributes: {
196
+ * // "<keys>": {
197
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
198
+ * // Values: "<ListOf__string>", // required
199
+ * // },
200
+ * // },
201
+ * // Behavior: {
202
+ * // Recency: {
203
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
204
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
205
+ * // },
206
+ * // },
207
+ * // Demographic: {
208
+ * // AppVersion: "<SetDimension>",
209
+ * // Channel: "<SetDimension>",
210
+ * // DeviceType: "<SetDimension>",
211
+ * // Make: "<SetDimension>",
212
+ * // Model: "<SetDimension>",
213
+ * // Platform: "<SetDimension>",
214
+ * // },
215
+ * // Location: {
216
+ * // Country: "<SetDimension>",
217
+ * // GPSPoint: {
218
+ * // Coordinates: {
219
+ * // Latitude: Number("double"), // required
220
+ * // Longitude: Number("double"), // required
221
+ * // },
222
+ * // RangeInKilometers: Number("double"),
223
+ * // },
224
+ * // },
225
+ * // Metrics: {
226
+ * // "<keys>": {
227
+ * // ComparisonOperator: "STRING_VALUE", // required
228
+ * // Value: Number("double"), // required
229
+ * // },
230
+ * // },
231
+ * // UserAttributes: "<MapOfAttributeDimension>",
232
+ * // },
233
+ * // },
234
+ * // NextActivity: "STRING_VALUE",
235
+ * // },
236
+ * // ],
237
+ * // DefaultActivity: "STRING_VALUE",
238
+ * // EvaluationWaitTime: {
239
+ * // WaitFor: "STRING_VALUE",
240
+ * // WaitUntil: "STRING_VALUE",
241
+ * // },
242
+ * // },
243
+ * // PUSH: { // PushMessageActivity
244
+ * // MessageConfig: { // JourneyPushMessage
245
+ * // TimeToLive: "STRING_VALUE",
246
+ * // },
247
+ * // NextActivity: "STRING_VALUE",
248
+ * // TemplateName: "STRING_VALUE",
249
+ * // TemplateVersion: "STRING_VALUE",
250
+ * // },
251
+ * // RandomSplit: { // RandomSplitActivity
252
+ * // Branches: [ // ListOfRandomSplitEntry
253
+ * // { // RandomSplitEntry
254
+ * // NextActivity: "STRING_VALUE",
255
+ * // Percentage: Number("int"),
256
+ * // },
257
+ * // ],
258
+ * // },
259
+ * // SMS: { // SMSMessageActivity
260
+ * // MessageConfig: { // JourneySMSMessage
261
+ * // MessageType: "TRANSACTIONAL" || "PROMOTIONAL",
262
+ * // OriginationNumber: "STRING_VALUE",
263
+ * // SenderId: "STRING_VALUE",
264
+ * // EntityId: "STRING_VALUE",
265
+ * // TemplateId: "STRING_VALUE",
266
+ * // },
267
+ * // NextActivity: "STRING_VALUE",
268
+ * // TemplateName: "STRING_VALUE",
269
+ * // TemplateVersion: "STRING_VALUE",
270
+ * // },
271
+ * // Wait: { // WaitActivity
272
+ * // NextActivity: "STRING_VALUE",
273
+ * // WaitTime: {
274
+ * // WaitFor: "STRING_VALUE",
275
+ * // WaitUntil: "STRING_VALUE",
276
+ * // },
277
+ * // },
278
+ * // ContactCenter: { // ContactCenterActivity
279
+ * // NextActivity: "STRING_VALUE",
280
+ * // },
281
+ * // },
282
+ * // },
283
+ * // ApplicationId: "STRING_VALUE", // required
284
+ * // CreationDate: "STRING_VALUE",
285
+ * // Id: "STRING_VALUE", // required
286
+ * // LastModifiedDate: "STRING_VALUE",
287
+ * // Limits: { // JourneyLimits
288
+ * // DailyCap: Number("int"),
289
+ * // EndpointReentryCap: Number("int"),
290
+ * // MessagesPerSecond: Number("int"),
291
+ * // EndpointReentryInterval: "STRING_VALUE",
292
+ * // },
293
+ * // LocalTime: true || false,
294
+ * // Name: "STRING_VALUE", // required
295
+ * // QuietTime: { // QuietTime
296
+ * // End: "STRING_VALUE",
297
+ * // Start: "STRING_VALUE",
298
+ * // },
299
+ * // RefreshFrequency: "STRING_VALUE",
300
+ * // Schedule: { // JourneySchedule
301
+ * // EndTime: new Date("TIMESTAMP"),
302
+ * // StartTime: new Date("TIMESTAMP"),
303
+ * // Timezone: "STRING_VALUE",
304
+ * // },
305
+ * // StartActivity: "STRING_VALUE",
306
+ * // StartCondition: { // StartCondition
307
+ * // Description: "STRING_VALUE",
308
+ * // EventStartCondition: { // EventStartCondition
309
+ * // EventFilter: { // EventFilter
310
+ * // Dimensions: {
311
+ * // Attributes: "<MapOfAttributeDimension>",
312
+ * // EventType: "<SetDimension>",
313
+ * // Metrics: "<MapOfMetricDimension>",
314
+ * // },
315
+ * // FilterType: "SYSTEM" || "ENDPOINT", // required
316
+ * // },
317
+ * // SegmentId: "STRING_VALUE",
318
+ * // },
319
+ * // SegmentStartCondition: {
320
+ * // SegmentId: "STRING_VALUE", // required
321
+ * // },
322
+ * // },
323
+ * // State: "DRAFT" || "ACTIVE" || "COMPLETED" || "CANCELLED" || "CLOSED" || "PAUSED",
324
+ * // tags: { // MapOf__string
325
+ * // "<keys>": "STRING_VALUE",
326
+ * // },
327
+ * // WaitForQuietTime: true || false,
328
+ * // RefreshOnSegmentUpdate: true || false,
329
+ * // JourneyChannelSettings: { // JourneyChannelSettings
330
+ * // ConnectCampaignArn: "STRING_VALUE",
331
+ * // ConnectCampaignExecutionRoleArn: "STRING_VALUE",
332
+ * // },
333
+ * // SendingSchedule: true || false,
334
+ * // OpenHours: { // OpenHours
335
+ * // EMAIL: { // MapOfListOfOpenHoursRules
336
+ * // "<keys>": [ // ListOfOpenHoursRules
337
+ * // { // OpenHoursRule
338
+ * // StartTime: "STRING_VALUE",
339
+ * // EndTime: "STRING_VALUE",
340
+ * // },
341
+ * // ],
342
+ * // },
343
+ * // SMS: {
344
+ * // "<keys>": [
345
+ * // {
346
+ * // StartTime: "STRING_VALUE",
347
+ * // EndTime: "STRING_VALUE",
348
+ * // },
349
+ * // ],
350
+ * // },
351
+ * // PUSH: {
352
+ * // "<keys>": [
353
+ * // {
354
+ * // StartTime: "STRING_VALUE",
355
+ * // EndTime: "STRING_VALUE",
356
+ * // },
357
+ * // ],
358
+ * // },
359
+ * // VOICE: {
360
+ * // "<keys>": [
361
+ * // {
362
+ * // StartTime: "STRING_VALUE",
363
+ * // EndTime: "STRING_VALUE",
364
+ * // },
365
+ * // ],
366
+ * // },
367
+ * // CUSTOM: {
368
+ * // "<keys>": [
369
+ * // {
370
+ * // StartTime: "STRING_VALUE",
371
+ * // EndTime: "STRING_VALUE",
372
+ * // },
373
+ * // ],
374
+ * // },
375
+ * // },
376
+ * // ClosedDays: { // ClosedDays
377
+ * // EMAIL: [ // ListOfClosedDaysRules
378
+ * // { // ClosedDaysRule
379
+ * // Name: "STRING_VALUE",
380
+ * // StartDateTime: "STRING_VALUE",
381
+ * // EndDateTime: "STRING_VALUE",
382
+ * // },
383
+ * // ],
384
+ * // SMS: [
385
+ * // {
386
+ * // Name: "STRING_VALUE",
387
+ * // StartDateTime: "STRING_VALUE",
388
+ * // EndDateTime: "STRING_VALUE",
389
+ * // },
390
+ * // ],
391
+ * // PUSH: [
392
+ * // {
393
+ * // Name: "STRING_VALUE",
394
+ * // StartDateTime: "STRING_VALUE",
395
+ * // EndDateTime: "STRING_VALUE",
396
+ * // },
397
+ * // ],
398
+ * // VOICE: [
399
+ * // {
400
+ * // Name: "STRING_VALUE",
401
+ * // StartDateTime: "STRING_VALUE",
402
+ * // EndDateTime: "STRING_VALUE",
403
+ * // },
404
+ * // ],
405
+ * // CUSTOM: [
406
+ * // {
407
+ * // Name: "STRING_VALUE",
408
+ * // StartDateTime: "STRING_VALUE",
409
+ * // EndDateTime: "STRING_VALUE",
410
+ * // },
411
+ * // ],
412
+ * // },
413
+ * // },
414
+ * // };
415
+ *
35
416
  * ```
36
417
  *
37
418
  * @param DeleteJourneyCommandInput - {@link DeleteJourneyCommandInput}
@@ -61,6 +442,8 @@ export interface DeleteJourneyCommandOutput extends DeleteJourneyResponse, __Met
61
442
  * @throws {@link TooManyRequestsException} (client fault)
62
443
  * <p>Provides information about an API request or response.</p>
63
444
  *
445
+ * @throws {@link PinpointServiceException}
446
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
64
447
  *
65
448
  */
66
449
  export declare class DeleteJourneyCommand extends $Command<DeleteJourneyCommandInput, DeleteJourneyCommandOutput, PinpointClientResolvedConfig> {
@@ -32,6 +32,13 @@ export interface DeletePushTemplateCommandOutput extends DeletePushTemplateRespo
32
32
  * };
33
33
  * const command = new DeletePushTemplateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeletePushTemplateResponse
36
+ * // MessageBody: { // MessageBody
37
+ * // Message: "STRING_VALUE",
38
+ * // RequestID: "STRING_VALUE",
39
+ * // },
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param DeletePushTemplateCommandInput - {@link DeletePushTemplateCommandInput}
@@ -61,6 +68,8 @@ export interface DeletePushTemplateCommandOutput extends DeletePushTemplateRespo
61
68
  * @throws {@link TooManyRequestsException} (client fault)
62
69
  * <p>Provides information about an API request or response.</p>
63
70
  *
71
+ * @throws {@link PinpointServiceException}
72
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
64
73
  *
65
74
  */
66
75
  export declare class DeletePushTemplateCommand extends $Command<DeletePushTemplateCommandInput, DeletePushTemplateCommandOutput, PinpointClientResolvedConfig> {
@@ -31,6 +31,25 @@ export interface DeleteRecommenderConfigurationCommandOutput extends DeleteRecom
31
31
  * };
32
32
  * const command = new DeleteRecommenderConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteRecommenderConfigurationResponse
35
+ * // RecommenderConfigurationResponse: { // RecommenderConfigurationResponse
36
+ * // Attributes: { // MapOf__string
37
+ * // "<keys>": "STRING_VALUE",
38
+ * // },
39
+ * // CreationDate: "STRING_VALUE", // required
40
+ * // Description: "STRING_VALUE",
41
+ * // Id: "STRING_VALUE", // required
42
+ * // LastModifiedDate: "STRING_VALUE", // required
43
+ * // Name: "STRING_VALUE",
44
+ * // RecommendationProviderIdType: "STRING_VALUE",
45
+ * // RecommendationProviderRoleArn: "STRING_VALUE", // required
46
+ * // RecommendationProviderUri: "STRING_VALUE", // required
47
+ * // RecommendationTransformerUri: "STRING_VALUE",
48
+ * // RecommendationsDisplayName: "STRING_VALUE",
49
+ * // RecommendationsPerMessage: Number("int"),
50
+ * // },
51
+ * // };
52
+ *
34
53
  * ```
35
54
  *
36
55
  * @param DeleteRecommenderConfigurationCommandInput - {@link DeleteRecommenderConfigurationCommandInput}
@@ -60,6 +79,8 @@ export interface DeleteRecommenderConfigurationCommandOutput extends DeleteRecom
60
79
  * @throws {@link TooManyRequestsException} (client fault)
61
80
  * <p>Provides information about an API request or response.</p>
62
81
  *
82
+ * @throws {@link PinpointServiceException}
83
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
63
84
  *
64
85
  */
65
86
  export declare class DeleteRecommenderConfigurationCommand extends $Command<DeleteRecommenderConfigurationCommandInput, DeleteRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig> {