@aws-sdk/client-connectcampaignsv2 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +45 -373
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +2 -14
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -14
- package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -14
- package/dist-es/commands/DescribeCampaignCommand.js +2 -14
- package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -14
- package/dist-es/commands/GetCampaignStateCommand.js +2 -14
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -14
- package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -14
- package/dist-es/commands/ListCampaignsCommand.js +2 -14
- package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PauseCampaignCommand.js +2 -14
- package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +2 -14
- package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/PutOutboundRequestBatchCommand.js +2 -14
- package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +2 -14
- package/dist-es/commands/ResumeCampaignCommand.js +2 -14
- package/dist-es/commands/StartCampaignCommand.js +2 -14
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -14
- package/dist-es/commands/StopCampaignCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignNameCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignScheduleCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignSourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +3 -8
- package/dist-types/commands/GetCampaignStateCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PauseCampaignCommand.d.ts +3 -8
- package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/PutInstanceCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +3 -8
- package/dist-types/commands/PutProfileOutboundRequestBatchCommand.d.ts +3 -8
- package/dist-types/commands/ResumeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/StartCampaignCommand.d.ts +3 -8
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +3 -8
- package/dist-types/commands/StopCampaignCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
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");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
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
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1546,448 +1547,119 @@ class ConnectCampaignsV2Client extends Client {
|
|
|
1546
1547
|
}
|
|
1547
1548
|
}
|
|
1548
1549
|
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
})
|
|
1555
|
-
.s("AmazonConnectCampaignServiceV2", "CreateCampaign", {})
|
|
1556
|
-
.n("ConnectCampaignsV2Client", "CreateCampaignCommand")
|
|
1557
|
-
.sc(CreateCampaign$)
|
|
1558
|
-
.build() {
|
|
1550
|
+
const command = makeBuilder(commonParams, "AmazonConnectCampaignServiceV2", "ConnectCampaignsV2Client", getEndpointPlugin);
|
|
1551
|
+
const _ep0 = {};
|
|
1552
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1553
|
+
|
|
1554
|
+
class CreateCampaignCommand extends command(_ep0, _mw0, "CreateCampaign", CreateCampaign$) {
|
|
1559
1555
|
}
|
|
1560
1556
|
|
|
1561
|
-
class DeleteCampaignChannelSubtypeConfigCommand extends
|
|
1562
|
-
.classBuilder()
|
|
1563
|
-
.ep(commonParams)
|
|
1564
|
-
.m(function (Command, cs, config, o) {
|
|
1565
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1566
|
-
})
|
|
1567
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignChannelSubtypeConfig", {})
|
|
1568
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignChannelSubtypeConfigCommand")
|
|
1569
|
-
.sc(DeleteCampaignChannelSubtypeConfig$)
|
|
1570
|
-
.build() {
|
|
1557
|
+
class DeleteCampaignChannelSubtypeConfigCommand extends command(_ep0, _mw0, "DeleteCampaignChannelSubtypeConfig", DeleteCampaignChannelSubtypeConfig$) {
|
|
1571
1558
|
}
|
|
1572
1559
|
|
|
1573
|
-
class DeleteCampaignCommand extends
|
|
1574
|
-
.classBuilder()
|
|
1575
|
-
.ep(commonParams)
|
|
1576
|
-
.m(function (Command, cs, config, o) {
|
|
1577
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1578
|
-
})
|
|
1579
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaign", {})
|
|
1580
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignCommand")
|
|
1581
|
-
.sc(DeleteCampaign$)
|
|
1582
|
-
.build() {
|
|
1560
|
+
class DeleteCampaignCommand extends command(_ep0, _mw0, "DeleteCampaign", DeleteCampaign$) {
|
|
1583
1561
|
}
|
|
1584
1562
|
|
|
1585
|
-
class DeleteCampaignCommunicationLimitsCommand extends
|
|
1586
|
-
.classBuilder()
|
|
1587
|
-
.ep(commonParams)
|
|
1588
|
-
.m(function (Command, cs, config, o) {
|
|
1589
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1590
|
-
})
|
|
1591
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationLimits", {})
|
|
1592
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationLimitsCommand")
|
|
1593
|
-
.sc(DeleteCampaignCommunicationLimits$)
|
|
1594
|
-
.build() {
|
|
1563
|
+
class DeleteCampaignCommunicationLimitsCommand extends command(_ep0, _mw0, "DeleteCampaignCommunicationLimits", DeleteCampaignCommunicationLimits$) {
|
|
1595
1564
|
}
|
|
1596
1565
|
|
|
1597
|
-
class DeleteCampaignCommunicationTimeCommand extends
|
|
1598
|
-
.classBuilder()
|
|
1599
|
-
.ep(commonParams)
|
|
1600
|
-
.m(function (Command, cs, config, o) {
|
|
1601
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1602
|
-
})
|
|
1603
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationTime", {})
|
|
1604
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationTimeCommand")
|
|
1605
|
-
.sc(DeleteCampaignCommunicationTime$)
|
|
1606
|
-
.build() {
|
|
1566
|
+
class DeleteCampaignCommunicationTimeCommand extends command(_ep0, _mw0, "DeleteCampaignCommunicationTime", DeleteCampaignCommunicationTime$) {
|
|
1607
1567
|
}
|
|
1608
1568
|
|
|
1609
|
-
class DeleteCampaignEntryLimitsCommand extends
|
|
1610
|
-
.classBuilder()
|
|
1611
|
-
.ep(commonParams)
|
|
1612
|
-
.m(function (Command, cs, config, o) {
|
|
1613
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1614
|
-
})
|
|
1615
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignEntryLimits", {})
|
|
1616
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignEntryLimitsCommand")
|
|
1617
|
-
.sc(DeleteCampaignEntryLimits$)
|
|
1618
|
-
.build() {
|
|
1569
|
+
class DeleteCampaignEntryLimitsCommand extends command(_ep0, _mw0, "DeleteCampaignEntryLimits", DeleteCampaignEntryLimits$) {
|
|
1619
1570
|
}
|
|
1620
1571
|
|
|
1621
|
-
class DeleteConnectInstanceConfigCommand extends
|
|
1622
|
-
.classBuilder()
|
|
1623
|
-
.ep(commonParams)
|
|
1624
|
-
.m(function (Command, cs, config, o) {
|
|
1625
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1626
|
-
})
|
|
1627
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceConfig", {})
|
|
1628
|
-
.n("ConnectCampaignsV2Client", "DeleteConnectInstanceConfigCommand")
|
|
1629
|
-
.sc(DeleteConnectInstanceConfig$)
|
|
1630
|
-
.build() {
|
|
1572
|
+
class DeleteConnectInstanceConfigCommand extends command(_ep0, _mw0, "DeleteConnectInstanceConfig", DeleteConnectInstanceConfig$) {
|
|
1631
1573
|
}
|
|
1632
1574
|
|
|
1633
|
-
class DeleteConnectInstanceIntegrationCommand extends
|
|
1634
|
-
.classBuilder()
|
|
1635
|
-
.ep(commonParams)
|
|
1636
|
-
.m(function (Command, cs, config, o) {
|
|
1637
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1638
|
-
})
|
|
1639
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceIntegration", {})
|
|
1640
|
-
.n("ConnectCampaignsV2Client", "DeleteConnectInstanceIntegrationCommand")
|
|
1641
|
-
.sc(DeleteConnectInstanceIntegration$)
|
|
1642
|
-
.build() {
|
|
1575
|
+
class DeleteConnectInstanceIntegrationCommand extends command(_ep0, _mw0, "DeleteConnectInstanceIntegration", DeleteConnectInstanceIntegration$) {
|
|
1643
1576
|
}
|
|
1644
1577
|
|
|
1645
|
-
class DeleteInstanceOnboardingJobCommand extends
|
|
1646
|
-
.classBuilder()
|
|
1647
|
-
.ep(commonParams)
|
|
1648
|
-
.m(function (Command, cs, config, o) {
|
|
1649
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1650
|
-
})
|
|
1651
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteInstanceOnboardingJob", {})
|
|
1652
|
-
.n("ConnectCampaignsV2Client", "DeleteInstanceOnboardingJobCommand")
|
|
1653
|
-
.sc(DeleteInstanceOnboardingJob$)
|
|
1654
|
-
.build() {
|
|
1578
|
+
class DeleteInstanceOnboardingJobCommand extends command(_ep0, _mw0, "DeleteInstanceOnboardingJob", DeleteInstanceOnboardingJob$) {
|
|
1655
1579
|
}
|
|
1656
1580
|
|
|
1657
|
-
class DescribeCampaignCommand extends
|
|
1658
|
-
.classBuilder()
|
|
1659
|
-
.ep(commonParams)
|
|
1660
|
-
.m(function (Command, cs, config, o) {
|
|
1661
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1662
|
-
})
|
|
1663
|
-
.s("AmazonConnectCampaignServiceV2", "DescribeCampaign", {})
|
|
1664
|
-
.n("ConnectCampaignsV2Client", "DescribeCampaignCommand")
|
|
1665
|
-
.sc(DescribeCampaign$)
|
|
1666
|
-
.build() {
|
|
1581
|
+
class DescribeCampaignCommand extends command(_ep0, _mw0, "DescribeCampaign", DescribeCampaign$) {
|
|
1667
1582
|
}
|
|
1668
1583
|
|
|
1669
|
-
class GetCampaignStateBatchCommand extends
|
|
1670
|
-
.classBuilder()
|
|
1671
|
-
.ep(commonParams)
|
|
1672
|
-
.m(function (Command, cs, config, o) {
|
|
1673
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1674
|
-
})
|
|
1675
|
-
.s("AmazonConnectCampaignServiceV2", "GetCampaignStateBatch", {})
|
|
1676
|
-
.n("ConnectCampaignsV2Client", "GetCampaignStateBatchCommand")
|
|
1677
|
-
.sc(GetCampaignStateBatch$)
|
|
1678
|
-
.build() {
|
|
1584
|
+
class GetCampaignStateBatchCommand extends command(_ep0, _mw0, "GetCampaignStateBatch", GetCampaignStateBatch$) {
|
|
1679
1585
|
}
|
|
1680
1586
|
|
|
1681
|
-
class GetCampaignStateCommand extends
|
|
1682
|
-
.classBuilder()
|
|
1683
|
-
.ep(commonParams)
|
|
1684
|
-
.m(function (Command, cs, config, o) {
|
|
1685
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1686
|
-
})
|
|
1687
|
-
.s("AmazonConnectCampaignServiceV2", "GetCampaignState", {})
|
|
1688
|
-
.n("ConnectCampaignsV2Client", "GetCampaignStateCommand")
|
|
1689
|
-
.sc(GetCampaignState$)
|
|
1690
|
-
.build() {
|
|
1587
|
+
class GetCampaignStateCommand extends command(_ep0, _mw0, "GetCampaignState", GetCampaignState$) {
|
|
1691
1588
|
}
|
|
1692
1589
|
|
|
1693
|
-
class GetConnectInstanceConfigCommand extends
|
|
1694
|
-
.classBuilder()
|
|
1695
|
-
.ep(commonParams)
|
|
1696
|
-
.m(function (Command, cs, config, o) {
|
|
1697
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1698
|
-
})
|
|
1699
|
-
.s("AmazonConnectCampaignServiceV2", "GetConnectInstanceConfig", {})
|
|
1700
|
-
.n("ConnectCampaignsV2Client", "GetConnectInstanceConfigCommand")
|
|
1701
|
-
.sc(GetConnectInstanceConfig$)
|
|
1702
|
-
.build() {
|
|
1590
|
+
class GetConnectInstanceConfigCommand extends command(_ep0, _mw0, "GetConnectInstanceConfig", GetConnectInstanceConfig$) {
|
|
1703
1591
|
}
|
|
1704
1592
|
|
|
1705
|
-
class GetInstanceCommunicationLimitsCommand extends
|
|
1706
|
-
.classBuilder()
|
|
1707
|
-
.ep(commonParams)
|
|
1708
|
-
.m(function (Command, cs, config, o) {
|
|
1709
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1710
|
-
})
|
|
1711
|
-
.s("AmazonConnectCampaignServiceV2", "GetInstanceCommunicationLimits", {})
|
|
1712
|
-
.n("ConnectCampaignsV2Client", "GetInstanceCommunicationLimitsCommand")
|
|
1713
|
-
.sc(GetInstanceCommunicationLimits$)
|
|
1714
|
-
.build() {
|
|
1593
|
+
class GetInstanceCommunicationLimitsCommand extends command(_ep0, _mw0, "GetInstanceCommunicationLimits", GetInstanceCommunicationLimits$) {
|
|
1715
1594
|
}
|
|
1716
1595
|
|
|
1717
|
-
class GetInstanceOnboardingJobStatusCommand extends
|
|
1718
|
-
.classBuilder()
|
|
1719
|
-
.ep(commonParams)
|
|
1720
|
-
.m(function (Command, cs, config, o) {
|
|
1721
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1722
|
-
})
|
|
1723
|
-
.s("AmazonConnectCampaignServiceV2", "GetInstanceOnboardingJobStatus", {})
|
|
1724
|
-
.n("ConnectCampaignsV2Client", "GetInstanceOnboardingJobStatusCommand")
|
|
1725
|
-
.sc(GetInstanceOnboardingJobStatus$)
|
|
1726
|
-
.build() {
|
|
1596
|
+
class GetInstanceOnboardingJobStatusCommand extends command(_ep0, _mw0, "GetInstanceOnboardingJobStatus", GetInstanceOnboardingJobStatus$) {
|
|
1727
1597
|
}
|
|
1728
1598
|
|
|
1729
|
-
class ListCampaignsCommand extends
|
|
1730
|
-
.classBuilder()
|
|
1731
|
-
.ep(commonParams)
|
|
1732
|
-
.m(function (Command, cs, config, o) {
|
|
1733
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1734
|
-
})
|
|
1735
|
-
.s("AmazonConnectCampaignServiceV2", "ListCampaigns", {})
|
|
1736
|
-
.n("ConnectCampaignsV2Client", "ListCampaignsCommand")
|
|
1737
|
-
.sc(ListCampaigns$)
|
|
1738
|
-
.build() {
|
|
1599
|
+
class ListCampaignsCommand extends command(_ep0, _mw0, "ListCampaigns", ListCampaigns$) {
|
|
1739
1600
|
}
|
|
1740
1601
|
|
|
1741
|
-
class ListConnectInstanceIntegrationsCommand extends
|
|
1742
|
-
.classBuilder()
|
|
1743
|
-
.ep(commonParams)
|
|
1744
|
-
.m(function (Command, cs, config, o) {
|
|
1745
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1746
|
-
})
|
|
1747
|
-
.s("AmazonConnectCampaignServiceV2", "ListConnectInstanceIntegrations", {})
|
|
1748
|
-
.n("ConnectCampaignsV2Client", "ListConnectInstanceIntegrationsCommand")
|
|
1749
|
-
.sc(ListConnectInstanceIntegrations$)
|
|
1750
|
-
.build() {
|
|
1602
|
+
class ListConnectInstanceIntegrationsCommand extends command(_ep0, _mw0, "ListConnectInstanceIntegrations", ListConnectInstanceIntegrations$) {
|
|
1751
1603
|
}
|
|
1752
1604
|
|
|
1753
|
-
class ListTagsForResourceCommand extends
|
|
1754
|
-
.classBuilder()
|
|
1755
|
-
.ep(commonParams)
|
|
1756
|
-
.m(function (Command, cs, config, o) {
|
|
1757
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1758
|
-
})
|
|
1759
|
-
.s("AmazonConnectCampaignServiceV2", "ListTagsForResource", {})
|
|
1760
|
-
.n("ConnectCampaignsV2Client", "ListTagsForResourceCommand")
|
|
1761
|
-
.sc(ListTagsForResource$)
|
|
1762
|
-
.build() {
|
|
1605
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1763
1606
|
}
|
|
1764
1607
|
|
|
1765
|
-
class PauseCampaignCommand extends
|
|
1766
|
-
.classBuilder()
|
|
1767
|
-
.ep(commonParams)
|
|
1768
|
-
.m(function (Command, cs, config, o) {
|
|
1769
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1770
|
-
})
|
|
1771
|
-
.s("AmazonConnectCampaignServiceV2", "PauseCampaign", {})
|
|
1772
|
-
.n("ConnectCampaignsV2Client", "PauseCampaignCommand")
|
|
1773
|
-
.sc(PauseCampaign$)
|
|
1774
|
-
.build() {
|
|
1608
|
+
class PauseCampaignCommand extends command(_ep0, _mw0, "PauseCampaign", PauseCampaign$) {
|
|
1775
1609
|
}
|
|
1776
1610
|
|
|
1777
|
-
class PutConnectInstanceIntegrationCommand extends
|
|
1778
|
-
.classBuilder()
|
|
1779
|
-
.ep(commonParams)
|
|
1780
|
-
.m(function (Command, cs, config, o) {
|
|
1781
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1782
|
-
})
|
|
1783
|
-
.s("AmazonConnectCampaignServiceV2", "PutConnectInstanceIntegration", {})
|
|
1784
|
-
.n("ConnectCampaignsV2Client", "PutConnectInstanceIntegrationCommand")
|
|
1785
|
-
.sc(PutConnectInstanceIntegration$)
|
|
1786
|
-
.build() {
|
|
1611
|
+
class PutConnectInstanceIntegrationCommand extends command(_ep0, _mw0, "PutConnectInstanceIntegration", PutConnectInstanceIntegration$) {
|
|
1787
1612
|
}
|
|
1788
1613
|
|
|
1789
|
-
class PutInstanceCommunicationLimitsCommand extends
|
|
1790
|
-
.classBuilder()
|
|
1791
|
-
.ep(commonParams)
|
|
1792
|
-
.m(function (Command, cs, config, o) {
|
|
1793
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1794
|
-
})
|
|
1795
|
-
.s("AmazonConnectCampaignServiceV2", "PutInstanceCommunicationLimits", {})
|
|
1796
|
-
.n("ConnectCampaignsV2Client", "PutInstanceCommunicationLimitsCommand")
|
|
1797
|
-
.sc(PutInstanceCommunicationLimits$)
|
|
1798
|
-
.build() {
|
|
1614
|
+
class PutInstanceCommunicationLimitsCommand extends command(_ep0, _mw0, "PutInstanceCommunicationLimits", PutInstanceCommunicationLimits$) {
|
|
1799
1615
|
}
|
|
1800
1616
|
|
|
1801
|
-
class PutOutboundRequestBatchCommand extends
|
|
1802
|
-
.classBuilder()
|
|
1803
|
-
.ep(commonParams)
|
|
1804
|
-
.m(function (Command, cs, config, o) {
|
|
1805
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1806
|
-
})
|
|
1807
|
-
.s("AmazonConnectCampaignServiceV2", "PutOutboundRequestBatch", {})
|
|
1808
|
-
.n("ConnectCampaignsV2Client", "PutOutboundRequestBatchCommand")
|
|
1809
|
-
.sc(PutOutboundRequestBatch$)
|
|
1810
|
-
.build() {
|
|
1617
|
+
class PutOutboundRequestBatchCommand extends command(_ep0, _mw0, "PutOutboundRequestBatch", PutOutboundRequestBatch$) {
|
|
1811
1618
|
}
|
|
1812
1619
|
|
|
1813
|
-
class PutProfileOutboundRequestBatchCommand extends
|
|
1814
|
-
.classBuilder()
|
|
1815
|
-
.ep(commonParams)
|
|
1816
|
-
.m(function (Command, cs, config, o) {
|
|
1817
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1818
|
-
})
|
|
1819
|
-
.s("AmazonConnectCampaignServiceV2", "PutProfileOutboundRequestBatch", {})
|
|
1820
|
-
.n("ConnectCampaignsV2Client", "PutProfileOutboundRequestBatchCommand")
|
|
1821
|
-
.sc(PutProfileOutboundRequestBatch$)
|
|
1822
|
-
.build() {
|
|
1620
|
+
class PutProfileOutboundRequestBatchCommand extends command(_ep0, _mw0, "PutProfileOutboundRequestBatch", PutProfileOutboundRequestBatch$) {
|
|
1823
1621
|
}
|
|
1824
1622
|
|
|
1825
|
-
class ResumeCampaignCommand extends
|
|
1826
|
-
.classBuilder()
|
|
1827
|
-
.ep(commonParams)
|
|
1828
|
-
.m(function (Command, cs, config, o) {
|
|
1829
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1830
|
-
})
|
|
1831
|
-
.s("AmazonConnectCampaignServiceV2", "ResumeCampaign", {})
|
|
1832
|
-
.n("ConnectCampaignsV2Client", "ResumeCampaignCommand")
|
|
1833
|
-
.sc(ResumeCampaign$)
|
|
1834
|
-
.build() {
|
|
1623
|
+
class ResumeCampaignCommand extends command(_ep0, _mw0, "ResumeCampaign", ResumeCampaign$) {
|
|
1835
1624
|
}
|
|
1836
1625
|
|
|
1837
|
-
class StartCampaignCommand extends
|
|
1838
|
-
.classBuilder()
|
|
1839
|
-
.ep(commonParams)
|
|
1840
|
-
.m(function (Command, cs, config, o) {
|
|
1841
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1842
|
-
})
|
|
1843
|
-
.s("AmazonConnectCampaignServiceV2", "StartCampaign", {})
|
|
1844
|
-
.n("ConnectCampaignsV2Client", "StartCampaignCommand")
|
|
1845
|
-
.sc(StartCampaign$)
|
|
1846
|
-
.build() {
|
|
1626
|
+
class StartCampaignCommand extends command(_ep0, _mw0, "StartCampaign", StartCampaign$) {
|
|
1847
1627
|
}
|
|
1848
1628
|
|
|
1849
|
-
class StartInstanceOnboardingJobCommand extends
|
|
1850
|
-
.classBuilder()
|
|
1851
|
-
.ep(commonParams)
|
|
1852
|
-
.m(function (Command, cs, config, o) {
|
|
1853
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1854
|
-
})
|
|
1855
|
-
.s("AmazonConnectCampaignServiceV2", "StartInstanceOnboardingJob", {})
|
|
1856
|
-
.n("ConnectCampaignsV2Client", "StartInstanceOnboardingJobCommand")
|
|
1857
|
-
.sc(StartInstanceOnboardingJob$)
|
|
1858
|
-
.build() {
|
|
1629
|
+
class StartInstanceOnboardingJobCommand extends command(_ep0, _mw0, "StartInstanceOnboardingJob", StartInstanceOnboardingJob$) {
|
|
1859
1630
|
}
|
|
1860
1631
|
|
|
1861
|
-
class StopCampaignCommand extends
|
|
1862
|
-
.classBuilder()
|
|
1863
|
-
.ep(commonParams)
|
|
1864
|
-
.m(function (Command, cs, config, o) {
|
|
1865
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1866
|
-
})
|
|
1867
|
-
.s("AmazonConnectCampaignServiceV2", "StopCampaign", {})
|
|
1868
|
-
.n("ConnectCampaignsV2Client", "StopCampaignCommand")
|
|
1869
|
-
.sc(StopCampaign$)
|
|
1870
|
-
.build() {
|
|
1632
|
+
class StopCampaignCommand extends command(_ep0, _mw0, "StopCampaign", StopCampaign$) {
|
|
1871
1633
|
}
|
|
1872
1634
|
|
|
1873
|
-
class TagResourceCommand extends
|
|
1874
|
-
.classBuilder()
|
|
1875
|
-
.ep(commonParams)
|
|
1876
|
-
.m(function (Command, cs, config, o) {
|
|
1877
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1878
|
-
})
|
|
1879
|
-
.s("AmazonConnectCampaignServiceV2", "TagResource", {})
|
|
1880
|
-
.n("ConnectCampaignsV2Client", "TagResourceCommand")
|
|
1881
|
-
.sc(TagResource$)
|
|
1882
|
-
.build() {
|
|
1635
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1883
1636
|
}
|
|
1884
1637
|
|
|
1885
|
-
class UntagResourceCommand extends
|
|
1886
|
-
.classBuilder()
|
|
1887
|
-
.ep(commonParams)
|
|
1888
|
-
.m(function (Command, cs, config, o) {
|
|
1889
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1890
|
-
})
|
|
1891
|
-
.s("AmazonConnectCampaignServiceV2", "UntagResource", {})
|
|
1892
|
-
.n("ConnectCampaignsV2Client", "UntagResourceCommand")
|
|
1893
|
-
.sc(UntagResource$)
|
|
1894
|
-
.build() {
|
|
1638
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1895
1639
|
}
|
|
1896
1640
|
|
|
1897
|
-
class UpdateCampaignChannelSubtypeConfigCommand extends
|
|
1898
|
-
.classBuilder()
|
|
1899
|
-
.ep(commonParams)
|
|
1900
|
-
.m(function (Command, cs, config, o) {
|
|
1901
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1902
|
-
})
|
|
1903
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignChannelSubtypeConfig", {})
|
|
1904
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignChannelSubtypeConfigCommand")
|
|
1905
|
-
.sc(UpdateCampaignChannelSubtypeConfig$)
|
|
1906
|
-
.build() {
|
|
1641
|
+
class UpdateCampaignChannelSubtypeConfigCommand extends command(_ep0, _mw0, "UpdateCampaignChannelSubtypeConfig", UpdateCampaignChannelSubtypeConfig$) {
|
|
1907
1642
|
}
|
|
1908
1643
|
|
|
1909
|
-
class UpdateCampaignCommunicationLimitsCommand extends
|
|
1910
|
-
.classBuilder()
|
|
1911
|
-
.ep(commonParams)
|
|
1912
|
-
.m(function (Command, cs, config, o) {
|
|
1913
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1914
|
-
})
|
|
1915
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationLimits", {})
|
|
1916
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationLimitsCommand")
|
|
1917
|
-
.sc(UpdateCampaignCommunicationLimits$)
|
|
1918
|
-
.build() {
|
|
1644
|
+
class UpdateCampaignCommunicationLimitsCommand extends command(_ep0, _mw0, "UpdateCampaignCommunicationLimits", UpdateCampaignCommunicationLimits$) {
|
|
1919
1645
|
}
|
|
1920
1646
|
|
|
1921
|
-
class UpdateCampaignCommunicationTimeCommand extends
|
|
1922
|
-
.classBuilder()
|
|
1923
|
-
.ep(commonParams)
|
|
1924
|
-
.m(function (Command, cs, config, o) {
|
|
1925
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1926
|
-
})
|
|
1927
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationTime", {})
|
|
1928
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationTimeCommand")
|
|
1929
|
-
.sc(UpdateCampaignCommunicationTime$)
|
|
1930
|
-
.build() {
|
|
1647
|
+
class UpdateCampaignCommunicationTimeCommand extends command(_ep0, _mw0, "UpdateCampaignCommunicationTime", UpdateCampaignCommunicationTime$) {
|
|
1931
1648
|
}
|
|
1932
1649
|
|
|
1933
|
-
class UpdateCampaignEntryLimitsCommand extends
|
|
1934
|
-
.classBuilder()
|
|
1935
|
-
.ep(commonParams)
|
|
1936
|
-
.m(function (Command, cs, config, o) {
|
|
1937
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1938
|
-
})
|
|
1939
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignEntryLimits", {})
|
|
1940
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignEntryLimitsCommand")
|
|
1941
|
-
.sc(UpdateCampaignEntryLimits$)
|
|
1942
|
-
.build() {
|
|
1650
|
+
class UpdateCampaignEntryLimitsCommand extends command(_ep0, _mw0, "UpdateCampaignEntryLimits", UpdateCampaignEntryLimits$) {
|
|
1943
1651
|
}
|
|
1944
1652
|
|
|
1945
|
-
class UpdateCampaignFlowAssociationCommand extends
|
|
1946
|
-
.classBuilder()
|
|
1947
|
-
.ep(commonParams)
|
|
1948
|
-
.m(function (Command, cs, config, o) {
|
|
1949
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1950
|
-
})
|
|
1951
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignFlowAssociation", {})
|
|
1952
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignFlowAssociationCommand")
|
|
1953
|
-
.sc(UpdateCampaignFlowAssociation$)
|
|
1954
|
-
.build() {
|
|
1653
|
+
class UpdateCampaignFlowAssociationCommand extends command(_ep0, _mw0, "UpdateCampaignFlowAssociation", UpdateCampaignFlowAssociation$) {
|
|
1955
1654
|
}
|
|
1956
1655
|
|
|
1957
|
-
class UpdateCampaignNameCommand extends
|
|
1958
|
-
.classBuilder()
|
|
1959
|
-
.ep(commonParams)
|
|
1960
|
-
.m(function (Command, cs, config, o) {
|
|
1961
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1962
|
-
})
|
|
1963
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignName", {})
|
|
1964
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignNameCommand")
|
|
1965
|
-
.sc(UpdateCampaignName$)
|
|
1966
|
-
.build() {
|
|
1656
|
+
class UpdateCampaignNameCommand extends command(_ep0, _mw0, "UpdateCampaignName", UpdateCampaignName$) {
|
|
1967
1657
|
}
|
|
1968
1658
|
|
|
1969
|
-
class UpdateCampaignScheduleCommand extends
|
|
1970
|
-
.classBuilder()
|
|
1971
|
-
.ep(commonParams)
|
|
1972
|
-
.m(function (Command, cs, config, o) {
|
|
1973
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1974
|
-
})
|
|
1975
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignSchedule", {})
|
|
1976
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignScheduleCommand")
|
|
1977
|
-
.sc(UpdateCampaignSchedule$)
|
|
1978
|
-
.build() {
|
|
1659
|
+
class UpdateCampaignScheduleCommand extends command(_ep0, _mw0, "UpdateCampaignSchedule", UpdateCampaignSchedule$) {
|
|
1979
1660
|
}
|
|
1980
1661
|
|
|
1981
|
-
class UpdateCampaignSourceCommand extends
|
|
1982
|
-
.classBuilder()
|
|
1983
|
-
.ep(commonParams)
|
|
1984
|
-
.m(function (Command, cs, config, o) {
|
|
1985
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1986
|
-
})
|
|
1987
|
-
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignSource", {})
|
|
1988
|
-
.n("ConnectCampaignsV2Client", "UpdateCampaignSourceCommand")
|
|
1989
|
-
.sc(UpdateCampaignSource$)
|
|
1990
|
-
.build() {
|
|
1662
|
+
class UpdateCampaignSourceCommand extends command(_ep0, _mw0, "UpdateCampaignSource", UpdateCampaignSource$) {
|
|
1991
1663
|
}
|
|
1992
1664
|
|
|
1993
1665
|
const paginateListCampaigns = createPaginator(ConnectCampaignsV2Client, ListCampaignsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonConnectCampaignServiceV2", "ConnectCampaignsV2Client", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignServiceV2", "CreateCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsV2Client", "CreateCampaignCommand")
|
|
14
|
-
.sc(CreateCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCampaignCommand extends command(_ep0, _mw0, "CreateCampaign", CreateCampaign$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCampaignChannelSubtypeConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCampaignChannelSubtypeConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignChannelSubtypeConfig", {})
|
|
13
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignChannelSubtypeConfigCommand")
|
|
14
|
-
.sc(DeleteCampaignChannelSubtypeConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCampaignChannelSubtypeConfigCommand extends command(_ep0, _mw0, "DeleteCampaignChannelSubtypeConfig", DeleteCampaignChannelSubtypeConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignCommand")
|
|
14
|
-
.sc(DeleteCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCampaignCommand extends command(_ep0, _mw0, "DeleteCampaign", DeleteCampaign$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCampaignCommunicationLimits$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCampaignCommunicationLimitsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationLimits", {})
|
|
13
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationLimitsCommand")
|
|
14
|
-
.sc(DeleteCampaignCommunicationLimits$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCampaignCommunicationLimitsCommand extends command(_ep0, _mw0, "DeleteCampaignCommunicationLimits", DeleteCampaignCommunicationLimits$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCampaignCommunicationTime$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCampaignCommunicationTimeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationTime", {})
|
|
13
|
-
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationTimeCommand")
|
|
14
|
-
.sc(DeleteCampaignCommunicationTime$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCampaignCommunicationTimeCommand extends command(_ep0, _mw0, "DeleteCampaignCommunicationTime", DeleteCampaignCommunicationTime$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCampaignEntryLimits$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
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() {
|
|
3
|
+
export class DeleteCampaignEntryLimitsCommand extends command(_ep0, _mw0, "DeleteCampaignEntryLimits", DeleteCampaignEntryLimits$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConnectInstanceConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConnectInstanceConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceConfig", {})
|
|
13
|
-
.n("ConnectCampaignsV2Client", "DeleteConnectInstanceConfigCommand")
|
|
14
|
-
.sc(DeleteConnectInstanceConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConnectInstanceConfigCommand extends command(_ep0, _mw0, "DeleteConnectInstanceConfig", DeleteConnectInstanceConfig$) {
|
|
16
4
|
}
|