@aws-sdk/client-chime-sdk-voice 3.934.0 → 3.936.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 +147 -146
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +146 -0
- package/dist-es/models/errors.js +193 -0
- package/dist-es/models/models_0.js +1 -339
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +338 -0
- package/dist-types/models/errors.d.ts +171 -0
- package/dist-types/models/models_0.d.ts +1 -508
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +188 -0
- package/dist-types/ts3.4/models/errors.d.ts +103 -0
- package/dist-types/ts3.4/models/models_0.d.ts +26 -290
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,339 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const ErrorCode = {
|
|
3
|
-
AccessDenied: "AccessDenied",
|
|
4
|
-
BadRequest: "BadRequest",
|
|
5
|
-
Conflict: "Conflict",
|
|
6
|
-
Forbidden: "Forbidden",
|
|
7
|
-
Gone: "Gone",
|
|
8
|
-
NotFound: "NotFound",
|
|
9
|
-
PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist",
|
|
10
|
-
PreconditionFailed: "PreconditionFailed",
|
|
11
|
-
ResourceLimitExceeded: "ResourceLimitExceeded",
|
|
12
|
-
ServiceFailure: "ServiceFailure",
|
|
13
|
-
ServiceUnavailable: "ServiceUnavailable",
|
|
14
|
-
Throttled: "Throttled",
|
|
15
|
-
Throttling: "Throttling",
|
|
16
|
-
Unauthorized: "Unauthorized",
|
|
17
|
-
Unprocessable: "Unprocessable",
|
|
18
|
-
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
|
|
19
|
-
};
|
|
20
|
-
export class AccessDeniedException extends __BaseException {
|
|
21
|
-
name = "AccessDeniedException";
|
|
22
|
-
$fault = "client";
|
|
23
|
-
Code;
|
|
24
|
-
Message;
|
|
25
|
-
constructor(opts) {
|
|
26
|
-
super({
|
|
27
|
-
name: "AccessDeniedException",
|
|
28
|
-
$fault: "client",
|
|
29
|
-
...opts,
|
|
30
|
-
});
|
|
31
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
32
|
-
this.Code = opts.Code;
|
|
33
|
-
this.Message = opts.Message;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
export const AlexaSkillStatus = {
|
|
37
|
-
ACTIVE: "ACTIVE",
|
|
38
|
-
INACTIVE: "INACTIVE",
|
|
39
|
-
};
|
|
40
|
-
export class BadRequestException extends __BaseException {
|
|
41
|
-
name = "BadRequestException";
|
|
42
|
-
$fault = "client";
|
|
43
|
-
Code;
|
|
44
|
-
Message;
|
|
45
|
-
constructor(opts) {
|
|
46
|
-
super({
|
|
47
|
-
name: "BadRequestException",
|
|
48
|
-
$fault: "client",
|
|
49
|
-
...opts,
|
|
50
|
-
});
|
|
51
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
52
|
-
this.Code = opts.Code;
|
|
53
|
-
this.Message = opts.Message;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
export class ForbiddenException extends __BaseException {
|
|
57
|
-
name = "ForbiddenException";
|
|
58
|
-
$fault = "client";
|
|
59
|
-
Code;
|
|
60
|
-
Message;
|
|
61
|
-
constructor(opts) {
|
|
62
|
-
super({
|
|
63
|
-
name: "ForbiddenException",
|
|
64
|
-
$fault: "client",
|
|
65
|
-
...opts,
|
|
66
|
-
});
|
|
67
|
-
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
68
|
-
this.Code = opts.Code;
|
|
69
|
-
this.Message = opts.Message;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export class NotFoundException extends __BaseException {
|
|
73
|
-
name = "NotFoundException";
|
|
74
|
-
$fault = "client";
|
|
75
|
-
Code;
|
|
76
|
-
Message;
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "NotFoundException",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
84
|
-
this.Code = opts.Code;
|
|
85
|
-
this.Message = opts.Message;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
export class ServiceFailureException extends __BaseException {
|
|
89
|
-
name = "ServiceFailureException";
|
|
90
|
-
$fault = "server";
|
|
91
|
-
Code;
|
|
92
|
-
Message;
|
|
93
|
-
constructor(opts) {
|
|
94
|
-
super({
|
|
95
|
-
name: "ServiceFailureException",
|
|
96
|
-
$fault: "server",
|
|
97
|
-
...opts,
|
|
98
|
-
});
|
|
99
|
-
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
100
|
-
this.Code = opts.Code;
|
|
101
|
-
this.Message = opts.Message;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
export class ServiceUnavailableException extends __BaseException {
|
|
105
|
-
name = "ServiceUnavailableException";
|
|
106
|
-
$fault = "server";
|
|
107
|
-
Code;
|
|
108
|
-
Message;
|
|
109
|
-
constructor(opts) {
|
|
110
|
-
super({
|
|
111
|
-
name: "ServiceUnavailableException",
|
|
112
|
-
$fault: "server",
|
|
113
|
-
...opts,
|
|
114
|
-
});
|
|
115
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
116
|
-
this.Code = opts.Code;
|
|
117
|
-
this.Message = opts.Message;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
export class ThrottledClientException extends __BaseException {
|
|
121
|
-
name = "ThrottledClientException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Code;
|
|
124
|
-
Message;
|
|
125
|
-
constructor(opts) {
|
|
126
|
-
super({
|
|
127
|
-
name: "ThrottledClientException",
|
|
128
|
-
$fault: "client",
|
|
129
|
-
...opts,
|
|
130
|
-
});
|
|
131
|
-
Object.setPrototypeOf(this, ThrottledClientException.prototype);
|
|
132
|
-
this.Code = opts.Code;
|
|
133
|
-
this.Message = opts.Message;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
export class UnauthorizedClientException extends __BaseException {
|
|
137
|
-
name = "UnauthorizedClientException";
|
|
138
|
-
$fault = "client";
|
|
139
|
-
Code;
|
|
140
|
-
Message;
|
|
141
|
-
constructor(opts) {
|
|
142
|
-
super({
|
|
143
|
-
name: "UnauthorizedClientException",
|
|
144
|
-
$fault: "client",
|
|
145
|
-
...opts,
|
|
146
|
-
});
|
|
147
|
-
Object.setPrototypeOf(this, UnauthorizedClientException.prototype);
|
|
148
|
-
this.Code = opts.Code;
|
|
149
|
-
this.Message = opts.Message;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
export const PhoneNumberProductType = {
|
|
153
|
-
SipMediaApplicationDialIn: "SipMediaApplicationDialIn",
|
|
154
|
-
VoiceConnector: "VoiceConnector",
|
|
155
|
-
};
|
|
156
|
-
export const CallingNameStatus = {
|
|
157
|
-
Unassigned: "Unassigned",
|
|
158
|
-
UpdateFailed: "UpdateFailed",
|
|
159
|
-
UpdateInProgress: "UpdateInProgress",
|
|
160
|
-
UpdateSucceeded: "UpdateSucceeded",
|
|
161
|
-
};
|
|
162
|
-
export const CallLegType = {
|
|
163
|
-
CALLEE: "Callee",
|
|
164
|
-
CALLER: "Caller",
|
|
165
|
-
};
|
|
166
|
-
export const Capability = {
|
|
167
|
-
SMS: "SMS",
|
|
168
|
-
Voice: "Voice",
|
|
169
|
-
};
|
|
170
|
-
export const OrderedPhoneNumberStatus = {
|
|
171
|
-
Acquired: "Acquired",
|
|
172
|
-
Failed: "Failed",
|
|
173
|
-
Processing: "Processing",
|
|
174
|
-
};
|
|
175
|
-
export const PhoneNumberOrderType = {
|
|
176
|
-
New: "New",
|
|
177
|
-
Porting: "Porting",
|
|
178
|
-
};
|
|
179
|
-
export const PhoneNumberOrderStatus = {
|
|
180
|
-
CancelRequested: "CancelRequested",
|
|
181
|
-
Cancelled: "Cancelled",
|
|
182
|
-
ChangeRequested: "ChangeRequested",
|
|
183
|
-
Exception: "Exception",
|
|
184
|
-
FOC: "FOC",
|
|
185
|
-
Failed: "Failed",
|
|
186
|
-
Partial: "Partial",
|
|
187
|
-
PendingDocuments: "PendingDocuments",
|
|
188
|
-
Processing: "Processing",
|
|
189
|
-
Submitted: "Submitted",
|
|
190
|
-
Successful: "Successful",
|
|
191
|
-
};
|
|
192
|
-
export class ResourceLimitExceededException extends __BaseException {
|
|
193
|
-
name = "ResourceLimitExceededException";
|
|
194
|
-
$fault = "client";
|
|
195
|
-
Code;
|
|
196
|
-
Message;
|
|
197
|
-
constructor(opts) {
|
|
198
|
-
super({
|
|
199
|
-
name: "ResourceLimitExceededException",
|
|
200
|
-
$fault: "client",
|
|
201
|
-
...opts,
|
|
202
|
-
});
|
|
203
|
-
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
204
|
-
this.Code = opts.Code;
|
|
205
|
-
this.Message = opts.Message;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
export const GeoMatchLevel = {
|
|
209
|
-
AreaCode: "AreaCode",
|
|
210
|
-
Country: "Country",
|
|
211
|
-
};
|
|
212
|
-
export const NumberSelectionBehavior = {
|
|
213
|
-
AvoidSticky: "AvoidSticky",
|
|
214
|
-
PreferSticky: "PreferSticky",
|
|
215
|
-
};
|
|
216
|
-
export const ProxySessionStatus = {
|
|
217
|
-
Closed: "Closed",
|
|
218
|
-
InProgress: "InProgress",
|
|
219
|
-
Open: "Open",
|
|
220
|
-
};
|
|
221
|
-
export class ConflictException extends __BaseException {
|
|
222
|
-
name = "ConflictException";
|
|
223
|
-
$fault = "client";
|
|
224
|
-
Code;
|
|
225
|
-
Message;
|
|
226
|
-
constructor(opts) {
|
|
227
|
-
super({
|
|
228
|
-
name: "ConflictException",
|
|
229
|
-
$fault: "client",
|
|
230
|
-
...opts,
|
|
231
|
-
});
|
|
232
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
233
|
-
this.Code = opts.Code;
|
|
234
|
-
this.Message = opts.Message;
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
export const SipRuleTriggerType = {
|
|
238
|
-
RequestUriHostname: "RequestUriHostname",
|
|
239
|
-
ToPhoneNumber: "ToPhoneNumber",
|
|
240
|
-
};
|
|
241
|
-
export const VoiceConnectorAwsRegion = {
|
|
242
|
-
AP_NORTHEAST_1: "ap-northeast-1",
|
|
243
|
-
AP_NORTHEAST_2: "ap-northeast-2",
|
|
244
|
-
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
245
|
-
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
246
|
-
CA_CENTRAL_1: "ca-central-1",
|
|
247
|
-
EU_CENTRAL_1: "eu-central-1",
|
|
248
|
-
EU_WEST_1: "eu-west-1",
|
|
249
|
-
EU_WEST_2: "eu-west-2",
|
|
250
|
-
US_EAST_1: "us-east-1",
|
|
251
|
-
US_WEST_2: "us-west-2",
|
|
252
|
-
};
|
|
253
|
-
export const VoiceConnectorIntegrationType = {
|
|
254
|
-
CONNECT_ANALYTICS_CONNECTOR: "CONNECT_ANALYTICS_CONNECTOR",
|
|
255
|
-
CONNECT_CALL_TRANSFER_CONNECTOR: "CONNECT_CALL_TRANSFER_CONNECTOR",
|
|
256
|
-
};
|
|
257
|
-
export const NetworkType = {
|
|
258
|
-
DUAL_STACK: "DUAL_STACK",
|
|
259
|
-
IPV4_ONLY: "IPV4_ONLY",
|
|
260
|
-
};
|
|
261
|
-
export class GoneException extends __BaseException {
|
|
262
|
-
name = "GoneException";
|
|
263
|
-
$fault = "client";
|
|
264
|
-
Code;
|
|
265
|
-
Message;
|
|
266
|
-
constructor(opts) {
|
|
267
|
-
super({
|
|
268
|
-
name: "GoneException",
|
|
269
|
-
$fault: "client",
|
|
270
|
-
...opts,
|
|
271
|
-
});
|
|
272
|
-
Object.setPrototypeOf(this, GoneException.prototype);
|
|
273
|
-
this.Code = opts.Code;
|
|
274
|
-
this.Message = opts.Message;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
export const PhoneNumberAssociationName = {
|
|
278
|
-
SipRuleId: "SipRuleId",
|
|
279
|
-
VoiceConnectorGroupId: "VoiceConnectorGroupId",
|
|
280
|
-
VoiceConnectorId: "VoiceConnectorId",
|
|
281
|
-
};
|
|
282
|
-
export const PhoneNumberStatus = {
|
|
283
|
-
AcquireFailed: "AcquireFailed",
|
|
284
|
-
AcquireInProgress: "AcquireInProgress",
|
|
285
|
-
Assigned: "Assigned",
|
|
286
|
-
Cancelled: "Cancelled",
|
|
287
|
-
DeleteFailed: "DeleteFailed",
|
|
288
|
-
DeleteInProgress: "DeleteInProgress",
|
|
289
|
-
PortinCancelRequested: "PortinCancelRequested",
|
|
290
|
-
PortinInProgress: "PortinInProgress",
|
|
291
|
-
ReleaseFailed: "ReleaseFailed",
|
|
292
|
-
ReleaseInProgress: "ReleaseInProgress",
|
|
293
|
-
Unassigned: "Unassigned",
|
|
294
|
-
};
|
|
295
|
-
export const PhoneNumberType = {
|
|
296
|
-
Local: "Local",
|
|
297
|
-
TollFree: "TollFree",
|
|
298
|
-
};
|
|
299
|
-
export const ContactCenterSystemType = {
|
|
300
|
-
AVAYA_AURA_CALL_CENTER_ELITE: "AVAYA_AURA_CALL_CENTER_ELITE",
|
|
301
|
-
AVAYA_AURA_CONTACT_CENTER: "AVAYA_AURA_CONTACT_CENTER",
|
|
302
|
-
CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE: "CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE",
|
|
303
|
-
GENESYS_ENGAGE_ON_PREMISES: "GENESYS_ENGAGE_ON_PREMISES",
|
|
304
|
-
};
|
|
305
|
-
export const SessionBorderControllerType = {
|
|
306
|
-
AUDIOCODES_MEDIANT_SBC: "AUDIOCODES_MEDIANT_SBC",
|
|
307
|
-
AVAYA_SBCE: "AVAYA_SBCE",
|
|
308
|
-
CISCO_UNIFIED_BORDER_ELEMENT: "CISCO_UNIFIED_BORDER_ELEMENT",
|
|
309
|
-
ORACLE_ACME_PACKET_SBC: "ORACLE_ACME_PACKET_SBC",
|
|
310
|
-
RIBBON_SBC: "RIBBON_SBC",
|
|
311
|
-
};
|
|
312
|
-
export const OriginationRouteProtocol = {
|
|
313
|
-
TCP: "TCP",
|
|
314
|
-
UDP: "UDP",
|
|
315
|
-
};
|
|
316
|
-
export const NotificationTarget = {
|
|
317
|
-
EventBridge: "EventBridge",
|
|
318
|
-
SNS: "SNS",
|
|
319
|
-
SQS: "SQS",
|
|
320
|
-
};
|
|
321
|
-
export class UnprocessableEntityException extends __BaseException {
|
|
322
|
-
name = "UnprocessableEntityException";
|
|
323
|
-
$fault = "client";
|
|
324
|
-
Code;
|
|
325
|
-
Message;
|
|
326
|
-
constructor(opts) {
|
|
327
|
-
super({
|
|
328
|
-
name: "UnprocessableEntityException",
|
|
329
|
-
$fault: "client",
|
|
330
|
-
...opts,
|
|
331
|
-
});
|
|
332
|
-
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
333
|
-
this.Code = opts.Code;
|
|
334
|
-
this.Message = opts.Message;
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
export const LanguageCode = {
|
|
338
|
-
EN_US: "en-US",
|
|
339
|
-
};
|
|
1
|
+
export {};
|
|
@@ -553,7 +553,7 @@ const _xN = "xmlName";
|
|
|
553
553
|
const n0 = "com.amazonaws.chimesdkvoice";
|
|
554
554
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
555
555
|
import { ChimeSDKVoiceServiceException as __ChimeSDKVoiceServiceException } from "../models/ChimeSDKVoiceServiceException";
|
|
556
|
-
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, GoneException as __GoneException, NotFoundException as __NotFoundException, ResourceLimitExceededException as __ResourceLimitExceededException, ServiceFailureException as __ServiceFailureException, ServiceUnavailableException as __ServiceUnavailableException, ThrottledClientException as __ThrottledClientException, UnauthorizedClientException as __UnauthorizedClientException, UnprocessableEntityException as __UnprocessableEntityException, } from "../models/
|
|
556
|
+
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, GoneException as __GoneException, NotFoundException as __NotFoundException, ResourceLimitExceededException as __ResourceLimitExceededException, ServiceFailureException as __ServiceFailureException, ServiceUnavailableException as __ServiceUnavailableException, ThrottledClientException as __ThrottledClientException, UnauthorizedClientException as __UnauthorizedClientException, UnprocessableEntityException as __UnprocessableEntityException, } from "../models/errors";
|
|
557
557
|
export var AlexaSkillId = [0, n0, _ASI, 8, 0];
|
|
558
558
|
export var Arn = [0, n0, _A, 8, 0];
|
|
559
559
|
export var CallingName = [0, n0, _CN, 8, 0];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,5 +11,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
11
11
|
export type { ChimeSDKVoiceExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./pagination";
|
|
14
|
-
export * from "./models";
|
|
14
|
+
export * from "./models/enums";
|
|
15
|
+
export * from "./models/errors";
|
|
16
|
+
export type * from "./models/models_0";
|
|
15
17
|
export { ChimeSDKVoiceServiceException } from "./models/ChimeSDKVoiceServiceException";
|
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const ErrorCode: {
|
|
6
|
+
readonly AccessDenied: "AccessDenied";
|
|
7
|
+
readonly BadRequest: "BadRequest";
|
|
8
|
+
readonly Conflict: "Conflict";
|
|
9
|
+
readonly Forbidden: "Forbidden";
|
|
10
|
+
readonly Gone: "Gone";
|
|
11
|
+
readonly NotFound: "NotFound";
|
|
12
|
+
readonly PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist";
|
|
13
|
+
readonly PreconditionFailed: "PreconditionFailed";
|
|
14
|
+
readonly ResourceLimitExceeded: "ResourceLimitExceeded";
|
|
15
|
+
readonly ServiceFailure: "ServiceFailure";
|
|
16
|
+
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
17
|
+
readonly Throttled: "Throttled";
|
|
18
|
+
readonly Throttling: "Throttling";
|
|
19
|
+
readonly Unauthorized: "Unauthorized";
|
|
20
|
+
readonly Unprocessable: "Unprocessable";
|
|
21
|
+
readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @enum
|
|
30
|
+
*/
|
|
31
|
+
export declare const AlexaSkillStatus: {
|
|
32
|
+
readonly ACTIVE: "ACTIVE";
|
|
33
|
+
readonly INACTIVE: "INACTIVE";
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export type AlexaSkillStatus = (typeof AlexaSkillStatus)[keyof typeof AlexaSkillStatus];
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* @enum
|
|
42
|
+
*/
|
|
43
|
+
export declare const PhoneNumberProductType: {
|
|
44
|
+
readonly SipMediaApplicationDialIn: "SipMediaApplicationDialIn";
|
|
45
|
+
readonly VoiceConnector: "VoiceConnector";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export type PhoneNumberProductType = (typeof PhoneNumberProductType)[keyof typeof PhoneNumberProductType];
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* @enum
|
|
54
|
+
*/
|
|
55
|
+
export declare const CallingNameStatus: {
|
|
56
|
+
readonly Unassigned: "Unassigned";
|
|
57
|
+
readonly UpdateFailed: "UpdateFailed";
|
|
58
|
+
readonly UpdateInProgress: "UpdateInProgress";
|
|
59
|
+
readonly UpdateSucceeded: "UpdateSucceeded";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export type CallingNameStatus = (typeof CallingNameStatus)[keyof typeof CallingNameStatus];
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* @enum
|
|
68
|
+
*/
|
|
69
|
+
export declare const CallLegType: {
|
|
70
|
+
readonly CALLEE: "Callee";
|
|
71
|
+
readonly CALLER: "Caller";
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export type CallLegType = (typeof CallLegType)[keyof typeof CallLegType];
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @enum
|
|
80
|
+
*/
|
|
81
|
+
export declare const Capability: {
|
|
82
|
+
readonly SMS: "SMS";
|
|
83
|
+
readonly Voice: "Voice";
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export type Capability = (typeof Capability)[keyof typeof Capability];
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
* @enum
|
|
92
|
+
*/
|
|
93
|
+
export declare const OrderedPhoneNumberStatus: {
|
|
94
|
+
readonly Acquired: "Acquired";
|
|
95
|
+
readonly Failed: "Failed";
|
|
96
|
+
readonly Processing: "Processing";
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export type OrderedPhoneNumberStatus = (typeof OrderedPhoneNumberStatus)[keyof typeof OrderedPhoneNumberStatus];
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
* @enum
|
|
105
|
+
*/
|
|
106
|
+
export declare const PhoneNumberOrderType: {
|
|
107
|
+
readonly New: "New";
|
|
108
|
+
readonly Porting: "Porting";
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export type PhoneNumberOrderType = (typeof PhoneNumberOrderType)[keyof typeof PhoneNumberOrderType];
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
* @enum
|
|
117
|
+
*/
|
|
118
|
+
export declare const PhoneNumberOrderStatus: {
|
|
119
|
+
readonly CancelRequested: "CancelRequested";
|
|
120
|
+
readonly Cancelled: "Cancelled";
|
|
121
|
+
readonly ChangeRequested: "ChangeRequested";
|
|
122
|
+
readonly Exception: "Exception";
|
|
123
|
+
readonly FOC: "FOC";
|
|
124
|
+
readonly Failed: "Failed";
|
|
125
|
+
readonly Partial: "Partial";
|
|
126
|
+
readonly PendingDocuments: "PendingDocuments";
|
|
127
|
+
readonly Processing: "Processing";
|
|
128
|
+
readonly Submitted: "Submitted";
|
|
129
|
+
readonly Successful: "Successful";
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
export type PhoneNumberOrderStatus = (typeof PhoneNumberOrderStatus)[keyof typeof PhoneNumberOrderStatus];
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
* @enum
|
|
138
|
+
*/
|
|
139
|
+
export declare const GeoMatchLevel: {
|
|
140
|
+
readonly AreaCode: "AreaCode";
|
|
141
|
+
readonly Country: "Country";
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
export type GeoMatchLevel = (typeof GeoMatchLevel)[keyof typeof GeoMatchLevel];
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* @enum
|
|
150
|
+
*/
|
|
151
|
+
export declare const NumberSelectionBehavior: {
|
|
152
|
+
readonly AvoidSticky: "AvoidSticky";
|
|
153
|
+
readonly PreferSticky: "PreferSticky";
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export type NumberSelectionBehavior = (typeof NumberSelectionBehavior)[keyof typeof NumberSelectionBehavior];
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
* @enum
|
|
162
|
+
*/
|
|
163
|
+
export declare const ProxySessionStatus: {
|
|
164
|
+
readonly Closed: "Closed";
|
|
165
|
+
readonly InProgress: "InProgress";
|
|
166
|
+
readonly Open: "Open";
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
export type ProxySessionStatus = (typeof ProxySessionStatus)[keyof typeof ProxySessionStatus];
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
* @enum
|
|
175
|
+
*/
|
|
176
|
+
export declare const SipRuleTriggerType: {
|
|
177
|
+
readonly RequestUriHostname: "RequestUriHostname";
|
|
178
|
+
readonly ToPhoneNumber: "ToPhoneNumber";
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
export type SipRuleTriggerType = (typeof SipRuleTriggerType)[keyof typeof SipRuleTriggerType];
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
* @enum
|
|
187
|
+
*/
|
|
188
|
+
export declare const VoiceConnectorAwsRegion: {
|
|
189
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
190
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
191
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
192
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
193
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
194
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
195
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
196
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
197
|
+
readonly US_EAST_1: "us-east-1";
|
|
198
|
+
readonly US_WEST_2: "us-west-2";
|
|
199
|
+
};
|
|
200
|
+
/**
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
export type VoiceConnectorAwsRegion = (typeof VoiceConnectorAwsRegion)[keyof typeof VoiceConnectorAwsRegion];
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
* @enum
|
|
207
|
+
*/
|
|
208
|
+
export declare const VoiceConnectorIntegrationType: {
|
|
209
|
+
readonly CONNECT_ANALYTICS_CONNECTOR: "CONNECT_ANALYTICS_CONNECTOR";
|
|
210
|
+
readonly CONNECT_CALL_TRANSFER_CONNECTOR: "CONNECT_CALL_TRANSFER_CONNECTOR";
|
|
211
|
+
};
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
*/
|
|
215
|
+
export type VoiceConnectorIntegrationType = (typeof VoiceConnectorIntegrationType)[keyof typeof VoiceConnectorIntegrationType];
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
* @enum
|
|
219
|
+
*/
|
|
220
|
+
export declare const NetworkType: {
|
|
221
|
+
readonly DUAL_STACK: "DUAL_STACK";
|
|
222
|
+
readonly IPV4_ONLY: "IPV4_ONLY";
|
|
223
|
+
};
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
* @enum
|
|
231
|
+
*/
|
|
232
|
+
export declare const PhoneNumberAssociationName: {
|
|
233
|
+
readonly SipRuleId: "SipRuleId";
|
|
234
|
+
readonly VoiceConnectorGroupId: "VoiceConnectorGroupId";
|
|
235
|
+
readonly VoiceConnectorId: "VoiceConnectorId";
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export type PhoneNumberAssociationName = (typeof PhoneNumberAssociationName)[keyof typeof PhoneNumberAssociationName];
|
|
241
|
+
/**
|
|
242
|
+
* @public
|
|
243
|
+
* @enum
|
|
244
|
+
*/
|
|
245
|
+
export declare const PhoneNumberStatus: {
|
|
246
|
+
readonly AcquireFailed: "AcquireFailed";
|
|
247
|
+
readonly AcquireInProgress: "AcquireInProgress";
|
|
248
|
+
readonly Assigned: "Assigned";
|
|
249
|
+
readonly Cancelled: "Cancelled";
|
|
250
|
+
readonly DeleteFailed: "DeleteFailed";
|
|
251
|
+
readonly DeleteInProgress: "DeleteInProgress";
|
|
252
|
+
readonly PortinCancelRequested: "PortinCancelRequested";
|
|
253
|
+
readonly PortinInProgress: "PortinInProgress";
|
|
254
|
+
readonly ReleaseFailed: "ReleaseFailed";
|
|
255
|
+
readonly ReleaseInProgress: "ReleaseInProgress";
|
|
256
|
+
readonly Unassigned: "Unassigned";
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
export type PhoneNumberStatus = (typeof PhoneNumberStatus)[keyof typeof PhoneNumberStatus];
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @enum
|
|
265
|
+
*/
|
|
266
|
+
export declare const PhoneNumberType: {
|
|
267
|
+
readonly Local: "Local";
|
|
268
|
+
readonly TollFree: "TollFree";
|
|
269
|
+
};
|
|
270
|
+
/**
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
export type PhoneNumberType = (typeof PhoneNumberType)[keyof typeof PhoneNumberType];
|
|
274
|
+
/**
|
|
275
|
+
* @public
|
|
276
|
+
* @enum
|
|
277
|
+
*/
|
|
278
|
+
export declare const ContactCenterSystemType: {
|
|
279
|
+
readonly AVAYA_AURA_CALL_CENTER_ELITE: "AVAYA_AURA_CALL_CENTER_ELITE";
|
|
280
|
+
readonly AVAYA_AURA_CONTACT_CENTER: "AVAYA_AURA_CONTACT_CENTER";
|
|
281
|
+
readonly CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE: "CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE";
|
|
282
|
+
readonly GENESYS_ENGAGE_ON_PREMISES: "GENESYS_ENGAGE_ON_PREMISES";
|
|
283
|
+
};
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
export type ContactCenterSystemType = (typeof ContactCenterSystemType)[keyof typeof ContactCenterSystemType];
|
|
288
|
+
/**
|
|
289
|
+
* @public
|
|
290
|
+
* @enum
|
|
291
|
+
*/
|
|
292
|
+
export declare const SessionBorderControllerType: {
|
|
293
|
+
readonly AUDIOCODES_MEDIANT_SBC: "AUDIOCODES_MEDIANT_SBC";
|
|
294
|
+
readonly AVAYA_SBCE: "AVAYA_SBCE";
|
|
295
|
+
readonly CISCO_UNIFIED_BORDER_ELEMENT: "CISCO_UNIFIED_BORDER_ELEMENT";
|
|
296
|
+
readonly ORACLE_ACME_PACKET_SBC: "ORACLE_ACME_PACKET_SBC";
|
|
297
|
+
readonly RIBBON_SBC: "RIBBON_SBC";
|
|
298
|
+
};
|
|
299
|
+
/**
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
export type SessionBorderControllerType = (typeof SessionBorderControllerType)[keyof typeof SessionBorderControllerType];
|
|
303
|
+
/**
|
|
304
|
+
* @public
|
|
305
|
+
* @enum
|
|
306
|
+
*/
|
|
307
|
+
export declare const OriginationRouteProtocol: {
|
|
308
|
+
readonly TCP: "TCP";
|
|
309
|
+
readonly UDP: "UDP";
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
export type OriginationRouteProtocol = (typeof OriginationRouteProtocol)[keyof typeof OriginationRouteProtocol];
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
* @enum
|
|
318
|
+
*/
|
|
319
|
+
export declare const NotificationTarget: {
|
|
320
|
+
readonly EventBridge: "EventBridge";
|
|
321
|
+
readonly SNS: "SNS";
|
|
322
|
+
readonly SQS: "SQS";
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
export type NotificationTarget = (typeof NotificationTarget)[keyof typeof NotificationTarget];
|
|
328
|
+
/**
|
|
329
|
+
* @public
|
|
330
|
+
* @enum
|
|
331
|
+
*/
|
|
332
|
+
export declare const LanguageCode: {
|
|
333
|
+
readonly EN_US: "en-US";
|
|
334
|
+
};
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
export type LanguageCode = (typeof LanguageCode)[keyof typeof LanguageCode];
|