@aws-sdk/client-chime-sdk-voice 3.295.0 → 3.297.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/ChimeSDKVoice.d.ts +225 -0
- package/dist-types/ChimeSDKVoiceClient.d.ts +26 -4
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +13 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +13 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +13 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +13 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +13 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +13 -0
- package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +13 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +13 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +13 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +13 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +13 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +13 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +13 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +13 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +13 -0
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +13 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +13 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +13 -0
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +13 -0
- package/dist-types/models/ChimeSDKVoiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +579 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProxySessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSipRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKVoiceServiceException as __BaseException } from "./ChimeSDKVoiceServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum ErrorCode {
|
|
4
7
|
AccessDenied = "AccessDenied",
|
|
5
8
|
BadRequest = "BadRequest",
|
|
@@ -18,6 +21,9 @@ export declare enum ErrorCode {
|
|
|
18
21
|
Unprocessable = "Unprocessable",
|
|
19
22
|
VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist"
|
|
20
23
|
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
21
27
|
export declare class AccessDeniedException extends __BaseException {
|
|
22
28
|
readonly name: "AccessDeniedException";
|
|
23
29
|
readonly $fault: "client";
|
|
@@ -28,6 +34,9 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
28
34
|
*/
|
|
29
35
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
30
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
31
40
|
export interface Address {
|
|
32
41
|
streetName?: string;
|
|
33
42
|
streetSuffix?: string;
|
|
@@ -40,23 +49,38 @@ export interface Address {
|
|
|
40
49
|
postalCodePlus4?: string;
|
|
41
50
|
country?: string;
|
|
42
51
|
}
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
43
55
|
export declare enum AlexaSkillStatus {
|
|
44
56
|
ACTIVE = "ACTIVE",
|
|
45
57
|
INACTIVE = "INACTIVE"
|
|
46
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
47
62
|
export interface AssociatePhoneNumbersWithVoiceConnectorRequest {
|
|
48
63
|
VoiceConnectorId: string | undefined;
|
|
49
64
|
E164PhoneNumbers: string[] | undefined;
|
|
50
65
|
ForceAssociate?: boolean;
|
|
51
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
52
70
|
export interface PhoneNumberError {
|
|
53
71
|
PhoneNumberId?: string;
|
|
54
72
|
ErrorCode?: ErrorCode | string;
|
|
55
73
|
ErrorMessage?: string;
|
|
56
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
57
78
|
export interface AssociatePhoneNumbersWithVoiceConnectorResponse {
|
|
58
79
|
PhoneNumberErrors?: PhoneNumberError[];
|
|
59
80
|
}
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
60
84
|
export declare class BadRequestException extends __BaseException {
|
|
61
85
|
readonly name: "BadRequestException";
|
|
62
86
|
readonly $fault: "client";
|
|
@@ -67,6 +91,9 @@ export declare class BadRequestException extends __BaseException {
|
|
|
67
91
|
*/
|
|
68
92
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
69
93
|
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
70
97
|
export declare class ForbiddenException extends __BaseException {
|
|
71
98
|
readonly name: "ForbiddenException";
|
|
72
99
|
readonly $fault: "client";
|
|
@@ -77,6 +104,9 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
77
104
|
*/
|
|
78
105
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
79
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
80
110
|
export declare class NotFoundException extends __BaseException {
|
|
81
111
|
readonly name: "NotFoundException";
|
|
82
112
|
readonly $fault: "client";
|
|
@@ -87,6 +117,9 @@ export declare class NotFoundException extends __BaseException {
|
|
|
87
117
|
*/
|
|
88
118
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
89
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
90
123
|
export declare class ServiceFailureException extends __BaseException {
|
|
91
124
|
readonly name: "ServiceFailureException";
|
|
92
125
|
readonly $fault: "server";
|
|
@@ -97,6 +130,9 @@ export declare class ServiceFailureException extends __BaseException {
|
|
|
97
130
|
*/
|
|
98
131
|
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
99
132
|
}
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
100
136
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
101
137
|
readonly name: "ServiceUnavailableException";
|
|
102
138
|
readonly $fault: "server";
|
|
@@ -107,6 +143,9 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
107
143
|
*/
|
|
108
144
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
109
145
|
}
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
110
149
|
export declare class ThrottledClientException extends __BaseException {
|
|
111
150
|
readonly name: "ThrottledClientException";
|
|
112
151
|
readonly $fault: "client";
|
|
@@ -117,6 +156,9 @@ export declare class ThrottledClientException extends __BaseException {
|
|
|
117
156
|
*/
|
|
118
157
|
constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
|
|
119
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
120
162
|
export declare class UnauthorizedClientException extends __BaseException {
|
|
121
163
|
readonly name: "UnauthorizedClientException";
|
|
122
164
|
readonly $fault: "client";
|
|
@@ -127,41 +169,71 @@ export declare class UnauthorizedClientException extends __BaseException {
|
|
|
127
169
|
*/
|
|
128
170
|
constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
|
|
129
171
|
}
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
130
175
|
export interface AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
|
|
131
176
|
VoiceConnectorGroupId: string | undefined;
|
|
132
177
|
E164PhoneNumbers: string[] | undefined;
|
|
133
178
|
ForceAssociate?: boolean;
|
|
134
179
|
}
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
135
183
|
export interface AssociatePhoneNumbersWithVoiceConnectorGroupResponse {
|
|
136
184
|
PhoneNumberErrors?: PhoneNumberError[];
|
|
137
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
138
189
|
export interface BatchDeletePhoneNumberRequest {
|
|
139
190
|
PhoneNumberIds: string[] | undefined;
|
|
140
191
|
}
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
141
195
|
export interface BatchDeletePhoneNumberResponse {
|
|
142
196
|
PhoneNumberErrors?: PhoneNumberError[];
|
|
143
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
144
201
|
export declare enum PhoneNumberProductType {
|
|
145
202
|
SipMediaApplicationDialIn = "SipMediaApplicationDialIn",
|
|
146
203
|
VoiceConnector = "VoiceConnector"
|
|
147
204
|
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
148
208
|
export interface UpdatePhoneNumberRequestItem {
|
|
149
209
|
PhoneNumberId: string | undefined;
|
|
150
210
|
ProductType?: PhoneNumberProductType | string;
|
|
151
211
|
CallingName?: string;
|
|
152
212
|
}
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
153
216
|
export interface BatchUpdatePhoneNumberRequest {
|
|
154
217
|
UpdatePhoneNumberRequestItems: UpdatePhoneNumberRequestItem[] | undefined;
|
|
155
218
|
}
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
156
222
|
export interface BatchUpdatePhoneNumberResponse {
|
|
157
223
|
PhoneNumberErrors?: PhoneNumberError[];
|
|
158
224
|
}
|
|
225
|
+
/**
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
159
228
|
export declare enum CallingNameStatus {
|
|
160
229
|
Unassigned = "Unassigned",
|
|
161
230
|
UpdateFailed = "UpdateFailed",
|
|
162
231
|
UpdateInProgress = "UpdateInProgress",
|
|
163
232
|
UpdateSucceeded = "UpdateSucceeded"
|
|
164
233
|
}
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
165
237
|
export interface CandidateAddress {
|
|
166
238
|
streetInfo?: string;
|
|
167
239
|
streetNumber?: string;
|
|
@@ -171,27 +243,45 @@ export interface CandidateAddress {
|
|
|
171
243
|
postalCodePlus4?: string;
|
|
172
244
|
country?: string;
|
|
173
245
|
}
|
|
246
|
+
/**
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
174
249
|
export declare enum Capability {
|
|
175
250
|
SMS = "SMS",
|
|
176
251
|
Voice = "Voice"
|
|
177
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
178
256
|
export interface CreatePhoneNumberOrderRequest {
|
|
179
257
|
ProductType: PhoneNumberProductType | string | undefined;
|
|
180
258
|
E164PhoneNumbers: string[] | undefined;
|
|
181
259
|
}
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
182
263
|
export declare enum OrderedPhoneNumberStatus {
|
|
183
264
|
Acquired = "Acquired",
|
|
184
265
|
Failed = "Failed",
|
|
185
266
|
Processing = "Processing"
|
|
186
267
|
}
|
|
268
|
+
/**
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
187
271
|
export interface OrderedPhoneNumber {
|
|
188
272
|
E164PhoneNumber?: string;
|
|
189
273
|
Status?: OrderedPhoneNumberStatus | string;
|
|
190
274
|
}
|
|
275
|
+
/**
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
191
278
|
export declare enum PhoneNumberOrderType {
|
|
192
279
|
New = "New",
|
|
193
280
|
Porting = "Porting"
|
|
194
281
|
}
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
195
285
|
export declare enum PhoneNumberOrderStatus {
|
|
196
286
|
CancelRequested = "CancelRequested",
|
|
197
287
|
Cancelled = "Cancelled",
|
|
@@ -205,6 +295,9 @@ export declare enum PhoneNumberOrderStatus {
|
|
|
205
295
|
Submitted = "Submitted",
|
|
206
296
|
Successful = "Successful"
|
|
207
297
|
}
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
208
301
|
export interface PhoneNumberOrder {
|
|
209
302
|
PhoneNumberOrderId?: string;
|
|
210
303
|
ProductType?: PhoneNumberProductType | string;
|
|
@@ -214,9 +307,15 @@ export interface PhoneNumberOrder {
|
|
|
214
307
|
CreatedTimestamp?: Date;
|
|
215
308
|
UpdatedTimestamp?: Date;
|
|
216
309
|
}
|
|
310
|
+
/**
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
217
313
|
export interface CreatePhoneNumberOrderResponse {
|
|
218
314
|
PhoneNumberOrder?: PhoneNumberOrder;
|
|
219
315
|
}
|
|
316
|
+
/**
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
220
319
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
221
320
|
readonly name: "ResourceLimitExceededException";
|
|
222
321
|
readonly $fault: "client";
|
|
@@ -227,18 +326,30 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
227
326
|
*/
|
|
228
327
|
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
229
328
|
}
|
|
329
|
+
/**
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
230
332
|
export declare enum GeoMatchLevel {
|
|
231
333
|
AreaCode = "AreaCode",
|
|
232
334
|
Country = "Country"
|
|
233
335
|
}
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
234
339
|
export interface GeoMatchParams {
|
|
235
340
|
Country: string | undefined;
|
|
236
341
|
AreaCode: string | undefined;
|
|
237
342
|
}
|
|
343
|
+
/**
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
238
346
|
export declare enum NumberSelectionBehavior {
|
|
239
347
|
AvoidSticky = "AvoidSticky",
|
|
240
348
|
PreferSticky = "PreferSticky"
|
|
241
349
|
}
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
242
353
|
export interface CreateProxySessionRequest {
|
|
243
354
|
VoiceConnectorId: string | undefined;
|
|
244
355
|
ParticipantPhoneNumbers: string[] | undefined;
|
|
@@ -249,15 +360,24 @@ export interface CreateProxySessionRequest {
|
|
|
249
360
|
GeoMatchLevel?: GeoMatchLevel | string;
|
|
250
361
|
GeoMatchParams?: GeoMatchParams;
|
|
251
362
|
}
|
|
363
|
+
/**
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
252
366
|
export interface Participant {
|
|
253
367
|
PhoneNumber?: string;
|
|
254
368
|
ProxyPhoneNumber?: string;
|
|
255
369
|
}
|
|
370
|
+
/**
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
256
373
|
export declare enum ProxySessionStatus {
|
|
257
374
|
Closed = "Closed",
|
|
258
375
|
InProgress = "InProgress",
|
|
259
376
|
Open = "Open"
|
|
260
377
|
}
|
|
378
|
+
/**
|
|
379
|
+
* @public
|
|
380
|
+
*/
|
|
261
381
|
export interface ProxySession {
|
|
262
382
|
VoiceConnectorId?: string;
|
|
263
383
|
ProxySessionId?: string;
|
|
@@ -273,9 +393,15 @@ export interface ProxySession {
|
|
|
273
393
|
GeoMatchLevel?: GeoMatchLevel | string;
|
|
274
394
|
GeoMatchParams?: GeoMatchParams;
|
|
275
395
|
}
|
|
396
|
+
/**
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
276
399
|
export interface CreateProxySessionResponse {
|
|
277
400
|
ProxySession?: ProxySession;
|
|
278
401
|
}
|
|
402
|
+
/**
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
279
405
|
export declare class ConflictException extends __BaseException {
|
|
280
406
|
readonly name: "ConflictException";
|
|
281
407
|
readonly $fault: "client";
|
|
@@ -286,14 +412,23 @@ export declare class ConflictException extends __BaseException {
|
|
|
286
412
|
*/
|
|
287
413
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
288
414
|
}
|
|
415
|
+
/**
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
289
418
|
export interface SipMediaApplicationEndpoint {
|
|
290
419
|
LambdaArn?: string;
|
|
291
420
|
}
|
|
421
|
+
/**
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
292
424
|
export interface CreateSipMediaApplicationRequest {
|
|
293
425
|
AwsRegion: string | undefined;
|
|
294
426
|
Name: string | undefined;
|
|
295
427
|
Endpoints: SipMediaApplicationEndpoint[] | undefined;
|
|
296
428
|
}
|
|
429
|
+
/**
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
297
432
|
export interface SipMediaApplication {
|
|
298
433
|
SipMediaApplicationId?: string;
|
|
299
434
|
AwsRegion?: string;
|
|
@@ -302,9 +437,15 @@ export interface SipMediaApplication {
|
|
|
302
437
|
CreatedTimestamp?: Date;
|
|
303
438
|
UpdatedTimestamp?: Date;
|
|
304
439
|
}
|
|
440
|
+
/**
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
305
443
|
export interface CreateSipMediaApplicationResponse {
|
|
306
444
|
SipMediaApplication?: SipMediaApplication;
|
|
307
445
|
}
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
308
449
|
export interface CreateSipMediaApplicationCallRequest {
|
|
309
450
|
FromPhoneNumber: string | undefined;
|
|
310
451
|
ToPhoneNumber: string | undefined;
|
|
@@ -312,21 +453,36 @@ export interface CreateSipMediaApplicationCallRequest {
|
|
|
312
453
|
SipHeaders?: Record<string, string>;
|
|
313
454
|
ArgumentsMap?: Record<string, string>;
|
|
314
455
|
}
|
|
456
|
+
/**
|
|
457
|
+
* @public
|
|
458
|
+
*/
|
|
315
459
|
export interface SipMediaApplicationCall {
|
|
316
460
|
TransactionId?: string;
|
|
317
461
|
}
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
318
465
|
export interface CreateSipMediaApplicationCallResponse {
|
|
319
466
|
SipMediaApplicationCall?: SipMediaApplicationCall;
|
|
320
467
|
}
|
|
468
|
+
/**
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
321
471
|
export interface SipRuleTargetApplication {
|
|
322
472
|
SipMediaApplicationId?: string;
|
|
323
473
|
Priority?: number;
|
|
324
474
|
AwsRegion?: string;
|
|
325
475
|
}
|
|
476
|
+
/**
|
|
477
|
+
* @public
|
|
478
|
+
*/
|
|
326
479
|
export declare enum SipRuleTriggerType {
|
|
327
480
|
RequestUriHostname = "RequestUriHostname",
|
|
328
481
|
ToPhoneNumber = "ToPhoneNumber"
|
|
329
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
330
486
|
export interface CreateSipRuleRequest {
|
|
331
487
|
Name: string | undefined;
|
|
332
488
|
TriggerType: SipRuleTriggerType | string | undefined;
|
|
@@ -334,6 +490,9 @@ export interface CreateSipRuleRequest {
|
|
|
334
490
|
Disabled?: boolean;
|
|
335
491
|
TargetApplications?: SipRuleTargetApplication[];
|
|
336
492
|
}
|
|
493
|
+
/**
|
|
494
|
+
* @public
|
|
495
|
+
*/
|
|
337
496
|
export interface SipRule {
|
|
338
497
|
SipRuleId?: string;
|
|
339
498
|
Name?: string;
|
|
@@ -344,9 +503,15 @@ export interface SipRule {
|
|
|
344
503
|
CreatedTimestamp?: Date;
|
|
345
504
|
UpdatedTimestamp?: Date;
|
|
346
505
|
}
|
|
506
|
+
/**
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
347
509
|
export interface CreateSipRuleResponse {
|
|
348
510
|
SipRule?: SipRule;
|
|
349
511
|
}
|
|
512
|
+
/**
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
350
515
|
export declare enum VoiceConnectorAwsRegion {
|
|
351
516
|
AP_NORTHEAST_1 = "ap-northeast-1",
|
|
352
517
|
AP_NORTHEAST_2 = "ap-northeast-2",
|
|
@@ -359,11 +524,17 @@ export declare enum VoiceConnectorAwsRegion {
|
|
|
359
524
|
US_EAST_1 = "us-east-1",
|
|
360
525
|
US_WEST_2 = "us-west-2"
|
|
361
526
|
}
|
|
527
|
+
/**
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
362
530
|
export interface CreateVoiceConnectorRequest {
|
|
363
531
|
Name: string | undefined;
|
|
364
532
|
AwsRegion?: VoiceConnectorAwsRegion | string;
|
|
365
533
|
RequireEncryption: boolean | undefined;
|
|
366
534
|
}
|
|
535
|
+
/**
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
367
538
|
export interface VoiceConnector {
|
|
368
539
|
VoiceConnectorId?: string;
|
|
369
540
|
AwsRegion?: VoiceConnectorAwsRegion | string;
|
|
@@ -374,17 +545,29 @@ export interface VoiceConnector {
|
|
|
374
545
|
UpdatedTimestamp?: Date;
|
|
375
546
|
VoiceConnectorArn?: string;
|
|
376
547
|
}
|
|
548
|
+
/**
|
|
549
|
+
* @public
|
|
550
|
+
*/
|
|
377
551
|
export interface CreateVoiceConnectorResponse {
|
|
378
552
|
VoiceConnector?: VoiceConnector;
|
|
379
553
|
}
|
|
554
|
+
/**
|
|
555
|
+
* @public
|
|
556
|
+
*/
|
|
380
557
|
export interface VoiceConnectorItem {
|
|
381
558
|
VoiceConnectorId: string | undefined;
|
|
382
559
|
Priority: number | undefined;
|
|
383
560
|
}
|
|
561
|
+
/**
|
|
562
|
+
* @public
|
|
563
|
+
*/
|
|
384
564
|
export interface CreateVoiceConnectorGroupRequest {
|
|
385
565
|
Name: string | undefined;
|
|
386
566
|
VoiceConnectorItems?: VoiceConnectorItem[];
|
|
387
567
|
}
|
|
568
|
+
/**
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
388
571
|
export interface VoiceConnectorGroup {
|
|
389
572
|
VoiceConnectorGroupId?: string;
|
|
390
573
|
Name?: string;
|
|
@@ -393,80 +576,149 @@ export interface VoiceConnectorGroup {
|
|
|
393
576
|
UpdatedTimestamp?: Date;
|
|
394
577
|
VoiceConnectorGroupArn?: string;
|
|
395
578
|
}
|
|
579
|
+
/**
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
396
582
|
export interface CreateVoiceConnectorGroupResponse {
|
|
397
583
|
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
398
584
|
}
|
|
585
|
+
/**
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
399
588
|
export interface DeletePhoneNumberRequest {
|
|
400
589
|
PhoneNumberId: string | undefined;
|
|
401
590
|
}
|
|
591
|
+
/**
|
|
592
|
+
* @public
|
|
593
|
+
*/
|
|
402
594
|
export interface DeleteProxySessionRequest {
|
|
403
595
|
VoiceConnectorId: string | undefined;
|
|
404
596
|
ProxySessionId: string | undefined;
|
|
405
597
|
}
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
406
601
|
export interface DeleteSipMediaApplicationRequest {
|
|
407
602
|
SipMediaApplicationId: string | undefined;
|
|
408
603
|
}
|
|
604
|
+
/**
|
|
605
|
+
* @public
|
|
606
|
+
*/
|
|
409
607
|
export interface DeleteSipRuleRequest {
|
|
410
608
|
SipRuleId: string | undefined;
|
|
411
609
|
}
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
412
613
|
export interface DeleteVoiceConnectorRequest {
|
|
413
614
|
VoiceConnectorId: string | undefined;
|
|
414
615
|
}
|
|
616
|
+
/**
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
415
619
|
export interface DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
416
620
|
VoiceConnectorId: string | undefined;
|
|
417
621
|
}
|
|
622
|
+
/**
|
|
623
|
+
* @public
|
|
624
|
+
*/
|
|
418
625
|
export interface DeleteVoiceConnectorGroupRequest {
|
|
419
626
|
VoiceConnectorGroupId: string | undefined;
|
|
420
627
|
}
|
|
628
|
+
/**
|
|
629
|
+
* @public
|
|
630
|
+
*/
|
|
421
631
|
export interface DeleteVoiceConnectorOriginationRequest {
|
|
422
632
|
VoiceConnectorId: string | undefined;
|
|
423
633
|
}
|
|
634
|
+
/**
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
424
637
|
export interface DeleteVoiceConnectorProxyRequest {
|
|
425
638
|
VoiceConnectorId: string | undefined;
|
|
426
639
|
}
|
|
640
|
+
/**
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
427
643
|
export interface DeleteVoiceConnectorStreamingConfigurationRequest {
|
|
428
644
|
VoiceConnectorId: string | undefined;
|
|
429
645
|
}
|
|
646
|
+
/**
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
430
649
|
export interface DeleteVoiceConnectorTerminationRequest {
|
|
431
650
|
VoiceConnectorId: string | undefined;
|
|
432
651
|
}
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
433
655
|
export interface DeleteVoiceConnectorTerminationCredentialsRequest {
|
|
434
656
|
VoiceConnectorId: string | undefined;
|
|
435
657
|
Usernames: string[] | undefined;
|
|
436
658
|
}
|
|
659
|
+
/**
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
437
662
|
export interface DisassociatePhoneNumbersFromVoiceConnectorRequest {
|
|
438
663
|
VoiceConnectorId: string | undefined;
|
|
439
664
|
E164PhoneNumbers: string[] | undefined;
|
|
440
665
|
}
|
|
666
|
+
/**
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
441
669
|
export interface DisassociatePhoneNumbersFromVoiceConnectorResponse {
|
|
442
670
|
PhoneNumberErrors?: PhoneNumberError[];
|
|
443
671
|
}
|
|
672
|
+
/**
|
|
673
|
+
* @public
|
|
674
|
+
*/
|
|
444
675
|
export interface DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
|
|
445
676
|
VoiceConnectorGroupId: string | undefined;
|
|
446
677
|
E164PhoneNumbers: string[] | undefined;
|
|
447
678
|
}
|
|
679
|
+
/**
|
|
680
|
+
* @public
|
|
681
|
+
*/
|
|
448
682
|
export interface DisassociatePhoneNumbersFromVoiceConnectorGroupResponse {
|
|
449
683
|
PhoneNumberErrors?: PhoneNumberError[];
|
|
450
684
|
}
|
|
685
|
+
/**
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
451
688
|
export interface VoiceConnectorSettings {
|
|
452
689
|
CdrBucket?: string;
|
|
453
690
|
}
|
|
691
|
+
/**
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
454
694
|
export interface GetGlobalSettingsResponse {
|
|
455
695
|
VoiceConnector?: VoiceConnectorSettings;
|
|
456
696
|
}
|
|
697
|
+
/**
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
457
700
|
export interface GetPhoneNumberRequest {
|
|
458
701
|
PhoneNumberId: string | undefined;
|
|
459
702
|
}
|
|
703
|
+
/**
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
460
706
|
export declare enum PhoneNumberAssociationName {
|
|
461
707
|
SipRuleId = "SipRuleId",
|
|
462
708
|
VoiceConnectorGroupId = "VoiceConnectorGroupId",
|
|
463
709
|
VoiceConnectorId = "VoiceConnectorId"
|
|
464
710
|
}
|
|
711
|
+
/**
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
465
714
|
export interface PhoneNumberAssociation {
|
|
466
715
|
Value?: string;
|
|
467
716
|
Name?: PhoneNumberAssociationName | string;
|
|
468
717
|
AssociatedTimestamp?: Date;
|
|
469
718
|
}
|
|
719
|
+
/**
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
470
722
|
export interface PhoneNumberCapabilities {
|
|
471
723
|
InboundCall?: boolean;
|
|
472
724
|
OutboundCall?: boolean;
|
|
@@ -475,6 +727,9 @@ export interface PhoneNumberCapabilities {
|
|
|
475
727
|
InboundMMS?: boolean;
|
|
476
728
|
OutboundMMS?: boolean;
|
|
477
729
|
}
|
|
730
|
+
/**
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
478
733
|
export declare enum PhoneNumberStatus {
|
|
479
734
|
AcquireFailed = "AcquireFailed",
|
|
480
735
|
AcquireInProgress = "AcquireInProgress",
|
|
@@ -488,10 +743,16 @@ export declare enum PhoneNumberStatus {
|
|
|
488
743
|
ReleaseInProgress = "ReleaseInProgress",
|
|
489
744
|
Unassigned = "Unassigned"
|
|
490
745
|
}
|
|
746
|
+
/**
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
491
749
|
export declare enum PhoneNumberType {
|
|
492
750
|
Local = "Local",
|
|
493
751
|
TollFree = "TollFree"
|
|
494
752
|
}
|
|
753
|
+
/**
|
|
754
|
+
* @public
|
|
755
|
+
*/
|
|
495
756
|
export interface PhoneNumber {
|
|
496
757
|
PhoneNumberId?: string;
|
|
497
758
|
E164PhoneNumber?: string;
|
|
@@ -508,100 +769,190 @@ export interface PhoneNumber {
|
|
|
508
769
|
DeletionTimestamp?: Date;
|
|
509
770
|
OrderId?: string;
|
|
510
771
|
}
|
|
772
|
+
/**
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
511
775
|
export interface GetPhoneNumberResponse {
|
|
512
776
|
PhoneNumber?: PhoneNumber;
|
|
513
777
|
}
|
|
778
|
+
/**
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
514
781
|
export interface GetPhoneNumberOrderRequest {
|
|
515
782
|
PhoneNumberOrderId: string | undefined;
|
|
516
783
|
}
|
|
784
|
+
/**
|
|
785
|
+
* @public
|
|
786
|
+
*/
|
|
517
787
|
export interface GetPhoneNumberOrderResponse {
|
|
518
788
|
PhoneNumberOrder?: PhoneNumberOrder;
|
|
519
789
|
}
|
|
790
|
+
/**
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
520
793
|
export interface GetPhoneNumberSettingsResponse {
|
|
521
794
|
CallingName?: string;
|
|
522
795
|
CallingNameUpdatedTimestamp?: Date;
|
|
523
796
|
}
|
|
797
|
+
/**
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
524
800
|
export interface GetProxySessionRequest {
|
|
525
801
|
VoiceConnectorId: string | undefined;
|
|
526
802
|
ProxySessionId: string | undefined;
|
|
527
803
|
}
|
|
804
|
+
/**
|
|
805
|
+
* @public
|
|
806
|
+
*/
|
|
528
807
|
export interface GetProxySessionResponse {
|
|
529
808
|
ProxySession?: ProxySession;
|
|
530
809
|
}
|
|
810
|
+
/**
|
|
811
|
+
* @public
|
|
812
|
+
*/
|
|
531
813
|
export interface GetSipMediaApplicationRequest {
|
|
532
814
|
SipMediaApplicationId: string | undefined;
|
|
533
815
|
}
|
|
816
|
+
/**
|
|
817
|
+
* @public
|
|
818
|
+
*/
|
|
534
819
|
export interface GetSipMediaApplicationResponse {
|
|
535
820
|
SipMediaApplication?: SipMediaApplication;
|
|
536
821
|
}
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
537
825
|
export interface GetSipMediaApplicationAlexaSkillConfigurationRequest {
|
|
538
826
|
SipMediaApplicationId: string | undefined;
|
|
539
827
|
}
|
|
828
|
+
/**
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
540
831
|
export interface SipMediaApplicationAlexaSkillConfiguration {
|
|
541
832
|
AlexaSkillStatus: AlexaSkillStatus | string | undefined;
|
|
542
833
|
AlexaSkillIds: string[] | undefined;
|
|
543
834
|
}
|
|
835
|
+
/**
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
544
838
|
export interface GetSipMediaApplicationAlexaSkillConfigurationResponse {
|
|
545
839
|
SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
|
|
546
840
|
}
|
|
841
|
+
/**
|
|
842
|
+
* @public
|
|
843
|
+
*/
|
|
547
844
|
export interface GetSipMediaApplicationLoggingConfigurationRequest {
|
|
548
845
|
SipMediaApplicationId: string | undefined;
|
|
549
846
|
}
|
|
847
|
+
/**
|
|
848
|
+
* @public
|
|
849
|
+
*/
|
|
550
850
|
export interface SipMediaApplicationLoggingConfiguration {
|
|
551
851
|
EnableSipMediaApplicationMessageLogs?: boolean;
|
|
552
852
|
}
|
|
853
|
+
/**
|
|
854
|
+
* @public
|
|
855
|
+
*/
|
|
553
856
|
export interface GetSipMediaApplicationLoggingConfigurationResponse {
|
|
554
857
|
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
555
858
|
}
|
|
859
|
+
/**
|
|
860
|
+
* @public
|
|
861
|
+
*/
|
|
556
862
|
export interface GetSipRuleRequest {
|
|
557
863
|
SipRuleId: string | undefined;
|
|
558
864
|
}
|
|
865
|
+
/**
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
559
868
|
export interface GetSipRuleResponse {
|
|
560
869
|
SipRule?: SipRule;
|
|
561
870
|
}
|
|
871
|
+
/**
|
|
872
|
+
* @public
|
|
873
|
+
*/
|
|
562
874
|
export interface GetVoiceConnectorRequest {
|
|
563
875
|
VoiceConnectorId: string | undefined;
|
|
564
876
|
}
|
|
877
|
+
/**
|
|
878
|
+
* @public
|
|
879
|
+
*/
|
|
565
880
|
export interface GetVoiceConnectorResponse {
|
|
566
881
|
VoiceConnector?: VoiceConnector;
|
|
567
882
|
}
|
|
883
|
+
/**
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
568
886
|
export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
569
887
|
VoiceConnectorId: string | undefined;
|
|
570
888
|
}
|
|
889
|
+
/**
|
|
890
|
+
* @public
|
|
891
|
+
*/
|
|
571
892
|
export interface DNISEmergencyCallingConfiguration {
|
|
572
893
|
EmergencyPhoneNumber: string | undefined;
|
|
573
894
|
TestPhoneNumber?: string;
|
|
574
895
|
CallingCountry: string | undefined;
|
|
575
896
|
}
|
|
897
|
+
/**
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
576
900
|
export interface EmergencyCallingConfiguration {
|
|
577
901
|
DNIS?: DNISEmergencyCallingConfiguration[];
|
|
578
902
|
}
|
|
903
|
+
/**
|
|
904
|
+
* @public
|
|
905
|
+
*/
|
|
579
906
|
export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
580
907
|
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
581
908
|
}
|
|
909
|
+
/**
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
582
912
|
export interface GetVoiceConnectorGroupRequest {
|
|
583
913
|
VoiceConnectorGroupId: string | undefined;
|
|
584
914
|
}
|
|
915
|
+
/**
|
|
916
|
+
* @public
|
|
917
|
+
*/
|
|
585
918
|
export interface GetVoiceConnectorGroupResponse {
|
|
586
919
|
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
587
920
|
}
|
|
921
|
+
/**
|
|
922
|
+
* @public
|
|
923
|
+
*/
|
|
588
924
|
export interface GetVoiceConnectorLoggingConfigurationRequest {
|
|
589
925
|
VoiceConnectorId: string | undefined;
|
|
590
926
|
}
|
|
927
|
+
/**
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
591
930
|
export interface LoggingConfiguration {
|
|
592
931
|
EnableSIPLogs?: boolean;
|
|
593
932
|
EnableMediaMetricLogs?: boolean;
|
|
594
933
|
}
|
|
934
|
+
/**
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
595
937
|
export interface GetVoiceConnectorLoggingConfigurationResponse {
|
|
596
938
|
LoggingConfiguration?: LoggingConfiguration;
|
|
597
939
|
}
|
|
940
|
+
/**
|
|
941
|
+
* @public
|
|
942
|
+
*/
|
|
598
943
|
export interface GetVoiceConnectorOriginationRequest {
|
|
599
944
|
VoiceConnectorId: string | undefined;
|
|
600
945
|
}
|
|
946
|
+
/**
|
|
947
|
+
* @public
|
|
948
|
+
*/
|
|
601
949
|
export declare enum OriginationRouteProtocol {
|
|
602
950
|
TCP = "TCP",
|
|
603
951
|
UDP = "UDP"
|
|
604
952
|
}
|
|
953
|
+
/**
|
|
954
|
+
* @public
|
|
955
|
+
*/
|
|
605
956
|
export interface OriginationRoute {
|
|
606
957
|
Host?: string;
|
|
607
958
|
Port?: number;
|
|
@@ -609,47 +960,83 @@ export interface OriginationRoute {
|
|
|
609
960
|
Priority?: number;
|
|
610
961
|
Weight?: number;
|
|
611
962
|
}
|
|
963
|
+
/**
|
|
964
|
+
* @public
|
|
965
|
+
*/
|
|
612
966
|
export interface Origination {
|
|
613
967
|
Routes?: OriginationRoute[];
|
|
614
968
|
Disabled?: boolean;
|
|
615
969
|
}
|
|
970
|
+
/**
|
|
971
|
+
* @public
|
|
972
|
+
*/
|
|
616
973
|
export interface GetVoiceConnectorOriginationResponse {
|
|
617
974
|
Origination?: Origination;
|
|
618
975
|
}
|
|
976
|
+
/**
|
|
977
|
+
* @public
|
|
978
|
+
*/
|
|
619
979
|
export interface GetVoiceConnectorProxyRequest {
|
|
620
980
|
VoiceConnectorId: string | undefined;
|
|
621
981
|
}
|
|
982
|
+
/**
|
|
983
|
+
* @public
|
|
984
|
+
*/
|
|
622
985
|
export interface Proxy {
|
|
623
986
|
DefaultSessionExpiryMinutes?: number;
|
|
624
987
|
Disabled?: boolean;
|
|
625
988
|
FallBackPhoneNumber?: string;
|
|
626
989
|
PhoneNumberCountries?: string[];
|
|
627
990
|
}
|
|
991
|
+
/**
|
|
992
|
+
* @public
|
|
993
|
+
*/
|
|
628
994
|
export interface GetVoiceConnectorProxyResponse {
|
|
629
995
|
Proxy?: Proxy;
|
|
630
996
|
}
|
|
997
|
+
/**
|
|
998
|
+
* @public
|
|
999
|
+
*/
|
|
631
1000
|
export interface GetVoiceConnectorStreamingConfigurationRequest {
|
|
632
1001
|
VoiceConnectorId: string | undefined;
|
|
633
1002
|
}
|
|
1003
|
+
/**
|
|
1004
|
+
* @public
|
|
1005
|
+
*/
|
|
634
1006
|
export declare enum NotificationTarget {
|
|
635
1007
|
EventBridge = "EventBridge",
|
|
636
1008
|
SNS = "SNS",
|
|
637
1009
|
SQS = "SQS"
|
|
638
1010
|
}
|
|
1011
|
+
/**
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
639
1014
|
export interface StreamingNotificationTarget {
|
|
640
1015
|
NotificationTarget?: NotificationTarget | string;
|
|
641
1016
|
}
|
|
1017
|
+
/**
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
642
1020
|
export interface StreamingConfiguration {
|
|
643
1021
|
DataRetentionInHours: number | undefined;
|
|
644
1022
|
Disabled: boolean | undefined;
|
|
645
1023
|
StreamingNotificationTargets?: StreamingNotificationTarget[];
|
|
646
1024
|
}
|
|
1025
|
+
/**
|
|
1026
|
+
* @public
|
|
1027
|
+
*/
|
|
647
1028
|
export interface GetVoiceConnectorStreamingConfigurationResponse {
|
|
648
1029
|
StreamingConfiguration?: StreamingConfiguration;
|
|
649
1030
|
}
|
|
1031
|
+
/**
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
650
1034
|
export interface GetVoiceConnectorTerminationRequest {
|
|
651
1035
|
VoiceConnectorId: string | undefined;
|
|
652
1036
|
}
|
|
1037
|
+
/**
|
|
1038
|
+
* @public
|
|
1039
|
+
*/
|
|
653
1040
|
export interface Termination {
|
|
654
1041
|
CpsLimit?: number;
|
|
655
1042
|
DefaultPhoneNumber?: string;
|
|
@@ -657,30 +1044,54 @@ export interface Termination {
|
|
|
657
1044
|
CidrAllowedList?: string[];
|
|
658
1045
|
Disabled?: boolean;
|
|
659
1046
|
}
|
|
1047
|
+
/**
|
|
1048
|
+
* @public
|
|
1049
|
+
*/
|
|
660
1050
|
export interface GetVoiceConnectorTerminationResponse {
|
|
661
1051
|
Termination?: Termination;
|
|
662
1052
|
}
|
|
1053
|
+
/**
|
|
1054
|
+
* @public
|
|
1055
|
+
*/
|
|
663
1056
|
export interface GetVoiceConnectorTerminationHealthRequest {
|
|
664
1057
|
VoiceConnectorId: string | undefined;
|
|
665
1058
|
}
|
|
1059
|
+
/**
|
|
1060
|
+
* @public
|
|
1061
|
+
*/
|
|
666
1062
|
export interface TerminationHealth {
|
|
667
1063
|
Timestamp?: Date;
|
|
668
1064
|
Source?: string;
|
|
669
1065
|
}
|
|
1066
|
+
/**
|
|
1067
|
+
* @public
|
|
1068
|
+
*/
|
|
670
1069
|
export interface GetVoiceConnectorTerminationHealthResponse {
|
|
671
1070
|
TerminationHealth?: TerminationHealth;
|
|
672
1071
|
}
|
|
1072
|
+
/**
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
673
1075
|
export interface ListAvailableVoiceConnectorRegionsResponse {
|
|
674
1076
|
VoiceConnectorRegions?: (VoiceConnectorAwsRegion | string)[];
|
|
675
1077
|
}
|
|
1078
|
+
/**
|
|
1079
|
+
* @public
|
|
1080
|
+
*/
|
|
676
1081
|
export interface ListPhoneNumberOrdersRequest {
|
|
677
1082
|
NextToken?: string;
|
|
678
1083
|
MaxResults?: number;
|
|
679
1084
|
}
|
|
1085
|
+
/**
|
|
1086
|
+
* @public
|
|
1087
|
+
*/
|
|
680
1088
|
export interface ListPhoneNumberOrdersResponse {
|
|
681
1089
|
PhoneNumberOrders?: PhoneNumberOrder[];
|
|
682
1090
|
NextToken?: string;
|
|
683
1091
|
}
|
|
1092
|
+
/**
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
684
1095
|
export interface ListPhoneNumbersRequest {
|
|
685
1096
|
Status?: string;
|
|
686
1097
|
ProductType?: PhoneNumberProductType | string;
|
|
@@ -689,104 +1100,185 @@ export interface ListPhoneNumbersRequest {
|
|
|
689
1100
|
MaxResults?: number;
|
|
690
1101
|
NextToken?: string;
|
|
691
1102
|
}
|
|
1103
|
+
/**
|
|
1104
|
+
* @public
|
|
1105
|
+
*/
|
|
692
1106
|
export interface ListPhoneNumbersResponse {
|
|
693
1107
|
PhoneNumbers?: PhoneNumber[];
|
|
694
1108
|
NextToken?: string;
|
|
695
1109
|
}
|
|
1110
|
+
/**
|
|
1111
|
+
* @public
|
|
1112
|
+
*/
|
|
696
1113
|
export interface ListProxySessionsRequest {
|
|
697
1114
|
VoiceConnectorId: string | undefined;
|
|
698
1115
|
Status?: ProxySessionStatus | string;
|
|
699
1116
|
NextToken?: string;
|
|
700
1117
|
MaxResults?: number;
|
|
701
1118
|
}
|
|
1119
|
+
/**
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
702
1122
|
export interface ListProxySessionsResponse {
|
|
703
1123
|
ProxySessions?: ProxySession[];
|
|
704
1124
|
NextToken?: string;
|
|
705
1125
|
}
|
|
1126
|
+
/**
|
|
1127
|
+
* @public
|
|
1128
|
+
*/
|
|
706
1129
|
export interface ListSipMediaApplicationsRequest {
|
|
707
1130
|
MaxResults?: number;
|
|
708
1131
|
NextToken?: string;
|
|
709
1132
|
}
|
|
1133
|
+
/**
|
|
1134
|
+
* @public
|
|
1135
|
+
*/
|
|
710
1136
|
export interface ListSipMediaApplicationsResponse {
|
|
711
1137
|
SipMediaApplications?: SipMediaApplication[];
|
|
712
1138
|
NextToken?: string;
|
|
713
1139
|
}
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
714
1143
|
export interface ListSipRulesRequest {
|
|
715
1144
|
SipMediaApplicationId?: string;
|
|
716
1145
|
MaxResults?: number;
|
|
717
1146
|
NextToken?: string;
|
|
718
1147
|
}
|
|
1148
|
+
/**
|
|
1149
|
+
* @public
|
|
1150
|
+
*/
|
|
719
1151
|
export interface ListSipRulesResponse {
|
|
720
1152
|
SipRules?: SipRule[];
|
|
721
1153
|
NextToken?: string;
|
|
722
1154
|
}
|
|
1155
|
+
/**
|
|
1156
|
+
* @public
|
|
1157
|
+
*/
|
|
723
1158
|
export interface ListSupportedPhoneNumberCountriesRequest {
|
|
724
1159
|
ProductType: PhoneNumberProductType | string | undefined;
|
|
725
1160
|
}
|
|
1161
|
+
/**
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
726
1164
|
export interface PhoneNumberCountry {
|
|
727
1165
|
CountryCode?: string;
|
|
728
1166
|
SupportedPhoneNumberTypes?: (PhoneNumberType | string)[];
|
|
729
1167
|
}
|
|
1168
|
+
/**
|
|
1169
|
+
* @public
|
|
1170
|
+
*/
|
|
730
1171
|
export interface ListSupportedPhoneNumberCountriesResponse {
|
|
731
1172
|
PhoneNumberCountries?: PhoneNumberCountry[];
|
|
732
1173
|
}
|
|
1174
|
+
/**
|
|
1175
|
+
* @public
|
|
1176
|
+
*/
|
|
733
1177
|
export interface ListVoiceConnectorGroupsRequest {
|
|
734
1178
|
NextToken?: string;
|
|
735
1179
|
MaxResults?: number;
|
|
736
1180
|
}
|
|
1181
|
+
/**
|
|
1182
|
+
* @public
|
|
1183
|
+
*/
|
|
737
1184
|
export interface ListVoiceConnectorGroupsResponse {
|
|
738
1185
|
VoiceConnectorGroups?: VoiceConnectorGroup[];
|
|
739
1186
|
NextToken?: string;
|
|
740
1187
|
}
|
|
1188
|
+
/**
|
|
1189
|
+
* @public
|
|
1190
|
+
*/
|
|
741
1191
|
export interface ListVoiceConnectorsRequest {
|
|
742
1192
|
NextToken?: string;
|
|
743
1193
|
MaxResults?: number;
|
|
744
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
745
1198
|
export interface ListVoiceConnectorsResponse {
|
|
746
1199
|
VoiceConnectors?: VoiceConnector[];
|
|
747
1200
|
NextToken?: string;
|
|
748
1201
|
}
|
|
1202
|
+
/**
|
|
1203
|
+
* @public
|
|
1204
|
+
*/
|
|
749
1205
|
export interface ListVoiceConnectorTerminationCredentialsRequest {
|
|
750
1206
|
VoiceConnectorId: string | undefined;
|
|
751
1207
|
}
|
|
1208
|
+
/**
|
|
1209
|
+
* @public
|
|
1210
|
+
*/
|
|
752
1211
|
export interface ListVoiceConnectorTerminationCredentialsResponse {
|
|
753
1212
|
Usernames?: string[];
|
|
754
1213
|
}
|
|
1214
|
+
/**
|
|
1215
|
+
* @public
|
|
1216
|
+
*/
|
|
755
1217
|
export interface PutSipMediaApplicationAlexaSkillConfigurationRequest {
|
|
756
1218
|
SipMediaApplicationId: string | undefined;
|
|
757
1219
|
SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
|
|
758
1220
|
}
|
|
1221
|
+
/**
|
|
1222
|
+
* @public
|
|
1223
|
+
*/
|
|
759
1224
|
export interface PutSipMediaApplicationAlexaSkillConfigurationResponse {
|
|
760
1225
|
SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
|
|
761
1226
|
}
|
|
1227
|
+
/**
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
762
1230
|
export interface PutSipMediaApplicationLoggingConfigurationRequest {
|
|
763
1231
|
SipMediaApplicationId: string | undefined;
|
|
764
1232
|
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
765
1233
|
}
|
|
1234
|
+
/**
|
|
1235
|
+
* @public
|
|
1236
|
+
*/
|
|
766
1237
|
export interface PutSipMediaApplicationLoggingConfigurationResponse {
|
|
767
1238
|
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
768
1239
|
}
|
|
1240
|
+
/**
|
|
1241
|
+
* @public
|
|
1242
|
+
*/
|
|
769
1243
|
export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
770
1244
|
VoiceConnectorId: string | undefined;
|
|
771
1245
|
EmergencyCallingConfiguration: EmergencyCallingConfiguration | undefined;
|
|
772
1246
|
}
|
|
1247
|
+
/**
|
|
1248
|
+
* @public
|
|
1249
|
+
*/
|
|
773
1250
|
export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
774
1251
|
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
775
1252
|
}
|
|
1253
|
+
/**
|
|
1254
|
+
* @public
|
|
1255
|
+
*/
|
|
776
1256
|
export interface PutVoiceConnectorLoggingConfigurationRequest {
|
|
777
1257
|
VoiceConnectorId: string | undefined;
|
|
778
1258
|
LoggingConfiguration: LoggingConfiguration | undefined;
|
|
779
1259
|
}
|
|
1260
|
+
/**
|
|
1261
|
+
* @public
|
|
1262
|
+
*/
|
|
780
1263
|
export interface PutVoiceConnectorLoggingConfigurationResponse {
|
|
781
1264
|
LoggingConfiguration?: LoggingConfiguration;
|
|
782
1265
|
}
|
|
1266
|
+
/**
|
|
1267
|
+
* @public
|
|
1268
|
+
*/
|
|
783
1269
|
export interface PutVoiceConnectorOriginationRequest {
|
|
784
1270
|
VoiceConnectorId: string | undefined;
|
|
785
1271
|
Origination: Origination | undefined;
|
|
786
1272
|
}
|
|
1273
|
+
/**
|
|
1274
|
+
* @public
|
|
1275
|
+
*/
|
|
787
1276
|
export interface PutVoiceConnectorOriginationResponse {
|
|
788
1277
|
Origination?: Origination;
|
|
789
1278
|
}
|
|
1279
|
+
/**
|
|
1280
|
+
* @public
|
|
1281
|
+
*/
|
|
790
1282
|
export interface PutVoiceConnectorProxyRequest {
|
|
791
1283
|
VoiceConnectorId: string | undefined;
|
|
792
1284
|
DefaultSessionExpiryMinutes: number | undefined;
|
|
@@ -794,37 +1286,67 @@ export interface PutVoiceConnectorProxyRequest {
|
|
|
794
1286
|
FallBackPhoneNumber?: string;
|
|
795
1287
|
Disabled?: boolean;
|
|
796
1288
|
}
|
|
1289
|
+
/**
|
|
1290
|
+
* @public
|
|
1291
|
+
*/
|
|
797
1292
|
export interface PutVoiceConnectorProxyResponse {
|
|
798
1293
|
Proxy?: Proxy;
|
|
799
1294
|
}
|
|
1295
|
+
/**
|
|
1296
|
+
* @public
|
|
1297
|
+
*/
|
|
800
1298
|
export interface PutVoiceConnectorStreamingConfigurationRequest {
|
|
801
1299
|
VoiceConnectorId: string | undefined;
|
|
802
1300
|
StreamingConfiguration: StreamingConfiguration | undefined;
|
|
803
1301
|
}
|
|
1302
|
+
/**
|
|
1303
|
+
* @public
|
|
1304
|
+
*/
|
|
804
1305
|
export interface PutVoiceConnectorStreamingConfigurationResponse {
|
|
805
1306
|
StreamingConfiguration?: StreamingConfiguration;
|
|
806
1307
|
}
|
|
1308
|
+
/**
|
|
1309
|
+
* @public
|
|
1310
|
+
*/
|
|
807
1311
|
export interface PutVoiceConnectorTerminationRequest {
|
|
808
1312
|
VoiceConnectorId: string | undefined;
|
|
809
1313
|
Termination: Termination | undefined;
|
|
810
1314
|
}
|
|
1315
|
+
/**
|
|
1316
|
+
* @public
|
|
1317
|
+
*/
|
|
811
1318
|
export interface PutVoiceConnectorTerminationResponse {
|
|
812
1319
|
Termination?: Termination;
|
|
813
1320
|
}
|
|
1321
|
+
/**
|
|
1322
|
+
* @public
|
|
1323
|
+
*/
|
|
814
1324
|
export interface Credential {
|
|
815
1325
|
Username?: string;
|
|
816
1326
|
Password?: string;
|
|
817
1327
|
}
|
|
1328
|
+
/**
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
818
1331
|
export interface PutVoiceConnectorTerminationCredentialsRequest {
|
|
819
1332
|
VoiceConnectorId: string | undefined;
|
|
820
1333
|
Credentials?: Credential[];
|
|
821
1334
|
}
|
|
1335
|
+
/**
|
|
1336
|
+
* @public
|
|
1337
|
+
*/
|
|
822
1338
|
export interface RestorePhoneNumberRequest {
|
|
823
1339
|
PhoneNumberId: string | undefined;
|
|
824
1340
|
}
|
|
1341
|
+
/**
|
|
1342
|
+
* @public
|
|
1343
|
+
*/
|
|
825
1344
|
export interface RestorePhoneNumberResponse {
|
|
826
1345
|
PhoneNumber?: PhoneNumber;
|
|
827
1346
|
}
|
|
1347
|
+
/**
|
|
1348
|
+
* @public
|
|
1349
|
+
*/
|
|
828
1350
|
export interface SearchAvailablePhoneNumbersRequest {
|
|
829
1351
|
AreaCode?: string;
|
|
830
1352
|
City?: string;
|
|
@@ -835,74 +1357,128 @@ export interface SearchAvailablePhoneNumbersRequest {
|
|
|
835
1357
|
MaxResults?: number;
|
|
836
1358
|
NextToken?: string;
|
|
837
1359
|
}
|
|
1360
|
+
/**
|
|
1361
|
+
* @public
|
|
1362
|
+
*/
|
|
838
1363
|
export interface SearchAvailablePhoneNumbersResponse {
|
|
839
1364
|
E164PhoneNumbers?: string[];
|
|
840
1365
|
NextToken?: string;
|
|
841
1366
|
}
|
|
1367
|
+
/**
|
|
1368
|
+
* @public
|
|
1369
|
+
*/
|
|
842
1370
|
export interface UpdateGlobalSettingsRequest {
|
|
843
1371
|
VoiceConnector?: VoiceConnectorSettings;
|
|
844
1372
|
}
|
|
1373
|
+
/**
|
|
1374
|
+
* @public
|
|
1375
|
+
*/
|
|
845
1376
|
export interface UpdatePhoneNumberRequest {
|
|
846
1377
|
PhoneNumberId: string | undefined;
|
|
847
1378
|
ProductType?: PhoneNumberProductType | string;
|
|
848
1379
|
CallingName?: string;
|
|
849
1380
|
}
|
|
1381
|
+
/**
|
|
1382
|
+
* @public
|
|
1383
|
+
*/
|
|
850
1384
|
export interface UpdatePhoneNumberResponse {
|
|
851
1385
|
PhoneNumber?: PhoneNumber;
|
|
852
1386
|
}
|
|
1387
|
+
/**
|
|
1388
|
+
* @public
|
|
1389
|
+
*/
|
|
853
1390
|
export interface UpdatePhoneNumberSettingsRequest {
|
|
854
1391
|
CallingName: string | undefined;
|
|
855
1392
|
}
|
|
1393
|
+
/**
|
|
1394
|
+
* @public
|
|
1395
|
+
*/
|
|
856
1396
|
export interface UpdateProxySessionRequest {
|
|
857
1397
|
VoiceConnectorId: string | undefined;
|
|
858
1398
|
ProxySessionId: string | undefined;
|
|
859
1399
|
Capabilities: (Capability | string)[] | undefined;
|
|
860
1400
|
ExpiryMinutes?: number;
|
|
861
1401
|
}
|
|
1402
|
+
/**
|
|
1403
|
+
* @public
|
|
1404
|
+
*/
|
|
862
1405
|
export interface UpdateProxySessionResponse {
|
|
863
1406
|
ProxySession?: ProxySession;
|
|
864
1407
|
}
|
|
1408
|
+
/**
|
|
1409
|
+
* @public
|
|
1410
|
+
*/
|
|
865
1411
|
export interface UpdateSipMediaApplicationRequest {
|
|
866
1412
|
SipMediaApplicationId: string | undefined;
|
|
867
1413
|
Name?: string;
|
|
868
1414
|
Endpoints?: SipMediaApplicationEndpoint[];
|
|
869
1415
|
}
|
|
1416
|
+
/**
|
|
1417
|
+
* @public
|
|
1418
|
+
*/
|
|
870
1419
|
export interface UpdateSipMediaApplicationResponse {
|
|
871
1420
|
SipMediaApplication?: SipMediaApplication;
|
|
872
1421
|
}
|
|
1422
|
+
/**
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
873
1425
|
export interface UpdateSipMediaApplicationCallRequest {
|
|
874
1426
|
SipMediaApplicationId: string | undefined;
|
|
875
1427
|
TransactionId: string | undefined;
|
|
876
1428
|
Arguments: Record<string, string> | undefined;
|
|
877
1429
|
}
|
|
1430
|
+
/**
|
|
1431
|
+
* @public
|
|
1432
|
+
*/
|
|
878
1433
|
export interface UpdateSipMediaApplicationCallResponse {
|
|
879
1434
|
SipMediaApplicationCall?: SipMediaApplicationCall;
|
|
880
1435
|
}
|
|
1436
|
+
/**
|
|
1437
|
+
* @public
|
|
1438
|
+
*/
|
|
881
1439
|
export interface UpdateSipRuleRequest {
|
|
882
1440
|
SipRuleId: string | undefined;
|
|
883
1441
|
Name: string | undefined;
|
|
884
1442
|
Disabled?: boolean;
|
|
885
1443
|
TargetApplications?: SipRuleTargetApplication[];
|
|
886
1444
|
}
|
|
1445
|
+
/**
|
|
1446
|
+
* @public
|
|
1447
|
+
*/
|
|
887
1448
|
export interface UpdateSipRuleResponse {
|
|
888
1449
|
SipRule?: SipRule;
|
|
889
1450
|
}
|
|
1451
|
+
/**
|
|
1452
|
+
* @public
|
|
1453
|
+
*/
|
|
890
1454
|
export interface UpdateVoiceConnectorRequest {
|
|
891
1455
|
VoiceConnectorId: string | undefined;
|
|
892
1456
|
Name: string | undefined;
|
|
893
1457
|
RequireEncryption: boolean | undefined;
|
|
894
1458
|
}
|
|
1459
|
+
/**
|
|
1460
|
+
* @public
|
|
1461
|
+
*/
|
|
895
1462
|
export interface UpdateVoiceConnectorResponse {
|
|
896
1463
|
VoiceConnector?: VoiceConnector;
|
|
897
1464
|
}
|
|
1465
|
+
/**
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
898
1468
|
export interface UpdateVoiceConnectorGroupRequest {
|
|
899
1469
|
VoiceConnectorGroupId: string | undefined;
|
|
900
1470
|
Name: string | undefined;
|
|
901
1471
|
VoiceConnectorItems: VoiceConnectorItem[] | undefined;
|
|
902
1472
|
}
|
|
1473
|
+
/**
|
|
1474
|
+
* @public
|
|
1475
|
+
*/
|
|
903
1476
|
export interface UpdateVoiceConnectorGroupResponse {
|
|
904
1477
|
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
905
1478
|
}
|
|
1479
|
+
/**
|
|
1480
|
+
* @public
|
|
1481
|
+
*/
|
|
906
1482
|
export interface ValidateE911AddressRequest {
|
|
907
1483
|
AwsAccountId: string | undefined;
|
|
908
1484
|
StreetNumber: string | undefined;
|
|
@@ -912,6 +1488,9 @@ export interface ValidateE911AddressRequest {
|
|
|
912
1488
|
Country: string | undefined;
|
|
913
1489
|
PostalCode: string | undefined;
|
|
914
1490
|
}
|
|
1491
|
+
/**
|
|
1492
|
+
* @public
|
|
1493
|
+
*/
|
|
915
1494
|
export interface ValidateE911AddressResponse {
|
|
916
1495
|
ValidationResult?: number;
|
|
917
1496
|
AddressExternalId?: string;
|