@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ConnectCampaigns.d.ts +378 -115
- package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +237 -95
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +22 -22
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +469 -595
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -68
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,95 +1,237 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateCampaignCommandInput,
|
|
47
|
+
CreateCampaignCommandOutput,
|
|
48
|
+
} from "./commands/CreateCampaignCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteCampaignCommandInput,
|
|
51
|
+
DeleteCampaignCommandOutput,
|
|
52
|
+
} from "./commands/DeleteCampaignCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteConnectInstanceConfigCommandInput,
|
|
55
|
+
DeleteConnectInstanceConfigCommandOutput,
|
|
56
|
+
} from "./commands/DeleteConnectInstanceConfigCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteInstanceOnboardingJobCommandInput,
|
|
59
|
+
DeleteInstanceOnboardingJobCommandOutput,
|
|
60
|
+
} from "./commands/DeleteInstanceOnboardingJobCommand";
|
|
61
|
+
import {
|
|
62
|
+
DescribeCampaignCommandInput,
|
|
63
|
+
DescribeCampaignCommandOutput,
|
|
64
|
+
} from "./commands/DescribeCampaignCommand";
|
|
65
|
+
import {
|
|
66
|
+
GetCampaignStateBatchCommandInput,
|
|
67
|
+
GetCampaignStateBatchCommandOutput,
|
|
68
|
+
} from "./commands/GetCampaignStateBatchCommand";
|
|
69
|
+
import {
|
|
70
|
+
GetCampaignStateCommandInput,
|
|
71
|
+
GetCampaignStateCommandOutput,
|
|
72
|
+
} from "./commands/GetCampaignStateCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetConnectInstanceConfigCommandInput,
|
|
75
|
+
GetConnectInstanceConfigCommandOutput,
|
|
76
|
+
} from "./commands/GetConnectInstanceConfigCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetInstanceOnboardingJobStatusCommandInput,
|
|
79
|
+
GetInstanceOnboardingJobStatusCommandOutput,
|
|
80
|
+
} from "./commands/GetInstanceOnboardingJobStatusCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListCampaignsCommandInput,
|
|
83
|
+
ListCampaignsCommandOutput,
|
|
84
|
+
} from "./commands/ListCampaignsCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListTagsForResourceCommandInput,
|
|
87
|
+
ListTagsForResourceCommandOutput,
|
|
88
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
89
|
+
import {
|
|
90
|
+
PauseCampaignCommandInput,
|
|
91
|
+
PauseCampaignCommandOutput,
|
|
92
|
+
} from "./commands/PauseCampaignCommand";
|
|
93
|
+
import {
|
|
94
|
+
PutDialRequestBatchCommandInput,
|
|
95
|
+
PutDialRequestBatchCommandOutput,
|
|
96
|
+
} from "./commands/PutDialRequestBatchCommand";
|
|
97
|
+
import {
|
|
98
|
+
ResumeCampaignCommandInput,
|
|
99
|
+
ResumeCampaignCommandOutput,
|
|
100
|
+
} from "./commands/ResumeCampaignCommand";
|
|
101
|
+
import {
|
|
102
|
+
StartCampaignCommandInput,
|
|
103
|
+
StartCampaignCommandOutput,
|
|
104
|
+
} from "./commands/StartCampaignCommand";
|
|
105
|
+
import {
|
|
106
|
+
StartInstanceOnboardingJobCommandInput,
|
|
107
|
+
StartInstanceOnboardingJobCommandOutput,
|
|
108
|
+
} from "./commands/StartInstanceOnboardingJobCommand";
|
|
109
|
+
import {
|
|
110
|
+
StopCampaignCommandInput,
|
|
111
|
+
StopCampaignCommandOutput,
|
|
112
|
+
} from "./commands/StopCampaignCommand";
|
|
113
|
+
import {
|
|
114
|
+
TagResourceCommandInput,
|
|
115
|
+
TagResourceCommandOutput,
|
|
116
|
+
} from "./commands/TagResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
UntagResourceCommandInput,
|
|
119
|
+
UntagResourceCommandOutput,
|
|
120
|
+
} from "./commands/UntagResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
UpdateCampaignDialerConfigCommandInput,
|
|
123
|
+
UpdateCampaignDialerConfigCommandOutput,
|
|
124
|
+
} from "./commands/UpdateCampaignDialerConfigCommand";
|
|
125
|
+
import {
|
|
126
|
+
UpdateCampaignNameCommandInput,
|
|
127
|
+
UpdateCampaignNameCommandOutput,
|
|
128
|
+
} from "./commands/UpdateCampaignNameCommand";
|
|
129
|
+
import {
|
|
130
|
+
UpdateCampaignOutboundCallConfigCommandInput,
|
|
131
|
+
UpdateCampaignOutboundCallConfigCommandOutput,
|
|
132
|
+
} from "./commands/UpdateCampaignOutboundCallConfigCommand";
|
|
133
|
+
export declare type ServiceInputTypes =
|
|
134
|
+
| CreateCampaignCommandInput
|
|
135
|
+
| DeleteCampaignCommandInput
|
|
136
|
+
| DeleteConnectInstanceConfigCommandInput
|
|
137
|
+
| DeleteInstanceOnboardingJobCommandInput
|
|
138
|
+
| DescribeCampaignCommandInput
|
|
139
|
+
| GetCampaignStateBatchCommandInput
|
|
140
|
+
| GetCampaignStateCommandInput
|
|
141
|
+
| GetConnectInstanceConfigCommandInput
|
|
142
|
+
| GetInstanceOnboardingJobStatusCommandInput
|
|
143
|
+
| ListCampaignsCommandInput
|
|
144
|
+
| ListTagsForResourceCommandInput
|
|
145
|
+
| PauseCampaignCommandInput
|
|
146
|
+
| PutDialRequestBatchCommandInput
|
|
147
|
+
| ResumeCampaignCommandInput
|
|
148
|
+
| StartCampaignCommandInput
|
|
149
|
+
| StartInstanceOnboardingJobCommandInput
|
|
150
|
+
| StopCampaignCommandInput
|
|
151
|
+
| TagResourceCommandInput
|
|
152
|
+
| UntagResourceCommandInput
|
|
153
|
+
| UpdateCampaignDialerConfigCommandInput
|
|
154
|
+
| UpdateCampaignNameCommandInput
|
|
155
|
+
| UpdateCampaignOutboundCallConfigCommandInput;
|
|
156
|
+
export declare type ServiceOutputTypes =
|
|
157
|
+
| CreateCampaignCommandOutput
|
|
158
|
+
| DeleteCampaignCommandOutput
|
|
159
|
+
| DeleteConnectInstanceConfigCommandOutput
|
|
160
|
+
| DeleteInstanceOnboardingJobCommandOutput
|
|
161
|
+
| DescribeCampaignCommandOutput
|
|
162
|
+
| GetCampaignStateBatchCommandOutput
|
|
163
|
+
| GetCampaignStateCommandOutput
|
|
164
|
+
| GetConnectInstanceConfigCommandOutput
|
|
165
|
+
| GetInstanceOnboardingJobStatusCommandOutput
|
|
166
|
+
| ListCampaignsCommandOutput
|
|
167
|
+
| ListTagsForResourceCommandOutput
|
|
168
|
+
| PauseCampaignCommandOutput
|
|
169
|
+
| PutDialRequestBatchCommandOutput
|
|
170
|
+
| ResumeCampaignCommandOutput
|
|
171
|
+
| StartCampaignCommandOutput
|
|
172
|
+
| StartInstanceOnboardingJobCommandOutput
|
|
173
|
+
| StopCampaignCommandOutput
|
|
174
|
+
| TagResourceCommandOutput
|
|
175
|
+
| UntagResourceCommandOutput
|
|
176
|
+
| UpdateCampaignDialerConfigCommandOutput
|
|
177
|
+
| UpdateCampaignNameCommandOutput
|
|
178
|
+
| UpdateCampaignOutboundCallConfigCommandOutput;
|
|
179
|
+
export interface ClientDefaults
|
|
180
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
181
|
+
requestHandler?: __HttpHandler;
|
|
182
|
+
sha256?: __HashConstructor;
|
|
183
|
+
urlParser?: __UrlParser;
|
|
184
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
185
|
+
streamCollector?: __StreamCollector;
|
|
186
|
+
base64Decoder?: __Decoder;
|
|
187
|
+
base64Encoder?: __Encoder;
|
|
188
|
+
utf8Decoder?: __Decoder;
|
|
189
|
+
utf8Encoder?: __Encoder;
|
|
190
|
+
runtime?: string;
|
|
191
|
+
disableHostPrefix?: boolean;
|
|
192
|
+
maxAttempts?: number | __Provider<number>;
|
|
193
|
+
retryMode?: string | __Provider<string>;
|
|
194
|
+
logger?: __Logger;
|
|
195
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
196
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
197
|
+
serviceId?: string;
|
|
198
|
+
region?: string | __Provider<string>;
|
|
199
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
200
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
201
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
202
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
203
|
+
}
|
|
204
|
+
declare type ConnectCampaignsClientConfigType = Partial<
|
|
205
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
206
|
+
> &
|
|
207
|
+
ClientDefaults &
|
|
208
|
+
RegionInputConfig &
|
|
209
|
+
EndpointsInputConfig &
|
|
210
|
+
RetryInputConfig &
|
|
211
|
+
HostHeaderInputConfig &
|
|
212
|
+
AwsAuthInputConfig &
|
|
213
|
+
UserAgentInputConfig;
|
|
214
|
+
export interface ConnectCampaignsClientConfig
|
|
215
|
+
extends ConnectCampaignsClientConfigType {}
|
|
216
|
+
declare type ConnectCampaignsClientResolvedConfigType =
|
|
217
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
218
|
+
Required<ClientDefaults> &
|
|
219
|
+
RegionResolvedConfig &
|
|
220
|
+
EndpointsResolvedConfig &
|
|
221
|
+
RetryResolvedConfig &
|
|
222
|
+
HostHeaderResolvedConfig &
|
|
223
|
+
AwsAuthResolvedConfig &
|
|
224
|
+
UserAgentResolvedConfig;
|
|
225
|
+
export interface ConnectCampaignsClientResolvedConfig
|
|
226
|
+
extends ConnectCampaignsClientResolvedConfigType {}
|
|
227
|
+
export declare class ConnectCampaignsClient extends __Client<
|
|
228
|
+
__HttpHandlerOptions,
|
|
229
|
+
ServiceInputTypes,
|
|
230
|
+
ServiceOutputTypes,
|
|
231
|
+
ConnectCampaignsClientResolvedConfig
|
|
232
|
+
> {
|
|
233
|
+
readonly config: ConnectCampaignsClientResolvedConfig;
|
|
234
|
+
constructor(configuration: ConnectCampaignsClientConfig);
|
|
235
|
+
destroy(): void;
|
|
236
|
+
}
|
|
237
|
+
export {};
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectCampaignsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectCampaignsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateCampaignRequest,
|
|
15
|
+
CreateCampaignResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
18
|
+
export interface CreateCampaignCommandOutput
|
|
19
|
+
extends CreateCampaignResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateCampaignCommand extends $Command<
|
|
22
|
+
CreateCampaignCommandInput,
|
|
23
|
+
CreateCampaignCommandOutput,
|
|
24
|
+
ConnectCampaignsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateCampaignCommandInput;
|
|
27
|
+
constructor(input: CreateCampaignCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ConnectCampaignsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateCampaignCommandInput, CreateCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectCampaignsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectCampaignsClient";
|
|
13
|
+
import { DeleteCampaignRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
15
|
+
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteCampaignCommand extends $Command<
|
|
17
|
+
DeleteCampaignCommandInput,
|
|
18
|
+
DeleteCampaignCommandOutput,
|
|
19
|
+
ConnectCampaignsClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteCampaignCommandInput;
|
|
22
|
+
constructor(input: DeleteCampaignCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: ConnectCampaignsClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectCampaignsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectCampaignsClient";
|
|
13
|
+
import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteConnectInstanceConfigCommandInput
|
|
15
|
+
extends DeleteConnectInstanceConfigRequest {}
|
|
16
|
+
export interface DeleteConnectInstanceConfigCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteConnectInstanceConfigCommand extends $Command<
|
|
19
|
+
DeleteConnectInstanceConfigCommandInput,
|
|
20
|
+
DeleteConnectInstanceConfigCommandOutput,
|
|
21
|
+
ConnectCampaignsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteConnectInstanceConfigCommandInput;
|
|
24
|
+
constructor(input: DeleteConnectInstanceConfigCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectCampaignsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteConnectInstanceConfigCommandInput,
|
|
31
|
+
DeleteConnectInstanceConfigCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectCampaignsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectCampaignsClient";
|
|
13
|
+
import { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteInstanceOnboardingJobCommandInput
|
|
15
|
+
extends DeleteInstanceOnboardingJobRequest {}
|
|
16
|
+
export interface DeleteInstanceOnboardingJobCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteInstanceOnboardingJobCommand extends $Command<
|
|
19
|
+
DeleteInstanceOnboardingJobCommandInput,
|
|
20
|
+
DeleteInstanceOnboardingJobCommandOutput,
|
|
21
|
+
ConnectCampaignsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteInstanceOnboardingJobCommandInput;
|
|
24
|
+
constructor(input: DeleteInstanceOnboardingJobCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectCampaignsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteInstanceOnboardingJobCommandInput,
|
|
31
|
+
DeleteInstanceOnboardingJobCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectCampaignsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectCampaignsClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCampaignRequest,
|
|
15
|
+
DescribeCampaignResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
|
|
18
|
+
export interface DescribeCampaignCommandOutput
|
|
19
|
+
extends DescribeCampaignResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeCampaignCommand extends $Command<
|
|
22
|
+
DescribeCampaignCommandInput,
|
|
23
|
+
DescribeCampaignCommandOutput,
|
|
24
|
+
ConnectCampaignsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeCampaignCommandInput;
|
|
27
|
+
constructor(input: DescribeCampaignCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ConnectCampaignsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeCampaignCommandInput, DescribeCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|