@aws-sdk/client-connectcampaigns 3.296.0 → 3.298.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/dist-cjs/commands/CreateCampaignCommand.js +2 -3
- package/dist-cjs/commands/DeleteCampaignCommand.js +2 -3
- package/dist-cjs/commands/DeleteConnectInstanceConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteInstanceOnboardingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeCampaignCommand.js +2 -3
- package/dist-cjs/commands/GetCampaignStateBatchCommand.js +2 -3
- package/dist-cjs/commands/GetCampaignStateCommand.js +2 -3
- package/dist-cjs/commands/GetConnectInstanceConfigCommand.js +2 -3
- package/dist-cjs/commands/GetInstanceOnboardingJobStatusCommand.js +2 -3
- package/dist-cjs/commands/ListCampaignsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PauseCampaignCommand.js +2 -3
- package/dist-cjs/commands/PutDialRequestBatchCommand.js +1 -1
- package/dist-cjs/commands/ResumeCampaignCommand.js +2 -3
- package/dist-cjs/commands/StartCampaignCommand.js +2 -3
- package/dist-cjs/commands/StartInstanceOnboardingJobCommand.js +2 -3
- package/dist-cjs/commands/StopCampaignCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateCampaignDialerConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateCampaignNameCommand.js +2 -3
- package/dist-cjs/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -199
- package/dist-es/commands/CreateCampaignCommand.js +2 -3
- package/dist-es/commands/DeleteCampaignCommand.js +2 -3
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -3
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -3
- package/dist-es/commands/DescribeCampaignCommand.js +2 -3
- package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -3
- package/dist-es/commands/GetCampaignStateCommand.js +2 -3
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -3
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -3
- package/dist-es/commands/ListCampaignsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PauseCampaignCommand.js +2 -3
- package/dist-es/commands/PutDialRequestBatchCommand.js +2 -2
- package/dist-es/commands/ResumeCampaignCommand.js +2 -3
- package/dist-es/commands/StartCampaignCommand.js +2 -3
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -3
- package/dist-es/commands/StopCampaignCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateCampaignDialerConfigCommand.js +2 -3
- package/dist-es/commands/UpdateCampaignNameCommand.js +2 -3
- package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -150
- package/dist-types/ConnectCampaigns.d.ts +23 -0
- package/dist-types/ConnectCampaignsClient.d.ts +24 -4
- package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +16 -0
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +16 -0
- package/dist-types/commands/GetCampaignStateCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PauseCampaignCommand.d.ts +16 -0
- package/dist-types/commands/PutDialRequestBatchCommand.d.ts +16 -0
- package/dist-types/commands/ResumeCampaignCommand.d.ts +16 -0
- package/dist-types/commands/StartCampaignCommand.d.ts +16 -0
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopCampaignCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +16 -0
- package/dist-types/models/ConnectCampaignsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +82 -188
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -137
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UntagResourceRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Untag a resource.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
49
56
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
50
57
|
readonly input: UntagResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UntagResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UpdateCampaignDialerConfigRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateCampaignDialerConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateCampaignDialerConfigCommandInput extends UpdateCampaignDialerConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateCampaignDialerConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateCampaignDialerConfigCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Updates the dialer config of a campaign. This API is idempotent.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateCampaignDialerConfigCommandOutput extends __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateCampaignDialerConfigCommandInput - {@link UpdateCampaignDialerConfigCommandInput}
|
|
34
|
+
* @returns {@link UpdateCampaignDialerConfigCommandOutput}
|
|
28
35
|
* @see {@link UpdateCampaignDialerConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateCampaignDialerConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateCampaignDialerConfigCommandOutput extends __MetadataBeare
|
|
|
49
56
|
export declare class UpdateCampaignDialerConfigCommand extends $Command<UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateCampaignDialerConfigCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateCampaignDialerConfigCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UpdateCampaignNameRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateCampaignNameCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateCampaignNameCommandInput extends UpdateCampaignNameRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateCampaignNameCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Updates the name of a campaign. This API is idempotent.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateCampaignNameCommandInput - {@link UpdateCampaignNameCommandInput}
|
|
34
|
+
* @returns {@link UpdateCampaignNameCommandOutput}
|
|
28
35
|
* @see {@link UpdateCampaignNameCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateCampaignNameCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {
|
|
|
49
56
|
export declare class UpdateCampaignNameCommand extends $Command<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateCampaignNameCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateCampaignNameCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UpdateCampaignOutboundCallConfigRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateCampaignOutboundCallConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateCampaignOutboundCallConfigCommandInput extends UpdateCampaignOutboundCallConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateCampaignOutboundCallConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateCampaignOutboundCallConfigCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Updates the outbound call config of a campaign. This API is idempotent.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateCampaignOutboundCallConfigCommandOutput extends __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateCampaignOutboundCallConfigCommandInput - {@link UpdateCampaignOutboundCallConfigCommandInput}
|
|
34
|
+
* @returns {@link UpdateCampaignOutboundCallConfigCommandOutput}
|
|
28
35
|
* @see {@link UpdateCampaignOutboundCallConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateCampaignOutboundCallConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateCampaignOutboundCallConfigCommandOutput extends __Metadat
|
|
|
52
59
|
export declare class UpdateCampaignOutboundCallConfigCommand extends $Command<UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateCampaignOutboundCallConfigCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateCampaignOutboundCallConfigCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from ConnectCampaigns service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class ConnectCampaignsServiceException extends __ServiceException {
|