@aws-sdk/client-connectcampaignsv2 3.1075.0 → 3.1077.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 (33) hide show
  1. package/dist-cjs/index.js +1628 -15
  2. package/dist-es/models/enums.js +1 -0
  3. package/dist-es/runtimeConfig.browser.js +0 -2
  4. package/dist-es/runtimeConfig.js +1 -2
  5. package/dist-es/runtimeConfig.native.js +0 -2
  6. package/dist-es/runtimeConfig.shared.js +2 -0
  7. package/dist-es/schemas/schemas_0.js +28 -4
  8. package/dist-types/commands/PutProfileOutboundRequestBatchCommand.d.ts +9 -0
  9. package/dist-types/models/enums.d.ts +1 -0
  10. package/dist-types/models/models_0.d.ts +48 -0
  11. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  12. package/dist-types/runtimeConfig.d.ts +2 -2
  13. package/dist-types/runtimeConfig.native.d.ts +2 -2
  14. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  15. package/dist-types/schemas/schemas_0.d.ts +3 -0
  16. package/dist-types/ts3.4/models/enums.d.ts +1 -0
  17. package/dist-types/ts3.4/models/models_0.d.ts +12 -0
  18. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  19. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  20. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  21. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  22. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  23. package/package.json +8 -10
  24. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  25. package/dist-cjs/endpoint/bdd.js +0 -46
  26. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  27. package/dist-cjs/models/ConnectCampaignsV2ServiceException.js +0 -8
  28. package/dist-cjs/models/errors.js +0 -131
  29. package/dist-cjs/runtimeConfig.browser.js +0 -32
  30. package/dist-cjs/runtimeConfig.js +0 -45
  31. package/dist-cjs/runtimeConfig.native.js +0 -12
  32. package/dist-cjs/runtimeConfig.shared.js +0 -38
  33. package/dist-cjs/schemas/schemas_0.js +0 -1243
