Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ChimeSDKVoice

import { ChimeSDKVoice } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
class ChimeSDKVoice {
constructor(apiFactory: client.ApiFactory);
async associatePhoneNumbersWithVoiceConnector(params: AssociatePhoneNumbersWithVoiceConnectorRequest, opts?: client.RequestOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorResponse>;
async batchDeletePhoneNumber(params: BatchDeletePhoneNumberRequest, opts?: client.RequestOptions): Promise<BatchDeletePhoneNumberResponse>;
async batchUpdatePhoneNumber(params: BatchUpdatePhoneNumberRequest, opts?: client.RequestOptions): Promise<BatchUpdatePhoneNumberResponse>;
async createPhoneNumberOrder(params: CreatePhoneNumberOrderRequest, opts?: client.RequestOptions): Promise<CreatePhoneNumberOrderResponse>;
async createProxySession(params: CreateProxySessionRequest, opts?: client.RequestOptions): Promise<CreateProxySessionResponse>;
async createSipMediaApplication(params: CreateSipMediaApplicationRequest, opts?: client.RequestOptions): Promise<CreateSipMediaApplicationResponse>;
async createSipMediaApplicationCall(params: CreateSipMediaApplicationCallRequest, opts?: client.RequestOptions): Promise<CreateSipMediaApplicationCallResponse>;
async createSipRule(params: CreateSipRuleRequest, opts?: client.RequestOptions): Promise<CreateSipRuleResponse>;
async createVoiceConnector(params: CreateVoiceConnectorRequest, opts?: client.RequestOptions): Promise<CreateVoiceConnectorResponse>;
async createVoiceConnectorGroup(params: CreateVoiceConnectorGroupRequest, opts?: client.RequestOptions): Promise<CreateVoiceConnectorGroupResponse>;
async deletePhoneNumber(params: DeletePhoneNumberRequest, opts?: client.RequestOptions): Promise<void>;
async deleteProxySession(params: DeleteProxySessionRequest, opts?: client.RequestOptions): Promise<void>;
async deleteSipMediaApplication(params: DeleteSipMediaApplicationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteSipRule(params: DeleteSipRuleRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnector(params: DeleteVoiceConnectorRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnectorEmergencyCallingConfiguration(params: DeleteVoiceConnectorEmergencyCallingConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnectorGroup(params: DeleteVoiceConnectorGroupRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnectorOrigination(params: DeleteVoiceConnectorOriginationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnectorProxy(params: DeleteVoiceConnectorProxyRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnectorStreamingConfiguration(params: DeleteVoiceConnectorStreamingConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnectorTermination(params: DeleteVoiceConnectorTerminationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVoiceConnectorTerminationCredentials(params: DeleteVoiceConnectorTerminationCredentialsRequest, opts?: client.RequestOptions): Promise<void>;
async getGlobalSettings(opts?: client.RequestOptions): Promise<GetGlobalSettingsResponse>;
async getPhoneNumber(params: GetPhoneNumberRequest, opts?: client.RequestOptions): Promise<GetPhoneNumberResponse>;
async getPhoneNumberOrder(params: GetPhoneNumberOrderRequest, opts?: client.RequestOptions): Promise<GetPhoneNumberOrderResponse>;
async getPhoneNumberSettings(opts?: client.RequestOptions): Promise<GetPhoneNumberSettingsResponse>;
async getProxySession(params: GetProxySessionRequest, opts?: client.RequestOptions): Promise<GetProxySessionResponse>;
async getSipMediaApplication(params: GetSipMediaApplicationRequest, opts?: client.RequestOptions): Promise<GetSipMediaApplicationResponse>;
async getSipRule(params: GetSipRuleRequest, opts?: client.RequestOptions): Promise<GetSipRuleResponse>;
async getVoiceConnector(params: GetVoiceConnectorRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorResponse>;
async getVoiceConnectorGroup(params: GetVoiceConnectorGroupRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorGroupResponse>;
async getVoiceConnectorLoggingConfiguration(params: GetVoiceConnectorLoggingConfigurationRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorLoggingConfigurationResponse>;
async getVoiceConnectorOrigination(params: GetVoiceConnectorOriginationRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorOriginationResponse>;
async getVoiceConnectorProxy(params: GetVoiceConnectorProxyRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorProxyResponse>;
async getVoiceConnectorStreamingConfiguration(params: GetVoiceConnectorStreamingConfigurationRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorStreamingConfigurationResponse>;
async getVoiceConnectorTermination(params: GetVoiceConnectorTerminationRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorTerminationResponse>;
async getVoiceConnectorTerminationHealth(params: GetVoiceConnectorTerminationHealthRequest, opts?: client.RequestOptions): Promise<GetVoiceConnectorTerminationHealthResponse>;
async listAvailableVoiceConnectorRegions(opts?: client.RequestOptions): Promise<ListAvailableVoiceConnectorRegionsResponse>;
async listPhoneNumberOrders(params?: ListPhoneNumberOrdersRequest, opts?: client.RequestOptions): Promise<ListPhoneNumberOrdersResponse>;
async listPhoneNumbers(params?: ListPhoneNumbersRequest, opts?: client.RequestOptions): Promise<ListPhoneNumbersResponse>;
async listProxySessions(params: ListProxySessionsRequest, opts?: client.RequestOptions): Promise<ListProxySessionsResponse>;
async listSipMediaApplications(params?: ListSipMediaApplicationsRequest, opts?: client.RequestOptions): Promise<ListSipMediaApplicationsResponse>;
async listSipRules(params?: ListSipRulesRequest, opts?: client.RequestOptions): Promise<ListSipRulesResponse>;
async listSupportedPhoneNumberCountries(params: ListSupportedPhoneNumberCountriesRequest, opts?: client.RequestOptions): Promise<ListSupportedPhoneNumberCountriesResponse>;
async listVoiceConnectorGroups(params?: ListVoiceConnectorGroupsRequest, opts?: client.RequestOptions): Promise<ListVoiceConnectorGroupsResponse>;
async listVoiceConnectors(params?: ListVoiceConnectorsRequest, opts?: client.RequestOptions): Promise<ListVoiceConnectorsResponse>;
async putVoiceConnectorLoggingConfiguration(params: PutVoiceConnectorLoggingConfigurationRequest, opts?: client.RequestOptions): Promise<PutVoiceConnectorLoggingConfigurationResponse>;
async putVoiceConnectorOrigination(params: PutVoiceConnectorOriginationRequest, opts?: client.RequestOptions): Promise<PutVoiceConnectorOriginationResponse>;
async putVoiceConnectorProxy(params: PutVoiceConnectorProxyRequest, opts?: client.RequestOptions): Promise<PutVoiceConnectorProxyResponse>;
async putVoiceConnectorStreamingConfiguration(params: PutVoiceConnectorStreamingConfigurationRequest, opts?: client.RequestOptions): Promise<PutVoiceConnectorStreamingConfigurationResponse>;
async putVoiceConnectorTermination(params: PutVoiceConnectorTerminationRequest, opts?: client.RequestOptions): Promise<PutVoiceConnectorTerminationResponse>;
async putVoiceConnectorTerminationCredentials(params: PutVoiceConnectorTerminationCredentialsRequest, opts?: client.RequestOptions): Promise<void>;
async restorePhoneNumber(params: RestorePhoneNumberRequest, opts?: client.RequestOptions): Promise<RestorePhoneNumberResponse>;
async searchAvailablePhoneNumbers(params?: SearchAvailablePhoneNumbersRequest, opts?: client.RequestOptions): Promise<SearchAvailablePhoneNumbersResponse>;
async updateGlobalSettings(params?: UpdateGlobalSettingsRequest, opts?: client.RequestOptions): Promise<void>;
async updatePhoneNumber(params: UpdatePhoneNumberRequest, opts?: client.RequestOptions): Promise<UpdatePhoneNumberResponse>;
async updatePhoneNumberSettings(params: UpdatePhoneNumberSettingsRequest, opts?: client.RequestOptions): Promise<void>;
async updateProxySession(params: UpdateProxySessionRequest, opts?: client.RequestOptions): Promise<UpdateProxySessionResponse>;
async updateSipMediaApplication(params: UpdateSipMediaApplicationRequest, opts?: client.RequestOptions): Promise<UpdateSipMediaApplicationResponse>;
async updateSipMediaApplicationCall(params: UpdateSipMediaApplicationCallRequest, opts?: client.RequestOptions): Promise<UpdateSipMediaApplicationCallResponse>;
async updateSipRule(params: UpdateSipRuleRequest, opts?: client.RequestOptions): Promise<UpdateSipRuleResponse>;
async updateVoiceConnector(params: UpdateVoiceConnectorRequest, opts?: client.RequestOptions): Promise<UpdateVoiceConnectorResponse>;
async updateVoiceConnectorGroup(params: UpdateVoiceConnectorGroupRequest, opts?: client.RequestOptions): Promise<UpdateVoiceConnectorGroupResponse>;
async validateE911Address(params: ValidateE911AddressRequest, opts?: client.RequestOptions): Promise<ValidateE911AddressResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new ChimeSDKVoice(apiFactory: client.ApiFactory)
[src]

§Methods

§
deletePhoneNumber(params: DeletePhoneNumberRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteProxySession(params: DeleteProxySessionRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteSipMediaApplication(params: DeleteSipMediaApplicationRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteSipRule(params: DeleteSipRuleRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnector(params: DeleteVoiceConnectorRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnectorEmergencyCallingConfiguration(params: DeleteVoiceConnectorEmergencyCallingConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnectorGroup(params: DeleteVoiceConnectorGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnectorOrigination(params: DeleteVoiceConnectorOriginationRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnectorProxy(params: DeleteVoiceConnectorProxyRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnectorStreamingConfiguration(params: DeleteVoiceConnectorStreamingConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnectorTermination(params: DeleteVoiceConnectorTerminationRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteVoiceConnectorTerminationCredentials(params: DeleteVoiceConnectorTerminationCredentialsRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
getGlobalSettings(opts?: client.RequestOptions): Promise<GetGlobalSettingsResponse>
[src]
§
getPhoneNumberSettings(opts?: client.RequestOptions): Promise<GetPhoneNumberSettingsResponse>
[src]
§
listAvailableVoiceConnectorRegions(opts?: client.RequestOptions): Promise<ListAvailableVoiceConnectorRegionsResponse>
[src]
§
putVoiceConnectorTerminationCredentials(params: PutVoiceConnectorTerminationCredentialsRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updateGlobalSettings(params?: UpdateGlobalSettingsRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updatePhoneNumberSettings(params: UpdatePhoneNumberSettingsRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties