@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,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCampaignsCommandInput,
|
|
4
|
+
ListCampaignsCommandOutput,
|
|
5
|
+
} from "../commands/ListCampaignsCommand";
|
|
6
|
+
import { ConnectCampaignsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCampaigns: (
|
|
8
|
+
config: ConnectCampaignsV2PaginationConfiguration,
|
|
9
|
+
input: ListCampaignsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCampaignsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConnectInstanceIntegrationsCommandInput,
|
|
4
|
+
ListConnectInstanceIntegrationsCommandOutput,
|
|
5
|
+
} from "../commands/ListConnectInstanceIntegrationsCommand";
|
|
6
|
+
import { ConnectCampaignsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListConnectInstanceIntegrations: (
|
|
8
|
+
config: ConnectCampaignsV2PaginationConfiguration,
|
|
9
|
+
input: ListConnectInstanceIntegrationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListConnectInstanceIntegrationsCommandOutput>;
|
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateCampaignCommandInput,
|
|
8
|
+
CreateCampaignCommandOutput,
|
|
9
|
+
} from "../commands/CreateCampaignCommand";
|
|
10
|
+
import {
|
|
11
|
+
DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
12
|
+
DeleteCampaignChannelSubtypeConfigCommandOutput,
|
|
13
|
+
} from "../commands/DeleteCampaignChannelSubtypeConfigCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteCampaignCommandInput,
|
|
16
|
+
DeleteCampaignCommandOutput,
|
|
17
|
+
} from "../commands/DeleteCampaignCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteCampaignCommunicationLimitsCommandInput,
|
|
20
|
+
DeleteCampaignCommunicationLimitsCommandOutput,
|
|
21
|
+
} from "../commands/DeleteCampaignCommunicationLimitsCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteCampaignCommunicationTimeCommandInput,
|
|
24
|
+
DeleteCampaignCommunicationTimeCommandOutput,
|
|
25
|
+
} from "../commands/DeleteCampaignCommunicationTimeCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteConnectInstanceConfigCommandInput,
|
|
28
|
+
DeleteConnectInstanceConfigCommandOutput,
|
|
29
|
+
} from "../commands/DeleteConnectInstanceConfigCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteConnectInstanceIntegrationCommandInput,
|
|
32
|
+
DeleteConnectInstanceIntegrationCommandOutput,
|
|
33
|
+
} from "../commands/DeleteConnectInstanceIntegrationCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteInstanceOnboardingJobCommandInput,
|
|
36
|
+
DeleteInstanceOnboardingJobCommandOutput,
|
|
37
|
+
} from "../commands/DeleteInstanceOnboardingJobCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeCampaignCommandInput,
|
|
40
|
+
DescribeCampaignCommandOutput,
|
|
41
|
+
} from "../commands/DescribeCampaignCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetCampaignStateBatchCommandInput,
|
|
44
|
+
GetCampaignStateBatchCommandOutput,
|
|
45
|
+
} from "../commands/GetCampaignStateBatchCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetCampaignStateCommandInput,
|
|
48
|
+
GetCampaignStateCommandOutput,
|
|
49
|
+
} from "../commands/GetCampaignStateCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetConnectInstanceConfigCommandInput,
|
|
52
|
+
GetConnectInstanceConfigCommandOutput,
|
|
53
|
+
} from "../commands/GetConnectInstanceConfigCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetInstanceOnboardingJobStatusCommandInput,
|
|
56
|
+
GetInstanceOnboardingJobStatusCommandOutput,
|
|
57
|
+
} from "../commands/GetInstanceOnboardingJobStatusCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListCampaignsCommandInput,
|
|
60
|
+
ListCampaignsCommandOutput,
|
|
61
|
+
} from "../commands/ListCampaignsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListConnectInstanceIntegrationsCommandInput,
|
|
64
|
+
ListConnectInstanceIntegrationsCommandOutput,
|
|
65
|
+
} from "../commands/ListConnectInstanceIntegrationsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListTagsForResourceCommandInput,
|
|
68
|
+
ListTagsForResourceCommandOutput,
|
|
69
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
70
|
+
import {
|
|
71
|
+
PauseCampaignCommandInput,
|
|
72
|
+
PauseCampaignCommandOutput,
|
|
73
|
+
} from "../commands/PauseCampaignCommand";
|
|
74
|
+
import {
|
|
75
|
+
PutConnectInstanceIntegrationCommandInput,
|
|
76
|
+
PutConnectInstanceIntegrationCommandOutput,
|
|
77
|
+
} from "../commands/PutConnectInstanceIntegrationCommand";
|
|
78
|
+
import {
|
|
79
|
+
PutOutboundRequestBatchCommandInput,
|
|
80
|
+
PutOutboundRequestBatchCommandOutput,
|
|
81
|
+
} from "../commands/PutOutboundRequestBatchCommand";
|
|
82
|
+
import {
|
|
83
|
+
ResumeCampaignCommandInput,
|
|
84
|
+
ResumeCampaignCommandOutput,
|
|
85
|
+
} from "../commands/ResumeCampaignCommand";
|
|
86
|
+
import {
|
|
87
|
+
StartCampaignCommandInput,
|
|
88
|
+
StartCampaignCommandOutput,
|
|
89
|
+
} from "../commands/StartCampaignCommand";
|
|
90
|
+
import {
|
|
91
|
+
StartInstanceOnboardingJobCommandInput,
|
|
92
|
+
StartInstanceOnboardingJobCommandOutput,
|
|
93
|
+
} from "../commands/StartInstanceOnboardingJobCommand";
|
|
94
|
+
import {
|
|
95
|
+
StopCampaignCommandInput,
|
|
96
|
+
StopCampaignCommandOutput,
|
|
97
|
+
} from "../commands/StopCampaignCommand";
|
|
98
|
+
import {
|
|
99
|
+
TagResourceCommandInput,
|
|
100
|
+
TagResourceCommandOutput,
|
|
101
|
+
} from "../commands/TagResourceCommand";
|
|
102
|
+
import {
|
|
103
|
+
UntagResourceCommandInput,
|
|
104
|
+
UntagResourceCommandOutput,
|
|
105
|
+
} from "../commands/UntagResourceCommand";
|
|
106
|
+
import {
|
|
107
|
+
UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
108
|
+
UpdateCampaignChannelSubtypeConfigCommandOutput,
|
|
109
|
+
} from "../commands/UpdateCampaignChannelSubtypeConfigCommand";
|
|
110
|
+
import {
|
|
111
|
+
UpdateCampaignCommunicationLimitsCommandInput,
|
|
112
|
+
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
113
|
+
} from "../commands/UpdateCampaignCommunicationLimitsCommand";
|
|
114
|
+
import {
|
|
115
|
+
UpdateCampaignCommunicationTimeCommandInput,
|
|
116
|
+
UpdateCampaignCommunicationTimeCommandOutput,
|
|
117
|
+
} from "../commands/UpdateCampaignCommunicationTimeCommand";
|
|
118
|
+
import {
|
|
119
|
+
UpdateCampaignFlowAssociationCommandInput,
|
|
120
|
+
UpdateCampaignFlowAssociationCommandOutput,
|
|
121
|
+
} from "../commands/UpdateCampaignFlowAssociationCommand";
|
|
122
|
+
import {
|
|
123
|
+
UpdateCampaignNameCommandInput,
|
|
124
|
+
UpdateCampaignNameCommandOutput,
|
|
125
|
+
} from "../commands/UpdateCampaignNameCommand";
|
|
126
|
+
import {
|
|
127
|
+
UpdateCampaignScheduleCommandInput,
|
|
128
|
+
UpdateCampaignScheduleCommandOutput,
|
|
129
|
+
} from "../commands/UpdateCampaignScheduleCommand";
|
|
130
|
+
import {
|
|
131
|
+
UpdateCampaignSourceCommandInput,
|
|
132
|
+
UpdateCampaignSourceCommandOutput,
|
|
133
|
+
} from "../commands/UpdateCampaignSourceCommand";
|
|
134
|
+
export declare const se_CreateCampaignCommand: (
|
|
135
|
+
input: CreateCampaignCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const se_DeleteCampaignCommand: (
|
|
139
|
+
input: DeleteCampaignCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const se_DeleteCampaignChannelSubtypeConfigCommand: (
|
|
143
|
+
input: DeleteCampaignChannelSubtypeConfigCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const se_DeleteCampaignCommunicationLimitsCommand: (
|
|
147
|
+
input: DeleteCampaignCommunicationLimitsCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const se_DeleteCampaignCommunicationTimeCommand: (
|
|
151
|
+
input: DeleteCampaignCommunicationTimeCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const se_DeleteConnectInstanceConfigCommand: (
|
|
155
|
+
input: DeleteConnectInstanceConfigCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const se_DeleteConnectInstanceIntegrationCommand: (
|
|
159
|
+
input: DeleteConnectInstanceIntegrationCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const se_DeleteInstanceOnboardingJobCommand: (
|
|
163
|
+
input: DeleteInstanceOnboardingJobCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const se_DescribeCampaignCommand: (
|
|
167
|
+
input: DescribeCampaignCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const se_GetCampaignStateCommand: (
|
|
171
|
+
input: GetCampaignStateCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const se_GetCampaignStateBatchCommand: (
|
|
175
|
+
input: GetCampaignStateBatchCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const se_GetConnectInstanceConfigCommand: (
|
|
179
|
+
input: GetConnectInstanceConfigCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const se_GetInstanceOnboardingJobStatusCommand: (
|
|
183
|
+
input: GetInstanceOnboardingJobStatusCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const se_ListCampaignsCommand: (
|
|
187
|
+
input: ListCampaignsCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const se_ListConnectInstanceIntegrationsCommand: (
|
|
191
|
+
input: ListConnectInstanceIntegrationsCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
195
|
+
input: ListTagsForResourceCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const se_PauseCampaignCommand: (
|
|
199
|
+
input: PauseCampaignCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const se_PutConnectInstanceIntegrationCommand: (
|
|
203
|
+
input: PutConnectInstanceIntegrationCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const se_PutOutboundRequestBatchCommand: (
|
|
207
|
+
input: PutOutboundRequestBatchCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const se_ResumeCampaignCommand: (
|
|
211
|
+
input: ResumeCampaignCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const se_StartCampaignCommand: (
|
|
215
|
+
input: StartCampaignCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const se_StartInstanceOnboardingJobCommand: (
|
|
219
|
+
input: StartInstanceOnboardingJobCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_StopCampaignCommand: (
|
|
223
|
+
input: StopCampaignCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const se_TagResourceCommand: (
|
|
227
|
+
input: TagResourceCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const se_UntagResourceCommand: (
|
|
231
|
+
input: UntagResourceCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_UpdateCampaignChannelSubtypeConfigCommand: (
|
|
235
|
+
input: UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const se_UpdateCampaignCommunicationLimitsCommand: (
|
|
239
|
+
input: UpdateCampaignCommunicationLimitsCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const se_UpdateCampaignCommunicationTimeCommand: (
|
|
243
|
+
input: UpdateCampaignCommunicationTimeCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const se_UpdateCampaignFlowAssociationCommand: (
|
|
247
|
+
input: UpdateCampaignFlowAssociationCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_UpdateCampaignNameCommand: (
|
|
251
|
+
input: UpdateCampaignNameCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const se_UpdateCampaignScheduleCommand: (
|
|
255
|
+
input: UpdateCampaignScheduleCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const se_UpdateCampaignSourceCommand: (
|
|
259
|
+
input: UpdateCampaignSourceCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const de_CreateCampaignCommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<CreateCampaignCommandOutput>;
|
|
266
|
+
export declare const de_DeleteCampaignCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<DeleteCampaignCommandOutput>;
|
|
270
|
+
export declare const de_DeleteCampaignChannelSubtypeConfigCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<DeleteCampaignChannelSubtypeConfigCommandOutput>;
|
|
274
|
+
export declare const de_DeleteCampaignCommunicationLimitsCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<DeleteCampaignCommunicationLimitsCommandOutput>;
|
|
278
|
+
export declare const de_DeleteCampaignCommunicationTimeCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<DeleteCampaignCommunicationTimeCommandOutput>;
|
|
282
|
+
export declare const de_DeleteConnectInstanceConfigCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<DeleteConnectInstanceConfigCommandOutput>;
|
|
286
|
+
export declare const de_DeleteConnectInstanceIntegrationCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<DeleteConnectInstanceIntegrationCommandOutput>;
|
|
290
|
+
export declare const de_DeleteInstanceOnboardingJobCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<DeleteInstanceOnboardingJobCommandOutput>;
|
|
294
|
+
export declare const de_DescribeCampaignCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<DescribeCampaignCommandOutput>;
|
|
298
|
+
export declare const de_GetCampaignStateCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<GetCampaignStateCommandOutput>;
|
|
302
|
+
export declare const de_GetCampaignStateBatchCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<GetCampaignStateBatchCommandOutput>;
|
|
306
|
+
export declare const de_GetConnectInstanceConfigCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<GetConnectInstanceConfigCommandOutput>;
|
|
310
|
+
export declare const de_GetInstanceOnboardingJobStatusCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<GetInstanceOnboardingJobStatusCommandOutput>;
|
|
314
|
+
export declare const de_ListCampaignsCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<ListCampaignsCommandOutput>;
|
|
318
|
+
export declare const de_ListConnectInstanceIntegrationsCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<ListConnectInstanceIntegrationsCommandOutput>;
|
|
322
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
326
|
+
export declare const de_PauseCampaignCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<PauseCampaignCommandOutput>;
|
|
330
|
+
export declare const de_PutConnectInstanceIntegrationCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<PutConnectInstanceIntegrationCommandOutput>;
|
|
334
|
+
export declare const de_PutOutboundRequestBatchCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<PutOutboundRequestBatchCommandOutput>;
|
|
338
|
+
export declare const de_ResumeCampaignCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<ResumeCampaignCommandOutput>;
|
|
342
|
+
export declare const de_StartCampaignCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<StartCampaignCommandOutput>;
|
|
346
|
+
export declare const de_StartInstanceOnboardingJobCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<StartInstanceOnboardingJobCommandOutput>;
|
|
350
|
+
export declare const de_StopCampaignCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<StopCampaignCommandOutput>;
|
|
354
|
+
export declare const de_TagResourceCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<TagResourceCommandOutput>;
|
|
358
|
+
export declare const de_UntagResourceCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
362
|
+
export declare const de_UpdateCampaignChannelSubtypeConfigCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<UpdateCampaignChannelSubtypeConfigCommandOutput>;
|
|
366
|
+
export declare const de_UpdateCampaignCommunicationLimitsCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<UpdateCampaignCommunicationLimitsCommandOutput>;
|
|
370
|
+
export declare const de_UpdateCampaignCommunicationTimeCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<UpdateCampaignCommunicationTimeCommandOutput>;
|
|
374
|
+
export declare const de_UpdateCampaignFlowAssociationCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<UpdateCampaignFlowAssociationCommandOutput>;
|
|
378
|
+
export declare const de_UpdateCampaignNameCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<UpdateCampaignNameCommandOutput>;
|
|
382
|
+
export declare const de_UpdateCampaignScheduleCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<UpdateCampaignScheduleCommandOutput>;
|
|
386
|
+
export declare const de_UpdateCampaignSourceCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<UpdateCampaignSourceCommandOutput>;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
+
import { ConnectCampaignsV2ClientConfig } from "./ConnectCampaignsV2Client";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: ConnectCampaignsV2ClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
14
|
+
defaultUserAgentProvider: (
|
|
15
|
+
config?:
|
|
16
|
+
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
17
|
+
| undefined
|
|
18
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
+
requestHandler:
|
|
22
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
23
|
+
| RequestHandler;
|
|
24
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
26
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
27
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
|
+
apiVersion: string;
|
|
30
|
+
cacheMiddleware?: boolean | undefined;
|
|
31
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
32
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
33
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
34
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
35
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
serviceId: string;
|
|
38
|
+
logger: import("@smithy/types").Logger;
|
|
39
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
41
|
+
userAgentAppId?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
44
|
+
| undefined;
|
|
45
|
+
retryStrategy?:
|
|
46
|
+
| import("@smithy/types").RetryStrategy
|
|
47
|
+
| import("@smithy/types").RetryStrategyV2
|
|
48
|
+
| undefined;
|
|
49
|
+
endpoint?:
|
|
50
|
+
| ((
|
|
51
|
+
| string
|
|
52
|
+
| import("@smithy/types").Endpoint
|
|
53
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
54
|
+
| import("@smithy/types").EndpointV2
|
|
55
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
56
|
+
) &
|
|
57
|
+
(
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Provider<string>
|
|
60
|
+
| import("@smithy/types").Endpoint
|
|
61
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
62
|
+
| import("@smithy/types").EndpointV2
|
|
63
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
64
|
+
))
|
|
65
|
+
| undefined;
|
|
66
|
+
endpointProvider: (
|
|
67
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
68
|
+
context?: {
|
|
69
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
70
|
+
}
|
|
71
|
+
) => import("@smithy/types").EndpointV2;
|
|
72
|
+
tls?: boolean | undefined;
|
|
73
|
+
serviceConfiguredEndpoint?: undefined;
|
|
74
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
75
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
76
|
+
credentials?:
|
|
77
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
78
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
79
|
+
| undefined;
|
|
80
|
+
signer?:
|
|
81
|
+
| import("@smithy/types").RequestSigner
|
|
82
|
+
| ((
|
|
83
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
84
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
85
|
+
| undefined;
|
|
86
|
+
signingEscapePath?: boolean | undefined;
|
|
87
|
+
systemClockOffset?: number | undefined;
|
|
88
|
+
signingRegion?: string | undefined;
|
|
89
|
+
signerConstructor?:
|
|
90
|
+
| (new (
|
|
91
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
92
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
93
|
+
) => import("@smithy/types").RequestSigner)
|
|
94
|
+
| undefined;
|
|
95
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
+
import { ConnectCampaignsV2ClientConfig } from "./ConnectCampaignsV2Client";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: ConnectCampaignsV2ClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>;
|
|
18
|
+
defaultUserAgentProvider: (
|
|
19
|
+
config?:
|
|
20
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
21
|
+
| undefined
|
|
22
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
23
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
24
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
25
|
+
requestHandler:
|
|
26
|
+
| RequestHandler
|
|
27
|
+
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
28
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
29
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
33
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
34
|
+
apiVersion: string;
|
|
35
|
+
cacheMiddleware?: boolean | undefined;
|
|
36
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
37
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
38
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
39
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
40
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
41
|
+
disableHostPrefix: boolean;
|
|
42
|
+
serviceId: string;
|
|
43
|
+
logger: import("@smithy/types").Logger;
|
|
44
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
45
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
46
|
+
retryStrategy?:
|
|
47
|
+
| import("@smithy/types").RetryStrategy
|
|
48
|
+
| import("@smithy/types").RetryStrategyV2
|
|
49
|
+
| undefined;
|
|
50
|
+
endpoint?:
|
|
51
|
+
| ((
|
|
52
|
+
| string
|
|
53
|
+
| import("@smithy/types").Endpoint
|
|
54
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
55
|
+
| import("@smithy/types").EndpointV2
|
|
56
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
57
|
+
) &
|
|
58
|
+
(
|
|
59
|
+
| string
|
|
60
|
+
| import("@smithy/types").Provider<string>
|
|
61
|
+
| import("@smithy/types").Endpoint
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
63
|
+
| import("@smithy/types").EndpointV2
|
|
64
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
65
|
+
))
|
|
66
|
+
| undefined;
|
|
67
|
+
endpointProvider: (
|
|
68
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
69
|
+
context?: {
|
|
70
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
71
|
+
}
|
|
72
|
+
) => import("@smithy/types").EndpointV2;
|
|
73
|
+
tls?: boolean | undefined;
|
|
74
|
+
serviceConfiguredEndpoint?: undefined;
|
|
75
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
76
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectCampaignsV2HttpAuthSchemeProvider;
|
|
77
|
+
credentials?:
|
|
78
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
79
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
80
|
+
| undefined;
|
|
81
|
+
signer?:
|
|
82
|
+
| import("@smithy/types").RequestSigner
|
|
83
|
+
| ((
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
85
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
86
|
+
| undefined;
|
|
87
|
+
signingEscapePath?: boolean | undefined;
|
|
88
|
+
systemClockOffset?: number | undefined;
|
|
89
|
+
signingRegion?: string | undefined;
|
|
90
|
+
signerConstructor?:
|
|
91
|
+
| (new (
|
|
92
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
93
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
94
|
+
) => import("@smithy/types").RequestSigner)
|
|
95
|
+
| undefined;
|
|
96
|
+
};
|