@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.
Files changed (140) hide show
  1. package/CHANGELOG.md +4785 -0
  2. package/dist-types/ts3.4/Pinpoint.d.ts +864 -2091
  3. package/dist-types/ts3.4/PinpointClient.d.ts +284 -846
  4. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +103 -34
  5. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +833 -37
  6. package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +99 -38
  7. package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +117 -37
  8. package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +125 -37
  9. package/dist-types/ts3.4/commands/CreateInAppTemplateCommand.d.ts +155 -38
  10. package/dist-types/ts3.4/commands/CreateJourneyCommand.d.ts +840 -37
  11. package/dist-types/ts3.4/commands/CreatePushTemplateCommand.d.ts +145 -38
  12. package/dist-types/ts3.4/commands/CreateRecommenderConfigurationCommand.d.ts +117 -41
  13. package/dist-types/ts3.4/commands/CreateSegmentCommand.d.ts +378 -37
  14. package/dist-types/ts3.4/commands/CreateSmsTemplateCommand.d.ts +97 -38
  15. package/dist-types/ts3.4/commands/CreateVoiceTemplateCommand.d.ts +98 -38
  16. package/dist-types/ts3.4/commands/DeleteAdmChannelCommand.d.ts +101 -37
  17. package/dist-types/ts3.4/commands/DeleteApnsChannelCommand.d.ts +103 -38
  18. package/dist-types/ts3.4/commands/DeleteApnsSandboxChannelCommand.d.ts +103 -41
  19. package/dist-types/ts3.4/commands/DeleteApnsVoipChannelCommand.d.ts +103 -41
  20. package/dist-types/ts3.4/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +103 -41
  21. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +98 -34
  22. package/dist-types/ts3.4/commands/DeleteBaiduChannelCommand.d.ts +102 -38
  23. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +470 -37
  24. package/dist-types/ts3.4/commands/DeleteEmailChannelCommand.d.ts +106 -38
  25. package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +94 -38
  26. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +136 -37
  27. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +97 -38
  28. package/dist-types/ts3.4/commands/DeleteGcmChannelCommand.d.ts +102 -37
  29. package/dist-types/ts3.4/commands/DeleteInAppTemplateCommand.d.ts +94 -38
  30. package/dist-types/ts3.4/commands/DeleteJourneyCommand.d.ts +468 -37
  31. package/dist-types/ts3.4/commands/DeletePushTemplateCommand.d.ts +94 -38
  32. package/dist-types/ts3.4/commands/DeleteRecommenderConfigurationCommand.d.ts +105 -41
  33. package/dist-types/ts3.4/commands/DeleteSegmentCommand.d.ts +243 -37
  34. package/dist-types/ts3.4/commands/DeleteSmsChannelCommand.d.ts +105 -37
  35. package/dist-types/ts3.4/commands/DeleteSmsTemplateCommand.d.ts +94 -38
  36. package/dist-types/ts3.4/commands/DeleteUserEndpointsCommand.d.ts +140 -38
  37. package/dist-types/ts3.4/commands/DeleteVoiceChannelCommand.d.ts +101 -38
  38. package/dist-types/ts3.4/commands/DeleteVoiceTemplateCommand.d.ts +94 -38
  39. package/dist-types/ts3.4/commands/GetAdmChannelCommand.d.ts +101 -37
  40. package/dist-types/ts3.4/commands/GetApnsChannelCommand.d.ts +103 -37
  41. package/dist-types/ts3.4/commands/GetApnsSandboxChannelCommand.d.ts +103 -41
  42. package/dist-types/ts3.4/commands/GetApnsVoipChannelCommand.d.ts +103 -38
  43. package/dist-types/ts3.4/commands/GetApnsVoipSandboxChannelCommand.d.ts +103 -41
  44. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +98 -32
  45. package/dist-types/ts3.4/commands/GetApplicationDateRangeKpiCommand.d.ts +121 -41
  46. package/dist-types/ts3.4/commands/GetApplicationSettingsCommand.d.ts +109 -41
  47. package/dist-types/ts3.4/commands/GetAppsCommand.d.ts +104 -34
  48. package/dist-types/ts3.4/commands/GetBaiduChannelCommand.d.ts +102 -37
  49. package/dist-types/ts3.4/commands/GetCampaignActivitiesCommand.d.ts +115 -41
  50. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +470 -34
  51. package/dist-types/ts3.4/commands/GetCampaignDateRangeKpiCommand.d.ts +123 -41
  52. package/dist-types/ts3.4/commands/GetCampaignVersionCommand.d.ts +471 -38
  53. package/dist-types/ts3.4/commands/GetCampaignVersionsCommand.d.ts +477 -38
  54. package/dist-types/ts3.4/commands/GetCampaignsCommand.d.ts +476 -34
  55. package/dist-types/ts3.4/commands/GetChannelsCommand.d.ts +104 -34
  56. package/dist-types/ts3.4/commands/GetEmailChannelCommand.d.ts +106 -37
  57. package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +107 -37
  58. package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +136 -34
  59. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +97 -37
  60. package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +112 -34
  61. package/dist-types/ts3.4/commands/GetExportJobsCommand.d.ts +118 -37
  62. package/dist-types/ts3.4/commands/GetGcmChannelCommand.d.ts +102 -37
  63. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +116 -34
  64. package/dist-types/ts3.4/commands/GetImportJobsCommand.d.ts +122 -37
  65. package/dist-types/ts3.4/commands/GetInAppMessagesCommand.d.ts +197 -37
  66. package/dist-types/ts3.4/commands/GetInAppTemplateCommand.d.ts +163 -37
  67. package/dist-types/ts3.4/commands/GetJourneyCommand.d.ts +468 -34
  68. package/dist-types/ts3.4/commands/GetJourneyDateRangeKpiCommand.d.ts +123 -41
  69. package/dist-types/ts3.4/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +103 -41
  70. package/dist-types/ts3.4/commands/GetJourneyExecutionMetricsCommand.d.ts +100 -41
  71. package/dist-types/ts3.4/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +134 -41
  72. package/dist-types/ts3.4/commands/GetJourneyRunExecutionMetricsCommand.d.ts +130 -41
  73. package/dist-types/ts3.4/commands/GetJourneyRunsCommand.d.ts +135 -37
  74. package/dist-types/ts3.4/commands/GetPushTemplateCommand.d.ts +153 -37
  75. package/dist-types/ts3.4/commands/GetRecommenderConfigurationCommand.d.ts +105 -41
  76. package/dist-types/ts3.4/commands/GetRecommenderConfigurationsCommand.d.ts +111 -41
  77. package/dist-types/ts3.4/commands/GetSegmentCommand.d.ts +243 -34
  78. package/dist-types/ts3.4/commands/GetSegmentExportJobsCommand.d.ts +119 -41
  79. package/dist-types/ts3.4/commands/GetSegmentImportJobsCommand.d.ts +123 -41
  80. package/dist-types/ts3.4/commands/GetSegmentVersionCommand.d.ts +244 -38
  81. package/dist-types/ts3.4/commands/GetSegmentVersionsCommand.d.ts +250 -38
  82. package/dist-types/ts3.4/commands/GetSegmentsCommand.d.ts +249 -34
  83. package/dist-types/ts3.4/commands/GetSmsChannelCommand.d.ts +105 -37
  84. package/dist-types/ts3.4/commands/GetSmsTemplateCommand.d.ts +105 -37
  85. package/dist-types/ts3.4/commands/GetUserEndpointsCommand.d.ts +140 -37
  86. package/dist-types/ts3.4/commands/GetVoiceChannelCommand.d.ts +101 -37
  87. package/dist-types/ts3.4/commands/GetVoiceTemplateCommand.d.ts +106 -37
  88. package/dist-types/ts3.4/commands/ListJourneysCommand.d.ts +474 -34
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +73 -38
  90. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +108 -41
  91. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +104 -37
  92. package/dist-types/ts3.4/commands/PhoneNumberValidateCommand.d.ts +108 -38
  93. package/dist-types/ts3.4/commands/PutEventStreamCommand.d.ts +101 -37
  94. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +176 -34
  95. package/dist-types/ts3.4/commands/RemoveAttributesCommand.d.ts +102 -37
  96. package/dist-types/ts3.4/commands/SendMessagesCommand.d.ts +313 -34
  97. package/dist-types/ts3.4/commands/SendOTPMessageCommand.d.ts +125 -37
  98. package/dist-types/ts3.4/commands/SendUsersMessagesCommand.d.ts +296 -38
  99. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +72 -32
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +70 -32
  101. package/dist-types/ts3.4/commands/UpdateAdmChannelCommand.d.ts +106 -37
  102. package/dist-types/ts3.4/commands/UpdateApnsChannelCommand.d.ts +113 -38
  103. package/dist-types/ts3.4/commands/UpdateApnsSandboxChannelCommand.d.ts +113 -41
  104. package/dist-types/ts3.4/commands/UpdateApnsVoipChannelCommand.d.ts +113 -41
  105. package/dist-types/ts3.4/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +113 -41
  106. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +129 -41
  107. package/dist-types/ts3.4/commands/UpdateBaiduChannelCommand.d.ts +107 -38
  108. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +834 -37
  109. package/dist-types/ts3.4/commands/UpdateEmailChannelCommand.d.ts +113 -38
  110. package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +106 -38
  111. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +136 -37
  112. package/dist-types/ts3.4/commands/UpdateEndpointsBatchCommand.d.ts +140 -41
  113. package/dist-types/ts3.4/commands/UpdateGcmChannelCommand.d.ts +106 -37
  114. package/dist-types/ts3.4/commands/UpdateInAppTemplateCommand.d.ts +162 -38
  115. package/dist-types/ts3.4/commands/UpdateJourneyCommand.d.ts +844 -37
  116. package/dist-types/ts3.4/commands/UpdateJourneyStateCommand.d.ts +471 -38
  117. package/dist-types/ts3.4/commands/UpdatePushTemplateCommand.d.ts +152 -38
  118. package/dist-types/ts3.4/commands/UpdateRecommenderConfigurationCommand.d.ts +118 -41
  119. package/dist-types/ts3.4/commands/UpdateSegmentCommand.d.ts +379 -37
  120. package/dist-types/ts3.4/commands/UpdateSmsChannelCommand.d.ts +110 -37
  121. package/dist-types/ts3.4/commands/UpdateSmsTemplateCommand.d.ts +104 -38
  122. package/dist-types/ts3.4/commands/UpdateTemplateActiveVersionCommand.d.ts +97 -41
  123. package/dist-types/ts3.4/commands/UpdateVoiceChannelCommand.d.ts +104 -38
  124. package/dist-types/ts3.4/commands/UpdateVoiceTemplateCommand.d.ts +105 -38
  125. package/dist-types/ts3.4/commands/VerifyOTPMessageCommand.d.ts +97 -37
  126. package/dist-types/ts3.4/commands/index.d.ts +122 -122
  127. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +20 -32
  128. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +5 -8
  129. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
  130. package/dist-types/ts3.4/index.d.ts +5 -5
  131. package/dist-types/ts3.4/models/PinpointServiceException.d.ts +12 -7
  132. package/dist-types/ts3.4/models/index.d.ts +2 -2
  133. package/dist-types/ts3.4/models/models_0.d.ts +6383 -1896
  134. package/dist-types/ts3.4/models/models_1.d.ts +2807 -915
  135. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1100 -1469
  136. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -94
  137. package/dist-types/ts3.4/runtimeConfig.d.ts +42 -91
  138. package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -85
  139. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -18
  140. package/package.json +2 -2
