@aws-sdk/client-connectcampaigns 3.113.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +205 -0
- package/dist-cjs/ConnectCampaigns.js +337 -0
- package/dist-cjs/ConnectCampaignsClient.js +37 -0
- package/dist-cjs/commands/CreateCampaignCommand.js +36 -0
- package/dist-cjs/commands/DeleteCampaignCommand.js +36 -0
- package/dist-cjs/commands/DeleteConnectInstanceConfigCommand.js +36 -0
- package/dist-cjs/commands/DeleteInstanceOnboardingJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeCampaignCommand.js +36 -0
- package/dist-cjs/commands/GetCampaignStateBatchCommand.js +36 -0
- package/dist-cjs/commands/GetCampaignStateCommand.js +36 -0
- package/dist-cjs/commands/GetConnectInstanceConfigCommand.js +36 -0
- package/dist-cjs/commands/GetInstanceOnboardingJobStatusCommand.js +36 -0
- package/dist-cjs/commands/ListCampaignsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PauseCampaignCommand.js +36 -0
- package/dist-cjs/commands/PutDialRequestBatchCommand.js +36 -0
- package/dist-cjs/commands/ResumeCampaignCommand.js +36 -0
- package/dist-cjs/commands/StartCampaignCommand.js +36 -0
- package/dist-cjs/commands/StartInstanceOnboardingJobCommand.js +36 -0
- package/dist-cjs/commands/StopCampaignCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateCampaignDialerConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateCampaignNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateCampaignOutboundCallConfigCommand.js +36 -0
- package/dist-cjs/commands/index.js +25 -0
- package/dist-cjs/endpoints.js +131 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/ConnectCampaignsServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +490 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCampaignsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2174 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/ConnectCampaigns.js +340 -0
- package/dist-es/ConnectCampaignsClient.js +39 -0
- package/dist-es/commands/CreateCampaignCommand.js +39 -0
- package/dist-es/commands/DeleteCampaignCommand.js +39 -0
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +39 -0
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +39 -0
- package/dist-es/commands/DescribeCampaignCommand.js +39 -0
- package/dist-es/commands/GetCampaignStateBatchCommand.js +39 -0
- package/dist-es/commands/GetCampaignStateCommand.js +39 -0
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +39 -0
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +39 -0
- package/dist-es/commands/ListCampaignsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PauseCampaignCommand.js +39 -0
- package/dist-es/commands/PutDialRequestBatchCommand.js +39 -0
- package/dist-es/commands/ResumeCampaignCommand.js +39 -0
- package/dist-es/commands/StartCampaignCommand.js +39 -0
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +39 -0
- package/dist-es/commands/StopCampaignCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateCampaignDialerConfigCommand.js +39 -0
- package/dist-es/commands/UpdateCampaignNameCommand.js +39 -0
- package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +39 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/endpoints.js +127 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/ConnectCampaignsServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +376 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCampaignsPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2718 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +30 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/ConnectCampaigns.d.ts +161 -0
- package/dist-types/ConnectCampaignsClient.d.ts +166 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +35 -0
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +35 -0
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +35 -0
- package/dist-types/commands/GetCampaignStateCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +35 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PauseCampaignCommand.d.ts +35 -0
- package/dist-types/commands/PutDialRequestBatchCommand.d.ts +35 -0
- package/dist-types/commands/ResumeCampaignCommand.d.ts +35 -0
- package/dist-types/commands/StartCampaignCommand.d.ts +35 -0
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +35 -0
- package/dist-types/commands/StopCampaignCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/ConnectCampaignsServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1165 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +68 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/ConnectCampaigns.d.ts +115 -0
- package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +95 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +691 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +94 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
|
+
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
5
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
6
|
+
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
7
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
8
|
+
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
9
|
+
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
10
|
+
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
11
|
+
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
12
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
15
|
+
export var getRuntimeConfig = function (config) {
|
|
16
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
18
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
19
|
+
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
21
|
+
switch (_a.label) {
|
|
22
|
+
case 0: return [4, defaultConfigProvider()];
|
|
23
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
24
|
+
}
|
|
25
|
+
}); }); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
26
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
|
+
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
|
+
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
|
+
import { Hash } from "@aws-sdk/hash-node";
|
|
7
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
|
|
8
|
+
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
|
+
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
10
|
+
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
|
+
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
|
+
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
|
+
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
18
|
+
export var getRuntimeConfig = function (config) {
|
|
19
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
21
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
22
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
23
|
+
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
24
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(__assign(__assign({}, NODE_RETRY_MODE_CONFIG_OPTIONS), { default: function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
25
|
+
switch (_a.label) {
|
|
26
|
+
case 0: return [4, defaultConfigProvider()];
|
|
27
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
28
|
+
}
|
|
29
|
+
}); }); } })), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
30
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
|
+
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
+
export var getRuntimeConfig = function (config) {
|
|
5
|
+
var _a;
|
|
6
|
+
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
|
+
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
3
|
+
export var getRuntimeConfig = function (config) {
|
|
4
|
+
var _a, _b, _c, _d, _e;
|
|
5
|
+
return ({
|
|
6
|
+
apiVersion: "2021-01-30",
|
|
7
|
+
disableHostPrefix: (_a = config === null || config === void 0 ? void 0 : config.disableHostPrefix) !== null && _a !== void 0 ? _a : false,
|
|
8
|
+
logger: (_b = config === null || config === void 0 ? void 0 : config.logger) !== null && _b !== void 0 ? _b : {},
|
|
9
|
+
regionInfoProvider: (_c = config === null || config === void 0 ? void 0 : config.regionInfoProvider) !== null && _c !== void 0 ? _c : defaultRegionInfoProvider,
|
|
10
|
+
serviceId: (_d = config === null || config === void 0 ? void 0 : config.serviceId) !== null && _d !== void 0 ? _d : "ConnectCampaigns",
|
|
11
|
+
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
12
|
+
});
|
|
13
|
+
};
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
|
|
3
|
+
import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
|
|
4
|
+
import { DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput } from "./commands/DeleteConnectInstanceConfigCommand";
|
|
5
|
+
import { DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput } from "./commands/DeleteInstanceOnboardingJobCommand";
|
|
6
|
+
import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
|
|
7
|
+
import { GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput } from "./commands/GetCampaignStateBatchCommand";
|
|
8
|
+
import { GetCampaignStateCommandInput, GetCampaignStateCommandOutput } from "./commands/GetCampaignStateCommand";
|
|
9
|
+
import { GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput } from "./commands/GetConnectInstanceConfigCommand";
|
|
10
|
+
import { GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput } from "./commands/GetInstanceOnboardingJobStatusCommand";
|
|
11
|
+
import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
|
|
12
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
13
|
+
import { PauseCampaignCommandInput, PauseCampaignCommandOutput } from "./commands/PauseCampaignCommand";
|
|
14
|
+
import { PutDialRequestBatchCommandInput, PutDialRequestBatchCommandOutput } from "./commands/PutDialRequestBatchCommand";
|
|
15
|
+
import { ResumeCampaignCommandInput, ResumeCampaignCommandOutput } from "./commands/ResumeCampaignCommand";
|
|
16
|
+
import { StartCampaignCommandInput, StartCampaignCommandOutput } from "./commands/StartCampaignCommand";
|
|
17
|
+
import { StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput } from "./commands/StartInstanceOnboardingJobCommand";
|
|
18
|
+
import { StopCampaignCommandInput, StopCampaignCommandOutput } from "./commands/StopCampaignCommand";
|
|
19
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
20
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
21
|
+
import { UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput } from "./commands/UpdateCampaignDialerConfigCommand";
|
|
22
|
+
import { UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput } from "./commands/UpdateCampaignNameCommand";
|
|
23
|
+
import { UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput } from "./commands/UpdateCampaignOutboundCallConfigCommand";
|
|
24
|
+
import { ConnectCampaignsClient } from "./ConnectCampaignsClient";
|
|
25
|
+
/**
|
|
26
|
+
* Provide APIs to create and manage Amazon Connect Campaigns.
|
|
27
|
+
*/
|
|
28
|
+
export declare class ConnectCampaigns extends ConnectCampaignsClient {
|
|
29
|
+
/**
|
|
30
|
+
* Creates a campaign for the specified Amazon Connect account. This API is idempotent.
|
|
31
|
+
*/
|
|
32
|
+
createCampaign(args: CreateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<CreateCampaignCommandOutput>;
|
|
33
|
+
createCampaign(args: CreateCampaignCommandInput, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
|
|
34
|
+
createCampaign(args: CreateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
|
|
35
|
+
/**
|
|
36
|
+
* Deletes a campaign from the specified Amazon Connect account.
|
|
37
|
+
*/
|
|
38
|
+
deleteCampaign(args: DeleteCampaignCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCampaignCommandOutput>;
|
|
39
|
+
deleteCampaign(args: DeleteCampaignCommandInput, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
|
|
40
|
+
deleteCampaign(args: DeleteCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
|
|
41
|
+
/**
|
|
42
|
+
* Deletes a connect instance config from the specified AWS account.
|
|
43
|
+
*/
|
|
44
|
+
deleteConnectInstanceConfig(args: DeleteConnectInstanceConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectInstanceConfigCommandOutput>;
|
|
45
|
+
deleteConnectInstanceConfig(args: DeleteConnectInstanceConfigCommandInput, cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void): void;
|
|
46
|
+
deleteConnectInstanceConfig(args: DeleteConnectInstanceConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectInstanceConfigCommandOutput) => void): void;
|
|
47
|
+
/**
|
|
48
|
+
* Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.
|
|
49
|
+
*/
|
|
50
|
+
deleteInstanceOnboardingJob(args: DeleteInstanceOnboardingJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceOnboardingJobCommandOutput>;
|
|
51
|
+
deleteInstanceOnboardingJob(args: DeleteInstanceOnboardingJobCommandInput, cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void): void;
|
|
52
|
+
deleteInstanceOnboardingJob(args: DeleteInstanceOnboardingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceOnboardingJobCommandOutput) => void): void;
|
|
53
|
+
/**
|
|
54
|
+
* Describes the specific campaign.
|
|
55
|
+
*/
|
|
56
|
+
describeCampaign(args: DescribeCampaignCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCampaignCommandOutput>;
|
|
57
|
+
describeCampaign(args: DescribeCampaignCommandInput, cb: (err: any, data?: DescribeCampaignCommandOutput) => void): void;
|
|
58
|
+
describeCampaign(args: DescribeCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCampaignCommandOutput) => void): void;
|
|
59
|
+
/**
|
|
60
|
+
* Get state of a campaign for the specified Amazon Connect account.
|
|
61
|
+
*/
|
|
62
|
+
getCampaignState(args: GetCampaignStateCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignStateCommandOutput>;
|
|
63
|
+
getCampaignState(args: GetCampaignStateCommandInput, cb: (err: any, data?: GetCampaignStateCommandOutput) => void): void;
|
|
64
|
+
getCampaignState(args: GetCampaignStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignStateCommandOutput) => void): void;
|
|
65
|
+
/**
|
|
66
|
+
* Get state of campaigns for the specified Amazon Connect account.
|
|
67
|
+
*/
|
|
68
|
+
getCampaignStateBatch(args: GetCampaignStateBatchCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignStateBatchCommandOutput>;
|
|
69
|
+
getCampaignStateBatch(args: GetCampaignStateBatchCommandInput, cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void): void;
|
|
70
|
+
getCampaignStateBatch(args: GetCampaignStateBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignStateBatchCommandOutput) => void): void;
|
|
71
|
+
/**
|
|
72
|
+
* Get the specific Connect instance config.
|
|
73
|
+
*/
|
|
74
|
+
getConnectInstanceConfig(args: GetConnectInstanceConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectInstanceConfigCommandOutput>;
|
|
75
|
+
getConnectInstanceConfig(args: GetConnectInstanceConfigCommandInput, cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void): void;
|
|
76
|
+
getConnectInstanceConfig(args: GetConnectInstanceConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectInstanceConfigCommandOutput) => void): void;
|
|
77
|
+
/**
|
|
78
|
+
* Get the specific instance onboarding job status.
|
|
79
|
+
*/
|
|
80
|
+
getInstanceOnboardingJobStatus(args: GetInstanceOnboardingJobStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceOnboardingJobStatusCommandOutput>;
|
|
81
|
+
getInstanceOnboardingJobStatus(args: GetInstanceOnboardingJobStatusCommandInput, cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void): void;
|
|
82
|
+
getInstanceOnboardingJobStatus(args: GetInstanceOnboardingJobStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceOnboardingJobStatusCommandOutput) => void): void;
|
|
83
|
+
/**
|
|
84
|
+
* Provides summary information about the campaigns under the specified Amazon Connect account.
|
|
85
|
+
*/
|
|
86
|
+
listCampaigns(args: ListCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<ListCampaignsCommandOutput>;
|
|
87
|
+
listCampaigns(args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
88
|
+
listCampaigns(args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
89
|
+
/**
|
|
90
|
+
* List tags for a resource.
|
|
91
|
+
*/
|
|
92
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
93
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
94
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
95
|
+
/**
|
|
96
|
+
* Pauses a campaign for the specified Amazon Connect account.
|
|
97
|
+
*/
|
|
98
|
+
pauseCampaign(args: PauseCampaignCommandInput, options?: __HttpHandlerOptions): Promise<PauseCampaignCommandOutput>;
|
|
99
|
+
pauseCampaign(args: PauseCampaignCommandInput, cb: (err: any, data?: PauseCampaignCommandOutput) => void): void;
|
|
100
|
+
pauseCampaign(args: PauseCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PauseCampaignCommandOutput) => void): void;
|
|
101
|
+
/**
|
|
102
|
+
* Creates dials requests for the specified campaign Amazon Connect account. This API is idempotent.
|
|
103
|
+
*/
|
|
104
|
+
putDialRequestBatch(args: PutDialRequestBatchCommandInput, options?: __HttpHandlerOptions): Promise<PutDialRequestBatchCommandOutput>;
|
|
105
|
+
putDialRequestBatch(args: PutDialRequestBatchCommandInput, cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void): void;
|
|
106
|
+
putDialRequestBatch(args: PutDialRequestBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDialRequestBatchCommandOutput) => void): void;
|
|
107
|
+
/**
|
|
108
|
+
* Stops a campaign for the specified Amazon Connect account.
|
|
109
|
+
*/
|
|
110
|
+
resumeCampaign(args: ResumeCampaignCommandInput, options?: __HttpHandlerOptions): Promise<ResumeCampaignCommandOutput>;
|
|
111
|
+
resumeCampaign(args: ResumeCampaignCommandInput, cb: (err: any, data?: ResumeCampaignCommandOutput) => void): void;
|
|
112
|
+
resumeCampaign(args: ResumeCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeCampaignCommandOutput) => void): void;
|
|
113
|
+
/**
|
|
114
|
+
* Starts a campaign for the specified Amazon Connect account.
|
|
115
|
+
*/
|
|
116
|
+
startCampaign(args: StartCampaignCommandInput, options?: __HttpHandlerOptions): Promise<StartCampaignCommandOutput>;
|
|
117
|
+
startCampaign(args: StartCampaignCommandInput, cb: (err: any, data?: StartCampaignCommandOutput) => void): void;
|
|
118
|
+
startCampaign(args: StartCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCampaignCommandOutput) => void): void;
|
|
119
|
+
/**
|
|
120
|
+
* Onboard the specific Amazon Connect instance to Connect Campaigns.
|
|
121
|
+
*/
|
|
122
|
+
startInstanceOnboardingJob(args: StartInstanceOnboardingJobCommandInput, options?: __HttpHandlerOptions): Promise<StartInstanceOnboardingJobCommandOutput>;
|
|
123
|
+
startInstanceOnboardingJob(args: StartInstanceOnboardingJobCommandInput, cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void): void;
|
|
124
|
+
startInstanceOnboardingJob(args: StartInstanceOnboardingJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInstanceOnboardingJobCommandOutput) => void): void;
|
|
125
|
+
/**
|
|
126
|
+
* Stops a campaign for the specified Amazon Connect account.
|
|
127
|
+
*/
|
|
128
|
+
stopCampaign(args: StopCampaignCommandInput, options?: __HttpHandlerOptions): Promise<StopCampaignCommandOutput>;
|
|
129
|
+
stopCampaign(args: StopCampaignCommandInput, cb: (err: any, data?: StopCampaignCommandOutput) => void): void;
|
|
130
|
+
stopCampaign(args: StopCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCampaignCommandOutput) => void): void;
|
|
131
|
+
/**
|
|
132
|
+
* Tag a resource.
|
|
133
|
+
*/
|
|
134
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
135
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
136
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
137
|
+
/**
|
|
138
|
+
* Untag a resource.
|
|
139
|
+
*/
|
|
140
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
141
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
142
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
143
|
+
/**
|
|
144
|
+
* Updates the dialer config of a campaign. This API is idempotent.
|
|
145
|
+
*/
|
|
146
|
+
updateCampaignDialerConfig(args: UpdateCampaignDialerConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignDialerConfigCommandOutput>;
|
|
147
|
+
updateCampaignDialerConfig(args: UpdateCampaignDialerConfigCommandInput, cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void): void;
|
|
148
|
+
updateCampaignDialerConfig(args: UpdateCampaignDialerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignDialerConfigCommandOutput) => void): void;
|
|
149
|
+
/**
|
|
150
|
+
* Updates the name of a campaign. This API is idempotent.
|
|
151
|
+
*/
|
|
152
|
+
updateCampaignName(args: UpdateCampaignNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignNameCommandOutput>;
|
|
153
|
+
updateCampaignName(args: UpdateCampaignNameCommandInput, cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void): void;
|
|
154
|
+
updateCampaignName(args: UpdateCampaignNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignNameCommandOutput) => void): void;
|
|
155
|
+
/**
|
|
156
|
+
* Updates the outbound call config of a campaign. This API is idempotent.
|
|
157
|
+
*/
|
|
158
|
+
updateCampaignOutboundCallConfig(args: UpdateCampaignOutboundCallConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignOutboundCallConfigCommandOutput>;
|
|
159
|
+
updateCampaignOutboundCallConfig(args: UpdateCampaignOutboundCallConfigCommandInput, cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void): void;
|
|
160
|
+
updateCampaignOutboundCallConfig(args: UpdateCampaignOutboundCallConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignOutboundCallConfigCommandOutput) => void): void;
|
|
161
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
|
|
10
|
+
import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
|
|
11
|
+
import { DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput } from "./commands/DeleteConnectInstanceConfigCommand";
|
|
12
|
+
import { DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput } from "./commands/DeleteInstanceOnboardingJobCommand";
|
|
13
|
+
import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
|
|
14
|
+
import { GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput } from "./commands/GetCampaignStateBatchCommand";
|
|
15
|
+
import { GetCampaignStateCommandInput, GetCampaignStateCommandOutput } from "./commands/GetCampaignStateCommand";
|
|
16
|
+
import { GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput } from "./commands/GetConnectInstanceConfigCommand";
|
|
17
|
+
import { GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput } from "./commands/GetInstanceOnboardingJobStatusCommand";
|
|
18
|
+
import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
|
|
19
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
20
|
+
import { PauseCampaignCommandInput, PauseCampaignCommandOutput } from "./commands/PauseCampaignCommand";
|
|
21
|
+
import { PutDialRequestBatchCommandInput, PutDialRequestBatchCommandOutput } from "./commands/PutDialRequestBatchCommand";
|
|
22
|
+
import { ResumeCampaignCommandInput, ResumeCampaignCommandOutput } from "./commands/ResumeCampaignCommand";
|
|
23
|
+
import { StartCampaignCommandInput, StartCampaignCommandOutput } from "./commands/StartCampaignCommand";
|
|
24
|
+
import { StartInstanceOnboardingJobCommandInput, StartInstanceOnboardingJobCommandOutput } from "./commands/StartInstanceOnboardingJobCommand";
|
|
25
|
+
import { StopCampaignCommandInput, StopCampaignCommandOutput } from "./commands/StopCampaignCommand";
|
|
26
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
27
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
28
|
+
import { UpdateCampaignDialerConfigCommandInput, UpdateCampaignDialerConfigCommandOutput } from "./commands/UpdateCampaignDialerConfigCommand";
|
|
29
|
+
import { UpdateCampaignNameCommandInput, UpdateCampaignNameCommandOutput } from "./commands/UpdateCampaignNameCommand";
|
|
30
|
+
import { UpdateCampaignOutboundCallConfigCommandInput, UpdateCampaignOutboundCallConfigCommandOutput } from "./commands/UpdateCampaignOutboundCallConfigCommand";
|
|
31
|
+
export declare type ServiceInputTypes = CreateCampaignCommandInput | DeleteCampaignCommandInput | DeleteConnectInstanceConfigCommandInput | DeleteInstanceOnboardingJobCommandInput | DescribeCampaignCommandInput | GetCampaignStateBatchCommandInput | GetCampaignStateCommandInput | GetConnectInstanceConfigCommandInput | GetInstanceOnboardingJobStatusCommandInput | ListCampaignsCommandInput | ListTagsForResourceCommandInput | PauseCampaignCommandInput | PutDialRequestBatchCommandInput | ResumeCampaignCommandInput | StartCampaignCommandInput | StartInstanceOnboardingJobCommandInput | StopCampaignCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCampaignDialerConfigCommandInput | UpdateCampaignNameCommandInput | UpdateCampaignOutboundCallConfigCommandInput;
|
|
32
|
+
export declare type ServiceOutputTypes = CreateCampaignCommandOutput | DeleteCampaignCommandOutput | DeleteConnectInstanceConfigCommandOutput | DeleteInstanceOnboardingJobCommandOutput | DescribeCampaignCommandOutput | GetCampaignStateBatchCommandOutput | GetCampaignStateCommandOutput | GetConnectInstanceConfigCommandOutput | GetInstanceOnboardingJobStatusCommandOutput | ListCampaignsCommandOutput | ListTagsForResourceCommandOutput | PauseCampaignCommandOutput | PutDialRequestBatchCommandOutput | ResumeCampaignCommandOutput | StartCampaignCommandOutput | StartInstanceOnboardingJobCommandOutput | StopCampaignCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCampaignDialerConfigCommandOutput | UpdateCampaignNameCommandOutput | UpdateCampaignOutboundCallConfigCommandOutput;
|
|
33
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
34
|
+
/**
|
|
35
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
36
|
+
*/
|
|
37
|
+
requestHandler?: __HttpHandler;
|
|
38
|
+
/**
|
|
39
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
40
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
41
|
+
* @internal
|
|
42
|
+
*/
|
|
43
|
+
sha256?: __HashConstructor;
|
|
44
|
+
/**
|
|
45
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
46
|
+
* @internal
|
|
47
|
+
*/
|
|
48
|
+
urlParser?: __UrlParser;
|
|
49
|
+
/**
|
|
50
|
+
* A function that can calculate the length of a request body.
|
|
51
|
+
* @internal
|
|
52
|
+
*/
|
|
53
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
54
|
+
/**
|
|
55
|
+
* A function that converts a stream into an array of bytes.
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
58
|
+
streamCollector?: __StreamCollector;
|
|
59
|
+
/**
|
|
60
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
63
|
+
base64Decoder?: __Decoder;
|
|
64
|
+
/**
|
|
65
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
base64Encoder?: __Encoder;
|
|
69
|
+
/**
|
|
70
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
73
|
+
utf8Decoder?: __Decoder;
|
|
74
|
+
/**
|
|
75
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
utf8Encoder?: __Encoder;
|
|
79
|
+
/**
|
|
80
|
+
* The runtime environment.
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
83
|
+
runtime?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
86
|
+
* trait of an operation.
|
|
87
|
+
*/
|
|
88
|
+
disableHostPrefix?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
91
|
+
*/
|
|
92
|
+
maxAttempts?: number | __Provider<number>;
|
|
93
|
+
/**
|
|
94
|
+
* Specifies which retry algorithm to use.
|
|
95
|
+
*/
|
|
96
|
+
retryMode?: string | __Provider<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Optional logger for logging debug/info/warn/error.
|
|
99
|
+
*/
|
|
100
|
+
logger?: __Logger;
|
|
101
|
+
/**
|
|
102
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
103
|
+
*/
|
|
104
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* Enables FIPS compatible endpoints.
|
|
107
|
+
*/
|
|
108
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
109
|
+
/**
|
|
110
|
+
* Unique service identifier.
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
serviceId?: string;
|
|
114
|
+
/**
|
|
115
|
+
* The AWS region to which this client will send requests
|
|
116
|
+
*/
|
|
117
|
+
region?: string | __Provider<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Default credentials provider; Not available in browser runtime.
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
123
|
+
/**
|
|
124
|
+
* Fetch related hostname, signing name or signing region with given region.
|
|
125
|
+
* @internal
|
|
126
|
+
*/
|
|
127
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
128
|
+
/**
|
|
129
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
132
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
133
|
+
/**
|
|
134
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
135
|
+
*/
|
|
136
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
137
|
+
}
|
|
138
|
+
declare type ConnectCampaignsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
139
|
+
/**
|
|
140
|
+
* The configuration interface of ConnectCampaignsClient class constructor that set the region, credentials and other options.
|
|
141
|
+
*/
|
|
142
|
+
export interface ConnectCampaignsClientConfig extends ConnectCampaignsClientConfigType {
|
|
143
|
+
}
|
|
144
|
+
declare type ConnectCampaignsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
145
|
+
/**
|
|
146
|
+
* The resolved configuration interface of ConnectCampaignsClient class. This is resolved and normalized from the {@link ConnectCampaignsClientConfig | constructor configuration interface}.
|
|
147
|
+
*/
|
|
148
|
+
export interface ConnectCampaignsClientResolvedConfig extends ConnectCampaignsClientResolvedConfigType {
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Provide APIs to create and manage Amazon Connect Campaigns.
|
|
152
|
+
*/
|
|
153
|
+
export declare class ConnectCampaignsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectCampaignsClientResolvedConfig> {
|
|
154
|
+
/**
|
|
155
|
+
* The resolved configuration of ConnectCampaignsClient class. This is resolved and normalized from the {@link ConnectCampaignsClientConfig | constructor configuration interface}.
|
|
156
|
+
*/
|
|
157
|
+
readonly config: ConnectCampaignsClientResolvedConfig;
|
|
158
|
+
constructor(configuration: ConnectCampaignsClientConfig);
|
|
159
|
+
/**
|
|
160
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
161
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
162
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
163
|
+
*/
|
|
164
|
+
destroy(): void;
|
|
165
|
+
}
|
|
166
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
4
|
+
import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateCampaignCommandInput extends CreateCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Creates a campaign for the specified Amazon Connect account. This API is idempotent.
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectCampaignsClient, CreateCampaignCommand } from "@aws-sdk/client-connectcampaigns"; // ES Modules import
|
|
15
|
+
* // const { ConnectCampaignsClient, CreateCampaignCommand } = require("@aws-sdk/client-connectcampaigns"); // CommonJS import
|
|
16
|
+
* const client = new ConnectCampaignsClient(config);
|
|
17
|
+
* const command = new CreateCampaignCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateCampaignCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateCampaignCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateCampaignCommandInput;
|
|
28
|
+
constructor(input: CreateCampaignCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCampaignCommandInput, CreateCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
4
|
+
import { DeleteCampaignRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCampaignCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Deletes a campaign from the specified Amazon Connect account.
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectCampaignsClient, DeleteCampaignCommand } from "@aws-sdk/client-connectcampaigns"; // ES Modules import
|
|
15
|
+
* // const { ConnectCampaignsClient, DeleteCampaignCommand } = require("@aws-sdk/client-connectcampaigns"); // CommonJS import
|
|
16
|
+
* const client = new ConnectCampaignsClient(config);
|
|
17
|
+
* const command = new DeleteCampaignCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteCampaignCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteCampaignCommandInput;
|
|
28
|
+
constructor(input: DeleteCampaignCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
4
|
+
import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteConnectInstanceConfigCommandInput extends DeleteConnectInstanceConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteConnectInstanceConfigCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Deletes a connect instance config from the specified AWS account.
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectCampaignsClient, DeleteConnectInstanceConfigCommand } from "@aws-sdk/client-connectcampaigns"; // ES Modules import
|
|
15
|
+
* // const { ConnectCampaignsClient, DeleteConnectInstanceConfigCommand } = require("@aws-sdk/client-connectcampaigns"); // CommonJS import
|
|
16
|
+
* const client = new ConnectCampaignsClient(config);
|
|
17
|
+
* const command = new DeleteConnectInstanceConfigCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteConnectInstanceConfigCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteConnectInstanceConfigCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteConnectInstanceConfigCommand extends $Command<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteConnectInstanceConfigCommandInput;
|
|
28
|
+
constructor(input: DeleteConnectInstanceConfigCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
4
|
+
import { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteInstanceOnboardingJobCommandInput extends DeleteInstanceOnboardingJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteInstanceOnboardingJobCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectCampaignsClient, DeleteInstanceOnboardingJobCommand } from "@aws-sdk/client-connectcampaigns"; // ES Modules import
|
|
15
|
+
* // const { ConnectCampaignsClient, DeleteInstanceOnboardingJobCommand } = require("@aws-sdk/client-connectcampaigns"); // CommonJS import
|
|
16
|
+
* const client = new ConnectCampaignsClient(config);
|
|
17
|
+
* const command = new DeleteInstanceOnboardingJobCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteInstanceOnboardingJobCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteInstanceOnboardingJobCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteInstanceOnboardingJobCommand extends $Command<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteInstanceOnboardingJobCommandInput;
|
|
28
|
+
constructor(input: DeleteInstanceOnboardingJobCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
4
|
+
import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Describes the specific campaign.
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectCampaignsClient, DescribeCampaignCommand } from "@aws-sdk/client-connectcampaigns"; // ES Modules import
|
|
15
|
+
* // const { ConnectCampaignsClient, DescribeCampaignCommand } = require("@aws-sdk/client-connectcampaigns"); // CommonJS import
|
|
16
|
+
* const client = new ConnectCampaignsClient(config);
|
|
17
|
+
* const command = new DescribeCampaignCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeCampaignCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeCampaignCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectCampaignsClientResolvedConfig | config} for ConnectCampaignsClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeCampaignCommandInput;
|
|
28
|
+
constructor(input: DescribeCampaignCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectCampaignsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCampaignCommandInput, DescribeCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|