@aws-sdk/client-connectcampaignsv2 3.1031.0 → 3.1033.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/README.md +14 -0
- package/dist-cjs/endpoint/bdd.js +49 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/schemas/schemas_0.js +39 -10
- package/dist-es/ConnectCampaignsV2.js +4 -0
- package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +16 -0
- package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/bdd.js +46 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/schemas/schemas_0.js +35 -6
- package/dist-types/ConnectCampaignsV2.d.ts +14 -0
- package/dist-types/ConnectCampaignsV2Client.d.ts +4 -2
- package/dist-types/commands/CreateCampaignCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +90 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +4 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +58 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/ConnectCampaignsV2.d.ts +34 -0
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +5 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
package/README.md
CHANGED
|
@@ -216,6 +216,13 @@ DeleteCampaignCommunicationTime
|
|
|
216
216
|
</details>
|
|
217
217
|
<details>
|
|
218
218
|
<summary>
|
|
219
|
+
DeleteCampaignEntryLimits
|
|
220
|
+
</summary>
|
|
221
|
+
|
|
222
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectcampaignsv2/command/DeleteCampaignEntryLimitsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectcampaignsv2/Interface/DeleteCampaignEntryLimitsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectcampaignsv2/Interface/DeleteCampaignEntryLimitsCommandOutput/)
|
|
223
|
+
</details>
|
|
224
|
+
<details>
|
|
225
|
+
<summary>
|
|
219
226
|
DeleteConnectInstanceConfig
|
|
220
227
|
</summary>
|
|
221
228
|
|
|
@@ -398,6 +405,13 @@ UpdateCampaignCommunicationTime
|
|
|
398
405
|
</details>
|
|
399
406
|
<details>
|
|
400
407
|
<summary>
|
|
408
|
+
UpdateCampaignEntryLimits
|
|
409
|
+
</summary>
|
|
410
|
+
|
|
411
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectcampaignsv2/command/UpdateCampaignEntryLimitsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectcampaignsv2/Interface/UpdateCampaignEntryLimitsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectcampaignsv2/Interface/UpdateCampaignEntryLimitsCommandOutput/)
|
|
412
|
+
</details>
|
|
413
|
+
<details>
|
|
414
|
+
<summary>
|
|
401
415
|
UpdateCampaignFlowAssociation
|
|
402
416
|
</summary>
|
|
403
417
|
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bdd = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@smithy/util-endpoints");
|
|
5
|
+
const k = "ref";
|
|
6
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
7
|
+
const _data = {
|
|
8
|
+
conditions: [
|
|
9
|
+
[c, [g]],
|
|
10
|
+
[c, j],
|
|
11
|
+
["aws.partition", j, d],
|
|
12
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
13
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
14
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
15
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
16
|
+
],
|
|
17
|
+
results: [
|
|
18
|
+
[a],
|
|
19
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
20
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
21
|
+
[g, i],
|
|
22
|
+
["https://connect-campaigns-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
23
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
24
|
+
["https://connect-campaigns-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
25
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
26
|
+
["https://connect-campaigns.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
27
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
28
|
+
["https://connect-campaigns.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
29
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
30
|
+
]
|
|
31
|
+
};
|
|
32
|
+
const root = 2;
|
|
33
|
+
const r = 100_000_000;
|
|
34
|
+
const nodes = new Int32Array([
|
|
35
|
+
-1, 1, -1,
|
|
36
|
+
0, 12, 3,
|
|
37
|
+
1, 4, r + 11,
|
|
38
|
+
2, 5, r + 11,
|
|
39
|
+
3, 8, 6,
|
|
40
|
+
4, 7, r + 10,
|
|
41
|
+
5, r + 8, r + 9,
|
|
42
|
+
4, 10, 9,
|
|
43
|
+
6, r + 6, r + 7,
|
|
44
|
+
5, 11, r + 5,
|
|
45
|
+
6, r + 4, r + 5,
|
|
46
|
+
3, r + 1, 13,
|
|
47
|
+
4, r + 2, r + 3,
|
|
48
|
+
]);
|
|
49
|
+
exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
|
-
const
|
|
6
|
+
const bdd_1 = require("./bdd");
|
|
7
7
|
const cache = new util_endpoints_2.EndpointCache({
|
|
8
8
|
size: 50,
|
|
9
9
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
10
|
});
|
|
11
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
|
-
return cache.get(endpointParams, () => (0, util_endpoints_2.
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
|
|
13
13
|
endpointParams: endpointParams,
|
|
14
14
|
logger: context.logger,
|
|
15
15
|
}));
|
package/dist-cjs/index.js
CHANGED
|
@@ -173,6 +173,18 @@ class DeleteCampaignCommunicationTimeCommand extends smithyClient.Command
|
|
|
173
173
|
.build() {
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
+
class DeleteCampaignEntryLimitsCommand extends smithyClient.Command
|
|
177
|
+
.classBuilder()
|
|
178
|
+
.ep(commonParams)
|
|
179
|
+
.m(function (Command, cs, config, o) {
|
|
180
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
181
|
+
})
|
|
182
|
+
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignEntryLimits", {})
|
|
183
|
+
.n("ConnectCampaignsV2Client", "DeleteCampaignEntryLimitsCommand")
|
|
184
|
+
.sc(schemas_0.DeleteCampaignEntryLimits$)
|
|
185
|
+
.build() {
|
|
186
|
+
}
|
|
187
|
+
|
|
176
188
|
class DeleteConnectInstanceConfigCommand extends smithyClient.Command
|
|
177
189
|
.classBuilder()
|
|
178
190
|
.ep(commonParams)
|
|
@@ -485,6 +497,18 @@ class UpdateCampaignCommunicationTimeCommand extends smithyClient.Command
|
|
|
485
497
|
.build() {
|
|
486
498
|
}
|
|
487
499
|
|
|
500
|
+
class UpdateCampaignEntryLimitsCommand extends smithyClient.Command
|
|
501
|
+
.classBuilder()
|
|
502
|
+
.ep(commonParams)
|
|
503
|
+
.m(function (Command, cs, config, o) {
|
|
504
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
505
|
+
})
|
|
506
|
+
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignEntryLimits", {})
|
|
507
|
+
.n("ConnectCampaignsV2Client", "UpdateCampaignEntryLimitsCommand")
|
|
508
|
+
.sc(schemas_0.UpdateCampaignEntryLimits$)
|
|
509
|
+
.build() {
|
|
510
|
+
}
|
|
511
|
+
|
|
488
512
|
class UpdateCampaignFlowAssociationCommand extends smithyClient.Command
|
|
489
513
|
.classBuilder()
|
|
490
514
|
.ep(commonParams)
|
|
@@ -543,6 +567,7 @@ const commands = {
|
|
|
543
567
|
DeleteCampaignChannelSubtypeConfigCommand,
|
|
544
568
|
DeleteCampaignCommunicationLimitsCommand,
|
|
545
569
|
DeleteCampaignCommunicationTimeCommand,
|
|
570
|
+
DeleteCampaignEntryLimitsCommand,
|
|
546
571
|
DeleteConnectInstanceConfigCommand,
|
|
547
572
|
DeleteConnectInstanceIntegrationCommand,
|
|
548
573
|
DeleteInstanceOnboardingJobCommand,
|
|
@@ -569,6 +594,7 @@ const commands = {
|
|
|
569
594
|
UpdateCampaignChannelSubtypeConfigCommand,
|
|
570
595
|
UpdateCampaignCommunicationLimitsCommand,
|
|
571
596
|
UpdateCampaignCommunicationTimeCommand,
|
|
597
|
+
UpdateCampaignEntryLimitsCommand,
|
|
572
598
|
UpdateCampaignFlowAssociationCommand,
|
|
573
599
|
UpdateCampaignNameCommand,
|
|
574
600
|
UpdateCampaignScheduleCommand,
|
|
@@ -698,6 +724,7 @@ exports.DeleteCampaignChannelSubtypeConfigCommand = DeleteCampaignChannelSubtype
|
|
|
698
724
|
exports.DeleteCampaignCommand = DeleteCampaignCommand;
|
|
699
725
|
exports.DeleteCampaignCommunicationLimitsCommand = DeleteCampaignCommunicationLimitsCommand;
|
|
700
726
|
exports.DeleteCampaignCommunicationTimeCommand = DeleteCampaignCommunicationTimeCommand;
|
|
727
|
+
exports.DeleteCampaignEntryLimitsCommand = DeleteCampaignEntryLimitsCommand;
|
|
701
728
|
exports.DeleteConnectInstanceConfigCommand = DeleteConnectInstanceConfigCommand;
|
|
702
729
|
exports.DeleteConnectInstanceIntegrationCommand = DeleteConnectInstanceIntegrationCommand;
|
|
703
730
|
exports.DeleteInstanceOnboardingJobCommand = DeleteInstanceOnboardingJobCommand;
|
|
@@ -735,6 +762,7 @@ exports.UntagResourceCommand = UntagResourceCommand;
|
|
|
735
762
|
exports.UpdateCampaignChannelSubtypeConfigCommand = UpdateCampaignChannelSubtypeConfigCommand;
|
|
736
763
|
exports.UpdateCampaignCommunicationLimitsCommand = UpdateCampaignCommunicationLimitsCommand;
|
|
737
764
|
exports.UpdateCampaignCommunicationTimeCommand = UpdateCampaignCommunicationTimeCommand;
|
|
765
|
+
exports.UpdateCampaignEntryLimitsCommand = UpdateCampaignEntryLimitsCommand;
|
|
738
766
|
exports.UpdateCampaignFlowAssociationCommand = UpdateCampaignFlowAssociationCommand;
|
|
739
767
|
exports.UpdateCampaignNameCommand = UpdateCampaignNameCommand;
|
|
740
768
|
exports.UpdateCampaignScheduleCommand = UpdateCampaignScheduleCommand;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateCampaignSource$ = exports.UpdateCampaignSchedule$ = exports.UpdateCampaignName$ = exports.UpdateCampaignFlowAssociation$ = exports.UpdateCampaignCommunicationTime$ = exports.UpdateCampaignCommunicationLimits$ = exports.UpdateCampaignChannelSubtypeConfig$ = exports.UntagResource$ = exports.TagResource$ = void 0;
|
|
3
|
+
exports.GetConnectInstanceConfigResponse$ = exports.GetConnectInstanceConfigRequest$ = exports.GetCampaignStateResponse$ = exports.GetCampaignStateRequest$ = exports.GetCampaignStateBatchResponse$ = exports.GetCampaignStateBatchRequest$ = exports.FailedRequest$ = exports.FailedProfileOutboundRequest$ = exports.FailedCampaignStateResponse$ = exports.EventTrigger$ = exports.EntryLimitsConfig$ = exports.EncryptionConfig$ = exports.EmailOutboundConfig$ = exports.EmailChannelSubtypeParameters$ = exports.EmailChannelSubtypeConfig$ = exports.DescribeCampaignResponse$ = exports.DescribeCampaignRequest$ = exports.DeleteInstanceOnboardingJobRequest$ = exports.DeleteConnectInstanceIntegrationRequest$ = exports.DeleteConnectInstanceConfigRequest$ = exports.DeleteCampaignRequest$ = exports.DeleteCampaignEntryLimitsRequest$ = exports.DeleteCampaignCommunicationTimeRequest$ = exports.DeleteCampaignCommunicationLimitsRequest$ = exports.DeleteCampaignChannelSubtypeConfigRequest$ = exports.CustomerProfilesIntegrationSummary$ = exports.CustomerProfilesIntegrationIdentifier$ = exports.CustomerProfilesIntegrationConfig$ = exports.CreateCampaignResponse$ = exports.CreateCampaignRequest$ = exports.CommunicationTimeConfig$ = exports.CommunicationLimitsConfig$ = exports.CommunicationLimit$ = exports.ChannelSubtypeConfig$ = exports.CampaignSummary$ = exports.CampaignFilters$ = exports.Campaign$ = exports.AnswerMachineDetectionConfig$ = exports.AgentlessConfig$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InvalidStateException$ = exports.InvalidCampaignStateException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.ConnectCampaignsV2ServiceException$ = void 0;
|
|
4
|
+
exports.TelephonyOutboundConfig$ = exports.TelephonyChannelSubtypeParameters$ = exports.TelephonyChannelSubtypeConfig$ = exports.TagResourceRequest$ = exports.SuccessfulRequest$ = exports.SuccessfulProfileOutboundRequest$ = exports.SuccessfulCampaignStateResponse$ = exports.StopCampaignRequest$ = exports.StartInstanceOnboardingJobResponse$ = exports.StartInstanceOnboardingJobRequest$ = exports.StartCampaignRequest$ = exports.SmsOutboundConfig$ = exports.SmsChannelSubtypeParameters$ = exports.SmsChannelSubtypeConfig$ = exports.Schedule$ = exports.ResumeCampaignRequest$ = exports.RestrictedPeriod$ = exports.QConnectIntegrationSummary$ = exports.QConnectIntegrationIdentifier$ = exports.QConnectIntegrationConfig$ = exports.PutProfileOutboundRequestBatchResponse$ = exports.PutProfileOutboundRequestBatchRequest$ = exports.PutOutboundRequestBatchResponse$ = exports.PutOutboundRequestBatchRequest$ = exports.PutInstanceCommunicationLimitsRequest$ = exports.PutConnectInstanceIntegrationRequest$ = exports.ProgressiveConfig$ = exports.ProfileOutboundRequest$ = exports.PreviewConfig$ = exports.PredictiveConfig$ = exports.PauseCampaignRequest$ = exports.OutboundRequest$ = exports.LocalTimeZoneConfig$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListConnectInstanceIntegrationsResponse$ = exports.ListConnectInstanceIntegrationsRequest$ = exports.ListCampaignsResponse$ = exports.ListCampaignsRequest$ = exports.LambdaIntegrationSummary$ = exports.LambdaIntegrationIdentifier$ = exports.LambdaIntegrationConfig$ = exports.InstanceOnboardingJobStatus$ = exports.InstanceIdFilter$ = exports.InstanceConfig$ = exports.InstanceCommunicationLimitsConfig$ = exports.GetInstanceOnboardingJobStatusResponse$ = exports.GetInstanceOnboardingJobStatusRequest$ = exports.GetInstanceCommunicationLimitsResponse$ = exports.GetInstanceCommunicationLimitsRequest$ = void 0;
|
|
5
|
+
exports.PutProfileOutboundRequestBatch$ = exports.PutOutboundRequestBatch$ = exports.PutInstanceCommunicationLimits$ = exports.PutConnectInstanceIntegration$ = exports.PauseCampaign$ = exports.ListTagsForResource$ = exports.ListConnectInstanceIntegrations$ = exports.ListCampaigns$ = exports.GetInstanceOnboardingJobStatus$ = exports.GetInstanceCommunicationLimits$ = exports.GetConnectInstanceConfig$ = exports.GetCampaignStateBatch$ = exports.GetCampaignState$ = exports.DescribeCampaign$ = exports.DeleteInstanceOnboardingJob$ = exports.DeleteConnectInstanceIntegration$ = exports.DeleteConnectInstanceConfig$ = exports.DeleteCampaignEntryLimits$ = exports.DeleteCampaignCommunicationTime$ = exports.DeleteCampaignCommunicationLimits$ = exports.DeleteCampaignChannelSubtypeConfig$ = exports.DeleteCampaign$ = exports.CreateCampaign$ = exports.WhatsAppOutboundMode$ = exports.TelephonyOutboundMode$ = exports.Source$ = exports.SmsOutboundMode$ = exports.RestrictedPeriods$ = exports.OpenHours$ = exports.IntegrationSummary$ = exports.IntegrationIdentifier$ = exports.IntegrationConfig$ = exports.EmailOutboundMode$ = exports.CommunicationLimits$ = exports.ChannelSubtypeParameters$ = exports.WhatsAppOutboundConfig$ = exports.WhatsAppChannelSubtypeParameters$ = exports.WhatsAppChannelSubtypeConfig$ = exports.UpdateCampaignSourceRequest$ = exports.UpdateCampaignScheduleRequest$ = exports.UpdateCampaignNameRequest$ = exports.UpdateCampaignFlowAssociationRequest$ = exports.UpdateCampaignEntryLimitsRequest$ = exports.UpdateCampaignCommunicationTimeRequest$ = exports.UpdateCampaignCommunicationLimitsRequest$ = exports.UpdateCampaignChannelSubtypeConfigRequest$ = exports.UntagResourceRequest$ = exports.TimeWindow$ = exports.TimeRange$ = exports.TimeoutConfig$ = void 0;
|
|
6
|
+
exports.UpdateCampaignSource$ = exports.UpdateCampaignSchedule$ = exports.UpdateCampaignName$ = exports.UpdateCampaignFlowAssociation$ = exports.UpdateCampaignEntryLimits$ = exports.UpdateCampaignCommunicationTime$ = exports.UpdateCampaignCommunicationLimits$ = exports.UpdateCampaignChannelSubtypeConfig$ = exports.UntagResource$ = exports.TagResource$ = exports.StopCampaign$ = exports.StartInstanceOnboardingJob$ = exports.StartCampaign$ = exports.ResumeCampaign$ = void 0;
|
|
7
7
|
const _A = "Attributes";
|
|
8
8
|
const _AC = "AgentlessConfig";
|
|
9
9
|
const _ADE = "AccessDeniedException";
|
|
@@ -33,6 +33,8 @@ const _DCCSC = "DeleteCampaignChannelSubtypeConfig";
|
|
|
33
33
|
const _DCCSCR = "DeleteCampaignChannelSubtypeConfigRequest";
|
|
34
34
|
const _DCCT = "DeleteCampaignCommunicationTime";
|
|
35
35
|
const _DCCTR = "DeleteCampaignCommunicationTimeRequest";
|
|
36
|
+
const _DCEL = "DeleteCampaignEntryLimits";
|
|
37
|
+
const _DCELR = "DeleteCampaignEntryLimitsRequest";
|
|
36
38
|
const _DCIC = "DeleteConnectInstanceConfig";
|
|
37
39
|
const _DCICR = "DeleteConnectInstanceConfigRequest";
|
|
38
40
|
const _DCII = "DeleteConnectInstanceIntegration";
|
|
@@ -50,6 +52,7 @@ const _EC = "EncryptionConfig";
|
|
|
50
52
|
const _ECSC = "EmailChannelSubtypeConfig";
|
|
51
53
|
const _ECSP = "EmailChannelSubtypeParameters";
|
|
52
54
|
const _EDN = "EmailDisplayName";
|
|
55
|
+
const _ELC = "EntryLimitsConfig";
|
|
53
56
|
const _EOC = "EmailOutboundConfig";
|
|
54
57
|
const _EOM = "EmailOutboundMode";
|
|
55
58
|
const _ET = "EventTrigger";
|
|
@@ -164,6 +167,8 @@ const _UCCSC = "UpdateCampaignChannelSubtypeConfig";
|
|
|
164
167
|
const _UCCSCR = "UpdateCampaignChannelSubtypeConfigRequest";
|
|
165
168
|
const _UCCT = "UpdateCampaignCommunicationTime";
|
|
166
169
|
const _UCCTR = "UpdateCampaignCommunicationTimeRequest";
|
|
170
|
+
const _UCEL = "UpdateCampaignEntryLimits";
|
|
171
|
+
const _UCELR = "UpdateCampaignEntryLimitsRequest";
|
|
167
172
|
const _UCFA = "UpdateCampaignFlowAssociation";
|
|
168
173
|
const _UCFAR = "UpdateCampaignFlowAssociationRequest";
|
|
169
174
|
const _UCN = "UpdateCampaignName";
|
|
@@ -227,6 +232,7 @@ const _e = "error";
|
|
|
227
232
|
const _eAMD = "enableAnswerMachineDetection";
|
|
228
233
|
const _eC = "encryptionConfig";
|
|
229
234
|
const _eD = "endDate";
|
|
235
|
+
const _eLC = "entryLimitsConfig";
|
|
230
236
|
const _eT = "encryptionType";
|
|
231
237
|
const _eTn = "endTime";
|
|
232
238
|
const _eTv = "eventTrigger";
|
|
@@ -255,6 +261,8 @@ const _lTZC = "localTimeZoneConfig";
|
|
|
255
261
|
const _lTZD = "localTimeZoneDetection";
|
|
256
262
|
const _m = "message";
|
|
257
263
|
const _mCPR = "maxCountPerRecipient";
|
|
264
|
+
const _mEC = "maxEntryCount";
|
|
265
|
+
const _mEI = "minEntryInterval";
|
|
258
266
|
const _mR = "maxResults";
|
|
259
267
|
const _n = "name";
|
|
260
268
|
const _nT = "nextToken";
|
|
@@ -379,8 +387,8 @@ exports.AnswerMachineDetectionConfig$ = [3, n0, _AMDC,
|
|
|
379
387
|
];
|
|
380
388
|
exports.Campaign$ = [3, n0, _C,
|
|
381
389
|
0,
|
|
382
|
-
[_i, _a, _n, _cII, _cSC, _t, _so, _cCFA, _sc, _cTC, _cLO, _ta],
|
|
383
|
-
[0, 0, 0, 0, [() => exports.ChannelSubtypeConfig$, 0], 0, () => exports.Source$, 0, () => exports.Schedule$, () => exports.CommunicationTimeConfig$, () => exports.CommunicationLimitsConfig$, 128 | 0], 4
|
|
390
|
+
[_i, _a, _n, _cII, _cSC, _t, _so, _cCFA, _sc, _eLC, _cTC, _cLO, _ta],
|
|
391
|
+
[0, 0, 0, 0, [() => exports.ChannelSubtypeConfig$, 0], 0, () => exports.Source$, 0, () => exports.Schedule$, () => exports.EntryLimitsConfig$, () => exports.CommunicationTimeConfig$, () => exports.CommunicationLimitsConfig$, 128 | 0], 4
|
|
384
392
|
];
|
|
385
393
|
exports.CampaignFilters$ = [3, n0, _CF,
|
|
386
394
|
0,
|
|
@@ -389,8 +397,8 @@ exports.CampaignFilters$ = [3, n0, _CF,
|
|
|
389
397
|
];
|
|
390
398
|
exports.CampaignSummary$ = [3, n0, _CS,
|
|
391
399
|
0,
|
|
392
|
-
[_i, _a, _n, _cII, _cS, _t, _sc, _cCFA],
|
|
393
|
-
[0, 0, 0, 0, 64 | 0, 0, () => exports.Schedule$, 0], 5
|
|
400
|
+
[_i, _a, _n, _cII, _cS, _t, _sc, _eLC, _cCFA],
|
|
401
|
+
[0, 0, 0, 0, 64 | 0, 0, () => exports.Schedule$, () => exports.EntryLimitsConfig$, 0], 5
|
|
394
402
|
];
|
|
395
403
|
exports.ChannelSubtypeConfig$ = [3, n0, _CSC,
|
|
396
404
|
0,
|
|
@@ -414,8 +422,8 @@ exports.CommunicationTimeConfig$ = [3, n0, _CTC,
|
|
|
414
422
|
];
|
|
415
423
|
exports.CreateCampaignRequest$ = [3, n0, _CCR,
|
|
416
424
|
0,
|
|
417
|
-
[_n, _cII, _cSC, _t, _so, _cCFA, _sc, _cTC, _cLO, _ta],
|
|
418
|
-
[0, 0, [() => exports.ChannelSubtypeConfig$, 0], 0, () => exports.Source$, 0, () => exports.Schedule$, () => exports.CommunicationTimeConfig$, () => exports.CommunicationLimitsConfig$, 128 | 0], 2
|
|
425
|
+
[_n, _cII, _cSC, _t, _so, _cCFA, _sc, _eLC, _cTC, _cLO, _ta],
|
|
426
|
+
[0, 0, [() => exports.ChannelSubtypeConfig$, 0], 0, () => exports.Source$, 0, () => exports.Schedule$, () => exports.EntryLimitsConfig$, () => exports.CommunicationTimeConfig$, () => exports.CommunicationLimitsConfig$, 128 | 0], 2
|
|
419
427
|
];
|
|
420
428
|
exports.CreateCampaignResponse$ = [3, n0, _CCRr,
|
|
421
429
|
0,
|
|
@@ -452,6 +460,11 @@ exports.DeleteCampaignCommunicationTimeRequest$ = [3, n0, _DCCTR,
|
|
|
452
460
|
[_i, _co],
|
|
453
461
|
[[0, 1], [0, { [_hQ]: _co }]], 2
|
|
454
462
|
];
|
|
463
|
+
exports.DeleteCampaignEntryLimitsRequest$ = [3, n0, _DCELR,
|
|
464
|
+
0,
|
|
465
|
+
[_i],
|
|
466
|
+
[[0, 1]], 1
|
|
467
|
+
];
|
|
455
468
|
exports.DeleteCampaignRequest$ = [3, n0, _DCR,
|
|
456
469
|
0,
|
|
457
470
|
[_i],
|
|
@@ -502,6 +515,11 @@ exports.EncryptionConfig$ = [3, n0, _EC,
|
|
|
502
515
|
[_en, _eT, _kA],
|
|
503
516
|
[2, 0, 0], 1
|
|
504
517
|
];
|
|
518
|
+
exports.EntryLimitsConfig$ = [3, n0, _ELC,
|
|
519
|
+
0,
|
|
520
|
+
[_mEC, _mEI],
|
|
521
|
+
[1, 0], 2
|
|
522
|
+
];
|
|
505
523
|
exports.EventTrigger$ = [3, n0, _ET,
|
|
506
524
|
0,
|
|
507
525
|
[_cPDA],
|
|
@@ -837,6 +855,11 @@ exports.UpdateCampaignCommunicationTimeRequest$ = [3, n0, _UCCTR,
|
|
|
837
855
|
[_i, _cTC],
|
|
838
856
|
[[0, 1], () => exports.CommunicationTimeConfig$], 2
|
|
839
857
|
];
|
|
858
|
+
exports.UpdateCampaignEntryLimitsRequest$ = [3, n0, _UCELR,
|
|
859
|
+
0,
|
|
860
|
+
[_i, _eLC],
|
|
861
|
+
[[0, 1], () => exports.EntryLimitsConfig$], 2
|
|
862
|
+
];
|
|
840
863
|
exports.UpdateCampaignFlowAssociationRequest$ = [3, n0, _UCFAR,
|
|
841
864
|
0,
|
|
842
865
|
[_i, _cCFA],
|
|
@@ -1001,6 +1024,9 @@ exports.DeleteCampaignCommunicationLimits$ = [9, n0, _DCCL,
|
|
|
1001
1024
|
exports.DeleteCampaignCommunicationTime$ = [9, n0, _DCCT,
|
|
1002
1025
|
{ [_h]: ["DELETE", "/v2/campaigns/{id}/communication-time", 200] }, () => exports.DeleteCampaignCommunicationTimeRequest$, () => __Unit
|
|
1003
1026
|
];
|
|
1027
|
+
exports.DeleteCampaignEntryLimits$ = [9, n0, _DCEL,
|
|
1028
|
+
{ [_h]: ["DELETE", "/v2/campaigns/{id}/entry-limits", 200] }, () => exports.DeleteCampaignEntryLimitsRequest$, () => __Unit
|
|
1029
|
+
];
|
|
1004
1030
|
exports.DeleteConnectInstanceConfig$ = [9, n0, _DCIC,
|
|
1005
1031
|
{ [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/config", 200] }, () => exports.DeleteConnectInstanceConfigRequest$, () => __Unit
|
|
1006
1032
|
];
|
|
@@ -1079,6 +1105,9 @@ exports.UpdateCampaignCommunicationLimits$ = [9, n0, _UCCL,
|
|
|
1079
1105
|
exports.UpdateCampaignCommunicationTime$ = [9, n0, _UCCT,
|
|
1080
1106
|
{ [_h]: ["POST", "/v2/campaigns/{id}/communication-time", 200] }, () => exports.UpdateCampaignCommunicationTimeRequest$, () => __Unit
|
|
1081
1107
|
];
|
|
1108
|
+
exports.UpdateCampaignEntryLimits$ = [9, n0, _UCEL,
|
|
1109
|
+
{ [_h]: ["POST", "/v2/campaigns/{id}/entry-limits", 200] }, () => exports.UpdateCampaignEntryLimitsRequest$, () => __Unit
|
|
1110
|
+
];
|
|
1082
1111
|
exports.UpdateCampaignFlowAssociation$ = [9, n0, _UCFA,
|
|
1083
1112
|
{ [_h]: ["POST", "/v2/campaigns/{id}/flow", 200] }, () => exports.UpdateCampaignFlowAssociationRequest$, () => __Unit
|
|
1084
1113
|
];
|
|
@@ -4,6 +4,7 @@ import { DeleteCampaignChannelSubtypeConfigCommand, } from "./commands/DeleteCam
|
|
|
4
4
|
import { DeleteCampaignCommand, } from "./commands/DeleteCampaignCommand";
|
|
5
5
|
import { DeleteCampaignCommunicationLimitsCommand, } from "./commands/DeleteCampaignCommunicationLimitsCommand";
|
|
6
6
|
import { DeleteCampaignCommunicationTimeCommand, } from "./commands/DeleteCampaignCommunicationTimeCommand";
|
|
7
|
+
import { DeleteCampaignEntryLimitsCommand, } from "./commands/DeleteCampaignEntryLimitsCommand";
|
|
7
8
|
import { DeleteConnectInstanceConfigCommand, } from "./commands/DeleteConnectInstanceConfigCommand";
|
|
8
9
|
import { DeleteConnectInstanceIntegrationCommand, } from "./commands/DeleteConnectInstanceIntegrationCommand";
|
|
9
10
|
import { DeleteInstanceOnboardingJobCommand, } from "./commands/DeleteInstanceOnboardingJobCommand";
|
|
@@ -30,6 +31,7 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
|
30
31
|
import { UpdateCampaignChannelSubtypeConfigCommand, } from "./commands/UpdateCampaignChannelSubtypeConfigCommand";
|
|
31
32
|
import { UpdateCampaignCommunicationLimitsCommand, } from "./commands/UpdateCampaignCommunicationLimitsCommand";
|
|
32
33
|
import { UpdateCampaignCommunicationTimeCommand, } from "./commands/UpdateCampaignCommunicationTimeCommand";
|
|
34
|
+
import { UpdateCampaignEntryLimitsCommand, } from "./commands/UpdateCampaignEntryLimitsCommand";
|
|
33
35
|
import { UpdateCampaignFlowAssociationCommand, } from "./commands/UpdateCampaignFlowAssociationCommand";
|
|
34
36
|
import { UpdateCampaignNameCommand, } from "./commands/UpdateCampaignNameCommand";
|
|
35
37
|
import { UpdateCampaignScheduleCommand, } from "./commands/UpdateCampaignScheduleCommand";
|
|
@@ -43,6 +45,7 @@ const commands = {
|
|
|
43
45
|
DeleteCampaignChannelSubtypeConfigCommand,
|
|
44
46
|
DeleteCampaignCommunicationLimitsCommand,
|
|
45
47
|
DeleteCampaignCommunicationTimeCommand,
|
|
48
|
+
DeleteCampaignEntryLimitsCommand,
|
|
46
49
|
DeleteConnectInstanceConfigCommand,
|
|
47
50
|
DeleteConnectInstanceIntegrationCommand,
|
|
48
51
|
DeleteInstanceOnboardingJobCommand,
|
|
@@ -69,6 +72,7 @@ const commands = {
|
|
|
69
72
|
UpdateCampaignChannelSubtypeConfigCommand,
|
|
70
73
|
UpdateCampaignCommunicationLimitsCommand,
|
|
71
74
|
UpdateCampaignCommunicationTimeCommand,
|
|
75
|
+
UpdateCampaignEntryLimitsCommand,
|
|
72
76
|
UpdateCampaignFlowAssociationCommand,
|
|
73
77
|
UpdateCampaignNameCommand,
|
|
74
78
|
UpdateCampaignScheduleCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteCampaignEntryLimits$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteCampaignEntryLimitsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignEntryLimits", {})
|
|
13
|
+
.n("ConnectCampaignsV2Client", "DeleteCampaignEntryLimitsCommand")
|
|
14
|
+
.sc(DeleteCampaignEntryLimits$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateCampaignEntryLimits$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateCampaignEntryLimitsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignEntryLimits", {})
|
|
13
|
+
.n("ConnectCampaignsV2Client", "UpdateCampaignEntryLimitsCommand")
|
|
14
|
+
.sc(UpdateCampaignEntryLimits$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -3,6 +3,7 @@ export * from "./DeleteCampaignChannelSubtypeConfigCommand";
|
|
|
3
3
|
export * from "./DeleteCampaignCommand";
|
|
4
4
|
export * from "./DeleteCampaignCommunicationLimitsCommand";
|
|
5
5
|
export * from "./DeleteCampaignCommunicationTimeCommand";
|
|
6
|
+
export * from "./DeleteCampaignEntryLimitsCommand";
|
|
6
7
|
export * from "./DeleteConnectInstanceConfigCommand";
|
|
7
8
|
export * from "./DeleteConnectInstanceIntegrationCommand";
|
|
8
9
|
export * from "./DeleteInstanceOnboardingJobCommand";
|
|
@@ -29,6 +30,7 @@ export * from "./UntagResourceCommand";
|
|
|
29
30
|
export * from "./UpdateCampaignChannelSubtypeConfigCommand";
|
|
30
31
|
export * from "./UpdateCampaignCommunicationLimitsCommand";
|
|
31
32
|
export * from "./UpdateCampaignCommunicationTimeCommand";
|
|
33
|
+
export * from "./UpdateCampaignEntryLimitsCommand";
|
|
32
34
|
export * from "./UpdateCampaignFlowAssociationCommand";
|
|
33
35
|
export * from "./UpdateCampaignNameCommand";
|
|
34
36
|
export * from "./UpdateCampaignScheduleCommand";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
|
|
2
|
+
const k = "ref";
|
|
3
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
|
+
const _data = {
|
|
5
|
+
conditions: [
|
|
6
|
+
[c, [g]],
|
|
7
|
+
[c, j],
|
|
8
|
+
["aws.partition", j, d],
|
|
9
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
10
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
11
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
12
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
13
|
+
],
|
|
14
|
+
results: [
|
|
15
|
+
[a],
|
|
16
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
17
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
18
|
+
[g, i],
|
|
19
|
+
["https://connect-campaigns-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
20
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
21
|
+
["https://connect-campaigns-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
22
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
23
|
+
["https://connect-campaigns.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
24
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
25
|
+
["https://connect-campaigns.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
26
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
27
|
+
]
|
|
28
|
+
};
|
|
29
|
+
const root = 2;
|
|
30
|
+
const r = 100_000_000;
|
|
31
|
+
const nodes = new Int32Array([
|
|
32
|
+
-1, 1, -1,
|
|
33
|
+
0, 12, 3,
|
|
34
|
+
1, 4, r + 11,
|
|
35
|
+
2, 5, r + 11,
|
|
36
|
+
3, 8, 6,
|
|
37
|
+
4, 7, r + 10,
|
|
38
|
+
5, r + 8, r + 9,
|
|
39
|
+
4, 10, 9,
|
|
40
|
+
6, r + 6, r + 7,
|
|
41
|
+
5, 11, r + 5,
|
|
42
|
+
6, r + 4, r + 5,
|
|
43
|
+
3, r + 1, 13,
|
|
44
|
+
4, r + 2, r + 3,
|
|
45
|
+
]);
|
|
46
|
+
export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions,
|
|
3
|
-
import {
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
|
|
3
|
+
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
6
6
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
7
|
});
|
|
8
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
9
|
-
return cache.get(endpointParams, () =>
|
|
9
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
10
10
|
endpointParams: endpointParams,
|
|
11
11
|
logger: context.logger,
|
|
12
12
|
}));
|
|
@@ -27,6 +27,8 @@ const _DCCSC = "DeleteCampaignChannelSubtypeConfig";
|
|
|
27
27
|
const _DCCSCR = "DeleteCampaignChannelSubtypeConfigRequest";
|
|
28
28
|
const _DCCT = "DeleteCampaignCommunicationTime";
|
|
29
29
|
const _DCCTR = "DeleteCampaignCommunicationTimeRequest";
|
|
30
|
+
const _DCEL = "DeleteCampaignEntryLimits";
|
|
31
|
+
const _DCELR = "DeleteCampaignEntryLimitsRequest";
|
|
30
32
|
const _DCIC = "DeleteConnectInstanceConfig";
|
|
31
33
|
const _DCICR = "DeleteConnectInstanceConfigRequest";
|
|
32
34
|
const _DCII = "DeleteConnectInstanceIntegration";
|
|
@@ -44,6 +46,7 @@ const _EC = "EncryptionConfig";
|
|
|
44
46
|
const _ECSC = "EmailChannelSubtypeConfig";
|
|
45
47
|
const _ECSP = "EmailChannelSubtypeParameters";
|
|
46
48
|
const _EDN = "EmailDisplayName";
|
|
49
|
+
const _ELC = "EntryLimitsConfig";
|
|
47
50
|
const _EOC = "EmailOutboundConfig";
|
|
48
51
|
const _EOM = "EmailOutboundMode";
|
|
49
52
|
const _ET = "EventTrigger";
|
|
@@ -158,6 +161,8 @@ const _UCCSC = "UpdateCampaignChannelSubtypeConfig";
|
|
|
158
161
|
const _UCCSCR = "UpdateCampaignChannelSubtypeConfigRequest";
|
|
159
162
|
const _UCCT = "UpdateCampaignCommunicationTime";
|
|
160
163
|
const _UCCTR = "UpdateCampaignCommunicationTimeRequest";
|
|
164
|
+
const _UCEL = "UpdateCampaignEntryLimits";
|
|
165
|
+
const _UCELR = "UpdateCampaignEntryLimitsRequest";
|
|
161
166
|
const _UCFA = "UpdateCampaignFlowAssociation";
|
|
162
167
|
const _UCFAR = "UpdateCampaignFlowAssociationRequest";
|
|
163
168
|
const _UCN = "UpdateCampaignName";
|
|
@@ -221,6 +226,7 @@ const _e = "error";
|
|
|
221
226
|
const _eAMD = "enableAnswerMachineDetection";
|
|
222
227
|
const _eC = "encryptionConfig";
|
|
223
228
|
const _eD = "endDate";
|
|
229
|
+
const _eLC = "entryLimitsConfig";
|
|
224
230
|
const _eT = "encryptionType";
|
|
225
231
|
const _eTn = "endTime";
|
|
226
232
|
const _eTv = "eventTrigger";
|
|
@@ -249,6 +255,8 @@ const _lTZC = "localTimeZoneConfig";
|
|
|
249
255
|
const _lTZD = "localTimeZoneDetection";
|
|
250
256
|
const _m = "message";
|
|
251
257
|
const _mCPR = "maxCountPerRecipient";
|
|
258
|
+
const _mEC = "maxEntryCount";
|
|
259
|
+
const _mEI = "minEntryInterval";
|
|
252
260
|
const _mR = "maxResults";
|
|
253
261
|
const _n = "name";
|
|
254
262
|
const _nT = "nextToken";
|
|
@@ -373,8 +381,8 @@ export var AnswerMachineDetectionConfig$ = [3, n0, _AMDC,
|
|
|
373
381
|
];
|
|
374
382
|
export var Campaign$ = [3, n0, _C,
|
|
375
383
|
0,
|
|
376
|
-
[_i, _a, _n, _cII, _cSC, _t, _so, _cCFA, _sc, _cTC, _cLO, _ta],
|
|
377
|
-
[0, 0, 0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 4
|
|
384
|
+
[_i, _a, _n, _cII, _cSC, _t, _so, _cCFA, _sc, _eLC, _cTC, _cLO, _ta],
|
|
385
|
+
[0, 0, 0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => EntryLimitsConfig$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 4
|
|
378
386
|
];
|
|
379
387
|
export var CampaignFilters$ = [3, n0, _CF,
|
|
380
388
|
0,
|
|
@@ -383,8 +391,8 @@ export var CampaignFilters$ = [3, n0, _CF,
|
|
|
383
391
|
];
|
|
384
392
|
export var CampaignSummary$ = [3, n0, _CS,
|
|
385
393
|
0,
|
|
386
|
-
[_i, _a, _n, _cII, _cS, _t, _sc, _cCFA],
|
|
387
|
-
[0, 0, 0, 0, 64 | 0, 0, () => Schedule$, 0], 5
|
|
394
|
+
[_i, _a, _n, _cII, _cS, _t, _sc, _eLC, _cCFA],
|
|
395
|
+
[0, 0, 0, 0, 64 | 0, 0, () => Schedule$, () => EntryLimitsConfig$, 0], 5
|
|
388
396
|
];
|
|
389
397
|
export var ChannelSubtypeConfig$ = [3, n0, _CSC,
|
|
390
398
|
0,
|
|
@@ -408,8 +416,8 @@ export var CommunicationTimeConfig$ = [3, n0, _CTC,
|
|
|
408
416
|
];
|
|
409
417
|
export var CreateCampaignRequest$ = [3, n0, _CCR,
|
|
410
418
|
0,
|
|
411
|
-
[_n, _cII, _cSC, _t, _so, _cCFA, _sc, _cTC, _cLO, _ta],
|
|
412
|
-
[0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 2
|
|
419
|
+
[_n, _cII, _cSC, _t, _so, _cCFA, _sc, _eLC, _cTC, _cLO, _ta],
|
|
420
|
+
[0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => EntryLimitsConfig$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 2
|
|
413
421
|
];
|
|
414
422
|
export var CreateCampaignResponse$ = [3, n0, _CCRr,
|
|
415
423
|
0,
|
|
@@ -446,6 +454,11 @@ export var DeleteCampaignCommunicationTimeRequest$ = [3, n0, _DCCTR,
|
|
|
446
454
|
[_i, _co],
|
|
447
455
|
[[0, 1], [0, { [_hQ]: _co }]], 2
|
|
448
456
|
];
|
|
457
|
+
export var DeleteCampaignEntryLimitsRequest$ = [3, n0, _DCELR,
|
|
458
|
+
0,
|
|
459
|
+
[_i],
|
|
460
|
+
[[0, 1]], 1
|
|
461
|
+
];
|
|
449
462
|
export var DeleteCampaignRequest$ = [3, n0, _DCR,
|
|
450
463
|
0,
|
|
451
464
|
[_i],
|
|
@@ -496,6 +509,11 @@ export var EncryptionConfig$ = [3, n0, _EC,
|
|
|
496
509
|
[_en, _eT, _kA],
|
|
497
510
|
[2, 0, 0], 1
|
|
498
511
|
];
|
|
512
|
+
export var EntryLimitsConfig$ = [3, n0, _ELC,
|
|
513
|
+
0,
|
|
514
|
+
[_mEC, _mEI],
|
|
515
|
+
[1, 0], 2
|
|
516
|
+
];
|
|
499
517
|
export var EventTrigger$ = [3, n0, _ET,
|
|
500
518
|
0,
|
|
501
519
|
[_cPDA],
|
|
@@ -831,6 +849,11 @@ export var UpdateCampaignCommunicationTimeRequest$ = [3, n0, _UCCTR,
|
|
|
831
849
|
[_i, _cTC],
|
|
832
850
|
[[0, 1], () => CommunicationTimeConfig$], 2
|
|
833
851
|
];
|
|
852
|
+
export var UpdateCampaignEntryLimitsRequest$ = [3, n0, _UCELR,
|
|
853
|
+
0,
|
|
854
|
+
[_i, _eLC],
|
|
855
|
+
[[0, 1], () => EntryLimitsConfig$], 2
|
|
856
|
+
];
|
|
834
857
|
export var UpdateCampaignFlowAssociationRequest$ = [3, n0, _UCFAR,
|
|
835
858
|
0,
|
|
836
859
|
[_i, _cCFA],
|
|
@@ -995,6 +1018,9 @@ export var DeleteCampaignCommunicationLimits$ = [9, n0, _DCCL,
|
|
|
995
1018
|
export var DeleteCampaignCommunicationTime$ = [9, n0, _DCCT,
|
|
996
1019
|
{ [_h]: ["DELETE", "/v2/campaigns/{id}/communication-time", 200] }, () => DeleteCampaignCommunicationTimeRequest$, () => __Unit
|
|
997
1020
|
];
|
|
1021
|
+
export var DeleteCampaignEntryLimits$ = [9, n0, _DCEL,
|
|
1022
|
+
{ [_h]: ["DELETE", "/v2/campaigns/{id}/entry-limits", 200] }, () => DeleteCampaignEntryLimitsRequest$, () => __Unit
|
|
1023
|
+
];
|
|
998
1024
|
export var DeleteConnectInstanceConfig$ = [9, n0, _DCIC,
|
|
999
1025
|
{ [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/config", 200] }, () => DeleteConnectInstanceConfigRequest$, () => __Unit
|
|
1000
1026
|
];
|
|
@@ -1073,6 +1099,9 @@ export var UpdateCampaignCommunicationLimits$ = [9, n0, _UCCL,
|
|
|
1073
1099
|
export var UpdateCampaignCommunicationTime$ = [9, n0, _UCCT,
|
|
1074
1100
|
{ [_h]: ["POST", "/v2/campaigns/{id}/communication-time", 200] }, () => UpdateCampaignCommunicationTimeRequest$, () => __Unit
|
|
1075
1101
|
];
|
|
1102
|
+
export var UpdateCampaignEntryLimits$ = [9, n0, _UCEL,
|
|
1103
|
+
{ [_h]: ["POST", "/v2/campaigns/{id}/entry-limits", 200] }, () => UpdateCampaignEntryLimitsRequest$, () => __Unit
|
|
1104
|
+
];
|
|
1076
1105
|
export var UpdateCampaignFlowAssociation$ = [9, n0, _UCFA,
|
|
1077
1106
|
{ [_h]: ["POST", "/v2/campaigns/{id}/flow", 200] }, () => UpdateCampaignFlowAssociationRequest$, () => __Unit
|
|
1078
1107
|
];
|
|
@@ -4,6 +4,7 @@ import { type DeleteCampaignChannelSubtypeConfigCommandInput, type DeleteCampaig
|
|
|
4
4
|
import { type DeleteCampaignCommandInput, type DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
|
|
5
5
|
import { type DeleteCampaignCommunicationLimitsCommandInput, type DeleteCampaignCommunicationLimitsCommandOutput } from "./commands/DeleteCampaignCommunicationLimitsCommand";
|
|
6
6
|
import { type DeleteCampaignCommunicationTimeCommandInput, type DeleteCampaignCommunicationTimeCommandOutput } from "./commands/DeleteCampaignCommunicationTimeCommand";
|
|
7
|
+
import { type DeleteCampaignEntryLimitsCommandInput, type DeleteCampaignEntryLimitsCommandOutput } from "./commands/DeleteCampaignEntryLimitsCommand";
|
|
7
8
|
import { type DeleteConnectInstanceConfigCommandInput, type DeleteConnectInstanceConfigCommandOutput } from "./commands/DeleteConnectInstanceConfigCommand";
|
|
8
9
|
import { type DeleteConnectInstanceIntegrationCommandInput, type DeleteConnectInstanceIntegrationCommandOutput } from "./commands/DeleteConnectInstanceIntegrationCommand";
|
|
9
10
|
import { type DeleteInstanceOnboardingJobCommandInput, type DeleteInstanceOnboardingJobCommandOutput } from "./commands/DeleteInstanceOnboardingJobCommand";
|
|
@@ -30,6 +31,7 @@ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from
|
|
|
30
31
|
import { type UpdateCampaignChannelSubtypeConfigCommandInput, type UpdateCampaignChannelSubtypeConfigCommandOutput } from "./commands/UpdateCampaignChannelSubtypeConfigCommand";
|
|
31
32
|
import { type UpdateCampaignCommunicationLimitsCommandInput, type UpdateCampaignCommunicationLimitsCommandOutput } from "./commands/UpdateCampaignCommunicationLimitsCommand";
|
|
32
33
|
import { type UpdateCampaignCommunicationTimeCommandInput, type UpdateCampaignCommunicationTimeCommandOutput } from "./commands/UpdateCampaignCommunicationTimeCommand";
|
|
34
|
+
import { type UpdateCampaignEntryLimitsCommandInput, type UpdateCampaignEntryLimitsCommandOutput } from "./commands/UpdateCampaignEntryLimitsCommand";
|
|
33
35
|
import { type UpdateCampaignFlowAssociationCommandInput, type UpdateCampaignFlowAssociationCommandOutput } from "./commands/UpdateCampaignFlowAssociationCommand";
|
|
34
36
|
import { type UpdateCampaignNameCommandInput, type UpdateCampaignNameCommandOutput } from "./commands/UpdateCampaignNameCommand";
|
|
35
37
|
import { type UpdateCampaignScheduleCommandInput, type UpdateCampaignScheduleCommandOutput } from "./commands/UpdateCampaignScheduleCommand";
|
|
@@ -66,6 +68,12 @@ export interface ConnectCampaignsV2 {
|
|
|
66
68
|
deleteCampaignCommunicationTime(args: DeleteCampaignCommunicationTimeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCampaignCommunicationTimeCommandOutput>;
|
|
67
69
|
deleteCampaignCommunicationTime(args: DeleteCampaignCommunicationTimeCommandInput, cb: (err: any, data?: DeleteCampaignCommunicationTimeCommandOutput) => void): void;
|
|
68
70
|
deleteCampaignCommunicationTime(args: DeleteCampaignCommunicationTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignCommunicationTimeCommandOutput) => void): void;
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link DeleteCampaignEntryLimitsCommand}
|
|
73
|
+
*/
|
|
74
|
+
deleteCampaignEntryLimits(args: DeleteCampaignEntryLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCampaignEntryLimitsCommandOutput>;
|
|
75
|
+
deleteCampaignEntryLimits(args: DeleteCampaignEntryLimitsCommandInput, cb: (err: any, data?: DeleteCampaignEntryLimitsCommandOutput) => void): void;
|
|
76
|
+
deleteCampaignEntryLimits(args: DeleteCampaignEntryLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignEntryLimitsCommandOutput) => void): void;
|
|
69
77
|
/**
|
|
70
78
|
* @see {@link DeleteConnectInstanceConfigCommand}
|
|
71
79
|
*/
|
|
@@ -223,6 +231,12 @@ export interface ConnectCampaignsV2 {
|
|
|
223
231
|
updateCampaignCommunicationTime(args: UpdateCampaignCommunicationTimeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignCommunicationTimeCommandOutput>;
|
|
224
232
|
updateCampaignCommunicationTime(args: UpdateCampaignCommunicationTimeCommandInput, cb: (err: any, data?: UpdateCampaignCommunicationTimeCommandOutput) => void): void;
|
|
225
233
|
updateCampaignCommunicationTime(args: UpdateCampaignCommunicationTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignCommunicationTimeCommandOutput) => void): void;
|
|
234
|
+
/**
|
|
235
|
+
* @see {@link UpdateCampaignEntryLimitsCommand}
|
|
236
|
+
*/
|
|
237
|
+
updateCampaignEntryLimits(args: UpdateCampaignEntryLimitsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignEntryLimitsCommandOutput>;
|
|
238
|
+
updateCampaignEntryLimits(args: UpdateCampaignEntryLimitsCommandInput, cb: (err: any, data?: UpdateCampaignEntryLimitsCommandOutput) => void): void;
|
|
239
|
+
updateCampaignEntryLimits(args: UpdateCampaignEntryLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignEntryLimitsCommandOutput) => void): void;
|
|
226
240
|
/**
|
|
227
241
|
* @see {@link UpdateCampaignFlowAssociationCommand}
|
|
228
242
|
*/
|