@aws-sdk/client-connectcampaignsv2 3.775.0 → 3.777.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/DeleteCampaignChannelSubtypeConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.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/ListConnectInstanceIntegrationsCommand.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/PutConnectInstanceIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +1 -0
- package/dist-types/commands/PutProfileOutboundRequestBatchCommand.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/UpdateCampaignChannelSubtypeConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -221,6 +221,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
221
221
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
222
222
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
223
223
|
*
|
|
224
|
+
*
|
|
224
225
|
* @public
|
|
225
226
|
*/
|
|
226
227
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteCampaignChannelSubtypeConfigCommand_base: {
|
|
|
68
68
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteCampaignChannelSubtypeConfigCommand extends DeleteCampaignChannelSubtypeConfigCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteCampaignCommand_base: {
|
|
|
64
64
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteCampaignCommunicationLimitsCommand_base: {
|
|
|
71
71
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteCampaignCommunicationLimitsCommand extends DeleteCampaignCommunicationLimitsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteCampaignCommunicationTimeCommand_base: {
|
|
|
71
71
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteCampaignCommunicationTimeCommand extends DeleteCampaignCommunicationTimeCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteConnectInstanceConfigCommand_base: {
|
|
|
71
71
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteConnectInstanceConfigCommand extends DeleteConnectInstanceConfigCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteConnectInstanceIntegrationCommand_base: {
|
|
|
75
75
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteConnectInstanceIntegrationCommand extends DeleteConnectInstanceIntegrationCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteInstanceOnboardingJobCommand_base: {
|
|
|
67
67
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteInstanceOnboardingJobCommand extends DeleteInstanceOnboardingJobCommand_base {
|
|
@@ -212,6 +212,7 @@ declare const DescribeCampaignCommand_base: {
|
|
|
212
212
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
213
213
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
214
214
|
*
|
|
215
|
+
*
|
|
215
216
|
* @public
|
|
216
217
|
*/
|
|
217
218
|
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetCampaignStateBatchCommand_base: {
|
|
|
79
79
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetInstanceOnboardingJobStatusCommand extends GetInstanceOnboardingJobStatusCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListCampaignsCommand_base: {
|
|
|
87
87
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListConnectInstanceIntegrationsCommand_base: {
|
|
|
84
84
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListConnectInstanceIntegrationsCommand extends ListConnectInstanceIntegrationsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class PauseCampaignCommand extends PauseCampaignCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const PutConnectInstanceIntegrationCommand_base: {
|
|
|
81
81
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class PutConnectInstanceIntegrationCommand extends PutConnectInstanceIntegrationCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const PutOutboundRequestBatchCommand_base: {
|
|
|
122
122
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class PutOutboundRequestBatchCommand extends PutOutboundRequestBatchCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const PutProfileOutboundRequestBatchCommand_base: {
|
|
|
94
94
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class PutProfileOutboundRequestBatchCommand extends PutProfileOutboundRequestBatchCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ResumeCampaignCommand_base: {
|
|
|
73
73
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 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 ConnectCampaignsV2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const UpdateCampaignChannelSubtypeConfigCommand_base: {
|
|
|
111
111
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class UpdateCampaignChannelSubtypeConfigCommand extends UpdateCampaignChannelSubtypeConfigCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateCampaignCommunicationLimitsCommand_base: {
|
|
|
81
81
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateCampaignCommunicationLimitsCommand extends UpdateCampaignCommunicationLimitsCommand_base {
|
|
@@ -141,6 +141,7 @@ declare const UpdateCampaignCommunicationTimeCommand_base: {
|
|
|
141
141
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
143
143
|
*
|
|
144
|
+
*
|
|
144
145
|
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class UpdateCampaignCommunicationTimeCommand extends UpdateCampaignCommunicationTimeCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const UpdateCampaignFlowAssociationCommand_base: {
|
|
|
71
71
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateCampaignFlowAssociationCommand extends UpdateCampaignFlowAssociationCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const UpdateCampaignNameCommand_base: {
|
|
|
68
68
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UpdateCampaignNameCommand extends UpdateCampaignNameCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UpdateCampaignScheduleCommand_base: {
|
|
|
75
75
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateCampaignScheduleCommand extends UpdateCampaignScheduleCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateCampaignSourceCommand_base: {
|
|
|
76
76
|
* @throws {@link ConnectCampaignsV2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ConnectCampaignsV2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateCampaignSourceCommand extends UpdateCampaignSourceCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcampaignsv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcampaignsv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.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,7 +21,7 @@
|
|
|
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.777.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",
|