@aws-sdk/client-connectcampaignsv2 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +95 -91
- package/dist-cjs/models/ConnectCampaignsV2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +3 -2
- package/dist-es/ConnectCampaignsV2.js +1 -1
- package/dist-es/ConnectCampaignsV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +2 -2
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -2
- package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -2
- package/dist-es/commands/DescribeCampaignCommand.js +2 -2
- package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -2
- package/dist-es/commands/GetCampaignStateCommand.js +2 -2
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -2
- package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -2
- package/dist-es/commands/ListCampaignsCommand.js +2 -2
- package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PauseCampaignCommand.js +2 -2
- package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +2 -2
- package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/PutOutboundRequestBatchCommand.js +2 -2
- package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +2 -2
- package/dist-es/commands/ResumeCampaignCommand.js +2 -2
- package/dist-es/commands/StartCampaignCommand.js +2 -2
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -2
- package/dist-es/commands/StopCampaignCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignNameCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignScheduleCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignSourceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ConnectCampaignsV2ServiceException.js +1 -1
- package/dist-es/models/enums.js +4 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +3 -2
- package/dist-types/ConnectCampaignsV2Client.d.ts +5 -5
- package/dist-types/commands/CreateCampaignCommand.d.ts +7 -4
- package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCampaignCommand.d.ts +7 -4
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +6 -4
- package/dist-types/commands/GetCampaignStateCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListCampaignsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PauseCampaignCommand.d.ts +6 -4
- package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/PutInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/commands/PutProfileOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/commands/ResumeCampaignCommand.d.ts +6 -4
- package/dist-types/commands/StartCampaignCommand.d.ts +6 -4
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/commands/StopCampaignCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +7 -4
- package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ConnectCampaignsV2ServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +6 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ConnectCampaignsV2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultConnectCampaignsV2HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -253,6 +253,7 @@ const _kBA = "knowledgeBaseArn";
|
|
|
253
253
|
const _l = "lambda";
|
|
254
254
|
const _lTZC = "localTimeZoneConfig";
|
|
255
255
|
const _lTZD = "localTimeZoneDetection";
|
|
256
|
+
const _lTZDS = "localTimeZoneDetectionScope";
|
|
256
257
|
const _m = "message";
|
|
257
258
|
const _mCPR = "maxCountPerRecipient";
|
|
258
259
|
const _mEC = "maxEntryCount";
|
|
@@ -651,8 +652,8 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
651
652
|
];
|
|
652
653
|
export var LocalTimeZoneConfig$ = [3, n0, _LTZC,
|
|
653
654
|
0,
|
|
654
|
-
[_dTZ, _lTZD],
|
|
655
|
-
[0, 64 | 0]
|
|
655
|
+
[_dTZ, _lTZD, _lTZDS],
|
|
656
|
+
[0, 64 | 0, 0]
|
|
656
657
|
];
|
|
657
658
|
export var OutboundRequest$ = [3, n0, _OR,
|
|
658
659
|
0,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateCampaignCommandInput extends CreateCampaignRequest {
|
|
|
22
22
|
export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCampaignCommand_base: {
|
|
25
|
-
new (input: CreateCampaignCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateCampaignCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCampaignCommandInput): import("@smithy/core/client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateCampaignCommandInput): import("@smithy/core/client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a campaign for the specified Amazon Connect account. This API is idempotent.
|
|
@@ -126,6 +128,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
126
128
|
* localTimeZoneDetection: [ // LocalTimeZoneDetection
|
|
127
129
|
* "STRING_VALUE",
|
|
128
130
|
* ],
|
|
131
|
+
* localTimeZoneDetectionScope: "STRING_VALUE",
|
|
129
132
|
* },
|
|
130
133
|
* telephony: { // TimeWindow
|
|
131
134
|
* openHours: { // OpenHours Union: only one key present
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteCampaignChannelSubtypeConfigRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCampaignChannelSubtypeConfigCommandInput extends DeleteCa
|
|
|
22
22
|
export interface DeleteCampaignChannelSubtypeConfigCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCampaignChannelSubtypeConfigCommand_base: {
|
|
25
|
-
new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes the channel subtype config of a campaign. This API is idempotent.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteCampaignRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
|
|
|
22
22
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCampaignCommand_base: {
|
|
25
|
-
new (input: DeleteCampaignCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCampaignCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCampaignCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCampaignCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a campaign from the specified Amazon Connect account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteCampaignCommunicationLimitsRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCampaignCommunicationLimitsCommandInput extends DeleteCam
|
|
|
22
22
|
export interface DeleteCampaignCommunicationLimitsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCampaignCommunicationLimitsCommand_base: {
|
|
25
|
-
new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes the communication limits config for a campaign. This API is idempotent.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteCampaignCommunicationTimeRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCampaignCommunicationTimeCommandInput extends DeleteCampa
|
|
|
22
22
|
export interface DeleteCampaignCommunicationTimeCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCampaignCommunicationTimeCommand_base: {
|
|
25
|
-
new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes the communication time config for a campaign. This API is idempotent.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteCampaignEntryLimitsRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCampaignEntryLimitsCommandInput extends DeleteCampaignEnt
|
|
|
22
22
|
export interface DeleteCampaignEntryLimitsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCampaignEntryLimitsCommand_base: {
|
|
25
|
-
new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignEntryLimitsCommandInput, DeleteCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignEntryLimitsCommandInput, DeleteCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes the entry limits config for a campaign. This API is idempotent.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConnectInstanceConfigCommandInput extends DeleteConnectIn
|
|
|
22
22
|
export interface DeleteConnectInstanceConfigCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectInstanceConfigCommand_base: {
|
|
25
|
-
new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a connect instance config from the specified AWS account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteConnectInstanceIntegrationRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConnectInstanceIntegrationCommandInput extends DeleteConn
|
|
|
22
22
|
export interface DeleteConnectInstanceIntegrationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectInstanceIntegrationCommand_base: {
|
|
25
|
-
new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceIntegrationCommandInput, DeleteConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceIntegrationCommandInput, DeleteConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Delete the integration for the specified Amazon Connect instance.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteInstanceOnboardingJobCommandInput extends DeleteInstanceO
|
|
|
22
22
|
export interface DeleteInstanceOnboardingJobCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteInstanceOnboardingJobCommand_base: {
|
|
25
|
-
new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {
|
|
|
22
22
|
export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeCampaignCommand_base: {
|
|
25
|
-
new (input: DescribeCampaignCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeCampaignCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeCampaignCommandInput): import("@smithy/core/client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeCampaignCommandInput): import("@smithy/core/client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Describes the specific campaign.
|
|
@@ -134,6 +136,7 @@ declare const DescribeCampaignCommand_base: {
|
|
|
134
136
|
* // localTimeZoneDetection: [ // LocalTimeZoneDetection
|
|
135
137
|
* // "STRING_VALUE",
|
|
136
138
|
* // ],
|
|
139
|
+
* // localTimeZoneDetectionScope: "STRING_VALUE",
|
|
137
140
|
* // },
|
|
138
141
|
* // telephony: { // TimeWindow
|
|
139
142
|
* // openHours: { // OpenHours Union: only one key present
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { GetCampaignStateBatchRequest, GetCampaignStateBatchResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCampaignStateBatchCommandInput extends GetCampaignStateBatch
|
|
|
22
22
|
export interface GetCampaignStateBatchCommandOutput extends GetCampaignStateBatchResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCampaignStateBatchCommand_base: {
|
|
25
|
-
new (input: GetCampaignStateBatchCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCampaignStateBatchCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCampaignStateBatchCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCampaignStateBatchCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Get state of campaigns for the specified Amazon Connect account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { GetCampaignStateRequest, GetCampaignStateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCampaignStateCommandInput extends GetCampaignStateRequest {
|
|
|
22
22
|
export interface GetCampaignStateCommandOutput extends GetCampaignStateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCampaignStateCommand_base: {
|
|
25
|
-
new (input: GetCampaignStateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCampaignStateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCampaignStateCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCampaignStateCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Get state of a campaign for the specified Amazon Connect account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConnectInstanceConfigCommandInput extends GetConnectInstance
|
|
|
22
22
|
export interface GetConnectInstanceConfigCommandOutput extends GetConnectInstanceConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConnectInstanceConfigCommand_base: {
|
|
25
|
-
new (input: GetConnectInstanceConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConnectInstanceConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Get the specific Connect instance config.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { GetInstanceCommunicationLimitsRequest, GetInstanceCommunicationLimitsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInstanceCommunicationLimitsCommandInput extends GetInstanceC
|
|
|
22
22
|
export interface GetInstanceCommunicationLimitsCommandOutput extends GetInstanceCommunicationLimitsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInstanceCommunicationLimitsCommand_base: {
|
|
25
|
-
new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommunicationLimitsCommandInput, GetInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommunicationLimitsCommandInput, GetInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Get the instance communication limits.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { GetInstanceOnboardingJobStatusRequest, GetInstanceOnboardingJobStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInstanceOnboardingJobStatusCommandInput extends GetInstanceO
|
|
|
22
22
|
export interface GetInstanceOnboardingJobStatusCommandOutput extends GetInstanceOnboardingJobStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInstanceOnboardingJobStatusCommand_base: {
|
|
25
|
-
new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Get the specific instance onboarding job status.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCampaignsCommandInput extends ListCampaignsRequest {
|
|
|
22
22
|
export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCampaignsCommand_base: {
|
|
25
|
-
new (input: ListCampaignsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Provides summary information about the campaigns under the specified Amazon Connect account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { ListConnectInstanceIntegrationsRequest, ListConnectInstanceIntegrationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConnectInstanceIntegrationsCommandInput extends ListConnect
|
|
|
22
22
|
export interface ListConnectInstanceIntegrationsCommandOutput extends ListConnectInstanceIntegrationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConnectInstanceIntegrationsCommand_base: {
|
|
25
|
-
new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectInstanceIntegrationsCommandInput, ListConnectInstanceIntegrationsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectInstanceIntegrationsCommandInput, ListConnectInstanceIntegrationsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Provides summary information about the integration under the specified Connect instance.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List tags for a resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { PauseCampaignRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PauseCampaignCommandInput extends PauseCampaignRequest {
|
|
|
22
22
|
export interface PauseCampaignCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PauseCampaignCommand_base: {
|
|
25
|
-
new (input: PauseCampaignCommandInput): import("@smithy/
|
|
26
|
-
new (input: PauseCampaignCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Pauses a campaign for the specified Amazon Connect account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
|
|
4
4
|
import type { PutConnectInstanceIntegrationRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutConnectInstanceIntegrationCommandInput extends PutConnectIns
|
|
|
22
22
|
export interface PutConnectInstanceIntegrationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutConnectInstanceIntegrationCommand_base: {
|
|
25
|
-
new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Put or update the integration for the specified Amazon Connect instance.
|