@aws-sdk/client-connectcampaigns 3.337.0 → 3.341.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/ConnectCampaignsClient.js +2 -1
- package/dist-cjs/commands/CreateCampaignCommand.js +2 -1
- package/dist-cjs/commands/DeleteCampaignCommand.js +2 -1
- package/dist-cjs/commands/DeleteConnectInstanceConfigCommand.js +2 -1
- package/dist-cjs/commands/DeleteInstanceOnboardingJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeCampaignCommand.js +2 -1
- package/dist-cjs/commands/GetCampaignStateBatchCommand.js +2 -1
- package/dist-cjs/commands/GetCampaignStateCommand.js +2 -1
- package/dist-cjs/commands/GetConnectInstanceConfigCommand.js +2 -1
- package/dist-cjs/commands/GetInstanceOnboardingJobStatusCommand.js +2 -1
- package/dist-cjs/commands/ListCampaignsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PauseCampaignCommand.js +2 -1
- package/dist-cjs/commands/PutDialRequestBatchCommand.js +2 -1
- package/dist-cjs/commands/ResumeCampaignCommand.js +2 -1
- package/dist-cjs/commands/StartCampaignCommand.js +2 -1
- package/dist-cjs/commands/StartInstanceOnboardingJobCommand.js +2 -1
- package/dist-cjs/commands/StopCampaignCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCampaignDialerConfigCommand.js +2 -1
- package/dist-cjs/commands/UpdateCampaignNameCommand.js +2 -1
- package/dist-cjs/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ConnectCampaignsServiceException.js +2 -1
- package/dist-es/ConnectCampaignsClient.js +1 -0
- package/dist-es/commands/CreateCampaignCommand.js +1 -0
- package/dist-es/commands/DeleteCampaignCommand.js +1 -0
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +1 -0
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +1 -0
- package/dist-es/commands/DescribeCampaignCommand.js +1 -0
- package/dist-es/commands/GetCampaignStateBatchCommand.js +1 -0
- package/dist-es/commands/GetCampaignStateCommand.js +1 -0
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +1 -0
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +1 -0
- package/dist-es/commands/ListCampaignsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PauseCampaignCommand.js +1 -0
- package/dist-es/commands/PutDialRequestBatchCommand.js +1 -0
- package/dist-es/commands/ResumeCampaignCommand.js +1 -0
- package/dist-es/commands/StartCampaignCommand.js +1 -0
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +1 -0
- package/dist-es/commands/StopCampaignCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCampaignDialerConfigCommand.js +1 -0
- package/dist-es/commands/UpdateCampaignNameCommand.js +1 -0
- package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ConnectCampaignsServiceException.js +1 -0
- package/dist-types/ConnectCampaignsClient.d.ts +3 -3
- package/dist-types/commands/CreateCampaignCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +4 -0
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +4 -0
- package/dist-types/commands/GetCampaignStateCommand.d.ts +4 -0
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +4 -0
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +4 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PauseCampaignCommand.d.ts +4 -0
- package/dist-types/commands/PutDialRequestBatchCommand.d.ts +4 -0
- package/dist-types/commands/ResumeCampaignCommand.d.ts +4 -0
- package/dist-types/commands/StartCampaignCommand.d.ts +4 -0
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopCampaignCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/ConnectCampaignsServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { DeleteCampaignRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { GetCampaignStateBatchRequest, GetCampaignStateBatchResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { GetCampaignStateRequest, GetCampaignStateResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { GetInstanceOnboardingJobStatusRequest, GetInstanceOnboardingJobStatusResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { PauseCampaignRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { PutDialRequestBatchRequest, PutDialRequestBatchResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { ResumeCampaignRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { StartCampaignRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { StartInstanceOnboardingJobRequest, StartInstanceOnboardingJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { StopCampaignRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { TagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UntagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UpdateCampaignDialerConfigRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UpdateCampaignNameRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient";
|
|
5
5
|
import { UpdateCampaignOutboundCallConfigRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Provide APIs to create and manage Amazon Connect Campaigns.
|
|
3
|
+
*
|
|
4
|
+
* @packageDocumentation
|
|
5
|
+
*/
|
|
2
6
|
export * from "./ConnectCampaignsClient";
|
|
7
|
+
export * from "./ConnectCampaigns";
|
|
3
8
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
9
|
export * from "./pagination";
|
|
10
|
+
export * from "./models";
|
|
6
11
|
export { ConnectCampaignsServiceException } from "./models/ConnectCampaignsServiceException";
|
|
@@ -139,6 +139,7 @@ import {
|
|
|
139
139
|
ClientResolvedEndpointParameters,
|
|
140
140
|
EndpointParameters,
|
|
141
141
|
} from "./endpoint/EndpointParameters";
|
|
142
|
+
export { __Client };
|
|
142
143
|
export type ServiceInputTypes =
|
|
143
144
|
| CreateCampaignCommandInput
|
|
144
145
|
| DeleteCampaignCommandInput
|
|
@@ -209,7 +210,7 @@ export interface ClientDefaults
|
|
|
209
210
|
logger?: __Logger;
|
|
210
211
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
211
212
|
}
|
|
212
|
-
type ConnectCampaignsClientConfigType = Partial<
|
|
213
|
+
export type ConnectCampaignsClientConfigType = Partial<
|
|
213
214
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
214
215
|
> &
|
|
215
216
|
ClientDefaults &
|
|
@@ -222,7 +223,7 @@ type ConnectCampaignsClientConfigType = Partial<
|
|
|
222
223
|
ClientInputEndpointParameters;
|
|
223
224
|
export interface ConnectCampaignsClientConfig
|
|
224
225
|
extends ConnectCampaignsClientConfigType {}
|
|
225
|
-
type ConnectCampaignsClientResolvedConfigType =
|
|
226
|
+
export type ConnectCampaignsClientResolvedConfigType =
|
|
226
227
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
227
228
|
Required<ClientDefaults> &
|
|
228
229
|
RegionResolvedConfig &
|
|
@@ -244,4 +245,3 @@ export declare class ConnectCampaignsClient extends __Client<
|
|
|
244
245
|
constructor(configuration: ConnectCampaignsClientConfig);
|
|
245
246
|
destroy(): void;
|
|
246
247
|
}
|
|
247
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateCampaignRequest,
|
|
16
16
|
CreateCampaignResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
19
20
|
export interface CreateCampaignCommandOutput
|
|
20
21
|
extends CreateCampaignResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { DeleteCampaignRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
16
17
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteCampaignCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteConnectInstanceConfigCommandInput
|
|
16
17
|
extends DeleteConnectInstanceConfigRequest {}
|
|
17
18
|
export interface DeleteConnectInstanceConfigCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteInstanceOnboardingJobCommandInput
|
|
16
17
|
extends DeleteInstanceOnboardingJobRequest {}
|
|
17
18
|
export interface DeleteInstanceOnboardingJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeCampaignRequest,
|
|
16
16
|
DescribeCampaignResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
|
|
19
20
|
export interface DescribeCampaignCommandOutput
|
|
20
21
|
extends DescribeCampaignResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCampaignStateBatchRequest,
|
|
16
16
|
GetCampaignStateBatchResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCampaignStateBatchCommandInput
|
|
19
20
|
extends GetCampaignStateBatchRequest {}
|
|
20
21
|
export interface GetCampaignStateBatchCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCampaignStateRequest,
|
|
16
16
|
GetCampaignStateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCampaignStateCommandInput extends GetCampaignStateRequest {}
|
|
19
20
|
export interface GetCampaignStateCommandOutput
|
|
20
21
|
extends GetCampaignStateResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetConnectInstanceConfigRequest,
|
|
16
16
|
GetConnectInstanceConfigResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetConnectInstanceConfigCommandInput
|
|
19
20
|
extends GetConnectInstanceConfigRequest {}
|
|
20
21
|
export interface GetConnectInstanceConfigCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetInstanceOnboardingJobStatusRequest,
|
|
16
16
|
GetInstanceOnboardingJobStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetInstanceOnboardingJobStatusCommandInput
|
|
19
20
|
extends GetInstanceOnboardingJobStatusRequest {}
|
|
20
21
|
export interface GetInstanceOnboardingJobStatusCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCampaignsRequest,
|
|
16
16
|
ListCampaignsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
|
|
19
20
|
export interface ListCampaignsCommandOutput
|
|
20
21
|
extends ListCampaignsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { PauseCampaignRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PauseCampaignCommandInput extends PauseCampaignRequest {}
|
|
16
17
|
export interface PauseCampaignCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class PauseCampaignCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutDialRequestBatchRequest,
|
|
16
16
|
PutDialRequestBatchResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutDialRequestBatchCommandInput
|
|
19
20
|
extends PutDialRequestBatchRequest {}
|
|
20
21
|
export interface PutDialRequestBatchCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { ResumeCampaignRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ResumeCampaignCommandInput extends ResumeCampaignRequest {}
|
|
16
17
|
export interface ResumeCampaignCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class ResumeCampaignCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { StartCampaignRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartCampaignCommandInput extends StartCampaignRequest {}
|
|
16
17
|
export interface StartCampaignCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class StartCampaignCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartInstanceOnboardingJobRequest,
|
|
16
16
|
StartInstanceOnboardingJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartInstanceOnboardingJobCommandInput
|
|
19
20
|
extends StartInstanceOnboardingJobRequest {}
|
|
20
21
|
export interface StartInstanceOnboardingJobCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { StopCampaignRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopCampaignCommandInput extends StopCampaignRequest {}
|
|
16
17
|
export interface StopCampaignCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class StopCampaignCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { TagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class TagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { UntagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
16
17
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UntagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { UpdateCampaignDialerConfigRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateCampaignDialerConfigCommandInput
|
|
16
17
|
extends UpdateCampaignDialerConfigRequest {}
|
|
17
18
|
export interface UpdateCampaignDialerConfigCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { UpdateCampaignNameRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateCampaignNameCommandInput
|
|
16
17
|
extends UpdateCampaignNameRequest {}
|
|
17
18
|
export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCampaignsClient";
|
|
14
14
|
import { UpdateCampaignOutboundCallConfigRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateCampaignOutboundCallConfigCommandInput
|
|
16
17
|
extends UpdateCampaignOutboundCallConfigRequest {}
|
|
17
18
|
export interface UpdateCampaignOutboundCallConfigCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./ConnectCampaigns";
|
|
2
1
|
export * from "./ConnectCampaignsClient";
|
|
2
|
+
export * from "./ConnectCampaigns";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { ConnectCampaignsServiceException } from "./models/ConnectCampaignsServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class ConnectCampaignsServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcampaigns",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcampaigns Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|