@aws-sdk/client-connectcampaignsv2 3.948.0 → 3.953.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 +518 -348
- package/dist-cjs/runtimeConfig.shared.js +6 -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/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/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/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +312 -300
- package/dist-types/ConnectCampaignsV2Client.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +159 -185
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +158 -187
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.connectcampaignsv2",
|
|
32
|
+
version: "2024-04-23",
|
|
33
|
+
serviceTarget: "AmazonConnectCampaignServiceV2",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "ConnectCampaignsV2",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "CreateCampaign", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "CreateCampaignCommand")
|
|
14
|
-
.sc(CreateCampaign)
|
|
14
|
+
.sc(CreateCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCampaignChannelSubtypeConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCampaignChannelSubtypeConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCampaignChannelSubtypeConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCampaignChannelSubtypeConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignChannelSubtypeConfig", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DeleteCampaignChannelSubtypeConfigCommand")
|
|
14
|
-
.sc(DeleteCampaignChannelSubtypeConfig)
|
|
14
|
+
.sc(DeleteCampaignChannelSubtypeConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaign", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DeleteCampaignCommand")
|
|
14
|
-
.sc(DeleteCampaign)
|
|
14
|
+
.sc(DeleteCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCampaignCommunicationLimits } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCampaignCommunicationLimits$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCampaignCommunicationLimitsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCampaignCommunicationLimitsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationLimits", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationLimitsCommand")
|
|
14
|
-
.sc(DeleteCampaignCommunicationLimits)
|
|
14
|
+
.sc(DeleteCampaignCommunicationLimits$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCampaignCommunicationTime } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCampaignCommunicationTime$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCampaignCommunicationTimeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCampaignCommunicationTimeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationTime", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationTimeCommand")
|
|
14
|
-
.sc(DeleteCampaignCommunicationTime)
|
|
14
|
+
.sc(DeleteCampaignCommunicationTime$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteConnectInstanceConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteConnectInstanceConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConnectInstanceConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteConnectInstanceConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceConfig", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DeleteConnectInstanceConfigCommand")
|
|
14
|
-
.sc(DeleteConnectInstanceConfig)
|
|
14
|
+
.sc(DeleteConnectInstanceConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteConnectInstanceIntegration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteConnectInstanceIntegration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConnectInstanceIntegrationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteConnectInstanceIntegrationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceIntegration", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DeleteConnectInstanceIntegrationCommand")
|
|
14
|
-
.sc(DeleteConnectInstanceIntegration)
|
|
14
|
+
.sc(DeleteConnectInstanceIntegration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteInstanceOnboardingJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteInstanceOnboardingJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteInstanceOnboardingJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteInstanceOnboardingJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DeleteInstanceOnboardingJob", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DeleteInstanceOnboardingJobCommand")
|
|
14
|
-
.sc(DeleteInstanceOnboardingJob)
|
|
14
|
+
.sc(DeleteInstanceOnboardingJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "DescribeCampaign", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "DescribeCampaignCommand")
|
|
14
|
-
.sc(DescribeCampaign)
|
|
14
|
+
.sc(DescribeCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCampaignStateBatch } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCampaignStateBatch$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCampaignStateBatchCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCampaignStateBatchCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "GetCampaignStateBatch", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "GetCampaignStateBatchCommand")
|
|
14
|
-
.sc(GetCampaignStateBatch)
|
|
14
|
+
.sc(GetCampaignStateBatch$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCampaignState } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCampaignState$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCampaignStateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCampaignStateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "GetCampaignState", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "GetCampaignStateCommand")
|
|
14
|
-
.sc(GetCampaignState)
|
|
14
|
+
.sc(GetCampaignState$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetConnectInstanceConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { GetConnectInstanceConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetConnectInstanceConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetConnectInstanceConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "GetConnectInstanceConfig", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "GetConnectInstanceConfigCommand")
|
|
14
|
-
.sc(GetConnectInstanceConfig)
|
|
14
|
+
.sc(GetConnectInstanceConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetInstanceCommunicationLimits } from "../schemas/schemas_0";
|
|
4
|
+
import { GetInstanceCommunicationLimits$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetInstanceCommunicationLimitsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetInstanceCommunicationLimitsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "GetInstanceCommunicationLimits", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "GetInstanceCommunicationLimitsCommand")
|
|
14
|
-
.sc(GetInstanceCommunicationLimits)
|
|
14
|
+
.sc(GetInstanceCommunicationLimits$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetInstanceOnboardingJobStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { GetInstanceOnboardingJobStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetInstanceOnboardingJobStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetInstanceOnboardingJobStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "GetInstanceOnboardingJobStatus", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "GetInstanceOnboardingJobStatusCommand")
|
|
14
|
-
.sc(GetInstanceOnboardingJobStatus)
|
|
14
|
+
.sc(GetInstanceOnboardingJobStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCampaigns } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCampaigns$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCampaignsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCampaignsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "ListCampaigns", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "ListCampaignsCommand")
|
|
14
|
-
.sc(ListCampaigns)
|
|
14
|
+
.sc(ListCampaigns$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListConnectInstanceIntegrations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListConnectInstanceIntegrations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListConnectInstanceIntegrationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListConnectInstanceIntegrationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "ListConnectInstanceIntegrations", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "ListConnectInstanceIntegrationsCommand")
|
|
14
|
-
.sc(ListConnectInstanceIntegrations)
|
|
14
|
+
.sc(ListConnectInstanceIntegrations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "ListTagsForResource", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PauseCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { PauseCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PauseCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PauseCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "PauseCampaign", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "PauseCampaignCommand")
|
|
14
|
-
.sc(PauseCampaign)
|
|
14
|
+
.sc(PauseCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutConnectInstanceIntegration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutConnectInstanceIntegration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutConnectInstanceIntegrationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutConnectInstanceIntegrationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "PutConnectInstanceIntegration", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "PutConnectInstanceIntegrationCommand")
|
|
14
|
-
.sc(PutConnectInstanceIntegration)
|
|
14
|
+
.sc(PutConnectInstanceIntegration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutInstanceCommunicationLimits } from "../schemas/schemas_0";
|
|
4
|
+
import { PutInstanceCommunicationLimits$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutInstanceCommunicationLimitsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutInstanceCommunicationLimitsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "PutInstanceCommunicationLimits", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "PutInstanceCommunicationLimitsCommand")
|
|
14
|
-
.sc(PutInstanceCommunicationLimits)
|
|
14
|
+
.sc(PutInstanceCommunicationLimits$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutOutboundRequestBatch } from "../schemas/schemas_0";
|
|
4
|
+
import { PutOutboundRequestBatch$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutOutboundRequestBatchCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutOutboundRequestBatchCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "PutOutboundRequestBatch", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "PutOutboundRequestBatchCommand")
|
|
14
|
-
.sc(PutOutboundRequestBatch)
|
|
14
|
+
.sc(PutOutboundRequestBatch$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutProfileOutboundRequestBatch } from "../schemas/schemas_0";
|
|
4
|
+
import { PutProfileOutboundRequestBatch$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutProfileOutboundRequestBatchCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutProfileOutboundRequestBatchCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "PutProfileOutboundRequestBatch", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "PutProfileOutboundRequestBatchCommand")
|
|
14
|
-
.sc(PutProfileOutboundRequestBatch)
|
|
14
|
+
.sc(PutProfileOutboundRequestBatch$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ResumeCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { ResumeCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ResumeCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ResumeCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "ResumeCampaign", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "ResumeCampaignCommand")
|
|
14
|
-
.sc(ResumeCampaign)
|
|
14
|
+
.sc(ResumeCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { StartCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "StartCampaign", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "StartCampaignCommand")
|
|
14
|
-
.sc(StartCampaign)
|
|
14
|
+
.sc(StartCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartInstanceOnboardingJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartInstanceOnboardingJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartInstanceOnboardingJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartInstanceOnboardingJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "StartInstanceOnboardingJob", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "StartInstanceOnboardingJobCommand")
|
|
14
|
-
.sc(StartInstanceOnboardingJob)
|
|
14
|
+
.sc(StartInstanceOnboardingJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { StopCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "StopCampaign", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "StopCampaignCommand")
|
|
14
|
-
.sc(StopCampaign)
|
|
14
|
+
.sc(StopCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "TagResource", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UntagResource", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCampaignChannelSubtypeConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCampaignChannelSubtypeConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCampaignChannelSubtypeConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCampaignChannelSubtypeConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignChannelSubtypeConfig", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UpdateCampaignChannelSubtypeConfigCommand")
|
|
14
|
-
.sc(UpdateCampaignChannelSubtypeConfig)
|
|
14
|
+
.sc(UpdateCampaignChannelSubtypeConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCampaignCommunicationLimits } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCampaignCommunicationLimits$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCampaignCommunicationLimitsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCampaignCommunicationLimitsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationLimits", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationLimitsCommand")
|
|
14
|
-
.sc(UpdateCampaignCommunicationLimits)
|
|
14
|
+
.sc(UpdateCampaignCommunicationLimits$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCampaignCommunicationTime } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCampaignCommunicationTime$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCampaignCommunicationTimeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCampaignCommunicationTimeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationTime", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationTimeCommand")
|
|
14
|
-
.sc(UpdateCampaignCommunicationTime)
|
|
14
|
+
.sc(UpdateCampaignCommunicationTime$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCampaignFlowAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCampaignFlowAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCampaignFlowAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCampaignFlowAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignFlowAssociation", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UpdateCampaignFlowAssociationCommand")
|
|
14
|
-
.sc(UpdateCampaignFlowAssociation)
|
|
14
|
+
.sc(UpdateCampaignFlowAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCampaignName } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCampaignName$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCampaignNameCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCampaignNameCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignName", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UpdateCampaignNameCommand")
|
|
14
|
-
.sc(UpdateCampaignName)
|
|
14
|
+
.sc(UpdateCampaignName$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCampaignSchedule } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCampaignSchedule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCampaignScheduleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCampaignScheduleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignSchedule", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UpdateCampaignScheduleCommand")
|
|
14
|
-
.sc(UpdateCampaignSchedule)
|
|
14
|
+
.sc(UpdateCampaignSchedule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCampaignSource } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCampaignSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCampaignSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCampaignSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignSource", {})
|
|
13
13
|
.n("ConnectCampaignsV2Client", "UpdateCampaignSourceCommand")
|
|
14
|
-
.sc(UpdateCampaignSource)
|
|
14
|
+
.sc(UpdateCampaignSource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|