@aws-sdk/client-connectcampaignsv2 3.936.0 → 3.940.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/index.js CHANGED
@@ -2090,6 +2090,97 @@ const paginateListCampaigns = core.createPaginator(ConnectCampaignsV2Client, Lis
2090
2090
 
2091
2091
  const paginateListConnectInstanceIntegrations = core.createPaginator(ConnectCampaignsV2Client, ListConnectInstanceIntegrationsCommand, "nextToken", "nextToken", "maxResults");
2092
2092
 
2093
+ const AgentAction = {
2094
+ DISCARD: "DISCARD",
2095
+ };
2096
+ const CommunicationLimitTimeUnit = {
2097
+ DAY: "DAY",
2098
+ };
2099
+ const InstanceLimitsHandling = {
2100
+ OPT_IN: "OPT_IN",
2101
+ OPT_OUT: "OPT_OUT",
2102
+ };
2103
+ const DayOfWeek = {
2104
+ FRIDAY: "FRIDAY",
2105
+ MONDAY: "MONDAY",
2106
+ SATURDAY: "SATURDAY",
2107
+ SUNDAY: "SUNDAY",
2108
+ THURSDAY: "THURSDAY",
2109
+ TUESDAY: "TUESDAY",
2110
+ WEDNESDAY: "WEDNESDAY",
2111
+ };
2112
+ const LocalTimeZoneDetectionType = {
2113
+ AREA_CODE: "AREA_CODE",
2114
+ ZIP_CODE: "ZIP_CODE",
2115
+ };
2116
+ const ChannelSubtype = {
2117
+ EMAIL: "EMAIL",
2118
+ SMS: "SMS",
2119
+ TELEPHONY: "TELEPHONY",
2120
+ };
2121
+ const CommunicationLimitsConfigType = {
2122
+ ALL_CHANNEL_SUBTYPES: "ALL_CHANNEL_SUBTYPES",
2123
+ };
2124
+ const CampaignState = {
2125
+ COMPLETED: "Completed",
2126
+ FAILED: "Failed",
2127
+ INITIALIZED: "Initialized",
2128
+ PAUSED: "Paused",
2129
+ RUNNING: "Running",
2130
+ STOPPED: "Stopped",
2131
+ };
2132
+ const CommunicationTimeConfigType = {
2133
+ EMAIL: "EMAIL",
2134
+ SMS: "SMS",
2135
+ TELEPHONY: "TELEPHONY",
2136
+ };
2137
+ const CampaignDeletionPolicy = {
2138
+ DELETE_ALL: "DELETE_ALL",
2139
+ RETAIN_ALL: "RETAIN_ALL",
2140
+ };
2141
+ const GetCampaignStateBatchFailureCode = {
2142
+ RESOURCE_NOT_FOUND: "ResourceNotFound",
2143
+ UNKNOWN_ERROR: "UnknownError",
2144
+ };
2145
+ const EncryptionType = {
2146
+ KMS: "KMS",
2147
+ };
2148
+ const InstanceOnboardingJobFailureCode = {
2149
+ EVENT_BRIDGE_ACCESS_DENIED: "EVENT_BRIDGE_ACCESS_DENIED",
2150
+ EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED: "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED",
2151
+ IAM_ACCESS_DENIED: "IAM_ACCESS_DENIED",
2152
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
2153
+ KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED",
2154
+ KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND",
2155
+ };
2156
+ const InstanceOnboardingJobStatusCode = {
2157
+ FAILED: "FAILED",
2158
+ IN_PROGRESS: "IN_PROGRESS",
2159
+ SUCCEEDED: "SUCCEEDED",
2160
+ };
2161
+ const InstanceIdFilterOperator = {
2162
+ EQ: "Eq",
2163
+ };
2164
+ const EventType = {
2165
+ CAMPAIGN_EMAIL: "Campaign-Email",
2166
+ CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
2167
+ CAMPAIGN_SMS: "Campaign-SMS",
2168
+ CAMPAIGN_TELEPHONY: "Campaign-Telephony",
2169
+ };
2170
+ const FailureCode = {
2171
+ BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded",
2172
+ INVALID_INPUT: "InvalidInput",
2173
+ REQUEST_THROTTLED: "RequestThrottled",
2174
+ UNKNOWN_ERROR: "UnknownError",
2175
+ };
2176
+ const ProfileOutboundRequestFailureCode = {
2177
+ CONFLICT: "Conflict",
2178
+ INVALID_INPUT: "InvalidInput",
2179
+ REQUEST_THROTTLED: "RequestThrottled",
2180
+ RESOURCE_NOT_FOUND: "ResourceNotFound",
2181
+ UNKNOWN_ERROR: "UnknownError",
2182
+ };
2183
+
2093
2184
  Object.defineProperty(exports, "$Command", {
2094
2185
  enumerable: true,
2095
2186
  get: function () { return smithyClient.Command; }
@@ -2099,11 +2190,19 @@ Object.defineProperty(exports, "__Client", {
2099
2190
  get: function () { return smithyClient.Client; }
2100
2191
  });
2101
2192
  exports.AccessDeniedException = AccessDeniedException$1;
2193
+ exports.AgentAction = AgentAction;
2194
+ exports.CampaignDeletionPolicy = CampaignDeletionPolicy;
2195
+ exports.CampaignState = CampaignState;
2196
+ exports.ChannelSubtype = ChannelSubtype;
2197
+ exports.CommunicationLimitTimeUnit = CommunicationLimitTimeUnit;
2198
+ exports.CommunicationLimitsConfigType = CommunicationLimitsConfigType;
2199
+ exports.CommunicationTimeConfigType = CommunicationTimeConfigType;
2102
2200
  exports.ConflictException = ConflictException$1;
2103
2201
  exports.ConnectCampaignsV2 = ConnectCampaignsV2;
2104
2202
  exports.ConnectCampaignsV2Client = ConnectCampaignsV2Client;
2105
2203
  exports.ConnectCampaignsV2ServiceException = ConnectCampaignsV2ServiceException$1;
2106
2204
  exports.CreateCampaignCommand = CreateCampaignCommand;
2205
+ exports.DayOfWeek = DayOfWeek;
2107
2206
  exports.DeleteCampaignChannelSubtypeConfigCommand = DeleteCampaignChannelSubtypeConfigCommand;
2108
2207
  exports.DeleteCampaignCommand = DeleteCampaignCommand;
2109
2208
  exports.DeleteCampaignCommunicationLimitsCommand = DeleteCampaignCommunicationLimitsCommand;
@@ -2112,18 +2211,28 @@ exports.DeleteConnectInstanceConfigCommand = DeleteConnectInstanceConfigCommand;
2112
2211
  exports.DeleteConnectInstanceIntegrationCommand = DeleteConnectInstanceIntegrationCommand;
2113
2212
  exports.DeleteInstanceOnboardingJobCommand = DeleteInstanceOnboardingJobCommand;
2114
2213
  exports.DescribeCampaignCommand = DescribeCampaignCommand;
2214
+ exports.EncryptionType = EncryptionType;
2215
+ exports.EventType = EventType;
2216
+ exports.FailureCode = FailureCode;
2115
2217
  exports.GetCampaignStateBatchCommand = GetCampaignStateBatchCommand;
2218
+ exports.GetCampaignStateBatchFailureCode = GetCampaignStateBatchFailureCode;
2116
2219
  exports.GetCampaignStateCommand = GetCampaignStateCommand;
2117
2220
  exports.GetConnectInstanceConfigCommand = GetConnectInstanceConfigCommand;
2118
2221
  exports.GetInstanceCommunicationLimitsCommand = GetInstanceCommunicationLimitsCommand;
2119
2222
  exports.GetInstanceOnboardingJobStatusCommand = GetInstanceOnboardingJobStatusCommand;
2223
+ exports.InstanceIdFilterOperator = InstanceIdFilterOperator;
2224
+ exports.InstanceLimitsHandling = InstanceLimitsHandling;
2225
+ exports.InstanceOnboardingJobFailureCode = InstanceOnboardingJobFailureCode;
2226
+ exports.InstanceOnboardingJobStatusCode = InstanceOnboardingJobStatusCode;
2120
2227
  exports.InternalServerException = InternalServerException$1;
2121
2228
  exports.InvalidCampaignStateException = InvalidCampaignStateException$1;
2122
2229
  exports.InvalidStateException = InvalidStateException$1;
2123
2230
  exports.ListCampaignsCommand = ListCampaignsCommand;
2124
2231
  exports.ListConnectInstanceIntegrationsCommand = ListConnectInstanceIntegrationsCommand;
2125
2232
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2233
+ exports.LocalTimeZoneDetectionType = LocalTimeZoneDetectionType;
2126
2234
  exports.PauseCampaignCommand = PauseCampaignCommand;
2235
+ exports.ProfileOutboundRequestFailureCode = ProfileOutboundRequestFailureCode;
2127
2236
  exports.PutConnectInstanceIntegrationCommand = PutConnectInstanceIntegrationCommand;
2128
2237
  exports.PutInstanceCommunicationLimitsCommand = PutInstanceCommunicationLimitsCommand;
2129
2238
  exports.PutOutboundRequestBatchCommand = PutOutboundRequestBatchCommand;
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./ConnectCampaignsV2Client";
2
2
  export * from "./ConnectCampaignsV2";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
+ export * from "./models/enums";
5
6
  export * from "./models/errors";
6
7
  export { ConnectCampaignsV2ServiceException } from "./models/ConnectCampaignsV2ServiceException";
@@ -0,0 +1,90 @@
1
+ export const AgentAction = {
2
+ DISCARD: "DISCARD",
3
+ };
4
+ export const CommunicationLimitTimeUnit = {
5
+ DAY: "DAY",
6
+ };
7
+ export const InstanceLimitsHandling = {
8
+ OPT_IN: "OPT_IN",
9
+ OPT_OUT: "OPT_OUT",
10
+ };
11
+ export const DayOfWeek = {
12
+ FRIDAY: "FRIDAY",
13
+ MONDAY: "MONDAY",
14
+ SATURDAY: "SATURDAY",
15
+ SUNDAY: "SUNDAY",
16
+ THURSDAY: "THURSDAY",
17
+ TUESDAY: "TUESDAY",
18
+ WEDNESDAY: "WEDNESDAY",
19
+ };
20
+ export const LocalTimeZoneDetectionType = {
21
+ AREA_CODE: "AREA_CODE",
22
+ ZIP_CODE: "ZIP_CODE",
23
+ };
24
+ export const ChannelSubtype = {
25
+ EMAIL: "EMAIL",
26
+ SMS: "SMS",
27
+ TELEPHONY: "TELEPHONY",
28
+ };
29
+ export const CommunicationLimitsConfigType = {
30
+ ALL_CHANNEL_SUBTYPES: "ALL_CHANNEL_SUBTYPES",
31
+ };
32
+ export const CampaignState = {
33
+ COMPLETED: "Completed",
34
+ FAILED: "Failed",
35
+ INITIALIZED: "Initialized",
36
+ PAUSED: "Paused",
37
+ RUNNING: "Running",
38
+ STOPPED: "Stopped",
39
+ };
40
+ export const CommunicationTimeConfigType = {
41
+ EMAIL: "EMAIL",
42
+ SMS: "SMS",
43
+ TELEPHONY: "TELEPHONY",
44
+ };
45
+ export const CampaignDeletionPolicy = {
46
+ DELETE_ALL: "DELETE_ALL",
47
+ RETAIN_ALL: "RETAIN_ALL",
48
+ };
49
+ export const GetCampaignStateBatchFailureCode = {
50
+ RESOURCE_NOT_FOUND: "ResourceNotFound",
51
+ UNKNOWN_ERROR: "UnknownError",
52
+ };
53
+ export const EncryptionType = {
54
+ KMS: "KMS",
55
+ };
56
+ export const InstanceOnboardingJobFailureCode = {
57
+ EVENT_BRIDGE_ACCESS_DENIED: "EVENT_BRIDGE_ACCESS_DENIED",
58
+ EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED: "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED",
59
+ IAM_ACCESS_DENIED: "IAM_ACCESS_DENIED",
60
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
61
+ KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED",
62
+ KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND",
63
+ };
64
+ export const InstanceOnboardingJobStatusCode = {
65
+ FAILED: "FAILED",
66
+ IN_PROGRESS: "IN_PROGRESS",
67
+ SUCCEEDED: "SUCCEEDED",
68
+ };
69
+ export const InstanceIdFilterOperator = {
70
+ EQ: "Eq",
71
+ };
72
+ export const EventType = {
73
+ CAMPAIGN_EMAIL: "Campaign-Email",
74
+ CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
75
+ CAMPAIGN_SMS: "Campaign-SMS",
76
+ CAMPAIGN_TELEPHONY: "Campaign-Telephony",
77
+ };
78
+ export const FailureCode = {
79
+ BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded",
80
+ INVALID_INPUT: "InvalidInput",
81
+ REQUEST_THROTTLED: "RequestThrottled",
82
+ UNKNOWN_ERROR: "UnknownError",
83
+ };
84
+ export const ProfileOutboundRequestFailureCode = {
85
+ CONFLICT: "Conflict",
86
+ INVALID_INPUT: "InvalidInput",
87
+ REQUEST_THROTTLED: "RequestThrottled",
88
+ RESOURCE_NOT_FOUND: "ResourceNotFound",
89
+ UNKNOWN_ERROR: "UnknownError",
90
+ };
@@ -1,90 +1 @@
1
- export const AgentAction = {
2
- DISCARD: "DISCARD",
3
- };
4
- export const CommunicationLimitTimeUnit = {
5
- DAY: "DAY",
6
- };
7
- export const InstanceLimitsHandling = {
8
- OPT_IN: "OPT_IN",
9
- OPT_OUT: "OPT_OUT",
10
- };
11
- export const DayOfWeek = {
12
- FRIDAY: "FRIDAY",
13
- MONDAY: "MONDAY",
14
- SATURDAY: "SATURDAY",
15
- SUNDAY: "SUNDAY",
16
- THURSDAY: "THURSDAY",
17
- TUESDAY: "TUESDAY",
18
- WEDNESDAY: "WEDNESDAY",
19
- };
20
- export const LocalTimeZoneDetectionType = {
21
- AREA_CODE: "AREA_CODE",
22
- ZIP_CODE: "ZIP_CODE",
23
- };
24
- export const ChannelSubtype = {
25
- EMAIL: "EMAIL",
26
- SMS: "SMS",
27
- TELEPHONY: "TELEPHONY",
28
- };
29
- export const CommunicationLimitsConfigType = {
30
- ALL_CHANNEL_SUBTYPES: "ALL_CHANNEL_SUBTYPES",
31
- };
32
- export const CampaignState = {
33
- COMPLETED: "Completed",
34
- FAILED: "Failed",
35
- INITIALIZED: "Initialized",
36
- PAUSED: "Paused",
37
- RUNNING: "Running",
38
- STOPPED: "Stopped",
39
- };
40
- export const CommunicationTimeConfigType = {
41
- EMAIL: "EMAIL",
42
- SMS: "SMS",
43
- TELEPHONY: "TELEPHONY",
44
- };
45
- export const CampaignDeletionPolicy = {
46
- DELETE_ALL: "DELETE_ALL",
47
- RETAIN_ALL: "RETAIN_ALL",
48
- };
49
- export const GetCampaignStateBatchFailureCode = {
50
- RESOURCE_NOT_FOUND: "ResourceNotFound",
51
- UNKNOWN_ERROR: "UnknownError",
52
- };
53
- export const EncryptionType = {
54
- KMS: "KMS",
55
- };
56
- export const InstanceOnboardingJobFailureCode = {
57
- EVENT_BRIDGE_ACCESS_DENIED: "EVENT_BRIDGE_ACCESS_DENIED",
58
- EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED: "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED",
59
- IAM_ACCESS_DENIED: "IAM_ACCESS_DENIED",
60
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
61
- KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED",
62
- KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND",
63
- };
64
- export const InstanceOnboardingJobStatusCode = {
65
- FAILED: "FAILED",
66
- IN_PROGRESS: "IN_PROGRESS",
67
- SUCCEEDED: "SUCCEEDED",
68
- };
69
- export const InstanceIdFilterOperator = {
70
- EQ: "Eq",
71
- };
72
- export const EventType = {
73
- CAMPAIGN_EMAIL: "Campaign-Email",
74
- CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
75
- CAMPAIGN_SMS: "Campaign-SMS",
76
- CAMPAIGN_TELEPHONY: "Campaign-Telephony",
77
- };
78
- export const FailureCode = {
79
- BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded",
80
- INVALID_INPUT: "InvalidInput",
81
- REQUEST_THROTTLED: "RequestThrottled",
82
- UNKNOWN_ERROR: "UnknownError",
83
- };
84
- export const ProfileOutboundRequestFailureCode = {
85
- CONFLICT: "Conflict",
86
- INVALID_INPUT: "InvalidInput",
87
- REQUEST_THROTTLED: "RequestThrottled",
88
- RESOURCE_NOT_FOUND: "ResourceNotFound",
89
- UNKNOWN_ERROR: "UnknownError",
90
- };
1
+ export {};
@@ -10,6 +10,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ConnectCampaignsV2ExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
+ export * from "./models/enums";
13
14
  export * from "./models/errors";
14
15
  export type * from "./models/models_0";
15
16
  export { ConnectCampaignsV2ServiceException } from "./models/ConnectCampaignsV2ServiceException";
@@ -0,0 +1,288 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AgentAction: {
6
+ readonly DISCARD: "DISCARD";
7
+ };
8
+ /**
9
+ * @public
10
+ */
11
+ export type AgentAction = (typeof AgentAction)[keyof typeof AgentAction];
12
+ /**
13
+ * @public
14
+ * @enum
15
+ */
16
+ export declare const CommunicationLimitTimeUnit: {
17
+ readonly DAY: "DAY";
18
+ };
19
+ /**
20
+ * @public
21
+ */
22
+ export type CommunicationLimitTimeUnit = (typeof CommunicationLimitTimeUnit)[keyof typeof CommunicationLimitTimeUnit];
23
+ /**
24
+ * @public
25
+ * @enum
26
+ */
27
+ export declare const InstanceLimitsHandling: {
28
+ readonly OPT_IN: "OPT_IN";
29
+ readonly OPT_OUT: "OPT_OUT";
30
+ };
31
+ /**
32
+ * @public
33
+ */
34
+ export type InstanceLimitsHandling = (typeof InstanceLimitsHandling)[keyof typeof InstanceLimitsHandling];
35
+ /**
36
+ * @public
37
+ * @enum
38
+ */
39
+ export declare const DayOfWeek: {
40
+ readonly FRIDAY: "FRIDAY";
41
+ readonly MONDAY: "MONDAY";
42
+ readonly SATURDAY: "SATURDAY";
43
+ readonly SUNDAY: "SUNDAY";
44
+ readonly THURSDAY: "THURSDAY";
45
+ readonly TUESDAY: "TUESDAY";
46
+ readonly WEDNESDAY: "WEDNESDAY";
47
+ };
48
+ /**
49
+ * @public
50
+ */
51
+ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
52
+ /**
53
+ * @public
54
+ * @enum
55
+ */
56
+ export declare const LocalTimeZoneDetectionType: {
57
+ readonly AREA_CODE: "AREA_CODE";
58
+ readonly ZIP_CODE: "ZIP_CODE";
59
+ };
60
+ /**
61
+ * @public
62
+ */
63
+ export type LocalTimeZoneDetectionType = (typeof LocalTimeZoneDetectionType)[keyof typeof LocalTimeZoneDetectionType];
64
+ /**
65
+ * @public
66
+ * @enum
67
+ */
68
+ export declare const ChannelSubtype: {
69
+ readonly EMAIL: "EMAIL";
70
+ readonly SMS: "SMS";
71
+ readonly TELEPHONY: "TELEPHONY";
72
+ };
73
+ /**
74
+ * @public
75
+ */
76
+ export type ChannelSubtype = (typeof ChannelSubtype)[keyof typeof ChannelSubtype];
77
+ /**
78
+ * @public
79
+ * @enum
80
+ */
81
+ export declare const CommunicationLimitsConfigType: {
82
+ readonly ALL_CHANNEL_SUBTYPES: "ALL_CHANNEL_SUBTYPES";
83
+ };
84
+ /**
85
+ * @public
86
+ */
87
+ export type CommunicationLimitsConfigType = (typeof CommunicationLimitsConfigType)[keyof typeof CommunicationLimitsConfigType];
88
+ /**
89
+ * @public
90
+ * @enum
91
+ */
92
+ export declare const CampaignState: {
93
+ /**
94
+ * Campaign is in completed state
95
+ */
96
+ readonly COMPLETED: "Completed";
97
+ /**
98
+ * Campaign is in failed state
99
+ */
100
+ readonly FAILED: "Failed";
101
+ /**
102
+ * Campaign is in initialized state
103
+ */
104
+ readonly INITIALIZED: "Initialized";
105
+ /**
106
+ * Campaign is in paused state
107
+ */
108
+ readonly PAUSED: "Paused";
109
+ /**
110
+ * Campaign is in running state
111
+ */
112
+ readonly RUNNING: "Running";
113
+ /**
114
+ * Campaign is in stopped state
115
+ */
116
+ readonly STOPPED: "Stopped";
117
+ };
118
+ /**
119
+ * @public
120
+ */
121
+ export type CampaignState = (typeof CampaignState)[keyof typeof CampaignState];
122
+ /**
123
+ * @public
124
+ * @enum
125
+ */
126
+ export declare const CommunicationTimeConfigType: {
127
+ readonly EMAIL: "EMAIL";
128
+ readonly SMS: "SMS";
129
+ readonly TELEPHONY: "TELEPHONY";
130
+ };
131
+ /**
132
+ * @public
133
+ */
134
+ export type CommunicationTimeConfigType = (typeof CommunicationTimeConfigType)[keyof typeof CommunicationTimeConfigType];
135
+ /**
136
+ * @public
137
+ * @enum
138
+ */
139
+ export declare const CampaignDeletionPolicy: {
140
+ readonly DELETE_ALL: "DELETE_ALL";
141
+ readonly RETAIN_ALL: "RETAIN_ALL";
142
+ };
143
+ /**
144
+ * @public
145
+ */
146
+ export type CampaignDeletionPolicy = (typeof CampaignDeletionPolicy)[keyof typeof CampaignDeletionPolicy];
147
+ /**
148
+ * @public
149
+ * @enum
150
+ */
151
+ export declare const GetCampaignStateBatchFailureCode: {
152
+ /**
153
+ * The specified resource was not found
154
+ */
155
+ readonly RESOURCE_NOT_FOUND: "ResourceNotFound";
156
+ /**
157
+ * Unexpected error during processing of request
158
+ */
159
+ readonly UNKNOWN_ERROR: "UnknownError";
160
+ };
161
+ /**
162
+ * @public
163
+ */
164
+ export type GetCampaignStateBatchFailureCode = (typeof GetCampaignStateBatchFailureCode)[keyof typeof GetCampaignStateBatchFailureCode];
165
+ /**
166
+ * @public
167
+ * @enum
168
+ */
169
+ export declare const EncryptionType: {
170
+ readonly KMS: "KMS";
171
+ };
172
+ /**
173
+ * @public
174
+ */
175
+ export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
176
+ /**
177
+ * @public
178
+ * @enum
179
+ */
180
+ export declare const InstanceOnboardingJobFailureCode: {
181
+ readonly EVENT_BRIDGE_ACCESS_DENIED: "EVENT_BRIDGE_ACCESS_DENIED";
182
+ readonly EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED: "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED";
183
+ readonly IAM_ACCESS_DENIED: "IAM_ACCESS_DENIED";
184
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
185
+ readonly KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED";
186
+ readonly KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND";
187
+ };
188
+ /**
189
+ * @public
190
+ */
191
+ export type InstanceOnboardingJobFailureCode = (typeof InstanceOnboardingJobFailureCode)[keyof typeof InstanceOnboardingJobFailureCode];
192
+ /**
193
+ * @public
194
+ * @enum
195
+ */
196
+ export declare const InstanceOnboardingJobStatusCode: {
197
+ readonly FAILED: "FAILED";
198
+ readonly IN_PROGRESS: "IN_PROGRESS";
199
+ readonly SUCCEEDED: "SUCCEEDED";
200
+ };
201
+ /**
202
+ * @public
203
+ */
204
+ export type InstanceOnboardingJobStatusCode = (typeof InstanceOnboardingJobStatusCode)[keyof typeof InstanceOnboardingJobStatusCode];
205
+ /**
206
+ * @public
207
+ * @enum
208
+ */
209
+ export declare const InstanceIdFilterOperator: {
210
+ /**
211
+ * Equals operator
212
+ */
213
+ readonly EQ: "Eq";
214
+ };
215
+ /**
216
+ * @public
217
+ */
218
+ export type InstanceIdFilterOperator = (typeof InstanceIdFilterOperator)[keyof typeof InstanceIdFilterOperator];
219
+ /**
220
+ * @public
221
+ * @enum
222
+ */
223
+ export declare const EventType: {
224
+ readonly CAMPAIGN_EMAIL: "Campaign-Email";
225
+ readonly CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration";
226
+ readonly CAMPAIGN_SMS: "Campaign-SMS";
227
+ readonly CAMPAIGN_TELEPHONY: "Campaign-Telephony";
228
+ };
229
+ /**
230
+ * @public
231
+ */
232
+ export type EventType = (typeof EventType)[keyof typeof EventType];
233
+ /**
234
+ * @public
235
+ * @enum
236
+ */
237
+ export declare const FailureCode: {
238
+ /**
239
+ * Request throttled due to large number of pending dial requests
240
+ */
241
+ readonly BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded";
242
+ /**
243
+ * The request failed to satisfy the constraints specified by the service
244
+ */
245
+ readonly INVALID_INPUT: "InvalidInput";
246
+ /**
247
+ * The request was throttled due to excessive usage
248
+ */
249
+ readonly REQUEST_THROTTLED: "RequestThrottled";
250
+ /**
251
+ * Unexpected error during processing of request
252
+ */
253
+ readonly UNKNOWN_ERROR: "UnknownError";
254
+ };
255
+ /**
256
+ * @public
257
+ */
258
+ export type FailureCode = (typeof FailureCode)[keyof typeof FailureCode];
259
+ /**
260
+ * @public
261
+ * @enum
262
+ */
263
+ export declare const ProfileOutboundRequestFailureCode: {
264
+ /**
265
+ * The specified resource conflicts with another resource
266
+ */
267
+ readonly CONFLICT: "Conflict";
268
+ /**
269
+ * The request failed to satisfy the constraints specified by the service
270
+ */
271
+ readonly INVALID_INPUT: "InvalidInput";
272
+ /**
273
+ * Request throttled due to large number of requests
274
+ */
275
+ readonly REQUEST_THROTTLED: "RequestThrottled";
276
+ /**
277
+ * The specified resource was not found
278
+ */
279
+ readonly RESOURCE_NOT_FOUND: "ResourceNotFound";
280
+ /**
281
+ * Unexpected error during processing of request
282
+ */
283
+ readonly UNKNOWN_ERROR: "UnknownError";
284
+ };
285
+ /**
286
+ * @public
287
+ */
288
+ export type ProfileOutboundRequestFailureCode = (typeof ProfileOutboundRequestFailureCode)[keyof typeof ProfileOutboundRequestFailureCode];
@@ -1,6 +1,6 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectCampaignsV2ServiceException as __BaseException } from "./ConnectCampaignsV2ServiceException";
3
- import { CampaignState } from "./models_0";
3
+ import { CampaignState } from "./enums";
4
4
  /**
5
5
  * You do not have sufficient access to perform this action.
6
6
  * @public