Socket
Socket
Sign inDemoInstall

@aws-sdk/client-connectcampaigns

Package Overview
Dependencies
Maintainers
5
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.490.0 to 3.495.0

29

dist-cjs/commands/CreateCampaignCommand.js

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateCampaignCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class CreateCampaignCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "CreateCampaign", {})
.n("ConnectCampaignsClient", "CreateCampaignCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_CreateCampaignCommand)
.de(Aws_restJson1_1.de_CreateCampaignCommand)
.build() {
}
exports.CreateCampaignCommand = CreateCampaignCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteCampaignCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class DeleteCampaignCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "DeleteCampaign", {})
.n("ConnectCampaignsClient", "DeleteCampaignCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_DeleteCampaignCommand)
.de(Aws_restJson1_1.de_DeleteCampaignCommand)
.build() {
}
exports.DeleteCampaignCommand = DeleteCampaignCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteConnectInstanceConfigCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class DeleteConnectInstanceConfigCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "DeleteConnectInstanceConfig", {})
.n("ConnectCampaignsClient", "DeleteConnectInstanceConfigCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_DeleteConnectInstanceConfigCommand)
.de(Aws_restJson1_1.de_DeleteConnectInstanceConfigCommand)
.build() {
}
exports.DeleteConnectInstanceConfigCommand = DeleteConnectInstanceConfigCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteInstanceOnboardingJobCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class DeleteInstanceOnboardingJobCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "DeleteInstanceOnboardingJob", {})
.n("ConnectCampaignsClient", "DeleteInstanceOnboardingJobCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_DeleteInstanceOnboardingJobCommand)
.de(Aws_restJson1_1.de_DeleteInstanceOnboardingJobCommand)
.build() {
}
exports.DeleteInstanceOnboardingJobCommand = DeleteInstanceOnboardingJobCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DescribeCampaignCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class DescribeCampaignCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "DescribeCampaign", {})
.n("ConnectCampaignsClient", "DescribeCampaignCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_DescribeCampaignCommand)
.de(Aws_restJson1_1.de_DescribeCampaignCommand)
.build() {
}
exports.DescribeCampaignCommand = DescribeCampaignCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetCampaignStateBatchCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class GetCampaignStateBatchCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "GetCampaignStateBatch", {})
.n("ConnectCampaignsClient", "GetCampaignStateBatchCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_GetCampaignStateBatchCommand)
.de(Aws_restJson1_1.de_GetCampaignStateBatchCommand)
.build() {
}
exports.GetCampaignStateBatchCommand = GetCampaignStateBatchCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetCampaignStateCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class GetCampaignStateCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "GetCampaignState", {})
.n("ConnectCampaignsClient", "GetCampaignStateCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_GetCampaignStateCommand)
.de(Aws_restJson1_1.de_GetCampaignStateCommand)
.build() {
}
exports.GetCampaignStateCommand = GetCampaignStateCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetConnectInstanceConfigCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class GetConnectInstanceConfigCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "GetConnectInstanceConfig", {})
.n("ConnectCampaignsClient", "GetConnectInstanceConfigCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_GetConnectInstanceConfigCommand)
.de(Aws_restJson1_1.de_GetConnectInstanceConfigCommand)
.build() {
}
exports.GetConnectInstanceConfigCommand = GetConnectInstanceConfigCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetInstanceOnboardingJobStatusCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class GetInstanceOnboardingJobStatusCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "GetInstanceOnboardingJobStatus", {})
.n("ConnectCampaignsClient", "GetInstanceOnboardingJobStatusCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_GetInstanceOnboardingJobStatusCommand)
.de(Aws_restJson1_1.de_GetInstanceOnboardingJobStatusCommand)
.build() {
}
exports.GetInstanceOnboardingJobStatusCommand = GetInstanceOnboardingJobStatusCommand;
module.exports = require("../index.js");

@@ -1,25 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./CreateCampaignCommand"), exports);
tslib_1.__exportStar(require("./DeleteCampaignCommand"), exports);
tslib_1.__exportStar(require("./DeleteConnectInstanceConfigCommand"), exports);
tslib_1.__exportStar(require("./DeleteInstanceOnboardingJobCommand"), exports);
tslib_1.__exportStar(require("./DescribeCampaignCommand"), exports);
tslib_1.__exportStar(require("./GetCampaignStateBatchCommand"), exports);
tslib_1.__exportStar(require("./GetCampaignStateCommand"), exports);
tslib_1.__exportStar(require("./GetConnectInstanceConfigCommand"), exports);
tslib_1.__exportStar(require("./GetInstanceOnboardingJobStatusCommand"), exports);
tslib_1.__exportStar(require("./ListCampaignsCommand"), exports);
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
tslib_1.__exportStar(require("./PauseCampaignCommand"), exports);
tslib_1.__exportStar(require("./PutDialRequestBatchCommand"), exports);
tslib_1.__exportStar(require("./ResumeCampaignCommand"), exports);
tslib_1.__exportStar(require("./StartCampaignCommand"), exports);
tslib_1.__exportStar(require("./StartInstanceOnboardingJobCommand"), exports);
tslib_1.__exportStar(require("./StopCampaignCommand"), exports);
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
tslib_1.__exportStar(require("./UpdateCampaignDialerConfigCommand"), exports);
tslib_1.__exportStar(require("./UpdateCampaignNameCommand"), exports);
tslib_1.__exportStar(require("./UpdateCampaignOutboundCallConfigCommand"), exports);
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListCampaignsCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class ListCampaignsCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "ListCampaigns", {})
.n("ConnectCampaignsClient", "ListCampaignsCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_ListCampaignsCommand)
.de(Aws_restJson1_1.de_ListCampaignsCommand)
.build() {
}
exports.ListCampaignsCommand = ListCampaignsCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListTagsForResourceCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class ListTagsForResourceCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "ListTagsForResource", {})
.n("ConnectCampaignsClient", "ListTagsForResourceCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
.build() {
}
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PauseCampaignCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class PauseCampaignCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "PauseCampaign", {})
.n("ConnectCampaignsClient", "PauseCampaignCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_PauseCampaignCommand)
.de(Aws_restJson1_1.de_PauseCampaignCommand)
.build() {
}
exports.PauseCampaignCommand = PauseCampaignCommand;
module.exports = require("../index.js");

@@ -1,29 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PutDialRequestBatchCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const models_0_1 = require("../models/models_0");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class PutDialRequestBatchCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "PutDialRequestBatch", {})
.n("ConnectCampaignsClient", "PutDialRequestBatchCommand")
.f(models_0_1.PutDialRequestBatchRequestFilterSensitiveLog, void 0)
.ser(Aws_restJson1_1.se_PutDialRequestBatchCommand)
.de(Aws_restJson1_1.de_PutDialRequestBatchCommand)
.build() {
}
exports.PutDialRequestBatchCommand = PutDialRequestBatchCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResumeCampaignCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class ResumeCampaignCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "ResumeCampaign", {})
.n("ConnectCampaignsClient", "ResumeCampaignCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_ResumeCampaignCommand)
.de(Aws_restJson1_1.de_ResumeCampaignCommand)
.build() {
}
exports.ResumeCampaignCommand = ResumeCampaignCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartCampaignCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class StartCampaignCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "StartCampaign", {})
.n("ConnectCampaignsClient", "StartCampaignCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_StartCampaignCommand)
.de(Aws_restJson1_1.de_StartCampaignCommand)
.build() {
}
exports.StartCampaignCommand = StartCampaignCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartInstanceOnboardingJobCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class StartInstanceOnboardingJobCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "StartInstanceOnboardingJob", {})
.n("ConnectCampaignsClient", "StartInstanceOnboardingJobCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_StartInstanceOnboardingJobCommand)
.de(Aws_restJson1_1.de_StartInstanceOnboardingJobCommand)
.build() {
}
exports.StartInstanceOnboardingJobCommand = StartInstanceOnboardingJobCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StopCampaignCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class StopCampaignCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "StopCampaign", {})
.n("ConnectCampaignsClient", "StopCampaignCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_StopCampaignCommand)
.de(Aws_restJson1_1.de_StopCampaignCommand)
.build() {
}
exports.StopCampaignCommand = StopCampaignCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TagResourceCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class TagResourceCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "TagResource", {})
.n("ConnectCampaignsClient", "TagResourceCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_TagResourceCommand)
.de(Aws_restJson1_1.de_TagResourceCommand)
.build() {
}
exports.TagResourceCommand = TagResourceCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UntagResourceCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class UntagResourceCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "UntagResource", {})
.n("ConnectCampaignsClient", "UntagResourceCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_UntagResourceCommand)
.de(Aws_restJson1_1.de_UntagResourceCommand)
.build() {
}
exports.UntagResourceCommand = UntagResourceCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UpdateCampaignDialerConfigCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class UpdateCampaignDialerConfigCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "UpdateCampaignDialerConfig", {})
.n("ConnectCampaignsClient", "UpdateCampaignDialerConfigCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_UpdateCampaignDialerConfigCommand)
.de(Aws_restJson1_1.de_UpdateCampaignDialerConfigCommand)
.build() {
}
exports.UpdateCampaignDialerConfigCommand = UpdateCampaignDialerConfigCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UpdateCampaignNameCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class UpdateCampaignNameCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "UpdateCampaignName", {})
.n("ConnectCampaignsClient", "UpdateCampaignNameCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_UpdateCampaignNameCommand)
.de(Aws_restJson1_1.de_UpdateCampaignNameCommand)
.build() {
}
exports.UpdateCampaignNameCommand = UpdateCampaignNameCommand;
module.exports = require("../index.js");

@@ -1,28 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UpdateCampaignOutboundCallConfigCommand = exports.$Command = void 0;
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_serde_1 = require("@smithy/middleware-serde");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
class UpdateCampaignOutboundCallConfigCommand extends smithy_client_1.Command
.classBuilder()
.ep({
...EndpointParameters_1.commonParams,
})
.m(function (Command, cs, config, o) {
return [
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectCampaignService", "UpdateCampaignOutboundCallConfig", {})
.n("ConnectCampaignsClient", "UpdateCampaignOutboundCallConfigCommand")
.f(void 0, void 0)
.ser(Aws_restJson1_1.se_UpdateCampaignOutboundCallConfigCommand)
.de(Aws_restJson1_1.de_UpdateCampaignOutboundCallConfigCommand)
.build() {
}
exports.UpdateCampaignOutboundCallConfigCommand = UpdateCampaignOutboundCallConfigCommand;
module.exports = require("../index.js");

@@ -1,55 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectCampaigns = void 0;
const smithy_client_1 = require("@smithy/smithy-client");
const CreateCampaignCommand_1 = require("./commands/CreateCampaignCommand");
const DeleteCampaignCommand_1 = require("./commands/DeleteCampaignCommand");
const DeleteConnectInstanceConfigCommand_1 = require("./commands/DeleteConnectInstanceConfigCommand");
const DeleteInstanceOnboardingJobCommand_1 = require("./commands/DeleteInstanceOnboardingJobCommand");
const DescribeCampaignCommand_1 = require("./commands/DescribeCampaignCommand");
const GetCampaignStateBatchCommand_1 = require("./commands/GetCampaignStateBatchCommand");
const GetCampaignStateCommand_1 = require("./commands/GetCampaignStateCommand");
const GetConnectInstanceConfigCommand_1 = require("./commands/GetConnectInstanceConfigCommand");
const GetInstanceOnboardingJobStatusCommand_1 = require("./commands/GetInstanceOnboardingJobStatusCommand");
const ListCampaignsCommand_1 = require("./commands/ListCampaignsCommand");
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
const PauseCampaignCommand_1 = require("./commands/PauseCampaignCommand");
const PutDialRequestBatchCommand_1 = require("./commands/PutDialRequestBatchCommand");
const ResumeCampaignCommand_1 = require("./commands/ResumeCampaignCommand");
const StartCampaignCommand_1 = require("./commands/StartCampaignCommand");
const StartInstanceOnboardingJobCommand_1 = require("./commands/StartInstanceOnboardingJobCommand");
const StopCampaignCommand_1 = require("./commands/StopCampaignCommand");
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
const UpdateCampaignDialerConfigCommand_1 = require("./commands/UpdateCampaignDialerConfigCommand");
const UpdateCampaignNameCommand_1 = require("./commands/UpdateCampaignNameCommand");
const UpdateCampaignOutboundCallConfigCommand_1 = require("./commands/UpdateCampaignOutboundCallConfigCommand");
const ConnectCampaignsClient_1 = require("./ConnectCampaignsClient");
const commands = {
CreateCampaignCommand: CreateCampaignCommand_1.CreateCampaignCommand,
DeleteCampaignCommand: DeleteCampaignCommand_1.DeleteCampaignCommand,
DeleteConnectInstanceConfigCommand: DeleteConnectInstanceConfigCommand_1.DeleteConnectInstanceConfigCommand,
DeleteInstanceOnboardingJobCommand: DeleteInstanceOnboardingJobCommand_1.DeleteInstanceOnboardingJobCommand,
DescribeCampaignCommand: DescribeCampaignCommand_1.DescribeCampaignCommand,
GetCampaignStateCommand: GetCampaignStateCommand_1.GetCampaignStateCommand,
GetCampaignStateBatchCommand: GetCampaignStateBatchCommand_1.GetCampaignStateBatchCommand,
GetConnectInstanceConfigCommand: GetConnectInstanceConfigCommand_1.GetConnectInstanceConfigCommand,
GetInstanceOnboardingJobStatusCommand: GetInstanceOnboardingJobStatusCommand_1.GetInstanceOnboardingJobStatusCommand,
ListCampaignsCommand: ListCampaignsCommand_1.ListCampaignsCommand,
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
PauseCampaignCommand: PauseCampaignCommand_1.PauseCampaignCommand,
PutDialRequestBatchCommand: PutDialRequestBatchCommand_1.PutDialRequestBatchCommand,
ResumeCampaignCommand: ResumeCampaignCommand_1.ResumeCampaignCommand,
StartCampaignCommand: StartCampaignCommand_1.StartCampaignCommand,
StartInstanceOnboardingJobCommand: StartInstanceOnboardingJobCommand_1.StartInstanceOnboardingJobCommand,
StopCampaignCommand: StopCampaignCommand_1.StopCampaignCommand,
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
UpdateCampaignDialerConfigCommand: UpdateCampaignDialerConfigCommand_1.UpdateCampaignDialerConfigCommand,
UpdateCampaignNameCommand: UpdateCampaignNameCommand_1.UpdateCampaignNameCommand,
UpdateCampaignOutboundCallConfigCommand: UpdateCampaignOutboundCallConfigCommand_1.UpdateCampaignOutboundCallConfigCommand,
};
class ConnectCampaigns extends ConnectCampaignsClient_1.ConnectCampaignsClient {
}
exports.ConnectCampaigns = ConnectCampaigns;
(0, smithy_client_1.createAggregatedClient)(commands, ConnectCampaigns);
module.exports = require("./index.js");

@@ -1,43 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectCampaignsClient = exports.__Client = void 0;
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
const config_resolver_1 = require("@smithy/config-resolver");
const middleware_content_length_1 = require("@smithy/middleware-content-length");
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
const middleware_retry_1 = require("@smithy/middleware-retry");
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
const runtimeConfig_1 = require("./runtimeConfig");
const runtimeExtensions_1 = require("./runtimeExtensions");
class ConnectCampaignsClient extends smithy_client_1.Client {
constructor(...[configuration]) {
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
super(_config_8);
this.config = _config_8;
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
}
destroy() {
super.destroy();
}
}
exports.ConnectCampaignsClient = ConnectCampaignsClient;
module.exports = require("./index.js");

@@ -1,18 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
const resolveClientEndpointParameters = (options) => {
return {
...options,
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
useFipsEndpoint: options.useFipsEndpoint ?? false,
defaultSigningName: "connect-campaigns",
};
};
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
exports.commonParams = {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Endpoint: { type: "builtInParams", name: "endpoint" },
Region: { type: "builtInParams", name: "region" },
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
};
module.exports = require("../index.js");

3

dist-cjs/extensionConfiguration.js

@@ -1,2 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
module.exports = require("./index.js");

@@ -1,12 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectCampaignsServiceException = exports.__ServiceException = void 0;
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
class ConnectCampaignsServiceException extends smithy_client_1.ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, ConnectCampaignsServiceException.prototype);
}
}
exports.ConnectCampaignsServiceException = ConnectCampaignsServiceException;
module.exports = require("../index.js");

@@ -1,4 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./models_0"), exports);
module.exports = require("../index.js");

@@ -1,192 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PutDialRequestBatchRequestFilterSensitiveLog = exports.DialRequestFilterSensitiveLog = exports.FailureCode = exports.InvalidCampaignStateException = exports.InstanceIdFilterOperator = exports.InstanceOnboardingJobStatusCode = exports.InstanceOnboardingJobFailureCode = exports.EncryptionType = exports.GetCampaignStateBatchFailureCode = exports.CampaignState = exports.InvalidStateException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.DialerConfig = exports.ConflictException = exports.AccessDeniedException = void 0;
const smithy_client_1 = require("@smithy/smithy-client");
const ConnectCampaignsServiceException_1 = require("./ConnectCampaignsServiceException");
class AccessDeniedException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "AccessDeniedException",
$fault: "client",
...opts,
});
this.name = "AccessDeniedException";
this.$fault = "client";
Object.setPrototypeOf(this, AccessDeniedException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.AccessDeniedException = AccessDeniedException;
class ConflictException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "ConflictException",
$fault: "client",
...opts,
});
this.name = "ConflictException";
this.$fault = "client";
Object.setPrototypeOf(this, ConflictException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.ConflictException = ConflictException;
var DialerConfig;
(function (DialerConfig) {
DialerConfig.visit = (value, visitor) => {
if (value.progressiveDialerConfig !== undefined)
return visitor.progressiveDialerConfig(value.progressiveDialerConfig);
if (value.predictiveDialerConfig !== undefined)
return visitor.predictiveDialerConfig(value.predictiveDialerConfig);
if (value.agentlessDialerConfig !== undefined)
return visitor.agentlessDialerConfig(value.agentlessDialerConfig);
return visitor._(value.$unknown[0], value.$unknown[1]);
};
})(DialerConfig = exports.DialerConfig || (exports.DialerConfig = {}));
class InternalServerException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "InternalServerException",
$fault: "server",
...opts,
});
this.name = "InternalServerException";
this.$fault = "server";
this.$retryable = {};
Object.setPrototypeOf(this, InternalServerException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.InternalServerException = InternalServerException;
class ResourceNotFoundException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "ResourceNotFoundException",
$fault: "client",
...opts,
});
this.name = "ResourceNotFoundException";
this.$fault = "client";
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.ResourceNotFoundException = ResourceNotFoundException;
class ServiceQuotaExceededException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "ServiceQuotaExceededException",
$fault: "client",
...opts,
});
this.name = "ServiceQuotaExceededException";
this.$fault = "client";
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
class ThrottlingException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "ThrottlingException",
$fault: "client",
...opts,
});
this.name = "ThrottlingException";
this.$fault = "client";
this.$retryable = {};
Object.setPrototypeOf(this, ThrottlingException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.ThrottlingException = ThrottlingException;
class ValidationException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "ValidationException",
$fault: "client",
...opts,
});
this.name = "ValidationException";
this.$fault = "client";
Object.setPrototypeOf(this, ValidationException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.ValidationException = ValidationException;
class InvalidStateException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "InvalidStateException",
$fault: "client",
...opts,
});
this.name = "InvalidStateException";
this.$fault = "client";
Object.setPrototypeOf(this, InvalidStateException.prototype);
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.InvalidStateException = InvalidStateException;
exports.CampaignState = {
FAILED: "Failed",
INITIALIZED: "Initialized",
PAUSED: "Paused",
RUNNING: "Running",
STOPPED: "Stopped",
};
exports.GetCampaignStateBatchFailureCode = {
RESOURCE_NOT_FOUND: "ResourceNotFound",
UNKNOWN_ERROR: "UnknownError",
};
exports.EncryptionType = {
KMS: "KMS",
};
exports.InstanceOnboardingJobFailureCode = {
EVENT_BRIDGE_ACCESS_DENIED: "EVENT_BRIDGE_ACCESS_DENIED",
EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED: "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED",
IAM_ACCESS_DENIED: "IAM_ACCESS_DENIED",
INTERNAL_FAILURE: "INTERNAL_FAILURE",
KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED",
KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND",
};
exports.InstanceOnboardingJobStatusCode = {
FAILED: "FAILED",
IN_PROGRESS: "IN_PROGRESS",
SUCCEEDED: "SUCCEEDED",
};
exports.InstanceIdFilterOperator = {
EQ: "Eq",
};
class InvalidCampaignStateException extends ConnectCampaignsServiceException_1.ConnectCampaignsServiceException {
constructor(opts) {
super({
name: "InvalidCampaignStateException",
$fault: "client",
...opts,
});
this.name = "InvalidCampaignStateException";
this.$fault = "client";
Object.setPrototypeOf(this, InvalidCampaignStateException.prototype);
this.state = opts.state;
this.xAmzErrorType = opts.xAmzErrorType;
}
}
exports.InvalidCampaignStateException = InvalidCampaignStateException;
exports.FailureCode = {
INVALID_INPUT: "InvalidInput",
REQUEST_THROTTLED: "RequestThrottled",
UNKNOWN_ERROR: "UnknownError",
};
const DialRequestFilterSensitiveLog = (obj) => ({
...obj,
...(obj.phoneNumber && { phoneNumber: smithy_client_1.SENSITIVE_STRING }),
...(obj.attributes && { attributes: smithy_client_1.SENSITIVE_STRING }),
});
exports.DialRequestFilterSensitiveLog = DialRequestFilterSensitiveLog;
const PutDialRequestBatchRequestFilterSensitiveLog = (obj) => ({
...obj,
...(obj.dialRequests && { dialRequests: obj.dialRequests.map((item) => (0, exports.DialRequestFilterSensitiveLog)(item)) }),
});
exports.PutDialRequestBatchRequestFilterSensitiveLog = PutDialRequestBatchRequestFilterSensitiveLog;
module.exports = require("../index.js");

