@aws-sdk/client-connectcampaignsv2 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +95 -91
- package/dist-cjs/models/ConnectCampaignsV2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +3 -2
- package/dist-es/ConnectCampaignsV2.js +1 -1
- package/dist-es/ConnectCampaignsV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +2 -2
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -2
- package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -2
- package/dist-es/commands/DescribeCampaignCommand.js +2 -2
- package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -2
- package/dist-es/commands/GetCampaignStateCommand.js +2 -2
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -2
- package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -2
- package/dist-es/commands/ListCampaignsCommand.js +2 -2
- package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PauseCampaignCommand.js +2 -2
- package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +2 -2
- package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/PutOutboundRequestBatchCommand.js +2 -2
- package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +2 -2
- package/dist-es/commands/ResumeCampaignCommand.js +2 -2
- package/dist-es/commands/StartCampaignCommand.js +2 -2
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -2
- package/dist-es/commands/StopCampaignCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignNameCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignScheduleCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignSourceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ConnectCampaignsV2ServiceException.js +1 -1
- package/dist-es/models/enums.js +4 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +3 -2
- package/dist-types/ConnectCampaignsV2Client.d.ts +5 -5
- package/dist-types/commands/CreateCampaignCommand.d.ts +7 -4
- package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCampaignCommand.d.ts +7 -4
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +6 -4
- package/dist-types/commands/GetCampaignStateCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListCampaignsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PauseCampaignCommand.d.ts +6 -4
- package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/PutInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/commands/PutProfileOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/commands/ResumeCampaignCommand.d.ts +6 -4
- package/dist-types/commands/StartCampaignCommand.d.ts +6 -4
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/commands/StopCampaignCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +7 -4
- package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ConnectCampaignsV2ServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +6 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ConnectCampaignsV2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface PutInstanceCommunicationLimitsCommandOutput
|
|
|
15
15
|
declare const PutInstanceCommunicationLimitsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutInstanceCommunicationLimitsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutInstanceCommunicationLimitsCommandInput,
|
|
20
20
|
PutInstanceCommunicationLimitsCommandOutput,
|
|
21
21
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutInstanceCommunicationLimitsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutInstanceCommunicationLimitsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutInstanceCommunicationLimitsCommandInput,
|
|
29
29
|
PutInstanceCommunicationLimitsCommandOutput,
|
|
30
30
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutInstanceCommunicationLimitsCommand extends PutInstanceCommunicationLimitsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutOutboundRequestBatchCommandOutput
|
|
|
19
19
|
declare const PutOutboundRequestBatchCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutOutboundRequestBatchCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutOutboundRequestBatchCommandInput,
|
|
24
24
|
PutOutboundRequestBatchCommandOutput,
|
|
25
25
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutOutboundRequestBatchCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutOutboundRequestBatchCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutOutboundRequestBatchCommandInput,
|
|
33
33
|
PutOutboundRequestBatchCommandOutput,
|
|
34
34
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutOutboundRequestBatchCommand extends PutOutboundRequestBatchCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutProfileOutboundRequestBatchCommandOutput
|
|
|
19
19
|
declare const PutProfileOutboundRequestBatchCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutProfileOutboundRequestBatchCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutProfileOutboundRequestBatchCommandInput,
|
|
24
24
|
PutProfileOutboundRequestBatchCommandOutput,
|
|
25
25
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutProfileOutboundRequestBatchCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutProfileOutboundRequestBatchCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutProfileOutboundRequestBatchCommandInput,
|
|
33
33
|
PutProfileOutboundRequestBatchCommandOutput,
|
|
34
34
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutProfileOutboundRequestBatchCommand extends PutProfileOutboundRequestBatchCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface ResumeCampaignCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const ResumeCampaignCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: ResumeCampaignCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
ResumeCampaignCommandInput,
|
|
18
18
|
ResumeCampaignCommandOutput,
|
|
19
19
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const ResumeCampaignCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: ResumeCampaignCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
ResumeCampaignCommandInput,
|
|
27
27
|
ResumeCampaignCommandOutput,
|
|
28
28
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface StartCampaignCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const StartCampaignCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: StartCampaignCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
StartCampaignCommandInput,
|
|
18
18
|
StartCampaignCommandOutput,
|
|
19
19
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const StartCampaignCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: StartCampaignCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
StartCampaignCommandInput,
|
|
27
27
|
StartCampaignCommandOutput,
|
|
28
28
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class StartCampaignCommand extends StartCampaignCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartInstanceOnboardingJobCommandOutput
|
|
|
19
19
|
declare const StartInstanceOnboardingJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartInstanceOnboardingJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartInstanceOnboardingJobCommandInput,
|
|
24
24
|
StartInstanceOnboardingJobCommandOutput,
|
|
25
25
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartInstanceOnboardingJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartInstanceOnboardingJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartInstanceOnboardingJobCommandInput,
|
|
33
33
|
StartInstanceOnboardingJobCommandOutput,
|
|
34
34
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface StopCampaignCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const StopCampaignCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: StopCampaignCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
StopCampaignCommandInput,
|
|
18
18
|
StopCampaignCommandOutput,
|
|
19
19
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const StopCampaignCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: StopCampaignCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
StopCampaignCommandInput,
|
|
27
27
|
StopCampaignCommandOutput,
|
|
28
28
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class StopCampaignCommand extends StopCampaignCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const TagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: TagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
TagResourceCommandInput,
|
|
18
18
|
TagResourceCommandOutput,
|
|
19
19
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: TagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
TagResourceCommandInput,
|
|
27
27
|
TagResourceCommandOutput,
|
|
28
28
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UntagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UntagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UntagResourceCommandInput,
|
|
18
18
|
UntagResourceCommandOutput,
|
|
19
19
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UntagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UntagResourceCommandInput,
|
|
27
27
|
UntagResourceCommandOutput,
|
|
28
28
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateCampaignChannelSubtypeConfigCommandOutput
|
|
|
15
15
|
declare const UpdateCampaignChannelSubtypeConfigCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCampaignChannelSubtypeConfigCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
20
20
|
UpdateCampaignChannelSubtypeConfigCommandOutput,
|
|
21
21
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCampaignChannelSubtypeConfigCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCampaignChannelSubtypeConfigCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
29
29
|
UpdateCampaignChannelSubtypeConfigCommandOutput,
|
|
30
30
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCampaignChannelSubtypeConfigCommand extends UpdateCampaignChannelSubtypeConfigCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateCampaignCommunicationLimitsCommandOutput
|
|
|
15
15
|
declare const UpdateCampaignCommunicationLimitsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCampaignCommunicationLimitsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCampaignCommunicationLimitsCommandInput,
|
|
20
20
|
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
21
21
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCampaignCommunicationLimitsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCampaignCommunicationLimitsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCampaignCommunicationLimitsCommandInput,
|
|
29
29
|
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
30
30
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCampaignCommunicationLimitsCommand extends UpdateCampaignCommunicationLimitsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateCampaignCommunicationTimeCommandOutput
|
|
|
15
15
|
declare const UpdateCampaignCommunicationTimeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCampaignCommunicationTimeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCampaignCommunicationTimeCommandInput,
|
|
20
20
|
UpdateCampaignCommunicationTimeCommandOutput,
|
|
21
21
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCampaignCommunicationTimeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCampaignCommunicationTimeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCampaignCommunicationTimeCommandInput,
|
|
29
29
|
UpdateCampaignCommunicationTimeCommandOutput,
|
|
30
30
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCampaignCommunicationTimeCommand extends UpdateCampaignCommunicationTimeCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateCampaignEntryLimitsCommandOutput
|
|
|
15
15
|
declare const UpdateCampaignEntryLimitsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCampaignEntryLimitsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCampaignEntryLimitsCommandInput,
|
|
20
20
|
UpdateCampaignEntryLimitsCommandOutput,
|
|
21
21
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCampaignEntryLimitsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCampaignEntryLimitsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCampaignEntryLimitsCommandInput,
|
|
29
29
|
UpdateCampaignEntryLimitsCommandOutput,
|
|
30
30
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCampaignEntryLimitsCommand extends UpdateCampaignEntryLimitsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateCampaignFlowAssociationCommandOutput
|
|
|
15
15
|
declare const UpdateCampaignFlowAssociationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCampaignFlowAssociationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCampaignFlowAssociationCommandInput,
|
|
20
20
|
UpdateCampaignFlowAssociationCommandOutput,
|
|
21
21
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCampaignFlowAssociationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCampaignFlowAssociationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCampaignFlowAssociationCommandInput,
|
|
29
29
|
UpdateCampaignFlowAssociationCommandOutput,
|
|
30
30
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCampaignFlowAssociationCommand extends UpdateCampaignFlowAssociationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const UpdateCampaignNameCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: UpdateCampaignNameCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
UpdateCampaignNameCommandInput,
|
|
19
19
|
UpdateCampaignNameCommandOutput,
|
|
20
20
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const UpdateCampaignNameCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: UpdateCampaignNameCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
UpdateCampaignNameCommandInput,
|
|
28
28
|
UpdateCampaignNameCommandOutput,
|
|
29
29
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface UpdateCampaignScheduleCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const UpdateCampaignScheduleCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: UpdateCampaignScheduleCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
UpdateCampaignScheduleCommandInput,
|
|
19
19
|
UpdateCampaignScheduleCommandOutput,
|
|
20
20
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const UpdateCampaignScheduleCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: UpdateCampaignScheduleCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
UpdateCampaignScheduleCommandInput,
|
|
28
28
|
UpdateCampaignScheduleCommandOutput,
|
|
29
29
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class UpdateCampaignScheduleCommand extends UpdateCampaignScheduleCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface UpdateCampaignSourceCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const UpdateCampaignSourceCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: UpdateCampaignSourceCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
UpdateCampaignSourceCommandInput,
|
|
19
19
|
UpdateCampaignSourceCommandOutput,
|
|
20
20
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const UpdateCampaignSourceCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: UpdateCampaignSourceCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
UpdateCampaignSourceCommandInput,
|
|
28
28
|
UpdateCampaignSourceCommandOutput,
|
|
29
29
|
ConnectCampaignsV2ClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class UpdateCampaignSourceCommand extends UpdateCampaignSourceCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ConnectCampaignsV2ExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ConnectCampaignsV2ServiceException extends __ServiceException {
|
|
@@ -29,6 +29,12 @@ export declare const LocalTimeZoneDetectionType: {
|
|
|
29
29
|
};
|
|
30
30
|
export type LocalTimeZoneDetectionType =
|
|
31
31
|
(typeof LocalTimeZoneDetectionType)[keyof typeof LocalTimeZoneDetectionType];
|
|
32
|
+
export declare const LocalTimeZoneDetectionScope: {
|
|
33
|
+
readonly ALL_AVAILABLE: "ALL_AVAILABLE";
|
|
34
|
+
readonly PRIMARY_ONLY: "PRIMARY_ONLY";
|
|
35
|
+
};
|
|
36
|
+
export type LocalTimeZoneDetectionScope =
|
|
37
|
+
(typeof LocalTimeZoneDetectionScope)[keyof typeof LocalTimeZoneDetectionScope];
|
|
32
38
|
export declare const ExternalCampaignType: {
|
|
33
39
|
readonly JOURNEY: "JOURNEY";
|
|
34
40
|
readonly MANAGED: "MANAGED";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ConnectCampaignsV2ServiceException as __BaseException } from "./ConnectCampaignsV2ServiceException";
|
|
3
3
|
import { CampaignState } from "./enums";
|
|
4
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
InstanceLimitsHandling,
|
|
17
17
|
InstanceOnboardingJobFailureCode,
|
|
18
18
|
InstanceOnboardingJobStatusCode,
|
|
19
|
+
LocalTimeZoneDetectionScope,
|
|
19
20
|
LocalTimeZoneDetectionType,
|
|
20
21
|
ProfileOutboundRequestFailureCode,
|
|
21
22
|
} from "./enums";
|
|
@@ -259,6 +260,7 @@ export interface TimeWindow {
|
|
|
259
260
|
export interface LocalTimeZoneConfig {
|
|
260
261
|
defaultTimeZone?: string | undefined;
|
|
261
262
|
localTimeZoneDetection?: LocalTimeZoneDetectionType[] | undefined;
|
|
263
|
+
localTimeZoneDetectionScope?: LocalTimeZoneDetectionScope | undefined;
|
|
262
264
|
}
|
|
263
265
|
export interface CommunicationTimeConfig {
|
|
264
266
|
localTimeZoneConfig: LocalTimeZoneConfig | undefined;
|