/** * @public * @enum */ export declare const ErrorCode: { readonly AccessDenied: "AccessDenied"; readonly BadRequest: "BadRequest"; readonly Conflict: "Conflict"; readonly Forbidden: "Forbidden"; readonly Gone: "Gone"; readonly NotFound: "NotFound"; readonly PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist"; readonly PreconditionFailed: "PreconditionFailed"; readonly ResourceLimitExceeded: "ResourceLimitExceeded"; readonly ServiceFailure: "ServiceFailure"; readonly ServiceUnavailable: "ServiceUnavailable"; readonly Throttled: "Throttled"; readonly Throttling: "Throttling"; readonly Unauthorized: "Unauthorized"; readonly Unprocessable: "Unprocessable"; readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist"; }; /** * @public */ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode]; /** * @public * @enum */ export declare const AlexaSkillStatus: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; /** * @public */ export type AlexaSkillStatus = (typeof AlexaSkillStatus)[keyof typeof AlexaSkillStatus]; /** * @public * @enum */ export declare const PhoneNumberProductType: { readonly SipMediaApplicationDialIn: "SipMediaApplicationDialIn"; readonly VoiceConnector: "VoiceConnector"; }; /** * @public */ export type PhoneNumberProductType = (typeof PhoneNumberProductType)[keyof typeof PhoneNumberProductType]; /** * @public * @enum */ export declare const CallingNameStatus: { readonly Unassigned: "Unassigned"; readonly UpdateFailed: "UpdateFailed"; readonly UpdateInProgress: "UpdateInProgress"; readonly UpdateSucceeded: "UpdateSucceeded"; }; /** * @public */ export type CallingNameStatus = (typeof CallingNameStatus)[keyof typeof CallingNameStatus]; /** * @public * @enum */ export declare const CallLegType: { readonly CALLEE: "Callee"; readonly CALLER: "Caller"; }; /** * @public */ export type CallLegType = (typeof CallLegType)[keyof typeof CallLegType]; /** * @public * @enum */ export declare const Capability: { readonly SMS: "SMS"; readonly Voice: "Voice"; }; /** * @public */ export type Capability = (typeof Capability)[keyof typeof Capability]; /** * @public * @enum */ export declare const OrderedPhoneNumberStatus: { readonly Acquired: "Acquired"; readonly Failed: "Failed"; readonly Processing: "Processing"; }; /** * @public */ export type OrderedPhoneNumberStatus = (typeof OrderedPhoneNumberStatus)[keyof typeof OrderedPhoneNumberStatus]; /** * @public * @enum */ export declare const PhoneNumberOrderType: { readonly New: "New"; readonly Porting: "Porting"; }; /** * @public */ export type PhoneNumberOrderType = (typeof PhoneNumberOrderType)[keyof typeof PhoneNumberOrderType]; /** * @public * @enum */ export declare const PhoneNumberOrderStatus: { readonly CancelRequested: "CancelRequested"; readonly Cancelled: "Cancelled"; readonly ChangeRequested: "ChangeRequested"; readonly Exception: "Exception"; readonly FOC: "FOC"; readonly Failed: "Failed"; readonly Partial: "Partial"; readonly PendingDocuments: "PendingDocuments"; readonly Processing: "Processing"; readonly Submitted: "Submitted"; readonly Successful: "Successful"; }; /** * @public */ export type PhoneNumberOrderStatus = (typeof PhoneNumberOrderStatus)[keyof typeof PhoneNumberOrderStatus]; /** * @public * @enum */ export declare const GeoMatchLevel: { readonly AreaCode: "AreaCode"; readonly Country: "Country"; }; /** * @public */ export type GeoMatchLevel = (typeof GeoMatchLevel)[keyof typeof GeoMatchLevel]; /** * @public * @enum */ export declare const NumberSelectionBehavior: { readonly AvoidSticky: "AvoidSticky"; readonly PreferSticky: "PreferSticky"; }; /** * @public */ export type NumberSelectionBehavior = (typeof NumberSelectionBehavior)[keyof typeof NumberSelectionBehavior]; /** * @public * @enum */ export declare const ProxySessionStatus: { readonly Closed: "Closed"; readonly InProgress: "InProgress"; readonly Open: "Open"; }; /** * @public */ export type ProxySessionStatus = (typeof ProxySessionStatus)[keyof typeof ProxySessionStatus]; /** * @public * @enum */ export declare const SipRuleTriggerType: { readonly RequestUriHostname: "RequestUriHostname"; readonly ToPhoneNumber: "ToPhoneNumber"; }; /** * @public */ export type SipRuleTriggerType = (typeof SipRuleTriggerType)[keyof typeof SipRuleTriggerType]; /** * @public * @enum */ export declare const VoiceConnectorAwsRegion: { readonly AP_NORTHEAST_1: "ap-northeast-1"; readonly AP_NORTHEAST_2: "ap-northeast-2"; readonly AP_SOUTHEAST_1: "ap-southeast-1"; readonly AP_SOUTHEAST_2: "ap-southeast-2"; readonly CA_CENTRAL_1: "ca-central-1"; readonly EU_CENTRAL_1: "eu-central-1"; readonly EU_WEST_1: "eu-west-1"; readonly EU_WEST_2: "eu-west-2"; readonly US_EAST_1: "us-east-1"; readonly US_WEST_2: "us-west-2"; }; /** * @public */ export type VoiceConnectorAwsRegion = (typeof VoiceConnectorAwsRegion)[keyof typeof VoiceConnectorAwsRegion]; /** * @public * @enum */ export declare const VoiceConnectorIntegrationType: { readonly CONNECT_ANALYTICS_CONNECTOR: "CONNECT_ANALYTICS_CONNECTOR"; readonly CONNECT_CALL_TRANSFER_CONNECTOR: "CONNECT_CALL_TRANSFER_CONNECTOR"; }; /** * @public */ export type VoiceConnectorIntegrationType = (typeof VoiceConnectorIntegrationType)[keyof typeof VoiceConnectorIntegrationType]; /** * @public * @enum */ export declare const NetworkType: { readonly DUAL_STACK: "DUAL_STACK"; readonly IPV4_ONLY: "IPV4_ONLY"; }; /** * @public */ export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType]; /** * @public * @enum */ export declare const PhoneNumberAssociationName: { readonly SipRuleId: "SipRuleId"; readonly VoiceConnectorGroupId: "VoiceConnectorGroupId"; readonly VoiceConnectorId: "VoiceConnectorId"; }; /** * @public */ export type PhoneNumberAssociationName = (typeof PhoneNumberAssociationName)[keyof typeof PhoneNumberAssociationName]; /** * @public * @enum */ export declare const PhoneNumberStatus: { readonly AcquireFailed: "AcquireFailed"; readonly AcquireInProgress: "AcquireInProgress"; readonly Assigned: "Assigned"; readonly Cancelled: "Cancelled"; readonly DeleteFailed: "DeleteFailed"; readonly DeleteInProgress: "DeleteInProgress"; readonly PortinCancelRequested: "PortinCancelRequested"; readonly PortinInProgress: "PortinInProgress"; readonly ReleaseFailed: "ReleaseFailed"; readonly ReleaseInProgress: "ReleaseInProgress"; readonly Unassigned: "Unassigned"; }; /** * @public */ export type PhoneNumberStatus = (typeof PhoneNumberStatus)[keyof typeof PhoneNumberStatus]; /** * @public * @enum */ export declare const PhoneNumberType: { readonly Local: "Local"; readonly TollFree: "TollFree"; }; /** * @public */ export type PhoneNumberType = (typeof PhoneNumberType)[keyof typeof PhoneNumberType]; /** * @public * @enum */ export declare const ContactCenterSystemType: { readonly AVAYA_AURA_CALL_CENTER_ELITE: "AVAYA_AURA_CALL_CENTER_ELITE"; readonly AVAYA_AURA_CONTACT_CENTER: "AVAYA_AURA_CONTACT_CENTER"; readonly CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE: "CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE"; readonly GENESYS_ENGAGE_ON_PREMISES: "GENESYS_ENGAGE_ON_PREMISES"; }; /** * @public */ export type ContactCenterSystemType = (typeof ContactCenterSystemType)[keyof typeof ContactCenterSystemType]; /** * @public * @enum */ export declare const SessionBorderControllerType: { readonly AUDIOCODES_MEDIANT_SBC: "AUDIOCODES_MEDIANT_SBC"; readonly AVAYA_SBCE: "AVAYA_SBCE"; readonly CISCO_UNIFIED_BORDER_ELEMENT: "CISCO_UNIFIED_BORDER_ELEMENT"; readonly ORACLE_ACME_PACKET_SBC: "ORACLE_ACME_PACKET_SBC"; readonly RIBBON_SBC: "RIBBON_SBC"; }; /** * @public */ export type SessionBorderControllerType = (typeof SessionBorderControllerType)[keyof typeof SessionBorderControllerType]; /** * @public * @enum */ export declare const OriginationRouteProtocol: { readonly TCP: "TCP"; readonly UDP: "UDP"; }; /** * @public */ export type OriginationRouteProtocol = (typeof OriginationRouteProtocol)[keyof typeof OriginationRouteProtocol]; /** * @public * @enum */ export declare const NotificationTarget: { readonly EventBridge: "EventBridge"; readonly SNS: "SNS"; readonly SQS: "SQS"; }; /** * @public */ export type NotificationTarget = (typeof NotificationTarget)[keyof typeof NotificationTarget]; /** * @public * @enum */ export declare const LanguageCode: { readonly EN_US: "en-US"; }; /** * @public */ export type LanguageCode = (typeof LanguageCode)[keyof typeof LanguageCode];