@@ -1,5 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./Interfaces"), exports);
tslib_1.__exportStar(require("./ListCampaignsPaginator"), exports);
module.exports = require("../index.js");

@@ -1,2 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
module.exports = require("../index.js");

@@ -1,7 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginateListCampaigns = void 0;
const core_1 = require("@smithy/core");
const ListCampaignsCommand_1 = require("../commands/ListCampaignsCommand");
const ConnectCampaignsClient_1 = require("../ConnectCampaignsClient");
exports.paginateListCampaigns = (0, core_1.createPaginator)(ConnectCampaignsClient_1.ConnectCampaignsClient, ListCampaignsCommand_1.ListCampaignsCommand, "nextToken", "nextToken", "maxResults");
module.exports = require("../index.js");

@@ -1,22 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.resolveRuntimeExtensions = void 0;
const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
const protocol_http_1 = require("@smithy/protocol-http");
const smithy_client_1 = require("@smithy/smithy-client");
const asPartial = (t) => t;
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
const extensionConfiguration = {
...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
};
extensions.forEach((extension) => extension.configure(extensionConfiguration));
return {
...runtimeConfig,
...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
};
};
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
module.exports = require("./index.js");
{
"name": "@aws-sdk/client-connectcampaigns",
"description": "AWS SDK for JavaScript Connectcampaigns Client for Node.js, Browser and React Native",
"version": "3.490.0",
"version": "3.495.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:cjs": "node ../../scripts/compilation/inline client-connectcampaigns",
"build:es": "tsc -p tsconfig.es.json",

@@ -23,43 +23,43 @@ "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.490.0",
"@aws-sdk/core": "3.490.0",
"@aws-sdk/credential-provider-node": "3.490.0",
"@aws-sdk/middleware-host-header": "3.489.0",
"@aws-sdk/middleware-logger": "3.489.0",
"@aws-sdk/middleware-recursion-detection": "3.489.0",
"@aws-sdk/middleware-signing": "3.489.0",
"@aws-sdk/middleware-user-agent": "3.489.0",
"@aws-sdk/region-config-resolver": "3.489.0",
"@aws-sdk/types": "3.489.0",
"@aws-sdk/util-endpoints": "3.489.0",
"@aws-sdk/util-user-agent-browser": "3.489.0",
"@aws-sdk/util-user-agent-node": "3.489.0",
"@smithy/config-resolver": "^2.0.23",
"@smithy/core": "^1.2.2",
"@smithy/fetch-http-handler": "^2.3.2",
"@smithy/hash-node": "^2.0.18",
"@smithy/invalid-dependency": "^2.0.16",
"@smithy/middleware-content-length": "^2.0.18",
"@smithy/middleware-endpoint": "^2.3.0",
"@smithy/middleware-retry": "^2.0.26",
"@smithy/middleware-serde": "^2.0.16",
"@smithy/middleware-stack": "^2.0.10",
"@smithy/node-config-provider": "^2.1.9",
"@smithy/node-http-handler": "^2.2.2",
"@smithy/protocol-http": "^3.0.12",
"@smithy/smithy-client": "^2.2.1",
"@smithy/types": "^2.8.0",
"@smithy/url-parser": "^2.0.16",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.24",
"@smithy/util-defaults-mode-node": "^2.0.32",
"@smithy/util-endpoints": "^1.0.8",
"@smithy/util-retry": "^2.0.9",
"@smithy/util-utf8": "^2.0.2",
"@aws-sdk/client-sts": "3.495.0",
"@aws-sdk/core": "3.495.0",
"@aws-sdk/credential-provider-node": "3.495.0",
"@aws-sdk/middleware-host-header": "3.495.0",
"@aws-sdk/middleware-logger": "3.495.0",
"@aws-sdk/middleware-recursion-detection": "3.495.0",
"@aws-sdk/middleware-signing": "3.495.0",
"@aws-sdk/middleware-user-agent": "3.495.0",
"@aws-sdk/region-config-resolver": "3.495.0",
"@aws-sdk/types": "3.495.0",
"@aws-sdk/util-endpoints": "3.495.0",
"@aws-sdk/util-user-agent-browser": "3.495.0",
"@aws-sdk/util-user-agent-node": "3.495.0",
"@smithy/config-resolver": "^2.1.0",
"@smithy/core": "^1.3.0",
"@smithy/fetch-http-handler": "^2.4.0",
"@smithy/hash-node": "^2.1.0",
"@smithy/invalid-dependency": "^2.1.0",
"@smithy/middleware-content-length": "^2.1.0",
"@smithy/middleware-endpoint": "^2.4.0",
"@smithy/middleware-retry": "^2.1.0",
"@smithy/middleware-serde": "^2.1.0",
"@smithy/middleware-stack": "^2.1.0",
"@smithy/node-config-provider": "^2.2.0",
"@smithy/node-http-handler": "^2.3.0",
"@smithy/protocol-http": "^3.1.0",
"@smithy/smithy-client": "^2.3.0",
"@smithy/types": "^2.9.0",
"@smithy/url-parser": "^2.1.0",
"@smithy/util-base64": "^2.1.0",
"@smithy/util-body-length-browser": "^2.1.0",
"@smithy/util-body-length-node": "^2.2.0",
"@smithy/util-defaults-mode-browser": "^2.1.0",
"@smithy/util-defaults-mode-node": "^2.1.0",
"@smithy/util-endpoints": "^1.1.0",
"@smithy/util-retry": "^2.1.0",
"@smithy/util-utf8": "^2.1.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@smithy/service-client-documentation-generator": "^2.0.0",
"@smithy/service-client-documentation-generator": "^2.1.0",
"@tsconfig/node14": "1.0.3",

@@ -66,0 +66,0 @@ "@types/node": "^14.14.31",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc