@aws-sdk/client-connectcampaignsv2 3.1086.0 → 3.1088.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 (56) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ConnectCampaignsV2.d.ts +114 -141
  3. package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +6 -19
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -2
  10. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +3 -8
  23. package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +2 -2
  26. package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +2 -2
  32. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +2 -2
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  36. package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +3 -4
  42. package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +3 -4
  44. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  45. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  46. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  47. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  48. package/dist-types/ts3.4/models/errors.d.ts +8 -24
  49. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  55. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  56. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -111,10 +111,7 @@ import {
111
111
  StopCampaignCommandInput,
112
112
  StopCampaignCommandOutput,
113
113
  } from "./commands/StopCampaignCommand";
114
- import {
115
- TagResourceCommandInput,
116
- TagResourceCommandOutput,
117
- } from "./commands/TagResourceCommand";
114
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
118
115
  import {
119
116
  UntagResourceCommandInput,
120
117
  UntagResourceCommandOutput,
@@ -155,523 +152,499 @@ import { ConnectCampaignsV2Client } from "./ConnectCampaignsV2Client";
155
152
  export interface ConnectCampaignsV2 {
156
153
  createCampaign(
157
154
  args: CreateCampaignCommandInput,
158
- options?: __HttpHandlerOptions
155
+ options?: __HttpHandlerOptions,
159
156
  ): Promise<CreateCampaignCommandOutput>;
160
157
  createCampaign(
161
158
  args: CreateCampaignCommandInput,
162
- cb: (err: any, data?: CreateCampaignCommandOutput) => void
159
+ cb: (err: any, data?: CreateCampaignCommandOutput) => void,
163
160
  ): void;
164
161
  createCampaign(
165
162
  args: CreateCampaignCommandInput,
166
163
  options: __HttpHandlerOptions,
167
- cb: (err: any, data?: CreateCampaignCommandOutput) => void
164
+ cb: (err: any, data?: CreateCampaignCommandOutput) => void,
168
165
  ): void;
169
166
  deleteCampaign(
170
167
  args: DeleteCampaignCommandInput,
171
- options?: __HttpHandlerOptions
168
+ options?: __HttpHandlerOptions,
172
169
  ): Promise<DeleteCampaignCommandOutput>;
173
170
  deleteCampaign(
174
171
  args: DeleteCampaignCommandInput,
175
- cb: (err: any, data?: DeleteCampaignCommandOutput) => void
172
+ cb: (err: any, data?: DeleteCampaignCommandOutput) => void,
176
173
  ): void;
177
174
  deleteCampaign(
178
175
  args: DeleteCampaignCommandInput,
179
176
  options: __HttpHandlerOptions,
180
- cb: (err: any, data?: DeleteCampaignCommandOutput) => void
177
+ cb: (err: any, data?: DeleteCampaignCommandOutput) => void,
181
178
  ): void;
182
179
  deleteCampaignChannelSubtypeConfig(
183
180
  args: DeleteCampaignChannelSubtypeConfigCommandInput,
184
- options?: __HttpHandlerOptions
181
+ options?: __HttpHandlerOptions,
185
182
  ): Promise<DeleteCampaignChannelSubtypeConfigCommandOutput>;
186
183
  deleteCampaignChannelSubtypeConfig(
187
184
  args: DeleteCampaignChannelSubtypeConfigCommandInput,
188
- cb: (
189
- err: any,
190
- data?: DeleteCampaignChannelSubtypeConfigCommandOutput
191
- ) => void
185
+ cb: (err: any, data?: DeleteCampaignChannelSubtypeConfigCommandOutput) => void,
192
186
  ): void;
193
187
  deleteCampaignChannelSubtypeConfig(
194
188
  args: DeleteCampaignChannelSubtypeConfigCommandInput,
195
189
  options: __HttpHandlerOptions,
196
- cb: (
197
- err: any,
198
- data?: DeleteCampaignChannelSubtypeConfigCommandOutput
199
- ) => void
190
+ cb: (err: any, data?: DeleteCampaignChannelSubtypeConfigCommandOutput) => void,
200
191
  ): void;
201
192
  deleteCampaignCommunicationLimits(
202
193
  args: DeleteCampaignCommunicationLimitsCommandInput,
203
- options?: __HttpHandlerOptions
194
+ options?: __HttpHandlerOptions,
204
195
  ): Promise<DeleteCampaignCommunicationLimitsCommandOutput>;
205
196
  deleteCampaignCommunicationLimits(
206
197
  args: DeleteCampaignCommunicationLimitsCommandInput,
207
- cb: (
208
- err: any,
209
- data?: DeleteCampaignCommunicationLimitsCommandOutput
210
- ) => void
198
+ cb: (err: any, data?: DeleteCampaignCommunicationLimitsCommandOutput) => void,
211
199
  ): void;
212
200
  deleteCampaignCommunicationLimits(
213
201
  args: DeleteCampaignCommunicationLimitsCommandInput,
214
202
  options: __HttpHandlerOptions,
215
- cb: (
216
- err: any,
217
- data?: DeleteCampaignCommunicationLimitsCommandOutput
218
- ) => void
203
+ cb: (err: any, data?: DeleteCampaignCommunicationLimitsCommandOutput) => void,
219
204
  ): void;
220
205
  deleteCampaignCommunicationTime(
221
206
  args: DeleteCampaignCommunicationTimeCommandInput,
222
- options?: __HttpHandlerOptions
207
+ options?: __HttpHandlerOptions,
223
208
  ): Promise<DeleteCampaignCommunicationTimeCommandOutput>;
224
209
  deleteCampaignCommunicationTime(
225
210
  args: DeleteCampaignCommunicationTimeCommandInput,
226
- cb: (err: any, data?: DeleteCampaignCommunicationTimeCommandOutput) => void
211
+ cb: (err: any, data?: DeleteCampaignCommunicationTimeCommandOutput) => void,
227
212
  ): void;
228
213
  deleteCampaignCommunicationTime(
229
214
  args: DeleteCampaignCommunicationTimeCommandInput,
230
215
  options: __HttpHandlerOptions,
231
- cb: (err: any, data?: DeleteCampaignCommunicationTimeCommandOutput) => void
216
+ cb: (err: any, data?: DeleteCampaignCommunicationTimeCommandOutput) => void,
232
217
  ): void;
233
218
  deleteCampaignEntryLimits(
234
219
  args: DeleteCampaignEntryLimitsCommandInput,
235
- options?: __HttpHandlerOptions
220
+ options?: __HttpHandlerOptions,
236
221
  ): Promise<DeleteCampaignEntryLimitsCommandOutput>;
237
222
  deleteCampaignEntryLimits(
238
223
  args: DeleteCampaignEntryLimitsCommandInput,
239
- cb: (err: any, data?: DeleteCampaignEntryLimitsCommandOutput) => void
224
+ cb: (err: any, data?: DeleteCampaignEntryLimitsCommandOutput) => void,
240
225
  ): void;
241
226
  deleteCampaignEntryLimits(
242
227
  args: DeleteCampaignEntryLimitsCommandInput,
243
228
  options: __HttpHandlerOptions,
244
- cb: (err: any, data?: DeleteCampaignEntryLimitsCommandOutput) => void
229
+ cb: (err: any, data?: DeleteCampaignEntryLimitsCommandOutput) => void,
245
230
  ): void;
246
231
  deleteConnectInstanceConfig(
247
232
  args: DeleteConnectInstanceConfigCommandInput,
248
- options?: __HttpHandlerOptions
233
+ options?: __HttpHandlerOptions,
249
234
  ): Promise<DeleteConnectInstanceConfigCommandOutput>;
250
235
  deleteConnectInstanceConfig(
251
236
  args: DeleteConnectInstanceConfigCommandInput,
252
- cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void
237
+ cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void,
253
238
  ): void;
254
239
  deleteConnectInstanceConfig(
255
240
  args: DeleteConnectInstanceConfigCommandInput,
256
241
  options: __HttpHandlerOptions,
257
- cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void
242
+ cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void,
258
243
  ): void;
259
244
  deleteConnectInstanceIntegration(
260
245
  args: DeleteConnectInstanceIntegrationCommandInput,
261
- options?: __HttpHandlerOptions
246
+ options?: __HttpHandlerOptions,
262
247
  ): Promise<DeleteConnectInstanceIntegrationCommandOutput>;
263
248
  deleteConnectInstanceIntegration(
264
249
  args: DeleteConnectInstanceIntegrationCommandInput,
265
- cb: (err: any, data?: DeleteConnectInstanceIntegrationCommandOutput) => void
250
+ cb: (err: any, data?: DeleteConnectInstanceIntegrationCommandOutput) => void,
266
251
  ): void;
267
252
  deleteConnectInstanceIntegration(
268
253
  args: DeleteConnectInstanceIntegrationCommandInput,
269
254
  options: __HttpHandlerOptions,
270
- cb: (err: any, data?: DeleteConnectInstanceIntegrationCommandOutput) => void
255
+ cb: (err: any, data?: DeleteConnectInstanceIntegrationCommandOutput) => void,
271
256
  ): void;
272
257
  deleteInstanceOnboardingJob(
273
258
  args: DeleteInstanceOnboardingJobCommandInput,
274
- options?: __HttpHandlerOptions
259
+ options?: __HttpHandlerOptions,
275
260
  ): Promise<DeleteInstanceOnboardingJobCommandOutput>;
276
261
  deleteInstanceOnboardingJob(
277
262
  args: DeleteInstanceOnboardingJobCommandInput,
278
- cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void
263
+ cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void,
279
264
  ): void;
280
265
  deleteInstanceOnboardingJob(
281
266
  args: DeleteInstanceOnboardingJobCommandInput,
282
267
  options: __HttpHandlerOptions,
283
- cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void
268
+ cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void,
284
269
  ): void;
285
270
  describeCampaign(
286
271
  args: DescribeCampaignCommandInput,
287
- options?: __HttpHandlerOptions
272
+ options?: __HttpHandlerOptions,
288
273
  ): Promise<DescribeCampaignCommandOutput>;
289
274
  describeCampaign(
290
275
  args: DescribeCampaignCommandInput,
291
- cb: (err: any, data?: DescribeCampaignCommandOutput) => void
276
+ cb: (err: any, data?: DescribeCampaignCommandOutput) => void,
292
277
  ): void;
293
278
  describeCampaign(
294
279
  args: DescribeCampaignCommandInput,
295
280
  options: __HttpHandlerOptions,
296
- cb: (err: any, data?: DescribeCampaignCommandOutput) => void
281
+ cb: (err: any, data?: DescribeCampaignCommandOutput) => void,
297
282
  ): void;
298
283
  getCampaignState(
299
284
  args: GetCampaignStateCommandInput,
300
- options?: __HttpHandlerOptions
285
+ options?: __HttpHandlerOptions,
301
286
  ): Promise<GetCampaignStateCommandOutput>;
302
287
  getCampaignState(
303
288
  args: GetCampaignStateCommandInput,
304
- cb: (err: any, data?: GetCampaignStateCommandOutput) => void
289
+ cb: (err: any, data?: GetCampaignStateCommandOutput) => void,
305
290
  ): void;
306
291
  getCampaignState(
307
292
  args: GetCampaignStateCommandInput,
308
293
  options: __HttpHandlerOptions,
309
- cb: (err: any, data?: GetCampaignStateCommandOutput) => void
294
+ cb: (err: any, data?: GetCampaignStateCommandOutput) => void,
310
295
  ): void;
311
296
  getCampaignStateBatch(
312
297
  args: GetCampaignStateBatchCommandInput,
313
- options?: __HttpHandlerOptions
298
+ options?: __HttpHandlerOptions,
314
299
  ): Promise<GetCampaignStateBatchCommandOutput>;
315
300
  getCampaignStateBatch(
316
301
  args: GetCampaignStateBatchCommandInput,
317
- cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void
302
+ cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void,
318
303
  ): void;
319
304
  getCampaignStateBatch(
320
305
  args: GetCampaignStateBatchCommandInput,
321
306
  options: __HttpHandlerOptions,
322
- cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void
307
+ cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void,
323
308
  ): void;
324
309
  getConnectInstanceConfig(
325
310
  args: GetConnectInstanceConfigCommandInput,
326
- options?: __HttpHandlerOptions
311
+ options?: __HttpHandlerOptions,
327
312
  ): Promise<GetConnectInstanceConfigCommandOutput>;
328
313
  getConnectInstanceConfig(
329
314
  args: GetConnectInstanceConfigCommandInput,
330
- cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void
315
+ cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void,
331
316
  ): void;
332
317
  getConnectInstanceConfig(
333
318
  args: GetConnectInstanceConfigCommandInput,
334
319
  options: __HttpHandlerOptions,
335
- cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void
320
+ cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void,
336
321
  ): void;
337
322
  getInstanceCommunicationLimits(
338
323
  args: GetInstanceCommunicationLimitsCommandInput,
339
- options?: __HttpHandlerOptions
324
+ options?: __HttpHandlerOptions,
340
325
  ): Promise<GetInstanceCommunicationLimitsCommandOutput>;
341
326
  getInstanceCommunicationLimits(
342
327
  args: GetInstanceCommunicationLimitsCommandInput,
343
- cb: (err: any, data?: GetInstanceCommunicationLimitsCommandOutput) => void
328
+ cb: (err: any, data?: GetInstanceCommunicationLimitsCommandOutput) => void,
344
329
  ): void;
345
330
  getInstanceCommunicationLimits(
346
331
  args: GetInstanceCommunicationLimitsCommandInput,
347
332
  options: __HttpHandlerOptions,
348
- cb: (err: any, data?: GetInstanceCommunicationLimitsCommandOutput) => void
333
+ cb: (err: any, data?: GetInstanceCommunicationLimitsCommandOutput) => void,
349
334
  ): void;
350
335
  getInstanceOnboardingJobStatus(
351
336
  args: GetInstanceOnboardingJobStatusCommandInput,
352
- options?: __HttpHandlerOptions
337
+ options?: __HttpHandlerOptions,
353
338
  ): Promise<GetInstanceOnboardingJobStatusCommandOutput>;
354
339
  getInstanceOnboardingJobStatus(
355
340
  args: GetInstanceOnboardingJobStatusCommandInput,
356
- cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void
341
+ cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void,
357
342
  ): void;
358
343
  getInstanceOnboardingJobStatus(
359
344
  args: GetInstanceOnboardingJobStatusCommandInput,
360
345
  options: __HttpHandlerOptions,
361
- cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void
346
+ cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void,
362
347
  ): void;
363
348
  listCampaigns(): Promise<ListCampaignsCommandOutput>;
364
349
  listCampaigns(
365
350
  args: ListCampaignsCommandInput,
366
- options?: __HttpHandlerOptions
351
+ options?: __HttpHandlerOptions,
367
352
  ): Promise<ListCampaignsCommandOutput>;
368
353
  listCampaigns(
369
354
  args: ListCampaignsCommandInput,
370
- cb: (err: any, data?: ListCampaignsCommandOutput) => void
355
+ cb: (err: any, data?: ListCampaignsCommandOutput) => void,
371
356
  ): void;
372
357
  listCampaigns(
373
358
  args: ListCampaignsCommandInput,
374
359
  options: __HttpHandlerOptions,
375
- cb: (err: any, data?: ListCampaignsCommandOutput) => void
360
+ cb: (err: any, data?: ListCampaignsCommandOutput) => void,
376
361
  ): void;
377
362
  listConnectInstanceIntegrations(
378
363
  args: ListConnectInstanceIntegrationsCommandInput,
379
- options?: __HttpHandlerOptions
364
+ options?: __HttpHandlerOptions,
380
365
  ): Promise<ListConnectInstanceIntegrationsCommandOutput>;
381
366
  listConnectInstanceIntegrations(
382
367
  args: ListConnectInstanceIntegrationsCommandInput,
383
- cb: (err: any, data?: ListConnectInstanceIntegrationsCommandOutput) => void
368
+ cb: (err: any, data?: ListConnectInstanceIntegrationsCommandOutput) => void,
384
369
  ): void;
385
370
  listConnectInstanceIntegrations(
386
371
  args: ListConnectInstanceIntegrationsCommandInput,
387
372
  options: __HttpHandlerOptions,
388
- cb: (err: any, data?: ListConnectInstanceIntegrationsCommandOutput) => void
373
+ cb: (err: any, data?: ListConnectInstanceIntegrationsCommandOutput) => void,
389
374
  ): void;
390
375
  listTagsForResource(
391
376
  args: ListTagsForResourceCommandInput,
392
- options?: __HttpHandlerOptions
377
+ options?: __HttpHandlerOptions,
393
378
  ): Promise<ListTagsForResourceCommandOutput>;
394
379
  listTagsForResource(
395
380
  args: ListTagsForResourceCommandInput,
396
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
381
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
397
382
  ): void;
398
383
  listTagsForResource(
399
384
  args: ListTagsForResourceCommandInput,
400
385
  options: __HttpHandlerOptions,
401
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
386
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
402
387
  ): void;
403
388
  pauseCampaign(
404
389
  args: PauseCampaignCommandInput,
405
- options?: __HttpHandlerOptions
390
+ options?: __HttpHandlerOptions,
406
391
  ): Promise<PauseCampaignCommandOutput>;
407
392
  pauseCampaign(
408
393
  args: PauseCampaignCommandInput,
409
- cb: (err: any, data?: PauseCampaignCommandOutput) => void
394
+ cb: (err: any, data?: PauseCampaignCommandOutput) => void,
410
395
  ): void;
411
396
  pauseCampaign(
412
397
  args: PauseCampaignCommandInput,
413
398
  options: __HttpHandlerOptions,
414
- cb: (err: any, data?: PauseCampaignCommandOutput) => void
399
+ cb: (err: any, data?: PauseCampaignCommandOutput) => void,
415
400
  ): void;
416
401
  putConnectInstanceIntegration(
417
402
  args: PutConnectInstanceIntegrationCommandInput,
418
- options?: __HttpHandlerOptions
403
+ options?: __HttpHandlerOptions,
419
404
  ): Promise<PutConnectInstanceIntegrationCommandOutput>;
420
405
  putConnectInstanceIntegration(
421
406
  args: PutConnectInstanceIntegrationCommandInput,
422
- cb: (err: any, data?: PutConnectInstanceIntegrationCommandOutput) => void
407
+ cb: (err: any, data?: PutConnectInstanceIntegrationCommandOutput) => void,
423
408
  ): void;
424
409
  putConnectInstanceIntegration(
425
410
  args: PutConnectInstanceIntegrationCommandInput,
426
411
  options: __HttpHandlerOptions,
427
- cb: (err: any, data?: PutConnectInstanceIntegrationCommandOutput) => void
412
+ cb: (err: any, data?: PutConnectInstanceIntegrationCommandOutput) => void,
428
413
  ): void;
429
414
  putInstanceCommunicationLimits(
430
415
  args: PutInstanceCommunicationLimitsCommandInput,
431
- options?: __HttpHandlerOptions
416
+ options?: __HttpHandlerOptions,
432
417
  ): Promise<PutInstanceCommunicationLimitsCommandOutput>;
433
418
  putInstanceCommunicationLimits(
434
419
  args: PutInstanceCommunicationLimitsCommandInput,
435
- cb: (err: any, data?: PutInstanceCommunicationLimitsCommandOutput) => void
420
+ cb: (err: any, data?: PutInstanceCommunicationLimitsCommandOutput) => void,
436
421
  ): void;
437
422
  putInstanceCommunicationLimits(
438
423
  args: PutInstanceCommunicationLimitsCommandInput,
439
424
  options: __HttpHandlerOptions,
440
- cb: (err: any, data?: PutInstanceCommunicationLimitsCommandOutput) => void
425
+ cb: (err: any, data?: PutInstanceCommunicationLimitsCommandOutput) => void,
441
426
  ): void;
442
427
  putOutboundRequestBatch(
443
428
  args: PutOutboundRequestBatchCommandInput,
444
- options?: __HttpHandlerOptions
429
+ options?: __HttpHandlerOptions,
445
430
  ): Promise<PutOutboundRequestBatchCommandOutput>;
446
431
  putOutboundRequestBatch(
447
432
  args: PutOutboundRequestBatchCommandInput,
448
- cb: (err: any, data?: PutOutboundRequestBatchCommandOutput) => void
433
+ cb: (err: any, data?: PutOutboundRequestBatchCommandOutput) => void,
449
434
  ): void;
450
435
  putOutboundRequestBatch(
451
436
  args: PutOutboundRequestBatchCommandInput,
452
437
  options: __HttpHandlerOptions,
453
- cb: (err: any, data?: PutOutboundRequestBatchCommandOutput) => void
438
+ cb: (err: any, data?: PutOutboundRequestBatchCommandOutput) => void,
454
439
  ): void;
455
440
  putProfileOutboundRequestBatch(
456
441
  args: PutProfileOutboundRequestBatchCommandInput,
457
- options?: __HttpHandlerOptions
442
+ options?: __HttpHandlerOptions,
458
443
  ): Promise<PutProfileOutboundRequestBatchCommandOutput>;
459
444
  putProfileOutboundRequestBatch(
460
445
  args: PutProfileOutboundRequestBatchCommandInput,
461
- cb: (err: any, data?: PutProfileOutboundRequestBatchCommandOutput) => void
446
+ cb: (err: any, data?: PutProfileOutboundRequestBatchCommandOutput) => void,
462
447
  ): void;
463
448
  putProfileOutboundRequestBatch(
464
449
  args: PutProfileOutboundRequestBatchCommandInput,
465
450
  options: __HttpHandlerOptions,
466
- cb: (err: any, data?: PutProfileOutboundRequestBatchCommandOutput) => void
451
+ cb: (err: any, data?: PutProfileOutboundRequestBatchCommandOutput) => void,
467
452
  ): void;
468
453
  resumeCampaign(
469
454
  args: ResumeCampaignCommandInput,
470
- options?: __HttpHandlerOptions
455
+ options?: __HttpHandlerOptions,
471
456
  ): Promise<ResumeCampaignCommandOutput>;
472
457
  resumeCampaign(
473
458
  args: ResumeCampaignCommandInput,
474
- cb: (err: any, data?: ResumeCampaignCommandOutput) => void
459
+ cb: (err: any, data?: ResumeCampaignCommandOutput) => void,
475
460
  ): void;
476
461
  resumeCampaign(
477
462
  args: ResumeCampaignCommandInput,
478
463
  options: __HttpHandlerOptions,
479
- cb: (err: any, data?: ResumeCampaignCommandOutput) => void
464
+ cb: (err: any, data?: ResumeCampaignCommandOutput) => void,
480
465
  ): void;
481
466
  startCampaign(
482
467
  args: StartCampaignCommandInput,
483
- options?: __HttpHandlerOptions
468
+ options?: __HttpHandlerOptions,
484
469
  ): Promise<StartCampaignCommandOutput>;
485
470
  startCampaign(
486
471
  args: StartCampaignCommandInput,
487
- cb: (err: any, data?: StartCampaignCommandOutput) => void
472
+ cb: (err: any, data?: StartCampaignCommandOutput) => void,
488
473
  ): void;
489
474
  startCampaign(
490
475
  args: StartCampaignCommandInput,
491
476
  options: __HttpHandlerOptions,
492
- cb: (err: any, data?: StartCampaignCommandOutput) => void
477
+ cb: (err: any, data?: StartCampaignCommandOutput) => void,
493
478
  ): void;
494
479
  startInstanceOnboardingJob(
495
480
  args: StartInstanceOnboardingJobCommandInput,
496
- options?: __HttpHandlerOptions
481
+ options?: __HttpHandlerOptions,
497
482
  ): Promise<StartInstanceOnboardingJobCommandOutput>;
498
483
  startInstanceOnboardingJob(
499
484
  args: StartInstanceOnboardingJobCommandInput,
500
- cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void
485
+ cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void,
501
486
  ): void;
502
487
  startInstanceOnboardingJob(
503
488
  args: StartInstanceOnboardingJobCommandInput,
504
489
  options: __HttpHandlerOptions,
505
- cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void
490
+ cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void,
506
491
  ): void;
507
492
  stopCampaign(
508
493
  args: StopCampaignCommandInput,
509
- options?: __HttpHandlerOptions
494
+ options?: __HttpHandlerOptions,
510
495
  ): Promise<StopCampaignCommandOutput>;
511
496
  stopCampaign(
512
497
  args: StopCampaignCommandInput,
513
- cb: (err: any, data?: StopCampaignCommandOutput) => void
498
+ cb: (err: any, data?: StopCampaignCommandOutput) => void,
514
499
  ): void;
515
500
  stopCampaign(
516
501
  args: StopCampaignCommandInput,
517
502
  options: __HttpHandlerOptions,
518
- cb: (err: any, data?: StopCampaignCommandOutput) => void
503
+ cb: (err: any, data?: StopCampaignCommandOutput) => void,
519
504
  ): void;
520
505
  tagResource(
521
506
  args: TagResourceCommandInput,
522
- options?: __HttpHandlerOptions
507
+ options?: __HttpHandlerOptions,
523
508
  ): Promise<TagResourceCommandOutput>;
524
509
  tagResource(
525
510
  args: TagResourceCommandInput,
526
- cb: (err: any, data?: TagResourceCommandOutput) => void
511
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
527
512
  ): void;
528
513
  tagResource(
529
514
  args: TagResourceCommandInput,
530
515
  options: __HttpHandlerOptions,
531
- cb: (err: any, data?: TagResourceCommandOutput) => void
516
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
532
517
  ): void;
533
518
  untagResource(
534
519
  args: UntagResourceCommandInput,
535
- options?: __HttpHandlerOptions
520
+ options?: __HttpHandlerOptions,
536
521
  ): Promise<UntagResourceCommandOutput>;
537
522
  untagResource(
538
523
  args: UntagResourceCommandInput,
539
- cb: (err: any, data?: UntagResourceCommandOutput) => void
524
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
540
525
  ): void;
541
526
  untagResource(
542
527
  args: UntagResourceCommandInput,
543
528
  options: __HttpHandlerOptions,
544
- cb: (err: any, data?: UntagResourceCommandOutput) => void
529
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
545
530
  ): void;
546
531
  updateCampaignChannelSubtypeConfig(
547
532
  args: UpdateCampaignChannelSubtypeConfigCommandInput,
548
- options?: __HttpHandlerOptions
533
+ options?: __HttpHandlerOptions,
549
534
  ): Promise<UpdateCampaignChannelSubtypeConfigCommandOutput>;
550
535
  updateCampaignChannelSubtypeConfig(
551
536
  args: UpdateCampaignChannelSubtypeConfigCommandInput,
552
- cb: (
553
- err: any,
554
- data?: UpdateCampaignChannelSubtypeConfigCommandOutput
555
- ) => void
537
+ cb: (err: any, data?: UpdateCampaignChannelSubtypeConfigCommandOutput) => void,
556
538
  ): void;
557
539
  updateCampaignChannelSubtypeConfig(
558
540
  args: UpdateCampaignChannelSubtypeConfigCommandInput,
559
541
  options: __HttpHandlerOptions,
560
- cb: (
561
- err: any,
562
- data?: UpdateCampaignChannelSubtypeConfigCommandOutput
563
- ) => void
542
+ cb: (err: any, data?: UpdateCampaignChannelSubtypeConfigCommandOutput) => void,
564
543
  ): void;
565
544
  updateCampaignCommunicationLimits(
566
545
  args: UpdateCampaignCommunicationLimitsCommandInput,
567
- options?: __HttpHandlerOptions
546
+ options?: __HttpHandlerOptions,
568
547
  ): Promise<UpdateCampaignCommunicationLimitsCommandOutput>;
569
548
  updateCampaignCommunicationLimits(
570
549
  args: UpdateCampaignCommunicationLimitsCommandInput,
571
- cb: (
572
- err: any,
573
- data?: UpdateCampaignCommunicationLimitsCommandOutput
574
- ) => void
550
+ cb: (err: any, data?: UpdateCampaignCommunicationLimitsCommandOutput) => void,
575
551
  ): void;
576
552
  updateCampaignCommunicationLimits(
577
553
  args: UpdateCampaignCommunicationLimitsCommandInput,
578
554
  options: __HttpHandlerOptions,
579
- cb: (
580
- err: any,
581
- data?: UpdateCampaignCommunicationLimitsCommandOutput
582
- ) => void
555
+ cb: (err: any, data?: UpdateCampaignCommunicationLimitsCommandOutput) => void,
583
556
  ): void;
584
557
  updateCampaignCommunicationTime(
585
558
  args: UpdateCampaignCommunicationTimeCommandInput,
586
- options?: __HttpHandlerOptions
559
+ options?: __HttpHandlerOptions,
587
560
  ): Promise<UpdateCampaignCommunicationTimeCommandOutput>;
588
561
  updateCampaignCommunicationTime(
589
562
  args: UpdateCampaignCommunicationTimeCommandInput,
590
- cb: (err: any, data?: UpdateCampaignCommunicationTimeCommandOutput) => void
563
+ cb: (err: any, data?: UpdateCampaignCommunicationTimeCommandOutput) => void,
591
564
  ): void;
592
565
  updateCampaignCommunicationTime(
593
566
  args: UpdateCampaignCommunicationTimeCommandInput,
594
567
  options: __HttpHandlerOptions,
595
- cb: (err: any, data?: UpdateCampaignCommunicationTimeCommandOutput) => void
568
+ cb: (err: any, data?: UpdateCampaignCommunicationTimeCommandOutput) => void,
596
569
  ): void;
597
570
  updateCampaignEntryLimits(
598
571
  args: UpdateCampaignEntryLimitsCommandInput,
599
- options?: __HttpHandlerOptions
572
+ options?: __HttpHandlerOptions,
600
573
  ): Promise<UpdateCampaignEntryLimitsCommandOutput>;
601
574
  updateCampaignEntryLimits(
602
575
  args: UpdateCampaignEntryLimitsCommandInput,
603
- cb: (err: any, data?: UpdateCampaignEntryLimitsCommandOutput) => void
576
+ cb: (err: any, data?: UpdateCampaignEntryLimitsCommandOutput) => void,
604
577
  ): void;
605
578
  updateCampaignEntryLimits(
606
579
  args: UpdateCampaignEntryLimitsCommandInput,
607
580
  options: __HttpHandlerOptions,
608
- cb: (err: any, data?: UpdateCampaignEntryLimitsCommandOutput) => void
581
+ cb: (err: any, data?: UpdateCampaignEntryLimitsCommandOutput) => void,
609
582
  ): void;
610
583
  updateCampaignFlowAssociation(
611
584
  args: UpdateCampaignFlowAssociationCommandInput,
612
- options?: __HttpHandlerOptions
585
+ options?: __HttpHandlerOptions,
613
586
  ): Promise<UpdateCampaignFlowAssociationCommandOutput>;
614
587
  updateCampaignFlowAssociation(
615
588
  args: UpdateCampaignFlowAssociationCommandInput,
616
- cb: (err: any, data?: UpdateCampaignFlowAssociationCommandOutput) => void
589
+ cb: (err: any, data?: UpdateCampaignFlowAssociationCommandOutput) => void,
617
590
  ): void;
618
591
  updateCampaignFlowAssociation(
619
592
  args: UpdateCampaignFlowAssociationCommandInput,
620
593
  options: __HttpHandlerOptions,
621
- cb: (err: any, data?: UpdateCampaignFlowAssociationCommandOutput) => void
594
+ cb: (err: any, data?: UpdateCampaignFlowAssociationCommandOutput) => void,
622
595
  ): void;
623
596
  updateCampaignName(
624
597
  args: UpdateCampaignNameCommandInput,
625
- options?: __HttpHandlerOptions
598
+ options?: __HttpHandlerOptions,
626
599
  ): Promise<UpdateCampaignNameCommandOutput>;
627
600
  updateCampaignName(
628
601
  args: UpdateCampaignNameCommandInput,
629
- cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void
602
+ cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void,
630
603
  ): void;
631
604
  updateCampaignName(
632
605
  args: UpdateCampaignNameCommandInput,
633
606
  options: __HttpHandlerOptions,
634
- cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void
607
+ cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void,
635
608
  ): void;
636
609
  updateCampaignSchedule(
637
610
  args: UpdateCampaignScheduleCommandInput,
638
- options?: __HttpHandlerOptions
611
+ options?: __HttpHandlerOptions,
639
612
  ): Promise<UpdateCampaignScheduleCommandOutput>;
640
613
  updateCampaignSchedule(
641
614
  args: UpdateCampaignScheduleCommandInput,
642
- cb: (err: any, data?: UpdateCampaignScheduleCommandOutput) => void
615
+ cb: (err: any, data?: UpdateCampaignScheduleCommandOutput) => void,
643
616
  ): void;
644
617
  updateCampaignSchedule(
645
618
  args: UpdateCampaignScheduleCommandInput,
646
619
  options: __HttpHandlerOptions,
647
- cb: (err: any, data?: UpdateCampaignScheduleCommandOutput) => void
620
+ cb: (err: any, data?: UpdateCampaignScheduleCommandOutput) => void,
648
621
  ): void;
649
622
  updateCampaignSource(
650
623
  args: UpdateCampaignSourceCommandInput,
651
- options?: __HttpHandlerOptions
624
+ options?: __HttpHandlerOptions,
652
625
  ): Promise<UpdateCampaignSourceCommandOutput>;
653
626
  updateCampaignSource(
654
627
  args: UpdateCampaignSourceCommandInput,
655
- cb: (err: any, data?: UpdateCampaignSourceCommandOutput) => void
628
+ cb: (err: any, data?: UpdateCampaignSourceCommandOutput) => void,
656
629
  ): void;
657
630
  updateCampaignSource(
658
631
  args: UpdateCampaignSourceCommandInput,
659
632
  options: __HttpHandlerOptions,
660
- cb: (err: any, data?: UpdateCampaignSourceCommandOutput) => void
633
+ cb: (err: any, data?: UpdateCampaignSourceCommandOutput) => void,
661
634
  ): void;
662
635
  paginateListCampaigns(
663
636
  args?: ListCampaignsCommandInput,
664
637
  paginationConfig?: Pick<
665
638
  PaginationConfiguration,
666
639
  Exclude<keyof PaginationConfiguration, "client">
667
- >
640
+ >,
668
641
  ): Paginator<ListCampaignsCommandOutput>;
669
642
  paginateListConnectInstanceIntegrations(
670
643
  args: ListConnectInstanceIntegrationsCommandInput,
671
644
  paginationConfig?: Pick<
672
645
  PaginationConfiguration,
673
646
  Exclude<keyof PaginationConfiguration, "client">
674
- >
647
+ >,
675
648
  ): Paginator<ListConnectInstanceIntegrationsCommandOutput>;
676
649
  }
677
650
  export declare class ConnectCampaignsV2