@@ -1,846 +1,284 @@
1
- import {
2
- RegionInputConfig,
3
- RegionResolvedConfig,
4
- } from "@aws-sdk/config-resolver";
5
- import {
6
- EndpointInputConfig,
7
- EndpointResolvedConfig,
8
- } from "@aws-sdk/middleware-endpoint";
9
- import {
10
- HostHeaderInputConfig,
11
- HostHeaderResolvedConfig,
12
- } from "@aws-sdk/middleware-host-header";
13
- import {
14
- RetryInputConfig,
15
- RetryResolvedConfig,
16
- } from "@aws-sdk/middleware-retry";
17
- import {
18
- AwsAuthInputConfig,
19
- AwsAuthResolvedConfig,
20
- } from "@aws-sdk/middleware-signing";
21
- import {
22
- UserAgentInputConfig,
23
- UserAgentResolvedConfig,
24
- } from "@aws-sdk/middleware-user-agent";
25
- import {
26
- Client as __Client,
27
- DefaultsMode as __DefaultsMode,
28
- SmithyConfiguration as __SmithyConfiguration,
29
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
30
- } from "@aws-sdk/smithy-client";
31
- import {
32
- BodyLengthCalculator as __BodyLengthCalculator,
33
- ChecksumConstructor as __ChecksumConstructor,
34
- Credentials as __Credentials,
35
- HashConstructor as __HashConstructor,
36
- HttpHandlerOptions as __HttpHandlerOptions,
37
- Logger as __Logger,
38
- Provider,
39
- UrlParser as __UrlParser,
40
- UserAgent as __UserAgent,
41
- } from "@aws-sdk/types";
42
- import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
43
- import {
44
- Decoder as __Decoder,
45
- Encoder as __Encoder,
46
- Provider as __Provider,
47
- StreamCollector as __StreamCollector,
48
- } from "@smithy/types";
49
- import {
50
- CreateAppCommandInput,
51
- CreateAppCommandOutput,
52
- } from "./commands/CreateAppCommand";
53
- import {
54
- CreateCampaignCommandInput,
55
- CreateCampaignCommandOutput,
56
- } from "./commands/CreateCampaignCommand";
57
- import {
58
- CreateEmailTemplateCommandInput,
59
- CreateEmailTemplateCommandOutput,
60
- } from "./commands/CreateEmailTemplateCommand";
61
- import {
62
- CreateExportJobCommandInput,
63
- CreateExportJobCommandOutput,
64
- } from "./commands/CreateExportJobCommand";
65
- import {
66
- CreateImportJobCommandInput,
67
- CreateImportJobCommandOutput,
68
- } from "./commands/CreateImportJobCommand";
69
- import {
70
- CreateInAppTemplateCommandInput,
71
- CreateInAppTemplateCommandOutput,
72
- } from "./commands/CreateInAppTemplateCommand";
73
- import {
74
- CreateJourneyCommandInput,
75
- CreateJourneyCommandOutput,
76
- } from "./commands/CreateJourneyCommand";
77
- import {
78
- CreatePushTemplateCommandInput,
79
- CreatePushTemplateCommandOutput,
80
- } from "./commands/CreatePushTemplateCommand";
81
- import {
82
- CreateRecommenderConfigurationCommandInput,
83
- CreateRecommenderConfigurationCommandOutput,
84
- } from "./commands/CreateRecommenderConfigurationCommand";
85
- import {
86
- CreateSegmentCommandInput,
87
- CreateSegmentCommandOutput,
88
- } from "./commands/CreateSegmentCommand";
89
- import {
90
- CreateSmsTemplateCommandInput,
91
- CreateSmsTemplateCommandOutput,
92
- } from "./commands/CreateSmsTemplateCommand";
93
- import {
94
- CreateVoiceTemplateCommandInput,
95
- CreateVoiceTemplateCommandOutput,
96
- } from "./commands/CreateVoiceTemplateCommand";
97
- import {
98
- DeleteAdmChannelCommandInput,
99
- DeleteAdmChannelCommandOutput,
100
- } from "./commands/DeleteAdmChannelCommand";
101
- import {
102
- DeleteApnsChannelCommandInput,
103
- DeleteApnsChannelCommandOutput,
104
- } from "./commands/DeleteApnsChannelCommand";
105
- import {
106
- DeleteApnsSandboxChannelCommandInput,
107
- DeleteApnsSandboxChannelCommandOutput,
108
- } from "./commands/DeleteApnsSandboxChannelCommand";
109
- import {
110
- DeleteApnsVoipChannelCommandInput,
111
- DeleteApnsVoipChannelCommandOutput,
112
- } from "./commands/DeleteApnsVoipChannelCommand";
113
- import {
114
- DeleteApnsVoipSandboxChannelCommandInput,
115
- DeleteApnsVoipSandboxChannelCommandOutput,
116
- } from "./commands/DeleteApnsVoipSandboxChannelCommand";
117
- import {
118
- DeleteAppCommandInput,
119
- DeleteAppCommandOutput,
120
- } from "./commands/DeleteAppCommand";
121
- import {
122
- DeleteBaiduChannelCommandInput,
123
- DeleteBaiduChannelCommandOutput,
124
- } from "./commands/DeleteBaiduChannelCommand";
125
- import {
126
- DeleteCampaignCommandInput,
127
- DeleteCampaignCommandOutput,
128
- } from "./commands/DeleteCampaignCommand";
129
- import {
130
- DeleteEmailChannelCommandInput,
131
- DeleteEmailChannelCommandOutput,
132
- } from "./commands/DeleteEmailChannelCommand";
133
- import {
134
- DeleteEmailTemplateCommandInput,
135
- DeleteEmailTemplateCommandOutput,
136
- } from "./commands/DeleteEmailTemplateCommand";
137
- import {
138
- DeleteEndpointCommandInput,
139
- DeleteEndpointCommandOutput,
140
- } from "./commands/DeleteEndpointCommand";
141
- import {
142
- DeleteEventStreamCommandInput,
143
- DeleteEventStreamCommandOutput,
144
- } from "./commands/DeleteEventStreamCommand";
145
- import {
146
- DeleteGcmChannelCommandInput,
147
- DeleteGcmChannelCommandOutput,
148
- } from "./commands/DeleteGcmChannelCommand";
149
- import {
150
- DeleteInAppTemplateCommandInput,
151
- DeleteInAppTemplateCommandOutput,
152
- } from "./commands/DeleteInAppTemplateCommand";
153
- import {
154
- DeleteJourneyCommandInput,
155
- DeleteJourneyCommandOutput,
156
- } from "./commands/DeleteJourneyCommand";
157
- import {
158
- DeletePushTemplateCommandInput,
159
- DeletePushTemplateCommandOutput,
160
- } from "./commands/DeletePushTemplateCommand";
161
- import {
162
- DeleteRecommenderConfigurationCommandInput,
163
- DeleteRecommenderConfigurationCommandOutput,
164
- } from "./commands/DeleteRecommenderConfigurationCommand";
165
- import {
166
- DeleteSegmentCommandInput,
167
- DeleteSegmentCommandOutput,
168
- } from "./commands/DeleteSegmentCommand";
169
- import {
170
- DeleteSmsChannelCommandInput,
171
- DeleteSmsChannelCommandOutput,
172
- } from "./commands/DeleteSmsChannelCommand";
173
- import {
174
- DeleteSmsTemplateCommandInput,
175
- DeleteSmsTemplateCommandOutput,
176
- } from "./commands/DeleteSmsTemplateCommand";
177
- import {
178
- DeleteUserEndpointsCommandInput,
179
- DeleteUserEndpointsCommandOutput,
180
- } from "./commands/DeleteUserEndpointsCommand";
181
- import {
182
- DeleteVoiceChannelCommandInput,
183
- DeleteVoiceChannelCommandOutput,
184
- } from "./commands/DeleteVoiceChannelCommand";
185
- import {
186
- DeleteVoiceTemplateCommandInput,
187
- DeleteVoiceTemplateCommandOutput,
188
- } from "./commands/DeleteVoiceTemplateCommand";
189
- import {
190
- GetAdmChannelCommandInput,
191
- GetAdmChannelCommandOutput,
192
- } from "./commands/GetAdmChannelCommand";
193
- import {
194
- GetApnsChannelCommandInput,
195
- GetApnsChannelCommandOutput,
196
- } from "./commands/GetApnsChannelCommand";
197
- import {
198
- GetApnsSandboxChannelCommandInput,
199
- GetApnsSandboxChannelCommandOutput,
200
- } from "./commands/GetApnsSandboxChannelCommand";
201
- import {
202
- GetApnsVoipChannelCommandInput,
203
- GetApnsVoipChannelCommandOutput,
204
- } from "./commands/GetApnsVoipChannelCommand";
205
- import {
206
- GetApnsVoipSandboxChannelCommandInput,
207
- GetApnsVoipSandboxChannelCommandOutput,
208
- } from "./commands/GetApnsVoipSandboxChannelCommand";
209
- import {
210
- GetAppCommandInput,
211
- GetAppCommandOutput,
212
- } from "./commands/GetAppCommand";
213
- import {
214
- GetApplicationDateRangeKpiCommandInput,
215
- GetApplicationDateRangeKpiCommandOutput,
216
- } from "./commands/GetApplicationDateRangeKpiCommand";
217
- import {
218
- GetApplicationSettingsCommandInput,
219
- GetApplicationSettingsCommandOutput,
220
- } from "./commands/GetApplicationSettingsCommand";
221
- import {
222
- GetAppsCommandInput,
223
- GetAppsCommandOutput,
224
- } from "./commands/GetAppsCommand";
225
- import {
226
- GetBaiduChannelCommandInput,
227
- GetBaiduChannelCommandOutput,
228
- } from "./commands/GetBaiduChannelCommand";
229
- import {
230
- GetCampaignActivitiesCommandInput,
231
- GetCampaignActivitiesCommandOutput,
232
- } from "./commands/GetCampaignActivitiesCommand";
233
- import {
234
- GetCampaignCommandInput,
235
- GetCampaignCommandOutput,
236
- } from "./commands/GetCampaignCommand";
237
- import {
238
- GetCampaignDateRangeKpiCommandInput,
239
- GetCampaignDateRangeKpiCommandOutput,
240
- } from "./commands/GetCampaignDateRangeKpiCommand";
241
- import {
242
- GetCampaignsCommandInput,
243
- GetCampaignsCommandOutput,
244
- } from "./commands/GetCampaignsCommand";
245
- import {
246
- GetCampaignVersionCommandInput,
247
- GetCampaignVersionCommandOutput,
248
- } from "./commands/GetCampaignVersionCommand";
249
- import {
250
- GetCampaignVersionsCommandInput,
251
- GetCampaignVersionsCommandOutput,
252
- } from "./commands/GetCampaignVersionsCommand";
253
- import {
254
- GetChannelsCommandInput,
255
- GetChannelsCommandOutput,
256
- } from "./commands/GetChannelsCommand";
257
- import {
258
- GetEmailChannelCommandInput,
259
- GetEmailChannelCommandOutput,
260
- } from "./commands/GetEmailChannelCommand";
261
- import {
262
- GetEmailTemplateCommandInput,
263
- GetEmailTemplateCommandOutput,
264
- } from "./commands/GetEmailTemplateCommand";
265
- import {
266
- GetEndpointCommandInput,
267
- GetEndpointCommandOutput,
268
- } from "./commands/GetEndpointCommand";
269
- import {
270
- GetEventStreamCommandInput,
271
- GetEventStreamCommandOutput,
272
- } from "./commands/GetEventStreamCommand";
273
- import {
274
- GetExportJobCommandInput,
275
- GetExportJobCommandOutput,
276
- } from "./commands/GetExportJobCommand";
277
- import {
278
- GetExportJobsCommandInput,
279
- GetExportJobsCommandOutput,
280
- } from "./commands/GetExportJobsCommand";
281
- import {
282
- GetGcmChannelCommandInput,
283
- GetGcmChannelCommandOutput,
284
- } from "./commands/GetGcmChannelCommand";
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 {};