@aws-sdk/client-connectcampaigns 3.168.0 → 3.170.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 (40) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ConnectCampaigns.d.ts +400 -115
  3. package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +262 -95
  4. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +33 -17
  25. package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/index.d.ts +22 -22
  27. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  28. package/dist-types/ts3.4/index.d.ts +6 -6
  29. package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +8 -6
  30. package/dist-types/ts3.4/models/index.d.ts +1 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +650 -595
  32. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  33. package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  35. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -68
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  40. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-connectcampaigns
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-connectcampaigns
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-connectcampaigns
@@ -1,115 +1,400 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
3
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
4
- import { DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput } from "./commands/DeleteConnectInstanceConfigCommand";
5
- import { DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput } from "./commands/DeleteInstanceOnboardingJobCommand";
6
- import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
7
- import { GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput } from "./commands/GetCampaignStateBatchCommand";
8
- import { GetCampaignStateCommandInput, GetCampaignStateCommandOutput } from "./commands/GetCampaignStateCommand";
9
- import { GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput } from "./commands/GetConnectInstanceConfigCommand";
10
- import { GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput } from "./commands/GetInstanceOnboardingJobStatusCommand";
11
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
12
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
13
- import { PauseCampaignCommandInput, PauseCampaignCommandOutput } from "./commands/PauseCampaignCommand";
14
- import { PutDialRequestBatchCommandInput, PutDialRequestBatchCommandOutput } from "./commands/PutDialRequestBatchCommand";
15
- import { ResumeCampaignCommandInput, ResumeCampaignCommandOutput } from "./commands/ResumeCampaignCommand";
16
- import { StartCampaignCommandInput, StartCampaignCommandOutput } from "./commands/StartCampaignCommand";
17
- import { StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput } from "./commands/StartInstanceOnboardingJobCommand";
18
- import { StopCampaignCommandInput, StopCampaignCommandOutput } from "./commands/StopCampaignCommand";
19
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
20
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
21
- import { UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput } from "./commands/UpdateCampaignDialerConfigCommand";
22
- import { UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput } from "./commands/UpdateCampaignNameCommand";
23
- import { UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput } from "./commands/UpdateCampaignOutboundCallConfigCommand";
24
- import { ConnectCampaignsClient } from "./ConnectCampaignsClient";
25
-
26
- export declare class ConnectCampaigns extends ConnectCampaignsClient {
27
-
28
- createCampaign(args: CreateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<CreateCampaignCommandOutput>;
29
- createCampaign(args: CreateCampaignCommandInput, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
30
- createCampaign(args: CreateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
31
-
32
- deleteCampaign(args: DeleteCampaignCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCampaignCommandOutput>;
33
- deleteCampaign(args: DeleteCampaignCommandInput, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
34
- deleteCampaign(args: DeleteCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
35
-
36
- deleteConnectInstanceConfig(args: DeleteConnectInstanceConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectInstanceConfigCommandOutput>;
37
- deleteConnectInstanceConfig(args: DeleteConnectInstanceConfigCommandInput, cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void): void;
38
- deleteConnectInstanceConfig(args: DeleteConnectInstanceConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void): void;
39
-
40
- deleteInstanceOnboardingJob(args: DeleteInstanceOnboardingJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceOnboardingJobCommandOutput>;
41
- deleteInstanceOnboardingJob(args: DeleteInstanceOnboardingJobCommandInput, cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void): void;
42
- deleteInstanceOnboardingJob(args: DeleteInstanceOnboardingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void): void;
43
-
44
- describeCampaign(args: DescribeCampaignCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCampaignCommandOutput>;
45
- describeCampaign(args: DescribeCampaignCommandInput, cb: (err: any, data?: DescribeCampaignCommandOutput) => void): void;
46
- describeCampaign(args: DescribeCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCampaignCommandOutput) => void): void;
47
-
48
- getCampaignState(args: GetCampaignStateCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignStateCommandOutput>;
49
- getCampaignState(args: GetCampaignStateCommandInput, cb: (err: any, data?: GetCampaignStateCommandOutput) => void): void;
50
- getCampaignState(args: GetCampaignStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignStateCommandOutput) => void): void;
51
-
52
- getCampaignStateBatch(args: GetCampaignStateBatchCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignStateBatchCommandOutput>;
53
- getCampaignStateBatch(args: GetCampaignStateBatchCommandInput, cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void): void;
54
- getCampaignStateBatch(args: GetCampaignStateBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void): void;
55
-
56
- getConnectInstanceConfig(args: GetConnectInstanceConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectInstanceConfigCommandOutput>;
57
- getConnectInstanceConfig(args: GetConnectInstanceConfigCommandInput, cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void): void;
58
- getConnectInstanceConfig(args: GetConnectInstanceConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void): void;
59
-
60
- getInstanceOnboardingJobStatus(args: GetInstanceOnboardingJobStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceOnboardingJobStatusCommandOutput>;
61
- getInstanceOnboardingJobStatus(args: GetInstanceOnboardingJobStatusCommandInput, cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void): void;
62
- getInstanceOnboardingJobStatus(args: GetInstanceOnboardingJobStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void): void;
63
-
64
- listCampaigns(args: ListCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<ListCampaignsCommandOutput>;
65
- listCampaigns(args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
66
- listCampaigns(args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
67
-
68
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
69
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
70
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
71
-
72
- pauseCampaign(args: PauseCampaignCommandInput, options?: __HttpHandlerOptions): Promise<PauseCampaignCommandOutput>;
73
- pauseCampaign(args: PauseCampaignCommandInput, cb: (err: any, data?: PauseCampaignCommandOutput) => void): void;
74
- pauseCampaign(args: PauseCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PauseCampaignCommandOutput) => void): void;
75
-
76
- putDialRequestBatch(args: PutDialRequestBatchCommandInput, options?: __HttpHandlerOptions): Promise<PutDialRequestBatchCommandOutput>;
77
- putDialRequestBatch(args: PutDialRequestBatchCommandInput, cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void): void;
78
- putDialRequestBatch(args: PutDialRequestBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void): void;
79
-
80
- resumeCampaign(args: ResumeCampaignCommandInput, options?: __HttpHandlerOptions): Promise<ResumeCampaignCommandOutput>;
81
- resumeCampaign(args: ResumeCampaignCommandInput, cb: (err: any, data?: ResumeCampaignCommandOutput) => void): void;
82
- resumeCampaign(args: ResumeCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeCampaignCommandOutput) => void): void;
83
-
84
- startCampaign(args: StartCampaignCommandInput, options?: __HttpHandlerOptions): Promise<StartCampaignCommandOutput>;
85
- startCampaign(args: StartCampaignCommandInput, cb: (err: any, data?: StartCampaignCommandOutput) => void): void;
86
- startCampaign(args: StartCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCampaignCommandOutput) => void): void;
87
-
88
- startInstanceOnboardingJob(args: StartInstanceOnboardingJobCommandInput, options?: __HttpHandlerOptions): Promise<StartInstanceOnboardingJobCommandOutput>;
89
- startInstanceOnboardingJob(args: StartInstanceOnboardingJobCommandInput, cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void): void;
90
- startInstanceOnboardingJob(args: StartInstanceOnboardingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void): void;
91
-
92
- stopCampaign(args: StopCampaignCommandInput, options?: __HttpHandlerOptions): Promise<StopCampaignCommandOutput>;
93
- stopCampaign(args: StopCampaignCommandInput, cb: (err: any, data?: StopCampaignCommandOutput) => void): void;
94
- stopCampaign(args: StopCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCampaignCommandOutput) => void): void;
95
-
96
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
97
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
98
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
99
-
100
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
101
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
102
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
103
-
104
- updateCampaignDialerConfig(args: UpdateCampaignDialerConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignDialerConfigCommandOutput>;
105
- updateCampaignDialerConfig(args: UpdateCampaignDialerConfigCommandInput, cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void): void;
106
- updateCampaignDialerConfig(args: UpdateCampaignDialerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void): void;
107
-
108
- updateCampaignName(args: UpdateCampaignNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignNameCommandOutput>;
109
- updateCampaignName(args: UpdateCampaignNameCommandInput, cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void): void;
110
- updateCampaignName(args: UpdateCampaignNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void): void;
111
-
112
- updateCampaignOutboundCallConfig(args: UpdateCampaignOutboundCallConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
113
- updateCampaignOutboundCallConfig(args: UpdateCampaignOutboundCallConfigCommandInput, cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void): void;
114
- updateCampaignOutboundCallConfig(args: UpdateCampaignOutboundCallConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void): void;
115
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateCampaignCommandInput,
4
+ CreateCampaignCommandOutput,
5
+ } from "./commands/CreateCampaignCommand";
6
+ import {
7
+ DeleteCampaignCommandInput,
8
+ DeleteCampaignCommandOutput,
9
+ } from "./commands/DeleteCampaignCommand";
10
+ import {
11
+ DeleteConnectInstanceConfigCommandInput,
12
+ DeleteConnectInstanceConfigCommandOutput,
13
+ } from "./commands/DeleteConnectInstanceConfigCommand";
14
+ import {
15
+ DeleteInstanceOnboardingJobCommandInput,
16
+ DeleteInstanceOnboardingJobCommandOutput,
17
+ } from "./commands/DeleteInstanceOnboardingJobCommand";
18
+ import {
19
+ DescribeCampaignCommandInput,
20
+ DescribeCampaignCommandOutput,
21
+ } from "./commands/DescribeCampaignCommand";
22
+ import {
23
+ GetCampaignStateBatchCommandInput,
24
+ GetCampaignStateBatchCommandOutput,
25
+ } from "./commands/GetCampaignStateBatchCommand";
26
+ import {
27
+ GetCampaignStateCommandInput,
28
+ GetCampaignStateCommandOutput,
29
+ } from "./commands/GetCampaignStateCommand";
30
+ import {
31
+ GetConnectInstanceConfigCommandInput,
32
+ GetConnectInstanceConfigCommandOutput,
33
+ } from "./commands/GetConnectInstanceConfigCommand";
34
+ import {
35
+ GetInstanceOnboardingJobStatusCommandInput,
36
+ GetInstanceOnboardingJobStatusCommandOutput,
37
+ } from "./commands/GetInstanceOnboardingJobStatusCommand";
38
+ import {
39
+ ListCampaignsCommandInput,
40
+ ListCampaignsCommandOutput,
41
+ } from "./commands/ListCampaignsCommand";
42
+ import {
43
+ ListTagsForResourceCommandInput,
44
+ ListTagsForResourceCommandOutput,
45
+ } from "./commands/ListTagsForResourceCommand";
46
+ import {
47
+ PauseCampaignCommandInput,
48
+ PauseCampaignCommandOutput,
49
+ } from "./commands/PauseCampaignCommand";
50
+ import {
51
+ PutDialRequestBatchCommandInput,
52
+ PutDialRequestBatchCommandOutput,
53
+ } from "./commands/PutDialRequestBatchCommand";
54
+ import {
55
+ ResumeCampaignCommandInput,
56
+ ResumeCampaignCommandOutput,
57
+ } from "./commands/ResumeCampaignCommand";
58
+ import {
59
+ StartCampaignCommandInput,
60
+ StartCampaignCommandOutput,
61
+ } from "./commands/StartCampaignCommand";
62
+ import {
63
+ StartInstanceOnboardingJobCommandInput,
64
+ StartInstanceOnboardingJobCommandOutput,
65
+ } from "./commands/StartInstanceOnboardingJobCommand";
66
+ import {
67
+ StopCampaignCommandInput,
68
+ StopCampaignCommandOutput,
69
+ } from "./commands/StopCampaignCommand";
70
+ import {
71
+ TagResourceCommandInput,
72
+ TagResourceCommandOutput,
73
+ } from "./commands/TagResourceCommand";
74
+ import {
75
+ UntagResourceCommandInput,
76
+ UntagResourceCommandOutput,
77
+ } from "./commands/UntagResourceCommand";
78
+ import {
79
+ UpdateCampaignDialerConfigCommandInput,
80
+ UpdateCampaignDialerConfigCommandOutput,
81
+ } from "./commands/UpdateCampaignDialerConfigCommand";
82
+ import {
83
+ UpdateCampaignNameCommandInput,
84
+ UpdateCampaignNameCommandOutput,
85
+ } from "./commands/UpdateCampaignNameCommand";
86
+ import {
87
+ UpdateCampaignOutboundCallConfigCommandInput,
88
+ UpdateCampaignOutboundCallConfigCommandOutput,
89
+ } from "./commands/UpdateCampaignOutboundCallConfigCommand";
90
+ import { ConnectCampaignsClient } from "./ConnectCampaignsClient";
91
+
92
+ export declare class ConnectCampaigns extends ConnectCampaignsClient {
93
+ createCampaign(
94
+ args: CreateCampaignCommandInput,
95
+ options?: __HttpHandlerOptions
96
+ ): Promise<CreateCampaignCommandOutput>;
97
+ createCampaign(
98
+ args: CreateCampaignCommandInput,
99
+ cb: (err: any, data?: CreateCampaignCommandOutput) => void
100
+ ): void;
101
+ createCampaign(
102
+ args: CreateCampaignCommandInput,
103
+ options: __HttpHandlerOptions,
104
+ cb: (err: any, data?: CreateCampaignCommandOutput) => void
105
+ ): void;
106
+
107
+ deleteCampaign(
108
+ args: DeleteCampaignCommandInput,
109
+ options?: __HttpHandlerOptions
110
+ ): Promise<DeleteCampaignCommandOutput>;
111
+ deleteCampaign(
112
+ args: DeleteCampaignCommandInput,
113
+ cb: (err: any, data?: DeleteCampaignCommandOutput) => void
114
+ ): void;
115
+ deleteCampaign(
116
+ args: DeleteCampaignCommandInput,
117
+ options: __HttpHandlerOptions,
118
+ cb: (err: any, data?: DeleteCampaignCommandOutput) => void
119
+ ): void;
120
+
121
+ deleteConnectInstanceConfig(
122
+ args: DeleteConnectInstanceConfigCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<DeleteConnectInstanceConfigCommandOutput>;
125
+ deleteConnectInstanceConfig(
126
+ args: DeleteConnectInstanceConfigCommandInput,
127
+ cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void
128
+ ): void;
129
+ deleteConnectInstanceConfig(
130
+ args: DeleteConnectInstanceConfigCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void
133
+ ): void;
134
+
135
+ deleteInstanceOnboardingJob(
136
+ args: DeleteInstanceOnboardingJobCommandInput,
137
+ options?: __HttpHandlerOptions
138
+ ): Promise<DeleteInstanceOnboardingJobCommandOutput>;
139
+ deleteInstanceOnboardingJob(
140
+ args: DeleteInstanceOnboardingJobCommandInput,
141
+ cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void
142
+ ): void;
143
+ deleteInstanceOnboardingJob(
144
+ args: DeleteInstanceOnboardingJobCommandInput,
145
+ options: __HttpHandlerOptions,
146
+ cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void
147
+ ): void;
148
+
149
+ describeCampaign(
150
+ args: DescribeCampaignCommandInput,
151
+ options?: __HttpHandlerOptions
152
+ ): Promise<DescribeCampaignCommandOutput>;
153
+ describeCampaign(
154
+ args: DescribeCampaignCommandInput,
155
+ cb: (err: any, data?: DescribeCampaignCommandOutput) => void
156
+ ): void;
157
+ describeCampaign(
158
+ args: DescribeCampaignCommandInput,
159
+ options: __HttpHandlerOptions,
160
+ cb: (err: any, data?: DescribeCampaignCommandOutput) => void
161
+ ): void;
162
+
163
+ getCampaignState(
164
+ args: GetCampaignStateCommandInput,
165
+ options?: __HttpHandlerOptions
166
+ ): Promise<GetCampaignStateCommandOutput>;
167
+ getCampaignState(
168
+ args: GetCampaignStateCommandInput,
169
+ cb: (err: any, data?: GetCampaignStateCommandOutput) => void
170
+ ): void;
171
+ getCampaignState(
172
+ args: GetCampaignStateCommandInput,
173
+ options: __HttpHandlerOptions,
174
+ cb: (err: any, data?: GetCampaignStateCommandOutput) => void
175
+ ): void;
176
+
177
+ getCampaignStateBatch(
178
+ args: GetCampaignStateBatchCommandInput,
179
+ options?: __HttpHandlerOptions
180
+ ): Promise<GetCampaignStateBatchCommandOutput>;
181
+ getCampaignStateBatch(
182
+ args: GetCampaignStateBatchCommandInput,
183
+ cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void
184
+ ): void;
185
+ getCampaignStateBatch(
186
+ args: GetCampaignStateBatchCommandInput,
187
+ options: __HttpHandlerOptions,
188
+ cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void
189
+ ): void;
190
+
191
+ getConnectInstanceConfig(
192
+ args: GetConnectInstanceConfigCommandInput,
193
+ options?: __HttpHandlerOptions
194
+ ): Promise<GetConnectInstanceConfigCommandOutput>;
195
+ getConnectInstanceConfig(
196
+ args: GetConnectInstanceConfigCommandInput,
197
+ cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void
198
+ ): void;
199
+ getConnectInstanceConfig(
200
+ args: GetConnectInstanceConfigCommandInput,
201
+ options: __HttpHandlerOptions,
202
+ cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void
203
+ ): void;
204
+
205
+ getInstanceOnboardingJobStatus(
206
+ args: GetInstanceOnboardingJobStatusCommandInput,
207
+ options?: __HttpHandlerOptions
208
+ ): Promise<GetInstanceOnboardingJobStatusCommandOutput>;
209
+ getInstanceOnboardingJobStatus(
210
+ args: GetInstanceOnboardingJobStatusCommandInput,
211
+ cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void
212
+ ): void;
213
+ getInstanceOnboardingJobStatus(
214
+ args: GetInstanceOnboardingJobStatusCommandInput,
215
+ options: __HttpHandlerOptions,
216
+ cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void
217
+ ): void;
218
+
219
+ listCampaigns(
220
+ args: ListCampaignsCommandInput,
221
+ options?: __HttpHandlerOptions
222
+ ): Promise<ListCampaignsCommandOutput>;
223
+ listCampaigns(
224
+ args: ListCampaignsCommandInput,
225
+ cb: (err: any, data?: ListCampaignsCommandOutput) => void
226
+ ): void;
227
+ listCampaigns(
228
+ args: ListCampaignsCommandInput,
229
+ options: __HttpHandlerOptions,
230
+ cb: (err: any, data?: ListCampaignsCommandOutput) => void
231
+ ): void;
232
+
233
+ listTagsForResource(
234
+ args: ListTagsForResourceCommandInput,
235
+ options?: __HttpHandlerOptions
236
+ ): Promise<ListTagsForResourceCommandOutput>;
237
+ listTagsForResource(
238
+ args: ListTagsForResourceCommandInput,
239
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
240
+ ): void;
241
+ listTagsForResource(
242
+ args: ListTagsForResourceCommandInput,
243
+ options: __HttpHandlerOptions,
244
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
245
+ ): void;
246
+
247
+ pauseCampaign(
248
+ args: PauseCampaignCommandInput,
249
+ options?: __HttpHandlerOptions
250
+ ): Promise<PauseCampaignCommandOutput>;
251
+ pauseCampaign(
252
+ args: PauseCampaignCommandInput,
253
+ cb: (err: any, data?: PauseCampaignCommandOutput) => void
254
+ ): void;
255
+ pauseCampaign(
256
+ args: PauseCampaignCommandInput,
257
+ options: __HttpHandlerOptions,
258
+ cb: (err: any, data?: PauseCampaignCommandOutput) => void
259
+ ): void;
260
+
261
+ putDialRequestBatch(
262
+ args: PutDialRequestBatchCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<PutDialRequestBatchCommandOutput>;
265
+ putDialRequestBatch(
266
+ args: PutDialRequestBatchCommandInput,
267
+ cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void
268
+ ): void;
269
+ putDialRequestBatch(
270
+ args: PutDialRequestBatchCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void
273
+ ): void;
274
+
275
+ resumeCampaign(
276
+ args: ResumeCampaignCommandInput,
277
+ options?: __HttpHandlerOptions
278
+ ): Promise<ResumeCampaignCommandOutput>;
279
+ resumeCampaign(
280
+ args: ResumeCampaignCommandInput,
281
+ cb: (err: any, data?: ResumeCampaignCommandOutput) => void
282
+ ): void;
283
+ resumeCampaign(
284
+ args: ResumeCampaignCommandInput,
285
+ options: __HttpHandlerOptions,
286
+ cb: (err: any, data?: ResumeCampaignCommandOutput) => void
287
+ ): void;
288
+
289
+ startCampaign(
290
+ args: StartCampaignCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<StartCampaignCommandOutput>;
293
+ startCampaign(
294
+ args: StartCampaignCommandInput,
295
+ cb: (err: any, data?: StartCampaignCommandOutput) => void
296
+ ): void;
297
+ startCampaign(
298
+ args: StartCampaignCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: StartCampaignCommandOutput) => void
301
+ ): void;
302
+
303
+ startInstanceOnboardingJob(
304
+ args: StartInstanceOnboardingJobCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<StartInstanceOnboardingJobCommandOutput>;
307
+ startInstanceOnboardingJob(
308
+ args: StartInstanceOnboardingJobCommandInput,
309
+ cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void
310
+ ): void;
311
+ startInstanceOnboardingJob(
312
+ args: StartInstanceOnboardingJobCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void
315
+ ): void;
316
+
317
+ stopCampaign(
318
+ args: StopCampaignCommandInput,
319
+ options?: __HttpHandlerOptions
320
+ ): Promise<StopCampaignCommandOutput>;
321
+ stopCampaign(
322
+ args: StopCampaignCommandInput,
323
+ cb: (err: any, data?: StopCampaignCommandOutput) => void
324
+ ): void;
325
+ stopCampaign(
326
+ args: StopCampaignCommandInput,
327
+ options: __HttpHandlerOptions,
328
+ cb: (err: any, data?: StopCampaignCommandOutput) => void
329
+ ): void;
330
+
331
+ tagResource(
332
+ args: TagResourceCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<TagResourceCommandOutput>;
335
+ tagResource(
336
+ args: TagResourceCommandInput,
337
+ cb: (err: any, data?: TagResourceCommandOutput) => void
338
+ ): void;
339
+ tagResource(
340
+ args: TagResourceCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: TagResourceCommandOutput) => void
343
+ ): void;
344
+
345
+ untagResource(
346
+ args: UntagResourceCommandInput,
347
+ options?: __HttpHandlerOptions
348
+ ): Promise<UntagResourceCommandOutput>;
349
+ untagResource(
350
+ args: UntagResourceCommandInput,
351
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
352
+ ): void;
353
+ untagResource(
354
+ args: UntagResourceCommandInput,
355
+ options: __HttpHandlerOptions,
356
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
357
+ ): void;
358
+
359
+ updateCampaignDialerConfig(
360
+ args: UpdateCampaignDialerConfigCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<UpdateCampaignDialerConfigCommandOutput>;
363
+ updateCampaignDialerConfig(
364
+ args: UpdateCampaignDialerConfigCommandInput,
365
+ cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void
366
+ ): void;
367
+ updateCampaignDialerConfig(
368
+ args: UpdateCampaignDialerConfigCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void
371
+ ): void;
372
+
373
+ updateCampaignName(
374
+ args: UpdateCampaignNameCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<UpdateCampaignNameCommandOutput>;
377
+ updateCampaignName(
378
+ args: UpdateCampaignNameCommandInput,
379
+ cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void
380
+ ): void;
381
+ updateCampaignName(
382
+ args: UpdateCampaignNameCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void
385
+ ): void;
386
+
387
+ updateCampaignOutboundCallConfig(
388
+ args: UpdateCampaignOutboundCallConfigCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
391
+ updateCampaignOutboundCallConfig(
392
+ args: UpdateCampaignOutboundCallConfigCommandInput,
393
+ cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void
394
+ ): void;
395
+ updateCampaignOutboundCallConfig(
396
+ args: UpdateCampaignOutboundCallConfigCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void
399
+ ): void;
400
+ }