@aws-sdk/client-connectcampaigns 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ConnectCampaigns.d.ts +0 -22
- package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -181
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-connectcampaigns
|
|
@@ -88,7 +88,6 @@ import {
|
|
|
88
88
|
UpdateCampaignOutboundCallConfigCommandOutput,
|
|
89
89
|
} from "./commands/UpdateCampaignOutboundCallConfigCommand";
|
|
90
90
|
import { ConnectCampaignsClient } from "./ConnectCampaignsClient";
|
|
91
|
-
|
|
92
91
|
export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
93
92
|
createCampaign(
|
|
94
93
|
args: CreateCampaignCommandInput,
|
|
@@ -103,7 +102,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
103
102
|
options: __HttpHandlerOptions,
|
|
104
103
|
cb: (err: any, data?: CreateCampaignCommandOutput) => void
|
|
105
104
|
): void;
|
|
106
|
-
|
|
107
105
|
deleteCampaign(
|
|
108
106
|
args: DeleteCampaignCommandInput,
|
|
109
107
|
options?: __HttpHandlerOptions
|
|
@@ -117,7 +115,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
117
115
|
options: __HttpHandlerOptions,
|
|
118
116
|
cb: (err: any, data?: DeleteCampaignCommandOutput) => void
|
|
119
117
|
): void;
|
|
120
|
-
|
|
121
118
|
deleteConnectInstanceConfig(
|
|
122
119
|
args: DeleteConnectInstanceConfigCommandInput,
|
|
123
120
|
options?: __HttpHandlerOptions
|
|
@@ -131,7 +128,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
131
128
|
options: __HttpHandlerOptions,
|
|
132
129
|
cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void
|
|
133
130
|
): void;
|
|
134
|
-
|
|
135
131
|
deleteInstanceOnboardingJob(
|
|
136
132
|
args: DeleteInstanceOnboardingJobCommandInput,
|
|
137
133
|
options?: __HttpHandlerOptions
|
|
@@ -145,7 +141,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
145
141
|
options: __HttpHandlerOptions,
|
|
146
142
|
cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void
|
|
147
143
|
): void;
|
|
148
|
-
|
|
149
144
|
describeCampaign(
|
|
150
145
|
args: DescribeCampaignCommandInput,
|
|
151
146
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +154,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
159
154
|
options: __HttpHandlerOptions,
|
|
160
155
|
cb: (err: any, data?: DescribeCampaignCommandOutput) => void
|
|
161
156
|
): void;
|
|
162
|
-
|
|
163
157
|
getCampaignState(
|
|
164
158
|
args: GetCampaignStateCommandInput,
|
|
165
159
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +167,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
173
167
|
options: __HttpHandlerOptions,
|
|
174
168
|
cb: (err: any, data?: GetCampaignStateCommandOutput) => void
|
|
175
169
|
): void;
|
|
176
|
-
|
|
177
170
|
getCampaignStateBatch(
|
|
178
171
|
args: GetCampaignStateBatchCommandInput,
|
|
179
172
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +180,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
187
180
|
options: __HttpHandlerOptions,
|
|
188
181
|
cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void
|
|
189
182
|
): void;
|
|
190
|
-
|
|
191
183
|
getConnectInstanceConfig(
|
|
192
184
|
args: GetConnectInstanceConfigCommandInput,
|
|
193
185
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +193,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
201
193
|
options: __HttpHandlerOptions,
|
|
202
194
|
cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void
|
|
203
195
|
): void;
|
|
204
|
-
|
|
205
196
|
getInstanceOnboardingJobStatus(
|
|
206
197
|
args: GetInstanceOnboardingJobStatusCommandInput,
|
|
207
198
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +206,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
215
206
|
options: __HttpHandlerOptions,
|
|
216
207
|
cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void
|
|
217
208
|
): void;
|
|
218
|
-
|
|
219
209
|
listCampaigns(
|
|
220
210
|
args: ListCampaignsCommandInput,
|
|
221
211
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +219,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
229
219
|
options: __HttpHandlerOptions,
|
|
230
220
|
cb: (err: any, data?: ListCampaignsCommandOutput) => void
|
|
231
221
|
): void;
|
|
232
|
-
|
|
233
222
|
listTagsForResource(
|
|
234
223
|
args: ListTagsForResourceCommandInput,
|
|
235
224
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +232,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
243
232
|
options: __HttpHandlerOptions,
|
|
244
233
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
245
234
|
): void;
|
|
246
|
-
|
|
247
235
|
pauseCampaign(
|
|
248
236
|
args: PauseCampaignCommandInput,
|
|
249
237
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +245,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
257
245
|
options: __HttpHandlerOptions,
|
|
258
246
|
cb: (err: any, data?: PauseCampaignCommandOutput) => void
|
|
259
247
|
): void;
|
|
260
|
-
|
|
261
248
|
putDialRequestBatch(
|
|
262
249
|
args: PutDialRequestBatchCommandInput,
|
|
263
250
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +258,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
271
258
|
options: __HttpHandlerOptions,
|
|
272
259
|
cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void
|
|
273
260
|
): void;
|
|
274
|
-
|
|
275
261
|
resumeCampaign(
|
|
276
262
|
args: ResumeCampaignCommandInput,
|
|
277
263
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +271,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
285
271
|
options: __HttpHandlerOptions,
|
|
286
272
|
cb: (err: any, data?: ResumeCampaignCommandOutput) => void
|
|
287
273
|
): void;
|
|
288
|
-
|
|
289
274
|
startCampaign(
|
|
290
275
|
args: StartCampaignCommandInput,
|
|
291
276
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +284,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
299
284
|
options: __HttpHandlerOptions,
|
|
300
285
|
cb: (err: any, data?: StartCampaignCommandOutput) => void
|
|
301
286
|
): void;
|
|
302
|
-
|
|
303
287
|
startInstanceOnboardingJob(
|
|
304
288
|
args: StartInstanceOnboardingJobCommandInput,
|
|
305
289
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +297,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
313
297
|
options: __HttpHandlerOptions,
|
|
314
298
|
cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void
|
|
315
299
|
): void;
|
|
316
|
-
|
|
317
300
|
stopCampaign(
|
|
318
301
|
args: StopCampaignCommandInput,
|
|
319
302
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +310,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
327
310
|
options: __HttpHandlerOptions,
|
|
328
311
|
cb: (err: any, data?: StopCampaignCommandOutput) => void
|
|
329
312
|
): void;
|
|
330
|
-
|
|
331
313
|
tagResource(
|
|
332
314
|
args: TagResourceCommandInput,
|
|
333
315
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +323,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
341
323
|
options: __HttpHandlerOptions,
|
|
342
324
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
343
325
|
): void;
|
|
344
|
-
|
|
345
326
|
untagResource(
|
|
346
327
|
args: UntagResourceCommandInput,
|
|
347
328
|
options?: __HttpHandlerOptions
|
|
@@ -355,7 +336,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
355
336
|
options: __HttpHandlerOptions,
|
|
356
337
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
357
338
|
): void;
|
|
358
|
-
|
|
359
339
|
updateCampaignDialerConfig(
|
|
360
340
|
args: UpdateCampaignDialerConfigCommandInput,
|
|
361
341
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +349,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
369
349
|
options: __HttpHandlerOptions,
|
|
370
350
|
cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void
|
|
371
351
|
): void;
|
|
372
|
-
|
|
373
352
|
updateCampaignName(
|
|
374
353
|
args: UpdateCampaignNameCommandInput,
|
|
375
354
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +362,6 @@ export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
|
383
362
|
options: __HttpHandlerOptions,
|
|
384
363
|
cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void
|
|
385
364
|
): void;
|
|
386
|
-
|
|
387
365
|
updateCampaignOutboundCallConfig(
|
|
388
366
|
args: UpdateCampaignOutboundCallConfigCommandInput,
|
|
389
367
|
options?: __HttpHandlerOptions
|
|
@@ -179,47 +179,26 @@ export declare type ServiceOutputTypes =
|
|
|
179
179
|
export interface ClientDefaults
|
|
180
180
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
181
181
|
requestHandler?: __HttpHandler;
|
|
182
|
-
|
|
183
182
|
sha256?: __HashConstructor;
|
|
184
|
-
|
|
185
183
|
urlParser?: __UrlParser;
|
|
186
|
-
|
|
187
184
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
188
|
-
|
|
189
185
|
streamCollector?: __StreamCollector;
|
|
190
|
-
|
|
191
186
|
base64Decoder?: __Decoder;
|
|
192
|
-
|
|
193
187
|
base64Encoder?: __Encoder;
|
|
194
|
-
|
|
195
188
|
utf8Decoder?: __Decoder;
|
|
196
|
-
|
|
197
189
|
utf8Encoder?: __Encoder;
|
|
198
|
-
|
|
199
190
|
runtime?: string;
|
|
200
|
-
|
|
201
191
|
disableHostPrefix?: boolean;
|
|
202
|
-
|
|
203
192
|
maxAttempts?: number | __Provider<number>;
|
|
204
|
-
|
|
205
193
|
retryMode?: string | __Provider<string>;
|
|
206
|
-
|
|
207
194
|
logger?: __Logger;
|
|
208
|
-
|
|
209
195
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
210
|
-
|
|
211
196
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
212
|
-
|
|
213
197
|
serviceId?: string;
|
|
214
|
-
|
|
215
198
|
region?: string | __Provider<string>;
|
|
216
|
-
|
|
217
199
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
218
|
-
|
|
219
200
|
regionInfoProvider?: RegionInfoProvider;
|
|
220
|
-
|
|
221
201
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
222
|
-
|
|
223
202
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
224
203
|
}
|
|
225
204
|
declare type ConnectCampaignsClientConfigType = Partial<
|
|
@@ -232,7 +211,6 @@ declare type ConnectCampaignsClientConfigType = Partial<
|
|
|
232
211
|
HostHeaderInputConfig &
|
|
233
212
|
AwsAuthInputConfig &
|
|
234
213
|
UserAgentInputConfig;
|
|
235
|
-
|
|
236
214
|
export interface ConnectCampaignsClientConfig
|
|
237
215
|
extends ConnectCampaignsClientConfigType {}
|
|
238
216
|
declare type ConnectCampaignsClientResolvedConfigType =
|
|
@@ -244,10 +222,8 @@ declare type ConnectCampaignsClientResolvedConfigType =
|
|
|
244
222
|
HostHeaderResolvedConfig &
|
|
245
223
|
AwsAuthResolvedConfig &
|
|
246
224
|
UserAgentResolvedConfig;
|
|
247
|
-
|
|
248
225
|
export interface ConnectCampaignsClientResolvedConfig
|
|
249
226
|
extends ConnectCampaignsClientResolvedConfigType {}
|
|
250
|
-
|
|
251
227
|
export declare class ConnectCampaignsClient extends __Client<
|
|
252
228
|
__HttpHandlerOptions,
|
|
253
229
|
ServiceInputTypes,
|
|
@@ -256,7 +232,6 @@ export declare class ConnectCampaignsClient extends __Client<
|
|
|
256
232
|
> {
|
|
257
233
|
readonly config: ConnectCampaignsClientResolvedConfig;
|
|
258
234
|
constructor(configuration: ConnectCampaignsClientConfig);
|
|
259
|
-
|
|
260
235
|
destroy(): void;
|
|
261
236
|
}
|
|
262
237
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
|
18
18
|
export interface CreateCampaignCommandOutput
|
|
19
19
|
extends CreateCampaignResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateCampaignCommand extends $Command<
|
|
23
22
|
CreateCampaignCommandInput,
|
|
24
23
|
CreateCampaignCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateCampaignCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateCampaignCommandInput;
|
|
28
27
|
constructor(input: CreateCampaignCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteCampaignRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
15
15
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteCampaignCommand extends $Command<
|
|
18
17
|
DeleteCampaignCommandInput,
|
|
19
18
|
DeleteCampaignCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteCampaignCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteCampaignCommandInput;
|
|
23
22
|
constructor(input: DeleteCampaignCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteConnectInstanceConfigCommandInput
|
|
|
15
15
|
extends DeleteConnectInstanceConfigRequest {}
|
|
16
16
|
export interface DeleteConnectInstanceConfigCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteConnectInstanceConfigCommand extends $Command<
|
|
20
19
|
DeleteConnectInstanceConfigCommandInput,
|
|
21
20
|
DeleteConnectInstanceConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteConnectInstanceConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteConnectInstanceConfigCommandInput;
|
|
25
24
|
constructor(input: DeleteConnectInstanceConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteInstanceOnboardingJobCommandInput
|
|
|
15
15
|
extends DeleteInstanceOnboardingJobRequest {}
|
|
16
16
|
export interface DeleteInstanceOnboardingJobCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteInstanceOnboardingJobCommand extends $Command<
|
|
20
19
|
DeleteInstanceOnboardingJobCommandInput,
|
|
21
20
|
DeleteInstanceOnboardingJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteInstanceOnboardingJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteInstanceOnboardingJobCommandInput;
|
|
25
24
|
constructor(input: DeleteInstanceOnboardingJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
|
|
|
18
18
|
export interface DescribeCampaignCommandOutput
|
|
19
19
|
extends DescribeCampaignResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeCampaignCommand extends $Command<
|
|
23
22
|
DescribeCampaignCommandInput,
|
|
24
23
|
DescribeCampaignCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeCampaignCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeCampaignCommandInput;
|
|
28
27
|
constructor(input: DescribeCampaignCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCampaignStateBatchCommandInput
|
|
|
19
19
|
export interface GetCampaignStateBatchCommandOutput
|
|
20
20
|
extends GetCampaignStateBatchResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCampaignStateBatchCommand extends $Command<
|
|
24
23
|
GetCampaignStateBatchCommandInput,
|
|
25
24
|
GetCampaignStateBatchCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCampaignStateBatchCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCampaignStateBatchCommandInput;
|
|
29
28
|
constructor(input: GetCampaignStateBatchCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCampaignStateCommandInput extends GetCampaignStateRequest {}
|
|
|
18
18
|
export interface GetCampaignStateCommandOutput
|
|
19
19
|
extends GetCampaignStateResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCampaignStateCommand extends $Command<
|
|
23
22
|
GetCampaignStateCommandInput,
|
|
24
23
|
GetCampaignStateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCampaignStateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCampaignStateCommandInput;
|
|
28
27
|
constructor(input: GetCampaignStateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetConnectInstanceConfigCommandInput
|
|
|
19
19
|
export interface GetConnectInstanceConfigCommandOutput
|
|
20
20
|
extends GetConnectInstanceConfigResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetConnectInstanceConfigCommand extends $Command<
|
|
24
23
|
GetConnectInstanceConfigCommandInput,
|
|
25
24
|
GetConnectInstanceConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetConnectInstanceConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetConnectInstanceConfigCommandInput;
|
|
29
28
|
constructor(input: GetConnectInstanceConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInstanceOnboardingJobStatusCommandInput
|
|
|
19
19
|
export interface GetInstanceOnboardingJobStatusCommandOutput
|
|
20
20
|
extends GetInstanceOnboardingJobStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInstanceOnboardingJobStatusCommand extends $Command<
|
|
24
23
|
GetInstanceOnboardingJobStatusCommandInput,
|
|
25
24
|
GetInstanceOnboardingJobStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInstanceOnboardingJobStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInstanceOnboardingJobStatusCommandInput;
|
|
29
28
|
constructor(input: GetInstanceOnboardingJobStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
|
|
|
18
18
|
export interface ListCampaignsCommandOutput
|
|
19
19
|
extends ListCampaignsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListCampaignsCommand extends $Command<
|
|
23
22
|
ListCampaignsCommandInput,
|
|
24
23
|
ListCampaignsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListCampaignsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListCampaignsCommandInput;
|
|
28
27
|
constructor(input: ListCampaignsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PauseCampaignRequest } from "../models/models_0";
|
|
14
14
|
export interface PauseCampaignCommandInput extends PauseCampaignRequest {}
|
|
15
15
|
export interface PauseCampaignCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PauseCampaignCommand extends $Command<
|
|
18
17
|
PauseCampaignCommandInput,
|
|
19
18
|
PauseCampaignCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PauseCampaignCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PauseCampaignCommandInput;
|
|
23
22
|
constructor(input: PauseCampaignCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutDialRequestBatchCommandInput
|
|
|
19
19
|
export interface PutDialRequestBatchCommandOutput
|
|
20
20
|
extends PutDialRequestBatchResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutDialRequestBatchCommand extends $Command<
|
|
24
23
|
PutDialRequestBatchCommandInput,
|
|
25
24
|
PutDialRequestBatchCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutDialRequestBatchCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutDialRequestBatchCommandInput;
|
|
29
28
|
constructor(input: PutDialRequestBatchCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { ResumeCampaignRequest } from "../models/models_0";
|
|
14
14
|
export interface ResumeCampaignCommandInput extends ResumeCampaignRequest {}
|
|
15
15
|
export interface ResumeCampaignCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class ResumeCampaignCommand extends $Command<
|
|
18
17
|
ResumeCampaignCommandInput,
|
|
19
18
|
ResumeCampaignCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class ResumeCampaignCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: ResumeCampaignCommandInput;
|
|
23
22
|
constructor(input: ResumeCampaignCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { StartCampaignRequest } from "../models/models_0";
|
|
14
14
|
export interface StartCampaignCommandInput extends StartCampaignRequest {}
|
|
15
15
|
export interface StartCampaignCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class StartCampaignCommand extends $Command<
|
|
18
17
|
StartCampaignCommandInput,
|
|
19
18
|
StartCampaignCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class StartCampaignCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: StartCampaignCommandInput;
|
|
23
22
|
constructor(input: StartCampaignCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartInstanceOnboardingJobCommandInput
|
|
|
19
19
|
export interface StartInstanceOnboardingJobCommandOutput
|
|
20
20
|
extends StartInstanceOnboardingJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartInstanceOnboardingJobCommand extends $Command<
|
|
24
23
|
StartInstanceOnboardingJobCommandInput,
|
|
25
24
|
StartInstanceOnboardingJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartInstanceOnboardingJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartInstanceOnboardingJobCommandInput;
|
|
29
28
|
constructor(input: StartInstanceOnboardingJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { StopCampaignRequest } from "../models/models_0";
|
|
14
14
|
export interface StopCampaignCommandInput extends StopCampaignRequest {}
|
|
15
15
|
export interface StopCampaignCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class StopCampaignCommand extends $Command<
|
|
18
17
|
StopCampaignCommandInput,
|
|
19
18
|
StopCampaignCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class StopCampaignCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: StopCampaignCommandInput;
|
|
23
22
|
constructor(input: StopCampaignCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCampaignDialerConfigCommandInput
|
|
|
15
15
|
extends UpdateCampaignDialerConfigRequest {}
|
|
16
16
|
export interface UpdateCampaignDialerConfigCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCampaignDialerConfigCommand extends $Command<
|
|
20
19
|
UpdateCampaignDialerConfigCommandInput,
|
|
21
20
|
UpdateCampaignDialerConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCampaignDialerConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCampaignDialerConfigCommandInput;
|
|
25
24
|
constructor(input: UpdateCampaignDialerConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { UpdateCampaignNameRequest } from "../models/models_0";
|
|
|
14
14
|
export interface UpdateCampaignNameCommandInput
|
|
15
15
|
extends UpdateCampaignNameRequest {}
|
|
16
16
|
export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class UpdateCampaignNameCommand extends $Command<
|
|
19
18
|
UpdateCampaignNameCommandInput,
|
|
20
19
|
UpdateCampaignNameCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class UpdateCampaignNameCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: UpdateCampaignNameCommandInput;
|
|
24
23
|
constructor(input: UpdateCampaignNameCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCampaignOutboundCallConfigCommandInput
|
|
|
15
15
|
extends UpdateCampaignOutboundCallConfigRequest {}
|
|
16
16
|
export interface UpdateCampaignOutboundCallConfigCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCampaignOutboundCallConfigCommand extends $Command<
|
|
20
19
|
UpdateCampaignOutboundCallConfigCommandInput,
|
|
21
20
|
UpdateCampaignOutboundCallConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCampaignOutboundCallConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCampaignOutboundCallConfigCommandInput;
|
|
25
24
|
constructor(input: UpdateCampaignOutboundCallConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ConnectCampaignsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ConnectCampaignsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|