package/dist-cjs/index.js CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultConnectCampaignsV2HttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CreateCampaign$, DeleteCampaignChannelSubtypeConfig$, DeleteCampaign$, DeleteCampaignCommunicationLimits$, DeleteCampaignCommunicationTime$, DeleteCampaignEntryLimits$, DeleteConnectInstanceConfig$, DeleteConnectInstanceIntegration$, DeleteInstanceOnboardingJob$, DescribeCampaign$, GetCampaignStateBatch$, GetCampaignState$, GetConnectInstanceConfig$, GetInstanceCommunicationLimits$, GetInstanceOnboardingJobStatus$, ListCampaigns$, ListConnectInstanceIntegrations$, ListTagsForResource$, PauseCampaign$, PutConnectInstanceIntegration$, PutInstanceCommunicationLimits$, PutOutboundRequestBatch$, PutProfileOutboundRequestBatch$, ResumeCampaign$, StartCampaign$, StartInstanceOnboardingJob$, StopCampaign$, TagResource$, UntagResource$, UpdateCampaignChannelSubtypeConfig$, UpdateCampaignCommunicationLimits$, UpdateCampaignCommunicationTime$, UpdateCampaignEntryLimits$, UpdateCampaignFlowAssociation$, UpdateCampaignName$, UpdateCampaignSchedule$, UpdateCampaignSource$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { ConnectCampaignsV2ServiceException } = require("./models/ConnectCampaignsV2ServiceException");
18
- exports.ConnectCampaignsV2ServiceException = ConnectCampaignsV2ServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultConnectCampaignsV2HttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "connect-campaigns",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultConnectCampaignsV2HttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,1404 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, i],
92
+ ["https://connect-campaigns-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://connect-campaigns-fips.{Region}.{PartitionResult#dnsSuffix}", i],
95
+ [a, "FIPS is enabled but this partition does not support FIPS"],
96
+ ["https://connect-campaigns.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
97
+ [a, "DualStack is enabled but this partition does not support DualStack"],
98
+ ["https://connect-campaigns.{Region}.{PartitionResult#dnsSuffix}", i],
99
+ [a, "Invalid Configuration: Missing Region"]
100
+ ]
101
+ };
102
+ const root = 2;
103
+ const r = 100_000_000;
104
+ const nodes = new Int32Array([
105
+ -1, 1, -1,
106
+ 0, 12, 3,
107
+ 1, 4, r + 11,
108
+ 2, 5, r + 11,
109
+ 3, 8, 6,
110
+ 4, 7, r + 10,
111
+ 5, r + 8, r + 9,
112
+ 4, 10, 9,
113
+ 6, r + 6, r + 7,
114
+ 5, 11, r + 5,
115
+ 6, r + 4, r + 5,
116
+ 3, r + 1, 13,
117
+ 4, r + 2, r + 3,
118
+ ]);
119
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
120
+
121
+ const cache = new EndpointCache({
122
+ size: 50,
123
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
124
+ });
125
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
126
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
127
+ endpointParams: endpointParams,
128
+ logger: context.logger,
129
+ }));
130
+ };
131
+ customEndpointFunctions.aws = awsEndpointFunctions;
132
+
133
+ class ConnectCampaignsV2ServiceException extends ServiceException {
134
+ constructor(options) {
135
+ super(options);
136
+ Object.setPrototypeOf(this, ConnectCampaignsV2ServiceException.prototype);
137
+ }
138
+ }
139
+
140
+ class AccessDeniedException extends ConnectCampaignsV2ServiceException {
141
+ name = "AccessDeniedException";
142
+ $fault = "client";
143
+ xAmzErrorType;
144
+ constructor(opts) {
145
+ super({
146
+ name: "AccessDeniedException",
147
+ $fault: "client",
148
+ ...opts,
149
+ });
150
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
151
+ this.xAmzErrorType = opts.xAmzErrorType;
152
+ }
153
+ }
154
+ class ConflictException extends ConnectCampaignsV2ServiceException {
155
+ name = "ConflictException";
156
+ $fault = "client";
157
+ xAmzErrorType;
158
+ constructor(opts) {
159
+ super({
160
+ name: "ConflictException",
161
+ $fault: "client",
162
+ ...opts,
163
+ });
164
+ Object.setPrototypeOf(this, ConflictException.prototype);
165
+ this.xAmzErrorType = opts.xAmzErrorType;
166
+ }
167
+ }
168
+ class InternalServerException extends ConnectCampaignsV2ServiceException {
169
+ name = "InternalServerException";
170
+ $fault = "server";
171
+ $retryable = {};
172
+ xAmzErrorType;
173
+ constructor(opts) {
174
+ super({
175
+ name: "InternalServerException",
176
+ $fault: "server",
177
+ ...opts,
178
+ });
179
+ Object.setPrototypeOf(this, InternalServerException.prototype);
180
+ this.xAmzErrorType = opts.xAmzErrorType;
181
+ }
182
+ }
183
+ class ResourceNotFoundException extends ConnectCampaignsV2ServiceException {
184
+ name = "ResourceNotFoundException";
185
+ $fault = "client";
186
+ xAmzErrorType;
187
+ constructor(opts) {
188
+ super({
189
+ name: "ResourceNotFoundException",
190
+ $fault: "client",
191
+ ...opts,
192
+ });
193
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
194
+ this.xAmzErrorType = opts.xAmzErrorType;
195
+ }
196
+ }
197
+ class ServiceQuotaExceededException extends ConnectCampaignsV2ServiceException {
198
+ name = "ServiceQuotaExceededException";
199
+ $fault = "client";
200
+ xAmzErrorType;
201
+ constructor(opts) {
202
+ super({
203
+ name: "ServiceQuotaExceededException",
204
+ $fault: "client",
205
+ ...opts,
206
+ });
207
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
208
+ this.xAmzErrorType = opts.xAmzErrorType;
209
+ }
210
+ }
211
+ class ThrottlingException extends ConnectCampaignsV2ServiceException {
212
+ name = "ThrottlingException";
213
+ $fault = "client";
214
+ $retryable = {};
215
+ xAmzErrorType;
216
+ constructor(opts) {
217
+ super({
218
+ name: "ThrottlingException",
219
+ $fault: "client",
220
+ ...opts,
221
+ });
222
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
223
+ this.xAmzErrorType = opts.xAmzErrorType;
224
+ }
225
+ }
226
+ class ValidationException extends ConnectCampaignsV2ServiceException {
227
+ name = "ValidationException";
228
+ $fault = "client";
229
+ xAmzErrorType;
230
+ constructor(opts) {
231
+ super({
232
+ name: "ValidationException",
233
+ $fault: "client",
234
+ ...opts,
235
+ });
236
+ Object.setPrototypeOf(this, ValidationException.prototype);
237
+ this.xAmzErrorType = opts.xAmzErrorType;
238
+ }
239
+ }
240
+ class InvalidCampaignStateException extends ConnectCampaignsV2ServiceException {
241
+ name = "InvalidCampaignStateException";
242
+ $fault = "client";
243
+ state;
244
+ xAmzErrorType;
245
+ constructor(opts) {
246
+ super({
247
+ name: "InvalidCampaignStateException",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ Object.setPrototypeOf(this, InvalidCampaignStateException.prototype);
252
+ this.state = opts.state;
253
+ this.xAmzErrorType = opts.xAmzErrorType;
254
+ }
255
+ }
256
+ class InvalidStateException extends ConnectCampaignsV2ServiceException {
257
+ name = "InvalidStateException";
258
+ $fault = "client";
259
+ xAmzErrorType;
260
+ constructor(opts) {
261
+ super({
262
+ name: "InvalidStateException",
263
+ $fault: "client",
264
+ ...opts,
265
+ });
266
+ Object.setPrototypeOf(this, InvalidStateException.prototype);
267
+ this.xAmzErrorType = opts.xAmzErrorType;
268
+ }
269
+ }
270
+
271
+ const _A = "Attributes";
272
+ const _AC = "AgentlessConfig";
273
+ const _ADE = "AccessDeniedException";
274
+ const _AMDC = "AnswerMachineDetectionConfig";
275
+ const _C = "Campaign";
276
+ const _CC = "ChannelContext";
277
+ const _CCR = "CreateCampaignRequest";
278
+ const _CCRr = "CreateCampaignResponse";
279
+ const _CCr = "CreateCampaign";
280
+ const _CE = "ConflictException";
281
+ const _CF = "CampaignFilters";
282
+ const _CL = "CommunicationLimit";
283
+ const _CLC = "CommunicationLimitsConfig";
284
+ const _CLL = "CommunicationLimitList";
285
+ const _CLo = "CommunicationLimits";
286
+ const _CPIC = "CustomerProfilesIntegrationConfig";
287
+ const _CPII = "CustomerProfilesIntegrationIdentifier";
288
+ const _CPIS = "CustomerProfilesIntegrationSummary";
289
+ const _CS = "CampaignSummary";
290
+ const _CSC = "ChannelSubtypeConfig";
291
+ const _CSL = "CampaignSummaryList";
292
+ const _CSP = "ChannelSubtypeParameters";
293
+ const _CTC = "CommunicationTimeConfig";
294
+ const _DC = "DeleteCampaign";
295
+ const _DCCL = "DeleteCampaignCommunicationLimits";
296
+ const _DCCLR = "DeleteCampaignCommunicationLimitsRequest";
297
+ const _DCCSC = "DeleteCampaignChannelSubtypeConfig";
298
+ const _DCCSCR = "DeleteCampaignChannelSubtypeConfigRequest";
299
+ const _DCCT = "DeleteCampaignCommunicationTime";
300
+ const _DCCTR = "DeleteCampaignCommunicationTimeRequest";
301
+ const _DCEL = "DeleteCampaignEntryLimits";
302
+ const _DCELR = "DeleteCampaignEntryLimitsRequest";
303
+ const _DCIC = "DeleteConnectInstanceConfig";
304
+ const _DCICR = "DeleteConnectInstanceConfigRequest";
305
+ const _DCII = "DeleteConnectInstanceIntegration";
306
+ const _DCIIR = "DeleteConnectInstanceIntegrationRequest";
307
+ const _DCR = "DeleteCampaignRequest";
308
+ const _DCRe = "DescribeCampaignRequest";
309
+ const _DCRes = "DescribeCampaignResponse";
310
+ const _DCe = "DescribeCampaign";
311
+ const _DH = "DailyHours";
312
+ const _DIOJ = "DeleteInstanceOnboardingJob";
313
+ const _DIOJR = "DeleteInstanceOnboardingJobRequest";
314
+ const _DPN = "DestinationPhoneNumber";
315
+ const _EA = "EmailAddress";
316
+ const _EC = "EncryptionConfig";
317
+ const _ECSC = "EmailChannelSubtypeConfig";
318
+ const _ECSP = "EmailChannelSubtypeParameters";
319
+ const _EDN = "EmailDisplayName";
320
+ const _ELC = "EntryLimitsConfig";
321
+ const _EOC = "EmailOutboundConfig";
322
+ const _EOM = "EmailOutboundMode";
323
+ const _ET = "EventTrigger";
324
+ const _ETC = "EventTriggerContext";
325
+ const _FCSR = "FailedCampaignStateResponse";
326
+ const _FCSRL = "FailedCampaignStateResponseList";
327
+ const _FPOR = "FailedProfileOutboundRequest";
328
+ const _FPORL = "FailedProfileOutboundRequestList";
329
+ const _FR = "FailedRequest";
330
+ const _FRL = "FailedRequestList";
331
+ const _GCIC = "GetConnectInstanceConfig";
332
+ const _GCICR = "GetConnectInstanceConfigRequest";
333
+ const _GCICRe = "GetConnectInstanceConfigResponse";
334
+ const _GCS = "GetCampaignState";
335
+ const _GCSB = "GetCampaignStateBatch";
336
+ const _GCSBR = "GetCampaignStateBatchRequest";
337
+ const _GCSBRe = "GetCampaignStateBatchResponse";
338
+ const _GCSR = "GetCampaignStateRequest";
339
+ const _GCSRe = "GetCampaignStateResponse";
340
+ const _GICL = "GetInstanceCommunicationLimits";
341
+ const _GICLR = "GetInstanceCommunicationLimitsRequest";
342
+ const _GICLRe = "GetInstanceCommunicationLimitsResponse";
343
+ const _GIOJS = "GetInstanceOnboardingJobStatus";
344
+ const _GIOJSR = "GetInstanceOnboardingJobStatusRequest";
345
+ const _GIOJSRe = "GetInstanceOnboardingJobStatusResponse";
346
+ const _IC = "InstanceConfig";
347
+ const _ICLC = "InstanceCommunicationLimitsConfig";
348
+ const _ICSE = "InvalidCampaignStateException";
349
+ const _ICn = "IntegrationConfig";
350
+ const _II = "IntegrationIdentifier";
351
+ const _IIF = "InstanceIdFilter";
352
+ const _IOJS = "InstanceOnboardingJobStatus";
353
+ const _IS = "IntegrationSummary";
354
+ const _ISE = "InternalServerException";
355
+ const _ISEn = "InvalidStateException";
356
+ const _ISL = "IntegrationSummaryList";
357
+ const _LC = "ListCampaigns";
358
+ const _LCII = "ListConnectInstanceIntegrations";
359
+ const _LCIIR = "ListConnectInstanceIntegrationsRequest";
360
+ const _LCIIRi = "ListConnectInstanceIntegrationsResponse";
361
+ const _LCR = "ListCampaignsRequest";
362
+ const _LCRi = "ListCampaignsResponse";
363
+ const _LIC = "LambdaIntegrationConfig";
364
+ const _LII = "LambdaIntegrationIdentifier";
365
+ const _LIS = "LambdaIntegrationSummary";
366
+ const _LTFR = "ListTagsForResource";
367
+ const _LTFRR = "ListTagsForResourceRequest";
368
+ const _LTFRRi = "ListTagsForResourceResponse";
369
+ const _LTZC = "LocalTimeZoneConfig";
370
+ const _OH = "OpenHours";
371
+ const _OR = "OutboundRequest";
372
+ const _ORL = "OutboundRequestList";
373
+ const _PC = "PredictiveConfig";
374
+ const _PCII = "PutConnectInstanceIntegration";
375
+ const _PCIIR = "PutConnectInstanceIntegrationRequest";
376
+ const _PCR = "PauseCampaignRequest";
377
+ const _PCa = "PauseCampaign";
378
+ const _PCr = "PreviewConfig";
379
+ const _PCro = "ProgressiveConfig";
380
+ const _PICL = "PutInstanceCommunicationLimits";
381
+ const _PICLR = "PutInstanceCommunicationLimitsRequest";
382
+ const _POR = "ProfileOutboundRequest";
383
+ const _PORB = "PutOutboundRequestBatch";
384
+ const _PORBR = "PutOutboundRequestBatchRequest";
385
+ const _PORBRu = "PutOutboundRequestBatchResponse";
386
+ const _PORL = "ProfileOutboundRequestList";
387
+ const _PPORB = "PutProfileOutboundRequestBatch";
388
+ const _PPORBR = "PutProfileOutboundRequestBatchRequest";
389
+ const _PPORBRu = "PutProfileOutboundRequestBatchResponse";
390
+ const _QCIC = "QConnectIntegrationConfig";
391
+ const _QCII = "QConnectIntegrationIdentifier";
392
+ const _QCIS = "QConnectIntegrationSummary";
393
+ const _RC = "ResumeCampaign";
394
+ const _RCR = "ResumeCampaignRequest";
395
+ const _RNFE = "ResourceNotFoundException";
396
+ const _RP = "RestrictedPeriod";
397
+ const _RPL = "RestrictedPeriodList";
398
+ const _RPe = "RestrictedPeriods";
399
+ const _S = "Schedule";
400
+ const _SC = "StartCampaign";
401
+ const _SCR = "StartCampaignRequest";
402
+ const _SCRt = "StopCampaignRequest";
403
+ const _SCSC = "SmsChannelSubtypeConfig";
404
+ const _SCSP = "SmsChannelSubtypeParameters";
405
+ const _SCSR = "SuccessfulCampaignStateResponse";
406
+ const _SCSRL = "SuccessfulCampaignStateResponseList";
407
+ const _SCt = "StopCampaign";
408
+ const _SIOJ = "StartInstanceOnboardingJob";
409
+ const _SIOJR = "StartInstanceOnboardingJobRequest";
410
+ const _SIOJRt = "StartInstanceOnboardingJobResponse";
411
+ const _SOC = "SmsOutboundConfig";
412
+ const _SOM = "SmsOutboundMode";
413
+ const _SPOR = "SuccessfulProfileOutboundRequest";
414
+ const _SPORL = "SuccessfulProfileOutboundRequestList";
415
+ const _SQEE = "ServiceQuotaExceededException";
416
+ const _SR = "SuccessfulRequest";
417
+ const _SRL = "SuccessfulRequestList";
418
+ const _So = "Source";
419
+ const _TC = "TimeoutConfig";
420
+ const _TCSC = "TelephonyChannelSubtypeConfig";
421
+ const _TCSP = "TelephonyChannelSubtypeParameters";
422
+ const _TE = "ThrottlingException";
423
+ const _TOC = "TelephonyOutboundConfig";
424
+ const _TOM = "TelephonyOutboundMode";
425
+ const _TR = "TimeRange";
426
+ const _TRL = "TimeRangeList";
427
+ const _TRR = "TagResourceRequest";
428
+ const _TRa = "TagResource";
429
+ const _TW = "TimeWindow";
430
+ const _UCCL = "UpdateCampaignCommunicationLimits";
431
+ const _UCCLR = "UpdateCampaignCommunicationLimitsRequest";
432
+ const _UCCSC = "UpdateCampaignChannelSubtypeConfig";
433
+ const _UCCSCR = "UpdateCampaignChannelSubtypeConfigRequest";
434
+ const _UCCT = "UpdateCampaignCommunicationTime";
435
+ const _UCCTR = "UpdateCampaignCommunicationTimeRequest";
436
+ const _UCEL = "UpdateCampaignEntryLimits";
437
+ const _UCELR = "UpdateCampaignEntryLimitsRequest";
438
+ const _UCFA = "UpdateCampaignFlowAssociation";
439
+ const _UCFAR = "UpdateCampaignFlowAssociationRequest";
440
+ const _UCN = "UpdateCampaignName";
441
+ const _UCNR = "UpdateCampaignNameRequest";
442
+ const _UCS = "UpdateCampaignSchedule";
443
+ const _UCSR = "UpdateCampaignScheduleRequest";
444
+ const _UCSRp = "UpdateCampaignSourceRequest";
445
+ const _UCSp = "UpdateCampaignSource";
446
+ const _UR = "UntagResource";
447
+ const _URR = "UntagResourceRequest";
448
+ const _VE = "ValidationException";
449
+ const _WACSC = "WhatsAppChannelSubtypeConfig";
450
+ const _WACSP = "WhatsAppChannelSubtypeParameters";
451
+ const _WAOC = "WhatsAppOutboundConfig";
452
+ const _WAOM = "WhatsAppOutboundMode";
453
+ const _WNC = "WebNotificationContext";
454
+ const _a = "arn";
455
+ const _aA = "agentActions";
456
+ const _aAMP = "awaitAnswerMachinePrompt";
457
+ const _aCS = "allChannelSubtypes";
458
+ const _aMDC = "answerMachineDetectionConfig";
459
+ const _ag = "agentless";
460
+ const _at = "attributes";
461
+ const _bA = "bandwidthAllocation";
462
+ const _bI = "browserId";
463
+ const _c = "client";
464
+ const _cC = "channelContext";
465
+ const _cCFA = "connectCampaignFlowArn";
466
+ const _cCFI = "connectContactFlowId";
467
+ const _cDP = "campaignDeletionPolicy";
468
+ const _cI = "campaignId";
469
+ const _cIC = "connectInstanceConfig";
470
+ const _cII = "connectInstanceId";
471
+ const _cIOJS = "connectInstanceOnboardingJobStatus";
472
+ const _cIa = "campaignIds";
473
+ const _cLC = "communicationLimitsConfig";
474
+ const _cLL = "communicationLimitsList";
475
+ const _cLO = "communicationLimitsOverride";
476
+ const _cP = "customerProfiles";
477
+ const _cPDA = "customerProfilesDomainArn";
478
+ const _cPSA = "customerProfilesSegmentArn";
479
+ const _cQI = "connectQueueId";
480
+ const _cS = "channelSubtypes";
481
+ const _cSC = "channelSubtypeConfig";
482
+ const _cSEA = "connectSourceEmailAddress";
483
+ const _cSL = "campaignSummaryList";
484
+ const _cSP = "channelSubtypeParameters";
485
+ const _cSPN = "connectSourcePhoneNumber";
486
+ const _cSPNA = "connectSourcePhoneNumberArn";
487
+ const _cSh = "channelSubtype";
488
+ const _cT = "clientToken";
489
+ const _cTC = "communicationTimeConfig";
490
+ const _ca = "campaign";
491
+ const _cap = "capacity";
492
+ const _co = "config";
493
+ const _dA = "domainArn";
494
+ const _dEA = "destinationEmailAddress";
495
+ const _dH = "dailyHours";
496
+ const _dIS = "durationInSeconds";
497
+ const _dOC = "defaultOutboundConfig";
498
+ const _dPN = "destinationPhoneNumber";
499
+ const _dTZ = "defaultTimeZone";
500
+ const _e = "error";
501
+ const _eAMD = "enableAnswerMachineDetection";
502
+ const _eC = "encryptionConfig";
503
+ const _eD = "endDate";
504
+ const _eLC = "entryLimitsConfig";
505
+ const _eT = "encryptionType";
506
+ const _eTC = "eventTriggerContext";
507
+ const _eTn = "endTime";
508
+ const _eTv = "eventTrigger";
509
+ const _eTx = "expirationTime";
510
+ const _em = "email";
511
+ const _en = "enabled";
512
+ const _f = "frequency";
513
+ const _fA = "functionArn";
514
+ const _fC = "failureCode";
515
+ const _fR = "failedRequests";
516
+ const _fi = "filters";
517
+ const _h = "http";
518
+ const _hE = "httpError";
519
+ const _hH = "httpHeader";
520
+ const _hQ = "httpQuery";
521
+ const _i = "id";
522
+ const _iC = "integrationConfig";
523
+ const _iI = "integrationIdentifier";
524
+ const _iIF = "instanceIdFilter";
525
+ const _iLH = "instanceLimitsHandling";
526
+ const _iSL = "integrationSummaryList";
527
+ const _kA = "keyArn";
528
+ const _kBA = "knowledgeBaseArn";
529
+ const _l = "lambda";
530
+ const _lTZC = "localTimeZoneConfig";
531
+ const _lTZD = "localTimeZoneDetection";
532
+ const _lTZDS = "localTimeZoneDetectionScope";
533
+ const _m = "message";
534
+ const _mCPR = "maxCountPerRecipient";
535
+ const _mEC = "maxEntryCount";
536
+ const _mEI = "minEntryInterval";
537
+ const _mR = "maxResults";
538
+ const _n = "name";
539
+ const _nT = "nextToken";
540
+ const _o = "operator";
541
+ const _oH = "openHours";
542
+ const _oM = "outboundMode";
543
+ const _oR = "outboundRequests";
544
+ const _oTN = "objectTypeNames";
545
+ const _p = "progressive";
546
+ const _pI = "profileId";
547
+ const _pOR = "profileOutboundRequests";
548
+ const _pr = "predictive";
549
+ const _pre = "preview";
550
+ const _qC = "qConnect";
551
+ const _rF = "refreshFrequency";
552
+ const _rP = "restrictedPeriods";
553
+ const _rPL = "restrictedPeriodList";
554
+ const _rT = "ringTimeout";
555
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.connectcampaignsv2";
556
+ const _sD = "startDate";
557
+ const _sE = "sourceEvent";
558
+ const _sEADN = "sourceEmailAddressDisplayName";
559
+ const _sI = "sessionId";
560
+ const _sLRA = "serviceLinkedRoleArn";
561
+ const _sR = "successfulRequests";
562
+ const _sT = "startTime";
563
+ const _sc = "schedule";
564
+ const _se = "server";
565
+ const _sm = "sms";
566
+ const _so = "source";
567
+ const _st = "state";
568
+ const _sta = "status";
569
+ const _t = "type";
570
+ const _tA = "templateArn";
571
+ const _tC = "timeoutConfig";
572
+ const _tK = "tagKeys";
573
+ const _tP = "templateParameters";
574
+ const _ta = "tags";
575
+ const _te = "telephony";
576
+ const _u = "unit";
577
+ const _v = "value";
578
+ const _wA = "whatsApp";
579
+ const _wNC = "webNotificationContext";
580
+ const _wTA = "wisdomTemplateArn";
581
+ const _xAET = "xAmzErrorType";
582
+ const _xaE = "x-amzn-ErrorType";
583
+ const n0 = "com.amazonaws.connectcampaignsv2";
584
+ const _s_registry = TypeRegistry.for(_s);
585
+ var ConnectCampaignsV2ServiceException$ = [-3, _s, "ConnectCampaignsV2ServiceException", 0, [], []];
586
+ _s_registry.registerError(ConnectCampaignsV2ServiceException$, ConnectCampaignsV2ServiceException);
587
+ const n0_registry = TypeRegistry.for(n0);
588
+ var AccessDeniedException$ = [-3, n0, _ADE,
589
+ { [_e]: _c, [_hE]: 403 },
590
+ [_m, _xAET],
591
+ [0, [0, { [_hH]: _xaE }]], 1
592
+ ];
593
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
594
+ var ConflictException$ = [-3, n0, _CE,
595
+ { [_e]: _c, [_hE]: 409 },
596
+ [_m, _xAET],
597
+ [0, [0, { [_hH]: _xaE }]], 1
598
+ ];
599
+ n0_registry.registerError(ConflictException$, ConflictException);
600
+ var InternalServerException$ = [-3, n0, _ISE,
601
+ { [_e]: _se, [_hE]: 500 },
602
+ [_m, _xAET],
603
+ [0, [0, { [_hH]: _xaE }]], 1
604
+ ];
605
+ n0_registry.registerError(InternalServerException$, InternalServerException);
606
+ var InvalidCampaignStateException$ = [-3, n0, _ICSE,
607
+ { [_e]: _c, [_hE]: 409 },
608
+ [_st, _m, _xAET],
609
+ [0, 0, [0, { [_hH]: _xaE }]], 2
610
+ ];
611
+ n0_registry.registerError(InvalidCampaignStateException$, InvalidCampaignStateException);
612
+ var InvalidStateException$ = [-3, n0, _ISEn,
613
+ { [_e]: _c, [_hE]: 409 },
614
+ [_m, _xAET],
615
+ [0, [0, { [_hH]: _xaE }]], 1
616
+ ];
617
+ n0_registry.registerError(InvalidStateException$, InvalidStateException);
618
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
619
+ { [_e]: _c, [_hE]: 404 },
620
+ [_m, _xAET],
621
+ [0, [0, { [_hH]: _xaE }]], 1
622
+ ];
623
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
624
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
625
+ { [_e]: _c, [_hE]: 402 },
626
+ [_m, _xAET],
627
+ [0, [0, { [_hH]: _xaE }]], 1
628
+ ];
629
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
630
+ var ThrottlingException$ = [-3, n0, _TE,
631
+ { [_e]: _c, [_hE]: 429 },
632
+ [_m, _xAET],
633
+ [0, [0, { [_hH]: _xaE }]], 1
634
+ ];
635
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
636
+ var ValidationException$ = [-3, n0, _VE,
637
+ { [_e]: _c, [_hE]: 400 },
638
+ [_m, _xAET],
639
+ [0, [0, { [_hH]: _xaE }]], 1
640
+ ];
641
+ n0_registry.registerError(ValidationException$, ValidationException);
642
+ const errorTypeRegistries = [
643
+ _s_registry,
644
+ n0_registry,
645
+ ];
646
+ var DestinationPhoneNumber = [0, n0, _DPN, 8, 0];
647
+ var EmailAddress = [0, n0, _EA, 8, 0];
648
+ var EmailDisplayName = [0, n0, _EDN, 8, 0];
649
+ var AgentlessConfig$ = [3, n0, _AC,
650
+ 0,
651
+ [],
652
+ []
653
+ ];
654
+ var AnswerMachineDetectionConfig$ = [3, n0, _AMDC,
655
+ 0,
656
+ [_eAMD, _aAMP],
657
+ [2, 2], 1
658
+ ];
659
+ var Campaign$ = [3, n0, _C,
660
+ 0,
661
+ [_i, _a, _n, _cII, _cSC, _t, _so, _cCFA, _sc, _eLC, _cTC, _cLO, _ta],
662
+ [0, 0, 0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => EntryLimitsConfig$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 4
663
+ ];
664
+ var CampaignFilters$ = [3, n0, _CF,
665
+ 0,
666
+ [_iIF],
667
+ [() => InstanceIdFilter$]
668
+ ];
669
+ var CampaignSummary$ = [3, n0, _CS,
670
+ 0,
671
+ [_i, _a, _n, _cII, _cS, _t, _sc, _eLC, _cCFA],
672
+ [0, 0, 0, 0, 64 | 0, 0, () => Schedule$, () => EntryLimitsConfig$, 0], 5
673
+ ];
674
+ var ChannelContext$ = [3, n0, _CC,
675
+ 0,
676
+ [_wNC],
677
+ [() => WebNotificationContext$]
678
+ ];
679
+ var ChannelSubtypeConfig$ = [3, n0, _CSC,
680
+ 0,
681
+ [_te, _sm, _em, _wA],
682
+ [() => TelephonyChannelSubtypeConfig$, () => SmsChannelSubtypeConfig$, [() => EmailChannelSubtypeConfig$, 0], () => WhatsAppChannelSubtypeConfig$]
683
+ ];
684
+ var CommunicationLimit$ = [3, n0, _CL,
685
+ 0,
686
+ [_mCPR, _f, _u],
687
+ [1, 1, 0], 3
688
+ ];
689
+ var CommunicationLimitsConfig$ = [3, n0, _CLC,
690
+ 0,
691
+ [_aCS, _iLH],
692
+ [() => CommunicationLimits$, 0]
693
+ ];
694
+ var CommunicationTimeConfig$ = [3, n0, _CTC,
695
+ 0,
696
+ [_lTZC, _te, _sm, _em, _wA],
697
+ [() => LocalTimeZoneConfig$, () => TimeWindow$, () => TimeWindow$, () => TimeWindow$, () => TimeWindow$], 1
698
+ ];
699
+ var CreateCampaignRequest$ = [3, n0, _CCR,
700
+ 0,
701
+ [_n, _cII, _cSC, _t, _so, _cCFA, _sc, _eLC, _cTC, _cLO, _ta],
702
+ [0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => EntryLimitsConfig$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 2
703
+ ];
704
+ var CreateCampaignResponse$ = [3, n0, _CCRr,
705
+ 0,
706
+ [_i, _a, _ta],
707
+ [0, 0, 128 | 0]
708
+ ];
709
+ var CustomerProfilesIntegrationConfig$ = [3, n0, _CPIC,
710
+ 0,
711
+ [_dA, _oTN],
712
+ [0, 128 | 0], 2
713
+ ];
714
+ var CustomerProfilesIntegrationIdentifier$ = [3, n0, _CPII,
715
+ 0,
716
+ [_dA],
717
+ [0], 1
718
+ ];
719
+ var CustomerProfilesIntegrationSummary$ = [3, n0, _CPIS,
720
+ 0,
721
+ [_dA, _oTN],
722
+ [0, 128 | 0], 2
723
+ ];
724
+ var DeleteCampaignChannelSubtypeConfigRequest$ = [3, n0, _DCCSCR,
725
+ 0,
726
+ [_i, _cSh],
727
+ [[0, 1], [0, { [_hQ]: _cSh }]], 2
728
+ ];
729
+ var DeleteCampaignCommunicationLimitsRequest$ = [3, n0, _DCCLR,
730
+ 0,
731
+ [_i, _co],
732
+ [[0, 1], [0, { [_hQ]: _co }]], 2
733
+ ];
734
+ var DeleteCampaignCommunicationTimeRequest$ = [3, n0, _DCCTR,
735
+ 0,
736
+ [_i, _co],
737
+ [[0, 1], [0, { [_hQ]: _co }]], 2
738
+ ];
739
+ var DeleteCampaignEntryLimitsRequest$ = [3, n0, _DCELR,
740
+ 0,
741
+ [_i],
742
+ [[0, 1]], 1
743
+ ];
744
+ var DeleteCampaignRequest$ = [3, n0, _DCR,
745
+ 0,
746
+ [_i],
747
+ [[0, 1]], 1
748
+ ];
749
+ var DeleteConnectInstanceConfigRequest$ = [3, n0, _DCICR,
750
+ 0,
751
+ [_cII, _cDP],
752
+ [[0, 1], [0, { [_hQ]: _cDP }]], 1
753
+ ];
754
+ var DeleteConnectInstanceIntegrationRequest$ = [3, n0, _DCIIR,
755
+ 0,
756
+ [_cII, _iI],
757
+ [[0, 1], () => IntegrationIdentifier$], 2
758
+ ];
759
+ var DeleteInstanceOnboardingJobRequest$ = [3, n0, _DIOJR,
760
+ 0,
761
+ [_cII],
762
+ [[0, 1]], 1
763
+ ];
764
+ var DescribeCampaignRequest$ = [3, n0, _DCRe,
765
+ 0,
766
+ [_i],
767
+ [[0, 1]], 1
768
+ ];
769
+ var DescribeCampaignResponse$ = [3, n0, _DCRes,
770
+ 0,
771
+ [_ca],
772
+ [[() => Campaign$, 0]]
773
+ ];
774
+ var EmailChannelSubtypeConfig$ = [3, n0, _ECSC,
775
+ 0,
776
+ [_oM, _dOC, _cap],
777
+ [() => EmailOutboundMode$, [() => EmailOutboundConfig$, 0], 1], 2
778
+ ];
779
+ var EmailChannelSubtypeParameters$ = [3, n0, _ECSP,
780
+ 0,
781
+ [_dEA, _tP, _cSEA, _tA],
782
+ [[() => EmailAddress, 0], [() => Attributes, 0], [() => EmailAddress, 0], 0], 2
783
+ ];
784
+ var EmailOutboundConfig$ = [3, n0, _EOC,
785
+ 0,
786
+ [_cSEA, _wTA, _sEADN],
787
+ [[() => EmailAddress, 0], 0, [() => EmailDisplayName, 0]], 2
788
+ ];
789
+ var EncryptionConfig$ = [3, n0, _EC,
790
+ 0,
791
+ [_en, _eT, _kA],
792
+ [2, 0, 0], 1
793
+ ];
794
+ var EntryLimitsConfig$ = [3, n0, _ELC,
795
+ 0,
796
+ [_mEC, _mEI],
797
+ [1, 0], 2
798
+ ];
799
+ var EventTrigger$ = [3, n0, _ET,
800
+ 0,
801
+ [_cPDA],
802
+ [0]
803
+ ];
804
+ var EventTriggerContext$ = [3, n0, _ETC,
805
+ 0,
806
+ [_sE, _cC],
807
+ [0, () => ChannelContext$]
808
+ ];
809
+ var FailedCampaignStateResponse$ = [3, n0, _FCSR,
810
+ 0,
811
+ [_cI, _fC],
812
+ [0, 0]
813
+ ];
814
+ var FailedProfileOutboundRequest$ = [3, n0, _FPOR,
815
+ 0,
816
+ [_cT, _i, _fC],
817
+ [0, 0, 0]
818
+ ];
819
+ var FailedRequest$ = [3, n0, _FR,
820
+ 0,
821
+ [_cT, _i, _fC],
822
+ [0, 0, 0]
823
+ ];
824
+ var GetCampaignStateBatchRequest$ = [3, n0, _GCSBR,
825
+ 0,
826
+ [_cIa],
827
+ [64 | 0], 1
828
+ ];
829
+ var GetCampaignStateBatchResponse$ = [3, n0, _GCSBRe,
830
+ 0,
831
+ [_sR, _fR],
832
+ [() => SuccessfulCampaignStateResponseList, () => FailedCampaignStateResponseList]
833
+ ];
834
+ var GetCampaignStateRequest$ = [3, n0, _GCSR,
835
+ 0,
836
+ [_i],
837
+ [[0, 1]], 1
838
+ ];
839
+ var GetCampaignStateResponse$ = [3, n0, _GCSRe,
840
+ 0,
841
+ [_st],
842
+ [0]
843
+ ];
844
+ var GetConnectInstanceConfigRequest$ = [3, n0, _GCICR,
845
+ 0,
846
+ [_cII],
847
+ [[0, 1]], 1
848
+ ];
849
+ var GetConnectInstanceConfigResponse$ = [3, n0, _GCICRe,
850
+ 0,
851
+ [_cIC],
852
+ [() => InstanceConfig$]
853
+ ];
854
+ var GetInstanceCommunicationLimitsRequest$ = [3, n0, _GICLR,
855
+ 0,
856
+ [_cII],
857
+ [[0, 1]], 1
858
+ ];
859
+ var GetInstanceCommunicationLimitsResponse$ = [3, n0, _GICLRe,
860
+ 0,
861
+ [_cLC],
862
+ [() => InstanceCommunicationLimitsConfig$]
863
+ ];
864
+ var GetInstanceOnboardingJobStatusRequest$ = [3, n0, _GIOJSR,
865
+ 0,
866
+ [_cII],
867
+ [[0, 1]], 1
868
+ ];
869
+ var GetInstanceOnboardingJobStatusResponse$ = [3, n0, _GIOJSRe,
870
+ 0,
871
+ [_cIOJS],
872
+ [() => InstanceOnboardingJobStatus$]
873
+ ];
874
+ var InstanceCommunicationLimitsConfig$ = [3, n0, _ICLC,
875
+ 0,
876
+ [_aCS],
877
+ [() => CommunicationLimits$]
878
+ ];
879
+ var InstanceConfig$ = [3, n0, _IC,
880
+ 0,
881
+ [_cII, _sLRA, _eC],
882
+ [0, 0, () => EncryptionConfig$], 3
883
+ ];
884
+ var InstanceIdFilter$ = [3, n0, _IIF,
885
+ 0,
886
+ [_v, _o],
887
+ [0, 0], 2
888
+ ];
889
+ var InstanceOnboardingJobStatus$ = [3, n0, _IOJS,
890
+ 0,
891
+ [_cII, _sta, _fC],
892
+ [0, 0, 0], 2
893
+ ];
894
+ var LambdaIntegrationConfig$ = [3, n0, _LIC,
895
+ 0,
896
+ [_fA],
897
+ [0], 1
898
+ ];
899
+ var LambdaIntegrationIdentifier$ = [3, n0, _LII,
900
+ 0,
901
+ [_fA],
902
+ [0], 1
903
+ ];
904
+ var LambdaIntegrationSummary$ = [3, n0, _LIS,
905
+ 0,
906
+ [_fA],
907
+ [0], 1
908
+ ];
909
+ var ListCampaignsRequest$ = [3, n0, _LCR,
910
+ 0,
911
+ [_mR, _nT, _fi],
912
+ [1, 0, () => CampaignFilters$]
913
+ ];
914
+ var ListCampaignsResponse$ = [3, n0, _LCRi,
915
+ 0,
916
+ [_nT, _cSL],
917
+ [0, () => CampaignSummaryList]
918
+ ];
919
+ var ListConnectInstanceIntegrationsRequest$ = [3, n0, _LCIIR,
920
+ 0,
921
+ [_cII, _mR, _nT],
922
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
923
+ ];
924
+ var ListConnectInstanceIntegrationsResponse$ = [3, n0, _LCIIRi,
925
+ 0,
926
+ [_nT, _iSL],
927
+ [0, () => IntegrationSummaryList]
928
+ ];
929
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
930
+ 0,
931
+ [_a],
932
+ [[0, 1]], 1
933
+ ];
934
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
935
+ 0,
936
+ [_ta],
937
+ [128 | 0]
938
+ ];
939
+ var LocalTimeZoneConfig$ = [3, n0, _LTZC,
940
+ 0,
941
+ [_dTZ, _lTZD, _lTZDS],
942
+ [0, 64 | 0, 0]
943
+ ];
944
+ var OutboundRequest$ = [3, n0, _OR,
945
+ 0,
946
+ [_cT, _eTx, _cSP],
947
+ [0, 5, [() => ChannelSubtypeParameters$, 0]], 3
948
+ ];
949
+ var PauseCampaignRequest$ = [3, n0, _PCR,
950
+ 0,
951
+ [_i],
952
+ [[0, 1]], 1
953
+ ];
954
+ var PredictiveConfig$ = [3, n0, _PC,
955
+ 0,
956
+ [_bA],
957
+ [1], 1
958
+ ];
959
+ var PreviewConfig$ = [3, n0, _PCr,
960
+ 0,
961
+ [_bA, _tC, _aA],
962
+ [1, () => TimeoutConfig$, 64 | 0], 2
963
+ ];
964
+ var ProfileOutboundRequest$ = [3, n0, _POR,
965
+ 0,
966
+ [_cT, _pI, _eTx, _eTC],
967
+ [0, 0, 5, () => EventTriggerContext$], 2
968
+ ];
969
+ var ProgressiveConfig$ = [3, n0, _PCro,
970
+ 0,
971
+ [_bA],
972
+ [1], 1
973
+ ];
974
+ var PutConnectInstanceIntegrationRequest$ = [3, n0, _PCIIR,
975
+ 0,
976
+ [_cII, _iC],
977
+ [[0, 1], () => IntegrationConfig$], 2
978
+ ];
979
+ var PutInstanceCommunicationLimitsRequest$ = [3, n0, _PICLR,
980
+ 0,
981
+ [_cII, _cLC],
982
+ [[0, 1], () => InstanceCommunicationLimitsConfig$], 2
983
+ ];
984
+ var PutOutboundRequestBatchRequest$ = [3, n0, _PORBR,
985
+ 0,
986
+ [_i, _oR],
987
+ [[0, 1], [() => OutboundRequestList, 0]], 2
988
+ ];
989
+ var PutOutboundRequestBatchResponse$ = [3, n0, _PORBRu,
990
+ 0,
991
+ [_sR, _fR],
992
+ [() => SuccessfulRequestList, () => FailedRequestList]
993
+ ];
994
+ var PutProfileOutboundRequestBatchRequest$ = [3, n0, _PPORBR,
995
+ 0,
996
+ [_i, _pOR],
997
+ [[0, 1], () => ProfileOutboundRequestList], 2
998
+ ];
999
+ var PutProfileOutboundRequestBatchResponse$ = [3, n0, _PPORBRu,
1000
+ 0,
1001
+ [_sR, _fR],
1002
+ [() => SuccessfulProfileOutboundRequestList, () => FailedProfileOutboundRequestList]
1003
+ ];
1004
+ var QConnectIntegrationConfig$ = [3, n0, _QCIC,
1005
+ 0,
1006
+ [_kBA],
1007
+ [0], 1
1008
+ ];
1009
+ var QConnectIntegrationIdentifier$ = [3, n0, _QCII,
1010
+ 0,
1011
+ [_kBA],
1012
+ [0], 1
1013
+ ];
1014
+ var QConnectIntegrationSummary$ = [3, n0, _QCIS,
1015
+ 0,
1016
+ [_kBA],
1017
+ [0], 1
1018
+ ];
1019
+ var RestrictedPeriod$ = [3, n0, _RP,
1020
+ 0,
1021
+ [_sD, _eD, _n],
1022
+ [0, 0, 0], 2
1023
+ ];
1024
+ var ResumeCampaignRequest$ = [3, n0, _RCR,
1025
+ 0,
1026
+ [_i],
1027
+ [[0, 1]], 1
1028
+ ];
1029
+ var Schedule$ = [3, n0, _S,
1030
+ 0,
1031
+ [_sT, _eTn, _rF],
1032
+ [5, 5, 0], 2
1033
+ ];
1034
+ var SmsChannelSubtypeConfig$ = [3, n0, _SCSC,
1035
+ 0,
1036
+ [_oM, _dOC, _cap],
1037
+ [() => SmsOutboundMode$, () => SmsOutboundConfig$, 1], 2
1038
+ ];
1039
+ var SmsChannelSubtypeParameters$ = [3, n0, _SCSP,
1040
+ 0,
1041
+ [_dPN, _tP, _cSPNA, _tA],
1042
+ [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, 0], 2
1043
+ ];
1044
+ var SmsOutboundConfig$ = [3, n0, _SOC,
1045
+ 0,
1046
+ [_cSPNA, _wTA],
1047
+ [0, 0], 2
1048
+ ];
1049
+ var StartCampaignRequest$ = [3, n0, _SCR,
1050
+ 0,
1051
+ [_i],
1052
+ [[0, 1]], 1
1053
+ ];
1054
+ var StartInstanceOnboardingJobRequest$ = [3, n0, _SIOJR,
1055
+ 0,
1056
+ [_cII, _eC],
1057
+ [[0, 1], () => EncryptionConfig$], 2
1058
+ ];
1059
+ var StartInstanceOnboardingJobResponse$ = [3, n0, _SIOJRt,
1060
+ 0,
1061
+ [_cIOJS],
1062
+ [() => InstanceOnboardingJobStatus$]
1063
+ ];
1064
+ var StopCampaignRequest$ = [3, n0, _SCRt,
1065
+ 0,
1066
+ [_i],
1067
+ [[0, 1]], 1
1068
+ ];
1069
+ var SuccessfulCampaignStateResponse$ = [3, n0, _SCSR,
1070
+ 0,
1071
+ [_cI, _st],
1072
+ [0, 0]
1073
+ ];
1074
+ var SuccessfulProfileOutboundRequest$ = [3, n0, _SPOR,
1075
+ 0,
1076
+ [_cT, _i],
1077
+ [0, 0]
1078
+ ];
1079
+ var SuccessfulRequest$ = [3, n0, _SR,
1080
+ 0,
1081
+ [_cT, _i],
1082
+ [0, 0]
1083
+ ];
1084
+ var TagResourceRequest$ = [3, n0, _TRR,
1085
+ 0,
1086
+ [_a, _ta],
1087
+ [[0, 1], 128 | 0], 2
1088
+ ];
1089
+ var TelephonyChannelSubtypeConfig$ = [3, n0, _TCSC,
1090
+ 0,
1091
+ [_oM, _dOC, _cap, _cQI],
1092
+ [() => TelephonyOutboundMode$, () => TelephonyOutboundConfig$, 1, 0], 2
1093
+ ];
1094
+ var TelephonyChannelSubtypeParameters$ = [3, n0, _TCSP,
1095
+ 0,
1096
+ [_dPN, _at, _cSPN, _aMDC, _rT],
1097
+ [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, () => AnswerMachineDetectionConfig$, 1], 2
1098
+ ];
1099
+ var TelephonyOutboundConfig$ = [3, n0, _TOC,
1100
+ 0,
1101
+ [_cCFI, _cSPN, _aMDC, _rT],
1102
+ [0, 0, () => AnswerMachineDetectionConfig$, 1], 1
1103
+ ];
1104
+ var TimeoutConfig$ = [3, n0, _TC,
1105
+ 0,
1106
+ [_dIS],
1107
+ [1], 1
1108
+ ];
1109
+ var TimeRange$ = [3, n0, _TR,
1110
+ 0,
1111
+ [_sT, _eTn],
1112
+ [0, 0], 2
1113
+ ];
1114
+ var TimeWindow$ = [3, n0, _TW,
1115
+ 0,
1116
+ [_oH, _rP],
1117
+ [() => OpenHours$, () => RestrictedPeriods$], 1
1118
+ ];
1119
+ var UntagResourceRequest$ = [3, n0, _URR,
1120
+ 0,
1121
+ [_a, _tK],
1122
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1123
+ ];
1124
+ var UpdateCampaignChannelSubtypeConfigRequest$ = [3, n0, _UCCSCR,
1125
+ 0,
1126
+ [_i, _cSC],
1127
+ [[0, 1], [() => ChannelSubtypeConfig$, 0]], 2
1128
+ ];
1129
+ var UpdateCampaignCommunicationLimitsRequest$ = [3, n0, _UCCLR,
1130
+ 0,
1131
+ [_i, _cLO],
1132
+ [[0, 1], () => CommunicationLimitsConfig$], 2
1133
+ ];
1134
+ var UpdateCampaignCommunicationTimeRequest$ = [3, n0, _UCCTR,
1135
+ 0,
1136
+ [_i, _cTC],
1137
+ [[0, 1], () => CommunicationTimeConfig$], 2
1138
+ ];
1139
+ var UpdateCampaignEntryLimitsRequest$ = [3, n0, _UCELR,
1140
+ 0,
1141
+ [_i, _eLC],
1142
+ [[0, 1], () => EntryLimitsConfig$], 2
1143
+ ];
1144
+ var UpdateCampaignFlowAssociationRequest$ = [3, n0, _UCFAR,
1145
+ 0,
1146
+ [_i, _cCFA],
1147
+ [[0, 1], 0], 2
1148
+ ];
1149
+ var UpdateCampaignNameRequest$ = [3, n0, _UCNR,
1150
+ 0,
1151
+ [_i, _n],
1152
+ [[0, 1], 0], 2
1153
+ ];
1154
+ var UpdateCampaignScheduleRequest$ = [3, n0, _UCSR,
1155
+ 0,
1156
+ [_i, _sc],
1157
+ [[0, 1], () => Schedule$], 2
1158
+ ];
1159
+ var UpdateCampaignSourceRequest$ = [3, n0, _UCSRp,
1160
+ 0,
1161
+ [_i, _so],
1162
+ [[0, 1], () => Source$], 2
1163
+ ];
1164
+ var WebNotificationContext$ = [3, n0, _WNC,
1165
+ 0,
1166
+ [_sI, _bI],
1167
+ [0, 0]
1168
+ ];
1169
+ var WhatsAppChannelSubtypeConfig$ = [3, n0, _WACSC,
1170
+ 0,
1171
+ [_oM, _dOC, _cap],
1172
+ [() => WhatsAppOutboundMode$, () => WhatsAppOutboundConfig$, 1], 2
1173
+ ];
1174
+ var WhatsAppChannelSubtypeParameters$ = [3, n0, _WACSP,
1175
+ 0,
1176
+ [_dPN, _tP, _cSPNA, _tA],
1177
+ [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, 0], 2
1178
+ ];
1179
+ var WhatsAppOutboundConfig$ = [3, n0, _WAOC,
1180
+ 0,
1181
+ [_cSPNA, _wTA],
1182
+ [0, 0], 2
1183
+ ];
1184
+ var __Unit = "unit";
1185
+ var CampaignSummaryList = [1, n0, _CSL,
1186
+ 0, () => CampaignSummary$
1187
+ ];
1188
+ var CommunicationLimitList = [1, n0, _CLL,
1189
+ 0, () => CommunicationLimit$
1190
+ ];
1191
+ var FailedCampaignStateResponseList = [1, n0, _FCSRL,
1192
+ 0, () => FailedCampaignStateResponse$
1193
+ ];
1194
+ var FailedProfileOutboundRequestList = [1, n0, _FPORL,
1195
+ 0, () => FailedProfileOutboundRequest$
1196
+ ];
1197
+ var FailedRequestList = [1, n0, _FRL,
1198
+ 0, () => FailedRequest$
1199
+ ];
1200
+ var IntegrationSummaryList = [1, n0, _ISL,
1201
+ 0, () => IntegrationSummary$
1202
+ ];
1203
+ var OutboundRequestList = [1, n0, _ORL,
1204
+ 0, [() => OutboundRequest$,
1205
+ 0]
1206
+ ];
1207
+ var ProfileOutboundRequestList = [1, n0, _PORL,
1208
+ 0, () => ProfileOutboundRequest$
1209
+ ];
1210
+ var RestrictedPeriodList = [1, n0, _RPL,
1211
+ 0, () => RestrictedPeriod$
1212
+ ];
1213
+ var SuccessfulCampaignStateResponseList = [1, n0, _SCSRL,
1214
+ 0, () => SuccessfulCampaignStateResponse$
1215
+ ];
1216
+ var SuccessfulProfileOutboundRequestList = [1, n0, _SPORL,
1217
+ 0, () => SuccessfulProfileOutboundRequest$
1218
+ ];
1219
+ var SuccessfulRequestList = [1, n0, _SRL,
1220
+ 0, () => SuccessfulRequest$
1221
+ ];
1222
+ var TimeRangeList = [1, n0, _TRL,
1223
+ 0, () => TimeRange$
1224
+ ];
1225
+ var Attributes = [2, n0, _A,
1226
+ 8, 0, 0
1227
+ ];
1228
+ var DailyHours = [2, n0, _DH,
1229
+ 0, 0, () => TimeRangeList
1230
+ ];
1231
+ var ChannelSubtypeParameters$ = [4, n0, _CSP,
1232
+ 0,
1233
+ [_te, _sm, _em, _wA],
1234
+ [[() => TelephonyChannelSubtypeParameters$, 0], [() => SmsChannelSubtypeParameters$, 0], [() => EmailChannelSubtypeParameters$, 0], [() => WhatsAppChannelSubtypeParameters$, 0]]
1235
+ ];
1236
+ var CommunicationLimits$ = [4, n0, _CLo,
1237
+ 0,
1238
+ [_cLL],
1239
+ [() => CommunicationLimitList]
1240
+ ];
1241
+ var EmailOutboundMode$ = [4, n0, _EOM,
1242
+ 0,
1243
+ [_ag],
1244
+ [() => AgentlessConfig$]
1245
+ ];
1246
+ var IntegrationConfig$ = [4, n0, _ICn,
1247
+ 0,
1248
+ [_cP, _qC, _l],
1249
+ [() => CustomerProfilesIntegrationConfig$, () => QConnectIntegrationConfig$, () => LambdaIntegrationConfig$]
1250
+ ];
1251
+ var IntegrationIdentifier$ = [4, n0, _II,
1252
+ 0,
1253
+ [_cP, _qC, _l],
1254
+ [() => CustomerProfilesIntegrationIdentifier$, () => QConnectIntegrationIdentifier$, () => LambdaIntegrationIdentifier$]
1255
+ ];
1256
+ var IntegrationSummary$ = [4, n0, _IS,
1257
+ 0,
1258
+ [_cP, _qC, _l],
1259
+ [() => CustomerProfilesIntegrationSummary$, () => QConnectIntegrationSummary$, () => LambdaIntegrationSummary$]
1260
+ ];
1261
+ var OpenHours$ = [4, n0, _OH,
1262
+ 0,
1263
+ [_dH],
1264
+ [() => DailyHours]
1265
+ ];
1266
+ var RestrictedPeriods$ = [4, n0, _RPe,
1267
+ 0,
1268
+ [_rPL],
1269
+ [() => RestrictedPeriodList]
1270
+ ];
1271
+ var SmsOutboundMode$ = [4, n0, _SOM,
1272
+ 0,
1273
+ [_ag],
1274
+ [() => AgentlessConfig$]
1275
+ ];
1276
+ var Source$ = [4, n0, _So,
1277
+ 0,
1278
+ [_cPSA, _eTv],
1279
+ [0, () => EventTrigger$]
1280
+ ];
1281
+ var TelephonyOutboundMode$ = [4, n0, _TOM,
1282
+ 0,
1283
+ [_p, _pr, _ag, _pre],
1284
+ [() => ProgressiveConfig$, () => PredictiveConfig$, () => AgentlessConfig$, () => PreviewConfig$]
1285
+ ];
1286
+ var WhatsAppOutboundMode$ = [4, n0, _WAOM,
1287
+ 0,
1288
+ [_ag],
1289
+ [() => AgentlessConfig$]
1290
+ ];
1291
+ var CreateCampaign$ = [9, n0, _CCr,
1292
+ { [_h]: ["PUT", "/v2/campaigns", 200] }, () => CreateCampaignRequest$, () => CreateCampaignResponse$
1293
+ ];
1294
+ var DeleteCampaign$ = [9, n0, _DC,
1295
+ { [_h]: ["DELETE", "/v2/campaigns/{id}", 200] }, () => DeleteCampaignRequest$, () => __Unit
1296
+ ];
1297
+ var DeleteCampaignChannelSubtypeConfig$ = [9, n0, _DCCSC,
1298
+ { [_h]: ["DELETE", "/v2/campaigns/{id}/channel-subtype-config", 200] }, () => DeleteCampaignChannelSubtypeConfigRequest$, () => __Unit
1299
+ ];
1300
+ var DeleteCampaignCommunicationLimits$ = [9, n0, _DCCL,
1301
+ { [_h]: ["DELETE", "/v2/campaigns/{id}/communication-limits", 200] }, () => DeleteCampaignCommunicationLimitsRequest$, () => __Unit
1302
+ ];
1303
+ var DeleteCampaignCommunicationTime$ = [9, n0, _DCCT,
1304
+ { [_h]: ["DELETE", "/v2/campaigns/{id}/communication-time", 200] }, () => DeleteCampaignCommunicationTimeRequest$, () => __Unit
1305
+ ];
1306
+ var DeleteCampaignEntryLimits$ = [9, n0, _DCEL,
1307
+ { [_h]: ["DELETE", "/v2/campaigns/{id}/entry-limits", 200] }, () => DeleteCampaignEntryLimitsRequest$, () => __Unit
1308
+ ];
1309
+ var DeleteConnectInstanceConfig$ = [9, n0, _DCIC,
1310
+ { [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/config", 200] }, () => DeleteConnectInstanceConfigRequest$, () => __Unit
1311
+ ];
1312
+ var DeleteConnectInstanceIntegration$ = [9, n0, _DCII,
1313
+ { [_h]: ["POST", "/v2/connect-instance/{connectInstanceId}/integrations/delete", 200] }, () => DeleteConnectInstanceIntegrationRequest$, () => __Unit
1314
+ ];
1315
+ var DeleteInstanceOnboardingJob$ = [9, n0, _DIOJ,
1316
+ { [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] }, () => DeleteInstanceOnboardingJobRequest$, () => __Unit
1317
+ ];
1318
+ var DescribeCampaign$ = [9, n0, _DCe,
1319
+ { [_h]: ["GET", "/v2/campaigns/{id}", 200] }, () => DescribeCampaignRequest$, () => DescribeCampaignResponse$
1320
+ ];
1321
+ var GetCampaignState$ = [9, n0, _GCS,
1322
+ { [_h]: ["GET", "/v2/campaigns/{id}/state", 200] }, () => GetCampaignStateRequest$, () => GetCampaignStateResponse$
1323
+ ];
1324
+ var GetCampaignStateBatch$ = [9, n0, _GCSB,
1325
+ { [_h]: ["POST", "/v2/campaigns-state", 200] }, () => GetCampaignStateBatchRequest$, () => GetCampaignStateBatchResponse$
1326
+ ];
1327
+ var GetConnectInstanceConfig$ = [9, n0, _GCIC,
1328
+ { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/config", 200] }, () => GetConnectInstanceConfigRequest$, () => GetConnectInstanceConfigResponse$
1329
+ ];
1330
+ var GetInstanceCommunicationLimits$ = [9, n0, _GICL,
1331
+ { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200] }, () => GetInstanceCommunicationLimitsRequest$, () => GetInstanceCommunicationLimitsResponse$
1332
+ ];
1333
+ var GetInstanceOnboardingJobStatus$ = [9, n0, _GIOJS,
1334
+ { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] }, () => GetInstanceOnboardingJobStatusRequest$, () => GetInstanceOnboardingJobStatusResponse$
1335
+ ];
1336
+ var ListCampaigns$ = [9, n0, _LC,
1337
+ { [_h]: ["POST", "/v2/campaigns-summary", 200] }, () => ListCampaignsRequest$, () => ListCampaignsResponse$
1338
+ ];
1339
+ var ListConnectInstanceIntegrations$ = [9, n0, _LCII,
1340
+ { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/integrations", 200] }, () => ListConnectInstanceIntegrationsRequest$, () => ListConnectInstanceIntegrationsResponse$
1341
+ ];
1342
+ var ListTagsForResource$ = [9, n0, _LTFR,
1343
+ { [_h]: ["GET", "/v2/tags/{arn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1344
+ ];
1345
+ var PauseCampaign$ = [9, n0, _PCa,
1346
+ { [_h]: ["POST", "/v2/campaigns/{id}/pause", 200] }, () => PauseCampaignRequest$, () => __Unit
1347
+ ];
1348
+ var PutConnectInstanceIntegration$ = [9, n0, _PCII,
1349
+ { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/integrations", 200] }, () => PutConnectInstanceIntegrationRequest$, () => __Unit
1350
+ ];
1351
+ var PutInstanceCommunicationLimits$ = [9, n0, _PICL,
1352
+ { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200] }, () => PutInstanceCommunicationLimitsRequest$, () => __Unit
1353
+ ];
1354
+ var PutOutboundRequestBatch$ = [9, n0, _PORB,
1355
+ { [_h]: ["PUT", "/v2/campaigns/{id}/outbound-requests", 200] }, () => PutOutboundRequestBatchRequest$, () => PutOutboundRequestBatchResponse$
1356
+ ];
1357
+ var PutProfileOutboundRequestBatch$ = [9, n0, _PPORB,
1358
+ { [_h]: ["PUT", "/v2/campaigns/{id}/profile-outbound-requests", 200] }, () => PutProfileOutboundRequestBatchRequest$, () => PutProfileOutboundRequestBatchResponse$
1359
+ ];
1360
+ var ResumeCampaign$ = [9, n0, _RC,
1361
+ { [_h]: ["POST", "/v2/campaigns/{id}/resume", 200] }, () => ResumeCampaignRequest$, () => __Unit
1362
+ ];
1363
+ var StartCampaign$ = [9, n0, _SC,
1364
+ { [_h]: ["POST", "/v2/campaigns/{id}/start", 200] }, () => StartCampaignRequest$, () => __Unit
1365
+ ];
1366
+ var StartInstanceOnboardingJob$ = [9, n0, _SIOJ,
1367
+ { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] }, () => StartInstanceOnboardingJobRequest$, () => StartInstanceOnboardingJobResponse$
1368
+ ];
1369
+ var StopCampaign$ = [9, n0, _SCt,
1370
+ { [_h]: ["POST", "/v2/campaigns/{id}/stop", 200] }, () => StopCampaignRequest$, () => __Unit
1371
+ ];
1372
+ var TagResource$ = [9, n0, _TRa,
1373
+ { [_h]: ["POST", "/v2/tags/{arn}", 200] }, () => TagResourceRequest$, () => __Unit
1374
+ ];
1375
+ var UntagResource$ = [9, n0, _UR,
1376
+ { [_h]: ["DELETE", "/v2/tags/{arn}", 200] }, () => UntagResourceRequest$, () => __Unit
1377
+ ];
1378
+ var UpdateCampaignChannelSubtypeConfig$ = [9, n0, _UCCSC,
1379
+ { [_h]: ["POST", "/v2/campaigns/{id}/channel-subtype-config", 200] }, () => UpdateCampaignChannelSubtypeConfigRequest$, () => __Unit
1380
+ ];
1381
+ var UpdateCampaignCommunicationLimits$ = [9, n0, _UCCL,
1382
+ { [_h]: ["POST", "/v2/campaigns/{id}/communication-limits", 200] }, () => UpdateCampaignCommunicationLimitsRequest$, () => __Unit
1383
+ ];
1384
+ var UpdateCampaignCommunicationTime$ = [9, n0, _UCCT,
1385
+ { [_h]: ["POST", "/v2/campaigns/{id}/communication-time", 200] }, () => UpdateCampaignCommunicationTimeRequest$, () => __Unit
1386
+ ];
1387
+ var UpdateCampaignEntryLimits$ = [9, n0, _UCEL,
1388
+ { [_h]: ["POST", "/v2/campaigns/{id}/entry-limits", 200] }, () => UpdateCampaignEntryLimitsRequest$, () => __Unit
1389
+ ];
1390
+ var UpdateCampaignFlowAssociation$ = [9, n0, _UCFA,
1391
+ { [_h]: ["POST", "/v2/campaigns/{id}/flow", 200] }, () => UpdateCampaignFlowAssociationRequest$, () => __Unit
1392
+ ];
1393
+ var UpdateCampaignName$ = [9, n0, _UCN,
1394
+ { [_h]: ["POST", "/v2/campaigns/{id}/name", 200] }, () => UpdateCampaignNameRequest$, () => __Unit
1395
+ ];
1396
+ var UpdateCampaignSchedule$ = [9, n0, _UCS,
1397
+ { [_h]: ["POST", "/v2/campaigns/{id}/schedule", 200] }, () => UpdateCampaignScheduleRequest$, () => __Unit
1398
+ ];
1399
+ var UpdateCampaignSource$ = [9, n0, _UCSp,
1400
+ { [_h]: ["POST", "/v2/campaigns/{id}/source", 200] }, () => UpdateCampaignSourceRequest$, () => __Unit
1401
+ ];
1402
+
1403
+ const getRuntimeConfig$1 = (config) => {
1404
+ return {
1405
+ apiVersion: "2024-04-23",
1406
+ base64Decoder: config?.base64Decoder ?? fromBase64,
1407
+ base64Encoder: config?.base64Encoder ?? toBase64,
1408
+ disableHostPrefix: config?.disableHostPrefix ?? false,
1409
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
1410
+ extensions: config?.extensions ?? [],
1411
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultConnectCampaignsV2HttpAuthSchemeProvider,
1412
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
1413
+ {
1414
+ schemeId: "aws.auth#sigv4",
1415
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
1416
+ signer: new AwsSdkSigV4Signer(),
1417
+ },
1418
+ ],
1419
+ logger: config?.logger ?? new NoOpLogger(),
1420
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
1421
+ protocolSettings: config?.protocolSettings ?? {
1422
+ defaultNamespace: "com.amazonaws.connectcampaignsv2",
1423
+ errorTypeRegistries,
1424
+ version: "2024-04-23",
1425
+ serviceTarget: "AmazonConnectCampaignServiceV2",
1426
+ },
1427
+ serviceId: config?.serviceId ?? "ConnectCampaignsV2",
1428
+ sha256: config?.sha256 ?? Sha256,
1429
+ urlParser: config?.urlParser ?? parseUrl,
1430
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1431
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
1432
+ };
1433
+ };
1434
+
1435
+ const getRuntimeConfig = (config) => {
1436
+ emitWarningIfUnsupportedVersion(process.version);
1437
+ const defaultsMode = resolveDefaultsModeConfig(config);
1438
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
1439
+ const clientSharedValues = getRuntimeConfig$1(config);
1440
+ emitWarningIfUnsupportedVersion$1(process.version);
1441
+ const loaderConfig = {
1442
+ profile: config?.profile,
1443
+ logger: clientSharedValues.logger,
1444
+ };
1445
+ return {
1446
+ ...clientSharedValues,
1447
+ ...config,
1448
+ runtime: "node",
1449
+ defaultsMode,
1450
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
1451
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
1452
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
1453
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
1454
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
1455
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
1456
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
1457
+ retryMode: config?.retryMode ??
1458
+ loadConfig({
1459
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1460
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1461
+ }, config),
1462
+ streamCollector: config?.streamCollector ?? streamCollector,
1463
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1464
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1465
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
1466
+ };
1467
+ };
1468
+
34
1469
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
1470
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
1471
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -692,6 +2127,7 @@ const EventType = {
692
2127
  CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
693
2128
  CAMPAIGN_SMS: "Campaign-SMS",
694
2129
  CAMPAIGN_TELEPHONY: "Campaign-Telephony",
2130
+ CAMPAIGN_WEB_NOTIFICATION: "Campaign-WebNotification",
695
2131
  CAMPAIGN_WHATS_APP: "Campaign-WhatsApp",
696
2132
  };
697
2133
  const FailureCode = {
@@ -708,64 +2144,241 @@ const ProfileOutboundRequestFailureCode = {
708
2144
  UNKNOWN_ERROR: "UnknownError",
709
2145
  };
710
2146
 
2147
+ exports.AccessDeniedException = AccessDeniedException;
2148
+ exports.AccessDeniedException$ = AccessDeniedException$;
711
2149
  exports.AgentAction = AgentAction;
2150
+ exports.AgentlessConfig$ = AgentlessConfig$;
2151
+ exports.AnswerMachineDetectionConfig$ = AnswerMachineDetectionConfig$;
2152
+ exports.Campaign$ = Campaign$;
712
2153
  exports.CampaignDeletionPolicy = CampaignDeletionPolicy;
2154
+ exports.CampaignFilters$ = CampaignFilters$;
713
2155
  exports.CampaignState = CampaignState;
2156
+ exports.CampaignSummary$ = CampaignSummary$;
2157
+ exports.ChannelContext$ = ChannelContext$;
714
2158
  exports.ChannelSubtype = ChannelSubtype;
2159
+ exports.ChannelSubtypeConfig$ = ChannelSubtypeConfig$;
2160
+ exports.ChannelSubtypeParameters$ = ChannelSubtypeParameters$;
2161
+ exports.CommunicationLimit$ = CommunicationLimit$;
715
2162
  exports.CommunicationLimitTimeUnit = CommunicationLimitTimeUnit;
2163
+ exports.CommunicationLimits$ = CommunicationLimits$;
2164
+ exports.CommunicationLimitsConfig$ = CommunicationLimitsConfig$;
716
2165
  exports.CommunicationLimitsConfigType = CommunicationLimitsConfigType;
2166
+ exports.CommunicationTimeConfig$ = CommunicationTimeConfig$;
717
2167
  exports.CommunicationTimeConfigType = CommunicationTimeConfigType;
2168
+ exports.ConflictException = ConflictException;
2169
+ exports.ConflictException$ = ConflictException$;
718
2170
  exports.ConnectCampaignsV2 = ConnectCampaignsV2;
719
2171
  exports.ConnectCampaignsV2Client = ConnectCampaignsV2Client;
2172
+ exports.ConnectCampaignsV2ServiceException = ConnectCampaignsV2ServiceException;
2173
+ exports.ConnectCampaignsV2ServiceException$ = ConnectCampaignsV2ServiceException$;
2174
+ exports.CreateCampaign$ = CreateCampaign$;
720
2175
  exports.CreateCampaignCommand = CreateCampaignCommand;
2176
+ exports.CreateCampaignRequest$ = CreateCampaignRequest$;
2177
+ exports.CreateCampaignResponse$ = CreateCampaignResponse$;
2178
+ exports.CustomerProfilesIntegrationConfig$ = CustomerProfilesIntegrationConfig$;
2179
+ exports.CustomerProfilesIntegrationIdentifier$ = CustomerProfilesIntegrationIdentifier$;
2180
+ exports.CustomerProfilesIntegrationSummary$ = CustomerProfilesIntegrationSummary$;
721
2181
  exports.DayOfWeek = DayOfWeek;
2182
+ exports.DeleteCampaign$ = DeleteCampaign$;
2183
+ exports.DeleteCampaignChannelSubtypeConfig$ = DeleteCampaignChannelSubtypeConfig$;
722
2184
  exports.DeleteCampaignChannelSubtypeConfigCommand = DeleteCampaignChannelSubtypeConfigCommand;
2185
+ exports.DeleteCampaignChannelSubtypeConfigRequest$ = DeleteCampaignChannelSubtypeConfigRequest$;
723
2186
  exports.DeleteCampaignCommand = DeleteCampaignCommand;
2187
+ exports.DeleteCampaignCommunicationLimits$ = DeleteCampaignCommunicationLimits$;
724
2188
  exports.DeleteCampaignCommunicationLimitsCommand = DeleteCampaignCommunicationLimitsCommand;
2189
+ exports.DeleteCampaignCommunicationLimitsRequest$ = DeleteCampaignCommunicationLimitsRequest$;
2190
+ exports.DeleteCampaignCommunicationTime$ = DeleteCampaignCommunicationTime$;
725
2191
  exports.DeleteCampaignCommunicationTimeCommand = DeleteCampaignCommunicationTimeCommand;
2192
+ exports.DeleteCampaignCommunicationTimeRequest$ = DeleteCampaignCommunicationTimeRequest$;
2193
+ exports.DeleteCampaignEntryLimits$ = DeleteCampaignEntryLimits$;
726
2194
  exports.DeleteCampaignEntryLimitsCommand = DeleteCampaignEntryLimitsCommand;
2195
+ exports.DeleteCampaignEntryLimitsRequest$ = DeleteCampaignEntryLimitsRequest$;
2196
+ exports.DeleteCampaignRequest$ = DeleteCampaignRequest$;
2197
+ exports.DeleteConnectInstanceConfig$ = DeleteConnectInstanceConfig$;
727
2198
  exports.DeleteConnectInstanceConfigCommand = DeleteConnectInstanceConfigCommand;
2199
+ exports.DeleteConnectInstanceConfigRequest$ = DeleteConnectInstanceConfigRequest$;
2200
+ exports.DeleteConnectInstanceIntegration$ = DeleteConnectInstanceIntegration$;
728
2201
  exports.DeleteConnectInstanceIntegrationCommand = DeleteConnectInstanceIntegrationCommand;
2202
+ exports.DeleteConnectInstanceIntegrationRequest$ = DeleteConnectInstanceIntegrationRequest$;
2203
+ exports.DeleteInstanceOnboardingJob$ = DeleteInstanceOnboardingJob$;
729
2204
  exports.DeleteInstanceOnboardingJobCommand = DeleteInstanceOnboardingJobCommand;
2205
+ exports.DeleteInstanceOnboardingJobRequest$ = DeleteInstanceOnboardingJobRequest$;
2206
+ exports.DescribeCampaign$ = DescribeCampaign$;
730
2207
  exports.DescribeCampaignCommand = DescribeCampaignCommand;
2208
+ exports.DescribeCampaignRequest$ = DescribeCampaignRequest$;
2209
+ exports.DescribeCampaignResponse$ = DescribeCampaignResponse$;
2210
+ exports.EmailChannelSubtypeConfig$ = EmailChannelSubtypeConfig$;
2211
+ exports.EmailChannelSubtypeParameters$ = EmailChannelSubtypeParameters$;
2212
+ exports.EmailOutboundConfig$ = EmailOutboundConfig$;
2213
+ exports.EmailOutboundMode$ = EmailOutboundMode$;
2214
+ exports.EncryptionConfig$ = EncryptionConfig$;
731
2215
  exports.EncryptionType = EncryptionType;
2216
+ exports.EntryLimitsConfig$ = EntryLimitsConfig$;
2217
+ exports.EventTrigger$ = EventTrigger$;
2218
+ exports.EventTriggerContext$ = EventTriggerContext$;
732
2219
  exports.EventType = EventType;
733
2220
  exports.ExternalCampaignType = ExternalCampaignType;
2221
+ exports.FailedCampaignStateResponse$ = FailedCampaignStateResponse$;
2222
+ exports.FailedProfileOutboundRequest$ = FailedProfileOutboundRequest$;
2223
+ exports.FailedRequest$ = FailedRequest$;
734
2224
  exports.FailureCode = FailureCode;
2225
+ exports.GetCampaignState$ = GetCampaignState$;
2226
+ exports.GetCampaignStateBatch$ = GetCampaignStateBatch$;
735
2227
  exports.GetCampaignStateBatchCommand = GetCampaignStateBatchCommand;
736
2228
  exports.GetCampaignStateBatchFailureCode = GetCampaignStateBatchFailureCode;
2229
+ exports.GetCampaignStateBatchRequest$ = GetCampaignStateBatchRequest$;
2230
+ exports.GetCampaignStateBatchResponse$ = GetCampaignStateBatchResponse$;
737
2231
  exports.GetCampaignStateCommand = GetCampaignStateCommand;
2232
+ exports.GetCampaignStateRequest$ = GetCampaignStateRequest$;
2233
+ exports.GetCampaignStateResponse$ = GetCampaignStateResponse$;
2234
+ exports.GetConnectInstanceConfig$ = GetConnectInstanceConfig$;
738
2235
  exports.GetConnectInstanceConfigCommand = GetConnectInstanceConfigCommand;
2236
+ exports.GetConnectInstanceConfigRequest$ = GetConnectInstanceConfigRequest$;
2237
+ exports.GetConnectInstanceConfigResponse$ = GetConnectInstanceConfigResponse$;
2238
+ exports.GetInstanceCommunicationLimits$ = GetInstanceCommunicationLimits$;
739
2239
  exports.GetInstanceCommunicationLimitsCommand = GetInstanceCommunicationLimitsCommand;
2240
+ exports.GetInstanceCommunicationLimitsRequest$ = GetInstanceCommunicationLimitsRequest$;
2241
+ exports.GetInstanceCommunicationLimitsResponse$ = GetInstanceCommunicationLimitsResponse$;
2242
+ exports.GetInstanceOnboardingJobStatus$ = GetInstanceOnboardingJobStatus$;
740
2243
  exports.GetInstanceOnboardingJobStatusCommand = GetInstanceOnboardingJobStatusCommand;
2244
+ exports.GetInstanceOnboardingJobStatusRequest$ = GetInstanceOnboardingJobStatusRequest$;
2245
+ exports.GetInstanceOnboardingJobStatusResponse$ = GetInstanceOnboardingJobStatusResponse$;
2246
+ exports.InstanceCommunicationLimitsConfig$ = InstanceCommunicationLimitsConfig$;
2247
+ exports.InstanceConfig$ = InstanceConfig$;
2248
+ exports.InstanceIdFilter$ = InstanceIdFilter$;
741
2249
  exports.InstanceIdFilterOperator = InstanceIdFilterOperator;
742
2250
  exports.InstanceLimitsHandling = InstanceLimitsHandling;
743
2251
  exports.InstanceOnboardingJobFailureCode = InstanceOnboardingJobFailureCode;
2252
+ exports.InstanceOnboardingJobStatus$ = InstanceOnboardingJobStatus$;
744
2253
  exports.InstanceOnboardingJobStatusCode = InstanceOnboardingJobStatusCode;
2254
+ exports.IntegrationConfig$ = IntegrationConfig$;
2255
+ exports.IntegrationIdentifier$ = IntegrationIdentifier$;
2256
+ exports.IntegrationSummary$ = IntegrationSummary$;
2257
+ exports.InternalServerException = InternalServerException;
2258
+ exports.InternalServerException$ = InternalServerException$;
2259
+ exports.InvalidCampaignStateException = InvalidCampaignStateException;
2260
+ exports.InvalidCampaignStateException$ = InvalidCampaignStateException$;
2261
+ exports.InvalidStateException = InvalidStateException;
2262
+ exports.InvalidStateException$ = InvalidStateException$;
2263
+ exports.LambdaIntegrationConfig$ = LambdaIntegrationConfig$;
2264
+ exports.LambdaIntegrationIdentifier$ = LambdaIntegrationIdentifier$;
2265
+ exports.LambdaIntegrationSummary$ = LambdaIntegrationSummary$;
2266
+ exports.ListCampaigns$ = ListCampaigns$;
745
2267
  exports.ListCampaignsCommand = ListCampaignsCommand;
2268
+ exports.ListCampaignsRequest$ = ListCampaignsRequest$;
2269
+ exports.ListCampaignsResponse$ = ListCampaignsResponse$;
2270
+ exports.ListConnectInstanceIntegrations$ = ListConnectInstanceIntegrations$;
746
2271
  exports.ListConnectInstanceIntegrationsCommand = ListConnectInstanceIntegrationsCommand;
2272
+ exports.ListConnectInstanceIntegrationsRequest$ = ListConnectInstanceIntegrationsRequest$;
2273
+ exports.ListConnectInstanceIntegrationsResponse$ = ListConnectInstanceIntegrationsResponse$;
2274
+ exports.ListTagsForResource$ = ListTagsForResource$;
747
2275
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2276
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2277
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2278
+ exports.LocalTimeZoneConfig$ = LocalTimeZoneConfig$;
748
2279
  exports.LocalTimeZoneDetectionScope = LocalTimeZoneDetectionScope;
749
2280
  exports.LocalTimeZoneDetectionType = LocalTimeZoneDetectionType;
2281
+ exports.OpenHours$ = OpenHours$;
2282
+ exports.OutboundRequest$ = OutboundRequest$;
2283
+ exports.PauseCampaign$ = PauseCampaign$;
750
2284
  exports.PauseCampaignCommand = PauseCampaignCommand;
2285
+ exports.PauseCampaignRequest$ = PauseCampaignRequest$;
2286
+ exports.PredictiveConfig$ = PredictiveConfig$;
2287
+ exports.PreviewConfig$ = PreviewConfig$;
2288
+ exports.ProfileOutboundRequest$ = ProfileOutboundRequest$;
751
2289
  exports.ProfileOutboundRequestFailureCode = ProfileOutboundRequestFailureCode;
2290
+ exports.ProgressiveConfig$ = ProgressiveConfig$;
2291
+ exports.PutConnectInstanceIntegration$ = PutConnectInstanceIntegration$;
752
2292
  exports.PutConnectInstanceIntegrationCommand = PutConnectInstanceIntegrationCommand;
2293
+ exports.PutConnectInstanceIntegrationRequest$ = PutConnectInstanceIntegrationRequest$;
2294
+ exports.PutInstanceCommunicationLimits$ = PutInstanceCommunicationLimits$;
753
2295
  exports.PutInstanceCommunicationLimitsCommand = PutInstanceCommunicationLimitsCommand;
2296
+ exports.PutInstanceCommunicationLimitsRequest$ = PutInstanceCommunicationLimitsRequest$;
2297
+ exports.PutOutboundRequestBatch$ = PutOutboundRequestBatch$;
754
2298
  exports.PutOutboundRequestBatchCommand = PutOutboundRequestBatchCommand;
2299
+ exports.PutOutboundRequestBatchRequest$ = PutOutboundRequestBatchRequest$;
2300
+ exports.PutOutboundRequestBatchResponse$ = PutOutboundRequestBatchResponse$;
2301
+ exports.PutProfileOutboundRequestBatch$ = PutProfileOutboundRequestBatch$;
755
2302
  exports.PutProfileOutboundRequestBatchCommand = PutProfileOutboundRequestBatchCommand;
2303
+ exports.PutProfileOutboundRequestBatchRequest$ = PutProfileOutboundRequestBatchRequest$;
2304
+ exports.PutProfileOutboundRequestBatchResponse$ = PutProfileOutboundRequestBatchResponse$;
2305
+ exports.QConnectIntegrationConfig$ = QConnectIntegrationConfig$;
2306
+ exports.QConnectIntegrationIdentifier$ = QConnectIntegrationIdentifier$;
2307
+ exports.QConnectIntegrationSummary$ = QConnectIntegrationSummary$;
2308
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2309
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2310
+ exports.RestrictedPeriod$ = RestrictedPeriod$;
2311
+ exports.RestrictedPeriods$ = RestrictedPeriods$;
2312
+ exports.ResumeCampaign$ = ResumeCampaign$;
756
2313
  exports.ResumeCampaignCommand = ResumeCampaignCommand;
2314
+ exports.ResumeCampaignRequest$ = ResumeCampaignRequest$;
2315
+ exports.Schedule$ = Schedule$;
2316
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2317
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2318
+ exports.SmsChannelSubtypeConfig$ = SmsChannelSubtypeConfig$;
2319
+ exports.SmsChannelSubtypeParameters$ = SmsChannelSubtypeParameters$;
2320
+ exports.SmsOutboundConfig$ = SmsOutboundConfig$;
2321
+ exports.SmsOutboundMode$ = SmsOutboundMode$;
2322
+ exports.Source$ = Source$;
2323
+ exports.StartCampaign$ = StartCampaign$;
757
2324
  exports.StartCampaignCommand = StartCampaignCommand;
2325
+ exports.StartCampaignRequest$ = StartCampaignRequest$;
2326
+ exports.StartInstanceOnboardingJob$ = StartInstanceOnboardingJob$;
758
2327
  exports.StartInstanceOnboardingJobCommand = StartInstanceOnboardingJobCommand;
2328
+ exports.StartInstanceOnboardingJobRequest$ = StartInstanceOnboardingJobRequest$;
2329
+ exports.StartInstanceOnboardingJobResponse$ = StartInstanceOnboardingJobResponse$;
2330
+ exports.StopCampaign$ = StopCampaign$;
759
2331
  exports.StopCampaignCommand = StopCampaignCommand;
2332
+ exports.StopCampaignRequest$ = StopCampaignRequest$;
2333
+ exports.SuccessfulCampaignStateResponse$ = SuccessfulCampaignStateResponse$;
2334
+ exports.SuccessfulProfileOutboundRequest$ = SuccessfulProfileOutboundRequest$;
2335
+ exports.SuccessfulRequest$ = SuccessfulRequest$;
2336
+ exports.TagResource$ = TagResource$;
760
2337
  exports.TagResourceCommand = TagResourceCommand;
2338
+ exports.TagResourceRequest$ = TagResourceRequest$;
2339
+ exports.TelephonyChannelSubtypeConfig$ = TelephonyChannelSubtypeConfig$;
2340
+ exports.TelephonyChannelSubtypeParameters$ = TelephonyChannelSubtypeParameters$;
2341
+ exports.TelephonyOutboundConfig$ = TelephonyOutboundConfig$;
2342
+ exports.TelephonyOutboundMode$ = TelephonyOutboundMode$;
2343
+ exports.ThrottlingException = ThrottlingException;
2344
+ exports.ThrottlingException$ = ThrottlingException$;
2345
+ exports.TimeRange$ = TimeRange$;
2346
+ exports.TimeWindow$ = TimeWindow$;
2347
+ exports.TimeoutConfig$ = TimeoutConfig$;
2348
+ exports.UntagResource$ = UntagResource$;
761
2349
  exports.UntagResourceCommand = UntagResourceCommand;
2350
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2351
+ exports.UpdateCampaignChannelSubtypeConfig$ = UpdateCampaignChannelSubtypeConfig$;
762
2352
  exports.UpdateCampaignChannelSubtypeConfigCommand = UpdateCampaignChannelSubtypeConfigCommand;
2353
+ exports.UpdateCampaignChannelSubtypeConfigRequest$ = UpdateCampaignChannelSubtypeConfigRequest$;
2354
+ exports.UpdateCampaignCommunicationLimits$ = UpdateCampaignCommunicationLimits$;
763
2355
  exports.UpdateCampaignCommunicationLimitsCommand = UpdateCampaignCommunicationLimitsCommand;
2356
+ exports.UpdateCampaignCommunicationLimitsRequest$ = UpdateCampaignCommunicationLimitsRequest$;
2357
+ exports.UpdateCampaignCommunicationTime$ = UpdateCampaignCommunicationTime$;
764
2358
  exports.UpdateCampaignCommunicationTimeCommand = UpdateCampaignCommunicationTimeCommand;
2359
+ exports.UpdateCampaignCommunicationTimeRequest$ = UpdateCampaignCommunicationTimeRequest$;
2360
+ exports.UpdateCampaignEntryLimits$ = UpdateCampaignEntryLimits$;
765
2361
  exports.UpdateCampaignEntryLimitsCommand = UpdateCampaignEntryLimitsCommand;
2362
+ exports.UpdateCampaignEntryLimitsRequest$ = UpdateCampaignEntryLimitsRequest$;
2363
+ exports.UpdateCampaignFlowAssociation$ = UpdateCampaignFlowAssociation$;
766
2364
  exports.UpdateCampaignFlowAssociationCommand = UpdateCampaignFlowAssociationCommand;
2365
+ exports.UpdateCampaignFlowAssociationRequest$ = UpdateCampaignFlowAssociationRequest$;
2366
+ exports.UpdateCampaignName$ = UpdateCampaignName$;
767
2367
  exports.UpdateCampaignNameCommand = UpdateCampaignNameCommand;
2368
+ exports.UpdateCampaignNameRequest$ = UpdateCampaignNameRequest$;
2369
+ exports.UpdateCampaignSchedule$ = UpdateCampaignSchedule$;
768
2370
  exports.UpdateCampaignScheduleCommand = UpdateCampaignScheduleCommand;
2371
+ exports.UpdateCampaignScheduleRequest$ = UpdateCampaignScheduleRequest$;
2372
+ exports.UpdateCampaignSource$ = UpdateCampaignSource$;
769
2373
  exports.UpdateCampaignSourceCommand = UpdateCampaignSourceCommand;
2374
+ exports.UpdateCampaignSourceRequest$ = UpdateCampaignSourceRequest$;
2375
+ exports.ValidationException = ValidationException;
2376
+ exports.ValidationException$ = ValidationException$;
2377
+ exports.WebNotificationContext$ = WebNotificationContext$;
2378
+ exports.WhatsAppChannelSubtypeConfig$ = WhatsAppChannelSubtypeConfig$;
2379
+ exports.WhatsAppChannelSubtypeParameters$ = WhatsAppChannelSubtypeParameters$;
2380
+ exports.WhatsAppOutboundConfig$ = WhatsAppOutboundConfig$;
2381
+ exports.WhatsAppOutboundMode$ = WhatsAppOutboundMode$;
2382
+ exports.errorTypeRegistries = errorTypeRegistries;
770
2383
  exports.paginateListCampaigns = paginateListCampaigns;
771
2384
  exports.paginateListConnectInstanceIntegrations = paginateListConnectInstanceIntegrations;