@aws-sdk/client-connectcampaignsv2 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/ConnectCampaignsV2.d.ts +114 -141
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PauseCampaignCommandInput extends PauseCampaignRequest {}
|
|
|
5
5
|
export interface PauseCampaignCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PauseCampaignCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PauseCampaignCommandInput
|
|
8
|
+
input: PauseCampaignCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PauseCampaignCommandInput,
|
|
11
11
|
PauseCampaignCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PauseCampaignCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PauseCampaignCommandInput
|
|
17
|
+
input: PauseCampaignCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PauseCampaignCommandInput,
|
|
20
20
|
PauseCampaignCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutConnectInstanceIntegrationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutConnectInstanceIntegrationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutConnectInstanceIntegrationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface PutConnectInstanceIntegrationCommandInput extends PutConnectInstanceIntegrationRequest {}
|
|
5
|
+
export interface PutConnectInstanceIntegrationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const PutConnectInstanceIntegrationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutConnectInstanceIntegrationCommandInput
|
|
8
|
+
input: PutConnectInstanceIntegrationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutConnectInstanceIntegrationCommandInput,
|
|
13
11
|
PutConnectInstanceIntegrationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutConnectInstanceIntegrationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutConnectInstanceIntegrationCommandInput
|
|
17
|
+
input: PutConnectInstanceIntegrationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutConnectInstanceIntegrationCommandInput,
|
|
22
20
|
PutConnectInstanceIntegrationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutInstanceCommunicationLimitsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutInstanceCommunicationLimitsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutInstanceCommunicationLimitsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface PutInstanceCommunicationLimitsCommandInput extends PutInstanceCommunicationLimitsRequest {}
|
|
5
|
+
export interface PutInstanceCommunicationLimitsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const PutInstanceCommunicationLimitsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutInstanceCommunicationLimitsCommandInput
|
|
8
|
+
input: PutInstanceCommunicationLimitsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutInstanceCommunicationLimitsCommandInput,
|
|
13
11
|
PutInstanceCommunicationLimitsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutInstanceCommunicationLimitsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutInstanceCommunicationLimitsCommandInput
|
|
17
|
+
input: PutInstanceCommunicationLimitsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutInstanceCommunicationLimitsCommandInput,
|
|
22
20
|
PutInstanceCommunicationLimitsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutOutboundRequestBatchResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutOutboundRequestBatchCommandInput
|
|
8
|
-
extends PutOutboundRequestBatchRequest {}
|
|
7
|
+
export interface PutOutboundRequestBatchCommandInput extends PutOutboundRequestBatchRequest {}
|
|
9
8
|
export interface PutOutboundRequestBatchCommandOutput
|
|
10
|
-
extends PutOutboundRequestBatchResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutOutboundRequestBatchResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutOutboundRequestBatchCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutOutboundRequestBatchCommandInput
|
|
12
|
+
input: PutOutboundRequestBatchCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutOutboundRequestBatchCommandInput,
|
|
17
15
|
PutOutboundRequestBatchCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutOutboundRequestBatchCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutOutboundRequestBatchCommandInput
|
|
21
|
+
input: PutOutboundRequestBatchCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutOutboundRequestBatchCommandInput,
|
|
26
24
|
PutOutboundRequestBatchCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutProfileOutboundRequestBatchResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutProfileOutboundRequestBatchCommandInput
|
|
8
|
-
extends PutProfileOutboundRequestBatchRequest {}
|
|
7
|
+
export interface PutProfileOutboundRequestBatchCommandInput extends PutProfileOutboundRequestBatchRequest {}
|
|
9
8
|
export interface PutProfileOutboundRequestBatchCommandOutput
|
|
10
|
-
extends PutProfileOutboundRequestBatchResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutProfileOutboundRequestBatchResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutProfileOutboundRequestBatchCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutProfileOutboundRequestBatchCommandInput
|
|
12
|
+
input: PutProfileOutboundRequestBatchCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutProfileOutboundRequestBatchCommandInput,
|
|
17
15
|
PutProfileOutboundRequestBatchCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutProfileOutboundRequestBatchCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutProfileOutboundRequestBatchCommandInput
|
|
21
|
+
input: PutProfileOutboundRequestBatchCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutProfileOutboundRequestBatchCommandInput,
|
|
26
24
|
PutProfileOutboundRequestBatchCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface ResumeCampaignCommandInput extends ResumeCampaignRequest {}
|
|
|
5
5
|
export interface ResumeCampaignCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const ResumeCampaignCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: ResumeCampaignCommandInput
|
|
8
|
+
input: ResumeCampaignCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ResumeCampaignCommandInput,
|
|
11
11
|
ResumeCampaignCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const ResumeCampaignCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: ResumeCampaignCommandInput
|
|
17
|
+
input: ResumeCampaignCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ResumeCampaignCommandInput,
|
|
20
20
|
ResumeCampaignCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface StartCampaignCommandInput extends StartCampaignRequest {}
|
|
|
5
5
|
export interface StartCampaignCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const StartCampaignCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: StartCampaignCommandInput
|
|
8
|
+
input: StartCampaignCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
StartCampaignCommandInput,
|
|
11
11
|
StartCampaignCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const StartCampaignCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: StartCampaignCommandInput
|
|
17
|
+
input: StartCampaignCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartCampaignCommandInput,
|
|
20
20
|
StartCampaignCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartInstanceOnboardingJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartInstanceOnboardingJobCommandInput
|
|
8
|
-
extends StartInstanceOnboardingJobRequest {}
|
|
7
|
+
export interface StartInstanceOnboardingJobCommandInput extends StartInstanceOnboardingJobRequest {}
|
|
9
8
|
export interface StartInstanceOnboardingJobCommandOutput
|
|
10
|
-
extends StartInstanceOnboardingJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartInstanceOnboardingJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartInstanceOnboardingJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartInstanceOnboardingJobCommandInput
|
|
12
|
+
input: StartInstanceOnboardingJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartInstanceOnboardingJobCommandInput,
|
|
17
15
|
StartInstanceOnboardingJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartInstanceOnboardingJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartInstanceOnboardingJobCommandInput
|
|
21
|
+
input: StartInstanceOnboardingJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartInstanceOnboardingJobCommandInput,
|
|
26
24
|
StartInstanceOnboardingJobCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface StopCampaignCommandInput extends StopCampaignRequest {}
|
|
|
5
5
|
export interface StopCampaignCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const StopCampaignCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: StopCampaignCommandInput
|
|
8
|
+
input: StopCampaignCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
StopCampaignCommandInput,
|
|
11
11
|
StopCampaignCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const StopCampaignCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: StopCampaignCommandInput
|
|
17
|
+
input: StopCampaignCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StopCampaignCommandInput,
|
|
20
20
|
StopCampaignCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignChannelSubtypeConfigRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignChannelSubtypeConfigCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateCampaignChannelSubtypeConfigCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateCampaignChannelSubtypeConfigCommandInput extends UpdateCampaignChannelSubtypeConfigRequest {}
|
|
5
|
+
export interface UpdateCampaignChannelSubtypeConfigCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateCampaignChannelSubtypeConfigCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateCampaignChannelSubtypeConfigCommandInput
|
|
8
|
+
input: UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
13
11
|
UpdateCampaignChannelSubtypeConfigCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateCampaignChannelSubtypeConfigCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateCampaignChannelSubtypeConfigCommandInput
|
|
17
|
+
input: UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateCampaignChannelSubtypeConfigCommandInput,
|
|
22
20
|
UpdateCampaignChannelSubtypeConfigCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignCommunicationLimitsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignCommunicationLimitsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateCampaignCommunicationLimitsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateCampaignCommunicationLimitsCommandInput extends UpdateCampaignCommunicationLimitsRequest {}
|
|
5
|
+
export interface UpdateCampaignCommunicationLimitsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateCampaignCommunicationLimitsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateCampaignCommunicationLimitsCommandInput
|
|
8
|
+
input: UpdateCampaignCommunicationLimitsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateCampaignCommunicationLimitsCommandInput,
|
|
13
11
|
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateCampaignCommunicationLimitsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateCampaignCommunicationLimitsCommandInput
|
|
17
|
+
input: UpdateCampaignCommunicationLimitsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateCampaignCommunicationLimitsCommandInput,
|
|
22
20
|
UpdateCampaignCommunicationLimitsCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignCommunicationTimeRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignCommunicationTimeCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateCampaignCommunicationTimeCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateCampaignCommunicationTimeCommandInput extends UpdateCampaignCommunicationTimeRequest {}
|
|
5
|
+
export interface UpdateCampaignCommunicationTimeCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateCampaignCommunicationTimeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateCampaignCommunicationTimeCommandInput
|
|
8
|
+
input: UpdateCampaignCommunicationTimeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateCampaignCommunicationTimeCommandInput,
|
|
13
11
|
UpdateCampaignCommunicationTimeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateCampaignCommunicationTimeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateCampaignCommunicationTimeCommandInput
|
|
17
|
+
input: UpdateCampaignCommunicationTimeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateCampaignCommunicationTimeCommandInput,
|
|
22
20
|
UpdateCampaignCommunicationTimeCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignEntryLimitsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignEntryLimitsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateCampaignEntryLimitsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateCampaignEntryLimitsCommandInput extends UpdateCampaignEntryLimitsRequest {}
|
|
5
|
+
export interface UpdateCampaignEntryLimitsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateCampaignEntryLimitsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateCampaignEntryLimitsCommandInput
|
|
8
|
+
input: UpdateCampaignEntryLimitsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateCampaignEntryLimitsCommandInput,
|
|
13
11
|
UpdateCampaignEntryLimitsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateCampaignEntryLimitsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateCampaignEntryLimitsCommandInput
|
|
17
|
+
input: UpdateCampaignEntryLimitsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateCampaignEntryLimitsCommandInput,
|
|
22
20
|
UpdateCampaignEntryLimitsCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignFlowAssociationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignFlowAssociationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateCampaignFlowAssociationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateCampaignFlowAssociationCommandInput extends UpdateCampaignFlowAssociationRequest {}
|
|
5
|
+
export interface UpdateCampaignFlowAssociationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateCampaignFlowAssociationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateCampaignFlowAssociationCommandInput
|
|
8
|
+
input: UpdateCampaignFlowAssociationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateCampaignFlowAssociationCommandInput,
|
|
13
11
|
UpdateCampaignFlowAssociationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateCampaignFlowAssociationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateCampaignFlowAssociationCommandInput
|
|
17
|
+
input: UpdateCampaignFlowAssociationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateCampaignFlowAssociationCommandInput,
|
|
22
20
|
UpdateCampaignFlowAssociationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignNameRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignNameCommandInput
|
|
5
|
-
extends UpdateCampaignNameRequest {}
|
|
4
|
+
export interface UpdateCampaignNameCommandInput extends UpdateCampaignNameRequest {}
|
|
6
5
|
export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateCampaignNameCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateCampaignNameCommandInput
|
|
8
|
+
input: UpdateCampaignNameCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateCampaignNameCommandInput,
|
|
12
11
|
UpdateCampaignNameCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateCampaignNameCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: UpdateCampaignNameCommandInput
|
|
17
|
+
input: UpdateCampaignNameCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateCampaignNameCommandInput,
|
|
21
20
|
UpdateCampaignNameCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignScheduleRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignScheduleCommandInput
|
|
5
|
-
extends UpdateCampaignScheduleRequest {}
|
|
4
|
+
export interface UpdateCampaignScheduleCommandInput extends UpdateCampaignScheduleRequest {}
|
|
6
5
|
export interface UpdateCampaignScheduleCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateCampaignScheduleCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateCampaignScheduleCommandInput
|
|
8
|
+
input: UpdateCampaignScheduleCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateCampaignScheduleCommandInput,
|
|
12
11
|
UpdateCampaignScheduleCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateCampaignScheduleCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: UpdateCampaignScheduleCommandInput
|
|
17
|
+
input: UpdateCampaignScheduleCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateCampaignScheduleCommandInput,
|
|
21
20
|
UpdateCampaignScheduleCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCampaignSourceRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCampaignSourceCommandInput
|
|
5
|
-
extends UpdateCampaignSourceRequest {}
|
|
4
|
+
export interface UpdateCampaignSourceCommandInput extends UpdateCampaignSourceRequest {}
|
|
6
5
|
export interface UpdateCampaignSourceCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateCampaignSourceCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateCampaignSourceCommandInput
|
|
8
|
+
input: UpdateCampaignSourceCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateCampaignSourceCommandInput,
|
|
12
11
|
UpdateCampaignSourceCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateCampaignSourceCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: UpdateCampaignSourceCommandInput
|
|
17
|
+
input: UpdateCampaignSourceCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateCampaignSourceCommandInput,
|
|
21
20
|
UpdateCampaignSourceCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ 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
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -39,16 +39,14 @@ export declare const ExternalCampaignType: {
|
|
|
39
39
|
readonly JOURNEY: "JOURNEY";
|
|
40
40
|
readonly MANAGED: "MANAGED";
|
|
41
41
|
};
|
|
42
|
-
export type ExternalCampaignType =
|
|
43
|
-
(typeof ExternalCampaignType)[keyof typeof ExternalCampaignType];
|
|
42
|
+
export type ExternalCampaignType = (typeof ExternalCampaignType)[keyof typeof ExternalCampaignType];
|
|
44
43
|
export declare const ChannelSubtype: {
|
|
45
44
|
readonly EMAIL: "EMAIL";
|
|
46
45
|
readonly SMS: "SMS";
|
|
47
46
|
readonly TELEPHONY: "TELEPHONY";
|
|
48
47
|
readonly WHATSAPP: "WHATSAPP";
|
|
49
48
|
};
|
|
50
|
-
export type ChannelSubtype =
|
|
51
|
-
(typeof ChannelSubtype)[keyof typeof ChannelSubtype];
|
|
49
|
+
export type ChannelSubtype = (typeof ChannelSubtype)[keyof typeof ChannelSubtype];
|
|
52
50
|
export declare const CommunicationLimitsConfigType: {
|
|
53
51
|
readonly ALL_CHANNEL_SUBTYPES: "ALL_CHANNEL_SUBTYPES";
|
|
54
52
|
};
|
|
@@ -86,8 +84,7 @@ export type GetCampaignStateBatchFailureCode =
|
|
|
86
84
|
export declare const EncryptionType: {
|
|
87
85
|
readonly KMS: "KMS";
|
|
88
86
|
};
|
|
89
|
-
export type EncryptionType =
|
|
90
|
-
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
87
|
+
export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
|
|
91
88
|
export declare const InstanceOnboardingJobFailureCode: {
|
|
92
89
|
readonly EVENT_BRIDGE_ACCESS_DENIED: "EVENT_BRIDGE_ACCESS_DENIED";
|
|
93
90
|
readonly EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED: "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED";
|
|
@@ -5,9 +5,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
5
5
|
readonly name: "AccessDeniedException";
|
|
6
6
|
readonly $fault: "client";
|
|
7
7
|
xAmzErrorType?: string | undefined;
|
|
8
|
-
constructor(
|
|
9
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
-
);
|
|
8
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
11
9
|
}
|
|
12
10
|
export declare class ConflictException extends __BaseException {
|
|
13
11
|
readonly name: "ConflictException";
|
|
@@ -20,57 +18,43 @@ export declare class InternalServerException extends __BaseException {
|
|
|
20
18
|
readonly $fault: "server";
|
|
21
19
|
$retryable: {};
|
|
22
20
|
xAmzErrorType?: string | undefined;
|
|
23
|
-
constructor(
|
|
24
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
25
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
26
22
|
}
|
|
27
23
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
28
24
|
readonly name: "ResourceNotFoundException";
|
|
29
25
|
readonly $fault: "client";
|
|
30
26
|
xAmzErrorType?: string | undefined;
|
|
31
|
-
constructor(
|
|
32
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
33
|
-
);
|
|
27
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
34
28
|
}
|
|
35
29
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
36
30
|
readonly name: "ServiceQuotaExceededException";
|
|
37
31
|
readonly $fault: "client";
|
|
38
32
|
xAmzErrorType?: string | undefined;
|
|
39
|
-
constructor(
|
|
40
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
41
|
-
);
|
|
33
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
42
34
|
}
|
|
43
35
|
export declare class ThrottlingException extends __BaseException {
|
|
44
36
|
readonly name: "ThrottlingException";
|
|
45
37
|
readonly $fault: "client";
|
|
46
38
|
$retryable: {};
|
|
47
39
|
xAmzErrorType?: string | undefined;
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
50
|
-
);
|
|
40
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
51
41
|
}
|
|
52
42
|
export declare class ValidationException extends __BaseException {
|
|
53
43
|
readonly name: "ValidationException";
|
|
54
44
|
readonly $fault: "client";
|
|
55
45
|
xAmzErrorType?: string | undefined;
|
|
56
|
-
constructor(
|
|
57
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
58
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
59
47
|
}
|
|
60
48
|
export declare class InvalidCampaignStateException extends __BaseException {
|
|
61
49
|
readonly name: "InvalidCampaignStateException";
|
|
62
50
|
readonly $fault: "client";
|
|
63
51
|
state: CampaignState | undefined;
|
|
64
52
|
xAmzErrorType?: string | undefined;
|
|
65
|
-
constructor(
|
|
66
|
-
opts: __ExceptionOptionType<InvalidCampaignStateException, __BaseException>
|
|
67
|
-
);
|
|
53
|
+
constructor(opts: __ExceptionOptionType<InvalidCampaignStateException, __BaseException>);
|
|
68
54
|
}
|
|
69
55
|
export declare class InvalidStateException extends __BaseException {
|
|
70
56
|
readonly name: "InvalidStateException";
|
|
71
57
|
readonly $fault: "client";
|
|
72
58
|
xAmzErrorType?: string | undefined;
|
|
73
|
-
constructor(
|
|
74
|
-
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
75
|
-
);
|
|
59
|
+
constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
|
|
76
60
|
}
|
|
@@ -52,9 +52,7 @@ export interface SmsOutboundConfig {
|
|
|
52
52
|
connectSourcePhoneNumberArn: string | undefined;
|
|
53
53
|
wisdomTemplateArn: string | undefined;
|
|
54
54
|
}
|
|
55
|
-
export type SmsOutboundMode =
|
|
56
|
-
| SmsOutboundMode.AgentlessMember
|
|
57
|
-
| SmsOutboundMode.$UnknownMember;
|
|
55
|
+
export type SmsOutboundMode = SmsOutboundMode.AgentlessMember | SmsOutboundMode.$UnknownMember;
|
|
58
56
|
export declare namespace SmsOutboundMode {
|
|
59
57
|
interface AgentlessMember {
|
|
60
58
|
agentless: AgentlessConfig;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { ConnectCampaignsV2Client } from "../ConnectCampaignsV2Client";
|
|
3
|
-
export interface ConnectCampaignsV2PaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface ConnectCampaignsV2PaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: ConnectCampaignsV2Client;
|
|
6
5
|
}
|