@aws-sdk/client-connectcampaigns 3.170.0 → 3.177.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 +19 -0
- package/dist-cjs/endpoints.js +20 -1
- package/dist-es/endpoints.js +20 -1
- 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
|
@@ -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
|
}
|
|
@@ -1,34 +1,25 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ConnectCampaignsServiceException as __BaseException } from "./ConnectCampaignsServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
xAmzErrorType?: string;
|
|
9
|
-
|
|
10
7
|
constructor(
|
|
11
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
12
9
|
);
|
|
13
10
|
}
|
|
14
|
-
|
|
15
11
|
export declare class ConflictException extends __BaseException {
|
|
16
12
|
readonly name: "ConflictException";
|
|
17
13
|
readonly $fault: "client";
|
|
18
|
-
|
|
19
14
|
xAmzErrorType?: string;
|
|
20
|
-
|
|
21
15
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
22
16
|
}
|
|
23
|
-
|
|
24
17
|
export interface PredictiveDialerConfig {
|
|
25
18
|
bandwidthAllocation: number | undefined;
|
|
26
19
|
}
|
|
27
|
-
|
|
28
20
|
export interface ProgressiveDialerConfig {
|
|
29
21
|
bandwidthAllocation: number | undefined;
|
|
30
22
|
}
|
|
31
|
-
|
|
32
23
|
export declare type DialerConfig =
|
|
33
24
|
| DialerConfig.PredictiveDialerConfigMember
|
|
34
25
|
| DialerConfig.ProgressiveDialerConfigMember
|
|
@@ -39,7 +30,6 @@ export declare namespace DialerConfig {
|
|
|
39
30
|
predictiveDialerConfig?: never;
|
|
40
31
|
$unknown?: never;
|
|
41
32
|
}
|
|
42
|
-
|
|
43
33
|
interface PredictiveDialerConfigMember {
|
|
44
34
|
progressiveDialerConfig?: never;
|
|
45
35
|
predictiveDialerConfig: PredictiveDialerConfig;
|
|
@@ -57,218 +47,152 @@ export declare namespace DialerConfig {
|
|
|
57
47
|
}
|
|
58
48
|
const visit: <T>(value: DialerConfig, visitor: Visitor<T>) => T;
|
|
59
49
|
}
|
|
60
|
-
|
|
61
50
|
export interface AnswerMachineDetectionConfig {
|
|
62
51
|
enableAnswerMachineDetection: boolean | undefined;
|
|
63
52
|
}
|
|
64
|
-
|
|
65
53
|
export interface OutboundCallConfig {
|
|
66
54
|
connectContactFlowId: string | undefined;
|
|
67
|
-
|
|
68
55
|
connectSourcePhoneNumber?: string;
|
|
69
|
-
|
|
70
56
|
connectQueueId: string | undefined;
|
|
71
|
-
|
|
72
57
|
answerMachineDetectionConfig?: AnswerMachineDetectionConfig;
|
|
73
58
|
}
|
|
74
|
-
|
|
75
59
|
export interface CreateCampaignRequest {
|
|
76
60
|
name: string | undefined;
|
|
77
|
-
|
|
78
61
|
connectInstanceId: string | undefined;
|
|
79
|
-
|
|
80
62
|
dialerConfig: DialerConfig | undefined;
|
|
81
|
-
|
|
82
63
|
outboundCallConfig: OutboundCallConfig | undefined;
|
|
83
|
-
|
|
84
64
|
tags?: Record<string, string>;
|
|
85
65
|
}
|
|
86
|
-
|
|
87
66
|
export interface CreateCampaignResponse {
|
|
88
67
|
id?: string;
|
|
89
|
-
|
|
90
68
|
arn?: string;
|
|
91
|
-
|
|
92
69
|
tags?: Record<string, string>;
|
|
93
70
|
}
|
|
94
|
-
|
|
95
71
|
export declare class InternalServerException extends __BaseException {
|
|
96
72
|
readonly name: "InternalServerException";
|
|
97
73
|
readonly $fault: "server";
|
|
98
74
|
$retryable: {};
|
|
99
|
-
|
|
100
75
|
xAmzErrorType?: string;
|
|
101
|
-
|
|
102
76
|
constructor(
|
|
103
77
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
104
78
|
);
|
|
105
79
|
}
|
|
106
|
-
|
|
107
80
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
108
81
|
readonly name: "ResourceNotFoundException";
|
|
109
82
|
readonly $fault: "client";
|
|
110
|
-
|
|
111
83
|
xAmzErrorType?: string;
|
|
112
|
-
|
|
113
84
|
constructor(
|
|
114
85
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
115
86
|
);
|
|
116
87
|
}
|
|
117
|
-
|
|
118
88
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
119
89
|
readonly name: "ServiceQuotaExceededException";
|
|
120
90
|
readonly $fault: "client";
|
|
121
|
-
|
|
122
91
|
xAmzErrorType?: string;
|
|
123
|
-
|
|
124
92
|
constructor(
|
|
125
93
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
126
94
|
);
|
|
127
95
|
}
|
|
128
|
-
|
|
129
96
|
export declare class ThrottlingException extends __BaseException {
|
|
130
97
|
readonly name: "ThrottlingException";
|
|
131
98
|
readonly $fault: "client";
|
|
132
99
|
$retryable: {};
|
|
133
|
-
|
|
134
100
|
xAmzErrorType?: string;
|
|
135
|
-
|
|
136
101
|
constructor(
|
|
137
102
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
138
103
|
);
|
|
139
104
|
}
|
|
140
|
-
|
|
141
105
|
export declare class ValidationException extends __BaseException {
|
|
142
106
|
readonly name: "ValidationException";
|
|
143
107
|
readonly $fault: "client";
|
|
144
|
-
|
|
145
108
|
xAmzErrorType?: string;
|
|
146
|
-
|
|
147
109
|
constructor(
|
|
148
110
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
149
111
|
);
|
|
150
112
|
}
|
|
151
|
-
|
|
152
113
|
export interface DeleteCampaignRequest {
|
|
153
114
|
id: string | undefined;
|
|
154
115
|
}
|
|
155
|
-
|
|
156
116
|
export interface DeleteConnectInstanceConfigRequest {
|
|
157
117
|
connectInstanceId: string | undefined;
|
|
158
118
|
}
|
|
159
|
-
|
|
160
119
|
export declare class InvalidStateException extends __BaseException {
|
|
161
120
|
readonly name: "InvalidStateException";
|
|
162
121
|
readonly $fault: "client";
|
|
163
|
-
|
|
164
122
|
xAmzErrorType?: string;
|
|
165
|
-
|
|
166
123
|
constructor(
|
|
167
124
|
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
168
125
|
);
|
|
169
126
|
}
|
|
170
|
-
|
|
171
127
|
export interface DeleteInstanceOnboardingJobRequest {
|
|
172
128
|
connectInstanceId: string | undefined;
|
|
173
129
|
}
|
|
174
|
-
|
|
175
130
|
export interface DescribeCampaignRequest {
|
|
176
131
|
id: string | undefined;
|
|
177
132
|
}
|
|
178
|
-
|
|
179
133
|
export interface Campaign {
|
|
180
134
|
id: string | undefined;
|
|
181
|
-
|
|
182
135
|
arn: string | undefined;
|
|
183
|
-
|
|
184
136
|
name: string | undefined;
|
|
185
|
-
|
|
186
137
|
connectInstanceId: string | undefined;
|
|
187
|
-
|
|
188
138
|
dialerConfig: DialerConfig | undefined;
|
|
189
|
-
|
|
190
139
|
outboundCallConfig: OutboundCallConfig | undefined;
|
|
191
|
-
|
|
192
140
|
tags?: Record<string, string>;
|
|
193
141
|
}
|
|
194
|
-
|
|
195
142
|
export interface DescribeCampaignResponse {
|
|
196
143
|
campaign?: Campaign;
|
|
197
144
|
}
|
|
198
|
-
|
|
199
145
|
export interface GetCampaignStateRequest {
|
|
200
146
|
id: string | undefined;
|
|
201
147
|
}
|
|
202
148
|
export declare enum CampaignState {
|
|
203
149
|
FAILED = "Failed",
|
|
204
|
-
|
|
205
150
|
INITIALIZED = "Initialized",
|
|
206
|
-
|
|
207
151
|
PAUSED = "Paused",
|
|
208
|
-
|
|
209
152
|
RUNNING = "Running",
|
|
210
|
-
|
|
211
153
|
STOPPED = "Stopped",
|
|
212
154
|
}
|
|
213
|
-
|
|
214
155
|
export interface GetCampaignStateResponse {
|
|
215
156
|
state?: CampaignState | string;
|
|
216
157
|
}
|
|
217
|
-
|
|
218
158
|
export interface GetCampaignStateBatchRequest {
|
|
219
159
|
campaignIds: string[] | undefined;
|
|
220
160
|
}
|
|
221
161
|
export declare enum GetCampaignStateBatchFailureCode {
|
|
222
162
|
RESOURCE_NOT_FOUND = "ResourceNotFound",
|
|
223
|
-
|
|
224
163
|
UNKNOWN_ERROR = "UnknownError",
|
|
225
164
|
}
|
|
226
|
-
|
|
227
165
|
export interface FailedCampaignStateResponse {
|
|
228
166
|
campaignId?: string;
|
|
229
|
-
|
|
230
167
|
failureCode?: GetCampaignStateBatchFailureCode | string;
|
|
231
168
|
}
|
|
232
|
-
|
|
233
169
|
export interface SuccessfulCampaignStateResponse {
|
|
234
170
|
campaignId?: string;
|
|
235
|
-
|
|
236
171
|
state?: CampaignState | string;
|
|
237
172
|
}
|
|
238
|
-
|
|
239
173
|
export interface GetCampaignStateBatchResponse {
|
|
240
174
|
successfulRequests?: SuccessfulCampaignStateResponse[];
|
|
241
|
-
|
|
242
175
|
failedRequests?: FailedCampaignStateResponse[];
|
|
243
176
|
}
|
|
244
|
-
|
|
245
177
|
export interface GetConnectInstanceConfigRequest {
|
|
246
178
|
connectInstanceId: string | undefined;
|
|
247
179
|
}
|
|
248
180
|
export declare enum EncryptionType {
|
|
249
181
|
KMS = "KMS",
|
|
250
182
|
}
|
|
251
|
-
|
|
252
183
|
export interface EncryptionConfig {
|
|
253
184
|
enabled: boolean | undefined;
|
|
254
|
-
|
|
255
185
|
encryptionType?: EncryptionType | string;
|
|
256
|
-
|
|
257
186
|
keyArn?: string;
|
|
258
187
|
}
|
|
259
|
-
|
|
260
188
|
export interface InstanceConfig {
|
|
261
189
|
connectInstanceId: string | undefined;
|
|
262
|
-
|
|
263
190
|
serviceLinkedRoleArn: string | undefined;
|
|
264
|
-
|
|
265
191
|
encryptionConfig: EncryptionConfig | undefined;
|
|
266
192
|
}
|
|
267
|
-
|
|
268
193
|
export interface GetConnectInstanceConfigResponse {
|
|
269
194
|
connectInstanceConfig?: InstanceConfig;
|
|
270
195
|
}
|
|
271
|
-
|
|
272
196
|
export interface GetInstanceOnboardingJobStatusRequest {
|
|
273
197
|
connectInstanceId: string | undefined;
|
|
274
198
|
}
|
|
@@ -285,366 +209,261 @@ export declare enum InstanceOnboardingJobStatusCode {
|
|
|
285
209
|
IN_PROGRESS = "IN_PROGRESS",
|
|
286
210
|
SUCCEEDED = "SUCCEEDED",
|
|
287
211
|
}
|
|
288
|
-
|
|
289
212
|
export interface InstanceOnboardingJobStatus {
|
|
290
213
|
connectInstanceId: string | undefined;
|
|
291
|
-
|
|
292
214
|
status: InstanceOnboardingJobStatusCode | string | undefined;
|
|
293
|
-
|
|
294
215
|
failureCode?: InstanceOnboardingJobFailureCode | string;
|
|
295
216
|
}
|
|
296
|
-
|
|
297
217
|
export interface GetInstanceOnboardingJobStatusResponse {
|
|
298
218
|
connectInstanceOnboardingJobStatus?: InstanceOnboardingJobStatus;
|
|
299
219
|
}
|
|
300
220
|
export declare enum InstanceIdFilterOperator {
|
|
301
221
|
EQ = "Eq",
|
|
302
222
|
}
|
|
303
|
-
|
|
304
223
|
export interface InstanceIdFilter {
|
|
305
224
|
value: string | undefined;
|
|
306
|
-
|
|
307
225
|
operator: InstanceIdFilterOperator | string | undefined;
|
|
308
226
|
}
|
|
309
|
-
|
|
310
227
|
export interface CampaignFilters {
|
|
311
228
|
instanceIdFilter?: InstanceIdFilter;
|
|
312
229
|
}
|
|
313
|
-
|
|
314
230
|
export interface ListCampaignsRequest {
|
|
315
231
|
maxResults?: number;
|
|
316
|
-
|
|
317
232
|
nextToken?: string;
|
|
318
|
-
|
|
319
233
|
filters?: CampaignFilters;
|
|
320
234
|
}
|
|
321
|
-
|
|
322
235
|
export interface CampaignSummary {
|
|
323
236
|
id: string | undefined;
|
|
324
|
-
|
|
325
237
|
arn: string | undefined;
|
|
326
|
-
|
|
327
238
|
name: string | undefined;
|
|
328
|
-
|
|
329
239
|
connectInstanceId: string | undefined;
|
|
330
240
|
}
|
|
331
|
-
|
|
332
241
|
export interface ListCampaignsResponse {
|
|
333
242
|
nextToken?: string;
|
|
334
|
-
|
|
335
243
|
campaignSummaryList?: CampaignSummary[];
|
|
336
244
|
}
|
|
337
|
-
|
|
338
245
|
export interface ListTagsForResourceRequest {
|
|
339
246
|
arn: string | undefined;
|
|
340
247
|
}
|
|
341
|
-
|
|
342
248
|
export interface ListTagsForResourceResponse {
|
|
343
249
|
tags?: Record<string, string>;
|
|
344
250
|
}
|
|
345
|
-
|
|
346
251
|
export declare class InvalidCampaignStateException extends __BaseException {
|
|
347
252
|
readonly name: "InvalidCampaignStateException";
|
|
348
253
|
readonly $fault: "client";
|
|
349
|
-
|
|
350
254
|
state: CampaignState | string | undefined;
|
|
351
|
-
|
|
352
255
|
xAmzErrorType?: string;
|
|
353
|
-
|
|
354
256
|
constructor(
|
|
355
257
|
opts: __ExceptionOptionType<InvalidCampaignStateException, __BaseException>
|
|
356
258
|
);
|
|
357
259
|
}
|
|
358
|
-
|
|
359
260
|
export interface PauseCampaignRequest {
|
|
360
261
|
id: string | undefined;
|
|
361
262
|
}
|
|
362
|
-
|
|
363
263
|
export interface DialRequest {
|
|
364
264
|
clientToken: string | undefined;
|
|
365
|
-
|
|
366
265
|
phoneNumber: string | undefined;
|
|
367
|
-
|
|
368
266
|
expirationTime: Date | undefined;
|
|
369
|
-
|
|
370
267
|
attributes: Record<string, string> | undefined;
|
|
371
268
|
}
|
|
372
|
-
|
|
373
269
|
export interface PutDialRequestBatchRequest {
|
|
374
270
|
id: string | undefined;
|
|
375
|
-
|
|
376
271
|
dialRequests: DialRequest[] | undefined;
|
|
377
272
|
}
|
|
378
273
|
export declare enum FailureCode {
|
|
379
274
|
INVALID_INPUT = "InvalidInput",
|
|
380
|
-
|
|
381
275
|
REQUEST_THROTTLED = "RequestThrottled",
|
|
382
|
-
|
|
383
276
|
UNKNOWN_ERROR = "UnknownError",
|
|
384
277
|
}
|
|
385
|
-
|
|
386
278
|
export interface FailedRequest {
|
|
387
279
|
clientToken?: string;
|
|
388
|
-
|
|
389
280
|
id?: string;
|
|
390
|
-
|
|
391
281
|
failureCode?: FailureCode | string;
|
|
392
282
|
}
|
|
393
|
-
|
|
394
283
|
export interface SuccessfulRequest {
|
|
395
284
|
clientToken?: string;
|
|
396
|
-
|
|
397
285
|
id?: string;
|
|
398
286
|
}
|
|
399
|
-
|
|
400
287
|
export interface PutDialRequestBatchResponse {
|
|
401
288
|
successfulRequests?: SuccessfulRequest[];
|
|
402
|
-
|
|
403
289
|
failedRequests?: FailedRequest[];
|
|
404
290
|
}
|
|
405
|
-
|
|
406
291
|
export interface ResumeCampaignRequest {
|
|
407
292
|
id: string | undefined;
|
|
408
293
|
}
|
|
409
|
-
|
|
410
294
|
export interface StartCampaignRequest {
|
|
411
295
|
id: string | undefined;
|
|
412
296
|
}
|
|
413
|
-
|
|
414
297
|
export interface StartInstanceOnboardingJobRequest {
|
|
415
298
|
connectInstanceId: string | undefined;
|
|
416
|
-
|
|
417
299
|
encryptionConfig: EncryptionConfig | undefined;
|
|
418
300
|
}
|
|
419
|
-
|
|
420
301
|
export interface StartInstanceOnboardingJobResponse {
|
|
421
302
|
connectInstanceOnboardingJobStatus?: InstanceOnboardingJobStatus;
|
|
422
303
|
}
|
|
423
|
-
|
|
424
304
|
export interface StopCampaignRequest {
|
|
425
305
|
id: string | undefined;
|
|
426
306
|
}
|
|
427
|
-
|
|
428
307
|
export interface TagResourceRequest {
|
|
429
308
|
arn: string | undefined;
|
|
430
|
-
|
|
431
309
|
tags: Record<string, string> | undefined;
|
|
432
310
|
}
|
|
433
|
-
|
|
434
311
|
export interface UntagResourceRequest {
|
|
435
312
|
arn: string | undefined;
|
|
436
|
-
|
|
437
313
|
tagKeys: string[] | undefined;
|
|
438
314
|
}
|
|
439
|
-
|
|
440
315
|
export interface UpdateCampaignDialerConfigRequest {
|
|
441
316
|
id: string | undefined;
|
|
442
|
-
|
|
443
317
|
dialerConfig: DialerConfig | undefined;
|
|
444
318
|
}
|
|
445
|
-
|
|
446
319
|
export interface UpdateCampaignNameRequest {
|
|
447
320
|
id: string | undefined;
|
|
448
|
-
|
|
449
321
|
name: string | undefined;
|
|
450
322
|
}
|
|
451
|
-
|
|
452
323
|
export interface UpdateCampaignOutboundCallConfigRequest {
|
|
453
324
|
id: string | undefined;
|
|
454
|
-
|
|
455
325
|
connectContactFlowId?: string;
|
|
456
|
-
|
|
457
326
|
connectSourcePhoneNumber?: string;
|
|
458
|
-
|
|
459
327
|
answerMachineDetectionConfig?: AnswerMachineDetectionConfig;
|
|
460
328
|
}
|
|
461
|
-
|
|
462
329
|
export declare const PredictiveDialerConfigFilterSensitiveLog: (
|
|
463
330
|
obj: PredictiveDialerConfig
|
|
464
331
|
) => any;
|
|
465
|
-
|
|
466
332
|
export declare const ProgressiveDialerConfigFilterSensitiveLog: (
|
|
467
333
|
obj: ProgressiveDialerConfig
|
|
468
334
|
) => any;
|
|
469
|
-
|
|
470
335
|
export declare const DialerConfigFilterSensitiveLog: (obj: DialerConfig) => any;
|
|
471
|
-
|
|
472
336
|
export declare const AnswerMachineDetectionConfigFilterSensitiveLog: (
|
|
473
337
|
obj: AnswerMachineDetectionConfig
|
|
474
338
|
) => any;
|
|
475
|
-
|
|
476
339
|
export declare const OutboundCallConfigFilterSensitiveLog: (
|
|
477
340
|
obj: OutboundCallConfig
|
|
478
341
|
) => any;
|
|
479
|
-
|
|
480
342
|
export declare const CreateCampaignRequestFilterSensitiveLog: (
|
|
481
343
|
obj: CreateCampaignRequest
|
|
482
344
|
) => any;
|
|
483
|
-
|
|
484
345
|
export declare const CreateCampaignResponseFilterSensitiveLog: (
|
|
485
346
|
obj: CreateCampaignResponse
|
|
486
347
|
) => any;
|
|
487
|
-
|
|
488
348
|
export declare const DeleteCampaignRequestFilterSensitiveLog: (
|
|
489
349
|
obj: DeleteCampaignRequest
|
|
490
350
|
) => any;
|
|
491
|
-
|
|
492
351
|
export declare const DeleteConnectInstanceConfigRequestFilterSensitiveLog: (
|
|
493
352
|
obj: DeleteConnectInstanceConfigRequest
|
|
494
353
|
) => any;
|
|
495
|
-
|
|
496
354
|
export declare const DeleteInstanceOnboardingJobRequestFilterSensitiveLog: (
|
|
497
355
|
obj: DeleteInstanceOnboardingJobRequest
|
|
498
356
|
) => any;
|
|
499
|
-
|
|
500
357
|
export declare const DescribeCampaignRequestFilterSensitiveLog: (
|
|
501
358
|
obj: DescribeCampaignRequest
|
|
502
359
|
) => any;
|
|
503
|
-
|
|
504
360
|
export declare const CampaignFilterSensitiveLog: (obj: Campaign) => any;
|
|
505
|
-
|
|
506
361
|
export declare const DescribeCampaignResponseFilterSensitiveLog: (
|
|
507
362
|
obj: DescribeCampaignResponse
|
|
508
363
|
) => any;
|
|
509
|
-
|
|
510
364
|
export declare const GetCampaignStateRequestFilterSensitiveLog: (
|
|
511
365
|
obj: GetCampaignStateRequest
|
|
512
366
|
) => any;
|
|
513
|
-
|
|
514
367
|
export declare const GetCampaignStateResponseFilterSensitiveLog: (
|
|
515
368
|
obj: GetCampaignStateResponse
|
|
516
369
|
) => any;
|
|
517
|
-
|
|
518
370
|
export declare const GetCampaignStateBatchRequestFilterSensitiveLog: (
|
|
519
371
|
obj: GetCampaignStateBatchRequest
|
|
520
372
|
) => any;
|
|
521
|
-
|
|
522
373
|
export declare const FailedCampaignStateResponseFilterSensitiveLog: (
|
|
523
374
|
obj: FailedCampaignStateResponse
|
|
524
375
|
) => any;
|
|
525
|
-
|
|
526
376
|
export declare const SuccessfulCampaignStateResponseFilterSensitiveLog: (
|
|
527
377
|
obj: SuccessfulCampaignStateResponse
|
|
528
378
|
) => any;
|
|
529
|
-
|
|
530
379
|
export declare const GetCampaignStateBatchResponseFilterSensitiveLog: (
|
|
531
380
|
obj: GetCampaignStateBatchResponse
|
|
532
381
|
) => any;
|
|
533
|
-
|
|
534
382
|
export declare const GetConnectInstanceConfigRequestFilterSensitiveLog: (
|
|
535
383
|
obj: GetConnectInstanceConfigRequest
|
|
536
384
|
) => any;
|
|
537
|
-
|
|
538
385
|
export declare const EncryptionConfigFilterSensitiveLog: (
|
|
539
386
|
obj: EncryptionConfig
|
|
540
387
|
) => any;
|
|
541
|
-
|
|
542
388
|
export declare const InstanceConfigFilterSensitiveLog: (
|
|
543
389
|
obj: InstanceConfig
|
|
544
390
|
) => any;
|
|
545
|
-
|
|
546
391
|
export declare const GetConnectInstanceConfigResponseFilterSensitiveLog: (
|
|
547
392
|
obj: GetConnectInstanceConfigResponse
|
|
548
393
|
) => any;
|
|
549
|
-
|
|
550
394
|
export declare const GetInstanceOnboardingJobStatusRequestFilterSensitiveLog: (
|
|
551
395
|
obj: GetInstanceOnboardingJobStatusRequest
|
|
552
396
|
) => any;
|
|
553
|
-
|
|
554
397
|
export declare const InstanceOnboardingJobStatusFilterSensitiveLog: (
|
|
555
398
|
obj: InstanceOnboardingJobStatus
|
|
556
399
|
) => any;
|
|
557
|
-
|
|
558
400
|
export declare const GetInstanceOnboardingJobStatusResponseFilterSensitiveLog: (
|
|
559
401
|
obj: GetInstanceOnboardingJobStatusResponse
|
|
560
402
|
) => any;
|
|
561
|
-
|
|
562
403
|
export declare const InstanceIdFilterFilterSensitiveLog: (
|
|
563
404
|
obj: InstanceIdFilter
|
|
564
405
|
) => any;
|
|
565
|
-
|
|
566
406
|
export declare const CampaignFiltersFilterSensitiveLog: (
|
|
567
407
|
obj: CampaignFilters
|
|
568
408
|
) => any;
|
|
569
|
-
|
|
570
409
|
export declare const ListCampaignsRequestFilterSensitiveLog: (
|
|
571
410
|
obj: ListCampaignsRequest
|
|
572
411
|
) => any;
|
|
573
|
-
|
|
574
412
|
export declare const CampaignSummaryFilterSensitiveLog: (
|
|
575
413
|
obj: CampaignSummary
|
|
576
414
|
) => any;
|
|
577
|
-
|
|
578
415
|
export declare const ListCampaignsResponseFilterSensitiveLog: (
|
|
579
416
|
obj: ListCampaignsResponse
|
|
580
417
|
) => any;
|
|
581
|
-
|
|
582
418
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
583
419
|
obj: ListTagsForResourceRequest
|
|
584
420
|
) => any;
|
|
585
|
-
|
|
586
421
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
587
422
|
obj: ListTagsForResourceResponse
|
|
588
423
|
) => any;
|
|
589
|
-
|
|
590
424
|
export declare const PauseCampaignRequestFilterSensitiveLog: (
|
|
591
425
|
obj: PauseCampaignRequest
|
|
592
426
|
) => any;
|
|
593
|
-
|
|
594
427
|
export declare const DialRequestFilterSensitiveLog: (obj: DialRequest) => any;
|
|
595
|
-
|
|
596
428
|
export declare const PutDialRequestBatchRequestFilterSensitiveLog: (
|
|
597
429
|
obj: PutDialRequestBatchRequest
|
|
598
430
|
) => any;
|
|
599
|
-
|
|
600
431
|
export declare const FailedRequestFilterSensitiveLog: (
|
|
601
432
|
obj: FailedRequest
|
|
602
433
|
) => any;
|
|
603
|
-
|
|
604
434
|
export declare const SuccessfulRequestFilterSensitiveLog: (
|
|
605
435
|
obj: SuccessfulRequest
|
|
606
436
|
) => any;
|
|
607
|
-
|
|
608
437
|
export declare const PutDialRequestBatchResponseFilterSensitiveLog: (
|
|
609
438
|
obj: PutDialRequestBatchResponse
|
|
610
439
|
) => any;
|
|
611
|
-
|
|
612
440
|
export declare const ResumeCampaignRequestFilterSensitiveLog: (
|
|
613
441
|
obj: ResumeCampaignRequest
|
|
614
442
|
) => any;
|
|
615
|
-
|
|
616
443
|
export declare const StartCampaignRequestFilterSensitiveLog: (
|
|
617
444
|
obj: StartCampaignRequest
|
|
618
445
|
) => any;
|
|
619
|
-
|
|
620
446
|
export declare const StartInstanceOnboardingJobRequestFilterSensitiveLog: (
|
|
621
447
|
obj: StartInstanceOnboardingJobRequest
|
|
622
448
|
) => any;
|
|
623
|
-
|
|
624
449
|
export declare const StartInstanceOnboardingJobResponseFilterSensitiveLog: (
|
|
625
450
|
obj: StartInstanceOnboardingJobResponse
|
|
626
451
|
) => any;
|
|
627
|
-
|
|
628
452
|
export declare const StopCampaignRequestFilterSensitiveLog: (
|
|
629
453
|
obj: StopCampaignRequest
|
|
630
454
|
) => any;
|
|
631
|
-
|
|
632
455
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
633
456
|
obj: TagResourceRequest
|
|
634
457
|
) => any;
|
|
635
|
-
|
|
636
458
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
637
459
|
obj: UntagResourceRequest
|
|
638
460
|
) => any;
|
|
639
|
-
|
|
640
461
|
export declare const UpdateCampaignDialerConfigRequestFilterSensitiveLog: (
|
|
641
462
|
obj: UpdateCampaignDialerConfigRequest
|
|
642
463
|
) => any;
|
|
643
|
-
|
|
644
464
|
export declare const UpdateCampaignNameRequestFilterSensitiveLog: (
|
|
645
465
|
obj: UpdateCampaignNameRequest
|
|
646
466
|
) => any;
|
|
647
|
-
|
|
648
467
|
export declare const UpdateCampaignOutboundCallConfigRequestFilterSensitiveLog: (
|
|
649
468
|
obj: UpdateCampaignOutboundCallConfigRequest
|
|
650
469
|
) => any;
|