@aws-sdk/client-connectcampaignsv2 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.
- package/dist-cjs/index.js +1472 -1598
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ConnectCampaignsV2Client.js +2 -0
- package/dist-es/commands/CreateCampaignCommand.js +3 -10
- package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +3 -9
- package/dist-es/commands/DeleteCampaignCommand.js +3 -9
- package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +3 -9
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +3 -9
- package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +3 -9
- package/dist-es/commands/DescribeCampaignCommand.js +3 -10
- package/dist-es/commands/GetCampaignStateBatchCommand.js +3 -9
- package/dist-es/commands/GetCampaignStateCommand.js +3 -9
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +3 -9
- package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +3 -9
- package/dist-es/commands/ListCampaignsCommand.js +3 -9
- package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PauseCampaignCommand.js +3 -9
- package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +3 -9
- package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/PutOutboundRequestBatchCommand.js +3 -10
- package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +3 -9
- package/dist-es/commands/ResumeCampaignCommand.js +3 -9
- package/dist-es/commands/StartCampaignCommand.js +3 -9
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +3 -9
- package/dist-es/commands/StopCampaignCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +3 -10
- package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignNameCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignScheduleCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignSourceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -85
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1385 -0
- package/dist-types/ConnectCampaignsV2Client.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +178 -0
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1235
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
|
@@ -1,317 +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 { DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput } from "../commands/DeleteCampaignChannelSubtypeConfigCommand";
|
|
5
|
-
import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "../commands/DeleteCampaignCommand";
|
|
6
|
-
import { DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput } from "../commands/DeleteCampaignCommunicationLimitsCommand";
|
|
7
|
-
import { DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput } from "../commands/DeleteCampaignCommunicationTimeCommand";
|
|
8
|
-
import { DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput } from "../commands/DeleteConnectInstanceConfigCommand";
|
|
9
|
-
import { DeleteConnectInstanceIntegrationCommandInput, DeleteConnectInstanceIntegrationCommandOutput } from "../commands/DeleteConnectInstanceIntegrationCommand";
|
|
10
|
-
import { DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput } from "../commands/DeleteInstanceOnboardingJobCommand";
|
|
11
|
-
import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "../commands/DescribeCampaignCommand";
|
|
12
|
-
import { GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput } from "../commands/GetCampaignStateBatchCommand";
|
|
13
|
-
import { GetCampaignStateCommandInput, GetCampaignStateCommandOutput } from "../commands/GetCampaignStateCommand";
|
|
14
|
-
import { GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput } from "../commands/GetConnectInstanceConfigCommand";
|
|
15
|
-
import { GetInstanceCommunicationLimitsCommandInput, GetInstanceCommunicationLimitsCommandOutput } from "../commands/GetInstanceCommunicationLimitsCommand";
|
|
16
|
-
import { GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput } from "../commands/GetInstanceOnboardingJobStatusCommand";
|
|
17
|
-
import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
|
|
18
|
-
import { ListConnectInstanceIntegrationsCommandInput, ListConnectInstanceIntegrationsCommandOutput } from "../commands/ListConnectInstanceIntegrationsCommand";
|
|
19
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
20
|
-
import { PauseCampaignCommandInput, PauseCampaignCommandOutput } from "../commands/PauseCampaignCommand";
|
|
21
|
-
import { PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput } from "../commands/PutConnectInstanceIntegrationCommand";
|
|
22
|
-
import { PutInstanceCommunicationLimitsCommandInput, PutInstanceCommunicationLimitsCommandOutput } from "../commands/PutInstanceCommunicationLimitsCommand";
|
|
23
|
-
import { PutOutboundRequestBatchCommandInput, PutOutboundRequestBatchCommandOutput } from "../commands/PutOutboundRequestBatchCommand";
|
|
24
|
-
import { PutProfileOutboundRequestBatchCommandInput, PutProfileOutboundRequestBatchCommandOutput } from "../commands/PutProfileOutboundRequestBatchCommand";
|
|
25
|
-
import { ResumeCampaignCommandInput, ResumeCampaignCommandOutput } from "../commands/ResumeCampaignCommand";
|
|
26
|
-
import { StartCampaignCommandInput, StartCampaignCommandOutput } from "../commands/StartCampaignCommand";
|
|
27
|
-
import { StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput } from "../commands/StartInstanceOnboardingJobCommand";
|
|
28
|
-
import { StopCampaignCommandInput, StopCampaignCommandOutput } from "../commands/StopCampaignCommand";
|
|
29
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
30
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
31
|
-
import { UpdateCampaignChannelSubtypeConfigCommandInput, UpdateCampaignChannelSubtypeConfigCommandOutput } from "../commands/UpdateCampaignChannelSubtypeConfigCommand";
|
|
32
|
-
import { UpdateCampaignCommunicationLimitsCommandInput, UpdateCampaignCommunicationLimitsCommandOutput } from "../commands/UpdateCampaignCommunicationLimitsCommand";
|
|
33
|
-
import { UpdateCampaignCommunicationTimeCommandInput, UpdateCampaignCommunicationTimeCommandOutput } from "../commands/UpdateCampaignCommunicationTimeCommand";
|
|
34
|
-
import { UpdateCampaignFlowAssociationCommandInput, UpdateCampaignFlowAssociationCommandOutput } from "../commands/UpdateCampaignFlowAssociationCommand";
|
|
35
|
-
import { UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput } from "../commands/UpdateCampaignNameCommand";
|
|
36
|
-
import { UpdateCampaignScheduleCommandInput, UpdateCampaignScheduleCommandOutput } from "../commands/UpdateCampaignScheduleCommand";
|
|
37
|
-
import { UpdateCampaignSourceCommandInput, UpdateCampaignSourceCommandOutput } from "../commands/UpdateCampaignSourceCommand";
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1CreateCampaignCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1DeleteCampaignCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1DeleteCampaignChannelSubtypeConfigCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_DeleteCampaignChannelSubtypeConfigCommand: (input: DeleteCampaignChannelSubtypeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1DeleteCampaignCommunicationLimitsCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_DeleteCampaignCommunicationLimitsCommand: (input: DeleteCampaignCommunicationLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1DeleteCampaignCommunicationTimeCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_DeleteCampaignCommunicationTimeCommand: (input: DeleteCampaignCommunicationTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1DeleteConnectInstanceConfigCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_DeleteConnectInstanceConfigCommand: (input: DeleteConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1DeleteConnectInstanceIntegrationCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_DeleteConnectInstanceIntegrationCommand: (input: DeleteConnectInstanceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1DeleteInstanceOnboardingJobCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DeleteInstanceOnboardingJobCommand: (input: DeleteInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1DescribeCampaignCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1GetCampaignStateCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_GetCampaignStateCommand: (input: GetCampaignStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1GetCampaignStateBatchCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_GetCampaignStateBatchCommand: (input: GetCampaignStateBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1GetConnectInstanceConfigCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_GetConnectInstanceConfigCommand: (input: GetConnectInstanceConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1GetInstanceCommunicationLimitsCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_GetInstanceCommunicationLimitsCommand: (input: GetInstanceCommunicationLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1GetInstanceOnboardingJobStatusCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_GetInstanceOnboardingJobStatusCommand: (input: GetInstanceOnboardingJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1ListCampaignsCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1ListConnectInstanceIntegrationsCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_ListConnectInstanceIntegrationsCommand: (input: ListConnectInstanceIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1PauseCampaignCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_PauseCampaignCommand: (input: PauseCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1PutConnectInstanceIntegrationCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_PutConnectInstanceIntegrationCommand: (input: PutConnectInstanceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1PutInstanceCommunicationLimitsCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_PutInstanceCommunicationLimitsCommand: (input: PutInstanceCommunicationLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1PutOutboundRequestBatchCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_PutOutboundRequestBatchCommand: (input: PutOutboundRequestBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1PutProfileOutboundRequestBatchCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_PutProfileOutboundRequestBatchCommand: (input: PutProfileOutboundRequestBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1ResumeCampaignCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_ResumeCampaignCommand: (input: ResumeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1StartCampaignCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_StartCampaignCommand: (input: StartCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1StartInstanceOnboardingJobCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_StartInstanceOnboardingJobCommand: (input: StartInstanceOnboardingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1StopCampaignCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_StopCampaignCommand: (input: StopCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1TagResourceCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1UpdateCampaignChannelSubtypeConfigCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_UpdateCampaignChannelSubtypeConfigCommand: (input: UpdateCampaignChannelSubtypeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1UpdateCampaignCommunicationLimitsCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_UpdateCampaignCommunicationLimitsCommand: (input: UpdateCampaignCommunicationLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_restJson1UpdateCampaignCommunicationTimeCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_UpdateCampaignCommunicationTimeCommand: (input: UpdateCampaignCommunicationTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_restJson1UpdateCampaignFlowAssociationCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_UpdateCampaignFlowAssociationCommand: (input: UpdateCampaignFlowAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_restJson1UpdateCampaignNameCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_UpdateCampaignNameCommand: (input: UpdateCampaignNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_restJson1UpdateCampaignScheduleCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_UpdateCampaignScheduleCommand: (input: UpdateCampaignScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_restJson1UpdateCampaignSourceCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_UpdateCampaignSourceCommand: (input: UpdateCampaignSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_restJson1CreateCampaignCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_restJson1DeleteCampaignCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_restJson1DeleteCampaignChannelSubtypeConfigCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_DeleteCampaignChannelSubtypeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignChannelSubtypeConfigCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_restJson1DeleteCampaignCommunicationLimitsCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_DeleteCampaignCommunicationLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommunicationLimitsCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_restJson1DeleteCampaignCommunicationTimeCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_DeleteCampaignCommunicationTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommunicationTimeCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1DeleteConnectInstanceConfigCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_DeleteConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectInstanceConfigCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1DeleteConnectInstanceIntegrationCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_DeleteConnectInstanceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectInstanceIntegrationCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1DeleteInstanceOnboardingJobCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_DeleteInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_restJson1DescribeCampaignCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_restJson1GetCampaignStateCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_GetCampaignStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_restJson1GetCampaignStateBatchCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_GetCampaignStateBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignStateBatchCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_restJson1GetConnectInstanceConfigCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_GetConnectInstanceConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectInstanceConfigCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_restJson1GetInstanceCommunicationLimitsCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_GetInstanceCommunicationLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceCommunicationLimitsCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_restJson1GetInstanceOnboardingJobStatusCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_GetInstanceOnboardingJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_restJson1ListCampaignsCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_restJson1ListConnectInstanceIntegrationsCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_ListConnectInstanceIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectInstanceIntegrationsCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_restJson1PauseCampaignCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_PauseCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseCampaignCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_restJson1PutConnectInstanceIntegrationCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_PutConnectInstanceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConnectInstanceIntegrationCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_restJson1PutInstanceCommunicationLimitsCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_PutInstanceCommunicationLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInstanceCommunicationLimitsCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_restJson1PutOutboundRequestBatchCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_PutOutboundRequestBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutOutboundRequestBatchCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_restJson1PutProfileOutboundRequestBatchCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_PutProfileOutboundRequestBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProfileOutboundRequestBatchCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_restJson1ResumeCampaignCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_ResumeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeCampaignCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_restJson1StartCampaignCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_StartCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCampaignCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_restJson1StartInstanceOnboardingJobCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_StartInstanceOnboardingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceOnboardingJobCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_restJson1StopCampaignCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_StopCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCampaignCommandOutput>;
|
|
282
|
-
/**
|
|
283
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
286
|
-
/**
|
|
287
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
290
|
-
/**
|
|
291
|
-
* deserializeAws_restJson1UpdateCampaignChannelSubtypeConfigCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const de_UpdateCampaignChannelSubtypeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignChannelSubtypeConfigCommandOutput>;
|
|
294
|
-
/**
|
|
295
|
-
* deserializeAws_restJson1UpdateCampaignCommunicationLimitsCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const de_UpdateCampaignCommunicationLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommunicationLimitsCommandOutput>;
|
|
298
|
-
/**
|
|
299
|
-
* deserializeAws_restJson1UpdateCampaignCommunicationTimeCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const de_UpdateCampaignCommunicationTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommunicationTimeCommandOutput>;
|
|
302
|
-
/**
|
|
303
|
-
* deserializeAws_restJson1UpdateCampaignFlowAssociationCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const de_UpdateCampaignFlowAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignFlowAssociationCommandOutput>;
|
|
306
|
-
/**
|
|
307
|
-
* deserializeAws_restJson1UpdateCampaignNameCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const de_UpdateCampaignNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignNameCommandOutput>;
|
|
310
|
-
/**
|
|
311
|
-
* deserializeAws_restJson1UpdateCampaignScheduleCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const de_UpdateCampaignScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignScheduleCommandOutput>;
|
|
314
|
-
/**
|
|
315
|
-
* deserializeAws_restJson1UpdateCampaignSourceCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const de_UpdateCampaignSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignSourceCommandOutput>;
|