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