@aws-sdk/client-connectcampaigns 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ConnectCampaigns.d.ts +400 -115
  3. package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +262 -95
  4. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +33 -17
  25. package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/index.d.ts +22 -22
  27. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  28. package/dist-types/ts3.4/index.d.ts +6 -6
  29. package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +8 -6
  30. package/dist-types/ts3.4/models/index.d.ts +1 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +650 -595
  32. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  33. package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  35. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -68
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  40. package/package.json +34 -34
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { ConnectCampaigns } from "../ConnectCampaigns";
3
- import { ConnectCampaignsClient } from "../ConnectCampaignsClient";
4
- export interface ConnectCampaignsPaginationConfiguration extends PaginationConfiguration {
5
- client: ConnectCampaigns | ConnectCampaignsClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { ConnectCampaigns } from "../ConnectCampaigns";
3
+ import { ConnectCampaignsClient } from "../ConnectCampaignsClient";
4
+ export interface ConnectCampaignsPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: ConnectCampaigns | ConnectCampaignsClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
3
- import { ConnectCampaignsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCampaigns(config: ConnectCampaignsPaginationConfiguration, input: ListCampaignsCommandInput, ...additionalArguments: any): Paginator<ListCampaignsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListCampaignsCommandInput,
4
+ ListCampaignsCommandOutput,
5
+ } from "../commands/ListCampaignsCommand";
6
+ import { ConnectCampaignsPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCampaigns(
8
+ config: ConnectCampaignsPaginationConfiguration,
9
+ input: ListCampaignsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCampaignsCommandOutput>;
@@ -1,2 +1,2 @@
1
- export * from "./Interfaces";
2
- export * from "./ListCampaignsPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListCampaignsPaginator";
@@ -1,68 +1,269 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "../commands/CreateCampaignCommand";
4
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "../commands/DeleteCampaignCommand";
5
- import { DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput } from "../commands/DeleteConnectInstanceConfigCommand";
6
- import { DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput } from "../commands/DeleteInstanceOnboardingJobCommand";
7
- import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "../commands/DescribeCampaignCommand";
8
- import { GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput } from "../commands/GetCampaignStateBatchCommand";
9
- import { GetCampaignStateCommandInput, GetCampaignStateCommandOutput } from "../commands/GetCampaignStateCommand";
10
- import { GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput } from "../commands/GetConnectInstanceConfigCommand";
11
- import { GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput } from "../commands/GetInstanceOnboardingJobStatusCommand";
12
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
14
- import { PauseCampaignCommandInput, PauseCampaignCommandOutput } from "../commands/PauseCampaignCommand";
15
- import { PutDialRequestBatchCommandInput, PutDialRequestBatchCommandOutput } from "../commands/PutDialRequestBatchCommand";
16
- import { ResumeCampaignCommandInput, ResumeCampaignCommandOutput } from "../commands/ResumeCampaignCommand";
17
- import { StartCampaignCommandInput, StartCampaignCommandOutput } from "../commands/StartCampaignCommand";
18
- import { StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput } from "../commands/StartInstanceOnboardingJobCommand";
19
- import { StopCampaignCommandInput, StopCampaignCommandOutput } from "../commands/StopCampaignCommand";
20
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
- import { UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput } from "../commands/UpdateCampaignDialerConfigCommand";
23
- import { UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput } from "../commands/UpdateCampaignNameCommand";
24
- import { UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput } from "../commands/UpdateCampaignOutboundCallConfigCommand";
25
- export declare const serializeAws_restJson1CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1DeleteConnectInstanceConfigCommand: (input: DeleteConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1DeleteInstanceOnboardingJobCommand: (input: DeleteInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1GetCampaignStateCommand: (input: GetCampaignStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1GetCampaignStateBatchCommand: (input: GetCampaignStateBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1GetConnectInstanceConfigCommand: (input: GetConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (input: GetInstanceOnboardingJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1PauseCampaignCommand: (input: PauseCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1PutDialRequestBatchCommand: (input: PutDialRequestBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1ResumeCampaignCommand: (input: ResumeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1StartCampaignCommand: (input: StartCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1StartInstanceOnboardingJobCommand: (input: StartInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1StopCampaignCommand: (input: StopCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1UpdateCampaignDialerConfigCommand: (input: UpdateCampaignDialerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1UpdateCampaignNameCommand: (input: UpdateCampaignNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (input: UpdateCampaignOutboundCallConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const deserializeAws_restJson1CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
48
- export declare const deserializeAws_restJson1DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
49
- export declare const deserializeAws_restJson1DeleteConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectInstanceConfigCommandOutput>;
50
- export declare const deserializeAws_restJson1DeleteInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
51
- export declare const deserializeAws_restJson1DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
52
- export declare const deserializeAws_restJson1GetCampaignStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateCommandOutput>;
53
- export declare const deserializeAws_restJson1GetCampaignStateBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateBatchCommandOutput>;
54
- export declare const deserializeAws_restJson1GetConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectInstanceConfigCommandOutput>;
55
- export declare const deserializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
56
- export declare const deserializeAws_restJson1ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
57
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
58
- export declare const deserializeAws_restJson1PauseCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseCampaignCommandOutput>;
59
- export declare const deserializeAws_restJson1PutDialRequestBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDialRequestBatchCommandOutput>;
60
- export declare const deserializeAws_restJson1ResumeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeCampaignCommandOutput>;
61
- export declare const deserializeAws_restJson1StartCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCampaignCommandOutput>;
62
- export declare const deserializeAws_restJson1StartInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceOnboardingJobCommandOutput>;
63
- export declare const deserializeAws_restJson1StopCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCampaignCommandOutput>;
64
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
65
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
66
- export declare const deserializeAws_restJson1UpdateCampaignDialerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignDialerConfigCommandOutput>;
67
- export declare const deserializeAws_restJson1UpdateCampaignNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignNameCommandOutput>;
68
- export declare const deserializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateCampaignCommandInput,
8
+ CreateCampaignCommandOutput,
9
+ } from "../commands/CreateCampaignCommand";
10
+ import {
11
+ DeleteCampaignCommandInput,
12
+ DeleteCampaignCommandOutput,
13
+ } from "../commands/DeleteCampaignCommand";
14
+ import {
15
+ DeleteConnectInstanceConfigCommandInput,
16
+ DeleteConnectInstanceConfigCommandOutput,
17
+ } from "../commands/DeleteConnectInstanceConfigCommand";
18
+ import {
19
+ DeleteInstanceOnboardingJobCommandInput,
20
+ DeleteInstanceOnboardingJobCommandOutput,
21
+ } from "../commands/DeleteInstanceOnboardingJobCommand";
22
+ import {
23
+ DescribeCampaignCommandInput,
24
+ DescribeCampaignCommandOutput,
25
+ } from "../commands/DescribeCampaignCommand";
26
+ import {
27
+ GetCampaignStateBatchCommandInput,
28
+ GetCampaignStateBatchCommandOutput,
29
+ } from "../commands/GetCampaignStateBatchCommand";
30
+ import {
31
+ GetCampaignStateCommandInput,
32
+ GetCampaignStateCommandOutput,
33
+ } from "../commands/GetCampaignStateCommand";
34
+ import {
35
+ GetConnectInstanceConfigCommandInput,
36
+ GetConnectInstanceConfigCommandOutput,
37
+ } from "../commands/GetConnectInstanceConfigCommand";
38
+ import {
39
+ GetInstanceOnboardingJobStatusCommandInput,
40
+ GetInstanceOnboardingJobStatusCommandOutput,
41
+ } from "../commands/GetInstanceOnboardingJobStatusCommand";
42
+ import {
43
+ ListCampaignsCommandInput,
44
+ ListCampaignsCommandOutput,
45
+ } from "../commands/ListCampaignsCommand";
46
+ import {
47
+ ListTagsForResourceCommandInput,
48
+ ListTagsForResourceCommandOutput,
49
+ } from "../commands/ListTagsForResourceCommand";
50
+ import {
51
+ PauseCampaignCommandInput,
52
+ PauseCampaignCommandOutput,
53
+ } from "../commands/PauseCampaignCommand";
54
+ import {
55
+ PutDialRequestBatchCommandInput,
56
+ PutDialRequestBatchCommandOutput,
57
+ } from "../commands/PutDialRequestBatchCommand";
58
+ import {
59
+ ResumeCampaignCommandInput,
60
+ ResumeCampaignCommandOutput,
61
+ } from "../commands/ResumeCampaignCommand";
62
+ import {
63
+ StartCampaignCommandInput,
64
+ StartCampaignCommandOutput,
65
+ } from "../commands/StartCampaignCommand";
66
+ import {
67
+ StartInstanceOnboardingJobCommandInput,
68
+ StartInstanceOnboardingJobCommandOutput,
69
+ } from "../commands/StartInstanceOnboardingJobCommand";
70
+ import {
71
+ StopCampaignCommandInput,
72
+ StopCampaignCommandOutput,
73
+ } from "../commands/StopCampaignCommand";
74
+ import {
75
+ TagResourceCommandInput,
76
+ TagResourceCommandOutput,
77
+ } from "../commands/TagResourceCommand";
78
+ import {
79
+ UntagResourceCommandInput,
80
+ UntagResourceCommandOutput,
81
+ } from "../commands/UntagResourceCommand";
82
+ import {
83
+ UpdateCampaignDialerConfigCommandInput,
84
+ UpdateCampaignDialerConfigCommandOutput,
85
+ } from "../commands/UpdateCampaignDialerConfigCommand";
86
+ import {
87
+ UpdateCampaignNameCommandInput,
88
+ UpdateCampaignNameCommandOutput,
89
+ } from "../commands/UpdateCampaignNameCommand";
90
+ import {
91
+ UpdateCampaignOutboundCallConfigCommandInput,
92
+ UpdateCampaignOutboundCallConfigCommandOutput,
93
+ } from "../commands/UpdateCampaignOutboundCallConfigCommand";
94
+ export declare const serializeAws_restJson1CreateCampaignCommand: (
95
+ input: CreateCampaignCommandInput,
96
+ context: __SerdeContext
97
+ ) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_restJson1DeleteCampaignCommand: (
99
+ input: DeleteCampaignCommandInput,
100
+ context: __SerdeContext
101
+ ) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_restJson1DeleteConnectInstanceConfigCommand: (
103
+ input: DeleteConnectInstanceConfigCommandInput,
104
+ context: __SerdeContext
105
+ ) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_restJson1DeleteInstanceOnboardingJobCommand: (
107
+ input: DeleteInstanceOnboardingJobCommandInput,
108
+ context: __SerdeContext
109
+ ) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_restJson1DescribeCampaignCommand: (
111
+ input: DescribeCampaignCommandInput,
112
+ context: __SerdeContext
113
+ ) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_restJson1GetCampaignStateCommand: (
115
+ input: GetCampaignStateCommandInput,
116
+ context: __SerdeContext
117
+ ) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_restJson1GetCampaignStateBatchCommand: (
119
+ input: GetCampaignStateBatchCommandInput,
120
+ context: __SerdeContext
121
+ ) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_restJson1GetConnectInstanceConfigCommand: (
123
+ input: GetConnectInstanceConfigCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (
127
+ input: GetInstanceOnboardingJobStatusCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_restJson1ListCampaignsCommand: (
131
+ input: ListCampaignsCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
135
+ input: ListTagsForResourceCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1PauseCampaignCommand: (
139
+ input: PauseCampaignCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1PutDialRequestBatchCommand: (
143
+ input: PutDialRequestBatchCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1ResumeCampaignCommand: (
147
+ input: ResumeCampaignCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1StartCampaignCommand: (
151
+ input: StartCampaignCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1StartInstanceOnboardingJobCommand: (
155
+ input: StartInstanceOnboardingJobCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1StopCampaignCommand: (
159
+ input: StopCampaignCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1TagResourceCommand: (
163
+ input: TagResourceCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1UntagResourceCommand: (
167
+ input: UntagResourceCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1UpdateCampaignDialerConfigCommand: (
171
+ input: UpdateCampaignDialerConfigCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1UpdateCampaignNameCommand: (
175
+ input: UpdateCampaignNameCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (
179
+ input: UpdateCampaignOutboundCallConfigCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const deserializeAws_restJson1CreateCampaignCommand: (
183
+ output: __HttpResponse,
184
+ context: __SerdeContext
185
+ ) => Promise<CreateCampaignCommandOutput>;
186
+ export declare const deserializeAws_restJson1DeleteCampaignCommand: (
187
+ output: __HttpResponse,
188
+ context: __SerdeContext
189
+ ) => Promise<DeleteCampaignCommandOutput>;
190
+ export declare const deserializeAws_restJson1DeleteConnectInstanceConfigCommand: (
191
+ output: __HttpResponse,
192
+ context: __SerdeContext
193
+ ) => Promise<DeleteConnectInstanceConfigCommandOutput>;
194
+ export declare const deserializeAws_restJson1DeleteInstanceOnboardingJobCommand: (
195
+ output: __HttpResponse,
196
+ context: __SerdeContext
197
+ ) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
198
+ export declare const deserializeAws_restJson1DescribeCampaignCommand: (
199
+ output: __HttpResponse,
200
+ context: __SerdeContext
201
+ ) => Promise<DescribeCampaignCommandOutput>;
202
+ export declare const deserializeAws_restJson1GetCampaignStateCommand: (
203
+ output: __HttpResponse,
204
+ context: __SerdeContext
205
+ ) => Promise<GetCampaignStateCommandOutput>;
206
+ export declare const deserializeAws_restJson1GetCampaignStateBatchCommand: (
207
+ output: __HttpResponse,
208
+ context: __SerdeContext
209
+ ) => Promise<GetCampaignStateBatchCommandOutput>;
210
+ export declare const deserializeAws_restJson1GetConnectInstanceConfigCommand: (
211
+ output: __HttpResponse,
212
+ context: __SerdeContext
213
+ ) => Promise<GetConnectInstanceConfigCommandOutput>;
214
+ export declare const deserializeAws_restJson1GetInstanceOnboardingJobStatusCommand: (
215
+ output: __HttpResponse,
216
+ context: __SerdeContext
217
+ ) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
218
+ export declare const deserializeAws_restJson1ListCampaignsCommand: (
219
+ output: __HttpResponse,
220
+ context: __SerdeContext
221
+ ) => Promise<ListCampaignsCommandOutput>;
222
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
223
+ output: __HttpResponse,
224
+ context: __SerdeContext
225
+ ) => Promise<ListTagsForResourceCommandOutput>;
226
+ export declare const deserializeAws_restJson1PauseCampaignCommand: (
227
+ output: __HttpResponse,
228
+ context: __SerdeContext
229
+ ) => Promise<PauseCampaignCommandOutput>;
230
+ export declare const deserializeAws_restJson1PutDialRequestBatchCommand: (
231
+ output: __HttpResponse,
232
+ context: __SerdeContext
233
+ ) => Promise<PutDialRequestBatchCommandOutput>;
234
+ export declare const deserializeAws_restJson1ResumeCampaignCommand: (
235
+ output: __HttpResponse,
236
+ context: __SerdeContext
237
+ ) => Promise<ResumeCampaignCommandOutput>;
238
+ export declare const deserializeAws_restJson1StartCampaignCommand: (
239
+ output: __HttpResponse,
240
+ context: __SerdeContext
241
+ ) => Promise<StartCampaignCommandOutput>;
242
+ export declare const deserializeAws_restJson1StartInstanceOnboardingJobCommand: (
243
+ output: __HttpResponse,
244
+ context: __SerdeContext
245
+ ) => Promise<StartInstanceOnboardingJobCommandOutput>;
246
+ export declare const deserializeAws_restJson1StopCampaignCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<StopCampaignCommandOutput>;
250
+ export declare const deserializeAws_restJson1TagResourceCommand: (
251
+ output: __HttpResponse,
252
+ context: __SerdeContext
253
+ ) => Promise<TagResourceCommandOutput>;
254
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<UntagResourceCommandOutput>;
258
+ export declare const deserializeAws_restJson1UpdateCampaignDialerConfigCommand: (
259
+ output: __HttpResponse,
260
+ context: __SerdeContext
261
+ ) => Promise<UpdateCampaignDialerConfigCommandOutput>;
262
+ export declare const deserializeAws_restJson1UpdateCampaignNameCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<UpdateCampaignNameCommandOutput>;
266
+ export declare const deserializeAws_restJson1UpdateCampaignOutboundCallConfigCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
@@ -1,38 +1,68 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { ConnectCampaignsClientConfig } from "./ConnectCampaignsClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectCampaignsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { ConnectCampaignsClientConfig } from "./ConnectCampaignsClient";
3
+
4
+ export declare const getRuntimeConfig: (
5
+ config: ConnectCampaignsClientConfig
6
+ ) => {
7
+ runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<
9
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
10
+ >;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
14
+ credentialDefaultProvider: (
15
+ input: any
16
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
17
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
18
+ import("@aws-sdk/types").UserAgent
19
+ >;
20
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
21
+ region: string | import("@aws-sdk/types").Provider<any>;
22
+ requestHandler:
23
+ | (import("@aws-sdk/types").RequestHandler<
24
+ any,
25
+ any,
26
+ import("@aws-sdk/types").HttpHandlerOptions
27
+ > &
28
+ import("@aws-sdk/protocol-http").HttpHandler)
29
+ | RequestHandler;
30
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
31
+ sha256: import("@aws-sdk/types").HashConstructor;
32
+ streamCollector: import("@aws-sdk/types").StreamCollector;
33
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
34
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
35
+ utf8Decoder: import("@aws-sdk/types").Decoder;
36
+ utf8Encoder: import("@aws-sdk/types").Encoder;
37
+ apiVersion: string;
38
+ urlParser: import("@aws-sdk/types").UrlParser;
39
+ disableHostPrefix: boolean;
40
+ logger: import("@aws-sdk/types").Logger;
41
+ serviceId: string;
42
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
43
+ endpoint?:
44
+ | string
45
+ | import("@aws-sdk/types").Endpoint
46
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
47
+ | undefined;
48
+ tls?: boolean | undefined;
49
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
50
+ credentials?:
51
+ | import("@aws-sdk/types").Credentials
52
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
53
+ | undefined;
54
+ signer?:
55
+ | import("@aws-sdk/types").RequestSigner
56
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
57
+ | undefined;
58
+ signingEscapePath?: boolean | undefined;
59
+ systemClockOffset?: number | undefined;
60
+ signingRegion?: string | undefined;
61
+ signerConstructor?:
62
+ | (new (
63
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
64
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
65
+ ) => import("@aws-sdk/types").RequestSigner)
66
+ | undefined;
67
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
68
+ };
@@ -1,38 +1,68 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { ConnectCampaignsClientConfig } from "./ConnectCampaignsClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectCampaignsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { ConnectCampaignsClientConfig } from "./ConnectCampaignsClient";
3
+
4
+ export declare const getRuntimeConfig: (
5
+ config: ConnectCampaignsClientConfig
6
+ ) => {
7
+ runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<
9
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
10
+ >;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
14
+ credentialDefaultProvider: (
15
+ input: any
16
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
17
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
18
+ import("@aws-sdk/types").UserAgent
19
+ >;
20
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
21
+ region: string | import("@aws-sdk/types").Provider<string>;
22
+ requestHandler:
23
+ | (import("@aws-sdk/types").RequestHandler<
24
+ any,
25
+ any,
26
+ import("@aws-sdk/types").HttpHandlerOptions
27
+ > &
28
+ import("@aws-sdk/protocol-http").HttpHandler)
29
+ | RequestHandler;
30
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
31
+ sha256: import("@aws-sdk/types").HashConstructor;
32
+ streamCollector: import("@aws-sdk/types").StreamCollector;
33
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
34
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
35
+ utf8Decoder: import("@aws-sdk/types").Decoder;
36
+ utf8Encoder: import("@aws-sdk/types").Encoder;
37
+ apiVersion: string;
38
+ urlParser: import("@aws-sdk/types").UrlParser;
39
+ disableHostPrefix: boolean;
40
+ logger: import("@aws-sdk/types").Logger;
41
+ serviceId: string;
42
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
43
+ endpoint?:
44
+ | string
45
+ | import("@aws-sdk/types").Endpoint
46
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
47
+ | undefined;
48
+ tls?: boolean | undefined;
49
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
50
+ credentials?:
51
+ | import("@aws-sdk/types").Credentials
52
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
53
+ | undefined;
54
+ signer?:
55
+ | import("@aws-sdk/types").RequestSigner
56
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
57
+ | undefined;
58
+ signingEscapePath?: boolean | undefined;
59
+ systemClockOffset?: number | undefined;
60
+ signingRegion?: string | undefined;
61
+ signerConstructor?:
62
+ | (new (
63
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
64
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
65
+ ) => import("@aws-sdk/types").RequestSigner)
66
+ | undefined;
67
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
68
+ };