@aws-sdk/client-connectcampaigns 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 +60 -61
- package/dist-cjs/models/ConnectCampaignsServiceException.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-es/ConnectCampaigns.js +1 -1
- package/dist-es/ConnectCampaignsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.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/GetInstanceOnboardingJobStatusCommand.js +2 -2
- package/dist-es/commands/ListCampaignsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PauseCampaignCommand.js +2 -2
- package/dist-es/commands/PutDialRequestBatchCommand.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/UpdateCampaignDialerConfigCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignNameCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ConnectCampaignsServiceException.js +1 -1
- 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-types/ConnectCampaignsClient.d.ts +5 -5
- package/dist-types/commands/CreateCampaignCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCampaignCommand.d.ts +6 -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/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListCampaignsCommand.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/PutDialRequestBatchCommand.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/UpdateCampaignDialerConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.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/ConnectCampaignsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -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/ConnectCampaignsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.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/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCampaignsCommand.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/PutDialRequestBatchCommand.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/UpdateCampaignDialerConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.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/ConnectCampaignsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- 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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetCampaignStateCommandOutput
|
|
|
18
18
|
declare const GetCampaignStateCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetCampaignStateCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetCampaignStateCommandInput,
|
|
23
23
|
GetCampaignStateCommandOutput,
|
|
24
24
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetCampaignStateCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetCampaignStateCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetCampaignStateCommandInput,
|
|
32
32
|
GetCampaignStateCommandOutput,
|
|
33
33
|
ConnectCampaignsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetConnectInstanceConfigCommandOutput
|
|
|
19
19
|
declare const GetConnectInstanceConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetConnectInstanceConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetConnectInstanceConfigCommandInput,
|
|
24
24
|
GetConnectInstanceConfigCommandOutput,
|
|
25
25
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetConnectInstanceConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetConnectInstanceConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetConnectInstanceConfigCommandInput,
|
|
33
33
|
GetConnectInstanceConfigCommandOutput,
|
|
34
34
|
ConnectCampaignsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetInstanceOnboardingJobStatusCommandOutput
|
|
|
19
19
|
declare const GetInstanceOnboardingJobStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetInstanceOnboardingJobStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetInstanceOnboardingJobStatusCommandInput,
|
|
24
24
|
GetInstanceOnboardingJobStatusCommandOutput,
|
|
25
25
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetInstanceOnboardingJobStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetInstanceOnboardingJobStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetInstanceOnboardingJobStatusCommandInput,
|
|
33
33
|
GetInstanceOnboardingJobStatusCommandOutput,
|
|
34
34
|
ConnectCampaignsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListCampaignsCommandOutput
|
|
|
18
18
|
declare const ListCampaignsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListCampaignsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListCampaignsCommandInput,
|
|
23
23
|
ListCampaignsCommandOutput,
|
|
24
24
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListCampaignsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListCampaignsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListCampaignsCommandInput,
|
|
32
32
|
ListCampaignsCommandOutput,
|
|
33
33
|
ConnectCampaignsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
ConnectCampaignsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface PauseCampaignCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const PauseCampaignCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: PauseCampaignCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
PauseCampaignCommandInput,
|
|
18
18
|
PauseCampaignCommandOutput,
|
|
19
19
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const PauseCampaignCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: PauseCampaignCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
PauseCampaignCommandInput,
|
|
27
27
|
PauseCampaignCommandOutput,
|
|
28
28
|
ConnectCampaignsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutDialRequestBatchCommandOutput
|
|
|
19
19
|
declare const PutDialRequestBatchCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutDialRequestBatchCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutDialRequestBatchCommandInput,
|
|
24
24
|
PutDialRequestBatchCommandOutput,
|
|
25
25
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutDialRequestBatchCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutDialRequestBatchCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutDialRequestBatchCommandInput,
|
|
33
33
|
PutDialRequestBatchCommandOutput,
|
|
34
34
|
ConnectCampaignsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface ResumeCampaignCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const ResumeCampaignCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: ResumeCampaignCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
ResumeCampaignCommandInput,
|
|
18
18
|
ResumeCampaignCommandOutput,
|
|
19
19
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const ResumeCampaignCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: ResumeCampaignCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
ResumeCampaignCommandInput,
|
|
27
27
|
ResumeCampaignCommandOutput,
|
|
28
28
|
ConnectCampaignsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface StartCampaignCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const StartCampaignCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: StartCampaignCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
StartCampaignCommandInput,
|
|
18
18
|
StartCampaignCommandOutput,
|
|
19
19
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const StartCampaignCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: StartCampaignCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
StartCampaignCommandInput,
|
|
27
27
|
StartCampaignCommandOutput,
|
|
28
28
|
ConnectCampaignsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class StartCampaignCommand extends StartCampaignCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartInstanceOnboardingJobCommandOutput
|
|
|
19
19
|
declare const StartInstanceOnboardingJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartInstanceOnboardingJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartInstanceOnboardingJobCommandInput,
|
|
24
24
|
StartInstanceOnboardingJobCommandOutput,
|
|
25
25
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartInstanceOnboardingJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartInstanceOnboardingJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartInstanceOnboardingJobCommandInput,
|
|
33
33
|
StartInstanceOnboardingJobCommandOutput,
|
|
34
34
|
ConnectCampaignsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface StopCampaignCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const StopCampaignCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: StopCampaignCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
StopCampaignCommandInput,
|
|
18
18
|
StopCampaignCommandOutput,
|
|
19
19
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const StopCampaignCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: StopCampaignCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
StopCampaignCommandInput,
|
|
27
27
|
StopCampaignCommandOutput,
|
|
28
28
|
ConnectCampaignsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class StopCampaignCommand extends StopCampaignCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const TagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: TagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
TagResourceCommandInput,
|
|
18
18
|
TagResourceCommandOutput,
|
|
19
19
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: TagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
TagResourceCommandInput,
|
|
27
27
|
TagResourceCommandOutput,
|
|
28
28
|
ConnectCampaignsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UntagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UntagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UntagResourceCommandInput,
|
|
18
18
|
UntagResourceCommandOutput,
|
|
19
19
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UntagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UntagResourceCommandInput,
|
|
27
27
|
UntagResourceCommandOutput,
|
|
28
28
|
ConnectCampaignsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateCampaignDialerConfigCommandOutput
|
|
|
15
15
|
declare const UpdateCampaignDialerConfigCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCampaignDialerConfigCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCampaignDialerConfigCommandInput,
|
|
20
20
|
UpdateCampaignDialerConfigCommandOutput,
|
|
21
21
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCampaignDialerConfigCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCampaignDialerConfigCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCampaignDialerConfigCommandInput,
|
|
29
29
|
UpdateCampaignDialerConfigCommandOutput,
|
|
30
30
|
ConnectCampaignsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const UpdateCampaignNameCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: UpdateCampaignNameCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
UpdateCampaignNameCommandInput,
|
|
19
19
|
UpdateCampaignNameCommandOutput,
|
|
20
20
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const UpdateCampaignNameCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: UpdateCampaignNameCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
UpdateCampaignNameCommandInput,
|
|
28
28
|
UpdateCampaignNameCommandOutput,
|
|
29
29
|
ConnectCampaignsClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateCampaignOutboundCallConfigCommandOutput
|
|
|
15
15
|
declare const UpdateCampaignOutboundCallConfigCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCampaignOutboundCallConfigCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCampaignOutboundCallConfigCommandInput,
|
|
20
20
|
UpdateCampaignOutboundCallConfigCommandOutput,
|
|
21
21
|
ConnectCampaignsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCampaignOutboundCallConfigCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCampaignOutboundCallConfigCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCampaignOutboundCallConfigCommandInput,
|
|
29
29
|
UpdateCampaignOutboundCallConfigCommandOutput,
|
|
30
30
|
ConnectCampaignsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ConnectCampaignsExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ConnectCampaignsServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ConnectCampaignsServiceException as __BaseException } from "./ConnectCampaignsServiceException";
|
|
3
3
|
import { CampaignState } from "./enums";
|
|
4
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider:
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
9
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
10
10
|
| Record<string, unknown>
|
|
11
|
-
| import("@smithy/
|
|
11
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
cacheMiddleware?: boolean;
|
|
14
14
|
protocol:
|
|
@@ -48,9 +48,9 @@ export declare const getRuntimeConfig: (
|
|
|
48
48
|
logger: import("@smithy/types").Logger;
|
|
49
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
50
|
defaultsMode:
|
|
51
|
-
| import("@smithy/
|
|
51
|
+
| import("@smithy/core/client").DefaultsMode
|
|
52
52
|
| import("@smithy/types").Provider<
|
|
53
|
-
import("@smithy/
|
|
53
|
+
import("@smithy/core/client").DefaultsMode
|
|
54
54
|
>;
|
|
55
55
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
56
|
userAgentAppId?:
|