@aws-sdk/client-connectcampaignsv2 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +45 -373
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +2 -14
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -14
- package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -14
- package/dist-es/commands/DescribeCampaignCommand.js +2 -14
- package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -14
- package/dist-es/commands/GetCampaignStateCommand.js +2 -14
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -14
- package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -14
- package/dist-es/commands/ListCampaignsCommand.js +2 -14
- package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PauseCampaignCommand.js +2 -14
- package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +2 -14
- package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/PutOutboundRequestBatchCommand.js +2 -14
- package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +2 -14
- package/dist-es/commands/ResumeCampaignCommand.js +2 -14
- package/dist-es/commands/StartCampaignCommand.js +2 -14
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -14
- package/dist-es/commands/StopCampaignCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignNameCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignScheduleCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignSourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +3 -8
- package/dist-types/commands/GetCampaignStateCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PauseCampaignCommand.d.ts +3 -8
- package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/PutInstanceCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +3 -8
- package/dist-types/commands/PutProfileOutboundRequestBatchCommand.d.ts +3 -8
- package/dist-types/commands/ResumeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/StartCampaignCommand.d.ts +3 -8
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +3 -8
- package/dist-types/commands/StopCampaignCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCampaignsV2Client";
|
|
8
2
|
import { UpdateCampaignCommunicationLimitsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCampaignCommunicationLimitsCommandInput
|
|
12
5
|
extends UpdateCampaignCommunicationLimitsRequest {}
|
|
13
6
|
export interface UpdateCampaignCommunicationLimitsCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateCampaignCommunicationLimitsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateCampaignCommunicationLimitsCommandInput,
|
|
20
13
|
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
21
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateCampaignCommunicationLimitsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateCampaignCommunicationLimitsCommandInput,
|
|
29
22
|
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
30
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateCampaignCommunicationLimitsCommand extends UpdateCampaignCommunicationLimitsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCampaignsV2Client";
|
|
8
2
|
import { UpdateCampaignCommunicationTimeRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCampaignCommunicationTimeCommandInput
|
|
12
5
|
extends UpdateCampaignCommunicationTimeRequest {}
|
|
13
6
|
export interface UpdateCampaignCommunicationTimeCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateCampaignCommunicationTimeCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateCampaignCommunicationTimeCommandInput,
|
|
20
13
|
UpdateCampaignCommunicationTimeCommandOutput,
|
|
21
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateCampaignCommunicationTimeCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateCampaignCommunicationTimeCommandInput,
|
|
29
22
|
UpdateCampaignCommunicationTimeCommandOutput,
|
|
30
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateCampaignCommunicationTimeCommand extends UpdateCampaignCommunicationTimeCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCampaignsV2Client";
|
|
8
2
|
import { UpdateCampaignEntryLimitsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCampaignEntryLimitsCommandInput
|
|
12
5
|
extends UpdateCampaignEntryLimitsRequest {}
|
|
13
6
|
export interface UpdateCampaignEntryLimitsCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateCampaignEntryLimitsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateCampaignEntryLimitsCommandInput,
|
|
20
13
|
UpdateCampaignEntryLimitsCommandOutput,
|
|
21
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateCampaignEntryLimitsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateCampaignEntryLimitsCommandInput,
|
|
29
22
|
UpdateCampaignEntryLimitsCommandOutput,
|
|
30
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateCampaignEntryLimitsCommand extends UpdateCampaignEntryLimitsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCampaignsV2Client";
|
|
8
2
|
import { UpdateCampaignFlowAssociationRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCampaignFlowAssociationCommandInput
|
|
12
5
|
extends UpdateCampaignFlowAssociationRequest {}
|
|
13
6
|
export interface UpdateCampaignFlowAssociationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateCampaignFlowAssociationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateCampaignFlowAssociationCommandInput,
|
|
20
13
|
UpdateCampaignFlowAssociationCommandOutput,
|
|
21
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateCampaignFlowAssociationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateCampaignFlowAssociationCommandInput,
|
|
29
22
|
UpdateCampaignFlowAssociationCommandOutput,
|
|
30
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateCampaignFlowAssociationCommand extends UpdateCampaignFlowAssociationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCampaignsV2Client";
|
|
8
2
|
import { UpdateCampaignNameRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCampaignNameCommandInput
|
|
12
5
|
extends UpdateCampaignNameRequest {}
|
|
13
6
|
export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const UpdateCampaignNameCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
UpdateCampaignNameCommandInput,
|
|
19
12
|
UpdateCampaignNameCommandOutput,
|
|
20
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: UpdateCampaignNameCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
UpdateCampaignNameCommandInput,
|
|
28
21
|
UpdateCampaignNameCommandOutput,
|
|
29
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCampaignsV2Client";
|
|
8
2
|
import { UpdateCampaignScheduleRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCampaignScheduleCommandInput
|
|
12
5
|
extends UpdateCampaignScheduleRequest {}
|
|
13
6
|
export interface UpdateCampaignScheduleCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const UpdateCampaignScheduleCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
UpdateCampaignScheduleCommandInput,
|
|
19
12
|
UpdateCampaignScheduleCommandOutput,
|
|
20
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: UpdateCampaignScheduleCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
UpdateCampaignScheduleCommandInput,
|
|
28
21
|
UpdateCampaignScheduleCommandOutput,
|
|
29
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class UpdateCampaignScheduleCommand extends UpdateCampaignScheduleCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCampaignsV2Client";
|
|
8
2
|
import { UpdateCampaignSourceRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCampaignSourceCommandInput
|
|
12
5
|
extends UpdateCampaignSourceRequest {}
|
|
13
6
|
export interface UpdateCampaignSourceCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const UpdateCampaignSourceCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
UpdateCampaignSourceCommandInput,
|
|
19
12
|
UpdateCampaignSourceCommandOutput,
|
|
20
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: UpdateCampaignSourceCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
UpdateCampaignSourceCommandInput,
|
|
28
21
|
UpdateCampaignSourceCommandOutput,
|
|
29
|
-
ConnectCampaignsV2ClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").ConnectCampaignsV2ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class UpdateCampaignSourceCommand extends UpdateCampaignSourceCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ConnectCampaignsV2ExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcampaignsv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcampaignsv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|