@aws-sdk/client-connectcampaigns 3.775.0 → 3.782.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-types/commands/CreateCampaignCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignStateCommand.d.ts +1 -0
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +1 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PauseCampaignCommand.d.ts +1 -0
- package/dist-types/commands/PutDialRequestBatchCommand.d.ts +1 -0
- package/dist-types/commands/ResumeCampaignCommand.d.ts +1 -0
- package/dist-types/commands/StartCampaignCommand.d.ts +1 -0
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +1 -0
- package/dist-types/commands/StopCampaignCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -105,6 +105,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
105
105
|
* @throws {@link ConnectCampaignsServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteCampaignCommand_base: {
|
|
|
64
64
|
* @throws {@link ConnectCampaignsServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteConnectInstanceConfigCommand_base: {
|
|
|
70
70
|
* @throws {@link ConnectCampaignsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteInstanceOnboardingJobCommand_base: {
|
|
|
67
67
|
* @throws {@link ConnectCampaignsServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const DescribeCampaignCommand_base: {
|
|
|
96
96
|
* @throws {@link ConnectCampaignsServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetCampaignStateBatchCommand_base: {
|
|
|
79
79
|
* @throws {@link ConnectCampaignsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetCampaignStateBatchCommand extends GetCampaignStateBatchCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetCampaignStateCommand_base: {
|
|
|
69
69
|
* @throws {@link ConnectCampaignsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetCampaignStateCommand extends GetCampaignStateCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetConnectInstanceConfigCommand_base: {
|
|
|
74
74
|
* @throws {@link ConnectCampaignsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetConnectInstanceConfigCommand extends GetConnectInstanceConfigCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetInstanceOnboardingJobStatusCommand_base: {
|
|
|
70
70
|
* @throws {@link ConnectCampaignsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListCampaignsCommand_base: {
|
|
|
78
78
|
* @throws {@link ConnectCampaignsServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link ConnectCampaignsServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const PauseCampaignCommand_base: {
|
|
|
73
73
|
* @throws {@link ConnectCampaignsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const PutDialRequestBatchCommand_base: {
|
|
|
97
97
|
* @throws {@link ConnectCampaignsServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class PutDialRequestBatchCommand extends PutDialRequestBatchCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ResumeCampaignCommand_base: {
|
|
|
73
73
|
* @throws {@link ConnectCampaignsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ResumeCampaignCommand extends ResumeCampaignCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StartCampaignCommand_base: {
|
|
|
73
73
|
* @throws {@link ConnectCampaignsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StartCampaignCommand extends StartCampaignCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const StartInstanceOnboardingJobCommand_base: {
|
|
|
81
81
|
* @throws {@link ConnectCampaignsServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class StartInstanceOnboardingJobCommand extends StartInstanceOnboardingJobCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StopCampaignCommand_base: {
|
|
|
73
73
|
* @throws {@link ConnectCampaignsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StopCampaignCommand extends StopCampaignCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link ConnectCampaignsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link ConnectCampaignsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UpdateCampaignDialerConfigCommand_base: {
|
|
|
80
80
|
* @throws {@link ConnectCampaignsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateCampaignDialerConfigCommand extends UpdateCampaignDialerConfigCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const UpdateCampaignNameCommand_base: {
|
|
|
68
68
|
* @throws {@link ConnectCampaignsServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateCampaignOutboundCallConfigCommand_base: {
|
|
|
76
76
|
* @throws {@link ConnectCampaignsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ConnectCampaigns service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateCampaignOutboundCallConfigCommand extends UpdateCampaignOutboundCallConfigCommand_base {
|
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.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectcampaigns",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|