@aws-sdk/client-pinpoint 3.335.0 → 3.335.1
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/CHANGELOG.md +4785 -0
- package/dist-types/ts3.4/Pinpoint.d.ts +864 -2091
- package/dist-types/ts3.4/PinpointClient.d.ts +284 -846
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +103 -34
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +833 -37
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +99 -38
- package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +117 -37
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +125 -37
- package/dist-types/ts3.4/commands/CreateInAppTemplateCommand.d.ts +155 -38
- package/dist-types/ts3.4/commands/CreateJourneyCommand.d.ts +840 -37
- package/dist-types/ts3.4/commands/CreatePushTemplateCommand.d.ts +145 -38
- package/dist-types/ts3.4/commands/CreateRecommenderConfigurationCommand.d.ts +117 -41
- package/dist-types/ts3.4/commands/CreateSegmentCommand.d.ts +378 -37
- package/dist-types/ts3.4/commands/CreateSmsTemplateCommand.d.ts +97 -38
- package/dist-types/ts3.4/commands/CreateVoiceTemplateCommand.d.ts +98 -38
- package/dist-types/ts3.4/commands/DeleteAdmChannelCommand.d.ts +101 -37
- package/dist-types/ts3.4/commands/DeleteApnsChannelCommand.d.ts +103 -38
- package/dist-types/ts3.4/commands/DeleteApnsSandboxChannelCommand.d.ts +103 -41
- package/dist-types/ts3.4/commands/DeleteApnsVoipChannelCommand.d.ts +103 -41
- package/dist-types/ts3.4/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +103 -41
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +98 -34
- package/dist-types/ts3.4/commands/DeleteBaiduChannelCommand.d.ts +102 -38
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +470 -37
- package/dist-types/ts3.4/commands/DeleteEmailChannelCommand.d.ts +106 -38
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +94 -38
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +136 -37
- package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +97 -38
- package/dist-types/ts3.4/commands/DeleteGcmChannelCommand.d.ts +102 -37
- package/dist-types/ts3.4/commands/DeleteInAppTemplateCommand.d.ts +94 -38
- package/dist-types/ts3.4/commands/DeleteJourneyCommand.d.ts +468 -37
- package/dist-types/ts3.4/commands/DeletePushTemplateCommand.d.ts +94 -38
- package/dist-types/ts3.4/commands/DeleteRecommenderConfigurationCommand.d.ts +105 -41
- package/dist-types/ts3.4/commands/DeleteSegmentCommand.d.ts +243 -37
- package/dist-types/ts3.4/commands/DeleteSmsChannelCommand.d.ts +105 -37
- package/dist-types/ts3.4/commands/DeleteSmsTemplateCommand.d.ts +94 -38
- package/dist-types/ts3.4/commands/DeleteUserEndpointsCommand.d.ts +140 -38
- package/dist-types/ts3.4/commands/DeleteVoiceChannelCommand.d.ts +101 -38
- package/dist-types/ts3.4/commands/DeleteVoiceTemplateCommand.d.ts +94 -38
- package/dist-types/ts3.4/commands/GetAdmChannelCommand.d.ts +101 -37
- package/dist-types/ts3.4/commands/GetApnsChannelCommand.d.ts +103 -37
- package/dist-types/ts3.4/commands/GetApnsSandboxChannelCommand.d.ts +103 -41
- package/dist-types/ts3.4/commands/GetApnsVoipChannelCommand.d.ts +103 -38
- package/dist-types/ts3.4/commands/GetApnsVoipSandboxChannelCommand.d.ts +103 -41
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +98 -32
- package/dist-types/ts3.4/commands/GetApplicationDateRangeKpiCommand.d.ts +121 -41
- package/dist-types/ts3.4/commands/GetApplicationSettingsCommand.d.ts +109 -41
- package/dist-types/ts3.4/commands/GetAppsCommand.d.ts +104 -34
- package/dist-types/ts3.4/commands/GetBaiduChannelCommand.d.ts +102 -37
- package/dist-types/ts3.4/commands/GetCampaignActivitiesCommand.d.ts +115 -41
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +470 -34
- package/dist-types/ts3.4/commands/GetCampaignDateRangeKpiCommand.d.ts +123 -41
- package/dist-types/ts3.4/commands/GetCampaignVersionCommand.d.ts +471 -38
- package/dist-types/ts3.4/commands/GetCampaignVersionsCommand.d.ts +477 -38
- package/dist-types/ts3.4/commands/GetCampaignsCommand.d.ts +476 -34
- package/dist-types/ts3.4/commands/GetChannelsCommand.d.ts +104 -34
- package/dist-types/ts3.4/commands/GetEmailChannelCommand.d.ts +106 -37
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +107 -37
- package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +136 -34
- package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +97 -37
- package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +112 -34
- package/dist-types/ts3.4/commands/GetExportJobsCommand.d.ts +118 -37
- package/dist-types/ts3.4/commands/GetGcmChannelCommand.d.ts +102 -37
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +116 -34
- package/dist-types/ts3.4/commands/GetImportJobsCommand.d.ts +122 -37
- package/dist-types/ts3.4/commands/GetInAppMessagesCommand.d.ts +197 -37
- package/dist-types/ts3.4/commands/GetInAppTemplateCommand.d.ts +163 -37
- package/dist-types/ts3.4/commands/GetJourneyCommand.d.ts +468 -34
- package/dist-types/ts3.4/commands/GetJourneyDateRangeKpiCommand.d.ts +123 -41
- package/dist-types/ts3.4/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +103 -41
- package/dist-types/ts3.4/commands/GetJourneyExecutionMetricsCommand.d.ts +100 -41
- package/dist-types/ts3.4/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +134 -41
- package/dist-types/ts3.4/commands/GetJourneyRunExecutionMetricsCommand.d.ts +130 -41
- package/dist-types/ts3.4/commands/GetJourneyRunsCommand.d.ts +135 -37
- package/dist-types/ts3.4/commands/GetPushTemplateCommand.d.ts +153 -37
- package/dist-types/ts3.4/commands/GetRecommenderConfigurationCommand.d.ts +105 -41
- package/dist-types/ts3.4/commands/GetRecommenderConfigurationsCommand.d.ts +111 -41
- package/dist-types/ts3.4/commands/GetSegmentCommand.d.ts +243 -34
- package/dist-types/ts3.4/commands/GetSegmentExportJobsCommand.d.ts +119 -41
- package/dist-types/ts3.4/commands/GetSegmentImportJobsCommand.d.ts +123 -41
- package/dist-types/ts3.4/commands/GetSegmentVersionCommand.d.ts +244 -38
- package/dist-types/ts3.4/commands/GetSegmentVersionsCommand.d.ts +250 -38
- package/dist-types/ts3.4/commands/GetSegmentsCommand.d.ts +249 -34
- package/dist-types/ts3.4/commands/GetSmsChannelCommand.d.ts +105 -37
- package/dist-types/ts3.4/commands/GetSmsTemplateCommand.d.ts +105 -37
- package/dist-types/ts3.4/commands/GetUserEndpointsCommand.d.ts +140 -37
- package/dist-types/ts3.4/commands/GetVoiceChannelCommand.d.ts +101 -37
- package/dist-types/ts3.4/commands/GetVoiceTemplateCommand.d.ts +106 -37
- package/dist-types/ts3.4/commands/ListJourneysCommand.d.ts +474 -34
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +73 -38
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +108 -41
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +104 -37
- package/dist-types/ts3.4/commands/PhoneNumberValidateCommand.d.ts +108 -38
- package/dist-types/ts3.4/commands/PutEventStreamCommand.d.ts +101 -37
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +176 -34
- package/dist-types/ts3.4/commands/RemoveAttributesCommand.d.ts +102 -37
- package/dist-types/ts3.4/commands/SendMessagesCommand.d.ts +313 -34
- package/dist-types/ts3.4/commands/SendOTPMessageCommand.d.ts +125 -37
- package/dist-types/ts3.4/commands/SendUsersMessagesCommand.d.ts +296 -38
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +72 -32
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +70 -32
- package/dist-types/ts3.4/commands/UpdateAdmChannelCommand.d.ts +106 -37
- package/dist-types/ts3.4/commands/UpdateApnsChannelCommand.d.ts +113 -38
- package/dist-types/ts3.4/commands/UpdateApnsSandboxChannelCommand.d.ts +113 -41
- package/dist-types/ts3.4/commands/UpdateApnsVoipChannelCommand.d.ts +113 -41
- package/dist-types/ts3.4/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +113 -41
- package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +129 -41
- package/dist-types/ts3.4/commands/UpdateBaiduChannelCommand.d.ts +107 -38
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +834 -37
- package/dist-types/ts3.4/commands/UpdateEmailChannelCommand.d.ts +113 -38
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +106 -38
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +136 -37
- package/dist-types/ts3.4/commands/UpdateEndpointsBatchCommand.d.ts +140 -41
- package/dist-types/ts3.4/commands/UpdateGcmChannelCommand.d.ts +106 -37
- package/dist-types/ts3.4/commands/UpdateInAppTemplateCommand.d.ts +162 -38
- package/dist-types/ts3.4/commands/UpdateJourneyCommand.d.ts +844 -37
- package/dist-types/ts3.4/commands/UpdateJourneyStateCommand.d.ts +471 -38
- package/dist-types/ts3.4/commands/UpdatePushTemplateCommand.d.ts +152 -38
- package/dist-types/ts3.4/commands/UpdateRecommenderConfigurationCommand.d.ts +118 -41
- package/dist-types/ts3.4/commands/UpdateSegmentCommand.d.ts +379 -37
- package/dist-types/ts3.4/commands/UpdateSmsChannelCommand.d.ts +110 -37
- package/dist-types/ts3.4/commands/UpdateSmsTemplateCommand.d.ts +104 -38
- package/dist-types/ts3.4/commands/UpdateTemplateActiveVersionCommand.d.ts +97 -41
- package/dist-types/ts3.4/commands/UpdateVoiceChannelCommand.d.ts +104 -38
- package/dist-types/ts3.4/commands/UpdateVoiceTemplateCommand.d.ts +105 -38
- package/dist-types/ts3.4/commands/VerifyOTPMessageCommand.d.ts +97 -37
- package/dist-types/ts3.4/commands/index.d.ts +122 -122
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +20 -32
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +5 -8
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/PinpointServiceException.d.ts +12 -7
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6383 -1896
- package/dist-types/ts3.4/models/models_1.d.ts +2807 -915
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1100 -1469
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -94
- package/dist-types/ts3.4/runtimeConfig.d.ts +42 -91
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -85
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -18
- package/package.json +2 -2
|
@@ -1,846 +1,284 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
} from "@aws-sdk/
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
} from "@aws-sdk/
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
} from "
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} from "
|
|
17
|
-
import {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
} from "
|
|
21
|
-
import {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
} from "
|
|
25
|
-
import {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
} from "
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
} from "
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
} from "
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
} from "./commands/
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
} from "./commands/
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
} from "./commands/
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
} from "./commands/
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
} from "./commands/
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
} from "./commands/
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
} from "./commands/
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
} from "./commands/
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
} from "./commands/
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
} from "./commands/
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
} from "./commands/
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
} from "./commands/
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
} from "./commands/
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
} from "./commands/
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
} from "./commands/
|
|
109
|
-
import {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
} from "./commands/
|
|
113
|
-
import {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
} from "./commands/
|
|
117
|
-
import {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
} from "./commands/
|
|
121
|
-
import {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
} from "./commands/
|
|
125
|
-
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
} from "./commands/
|
|
129
|
-
import {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
} from "./commands/
|
|
133
|
-
import {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
}
|
|
285
|
-
import {
|
|
286
|
-
GetImportJobCommandInput,
|
|
287
|
-
GetImportJobCommandOutput,
|
|
288
|
-
} from "./commands/GetImportJobCommand";
|
|
289
|
-
import {
|
|
290
|
-
GetImportJobsCommandInput,
|
|
291
|
-
GetImportJobsCommandOutput,
|
|
292
|
-
} from "./commands/GetImportJobsCommand";
|
|
293
|
-
import {
|
|
294
|
-
GetInAppMessagesCommandInput,
|
|
295
|
-
GetInAppMessagesCommandOutput,
|
|
296
|
-
} from "./commands/GetInAppMessagesCommand";
|
|
297
|
-
import {
|
|
298
|
-
GetInAppTemplateCommandInput,
|
|
299
|
-
GetInAppTemplateCommandOutput,
|
|
300
|
-
} from "./commands/GetInAppTemplateCommand";
|
|
301
|
-
import {
|
|
302
|
-
GetJourneyCommandInput,
|
|
303
|
-
GetJourneyCommandOutput,
|
|
304
|
-
} from "./commands/GetJourneyCommand";
|
|
305
|
-
import {
|
|
306
|
-
GetJourneyDateRangeKpiCommandInput,
|
|
307
|
-
GetJourneyDateRangeKpiCommandOutput,
|
|
308
|
-
} from "./commands/GetJourneyDateRangeKpiCommand";
|
|
309
|
-
import {
|
|
310
|
-
GetJourneyExecutionActivityMetricsCommandInput,
|
|
311
|
-
GetJourneyExecutionActivityMetricsCommandOutput,
|
|
312
|
-
} from "./commands/GetJourneyExecutionActivityMetricsCommand";
|
|
313
|
-
import {
|
|
314
|
-
GetJourneyExecutionMetricsCommandInput,
|
|
315
|
-
GetJourneyExecutionMetricsCommandOutput,
|
|
316
|
-
} from "./commands/GetJourneyExecutionMetricsCommand";
|
|
317
|
-
import {
|
|
318
|
-
GetJourneyRunExecutionActivityMetricsCommandInput,
|
|
319
|
-
GetJourneyRunExecutionActivityMetricsCommandOutput,
|
|
320
|
-
} from "./commands/GetJourneyRunExecutionActivityMetricsCommand";
|
|
321
|
-
import {
|
|
322
|
-
GetJourneyRunExecutionMetricsCommandInput,
|
|
323
|
-
GetJourneyRunExecutionMetricsCommandOutput,
|
|
324
|
-
} from "./commands/GetJourneyRunExecutionMetricsCommand";
|
|
325
|
-
import {
|
|
326
|
-
GetJourneyRunsCommandInput,
|
|
327
|
-
GetJourneyRunsCommandOutput,
|
|
328
|
-
} from "./commands/GetJourneyRunsCommand";
|
|
329
|
-
import {
|
|
330
|
-
GetPushTemplateCommandInput,
|
|
331
|
-
GetPushTemplateCommandOutput,
|
|
332
|
-
} from "./commands/GetPushTemplateCommand";
|
|
333
|
-
import {
|
|
334
|
-
GetRecommenderConfigurationCommandInput,
|
|
335
|
-
GetRecommenderConfigurationCommandOutput,
|
|
336
|
-
} from "./commands/GetRecommenderConfigurationCommand";
|
|
337
|
-
import {
|
|
338
|
-
GetRecommenderConfigurationsCommandInput,
|
|
339
|
-
GetRecommenderConfigurationsCommandOutput,
|
|
340
|
-
} from "./commands/GetRecommenderConfigurationsCommand";
|
|
341
|
-
import {
|
|
342
|
-
GetSegmentCommandInput,
|
|
343
|
-
GetSegmentCommandOutput,
|
|
344
|
-
} from "./commands/GetSegmentCommand";
|
|
345
|
-
import {
|
|
346
|
-
GetSegmentExportJobsCommandInput,
|
|
347
|
-
GetSegmentExportJobsCommandOutput,
|
|
348
|
-
} from "./commands/GetSegmentExportJobsCommand";
|
|
349
|
-
import {
|
|
350
|
-
GetSegmentImportJobsCommandInput,
|
|
351
|
-
GetSegmentImportJobsCommandOutput,
|
|
352
|
-
} from "./commands/GetSegmentImportJobsCommand";
|
|
353
|
-
import {
|
|
354
|
-
GetSegmentsCommandInput,
|
|
355
|
-
GetSegmentsCommandOutput,
|
|
356
|
-
} from "./commands/GetSegmentsCommand";
|
|
357
|
-
import {
|
|
358
|
-
GetSegmentVersionCommandInput,
|
|
359
|
-
GetSegmentVersionCommandOutput,
|
|
360
|
-
} from "./commands/GetSegmentVersionCommand";
|
|
361
|
-
import {
|
|
362
|
-
GetSegmentVersionsCommandInput,
|
|
363
|
-
GetSegmentVersionsCommandOutput,
|
|
364
|
-
} from "./commands/GetSegmentVersionsCommand";
|
|
365
|
-
import {
|
|
366
|
-
GetSmsChannelCommandInput,
|
|
367
|
-
GetSmsChannelCommandOutput,
|
|
368
|
-
} from "./commands/GetSmsChannelCommand";
|
|
369
|
-
import {
|
|
370
|
-
GetSmsTemplateCommandInput,
|
|
371
|
-
GetSmsTemplateCommandOutput,
|
|
372
|
-
} from "./commands/GetSmsTemplateCommand";
|
|
373
|
-
import {
|
|
374
|
-
GetUserEndpointsCommandInput,
|
|
375
|
-
GetUserEndpointsCommandOutput,
|
|
376
|
-
} from "./commands/GetUserEndpointsCommand";
|
|
377
|
-
import {
|
|
378
|
-
GetVoiceChannelCommandInput,
|
|
379
|
-
GetVoiceChannelCommandOutput,
|
|
380
|
-
} from "./commands/GetVoiceChannelCommand";
|
|
381
|
-
import {
|
|
382
|
-
GetVoiceTemplateCommandInput,
|
|
383
|
-
GetVoiceTemplateCommandOutput,
|
|
384
|
-
} from "./commands/GetVoiceTemplateCommand";
|
|
385
|
-
import {
|
|
386
|
-
ListJourneysCommandInput,
|
|
387
|
-
ListJourneysCommandOutput,
|
|
388
|
-
} from "./commands/ListJourneysCommand";
|
|
389
|
-
import {
|
|
390
|
-
ListTagsForResourceCommandInput,
|
|
391
|
-
ListTagsForResourceCommandOutput,
|
|
392
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
393
|
-
import {
|
|
394
|
-
ListTemplatesCommandInput,
|
|
395
|
-
ListTemplatesCommandOutput,
|
|
396
|
-
} from "./commands/ListTemplatesCommand";
|
|
397
|
-
import {
|
|
398
|
-
ListTemplateVersionsCommandInput,
|
|
399
|
-
ListTemplateVersionsCommandOutput,
|
|
400
|
-
} from "./commands/ListTemplateVersionsCommand";
|
|
401
|
-
import {
|
|
402
|
-
PhoneNumberValidateCommandInput,
|
|
403
|
-
PhoneNumberValidateCommandOutput,
|
|
404
|
-
} from "./commands/PhoneNumberValidateCommand";
|
|
405
|
-
import {
|
|
406
|
-
PutEventsCommandInput,
|
|
407
|
-
PutEventsCommandOutput,
|
|
408
|
-
} from "./commands/PutEventsCommand";
|
|
409
|
-
import {
|
|
410
|
-
PutEventStreamCommandInput,
|
|
411
|
-
PutEventStreamCommandOutput,
|
|
412
|
-
} from "./commands/PutEventStreamCommand";
|
|
413
|
-
import {
|
|
414
|
-
RemoveAttributesCommandInput,
|
|
415
|
-
RemoveAttributesCommandOutput,
|
|
416
|
-
} from "./commands/RemoveAttributesCommand";
|
|
417
|
-
import {
|
|
418
|
-
SendMessagesCommandInput,
|
|
419
|
-
SendMessagesCommandOutput,
|
|
420
|
-
} from "./commands/SendMessagesCommand";
|
|
421
|
-
import {
|
|
422
|
-
SendOTPMessageCommandInput,
|
|
423
|
-
SendOTPMessageCommandOutput,
|
|
424
|
-
} from "./commands/SendOTPMessageCommand";
|
|
425
|
-
import {
|
|
426
|
-
SendUsersMessagesCommandInput,
|
|
427
|
-
SendUsersMessagesCommandOutput,
|
|
428
|
-
} from "./commands/SendUsersMessagesCommand";
|
|
429
|
-
import {
|
|
430
|
-
TagResourceCommandInput,
|
|
431
|
-
TagResourceCommandOutput,
|
|
432
|
-
} from "./commands/TagResourceCommand";
|
|
433
|
-
import {
|
|
434
|
-
UntagResourceCommandInput,
|
|
435
|
-
UntagResourceCommandOutput,
|
|
436
|
-
} from "./commands/UntagResourceCommand";
|
|
437
|
-
import {
|
|
438
|
-
UpdateAdmChannelCommandInput,
|
|
439
|
-
UpdateAdmChannelCommandOutput,
|
|
440
|
-
} from "./commands/UpdateAdmChannelCommand";
|
|
441
|
-
import {
|
|
442
|
-
UpdateApnsChannelCommandInput,
|
|
443
|
-
UpdateApnsChannelCommandOutput,
|
|
444
|
-
} from "./commands/UpdateApnsChannelCommand";
|
|
445
|
-
import {
|
|
446
|
-
UpdateApnsSandboxChannelCommandInput,
|
|
447
|
-
UpdateApnsSandboxChannelCommandOutput,
|
|
448
|
-
} from "./commands/UpdateApnsSandboxChannelCommand";
|
|
449
|
-
import {
|
|
450
|
-
UpdateApnsVoipChannelCommandInput,
|
|
451
|
-
UpdateApnsVoipChannelCommandOutput,
|
|
452
|
-
} from "./commands/UpdateApnsVoipChannelCommand";
|
|
453
|
-
import {
|
|
454
|
-
UpdateApnsVoipSandboxChannelCommandInput,
|
|
455
|
-
UpdateApnsVoipSandboxChannelCommandOutput,
|
|
456
|
-
} from "./commands/UpdateApnsVoipSandboxChannelCommand";
|
|
457
|
-
import {
|
|
458
|
-
UpdateApplicationSettingsCommandInput,
|
|
459
|
-
UpdateApplicationSettingsCommandOutput,
|
|
460
|
-
} from "./commands/UpdateApplicationSettingsCommand";
|
|
461
|
-
import {
|
|
462
|
-
UpdateBaiduChannelCommandInput,
|
|
463
|
-
UpdateBaiduChannelCommandOutput,
|
|
464
|
-
} from "./commands/UpdateBaiduChannelCommand";
|
|
465
|
-
import {
|
|
466
|
-
UpdateCampaignCommandInput,
|
|
467
|
-
UpdateCampaignCommandOutput,
|
|
468
|
-
} from "./commands/UpdateCampaignCommand";
|
|
469
|
-
import {
|
|
470
|
-
UpdateEmailChannelCommandInput,
|
|
471
|
-
UpdateEmailChannelCommandOutput,
|
|
472
|
-
} from "./commands/UpdateEmailChannelCommand";
|
|
473
|
-
import {
|
|
474
|
-
UpdateEmailTemplateCommandInput,
|
|
475
|
-
UpdateEmailTemplateCommandOutput,
|
|
476
|
-
} from "./commands/UpdateEmailTemplateCommand";
|
|
477
|
-
import {
|
|
478
|
-
UpdateEndpointCommandInput,
|
|
479
|
-
UpdateEndpointCommandOutput,
|
|
480
|
-
} from "./commands/UpdateEndpointCommand";
|
|
481
|
-
import {
|
|
482
|
-
UpdateEndpointsBatchCommandInput,
|
|
483
|
-
UpdateEndpointsBatchCommandOutput,
|
|
484
|
-
} from "./commands/UpdateEndpointsBatchCommand";
|
|
485
|
-
import {
|
|
486
|
-
UpdateGcmChannelCommandInput,
|
|
487
|
-
UpdateGcmChannelCommandOutput,
|
|
488
|
-
} from "./commands/UpdateGcmChannelCommand";
|
|
489
|
-
import {
|
|
490
|
-
UpdateInAppTemplateCommandInput,
|
|
491
|
-
UpdateInAppTemplateCommandOutput,
|
|
492
|
-
} from "./commands/UpdateInAppTemplateCommand";
|
|
493
|
-
import {
|
|
494
|
-
UpdateJourneyCommandInput,
|
|
495
|
-
UpdateJourneyCommandOutput,
|
|
496
|
-
} from "./commands/UpdateJourneyCommand";
|
|
497
|
-
import {
|
|
498
|
-
UpdateJourneyStateCommandInput,
|
|
499
|
-
UpdateJourneyStateCommandOutput,
|
|
500
|
-
} from "./commands/UpdateJourneyStateCommand";
|
|
501
|
-
import {
|
|
502
|
-
UpdatePushTemplateCommandInput,
|
|
503
|
-
UpdatePushTemplateCommandOutput,
|
|
504
|
-
} from "./commands/UpdatePushTemplateCommand";
|
|
505
|
-
import {
|
|
506
|
-
UpdateRecommenderConfigurationCommandInput,
|
|
507
|
-
UpdateRecommenderConfigurationCommandOutput,
|
|
508
|
-
} from "./commands/UpdateRecommenderConfigurationCommand";
|
|
509
|
-
import {
|
|
510
|
-
UpdateSegmentCommandInput,
|
|
511
|
-
UpdateSegmentCommandOutput,
|
|
512
|
-
} from "./commands/UpdateSegmentCommand";
|
|
513
|
-
import {
|
|
514
|
-
UpdateSmsChannelCommandInput,
|
|
515
|
-
UpdateSmsChannelCommandOutput,
|
|
516
|
-
} from "./commands/UpdateSmsChannelCommand";
|
|
517
|
-
import {
|
|
518
|
-
UpdateSmsTemplateCommandInput,
|
|
519
|
-
UpdateSmsTemplateCommandOutput,
|
|
520
|
-
} from "./commands/UpdateSmsTemplateCommand";
|
|
521
|
-
import {
|
|
522
|
-
UpdateTemplateActiveVersionCommandInput,
|
|
523
|
-
UpdateTemplateActiveVersionCommandOutput,
|
|
524
|
-
} from "./commands/UpdateTemplateActiveVersionCommand";
|
|
525
|
-
import {
|
|
526
|
-
UpdateVoiceChannelCommandInput,
|
|
527
|
-
UpdateVoiceChannelCommandOutput,
|
|
528
|
-
} from "./commands/UpdateVoiceChannelCommand";
|
|
529
|
-
import {
|
|
530
|
-
UpdateVoiceTemplateCommandInput,
|
|
531
|
-
UpdateVoiceTemplateCommandOutput,
|
|
532
|
-
} from "./commands/UpdateVoiceTemplateCommand";
|
|
533
|
-
import {
|
|
534
|
-
VerifyOTPMessageCommandInput,
|
|
535
|
-
VerifyOTPMessageCommandOutput,
|
|
536
|
-
} from "./commands/VerifyOTPMessageCommand";
|
|
537
|
-
import {
|
|
538
|
-
ClientInputEndpointParameters,
|
|
539
|
-
ClientResolvedEndpointParameters,
|
|
540
|
-
EndpointParameters,
|
|
541
|
-
} from "./endpoint/EndpointParameters";
|
|
542
|
-
export type ServiceInputTypes =
|
|
543
|
-
| CreateAppCommandInput
|
|
544
|
-
| CreateCampaignCommandInput
|
|
545
|
-
| CreateEmailTemplateCommandInput
|
|
546
|
-
| CreateExportJobCommandInput
|
|
547
|
-
| CreateImportJobCommandInput
|
|
548
|
-
| CreateInAppTemplateCommandInput
|
|
549
|
-
| CreateJourneyCommandInput
|
|
550
|
-
| CreatePushTemplateCommandInput
|
|
551
|
-
| CreateRecommenderConfigurationCommandInput
|
|
552
|
-
| CreateSegmentCommandInput
|
|
553
|
-
| CreateSmsTemplateCommandInput
|
|
554
|
-
| CreateVoiceTemplateCommandInput
|
|
555
|
-
| DeleteAdmChannelCommandInput
|
|
556
|
-
| DeleteApnsChannelCommandInput
|
|
557
|
-
| DeleteApnsSandboxChannelCommandInput
|
|
558
|
-
| DeleteApnsVoipChannelCommandInput
|
|
559
|
-
| DeleteApnsVoipSandboxChannelCommandInput
|
|
560
|
-
| DeleteAppCommandInput
|
|
561
|
-
| DeleteBaiduChannelCommandInput
|
|
562
|
-
| DeleteCampaignCommandInput
|
|
563
|
-
| DeleteEmailChannelCommandInput
|
|
564
|
-
| DeleteEmailTemplateCommandInput
|
|
565
|
-
| DeleteEndpointCommandInput
|
|
566
|
-
| DeleteEventStreamCommandInput
|
|
567
|
-
| DeleteGcmChannelCommandInput
|
|
568
|
-
| DeleteInAppTemplateCommandInput
|
|
569
|
-
| DeleteJourneyCommandInput
|
|
570
|
-
| DeletePushTemplateCommandInput
|
|
571
|
-
| DeleteRecommenderConfigurationCommandInput
|
|
572
|
-
| DeleteSegmentCommandInput
|
|
573
|
-
| DeleteSmsChannelCommandInput
|
|
574
|
-
| DeleteSmsTemplateCommandInput
|
|
575
|
-
| DeleteUserEndpointsCommandInput
|
|
576
|
-
| DeleteVoiceChannelCommandInput
|
|
577
|
-
| DeleteVoiceTemplateCommandInput
|
|
578
|
-
| GetAdmChannelCommandInput
|
|
579
|
-
| GetApnsChannelCommandInput
|
|
580
|
-
| GetApnsSandboxChannelCommandInput
|
|
581
|
-
| GetApnsVoipChannelCommandInput
|
|
582
|
-
| GetApnsVoipSandboxChannelCommandInput
|
|
583
|
-
| GetAppCommandInput
|
|
584
|
-
| GetApplicationDateRangeKpiCommandInput
|
|
585
|
-
| GetApplicationSettingsCommandInput
|
|
586
|
-
| GetAppsCommandInput
|
|
587
|
-
| GetBaiduChannelCommandInput
|
|
588
|
-
| GetCampaignActivitiesCommandInput
|
|
589
|
-
| GetCampaignCommandInput
|
|
590
|
-
| GetCampaignDateRangeKpiCommandInput
|
|
591
|
-
| GetCampaignVersionCommandInput
|
|
592
|
-
| GetCampaignVersionsCommandInput
|
|
593
|
-
| GetCampaignsCommandInput
|
|
594
|
-
| GetChannelsCommandInput
|
|
595
|
-
| GetEmailChannelCommandInput
|
|
596
|
-
| GetEmailTemplateCommandInput
|
|
597
|
-
| GetEndpointCommandInput
|
|
598
|
-
| GetEventStreamCommandInput
|
|
599
|
-
| GetExportJobCommandInput
|
|
600
|
-
| GetExportJobsCommandInput
|
|
601
|
-
| GetGcmChannelCommandInput
|
|
602
|
-
| GetImportJobCommandInput
|
|
603
|
-
| GetImportJobsCommandInput
|
|
604
|
-
| GetInAppMessagesCommandInput
|
|
605
|
-
| GetInAppTemplateCommandInput
|
|
606
|
-
| GetJourneyCommandInput
|
|
607
|
-
| GetJourneyDateRangeKpiCommandInput
|
|
608
|
-
| GetJourneyExecutionActivityMetricsCommandInput
|
|
609
|
-
| GetJourneyExecutionMetricsCommandInput
|
|
610
|
-
| GetJourneyRunExecutionActivityMetricsCommandInput
|
|
611
|
-
| GetJourneyRunExecutionMetricsCommandInput
|
|
612
|
-
| GetJourneyRunsCommandInput
|
|
613
|
-
| GetPushTemplateCommandInput
|
|
614
|
-
| GetRecommenderConfigurationCommandInput
|
|
615
|
-
| GetRecommenderConfigurationsCommandInput
|
|
616
|
-
| GetSegmentCommandInput
|
|
617
|
-
| GetSegmentExportJobsCommandInput
|
|
618
|
-
| GetSegmentImportJobsCommandInput
|
|
619
|
-
| GetSegmentVersionCommandInput
|
|
620
|
-
| GetSegmentVersionsCommandInput
|
|
621
|
-
| GetSegmentsCommandInput
|
|
622
|
-
| GetSmsChannelCommandInput
|
|
623
|
-
| GetSmsTemplateCommandInput
|
|
624
|
-
| GetUserEndpointsCommandInput
|
|
625
|
-
| GetVoiceChannelCommandInput
|
|
626
|
-
| GetVoiceTemplateCommandInput
|
|
627
|
-
| ListJourneysCommandInput
|
|
628
|
-
| ListTagsForResourceCommandInput
|
|
629
|
-
| ListTemplateVersionsCommandInput
|
|
630
|
-
| ListTemplatesCommandInput
|
|
631
|
-
| PhoneNumberValidateCommandInput
|
|
632
|
-
| PutEventStreamCommandInput
|
|
633
|
-
| PutEventsCommandInput
|
|
634
|
-
| RemoveAttributesCommandInput
|
|
635
|
-
| SendMessagesCommandInput
|
|
636
|
-
| SendOTPMessageCommandInput
|
|
637
|
-
| SendUsersMessagesCommandInput
|
|
638
|
-
| TagResourceCommandInput
|
|
639
|
-
| UntagResourceCommandInput
|
|
640
|
-
| UpdateAdmChannelCommandInput
|
|
641
|
-
| UpdateApnsChannelCommandInput
|
|
642
|
-
| UpdateApnsSandboxChannelCommandInput
|
|
643
|
-
| UpdateApnsVoipChannelCommandInput
|
|
644
|
-
| UpdateApnsVoipSandboxChannelCommandInput
|
|
645
|
-
| UpdateApplicationSettingsCommandInput
|
|
646
|
-
| UpdateBaiduChannelCommandInput
|
|
647
|
-
| UpdateCampaignCommandInput
|
|
648
|
-
| UpdateEmailChannelCommandInput
|
|
649
|
-
| UpdateEmailTemplateCommandInput
|
|
650
|
-
| UpdateEndpointCommandInput
|
|
651
|
-
| UpdateEndpointsBatchCommandInput
|
|
652
|
-
| UpdateGcmChannelCommandInput
|
|
653
|
-
| UpdateInAppTemplateCommandInput
|
|
654
|
-
| UpdateJourneyCommandInput
|
|
655
|
-
| UpdateJourneyStateCommandInput
|
|
656
|
-
| UpdatePushTemplateCommandInput
|
|
657
|
-
| UpdateRecommenderConfigurationCommandInput
|
|
658
|
-
| UpdateSegmentCommandInput
|
|
659
|
-
| UpdateSmsChannelCommandInput
|
|
660
|
-
| UpdateSmsTemplateCommandInput
|
|
661
|
-
| UpdateTemplateActiveVersionCommandInput
|
|
662
|
-
| UpdateVoiceChannelCommandInput
|
|
663
|
-
| UpdateVoiceTemplateCommandInput
|
|
664
|
-
| VerifyOTPMessageCommandInput;
|
|
665
|
-
export type ServiceOutputTypes =
|
|
666
|
-
| CreateAppCommandOutput
|
|
667
|
-
| CreateCampaignCommandOutput
|
|
668
|
-
| CreateEmailTemplateCommandOutput
|
|
669
|
-
| CreateExportJobCommandOutput
|
|
670
|
-
| CreateImportJobCommandOutput
|
|
671
|
-
| CreateInAppTemplateCommandOutput
|
|
672
|
-
| CreateJourneyCommandOutput
|
|
673
|
-
| CreatePushTemplateCommandOutput
|
|
674
|
-
| CreateRecommenderConfigurationCommandOutput
|
|
675
|
-
| CreateSegmentCommandOutput
|
|
676
|
-
| CreateSmsTemplateCommandOutput
|
|
677
|
-
| CreateVoiceTemplateCommandOutput
|
|
678
|
-
| DeleteAdmChannelCommandOutput
|
|
679
|
-
| DeleteApnsChannelCommandOutput
|
|
680
|
-
| DeleteApnsSandboxChannelCommandOutput
|
|
681
|
-
| DeleteApnsVoipChannelCommandOutput
|
|
682
|
-
| DeleteApnsVoipSandboxChannelCommandOutput
|
|
683
|
-
| DeleteAppCommandOutput
|
|
684
|
-
| DeleteBaiduChannelCommandOutput
|
|
685
|
-
| DeleteCampaignCommandOutput
|
|
686
|
-
| DeleteEmailChannelCommandOutput
|
|
687
|
-
| DeleteEmailTemplateCommandOutput
|
|
688
|
-
| DeleteEndpointCommandOutput
|
|
689
|
-
| DeleteEventStreamCommandOutput
|
|
690
|
-
| DeleteGcmChannelCommandOutput
|
|
691
|
-
| DeleteInAppTemplateCommandOutput
|
|
692
|
-
| DeleteJourneyCommandOutput
|
|
693
|
-
| DeletePushTemplateCommandOutput
|
|
694
|
-
| DeleteRecommenderConfigurationCommandOutput
|
|
695
|
-
| DeleteSegmentCommandOutput
|
|
696
|
-
| DeleteSmsChannelCommandOutput
|
|
697
|
-
| DeleteSmsTemplateCommandOutput
|
|
698
|
-
| DeleteUserEndpointsCommandOutput
|
|
699
|
-
| DeleteVoiceChannelCommandOutput
|
|
700
|
-
| DeleteVoiceTemplateCommandOutput
|
|
701
|
-
| GetAdmChannelCommandOutput
|
|
702
|
-
| GetApnsChannelCommandOutput
|
|
703
|
-
| GetApnsSandboxChannelCommandOutput
|
|
704
|
-
| GetApnsVoipChannelCommandOutput
|
|
705
|
-
| GetApnsVoipSandboxChannelCommandOutput
|
|
706
|
-
| GetAppCommandOutput
|
|
707
|
-
| GetApplicationDateRangeKpiCommandOutput
|
|
708
|
-
| GetApplicationSettingsCommandOutput
|
|
709
|
-
| GetAppsCommandOutput
|
|
710
|
-
| GetBaiduChannelCommandOutput
|
|
711
|
-
| GetCampaignActivitiesCommandOutput
|
|
712
|
-
| GetCampaignCommandOutput
|
|
713
|
-
| GetCampaignDateRangeKpiCommandOutput
|
|
714
|
-
| GetCampaignVersionCommandOutput
|
|
715
|
-
| GetCampaignVersionsCommandOutput
|
|
716
|
-
| GetCampaignsCommandOutput
|
|
717
|
-
| GetChannelsCommandOutput
|
|
718
|
-
| GetEmailChannelCommandOutput
|
|
719
|
-
| GetEmailTemplateCommandOutput
|
|
720
|
-
| GetEndpointCommandOutput
|
|
721
|
-
| GetEventStreamCommandOutput
|
|
722
|
-
| GetExportJobCommandOutput
|
|
723
|
-
| GetExportJobsCommandOutput
|
|
724
|
-
| GetGcmChannelCommandOutput
|
|
725
|
-
| GetImportJobCommandOutput
|
|
726
|
-
| GetImportJobsCommandOutput
|
|
727
|
-
| GetInAppMessagesCommandOutput
|
|
728
|
-
| GetInAppTemplateCommandOutput
|
|
729
|
-
| GetJourneyCommandOutput
|
|
730
|
-
| GetJourneyDateRangeKpiCommandOutput
|
|
731
|
-
| GetJourneyExecutionActivityMetricsCommandOutput
|
|
732
|
-
| GetJourneyExecutionMetricsCommandOutput
|
|
733
|
-
| GetJourneyRunExecutionActivityMetricsCommandOutput
|
|
734
|
-
| GetJourneyRunExecutionMetricsCommandOutput
|
|
735
|
-
| GetJourneyRunsCommandOutput
|
|
736
|
-
| GetPushTemplateCommandOutput
|
|
737
|
-
| GetRecommenderConfigurationCommandOutput
|
|
738
|
-
| GetRecommenderConfigurationsCommandOutput
|
|
739
|
-
| GetSegmentCommandOutput
|
|
740
|
-
| GetSegmentExportJobsCommandOutput
|
|
741
|
-
| GetSegmentImportJobsCommandOutput
|
|
742
|
-
| GetSegmentVersionCommandOutput
|
|
743
|
-
| GetSegmentVersionsCommandOutput
|
|
744
|
-
| GetSegmentsCommandOutput
|
|
745
|
-
| GetSmsChannelCommandOutput
|
|
746
|
-
| GetSmsTemplateCommandOutput
|
|
747
|
-
| GetUserEndpointsCommandOutput
|
|
748
|
-
| GetVoiceChannelCommandOutput
|
|
749
|
-
| GetVoiceTemplateCommandOutput
|
|
750
|
-
| ListJourneysCommandOutput
|
|
751
|
-
| ListTagsForResourceCommandOutput
|
|
752
|
-
| ListTemplateVersionsCommandOutput
|
|
753
|
-
| ListTemplatesCommandOutput
|
|
754
|
-
| PhoneNumberValidateCommandOutput
|
|
755
|
-
| PutEventStreamCommandOutput
|
|
756
|
-
| PutEventsCommandOutput
|
|
757
|
-
| RemoveAttributesCommandOutput
|
|
758
|
-
| SendMessagesCommandOutput
|
|
759
|
-
| SendOTPMessageCommandOutput
|
|
760
|
-
| SendUsersMessagesCommandOutput
|
|
761
|
-
| TagResourceCommandOutput
|
|
762
|
-
| UntagResourceCommandOutput
|
|
763
|
-
| UpdateAdmChannelCommandOutput
|
|
764
|
-
| UpdateApnsChannelCommandOutput
|
|
765
|
-
| UpdateApnsSandboxChannelCommandOutput
|
|
766
|
-
| UpdateApnsVoipChannelCommandOutput
|
|
767
|
-
| UpdateApnsVoipSandboxChannelCommandOutput
|
|
768
|
-
| UpdateApplicationSettingsCommandOutput
|
|
769
|
-
| UpdateBaiduChannelCommandOutput
|
|
770
|
-
| UpdateCampaignCommandOutput
|
|
771
|
-
| UpdateEmailChannelCommandOutput
|
|
772
|
-
| UpdateEmailTemplateCommandOutput
|
|
773
|
-
| UpdateEndpointCommandOutput
|
|
774
|
-
| UpdateEndpointsBatchCommandOutput
|
|
775
|
-
| UpdateGcmChannelCommandOutput
|
|
776
|
-
| UpdateInAppTemplateCommandOutput
|
|
777
|
-
| UpdateJourneyCommandOutput
|
|
778
|
-
| UpdateJourneyStateCommandOutput
|
|
779
|
-
| UpdatePushTemplateCommandOutput
|
|
780
|
-
| UpdateRecommenderConfigurationCommandOutput
|
|
781
|
-
| UpdateSegmentCommandOutput
|
|
782
|
-
| UpdateSmsChannelCommandOutput
|
|
783
|
-
| UpdateSmsTemplateCommandOutput
|
|
784
|
-
| UpdateTemplateActiveVersionCommandOutput
|
|
785
|
-
| UpdateVoiceChannelCommandOutput
|
|
786
|
-
| UpdateVoiceTemplateCommandOutput
|
|
787
|
-
| VerifyOTPMessageCommandOutput;
|
|
788
|
-
export interface ClientDefaults
|
|
789
|
-
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
790
|
-
requestHandler?: __HttpHandler;
|
|
791
|
-
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
792
|
-
urlParser?: __UrlParser;
|
|
793
|
-
bodyLengthChecker?: __BodyLengthCalculator;
|
|
794
|
-
streamCollector?: __StreamCollector;
|
|
795
|
-
base64Decoder?: __Decoder;
|
|
796
|
-
base64Encoder?: __Encoder;
|
|
797
|
-
utf8Decoder?: __Decoder;
|
|
798
|
-
utf8Encoder?: __Encoder;
|
|
799
|
-
runtime?: string;
|
|
800
|
-
disableHostPrefix?: boolean;
|
|
801
|
-
serviceId?: string;
|
|
802
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
803
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
804
|
-
region?: string | __Provider<string>;
|
|
805
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
806
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
807
|
-
maxAttempts?: number | __Provider<number>;
|
|
808
|
-
retryMode?: string | __Provider<string>;
|
|
809
|
-
logger?: __Logger;
|
|
810
|
-
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
811
|
-
}
|
|
812
|
-
type PinpointClientConfigType = Partial<
|
|
813
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
814
|
-
> &
|
|
815
|
-
ClientDefaults &
|
|
816
|
-
RegionInputConfig &
|
|
817
|
-
EndpointInputConfig<EndpointParameters> &
|
|
818
|
-
RetryInputConfig &
|
|
819
|
-
HostHeaderInputConfig &
|
|
820
|
-
AwsAuthInputConfig &
|
|
821
|
-
UserAgentInputConfig &
|
|
822
|
-
ClientInputEndpointParameters;
|
|
823
|
-
export interface PinpointClientConfig extends PinpointClientConfigType {}
|
|
824
|
-
type PinpointClientResolvedConfigType =
|
|
825
|
-
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
826
|
-
Required<ClientDefaults> &
|
|
827
|
-
RegionResolvedConfig &
|
|
828
|
-
EndpointResolvedConfig<EndpointParameters> &
|
|
829
|
-
RetryResolvedConfig &
|
|
830
|
-
HostHeaderResolvedConfig &
|
|
831
|
-
AwsAuthResolvedConfig &
|
|
832
|
-
UserAgentResolvedConfig &
|
|
833
|
-
ClientResolvedEndpointParameters;
|
|
834
|
-
export interface PinpointClientResolvedConfig
|
|
835
|
-
extends PinpointClientResolvedConfigType {}
|
|
836
|
-
export declare class PinpointClient extends __Client<
|
|
837
|
-
__HttpHandlerOptions,
|
|
838
|
-
ServiceInputTypes,
|
|
839
|
-
ServiceOutputTypes,
|
|
840
|
-
PinpointClientResolvedConfig
|
|
841
|
-
> {
|
|
842
|
-
readonly config: PinpointClientResolvedConfig;
|
|
843
|
-
constructor(configuration: PinpointClientConfig);
|
|
844
|
-
destroy(): void;
|
|
845
|
-
}
|
|
846
|
-
export {};
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
3
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
4
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
5
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
6
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
7
|
+
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
10
|
+
import { Decoder as __Decoder, Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector } from "@smithy/types";
|
|
11
|
+
import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
|
|
12
|
+
import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
|
|
13
|
+
import { CreateEmailTemplateCommandInput, CreateEmailTemplateCommandOutput } from "./commands/CreateEmailTemplateCommand";
|
|
14
|
+
import { CreateExportJobCommandInput, CreateExportJobCommandOutput } from "./commands/CreateExportJobCommand";
|
|
15
|
+
import { CreateImportJobCommandInput, CreateImportJobCommandOutput } from "./commands/CreateImportJobCommand";
|
|
16
|
+
import { CreateInAppTemplateCommandInput, CreateInAppTemplateCommandOutput } from "./commands/CreateInAppTemplateCommand";
|
|
17
|
+
import { CreateJourneyCommandInput, CreateJourneyCommandOutput } from "./commands/CreateJourneyCommand";
|
|
18
|
+
import { CreatePushTemplateCommandInput, CreatePushTemplateCommandOutput } from "./commands/CreatePushTemplateCommand";
|
|
19
|
+
import { CreateRecommenderConfigurationCommandInput, CreateRecommenderConfigurationCommandOutput } from "./commands/CreateRecommenderConfigurationCommand";
|
|
20
|
+
import { CreateSegmentCommandInput, CreateSegmentCommandOutput } from "./commands/CreateSegmentCommand";
|
|
21
|
+
import { CreateSmsTemplateCommandInput, CreateSmsTemplateCommandOutput } from "./commands/CreateSmsTemplateCommand";
|
|
22
|
+
import { CreateVoiceTemplateCommandInput, CreateVoiceTemplateCommandOutput } from "./commands/CreateVoiceTemplateCommand";
|
|
23
|
+
import { DeleteAdmChannelCommandInput, DeleteAdmChannelCommandOutput } from "./commands/DeleteAdmChannelCommand";
|
|
24
|
+
import { DeleteApnsChannelCommandInput, DeleteApnsChannelCommandOutput } from "./commands/DeleteApnsChannelCommand";
|
|
25
|
+
import { DeleteApnsSandboxChannelCommandInput, DeleteApnsSandboxChannelCommandOutput } from "./commands/DeleteApnsSandboxChannelCommand";
|
|
26
|
+
import { DeleteApnsVoipChannelCommandInput, DeleteApnsVoipChannelCommandOutput } from "./commands/DeleteApnsVoipChannelCommand";
|
|
27
|
+
import { DeleteApnsVoipSandboxChannelCommandInput, DeleteApnsVoipSandboxChannelCommandOutput } from "./commands/DeleteApnsVoipSandboxChannelCommand";
|
|
28
|
+
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
|
|
29
|
+
import { DeleteBaiduChannelCommandInput, DeleteBaiduChannelCommandOutput } from "./commands/DeleteBaiduChannelCommand";
|
|
30
|
+
import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
|
|
31
|
+
import { DeleteEmailChannelCommandInput, DeleteEmailChannelCommandOutput } from "./commands/DeleteEmailChannelCommand";
|
|
32
|
+
import { DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput } from "./commands/DeleteEmailTemplateCommand";
|
|
33
|
+
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
|
|
34
|
+
import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "./commands/DeleteEventStreamCommand";
|
|
35
|
+
import { DeleteGcmChannelCommandInput, DeleteGcmChannelCommandOutput } from "./commands/DeleteGcmChannelCommand";
|
|
36
|
+
import { DeleteInAppTemplateCommandInput, DeleteInAppTemplateCommandOutput } from "./commands/DeleteInAppTemplateCommand";
|
|
37
|
+
import { DeleteJourneyCommandInput, DeleteJourneyCommandOutput } from "./commands/DeleteJourneyCommand";
|
|
38
|
+
import { DeletePushTemplateCommandInput, DeletePushTemplateCommandOutput } from "./commands/DeletePushTemplateCommand";
|
|
39
|
+
import { DeleteRecommenderConfigurationCommandInput, DeleteRecommenderConfigurationCommandOutput } from "./commands/DeleteRecommenderConfigurationCommand";
|
|
40
|
+
import { DeleteSegmentCommandInput, DeleteSegmentCommandOutput } from "./commands/DeleteSegmentCommand";
|
|
41
|
+
import { DeleteSmsChannelCommandInput, DeleteSmsChannelCommandOutput } from "./commands/DeleteSmsChannelCommand";
|
|
42
|
+
import { DeleteSmsTemplateCommandInput, DeleteSmsTemplateCommandOutput } from "./commands/DeleteSmsTemplateCommand";
|
|
43
|
+
import { DeleteUserEndpointsCommandInput, DeleteUserEndpointsCommandOutput } from "./commands/DeleteUserEndpointsCommand";
|
|
44
|
+
import { DeleteVoiceChannelCommandInput, DeleteVoiceChannelCommandOutput } from "./commands/DeleteVoiceChannelCommand";
|
|
45
|
+
import { DeleteVoiceTemplateCommandInput, DeleteVoiceTemplateCommandOutput } from "./commands/DeleteVoiceTemplateCommand";
|
|
46
|
+
import { GetAdmChannelCommandInput, GetAdmChannelCommandOutput } from "./commands/GetAdmChannelCommand";
|
|
47
|
+
import { GetApnsChannelCommandInput, GetApnsChannelCommandOutput } from "./commands/GetApnsChannelCommand";
|
|
48
|
+
import { GetApnsSandboxChannelCommandInput, GetApnsSandboxChannelCommandOutput } from "./commands/GetApnsSandboxChannelCommand";
|
|
49
|
+
import { GetApnsVoipChannelCommandInput, GetApnsVoipChannelCommandOutput } from "./commands/GetApnsVoipChannelCommand";
|
|
50
|
+
import { GetApnsVoipSandboxChannelCommandInput, GetApnsVoipSandboxChannelCommandOutput } from "./commands/GetApnsVoipSandboxChannelCommand";
|
|
51
|
+
import { GetAppCommandInput, GetAppCommandOutput } from "./commands/GetAppCommand";
|
|
52
|
+
import { GetApplicationDateRangeKpiCommandInput, GetApplicationDateRangeKpiCommandOutput } from "./commands/GetApplicationDateRangeKpiCommand";
|
|
53
|
+
import { GetApplicationSettingsCommandInput, GetApplicationSettingsCommandOutput } from "./commands/GetApplicationSettingsCommand";
|
|
54
|
+
import { GetAppsCommandInput, GetAppsCommandOutput } from "./commands/GetAppsCommand";
|
|
55
|
+
import { GetBaiduChannelCommandInput, GetBaiduChannelCommandOutput } from "./commands/GetBaiduChannelCommand";
|
|
56
|
+
import { GetCampaignActivitiesCommandInput, GetCampaignActivitiesCommandOutput } from "./commands/GetCampaignActivitiesCommand";
|
|
57
|
+
import { GetCampaignCommandInput, GetCampaignCommandOutput } from "./commands/GetCampaignCommand";
|
|
58
|
+
import { GetCampaignDateRangeKpiCommandInput, GetCampaignDateRangeKpiCommandOutput } from "./commands/GetCampaignDateRangeKpiCommand";
|
|
59
|
+
import { GetCampaignsCommandInput, GetCampaignsCommandOutput } from "./commands/GetCampaignsCommand";
|
|
60
|
+
import { GetCampaignVersionCommandInput, GetCampaignVersionCommandOutput } from "./commands/GetCampaignVersionCommand";
|
|
61
|
+
import { GetCampaignVersionsCommandInput, GetCampaignVersionsCommandOutput } from "./commands/GetCampaignVersionsCommand";
|
|
62
|
+
import { GetChannelsCommandInput, GetChannelsCommandOutput } from "./commands/GetChannelsCommand";
|
|
63
|
+
import { GetEmailChannelCommandInput, GetEmailChannelCommandOutput } from "./commands/GetEmailChannelCommand";
|
|
64
|
+
import { GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput } from "./commands/GetEmailTemplateCommand";
|
|
65
|
+
import { GetEndpointCommandInput, GetEndpointCommandOutput } from "./commands/GetEndpointCommand";
|
|
66
|
+
import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "./commands/GetEventStreamCommand";
|
|
67
|
+
import { GetExportJobCommandInput, GetExportJobCommandOutput } from "./commands/GetExportJobCommand";
|
|
68
|
+
import { GetExportJobsCommandInput, GetExportJobsCommandOutput } from "./commands/GetExportJobsCommand";
|
|
69
|
+
import { GetGcmChannelCommandInput, GetGcmChannelCommandOutput } from "./commands/GetGcmChannelCommand";
|
|
70
|
+
import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
|
|
71
|
+
import { GetImportJobsCommandInput, GetImportJobsCommandOutput } from "./commands/GetImportJobsCommand";
|
|
72
|
+
import { GetInAppMessagesCommandInput, GetInAppMessagesCommandOutput } from "./commands/GetInAppMessagesCommand";
|
|
73
|
+
import { GetInAppTemplateCommandInput, GetInAppTemplateCommandOutput } from "./commands/GetInAppTemplateCommand";
|
|
74
|
+
import { GetJourneyCommandInput, GetJourneyCommandOutput } from "./commands/GetJourneyCommand";
|
|
75
|
+
import { GetJourneyDateRangeKpiCommandInput, GetJourneyDateRangeKpiCommandOutput } from "./commands/GetJourneyDateRangeKpiCommand";
|
|
76
|
+
import { GetJourneyExecutionActivityMetricsCommandInput, GetJourneyExecutionActivityMetricsCommandOutput } from "./commands/GetJourneyExecutionActivityMetricsCommand";
|
|
77
|
+
import { GetJourneyExecutionMetricsCommandInput, GetJourneyExecutionMetricsCommandOutput } from "./commands/GetJourneyExecutionMetricsCommand";
|
|
78
|
+
import { GetJourneyRunExecutionActivityMetricsCommandInput, GetJourneyRunExecutionActivityMetricsCommandOutput } from "./commands/GetJourneyRunExecutionActivityMetricsCommand";
|
|
79
|
+
import { GetJourneyRunExecutionMetricsCommandInput, GetJourneyRunExecutionMetricsCommandOutput } from "./commands/GetJourneyRunExecutionMetricsCommand";
|
|
80
|
+
import { GetJourneyRunsCommandInput, GetJourneyRunsCommandOutput } from "./commands/GetJourneyRunsCommand";
|
|
81
|
+
import { GetPushTemplateCommandInput, GetPushTemplateCommandOutput } from "./commands/GetPushTemplateCommand";
|
|
82
|
+
import { GetRecommenderConfigurationCommandInput, GetRecommenderConfigurationCommandOutput } from "./commands/GetRecommenderConfigurationCommand";
|
|
83
|
+
import { GetRecommenderConfigurationsCommandInput, GetRecommenderConfigurationsCommandOutput } from "./commands/GetRecommenderConfigurationsCommand";
|
|
84
|
+
import { GetSegmentCommandInput, GetSegmentCommandOutput } from "./commands/GetSegmentCommand";
|
|
85
|
+
import { GetSegmentExportJobsCommandInput, GetSegmentExportJobsCommandOutput } from "./commands/GetSegmentExportJobsCommand";
|
|
86
|
+
import { GetSegmentImportJobsCommandInput, GetSegmentImportJobsCommandOutput } from "./commands/GetSegmentImportJobsCommand";
|
|
87
|
+
import { GetSegmentsCommandInput, GetSegmentsCommandOutput } from "./commands/GetSegmentsCommand";
|
|
88
|
+
import { GetSegmentVersionCommandInput, GetSegmentVersionCommandOutput } from "./commands/GetSegmentVersionCommand";
|
|
89
|
+
import { GetSegmentVersionsCommandInput, GetSegmentVersionsCommandOutput } from "./commands/GetSegmentVersionsCommand";
|
|
90
|
+
import { GetSmsChannelCommandInput, GetSmsChannelCommandOutput } from "./commands/GetSmsChannelCommand";
|
|
91
|
+
import { GetSmsTemplateCommandInput, GetSmsTemplateCommandOutput } from "./commands/GetSmsTemplateCommand";
|
|
92
|
+
import { GetUserEndpointsCommandInput, GetUserEndpointsCommandOutput } from "./commands/GetUserEndpointsCommand";
|
|
93
|
+
import { GetVoiceChannelCommandInput, GetVoiceChannelCommandOutput } from "./commands/GetVoiceChannelCommand";
|
|
94
|
+
import { GetVoiceTemplateCommandInput, GetVoiceTemplateCommandOutput } from "./commands/GetVoiceTemplateCommand";
|
|
95
|
+
import { ListJourneysCommandInput, ListJourneysCommandOutput } from "./commands/ListJourneysCommand";
|
|
96
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
97
|
+
import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
|
|
98
|
+
import { ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput } from "./commands/ListTemplateVersionsCommand";
|
|
99
|
+
import { PhoneNumberValidateCommandInput, PhoneNumberValidateCommandOutput } from "./commands/PhoneNumberValidateCommand";
|
|
100
|
+
import { PutEventsCommandInput, PutEventsCommandOutput } from "./commands/PutEventsCommand";
|
|
101
|
+
import { PutEventStreamCommandInput, PutEventStreamCommandOutput } from "./commands/PutEventStreamCommand";
|
|
102
|
+
import { RemoveAttributesCommandInput, RemoveAttributesCommandOutput } from "./commands/RemoveAttributesCommand";
|
|
103
|
+
import { SendMessagesCommandInput, SendMessagesCommandOutput } from "./commands/SendMessagesCommand";
|
|
104
|
+
import { SendOTPMessageCommandInput, SendOTPMessageCommandOutput } from "./commands/SendOTPMessageCommand";
|
|
105
|
+
import { SendUsersMessagesCommandInput, SendUsersMessagesCommandOutput } from "./commands/SendUsersMessagesCommand";
|
|
106
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
107
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
108
|
+
import { UpdateAdmChannelCommandInput, UpdateAdmChannelCommandOutput } from "./commands/UpdateAdmChannelCommand";
|
|
109
|
+
import { UpdateApnsChannelCommandInput, UpdateApnsChannelCommandOutput } from "./commands/UpdateApnsChannelCommand";
|
|
110
|
+
import { UpdateApnsSandboxChannelCommandInput, UpdateApnsSandboxChannelCommandOutput } from "./commands/UpdateApnsSandboxChannelCommand";
|
|
111
|
+
import { UpdateApnsVoipChannelCommandInput, UpdateApnsVoipChannelCommandOutput } from "./commands/UpdateApnsVoipChannelCommand";
|
|
112
|
+
import { UpdateApnsVoipSandboxChannelCommandInput, UpdateApnsVoipSandboxChannelCommandOutput } from "./commands/UpdateApnsVoipSandboxChannelCommand";
|
|
113
|
+
import { UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput } from "./commands/UpdateApplicationSettingsCommand";
|
|
114
|
+
import { UpdateBaiduChannelCommandInput, UpdateBaiduChannelCommandOutput } from "./commands/UpdateBaiduChannelCommand";
|
|
115
|
+
import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
|
|
116
|
+
import { UpdateEmailChannelCommandInput, UpdateEmailChannelCommandOutput } from "./commands/UpdateEmailChannelCommand";
|
|
117
|
+
import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } from "./commands/UpdateEmailTemplateCommand";
|
|
118
|
+
import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
|
|
119
|
+
import { UpdateEndpointsBatchCommandInput, UpdateEndpointsBatchCommandOutput } from "./commands/UpdateEndpointsBatchCommand";
|
|
120
|
+
import { UpdateGcmChannelCommandInput, UpdateGcmChannelCommandOutput } from "./commands/UpdateGcmChannelCommand";
|
|
121
|
+
import { UpdateInAppTemplateCommandInput, UpdateInAppTemplateCommandOutput } from "./commands/UpdateInAppTemplateCommand";
|
|
122
|
+
import { UpdateJourneyCommandInput, UpdateJourneyCommandOutput } from "./commands/UpdateJourneyCommand";
|
|
123
|
+
import { UpdateJourneyStateCommandInput, UpdateJourneyStateCommandOutput } from "./commands/UpdateJourneyStateCommand";
|
|
124
|
+
import { UpdatePushTemplateCommandInput, UpdatePushTemplateCommandOutput } from "./commands/UpdatePushTemplateCommand";
|
|
125
|
+
import { UpdateRecommenderConfigurationCommandInput, UpdateRecommenderConfigurationCommandOutput } from "./commands/UpdateRecommenderConfigurationCommand";
|
|
126
|
+
import { UpdateSegmentCommandInput, UpdateSegmentCommandOutput } from "./commands/UpdateSegmentCommand";
|
|
127
|
+
import { UpdateSmsChannelCommandInput, UpdateSmsChannelCommandOutput } from "./commands/UpdateSmsChannelCommand";
|
|
128
|
+
import { UpdateSmsTemplateCommandInput, UpdateSmsTemplateCommandOutput } from "./commands/UpdateSmsTemplateCommand";
|
|
129
|
+
import { UpdateTemplateActiveVersionCommandInput, UpdateTemplateActiveVersionCommandOutput } from "./commands/UpdateTemplateActiveVersionCommand";
|
|
130
|
+
import { UpdateVoiceChannelCommandInput, UpdateVoiceChannelCommandOutput } from "./commands/UpdateVoiceChannelCommand";
|
|
131
|
+
import { UpdateVoiceTemplateCommandInput, UpdateVoiceTemplateCommandOutput } from "./commands/UpdateVoiceTemplateCommand";
|
|
132
|
+
import { VerifyOTPMessageCommandInput, VerifyOTPMessageCommandOutput } from "./commands/VerifyOTPMessageCommand";
|
|
133
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export type ServiceInputTypes = CreateAppCommandInput | CreateCampaignCommandInput | CreateEmailTemplateCommandInput | CreateExportJobCommandInput | CreateImportJobCommandInput | CreateInAppTemplateCommandInput | CreateJourneyCommandInput | CreatePushTemplateCommandInput | CreateRecommenderConfigurationCommandInput | CreateSegmentCommandInput | CreateSmsTemplateCommandInput | CreateVoiceTemplateCommandInput | DeleteAdmChannelCommandInput | DeleteApnsChannelCommandInput | DeleteApnsSandboxChannelCommandInput | DeleteApnsVoipChannelCommandInput | DeleteApnsVoipSandboxChannelCommandInput | DeleteAppCommandInput | DeleteBaiduChannelCommandInput | DeleteCampaignCommandInput | DeleteEmailChannelCommandInput | DeleteEmailTemplateCommandInput | DeleteEndpointCommandInput | DeleteEventStreamCommandInput | DeleteGcmChannelCommandInput | DeleteInAppTemplateCommandInput | DeleteJourneyCommandInput | DeletePushTemplateCommandInput | DeleteRecommenderConfigurationCommandInput | DeleteSegmentCommandInput | DeleteSmsChannelCommandInput | DeleteSmsTemplateCommandInput | DeleteUserEndpointsCommandInput | DeleteVoiceChannelCommandInput | DeleteVoiceTemplateCommandInput | GetAdmChannelCommandInput | GetApnsChannelCommandInput | GetApnsSandboxChannelCommandInput | GetApnsVoipChannelCommandInput | GetApnsVoipSandboxChannelCommandInput | GetAppCommandInput | GetApplicationDateRangeKpiCommandInput | GetApplicationSettingsCommandInput | GetAppsCommandInput | GetBaiduChannelCommandInput | GetCampaignActivitiesCommandInput | GetCampaignCommandInput | GetCampaignDateRangeKpiCommandInput | GetCampaignVersionCommandInput | GetCampaignVersionsCommandInput | GetCampaignsCommandInput | GetChannelsCommandInput | GetEmailChannelCommandInput | GetEmailTemplateCommandInput | GetEndpointCommandInput | GetEventStreamCommandInput | GetExportJobCommandInput | GetExportJobsCommandInput | GetGcmChannelCommandInput | GetImportJobCommandInput | GetImportJobsCommandInput | GetInAppMessagesCommandInput | GetInAppTemplateCommandInput | GetJourneyCommandInput | GetJourneyDateRangeKpiCommandInput | GetJourneyExecutionActivityMetricsCommandInput | GetJourneyExecutionMetricsCommandInput | GetJourneyRunExecutionActivityMetricsCommandInput | GetJourneyRunExecutionMetricsCommandInput | GetJourneyRunsCommandInput | GetPushTemplateCommandInput | GetRecommenderConfigurationCommandInput | GetRecommenderConfigurationsCommandInput | GetSegmentCommandInput | GetSegmentExportJobsCommandInput | GetSegmentImportJobsCommandInput | GetSegmentVersionCommandInput | GetSegmentVersionsCommandInput | GetSegmentsCommandInput | GetSmsChannelCommandInput | GetSmsTemplateCommandInput | GetUserEndpointsCommandInput | GetVoiceChannelCommandInput | GetVoiceTemplateCommandInput | ListJourneysCommandInput | ListTagsForResourceCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | PhoneNumberValidateCommandInput | PutEventStreamCommandInput | PutEventsCommandInput | RemoveAttributesCommandInput | SendMessagesCommandInput | SendOTPMessageCommandInput | SendUsersMessagesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAdmChannelCommandInput | UpdateApnsChannelCommandInput | UpdateApnsSandboxChannelCommandInput | UpdateApnsVoipChannelCommandInput | UpdateApnsVoipSandboxChannelCommandInput | UpdateApplicationSettingsCommandInput | UpdateBaiduChannelCommandInput | UpdateCampaignCommandInput | UpdateEmailChannelCommandInput | UpdateEmailTemplateCommandInput | UpdateEndpointCommandInput | UpdateEndpointsBatchCommandInput | UpdateGcmChannelCommandInput | UpdateInAppTemplateCommandInput | UpdateJourneyCommandInput | UpdateJourneyStateCommandInput | UpdatePushTemplateCommandInput | UpdateRecommenderConfigurationCommandInput | UpdateSegmentCommandInput | UpdateSmsChannelCommandInput | UpdateSmsTemplateCommandInput | UpdateTemplateActiveVersionCommandInput | UpdateVoiceChannelCommandInput | UpdateVoiceTemplateCommandInput | VerifyOTPMessageCommandInput;
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
export type ServiceOutputTypes = CreateAppCommandOutput | CreateCampaignCommandOutput | CreateEmailTemplateCommandOutput | CreateExportJobCommandOutput | CreateImportJobCommandOutput | CreateInAppTemplateCommandOutput | CreateJourneyCommandOutput | CreatePushTemplateCommandOutput | CreateRecommenderConfigurationCommandOutput | CreateSegmentCommandOutput | CreateSmsTemplateCommandOutput | CreateVoiceTemplateCommandOutput | DeleteAdmChannelCommandOutput | DeleteApnsChannelCommandOutput | DeleteApnsSandboxChannelCommandOutput | DeleteApnsVoipChannelCommandOutput | DeleteApnsVoipSandboxChannelCommandOutput | DeleteAppCommandOutput | DeleteBaiduChannelCommandOutput | DeleteCampaignCommandOutput | DeleteEmailChannelCommandOutput | DeleteEmailTemplateCommandOutput | DeleteEndpointCommandOutput | DeleteEventStreamCommandOutput | DeleteGcmChannelCommandOutput | DeleteInAppTemplateCommandOutput | DeleteJourneyCommandOutput | DeletePushTemplateCommandOutput | DeleteRecommenderConfigurationCommandOutput | DeleteSegmentCommandOutput | DeleteSmsChannelCommandOutput | DeleteSmsTemplateCommandOutput | DeleteUserEndpointsCommandOutput | DeleteVoiceChannelCommandOutput | DeleteVoiceTemplateCommandOutput | GetAdmChannelCommandOutput | GetApnsChannelCommandOutput | GetApnsSandboxChannelCommandOutput | GetApnsVoipChannelCommandOutput | GetApnsVoipSandboxChannelCommandOutput | GetAppCommandOutput | GetApplicationDateRangeKpiCommandOutput | GetApplicationSettingsCommandOutput | GetAppsCommandOutput | GetBaiduChannelCommandOutput | GetCampaignActivitiesCommandOutput | GetCampaignCommandOutput | GetCampaignDateRangeKpiCommandOutput | GetCampaignVersionCommandOutput | GetCampaignVersionsCommandOutput | GetCampaignsCommandOutput | GetChannelsCommandOutput | GetEmailChannelCommandOutput | GetEmailTemplateCommandOutput | GetEndpointCommandOutput | GetEventStreamCommandOutput | GetExportJobCommandOutput | GetExportJobsCommandOutput | GetGcmChannelCommandOutput | GetImportJobCommandOutput | GetImportJobsCommandOutput | GetInAppMessagesCommandOutput | GetInAppTemplateCommandOutput | GetJourneyCommandOutput | GetJourneyDateRangeKpiCommandOutput | GetJourneyExecutionActivityMetricsCommandOutput | GetJourneyExecutionMetricsCommandOutput | GetJourneyRunExecutionActivityMetricsCommandOutput | GetJourneyRunExecutionMetricsCommandOutput | GetJourneyRunsCommandOutput | GetPushTemplateCommandOutput | GetRecommenderConfigurationCommandOutput | GetRecommenderConfigurationsCommandOutput | GetSegmentCommandOutput | GetSegmentExportJobsCommandOutput | GetSegmentImportJobsCommandOutput | GetSegmentVersionCommandOutput | GetSegmentVersionsCommandOutput | GetSegmentsCommandOutput | GetSmsChannelCommandOutput | GetSmsTemplateCommandOutput | GetUserEndpointsCommandOutput | GetVoiceChannelCommandOutput | GetVoiceTemplateCommandOutput | ListJourneysCommandOutput | ListTagsForResourceCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | PhoneNumberValidateCommandOutput | PutEventStreamCommandOutput | PutEventsCommandOutput | RemoveAttributesCommandOutput | SendMessagesCommandOutput | SendOTPMessageCommandOutput | SendUsersMessagesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAdmChannelCommandOutput | UpdateApnsChannelCommandOutput | UpdateApnsSandboxChannelCommandOutput | UpdateApnsVoipChannelCommandOutput | UpdateApnsVoipSandboxChannelCommandOutput | UpdateApplicationSettingsCommandOutput | UpdateBaiduChannelCommandOutput | UpdateCampaignCommandOutput | UpdateEmailChannelCommandOutput | UpdateEmailTemplateCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointsBatchCommandOutput | UpdateGcmChannelCommandOutput | UpdateInAppTemplateCommandOutput | UpdateJourneyCommandOutput | UpdateJourneyStateCommandOutput | UpdatePushTemplateCommandOutput | UpdateRecommenderConfigurationCommandOutput | UpdateSegmentCommandOutput | UpdateSmsChannelCommandOutput | UpdateSmsTemplateCommandOutput | UpdateTemplateActiveVersionCommandOutput | UpdateVoiceChannelCommandOutput | UpdateVoiceTemplateCommandOutput | VerifyOTPMessageCommandOutput;
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
146
|
+
/**
|
|
147
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
148
|
+
*/
|
|
149
|
+
requestHandler?: __HttpHandler;
|
|
150
|
+
/**
|
|
151
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
152
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
155
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
156
|
+
/**
|
|
157
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
158
|
+
* @internal
|
|
159
|
+
*/
|
|
160
|
+
urlParser?: __UrlParser;
|
|
161
|
+
/**
|
|
162
|
+
* A function that can calculate the length of a request body.
|
|
163
|
+
* @internal
|
|
164
|
+
*/
|
|
165
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
166
|
+
/**
|
|
167
|
+
* A function that converts a stream into an array of bytes.
|
|
168
|
+
* @internal
|
|
169
|
+
*/
|
|
170
|
+
streamCollector?: __StreamCollector;
|
|
171
|
+
/**
|
|
172
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
173
|
+
* @internal
|
|
174
|
+
*/
|
|
175
|
+
base64Decoder?: __Decoder;
|
|
176
|
+
/**
|
|
177
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
178
|
+
* @internal
|
|
179
|
+
*/
|
|
180
|
+
base64Encoder?: __Encoder;
|
|
181
|
+
/**
|
|
182
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
185
|
+
utf8Decoder?: __Decoder;
|
|
186
|
+
/**
|
|
187
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
188
|
+
* @internal
|
|
189
|
+
*/
|
|
190
|
+
utf8Encoder?: __Encoder;
|
|
191
|
+
/**
|
|
192
|
+
* The runtime environment.
|
|
193
|
+
* @internal
|
|
194
|
+
*/
|
|
195
|
+
runtime?: string;
|
|
196
|
+
/**
|
|
197
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
198
|
+
* trait of an operation.
|
|
199
|
+
*/
|
|
200
|
+
disableHostPrefix?: boolean;
|
|
201
|
+
/**
|
|
202
|
+
* Unique service identifier.
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
serviceId?: string;
|
|
206
|
+
/**
|
|
207
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
208
|
+
*/
|
|
209
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
210
|
+
/**
|
|
211
|
+
* Enables FIPS compatible endpoints.
|
|
212
|
+
*/
|
|
213
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
214
|
+
/**
|
|
215
|
+
* The AWS region to which this client will send requests
|
|
216
|
+
*/
|
|
217
|
+
region?: string | __Provider<string>;
|
|
218
|
+
/**
|
|
219
|
+
* Default credentials provider; Not available in browser runtime.
|
|
220
|
+
* @internal
|
|
221
|
+
*/
|
|
222
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
223
|
+
/**
|
|
224
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
225
|
+
* @internal
|
|
226
|
+
*/
|
|
227
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
+
/**
|
|
229
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
230
|
+
*/
|
|
231
|
+
maxAttempts?: number | __Provider<number>;
|
|
232
|
+
/**
|
|
233
|
+
* Specifies which retry algorithm to use.
|
|
234
|
+
*/
|
|
235
|
+
retryMode?: string | __Provider<string>;
|
|
236
|
+
/**
|
|
237
|
+
* Optional logger for logging debug/info/warn/error.
|
|
238
|
+
*/
|
|
239
|
+
logger?: __Logger;
|
|
240
|
+
/**
|
|
241
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
242
|
+
*/
|
|
243
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
type PinpointClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*
|
|
252
|
+
* The configuration interface of PinpointClient class constructor that set the region, credentials and other options.
|
|
253
|
+
*/
|
|
254
|
+
export interface PinpointClientConfig extends PinpointClientConfigType {
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
type PinpointClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
*
|
|
263
|
+
* The resolved configuration interface of PinpointClient class. This is resolved and normalized from the {@link PinpointClientConfig | constructor configuration interface}.
|
|
264
|
+
*/
|
|
265
|
+
export interface PinpointClientResolvedConfig extends PinpointClientResolvedConfigType {
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
* <p>Doc Engage API - Amazon Pinpoint API</p>
|
|
270
|
+
*/
|
|
271
|
+
export declare class PinpointClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PinpointClientResolvedConfig> {
|
|
272
|
+
/**
|
|
273
|
+
* The resolved configuration of PinpointClient class. This is resolved and normalized from the {@link PinpointClientConfig | constructor configuration interface}.
|
|
274
|
+
*/
|
|
275
|
+
readonly config: PinpointClientResolvedConfig;
|
|
276
|
+
constructor(configuration: PinpointClientConfig);
|
|
277
|
+
/**
|
|
278
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
279
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
280
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
281
|
+
*/
|
|
282
|
+
destroy(): void;
|
|
283
|
+
}
|
|
284
|
+
export {};
|