@aws-sdk/client-connectcampaignsv2 3.694.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/LICENSE +201 -0
- package/README.md +461 -0
- package/dist-cjs/ConnectCampaignsV2.js +75 -0
- package/dist-cjs/ConnectCampaignsV2Client.js +50 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/CreateCampaignCommand.js +27 -0
- package/dist-cjs/commands/DeleteCampaignChannelSubtypeConfigCommand.js +26 -0
- package/dist-cjs/commands/DeleteCampaignCommand.js +26 -0
- package/dist-cjs/commands/DeleteCampaignCommunicationLimitsCommand.js +26 -0
- package/dist-cjs/commands/DeleteCampaignCommunicationTimeCommand.js +26 -0
- package/dist-cjs/commands/DeleteConnectInstanceConfigCommand.js +26 -0
- package/dist-cjs/commands/DeleteConnectInstanceIntegrationCommand.js +26 -0
- package/dist-cjs/commands/DeleteInstanceOnboardingJobCommand.js +26 -0
- package/dist-cjs/commands/DescribeCampaignCommand.js +27 -0
- package/dist-cjs/commands/GetCampaignStateBatchCommand.js +26 -0
- package/dist-cjs/commands/GetCampaignStateCommand.js +26 -0
- package/dist-cjs/commands/GetConnectInstanceConfigCommand.js +26 -0
- package/dist-cjs/commands/GetInstanceOnboardingJobStatusCommand.js +26 -0
- package/dist-cjs/commands/ListCampaignsCommand.js +26 -0
- package/dist-cjs/commands/ListConnectInstanceIntegrationsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/PauseCampaignCommand.js +26 -0
- package/dist-cjs/commands/PutConnectInstanceIntegrationCommand.js +26 -0
- package/dist-cjs/commands/PutOutboundRequestBatchCommand.js +27 -0
- package/dist-cjs/commands/ResumeCampaignCommand.js +26 -0
- package/dist-cjs/commands/StartCampaignCommand.js +26 -0
- package/dist-cjs/commands/StartInstanceOnboardingJobCommand.js +26 -0
- package/dist-cjs/commands/StopCampaignCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateCampaignChannelSubtypeConfigCommand.js +27 -0
- package/dist-cjs/commands/UpdateCampaignCommunicationLimitsCommand.js +26 -0
- package/dist-cjs/commands/UpdateCampaignCommunicationTimeCommand.js +26 -0
- package/dist-cjs/commands/UpdateCampaignFlowAssociationCommand.js +26 -0
- package/dist-cjs/commands/UpdateCampaignNameCommand.js +26 -0
- package/dist-cjs/commands/UpdateCampaignScheduleCommand.js +26 -0
- package/dist-cjs/commands/UpdateCampaignSourceCommand.js +26 -0
- package/dist-cjs/commands/index.js +35 -0
- package/dist-cjs/endpoint/EndpointParameters.js +18 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/ConnectCampaignsV2ServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +409 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCampaignsPaginator.js +7 -0
- package/dist-cjs/pagination/ListConnectInstanceIntegrationsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1193 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/ConnectCampaignsV2.js +71 -0
- package/dist-es/ConnectCampaignsV2Client.js +46 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/CreateCampaignCommand.js +23 -0
- package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +22 -0
- package/dist-es/commands/DeleteCampaignCommand.js +22 -0
- package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +22 -0
- package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +22 -0
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +22 -0
- package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +22 -0
- package/dist-es/commands/DescribeCampaignCommand.js +23 -0
- package/dist-es/commands/GetCampaignStateBatchCommand.js +22 -0
- package/dist-es/commands/GetCampaignStateCommand.js +22 -0
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +22 -0
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +22 -0
- package/dist-es/commands/ListCampaignsCommand.js +22 -0
- package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/PauseCampaignCommand.js +22 -0
- package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +22 -0
- package/dist-es/commands/PutOutboundRequestBatchCommand.js +23 -0
- package/dist-es/commands/ResumeCampaignCommand.js +22 -0
- package/dist-es/commands/StartCampaignCommand.js +22 -0
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +22 -0
- package/dist-es/commands/StopCampaignCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +23 -0
- package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +22 -0
- package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +22 -0
- package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +22 -0
- package/dist-es/commands/UpdateCampaignNameCommand.js +22 -0
- package/dist-es/commands/UpdateCampaignScheduleCommand.js +22 -0
- package/dist-es/commands/UpdateCampaignSourceCommand.js +22 -0
- package/dist-es/commands/index.js +32 -0
- package/dist-es/endpoint/EndpointParameters.js +14 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/ConnectCampaignsV2ServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +384 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCampaignsPaginator.js +4 -0
- package/dist-es/pagination/ListConnectInstanceIntegrationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1125 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/ConnectCampaignsV2.d.ts +235 -0
- package/dist-types/ConnectCampaignsV2Client.d.ts +201 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +235 -0
- package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +85 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +81 -0
- package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +88 -0
- package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +88 -0
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +88 -0
- package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +92 -0
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +84 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +226 -0
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +96 -0
- package/dist-types/commands/GetCampaignStateCommand.d.ts +86 -0
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +91 -0
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +87 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +104 -0
- package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +101 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +88 -0
- package/dist-types/commands/PauseCampaignCommand.d.ts +90 -0
- package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +98 -0
- package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +139 -0
- package/dist-types/commands/ResumeCampaignCommand.d.ts +90 -0
- package/dist-types/commands/StartCampaignCommand.d.ts +90 -0
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +98 -0
- package/dist-types/commands/StopCampaignCommand.d.ts +90 -0
- package/dist-types/commands/TagResourceCommand.d.ts +87 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +87 -0
- package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +128 -0
- package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +98 -0
- package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +158 -0
- package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +88 -0
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +85 -0
- package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +92 -0
- package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +90 -0
- package/dist-types/commands/index.d.ts +32 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/ConnectCampaignsV2ServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2299 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConnectInstanceIntegrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +290 -0
- package/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/dist-types/runtimeConfig.d.ts +48 -0
- package/dist-types/runtimeConfig.native.d.ts +47 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/ConnectCampaignsV2.d.ts +576 -0
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +313 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/index.d.ts +32 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/ConnectCampaignsV2ServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +827 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConnectInstanceIntegrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +95 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +101 -0
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
Client as __Client,
|
|
24
|
+
DefaultsMode as __DefaultsMode,
|
|
25
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
26
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
30
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
StreamCollector as __StreamCollector,
|
|
41
|
+
UrlParser as __UrlParser,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
CreateCampaignCommandInput,
|
|
50
|
+
CreateCampaignCommandOutput,
|
|
51
|
+
} from "./commands/CreateCampaignCommand";
|
|
52
|
+
import {
|
|
53
|
+
DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
54
|
+
DeleteCampaignChannelSubtypeConfigCommandOutput,
|
|
55
|
+
} from "./commands/DeleteCampaignChannelSubtypeConfigCommand";
|
|
56
|
+
import {
|
|
57
|
+
DeleteCampaignCommandInput,
|
|
58
|
+
DeleteCampaignCommandOutput,
|
|
59
|
+
} from "./commands/DeleteCampaignCommand";
|
|
60
|
+
import {
|
|
61
|
+
DeleteCampaignCommunicationLimitsCommandInput,
|
|
62
|
+
DeleteCampaignCommunicationLimitsCommandOutput,
|
|
63
|
+
} from "./commands/DeleteCampaignCommunicationLimitsCommand";
|
|
64
|
+
import {
|
|
65
|
+
DeleteCampaignCommunicationTimeCommandInput,
|
|
66
|
+
DeleteCampaignCommunicationTimeCommandOutput,
|
|
67
|
+
} from "./commands/DeleteCampaignCommunicationTimeCommand";
|
|
68
|
+
import {
|
|
69
|
+
DeleteConnectInstanceConfigCommandInput,
|
|
70
|
+
DeleteConnectInstanceConfigCommandOutput,
|
|
71
|
+
} from "./commands/DeleteConnectInstanceConfigCommand";
|
|
72
|
+
import {
|
|
73
|
+
DeleteConnectInstanceIntegrationCommandInput,
|
|
74
|
+
DeleteConnectInstanceIntegrationCommandOutput,
|
|
75
|
+
} from "./commands/DeleteConnectInstanceIntegrationCommand";
|
|
76
|
+
import {
|
|
77
|
+
DeleteInstanceOnboardingJobCommandInput,
|
|
78
|
+
DeleteInstanceOnboardingJobCommandOutput,
|
|
79
|
+
} from "./commands/DeleteInstanceOnboardingJobCommand";
|
|
80
|
+
import {
|
|
81
|
+
DescribeCampaignCommandInput,
|
|
82
|
+
DescribeCampaignCommandOutput,
|
|
83
|
+
} from "./commands/DescribeCampaignCommand";
|
|
84
|
+
import {
|
|
85
|
+
GetCampaignStateBatchCommandInput,
|
|
86
|
+
GetCampaignStateBatchCommandOutput,
|
|
87
|
+
} from "./commands/GetCampaignStateBatchCommand";
|
|
88
|
+
import {
|
|
89
|
+
GetCampaignStateCommandInput,
|
|
90
|
+
GetCampaignStateCommandOutput,
|
|
91
|
+
} from "./commands/GetCampaignStateCommand";
|
|
92
|
+
import {
|
|
93
|
+
GetConnectInstanceConfigCommandInput,
|
|
94
|
+
GetConnectInstanceConfigCommandOutput,
|
|
95
|
+
} from "./commands/GetConnectInstanceConfigCommand";
|
|
96
|
+
import {
|
|
97
|
+
GetInstanceOnboardingJobStatusCommandInput,
|
|
98
|
+
GetInstanceOnboardingJobStatusCommandOutput,
|
|
99
|
+
} from "./commands/GetInstanceOnboardingJobStatusCommand";
|
|
100
|
+
import {
|
|
101
|
+
ListCampaignsCommandInput,
|
|
102
|
+
ListCampaignsCommandOutput,
|
|
103
|
+
} from "./commands/ListCampaignsCommand";
|
|
104
|
+
import {
|
|
105
|
+
ListConnectInstanceIntegrationsCommandInput,
|
|
106
|
+
ListConnectInstanceIntegrationsCommandOutput,
|
|
107
|
+
} from "./commands/ListConnectInstanceIntegrationsCommand";
|
|
108
|
+
import {
|
|
109
|
+
ListTagsForResourceCommandInput,
|
|
110
|
+
ListTagsForResourceCommandOutput,
|
|
111
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
112
|
+
import {
|
|
113
|
+
PauseCampaignCommandInput,
|
|
114
|
+
PauseCampaignCommandOutput,
|
|
115
|
+
} from "./commands/PauseCampaignCommand";
|
|
116
|
+
import {
|
|
117
|
+
PutConnectInstanceIntegrationCommandInput,
|
|
118
|
+
PutConnectInstanceIntegrationCommandOutput,
|
|
119
|
+
} from "./commands/PutConnectInstanceIntegrationCommand";
|
|
120
|
+
import {
|
|
121
|
+
PutOutboundRequestBatchCommandInput,
|
|
122
|
+
PutOutboundRequestBatchCommandOutput,
|
|
123
|
+
} from "./commands/PutOutboundRequestBatchCommand";
|
|
124
|
+
import {
|
|
125
|
+
ResumeCampaignCommandInput,
|
|
126
|
+
ResumeCampaignCommandOutput,
|
|
127
|
+
} from "./commands/ResumeCampaignCommand";
|
|
128
|
+
import {
|
|
129
|
+
StartCampaignCommandInput,
|
|
130
|
+
StartCampaignCommandOutput,
|
|
131
|
+
} from "./commands/StartCampaignCommand";
|
|
132
|
+
import {
|
|
133
|
+
StartInstanceOnboardingJobCommandInput,
|
|
134
|
+
StartInstanceOnboardingJobCommandOutput,
|
|
135
|
+
} from "./commands/StartInstanceOnboardingJobCommand";
|
|
136
|
+
import {
|
|
137
|
+
StopCampaignCommandInput,
|
|
138
|
+
StopCampaignCommandOutput,
|
|
139
|
+
} from "./commands/StopCampaignCommand";
|
|
140
|
+
import {
|
|
141
|
+
TagResourceCommandInput,
|
|
142
|
+
TagResourceCommandOutput,
|
|
143
|
+
} from "./commands/TagResourceCommand";
|
|
144
|
+
import {
|
|
145
|
+
UntagResourceCommandInput,
|
|
146
|
+
UntagResourceCommandOutput,
|
|
147
|
+
} from "./commands/UntagResourceCommand";
|
|
148
|
+
import {
|
|
149
|
+
UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
150
|
+
UpdateCampaignChannelSubtypeConfigCommandOutput,
|
|
151
|
+
} from "./commands/UpdateCampaignChannelSubtypeConfigCommand";
|
|
152
|
+
import {
|
|
153
|
+
UpdateCampaignCommunicationLimitsCommandInput,
|
|
154
|
+
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
155
|
+
} from "./commands/UpdateCampaignCommunicationLimitsCommand";
|
|
156
|
+
import {
|
|
157
|
+
UpdateCampaignCommunicationTimeCommandInput,
|
|
158
|
+
UpdateCampaignCommunicationTimeCommandOutput,
|
|
159
|
+
} from "./commands/UpdateCampaignCommunicationTimeCommand";
|
|
160
|
+
import {
|
|
161
|
+
UpdateCampaignFlowAssociationCommandInput,
|
|
162
|
+
UpdateCampaignFlowAssociationCommandOutput,
|
|
163
|
+
} from "./commands/UpdateCampaignFlowAssociationCommand";
|
|
164
|
+
import {
|
|
165
|
+
UpdateCampaignNameCommandInput,
|
|
166
|
+
UpdateCampaignNameCommandOutput,
|
|
167
|
+
} from "./commands/UpdateCampaignNameCommand";
|
|
168
|
+
import {
|
|
169
|
+
UpdateCampaignScheduleCommandInput,
|
|
170
|
+
UpdateCampaignScheduleCommandOutput,
|
|
171
|
+
} from "./commands/UpdateCampaignScheduleCommand";
|
|
172
|
+
import {
|
|
173
|
+
UpdateCampaignSourceCommandInput,
|
|
174
|
+
UpdateCampaignSourceCommandOutput,
|
|
175
|
+
} from "./commands/UpdateCampaignSourceCommand";
|
|
176
|
+
import {
|
|
177
|
+
ClientInputEndpointParameters,
|
|
178
|
+
ClientResolvedEndpointParameters,
|
|
179
|
+
EndpointParameters,
|
|
180
|
+
} from "./endpoint/EndpointParameters";
|
|
181
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
182
|
+
export { __Client };
|
|
183
|
+
export type ServiceInputTypes =
|
|
184
|
+
| CreateCampaignCommandInput
|
|
185
|
+
| DeleteCampaignChannelSubtypeConfigCommandInput
|
|
186
|
+
| DeleteCampaignCommandInput
|
|
187
|
+
| DeleteCampaignCommunicationLimitsCommandInput
|
|
188
|
+
| DeleteCampaignCommunicationTimeCommandInput
|
|
189
|
+
| DeleteConnectInstanceConfigCommandInput
|
|
190
|
+
| DeleteConnectInstanceIntegrationCommandInput
|
|
191
|
+
| DeleteInstanceOnboardingJobCommandInput
|
|
192
|
+
| DescribeCampaignCommandInput
|
|
193
|
+
| GetCampaignStateBatchCommandInput
|
|
194
|
+
| GetCampaignStateCommandInput
|
|
195
|
+
| GetConnectInstanceConfigCommandInput
|
|
196
|
+
| GetInstanceOnboardingJobStatusCommandInput
|
|
197
|
+
| ListCampaignsCommandInput
|
|
198
|
+
| ListConnectInstanceIntegrationsCommandInput
|
|
199
|
+
| ListTagsForResourceCommandInput
|
|
200
|
+
| PauseCampaignCommandInput
|
|
201
|
+
| PutConnectInstanceIntegrationCommandInput
|
|
202
|
+
| PutOutboundRequestBatchCommandInput
|
|
203
|
+
| ResumeCampaignCommandInput
|
|
204
|
+
| StartCampaignCommandInput
|
|
205
|
+
| StartInstanceOnboardingJobCommandInput
|
|
206
|
+
| StopCampaignCommandInput
|
|
207
|
+
| TagResourceCommandInput
|
|
208
|
+
| UntagResourceCommandInput
|
|
209
|
+
| UpdateCampaignChannelSubtypeConfigCommandInput
|
|
210
|
+
| UpdateCampaignCommunicationLimitsCommandInput
|
|
211
|
+
| UpdateCampaignCommunicationTimeCommandInput
|
|
212
|
+
| UpdateCampaignFlowAssociationCommandInput
|
|
213
|
+
| UpdateCampaignNameCommandInput
|
|
214
|
+
| UpdateCampaignScheduleCommandInput
|
|
215
|
+
| UpdateCampaignSourceCommandInput;
|
|
216
|
+
export type ServiceOutputTypes =
|
|
217
|
+
| CreateCampaignCommandOutput
|
|
218
|
+
| DeleteCampaignChannelSubtypeConfigCommandOutput
|
|
219
|
+
| DeleteCampaignCommandOutput
|
|
220
|
+
| DeleteCampaignCommunicationLimitsCommandOutput
|
|
221
|
+
| DeleteCampaignCommunicationTimeCommandOutput
|
|
222
|
+
| DeleteConnectInstanceConfigCommandOutput
|
|
223
|
+
| DeleteConnectInstanceIntegrationCommandOutput
|
|
224
|
+
| DeleteInstanceOnboardingJobCommandOutput
|
|
225
|
+
| DescribeCampaignCommandOutput
|
|
226
|
+
| GetCampaignStateBatchCommandOutput
|
|
227
|
+
| GetCampaignStateCommandOutput
|
|
228
|
+
| GetConnectInstanceConfigCommandOutput
|
|
229
|
+
| GetInstanceOnboardingJobStatusCommandOutput
|
|
230
|
+
| ListCampaignsCommandOutput
|
|
231
|
+
| ListConnectInstanceIntegrationsCommandOutput
|
|
232
|
+
| ListTagsForResourceCommandOutput
|
|
233
|
+
| PauseCampaignCommandOutput
|
|
234
|
+
| PutConnectInstanceIntegrationCommandOutput
|
|
235
|
+
| PutOutboundRequestBatchCommandOutput
|
|
236
|
+
| ResumeCampaignCommandOutput
|
|
237
|
+
| StartCampaignCommandOutput
|
|
238
|
+
| StartInstanceOnboardingJobCommandOutput
|
|
239
|
+
| StopCampaignCommandOutput
|
|
240
|
+
| TagResourceCommandOutput
|
|
241
|
+
| UntagResourceCommandOutput
|
|
242
|
+
| UpdateCampaignChannelSubtypeConfigCommandOutput
|
|
243
|
+
| UpdateCampaignCommunicationLimitsCommandOutput
|
|
244
|
+
| UpdateCampaignCommunicationTimeCommandOutput
|
|
245
|
+
| UpdateCampaignFlowAssociationCommandOutput
|
|
246
|
+
| UpdateCampaignNameCommandOutput
|
|
247
|
+
| UpdateCampaignScheduleCommandOutput
|
|
248
|
+
| UpdateCampaignSourceCommandOutput;
|
|
249
|
+
export interface ClientDefaults
|
|
250
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
251
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
252
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
253
|
+
urlParser?: __UrlParser;
|
|
254
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
255
|
+
streamCollector?: __StreamCollector;
|
|
256
|
+
base64Decoder?: __Decoder;
|
|
257
|
+
base64Encoder?: __Encoder;
|
|
258
|
+
utf8Decoder?: __Decoder;
|
|
259
|
+
utf8Encoder?: __Encoder;
|
|
260
|
+
runtime?: string;
|
|
261
|
+
disableHostPrefix?: boolean;
|
|
262
|
+
serviceId?: string;
|
|
263
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
265
|
+
region?: string | __Provider<string>;
|
|
266
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
267
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
268
|
+
maxAttempts?: number | __Provider<number>;
|
|
269
|
+
retryMode?: string | __Provider<string>;
|
|
270
|
+
logger?: __Logger;
|
|
271
|
+
extensions?: RuntimeExtension[];
|
|
272
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
273
|
+
}
|
|
274
|
+
export type ConnectCampaignsV2ClientConfigType = Partial<
|
|
275
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
276
|
+
> &
|
|
277
|
+
ClientDefaults &
|
|
278
|
+
UserAgentInputConfig &
|
|
279
|
+
RetryInputConfig &
|
|
280
|
+
RegionInputConfig &
|
|
281
|
+
HostHeaderInputConfig &
|
|
282
|
+
EndpointInputConfig<EndpointParameters> &
|
|
283
|
+
HttpAuthSchemeInputConfig &
|
|
284
|
+
ClientInputEndpointParameters;
|
|
285
|
+
export interface ConnectCampaignsV2ClientConfig
|
|
286
|
+
extends ConnectCampaignsV2ClientConfigType {}
|
|
287
|
+
export type ConnectCampaignsV2ClientResolvedConfigType =
|
|
288
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
289
|
+
Required<ClientDefaults> &
|
|
290
|
+
RuntimeExtensionsConfig &
|
|
291
|
+
UserAgentResolvedConfig &
|
|
292
|
+
RetryResolvedConfig &
|
|
293
|
+
RegionResolvedConfig &
|
|
294
|
+
HostHeaderResolvedConfig &
|
|
295
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
296
|
+
HttpAuthSchemeResolvedConfig &
|
|
297
|
+
ClientResolvedEndpointParameters;
|
|
298
|
+
export interface ConnectCampaignsV2ClientResolvedConfig
|
|
299
|
+
extends ConnectCampaignsV2ClientResolvedConfigType {}
|
|
300
|
+
export declare class ConnectCampaignsV2Client extends __Client<
|
|
301
|
+
__HttpHandlerOptions,
|
|
302
|
+
ServiceInputTypes,
|
|
303
|
+
ServiceOutputTypes,
|
|
304
|
+
ConnectCampaignsV2ClientResolvedConfig
|
|
305
|
+
> {
|
|
306
|
+
readonly config: ConnectCampaignsV2ClientResolvedConfig;
|
|
307
|
+
constructor(
|
|
308
|
+
...[
|
|
309
|
+
configuration,
|
|
310
|
+
]: __CheckOptionalClientConfig<ConnectCampaignsV2ClientConfig>
|
|
311
|
+
);
|
|
312
|
+
destroy(): void;
|
|
313
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsCredentialIdentity,
|
|
3
|
+
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { ConnectCampaignsV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
} from "@smithy/types";
|
|
13
|
+
import { ConnectCampaignsV2ClientResolvedConfig } from "../ConnectCampaignsV2Client";
|
|
14
|
+
export interface ConnectCampaignsV2HttpAuthSchemeParameters
|
|
15
|
+
extends HttpAuthSchemeParameters {
|
|
16
|
+
region?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ConnectCampaignsV2HttpAuthSchemeParametersProvider
|
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
|
20
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
21
|
+
HandlerExecutionContext,
|
|
22
|
+
ConnectCampaignsV2HttpAuthSchemeParameters,
|
|
23
|
+
object
|
|
24
|
+
> {}
|
|
25
|
+
export declare const defaultConnectCampaignsV2HttpAuthSchemeParametersProvider: (
|
|
26
|
+
config: ConnectCampaignsV2ClientResolvedConfig,
|
|
27
|
+
context: HandlerExecutionContext,
|
|
28
|
+
input: object
|
|
29
|
+
) => Promise<ConnectCampaignsV2HttpAuthSchemeParameters>;
|
|
30
|
+
export interface ConnectCampaignsV2HttpAuthSchemeProvider
|
|
31
|
+
extends HttpAuthSchemeProvider<ConnectCampaignsV2HttpAuthSchemeParameters> {}
|
|
32
|
+
export declare const defaultConnectCampaignsV2HttpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
35
|
+
httpAuthSchemeProvider?: ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
36
|
+
}
|
|
37
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
38
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
39
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
40
|
+
readonly httpAuthSchemeProvider: ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
41
|
+
}
|
|
42
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
43
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
44
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectCampaignsV2Client";
|
|
8
|
+
import {
|
|
9
|
+
CreateCampaignRequest,
|
|
10
|
+
CreateCampaignResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
15
|
+
export interface CreateCampaignCommandOutput
|
|
16
|
+
extends CreateCampaignResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateCampaignCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateCampaignCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateCampaignCommandInput,
|
|
23
|
+
CreateCampaignCommandOutput,
|
|
24
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCampaignCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCampaignCommandInput,
|
|
32
|
+
CreateCampaignCommandOutput,
|
|
33
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateCampaignRequest;
|
|
43
|
+
output: CreateCampaignResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateCampaignCommandInput;
|
|
47
|
+
output: CreateCampaignCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectCampaignsV2Client";
|
|
8
|
+
import { DeleteCampaignChannelSubtypeConfigRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteCampaignChannelSubtypeConfigCommandInput
|
|
12
|
+
extends DeleteCampaignChannelSubtypeConfigRequest {}
|
|
13
|
+
export interface DeleteCampaignChannelSubtypeConfigCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteCampaignChannelSubtypeConfigCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteCampaignChannelSubtypeConfigCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
20
|
+
DeleteCampaignChannelSubtypeConfigCommandOutput,
|
|
21
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteCampaignChannelSubtypeConfigCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
29
|
+
DeleteCampaignChannelSubtypeConfigCommandOutput,
|
|
30
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteCampaignChannelSubtypeConfigCommand extends DeleteCampaignChannelSubtypeConfigCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteCampaignChannelSubtypeConfigRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteCampaignChannelSubtypeConfigCommandInput;
|
|
44
|
+
output: DeleteCampaignChannelSubtypeConfigCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectCampaignsV2Client";
|
|
8
|
+
import { DeleteCampaignRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
12
|
+
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const DeleteCampaignCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteCampaignCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DeleteCampaignCommandInput,
|
|
18
|
+
DeleteCampaignCommandOutput,
|
|
19
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteCampaignCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteCampaignCommandInput,
|
|
27
|
+
DeleteCampaignCommandOutput,
|
|
28
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteCampaignRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteCampaignCommandInput;
|
|
42
|
+
output: DeleteCampaignCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectCampaignsV2Client";
|
|
8
|
+
import { DeleteCampaignCommunicationLimitsRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteCampaignCommunicationLimitsCommandInput
|
|
12
|
+
extends DeleteCampaignCommunicationLimitsRequest {}
|
|
13
|
+
export interface DeleteCampaignCommunicationLimitsCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteCampaignCommunicationLimitsCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteCampaignCommunicationLimitsCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteCampaignCommunicationLimitsCommandInput,
|
|
20
|
+
DeleteCampaignCommunicationLimitsCommandOutput,
|
|
21
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteCampaignCommunicationLimitsCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteCampaignCommunicationLimitsCommandInput,
|
|
29
|
+
DeleteCampaignCommunicationLimitsCommandOutput,
|
|
30
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteCampaignCommunicationLimitsCommand extends DeleteCampaignCommunicationLimitsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteCampaignCommunicationLimitsRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteCampaignCommunicationLimitsCommandInput;
|
|
44
|
+
output: DeleteCampaignCommunicationLimitsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectCampaignsV2Client";
|
|
8
|
+
import { DeleteCampaignCommunicationTimeRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteCampaignCommunicationTimeCommandInput
|
|
12
|
+
extends DeleteCampaignCommunicationTimeRequest {}
|
|
13
|
+
export interface DeleteCampaignCommunicationTimeCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteCampaignCommunicationTimeCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteCampaignCommunicationTimeCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteCampaignCommunicationTimeCommandInput,
|
|
20
|
+
DeleteCampaignCommunicationTimeCommandOutput,
|
|
21
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteCampaignCommunicationTimeCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteCampaignCommunicationTimeCommandInput,
|
|
29
|
+
DeleteCampaignCommunicationTimeCommandOutput,
|
|
30
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteCampaignCommunicationTimeCommand extends DeleteCampaignCommunicationTimeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteCampaignCommunicationTimeRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteCampaignCommunicationTimeCommandInput;
|
|
44
|
+
output: DeleteCampaignCommunicationTimeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectCampaignsV2Client";
|
|
8
|
+
import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteConnectInstanceConfigCommandInput
|
|
12
|
+
extends DeleteConnectInstanceConfigRequest {}
|
|
13
|
+
export interface DeleteConnectInstanceConfigCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteConnectInstanceConfigCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteConnectInstanceConfigCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteConnectInstanceConfigCommandInput,
|
|
20
|
+
DeleteConnectInstanceConfigCommandOutput,
|
|
21
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteConnectInstanceConfigCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteConnectInstanceConfigCommandInput,
|
|
29
|
+
DeleteConnectInstanceConfigCommandOutput,
|
|
30
|
+
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteConnectInstanceConfigRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteConnectInstanceConfigCommandInput;
|
|
44
|
+
output: DeleteConnectInstanceConfigCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|