@aws-sdk/client-connectcampaigns 3.927.0 → 3.929.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 (46) hide show
  1. package/dist-cjs/index.js +826 -986
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ConnectCampaignsClient.js +2 -0
  4. package/dist-es/commands/CreateCampaignCommand.js +3 -9
  5. package/dist-es/commands/DeleteCampaignCommand.js +3 -9
  6. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +3 -9
  7. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +3 -9
  8. package/dist-es/commands/DescribeCampaignCommand.js +3 -9
  9. package/dist-es/commands/GetCampaignStateBatchCommand.js +3 -9
  10. package/dist-es/commands/GetCampaignStateCommand.js +3 -9
  11. package/dist-es/commands/GetConnectInstanceConfigCommand.js +3 -9
  12. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +3 -9
  13. package/dist-es/commands/ListCampaignsCommand.js +3 -9
  14. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  15. package/dist-es/commands/PauseCampaignCommand.js +3 -9
  16. package/dist-es/commands/PutDialRequestBatchCommand.js +3 -10
  17. package/dist-es/commands/ResumeCampaignCommand.js +3 -9
  18. package/dist-es/commands/StartCampaignCommand.js +3 -9
  19. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +3 -9
  20. package/dist-es/commands/StopCampaignCommand.js +3 -9
  21. package/dist-es/commands/TagResourceCommand.js +3 -9
  22. package/dist-es/commands/UntagResourceCommand.js +3 -9
  23. package/dist-es/commands/UpdateCampaignDialerConfigCommand.js +3 -9
  24. package/dist-es/commands/UpdateCampaignNameCommand.js +3 -9
  25. package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +3 -9
  26. package/dist-es/models/models_0.js +0 -10
  27. package/dist-es/runtimeConfig.shared.js +2 -0
  28. package/dist-es/schemas/schemas_0.js +758 -0
  29. package/dist-types/ConnectCampaignsClient.d.ts +10 -1
  30. package/dist-types/models/models_0.d.ts +0 -8
  31. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  32. package/dist-types/runtimeConfig.d.ts +1 -0
  33. package/dist-types/runtimeConfig.native.d.ts +1 -0
  34. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  35. package/dist-types/schemas/schemas_0.d.ts +95 -0
  36. package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +4 -0
  37. package/dist-types/ts3.4/models/models_0.d.ts +0 -4
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
  43. package/package.json +5 -5
  44. package/dist-es/protocols/Aws_restJson1.js +0 -797
  45. package/dist-types/protocols/Aws_restJson1.d.ts +0 -200
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -269
@@ -1,200 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/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
- /**
26
- * serializeAws_restJson1CreateCampaignCommand
27
- */
28
- export declare const se_CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_restJson1DeleteCampaignCommand
31
- */
32
- export declare const se_DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_restJson1DeleteConnectInstanceConfigCommand
35
- */
36
- export declare const se_DeleteConnectInstanceConfigCommand: (input: DeleteConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_restJson1DeleteInstanceOnboardingJobCommand
39
- */
40
- export declare const se_DeleteInstanceOnboardingJobCommand: (input: DeleteInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1DescribeCampaignCommand
43
- */
44
- export declare const se_DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1GetCampaignStateCommand
47
- */
48
- export declare const se_GetCampaignStateCommand: (input: GetCampaignStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1GetCampaignStateBatchCommand
51
- */
52
- export declare const se_GetCampaignStateBatchCommand: (input: GetCampaignStateBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1GetConnectInstanceConfigCommand
55
- */
56
- export declare const se_GetConnectInstanceConfigCommand: (input: GetConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1GetInstanceOnboardingJobStatusCommand
59
- */
60
- export declare const se_GetInstanceOnboardingJobStatusCommand: (input: GetInstanceOnboardingJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1ListCampaignsCommand
63
- */
64
- export declare const se_ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1ListTagsForResourceCommand
67
- */
68
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1PauseCampaignCommand
71
- */
72
- export declare const se_PauseCampaignCommand: (input: PauseCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1PutDialRequestBatchCommand
75
- */
76
- export declare const se_PutDialRequestBatchCommand: (input: PutDialRequestBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1ResumeCampaignCommand
79
- */
80
- export declare const se_ResumeCampaignCommand: (input: ResumeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1StartCampaignCommand
83
- */
84
- export declare const se_StartCampaignCommand: (input: StartCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1StartInstanceOnboardingJobCommand
87
- */
88
- export declare const se_StartInstanceOnboardingJobCommand: (input: StartInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1StopCampaignCommand
91
- */
92
- export declare const se_StopCampaignCommand: (input: StopCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1TagResourceCommand
95
- */
96
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1UntagResourceCommand
99
- */
100
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1UpdateCampaignDialerConfigCommand
103
- */
104
- export declare const se_UpdateCampaignDialerConfigCommand: (input: UpdateCampaignDialerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1UpdateCampaignNameCommand
107
- */
108
- export declare const se_UpdateCampaignNameCommand: (input: UpdateCampaignNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1UpdateCampaignOutboundCallConfigCommand
111
- */
112
- export declare const se_UpdateCampaignOutboundCallConfigCommand: (input: UpdateCampaignOutboundCallConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * deserializeAws_restJson1CreateCampaignCommand
115
- */
116
- export declare const de_CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
117
- /**
118
- * deserializeAws_restJson1DeleteCampaignCommand
119
- */
120
- export declare const de_DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
121
- /**
122
- * deserializeAws_restJson1DeleteConnectInstanceConfigCommand
123
- */
124
- export declare const de_DeleteConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectInstanceConfigCommandOutput>;
125
- /**
126
- * deserializeAws_restJson1DeleteInstanceOnboardingJobCommand
127
- */
128
- export declare const de_DeleteInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
129
- /**
130
- * deserializeAws_restJson1DescribeCampaignCommand
131
- */
132
- export declare const de_DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
133
- /**
134
- * deserializeAws_restJson1GetCampaignStateCommand
135
- */
136
- export declare const de_GetCampaignStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateCommandOutput>;
137
- /**
138
- * deserializeAws_restJson1GetCampaignStateBatchCommand
139
- */
140
- export declare const de_GetCampaignStateBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateBatchCommandOutput>;
141
- /**
142
- * deserializeAws_restJson1GetConnectInstanceConfigCommand
143
- */
144
- export declare const de_GetConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectInstanceConfigCommandOutput>;
145
- /**
146
- * deserializeAws_restJson1GetInstanceOnboardingJobStatusCommand
147
- */
148
- export declare const de_GetInstanceOnboardingJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
149
- /**
150
- * deserializeAws_restJson1ListCampaignsCommand
151
- */
152
- export declare const de_ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
153
- /**
154
- * deserializeAws_restJson1ListTagsForResourceCommand
155
- */
156
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
157
- /**
158
- * deserializeAws_restJson1PauseCampaignCommand
159
- */
160
- export declare const de_PauseCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseCampaignCommandOutput>;
161
- /**
162
- * deserializeAws_restJson1PutDialRequestBatchCommand
163
- */
164
- export declare const de_PutDialRequestBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDialRequestBatchCommandOutput>;
165
- /**
166
- * deserializeAws_restJson1ResumeCampaignCommand
167
- */
168
- export declare const de_ResumeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeCampaignCommandOutput>;
169
- /**
170
- * deserializeAws_restJson1StartCampaignCommand
171
- */
172
- export declare const de_StartCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCampaignCommandOutput>;
173
- /**
174
- * deserializeAws_restJson1StartInstanceOnboardingJobCommand
175
- */
176
- export declare const de_StartInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceOnboardingJobCommandOutput>;
177
- /**
178
- * deserializeAws_restJson1StopCampaignCommand
179
- */
180
- export declare const de_StopCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCampaignCommandOutput>;
181
- /**
182
- * deserializeAws_restJson1TagResourceCommand
183
- */
184
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
185
- /**
186
- * deserializeAws_restJson1UntagResourceCommand
187
- */
188
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
189
- /**
190
- * deserializeAws_restJson1UpdateCampaignDialerConfigCommand
191
- */
192
- export declare const de_UpdateCampaignDialerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignDialerConfigCommandOutput>;
193
- /**
194
- * deserializeAws_restJson1UpdateCampaignNameCommand
195
- */
196
- export declare const de_UpdateCampaignNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignNameCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1UpdateCampaignOutboundCallConfigCommand
199
- */
200
- export declare const de_UpdateCampaignOutboundCallConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
@@ -1,269 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/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 se_CreateCampaignCommand: (
95
- input: CreateCampaignCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_DeleteCampaignCommand: (
99
- input: DeleteCampaignCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_DeleteConnectInstanceConfigCommand: (
103
- input: DeleteConnectInstanceConfigCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_DeleteInstanceOnboardingJobCommand: (
107
- input: DeleteInstanceOnboardingJobCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DescribeCampaignCommand: (
111
- input: DescribeCampaignCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_GetCampaignStateCommand: (
115
- input: GetCampaignStateCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_GetCampaignStateBatchCommand: (
119
- input: GetCampaignStateBatchCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_GetConnectInstanceConfigCommand: (
123
- input: GetConnectInstanceConfigCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_GetInstanceOnboardingJobStatusCommand: (
127
- input: GetInstanceOnboardingJobStatusCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_ListCampaignsCommand: (
131
- input: ListCampaignsCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_ListTagsForResourceCommand: (
135
- input: ListTagsForResourceCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_PauseCampaignCommand: (
139
- input: PauseCampaignCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_PutDialRequestBatchCommand: (
143
- input: PutDialRequestBatchCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ResumeCampaignCommand: (
147
- input: ResumeCampaignCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_StartCampaignCommand: (
151
- input: StartCampaignCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_StartInstanceOnboardingJobCommand: (
155
- input: StartInstanceOnboardingJobCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_StopCampaignCommand: (
159
- input: StopCampaignCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_TagResourceCommand: (
163
- input: TagResourceCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_UntagResourceCommand: (
167
- input: UntagResourceCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_UpdateCampaignDialerConfigCommand: (
171
- input: UpdateCampaignDialerConfigCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_UpdateCampaignNameCommand: (
175
- input: UpdateCampaignNameCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_UpdateCampaignOutboundCallConfigCommand: (
179
- input: UpdateCampaignOutboundCallConfigCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const de_CreateCampaignCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<CreateCampaignCommandOutput>;
186
- export declare const de_DeleteCampaignCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<DeleteCampaignCommandOutput>;
190
- export declare const de_DeleteConnectInstanceConfigCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<DeleteConnectInstanceConfigCommandOutput>;
194
- export declare const de_DeleteInstanceOnboardingJobCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
198
- export declare const de_DescribeCampaignCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<DescribeCampaignCommandOutput>;
202
- export declare const de_GetCampaignStateCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<GetCampaignStateCommandOutput>;
206
- export declare const de_GetCampaignStateBatchCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<GetCampaignStateBatchCommandOutput>;
210
- export declare const de_GetConnectInstanceConfigCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<GetConnectInstanceConfigCommandOutput>;
214
- export declare const de_GetInstanceOnboardingJobStatusCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
218
- export declare const de_ListCampaignsCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<ListCampaignsCommandOutput>;
222
- export declare const de_ListTagsForResourceCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<ListTagsForResourceCommandOutput>;
226
- export declare const de_PauseCampaignCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<PauseCampaignCommandOutput>;
230
- export declare const de_PutDialRequestBatchCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<PutDialRequestBatchCommandOutput>;
234
- export declare const de_ResumeCampaignCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<ResumeCampaignCommandOutput>;
238
- export declare const de_StartCampaignCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<StartCampaignCommandOutput>;
242
- export declare const de_StartInstanceOnboardingJobCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<StartInstanceOnboardingJobCommandOutput>;
246
- export declare const de_StopCampaignCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<StopCampaignCommandOutput>;
250
- export declare const de_TagResourceCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<TagResourceCommandOutput>;
254
- export declare const de_UntagResourceCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<UntagResourceCommandOutput>;
258
- export declare const de_UpdateCampaignDialerConfigCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<UpdateCampaignDialerConfigCommandOutput>;
262
- export declare const de_UpdateCampaignNameCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<UpdateCampaignNameCommandOutput>;
266
- export declare const de_UpdateCampaignOutboundCallConfigCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<UpdateCampaignOutboundCallConfigCommandOutput>;