@aws-sdk/client-connectcampaignsv2 3.928.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist-cjs/index.js +1472 -1598
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ConnectCampaignsV2Client.js +2 -0
  4. package/dist-es/commands/CreateCampaignCommand.js +3 -10
  5. package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +3 -9
  6. package/dist-es/commands/DeleteCampaignCommand.js +3 -9
  7. package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +3 -9
  8. package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +3 -9
  9. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +3 -9
  10. package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +3 -9
  11. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +3 -9
  12. package/dist-es/commands/DescribeCampaignCommand.js +3 -10
  13. package/dist-es/commands/GetCampaignStateBatchCommand.js +3 -9
  14. package/dist-es/commands/GetCampaignStateCommand.js +3 -9
  15. package/dist-es/commands/GetConnectInstanceConfigCommand.js +3 -9
  16. package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +3 -9
  17. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +3 -9
  18. package/dist-es/commands/ListCampaignsCommand.js +3 -9
  19. package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +3 -9
  20. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  21. package/dist-es/commands/PauseCampaignCommand.js +3 -9
  22. package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +3 -9
  23. package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +3 -9
  24. package/dist-es/commands/PutOutboundRequestBatchCommand.js +3 -10
  25. package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +3 -9
  26. package/dist-es/commands/ResumeCampaignCommand.js +3 -9
  27. package/dist-es/commands/StartCampaignCommand.js +3 -9
  28. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +3 -9
  29. package/dist-es/commands/StopCampaignCommand.js +3 -9
  30. package/dist-es/commands/TagResourceCommand.js +3 -9
  31. package/dist-es/commands/UntagResourceCommand.js +3 -9
  32. package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +3 -10
  33. package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +3 -9
  34. package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +3 -9
  35. package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +3 -9
  36. package/dist-es/commands/UpdateCampaignNameCommand.js +3 -9
  37. package/dist-es/commands/UpdateCampaignScheduleCommand.js +3 -9
  38. package/dist-es/commands/UpdateCampaignSourceCommand.js +3 -9
  39. package/dist-es/models/models_0.js +0 -85
  40. package/dist-es/runtimeConfig.shared.js +2 -0
  41. package/dist-es/schemas/schemas_0.js +1385 -0
  42. package/dist-types/ConnectCampaignsV2Client.d.ts +10 -1
  43. package/dist-types/models/models_0.d.ts +0 -52
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +178 -0
  49. package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +4 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +0 -37
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
  56. package/package.json +2 -2
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1235
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
@@ -1,425 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateCampaignCommandInput,
8
- CreateCampaignCommandOutput,
9
- } from "../commands/CreateCampaignCommand";
10
- import {
11
- DeleteCampaignChannelSubtypeConfigCommandInput,
12
- DeleteCampaignChannelSubtypeConfigCommandOutput,
13
- } from "../commands/DeleteCampaignChannelSubtypeConfigCommand";
14
- import {
15
- DeleteCampaignCommandInput,
16
- DeleteCampaignCommandOutput,
17
- } from "../commands/DeleteCampaignCommand";
18
- import {
19
- DeleteCampaignCommunicationLimitsCommandInput,
20
- DeleteCampaignCommunicationLimitsCommandOutput,
21
- } from "../commands/DeleteCampaignCommunicationLimitsCommand";
22
- import {
23
- DeleteCampaignCommunicationTimeCommandInput,
24
- DeleteCampaignCommunicationTimeCommandOutput,
25
- } from "../commands/DeleteCampaignCommunicationTimeCommand";
26
- import {
27
- DeleteConnectInstanceConfigCommandInput,
28
- DeleteConnectInstanceConfigCommandOutput,
29
- } from "../commands/DeleteConnectInstanceConfigCommand";
30
- import {
31
- DeleteConnectInstanceIntegrationCommandInput,
32
- DeleteConnectInstanceIntegrationCommandOutput,
33
- } from "../commands/DeleteConnectInstanceIntegrationCommand";
34
- import {
35
- DeleteInstanceOnboardingJobCommandInput,
36
- DeleteInstanceOnboardingJobCommandOutput,
37
- } from "../commands/DeleteInstanceOnboardingJobCommand";
38
- import {
39
- DescribeCampaignCommandInput,
40
- DescribeCampaignCommandOutput,
41
- } from "../commands/DescribeCampaignCommand";
42
- import {
43
- GetCampaignStateBatchCommandInput,
44
- GetCampaignStateBatchCommandOutput,
45
- } from "../commands/GetCampaignStateBatchCommand";
46
- import {
47
- GetCampaignStateCommandInput,
48
- GetCampaignStateCommandOutput,
49
- } from "../commands/GetCampaignStateCommand";
50
- import {
51
- GetConnectInstanceConfigCommandInput,
52
- GetConnectInstanceConfigCommandOutput,
53
- } from "../commands/GetConnectInstanceConfigCommand";
54
- import {
55
- GetInstanceCommunicationLimitsCommandInput,
56
- GetInstanceCommunicationLimitsCommandOutput,
57
- } from "../commands/GetInstanceCommunicationLimitsCommand";
58
- import {
59
- GetInstanceOnboardingJobStatusCommandInput,
60
- GetInstanceOnboardingJobStatusCommandOutput,
61
- } from "../commands/GetInstanceOnboardingJobStatusCommand";
62
- import {
63
- ListCampaignsCommandInput,
64
- ListCampaignsCommandOutput,
65
- } from "../commands/ListCampaignsCommand";
66
- import {
67
- ListConnectInstanceIntegrationsCommandInput,
68
- ListConnectInstanceIntegrationsCommandOutput,
69
- } from "../commands/ListConnectInstanceIntegrationsCommand";
70
- import {
71
- ListTagsForResourceCommandInput,
72
- ListTagsForResourceCommandOutput,
73
- } from "../commands/ListTagsForResourceCommand";
74
- import {
75
- PauseCampaignCommandInput,
76
- PauseCampaignCommandOutput,
77
- } from "../commands/PauseCampaignCommand";
78
- import {
79
- PutConnectInstanceIntegrationCommandInput,
80
- PutConnectInstanceIntegrationCommandOutput,
81
- } from "../commands/PutConnectInstanceIntegrationCommand";
82
- import {
83
- PutInstanceCommunicationLimitsCommandInput,
84
- PutInstanceCommunicationLimitsCommandOutput,
85
- } from "../commands/PutInstanceCommunicationLimitsCommand";
86
- import {
87
- PutOutboundRequestBatchCommandInput,
88
- PutOutboundRequestBatchCommandOutput,
89
- } from "../commands/PutOutboundRequestBatchCommand";
90
- import {
91
- PutProfileOutboundRequestBatchCommandInput,
92
- PutProfileOutboundRequestBatchCommandOutput,
93
- } from "../commands/PutProfileOutboundRequestBatchCommand";
94
- import {
95
- ResumeCampaignCommandInput,
96
- ResumeCampaignCommandOutput,
97
- } from "../commands/ResumeCampaignCommand";
98
- import {
99
- StartCampaignCommandInput,
100
- StartCampaignCommandOutput,
101
- } from "../commands/StartCampaignCommand";
102
- import {
103
- StartInstanceOnboardingJobCommandInput,
104
- StartInstanceOnboardingJobCommandOutput,
105
- } from "../commands/StartInstanceOnboardingJobCommand";
106
- import {
107
- StopCampaignCommandInput,
108
- StopCampaignCommandOutput,
109
- } from "../commands/StopCampaignCommand";
110
- import {
111
- TagResourceCommandInput,
112
- TagResourceCommandOutput,
113
- } from "../commands/TagResourceCommand";
114
- import {
115
- UntagResourceCommandInput,
116
- UntagResourceCommandOutput,
117
- } from "../commands/UntagResourceCommand";
118
- import {
119
- UpdateCampaignChannelSubtypeConfigCommandInput,
120
- UpdateCampaignChannelSubtypeConfigCommandOutput,
121
- } from "../commands/UpdateCampaignChannelSubtypeConfigCommand";
122
- import {
123
- UpdateCampaignCommunicationLimitsCommandInput,
124
- UpdateCampaignCommunicationLimitsCommandOutput,
125
- } from "../commands/UpdateCampaignCommunicationLimitsCommand";
126
- import {
127
- UpdateCampaignCommunicationTimeCommandInput,
128
- UpdateCampaignCommunicationTimeCommandOutput,
129
- } from "../commands/UpdateCampaignCommunicationTimeCommand";
130
- import {
131
- UpdateCampaignFlowAssociationCommandInput,
132
- UpdateCampaignFlowAssociationCommandOutput,
133
- } from "../commands/UpdateCampaignFlowAssociationCommand";
134
- import {
135
- UpdateCampaignNameCommandInput,
136
- UpdateCampaignNameCommandOutput,
137
- } from "../commands/UpdateCampaignNameCommand";
138
- import {
139
- UpdateCampaignScheduleCommandInput,
140
- UpdateCampaignScheduleCommandOutput,
141
- } from "../commands/UpdateCampaignScheduleCommand";
142
- import {
143
- UpdateCampaignSourceCommandInput,
144
- UpdateCampaignSourceCommandOutput,
145
- } from "../commands/UpdateCampaignSourceCommand";
146
- export declare const se_CreateCampaignCommand: (
147
- input: CreateCampaignCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeleteCampaignCommand: (
151
- input: DeleteCampaignCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteCampaignChannelSubtypeConfigCommand: (
155
- input: DeleteCampaignChannelSubtypeConfigCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteCampaignCommunicationLimitsCommand: (
159
- input: DeleteCampaignCommunicationLimitsCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteCampaignCommunicationTimeCommand: (
163
- input: DeleteCampaignCommunicationTimeCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteConnectInstanceConfigCommand: (
167
- input: DeleteConnectInstanceConfigCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteConnectInstanceIntegrationCommand: (
171
- input: DeleteConnectInstanceIntegrationCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteInstanceOnboardingJobCommand: (
175
- input: DeleteInstanceOnboardingJobCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DescribeCampaignCommand: (
179
- input: DescribeCampaignCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetCampaignStateCommand: (
183
- input: GetCampaignStateCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_GetCampaignStateBatchCommand: (
187
- input: GetCampaignStateBatchCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_GetConnectInstanceConfigCommand: (
191
- input: GetConnectInstanceConfigCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetInstanceCommunicationLimitsCommand: (
195
- input: GetInstanceCommunicationLimitsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetInstanceOnboardingJobStatusCommand: (
199
- input: GetInstanceOnboardingJobStatusCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListCampaignsCommand: (
203
- input: ListCampaignsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ListConnectInstanceIntegrationsCommand: (
207
- input: ListConnectInstanceIntegrationsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListTagsForResourceCommand: (
211
- input: ListTagsForResourceCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_PauseCampaignCommand: (
215
- input: PauseCampaignCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_PutConnectInstanceIntegrationCommand: (
219
- input: PutConnectInstanceIntegrationCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_PutInstanceCommunicationLimitsCommand: (
223
- input: PutInstanceCommunicationLimitsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_PutOutboundRequestBatchCommand: (
227
- input: PutOutboundRequestBatchCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_PutProfileOutboundRequestBatchCommand: (
231
- input: PutProfileOutboundRequestBatchCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ResumeCampaignCommand: (
235
- input: ResumeCampaignCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_StartCampaignCommand: (
239
- input: StartCampaignCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_StartInstanceOnboardingJobCommand: (
243
- input: StartInstanceOnboardingJobCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_StopCampaignCommand: (
247
- input: StopCampaignCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_TagResourceCommand: (
251
- input: TagResourceCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_UntagResourceCommand: (
255
- input: UntagResourceCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_UpdateCampaignChannelSubtypeConfigCommand: (
259
- input: UpdateCampaignChannelSubtypeConfigCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_UpdateCampaignCommunicationLimitsCommand: (
263
- input: UpdateCampaignCommunicationLimitsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UpdateCampaignCommunicationTimeCommand: (
267
- input: UpdateCampaignCommunicationTimeCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UpdateCampaignFlowAssociationCommand: (
271
- input: UpdateCampaignFlowAssociationCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateCampaignNameCommand: (
275
- input: UpdateCampaignNameCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_UpdateCampaignScheduleCommand: (
279
- input: UpdateCampaignScheduleCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UpdateCampaignSourceCommand: (
283
- input: UpdateCampaignSourceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const de_CreateCampaignCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<CreateCampaignCommandOutput>;
290
- export declare const de_DeleteCampaignCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<DeleteCampaignCommandOutput>;
294
- export declare const de_DeleteCampaignChannelSubtypeConfigCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<DeleteCampaignChannelSubtypeConfigCommandOutput>;
298
- export declare const de_DeleteCampaignCommunicationLimitsCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<DeleteCampaignCommunicationLimitsCommandOutput>;
302
- export declare const de_DeleteCampaignCommunicationTimeCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<DeleteCampaignCommunicationTimeCommandOutput>;
306
- export declare const de_DeleteConnectInstanceConfigCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeleteConnectInstanceConfigCommandOutput>;
310
- export declare const de_DeleteConnectInstanceIntegrationCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DeleteConnectInstanceIntegrationCommandOutput>;
314
- export declare const de_DeleteInstanceOnboardingJobCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
318
- export declare const de_DescribeCampaignCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DescribeCampaignCommandOutput>;
322
- export declare const de_GetCampaignStateCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<GetCampaignStateCommandOutput>;
326
- export declare const de_GetCampaignStateBatchCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<GetCampaignStateBatchCommandOutput>;
330
- export declare const de_GetConnectInstanceConfigCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<GetConnectInstanceConfigCommandOutput>;
334
- export declare const de_GetInstanceCommunicationLimitsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<GetInstanceCommunicationLimitsCommandOutput>;
338
- export declare const de_GetInstanceOnboardingJobStatusCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
342
- export declare const de_ListCampaignsCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<ListCampaignsCommandOutput>;
346
- export declare const de_ListConnectInstanceIntegrationsCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<ListConnectInstanceIntegrationsCommandOutput>;
350
- export declare const de_ListTagsForResourceCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<ListTagsForResourceCommandOutput>;
354
- export declare const de_PauseCampaignCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<PauseCampaignCommandOutput>;
358
- export declare const de_PutConnectInstanceIntegrationCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<PutConnectInstanceIntegrationCommandOutput>;
362
- export declare const de_PutInstanceCommunicationLimitsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<PutInstanceCommunicationLimitsCommandOutput>;
366
- export declare const de_PutOutboundRequestBatchCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<PutOutboundRequestBatchCommandOutput>;
370
- export declare const de_PutProfileOutboundRequestBatchCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<PutProfileOutboundRequestBatchCommandOutput>;
374
- export declare const de_ResumeCampaignCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ResumeCampaignCommandOutput>;
378
- export declare const de_StartCampaignCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<StartCampaignCommandOutput>;
382
- export declare const de_StartInstanceOnboardingJobCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<StartInstanceOnboardingJobCommandOutput>;
386
- export declare const de_StopCampaignCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<StopCampaignCommandOutput>;
390
- export declare const de_TagResourceCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<TagResourceCommandOutput>;
394
- export declare const de_UntagResourceCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<UntagResourceCommandOutput>;
398
- export declare const de_UpdateCampaignChannelSubtypeConfigCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<UpdateCampaignChannelSubtypeConfigCommandOutput>;
402
- export declare const de_UpdateCampaignCommunicationLimitsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<UpdateCampaignCommunicationLimitsCommandOutput>;
406
- export declare const de_UpdateCampaignCommunicationTimeCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UpdateCampaignCommunicationTimeCommandOutput>;
410
- export declare const de_UpdateCampaignFlowAssociationCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateCampaignFlowAssociationCommandOutput>;
414
- export declare const de_UpdateCampaignNameCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<UpdateCampaignNameCommandOutput>;
418
- export declare const de_UpdateCampaignScheduleCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<UpdateCampaignScheduleCommandOutput>;
422
- export declare const de_UpdateCampaignSourceCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<UpdateCampaignSourceCommandOutput>;