@aws-sdk/client-connectcampaigns 3.169.0 → 3.171.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 +378 -115
  3. package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +237 -95
  4. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  23. package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +31 -17
  25. package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +35 -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 +7 -6
  30. package/dist-types/ts3.4/models/index.d.ts +1 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +469 -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 +67 -38
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-connectcampaigns
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-connectcampaigns
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-connectcampaigns
@@ -1,115 +1,378 @@
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
+ export declare class ConnectCampaigns extends ConnectCampaignsClient {
92
+ createCampaign(
93
+ args: CreateCampaignCommandInput,
94
+ options?: __HttpHandlerOptions
95
+ ): Promise<CreateCampaignCommandOutput>;
96
+ createCampaign(
97
+ args: CreateCampaignCommandInput,
98
+ cb: (err: any, data?: CreateCampaignCommandOutput) => void
99
+ ): void;
100
+ createCampaign(
101
+ args: CreateCampaignCommandInput,
102
+ options: __HttpHandlerOptions,
103
+ cb: (err: any, data?: CreateCampaignCommandOutput) => void
104
+ ): void;
105
+ deleteCampaign(
106
+ args: DeleteCampaignCommandInput,
107
+ options?: __HttpHandlerOptions
108
+ ): Promise<DeleteCampaignCommandOutput>;
109
+ deleteCampaign(
110
+ args: DeleteCampaignCommandInput,
111
+ cb: (err: any, data?: DeleteCampaignCommandOutput) => void
112
+ ): void;
113
+ deleteCampaign(
114
+ args: DeleteCampaignCommandInput,
115
+ options: __HttpHandlerOptions,
116
+ cb: (err: any, data?: DeleteCampaignCommandOutput) => void
117
+ ): void;
118
+ deleteConnectInstanceConfig(
119
+ args: DeleteConnectInstanceConfigCommandInput,
120
+ options?: __HttpHandlerOptions
121
+ ): Promise<DeleteConnectInstanceConfigCommandOutput>;
122
+ deleteConnectInstanceConfig(
123
+ args: DeleteConnectInstanceConfigCommandInput,
124
+ cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void
125
+ ): void;
126
+ deleteConnectInstanceConfig(
127
+ args: DeleteConnectInstanceConfigCommandInput,
128
+ options: __HttpHandlerOptions,
129
+ cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void
130
+ ): void;
131
+ deleteInstanceOnboardingJob(
132
+ args: DeleteInstanceOnboardingJobCommandInput,
133
+ options?: __HttpHandlerOptions
134
+ ): Promise<DeleteInstanceOnboardingJobCommandOutput>;
135
+ deleteInstanceOnboardingJob(
136
+ args: DeleteInstanceOnboardingJobCommandInput,
137
+ cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void
138
+ ): void;
139
+ deleteInstanceOnboardingJob(
140
+ args: DeleteInstanceOnboardingJobCommandInput,
141
+ options: __HttpHandlerOptions,
142
+ cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void
143
+ ): void;
144
+ describeCampaign(
145
+ args: DescribeCampaignCommandInput,
146
+ options?: __HttpHandlerOptions
147
+ ): Promise<DescribeCampaignCommandOutput>;
148
+ describeCampaign(
149
+ args: DescribeCampaignCommandInput,
150
+ cb: (err: any, data?: DescribeCampaignCommandOutput) => void
151
+ ): void;
152
+ describeCampaign(
153
+ args: DescribeCampaignCommandInput,
154
+ options: __HttpHandlerOptions,
155
+ cb: (err: any, data?: DescribeCampaignCommandOutput) => void
156
+ ): void;
157
+ getCampaignState(
158
+ args: GetCampaignStateCommandInput,
159
+ options?: __HttpHandlerOptions
160
+ ): Promise<GetCampaignStateCommandOutput>;
161
+ getCampaignState(
162
+ args: GetCampaignStateCommandInput,
163
+ cb: (err: any, data?: GetCampaignStateCommandOutput) => void
164
+ ): void;
165
+ getCampaignState(
166
+ args: GetCampaignStateCommandInput,
167
+ options: __HttpHandlerOptions,
168
+ cb: (err: any, data?: GetCampaignStateCommandOutput) => void
169
+ ): void;
170
+ getCampaignStateBatch(
171
+ args: GetCampaignStateBatchCommandInput,
172
+ options?: __HttpHandlerOptions
173
+ ): Promise<GetCampaignStateBatchCommandOutput>;
174
+ getCampaignStateBatch(
175
+ args: GetCampaignStateBatchCommandInput,
176
+ cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void
177
+ ): void;
178
+ getCampaignStateBatch(
179
+ args: GetCampaignStateBatchCommandInput,
180
+ options: __HttpHandlerOptions,
181
+ cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void
182
+ ): void;
183
+ getConnectInstanceConfig(
184
+ args: GetConnectInstanceConfigCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<GetConnectInstanceConfigCommandOutput>;
187
+ getConnectInstanceConfig(
188
+ args: GetConnectInstanceConfigCommandInput,
189
+ cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void
190
+ ): void;
191
+ getConnectInstanceConfig(
192
+ args: GetConnectInstanceConfigCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void
195
+ ): void;
196
+ getInstanceOnboardingJobStatus(
197
+ args: GetInstanceOnboardingJobStatusCommandInput,
198
+ options?: __HttpHandlerOptions
199
+ ): Promise<GetInstanceOnboardingJobStatusCommandOutput>;
200
+ getInstanceOnboardingJobStatus(
201
+ args: GetInstanceOnboardingJobStatusCommandInput,
202
+ cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void
203
+ ): void;
204
+ getInstanceOnboardingJobStatus(
205
+ args: GetInstanceOnboardingJobStatusCommandInput,
206
+ options: __HttpHandlerOptions,
207
+ cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void
208
+ ): void;
209
+ listCampaigns(
210
+ args: ListCampaignsCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<ListCampaignsCommandOutput>;
213
+ listCampaigns(
214
+ args: ListCampaignsCommandInput,
215
+ cb: (err: any, data?: ListCampaignsCommandOutput) => void
216
+ ): void;
217
+ listCampaigns(
218
+ args: ListCampaignsCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: ListCampaignsCommandOutput) => void
221
+ ): void;
222
+ listTagsForResource(
223
+ args: ListTagsForResourceCommandInput,
224
+ options?: __HttpHandlerOptions
225
+ ): Promise<ListTagsForResourceCommandOutput>;
226
+ listTagsForResource(
227
+ args: ListTagsForResourceCommandInput,
228
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
229
+ ): void;
230
+ listTagsForResource(
231
+ args: ListTagsForResourceCommandInput,
232
+ options: __HttpHandlerOptions,
233
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
234
+ ): void;
235
+ pauseCampaign(
236
+ args: PauseCampaignCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<PauseCampaignCommandOutput>;
239
+ pauseCampaign(
240
+ args: PauseCampaignCommandInput,
241
+ cb: (err: any, data?: PauseCampaignCommandOutput) => void
242
+ ): void;
243
+ pauseCampaign(
244
+ args: PauseCampaignCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: PauseCampaignCommandOutput) => void
247
+ ): void;
248
+ putDialRequestBatch(
249
+ args: PutDialRequestBatchCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<PutDialRequestBatchCommandOutput>;
252
+ putDialRequestBatch(
253
+ args: PutDialRequestBatchCommandInput,
254
+ cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void
255
+ ): void;
256
+ putDialRequestBatch(
257
+ args: PutDialRequestBatchCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void
260
+ ): void;
261
+ resumeCampaign(
262
+ args: ResumeCampaignCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<ResumeCampaignCommandOutput>;
265
+ resumeCampaign(
266
+ args: ResumeCampaignCommandInput,
267
+ cb: (err: any, data?: ResumeCampaignCommandOutput) => void
268
+ ): void;
269
+ resumeCampaign(
270
+ args: ResumeCampaignCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: ResumeCampaignCommandOutput) => void
273
+ ): void;
274
+ startCampaign(
275
+ args: StartCampaignCommandInput,
276
+ options?: __HttpHandlerOptions
277
+ ): Promise<StartCampaignCommandOutput>;
278
+ startCampaign(
279
+ args: StartCampaignCommandInput,
280
+ cb: (err: any, data?: StartCampaignCommandOutput) => void
281
+ ): void;
282
+ startCampaign(
283
+ args: StartCampaignCommandInput,
284
+ options: __HttpHandlerOptions,
285
+ cb: (err: any, data?: StartCampaignCommandOutput) => void
286
+ ): void;
287
+ startInstanceOnboardingJob(
288
+ args: StartInstanceOnboardingJobCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<StartInstanceOnboardingJobCommandOutput>;
291
+ startInstanceOnboardingJob(
292
+ args: StartInstanceOnboardingJobCommandInput,
293
+ cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void
294
+ ): void;
295
+ startInstanceOnboardingJob(
296
+ args: StartInstanceOnboardingJobCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void
299
+ ): void;
300
+ stopCampaign(
301
+ args: StopCampaignCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<StopCampaignCommandOutput>;
304
+ stopCampaign(
305
+ args: StopCampaignCommandInput,
306
+ cb: (err: any, data?: StopCampaignCommandOutput) => void
307
+ ): void;
308
+ stopCampaign(
309
+ args: StopCampaignCommandInput,
310
+ options: __HttpHandlerOptions,
311
+ cb: (err: any, data?: StopCampaignCommandOutput) => void
312
+ ): void;
313
+ tagResource(
314
+ args: TagResourceCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<TagResourceCommandOutput>;
317
+ tagResource(
318
+ args: TagResourceCommandInput,
319
+ cb: (err: any, data?: TagResourceCommandOutput) => void
320
+ ): void;
321
+ tagResource(
322
+ args: TagResourceCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: TagResourceCommandOutput) => void
325
+ ): void;
326
+ untagResource(
327
+ args: UntagResourceCommandInput,
328
+ options?: __HttpHandlerOptions
329
+ ): Promise<UntagResourceCommandOutput>;
330
+ untagResource(
331
+ args: UntagResourceCommandInput,
332
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
333
+ ): void;
334
+ untagResource(
335
+ args: UntagResourceCommandInput,
336
+ options: __HttpHandlerOptions,
337
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
338
+ ): void;
339
+ updateCampaignDialerConfig(
340
+ args: UpdateCampaignDialerConfigCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<UpdateCampaignDialerConfigCommandOutput>;
343
+ updateCampaignDialerConfig(
344
+ args: UpdateCampaignDialerConfigCommandInput,
345
+ cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void
346
+ ): void;
347
+ updateCampaignDialerConfig(
348
+ args: UpdateCampaignDialerConfigCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void
351
+ ): void;
352
+ updateCampaignName(
353
+ args: UpdateCampaignNameCommandInput,
354
+ options?: __HttpHandlerOptions
355
+ ): Promise<UpdateCampaignNameCommandOutput>;
356
+ updateCampaignName(
357
+ args: UpdateCampaignNameCommandInput,
358
+ cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void
359
+ ): void;
360
+ updateCampaignName(
361
+ args: UpdateCampaignNameCommandInput,
362
+ options: __HttpHandlerOptions,
363
+ cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void
364
+ ): void;
365
+ updateCampaignOutboundCallConfig(
366
+ args: UpdateCampaignOutboundCallConfigCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
369
+ updateCampaignOutboundCallConfig(
370
+ args: UpdateCampaignOutboundCallConfigCommandInput,
371
+ cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void
372
+ ): void;
373
+ updateCampaignOutboundCallConfig(
374
+ args: UpdateCampaignOutboundCallConfigCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void
377
+ ): void;
378
+ }