UNPKG

aws-sdk

Version:
2,077 lines (2,076 loc) • 81.2 kB
{ "version": "2.0", "metadata": { "apiVersion": "2022-08-03", "endpointPrefix": "voice-chime", "protocol": "rest-json", "serviceFullName": "Amazon Chime SDK Voice", "serviceId": "Chime SDK Voice", "signatureVersion": "v4", "signingName": "chime", "uid": "chime-sdk-voice-2022-08-03" }, "operations": { "AssociatePhoneNumbersWithVoiceConnector": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "E164PhoneNumbers" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "E164PhoneNumbers": { "shape": "S3" }, "ForceAssociate": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "S7" } } } }, "AssociatePhoneNumbersWithVoiceConnectorGroup": { "http": { "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId", "E164PhoneNumbers" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" }, "E164PhoneNumbers": { "shape": "S3" }, "ForceAssociate": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "S7" } } } }, "BatchDeletePhoneNumber": { "http": { "requestUri": "/phone-numbers?operation=batch-delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "PhoneNumberIds" ], "members": { "PhoneNumberIds": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "S7" } } } }, "BatchUpdatePhoneNumber": { "http": { "requestUri": "/phone-numbers?operation=batch-update", "responseCode": 200 }, "input": { "type": "structure", "required": [ "UpdatePhoneNumberRequestItems" ], "members": { "UpdatePhoneNumberRequestItems": { "type": "list", "member": { "type": "structure", "required": [ "PhoneNumberId" ], "members": { "PhoneNumberId": { "shape": "S9" }, "ProductType": {}, "CallingName": { "shape": "Sl" }, "Name": { "shape": "Sm" } } } } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "S7" } } } }, "CreatePhoneNumberOrder": { "http": { "requestUri": "/phone-number-orders", "responseCode": 201 }, "input": { "type": "structure", "required": [ "ProductType", "E164PhoneNumbers" ], "members": { "ProductType": {}, "E164PhoneNumbers": { "shape": "S3" }, "Name": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "PhoneNumberOrder": { "shape": "Sq" } } } }, "CreateProxySession": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions", "responseCode": 201 }, "input": { "type": "structure", "required": [ "ParticipantPhoneNumbers", "Capabilities", "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "ParticipantPhoneNumbers": { "type": "list", "member": { "shape": "S4" } }, "Name": { "type": "string", "sensitive": true }, "ExpiryMinutes": { "type": "integer" }, "Capabilities": { "shape": "S13" }, "NumberSelectionBehavior": {}, "GeoMatchLevel": {}, "GeoMatchParams": { "shape": "S17" } } }, "output": { "type": "structure", "members": { "ProxySession": { "shape": "S1b" } } } }, "CreateSipMediaApplication": { "http": { "requestUri": "/sip-media-applications", "responseCode": 201 }, "input": { "type": "structure", "required": [ "AwsRegion", "Name", "Endpoints" ], "members": { "AwsRegion": {}, "Name": {}, "Endpoints": { "shape": "S1i" }, "Tags": { "shape": "S1l" } } }, "output": { "type": "structure", "members": { "SipMediaApplication": { "shape": "S1q" } } } }, "CreateSipMediaApplicationCall": { "http": { "requestUri": "/sip-media-applications/{sipMediaApplicationId}/calls", "responseCode": 201 }, "input": { "type": "structure", "required": [ "FromPhoneNumber", "ToPhoneNumber", "SipMediaApplicationId" ], "members": { "FromPhoneNumber": { "shape": "S4" }, "ToPhoneNumber": { "shape": "S4" }, "SipMediaApplicationId": { "location": "uri", "locationName": "sipMediaApplicationId" }, "SipHeaders": { "type": "map", "key": { "shape": "S1t" }, "value": { "shape": "S1t" } }, "ArgumentsMap": { "type": "map", "key": { "shape": "S1t" }, "value": { "shape": "S1t" } } } }, "output": { "type": "structure", "members": { "SipMediaApplicationCall": { "shape": "S1w" } } } }, "CreateSipRule": { "http": { "requestUri": "/sip-rules", "responseCode": 201 }, "input": { "type": "structure", "required": [ "Name", "TriggerType", "TriggerValue" ], "members": { "Name": {}, "TriggerType": {}, "TriggerValue": {}, "Disabled": { "type": "boolean" }, "TargetApplications": { "shape": "S20" } } }, "output": { "type": "structure", "members": { "SipRule": { "shape": "S24" } } } }, "CreateVoiceConnector": { "http": { "requestUri": "/voice-connectors", "responseCode": 201 }, "input": { "type": "structure", "required": [ "Name", "RequireEncryption" ], "members": { "Name": {}, "AwsRegion": {}, "RequireEncryption": { "type": "boolean" }, "Tags": { "shape": "S1l" } } }, "output": { "type": "structure", "members": { "VoiceConnector": { "shape": "S2a" } } } }, "CreateVoiceConnectorGroup": { "http": { "requestUri": "/voice-connector-groups", "responseCode": 201 }, "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {}, "VoiceConnectorItems": { "shape": "S2d" } } }, "output": { "type": "structure", "members": { "VoiceConnectorGroup": { "shape": "S2h" } } } }, "CreateVoiceProfile": { "http": { "requestUri": "/voice-profiles", "responseCode": 201 }, "input": { "type": "structure", "required": [ "SpeakerSearchTaskId" ], "members": { "SpeakerSearchTaskId": {} } }, "output": { "type": "structure", "members": { "VoiceProfile": { "shape": "S2l" } } } }, "CreateVoiceProfileDomain": { "http": { "requestUri": "/voice-profile-domains", "responseCode": 201 }, "input": { "type": "structure", "required": [ "Name", "ServerSideEncryptionConfiguration" ], "members": { "Name": {}, "Description": {}, "ServerSideEncryptionConfiguration": { "shape": "S2q" }, "ClientRequestToken": {}, "Tags": { "shape": "S1l" } } }, "output": { "type": "structure", "members": { "VoiceProfileDomain": { "shape": "S2t" } } } }, "DeletePhoneNumber": { "http": { "method": "DELETE", "requestUri": "/phone-numbers/{phoneNumberId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "PhoneNumberId" ], "members": { "PhoneNumberId": { "shape": "S9", "location": "uri", "locationName": "phoneNumberId" } } } }, "DeleteProxySession": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "ProxySessionId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "ProxySessionId": { "location": "uri", "locationName": "proxySessionId" } } } }, "DeleteSipMediaApplication": { "http": { "method": "DELETE", "requestUri": "/sip-media-applications/{sipMediaApplicationId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "SipMediaApplicationId" ], "members": { "SipMediaApplicationId": { "location": "uri", "locationName": "sipMediaApplicationId" } } } }, "DeleteSipRule": { "http": { "method": "DELETE", "requestUri": "/sip-rules/{sipRuleId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "SipRuleId" ], "members": { "SipRuleId": { "location": "uri", "locationName": "sipRuleId" } } } }, "DeleteVoiceConnector": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorEmergencyCallingConfiguration": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorGroup": { "http": { "method": "DELETE", "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" } } } }, "DeleteVoiceConnectorOrigination": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/origination", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorProxy": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorStreamingConfiguration": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorTermination": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/termination", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorTerminationCredentials": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete", "responseCode": 204 }, "input": { "type": "structure", "required": [ "Usernames", "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "Usernames": { "shape": "S36" } } } }, "DeleteVoiceProfile": { "http": { "method": "DELETE", "requestUri": "/voice-profiles/{VoiceProfileId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceProfileId" ], "members": { "VoiceProfileId": { "location": "uri", "locationName": "VoiceProfileId" } } } }, "DeleteVoiceProfileDomain": { "http": { "method": "DELETE", "requestUri": "/voice-profile-domains/{VoiceProfileDomainId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceProfileDomainId" ], "members": { "VoiceProfileDomainId": { "location": "uri", "locationName": "VoiceProfileDomainId" } } } }, "DisassociatePhoneNumbersFromVoiceConnector": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "E164PhoneNumbers" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "E164PhoneNumbers": { "shape": "S3" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "S7" } } } }, "DisassociatePhoneNumbersFromVoiceConnectorGroup": { "http": { "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId", "E164PhoneNumbers" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" }, "E164PhoneNumbers": { "shape": "S3" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "S7" } } } }, "GetGlobalSettings": { "http": { "method": "GET", "requestUri": "/settings", "responseCode": 200 }, "output": { "type": "structure", "members": { "VoiceConnector": { "shape": "S3e" } } } }, "GetPhoneNumber": { "http": { "method": "GET", "requestUri": "/phone-numbers/{phoneNumberId}" }, "input": { "type": "structure", "required": [ "PhoneNumberId" ], "members": { "PhoneNumberId": { "shape": "S9", "location": "uri", "locationName": "phoneNumberId" } } }, "output": { "type": "structure", "members": { "PhoneNumber": { "shape": "S3h" } } } }, "GetPhoneNumberOrder": { "http": { "method": "GET", "requestUri": "/phone-number-orders/{phoneNumberOrderId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "PhoneNumberOrderId" ], "members": { "PhoneNumberOrderId": { "location": "uri", "locationName": "phoneNumberOrderId" } } }, "output": { "type": "structure", "members": { "PhoneNumberOrder": { "shape": "Sq" } } } }, "GetPhoneNumberSettings": { "http": { "method": "GET", "requestUri": "/settings/phone-number", "responseCode": 200 }, "output": { "type": "structure", "members": { "CallingName": { "shape": "Sl" }, "CallingNameUpdatedTimestamp": { "shape": "Sx" } } } }, "GetProxySession": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "ProxySessionId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "ProxySessionId": { "location": "uri", "locationName": "proxySessionId" } } }, "output": { "type": "structure", "members": { "ProxySession": { "shape": "S1b" } } } }, "GetSipMediaApplication": { "http": { "method": "GET", "requestUri": "/sip-media-applications/{sipMediaApplicationId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SipMediaApplicationId" ], "members": { "SipMediaApplicationId": { "location": "uri", "locationName": "sipMediaApplicationId" } } }, "output": { "type": "structure", "members": { "SipMediaApplication": { "shape": "S1q" } } } }, "GetSipMediaApplicationAlexaSkillConfiguration": { "http": { "method": "GET", "requestUri": "/sip-media-applications/{sipMediaApplicationId}/alexa-skill-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SipMediaApplicationId" ], "members": { "SipMediaApplicationId": { "location": "uri", "locationName": "sipMediaApplicationId" } } }, "output": { "type": "structure", "members": { "SipMediaApplicationAlexaSkillConfiguration": { "shape": "S3z" } } }, "deprecated": true, "deprecatedMessage": "Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page(https://developer.amazon.com/en-US/alexa/alexasmartproperties)." }, "GetSipMediaApplicationLoggingConfiguration": { "http": { "method": "GET", "requestUri": "/sip-media-applications/{sipMediaApplicationId}/logging-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SipMediaApplicationId" ], "members": { "SipMediaApplicationId": { "location": "uri", "locationName": "sipMediaApplicationId" } } }, "output": { "type": "structure", "members": { "SipMediaApplicationLoggingConfiguration": { "shape": "S45" } } } }, "GetSipRule": { "http": { "method": "GET", "requestUri": "/sip-rules/{sipRuleId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SipRuleId" ], "members": { "SipRuleId": { "location": "uri", "locationName": "sipRuleId" } } }, "output": { "type": "structure", "members": { "SipRule": { "shape": "S24" } } } }, "GetSpeakerSearchTask": { "http": { "method": "GET", "requestUri": "/voice-connectors/{VoiceConnectorId}/speaker-search-tasks/{SpeakerSearchTaskId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "SpeakerSearchTaskId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "VoiceConnectorId" }, "SpeakerSearchTaskId": { "location": "uri", "locationName": "SpeakerSearchTaskId" } } }, "output": { "type": "structure", "members": { "SpeakerSearchTask": { "shape": "S4a" } } } }, "GetVoiceConnector": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "VoiceConnector": { "shape": "S2a" } } } }, "GetVoiceConnectorEmergencyCallingConfiguration": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "EmergencyCallingConfiguration": { "shape": "S4k" } } } }, "GetVoiceConnectorGroup": { "http": { "method": "GET", "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" } } }, "output": { "type": "structure", "members": { "VoiceConnectorGroup": { "shape": "S2h" } } } }, "GetVoiceConnectorLoggingConfiguration": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/logging-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "LoggingConfiguration": { "shape": "S4r" } } } }, "GetVoiceConnectorOrigination": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/origination", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "Origination": { "shape": "S4u" } } } }, "GetVoiceConnectorProxy": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "Proxy": { "shape": "S53" } } } }, "GetVoiceConnectorStreamingConfiguration": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "StreamingConfiguration": { "shape": "S58" } } } }, "GetVoiceConnectorTermination": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/termination", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "Termination": { "shape": "S5g" } } } }, "GetVoiceConnectorTerminationHealth": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/termination/health", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "TerminationHealth": { "type": "structure", "members": { "Timestamp": { "shape": "Sx" }, "Source": {} } } } } }, "GetVoiceProfile": { "http": { "method": "GET", "requestUri": "/voice-profiles/{VoiceProfileId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceProfileId" ], "members": { "VoiceProfileId": { "location": "uri", "locationName": "VoiceProfileId" } } }, "output": { "type": "structure", "members": { "VoiceProfile": { "shape": "S2l" } } } }, "GetVoiceProfileDomain": { "http": { "method": "GET", "requestUri": "/voice-profile-domains/{VoiceProfileDomainId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceProfileDomainId" ], "members": { "VoiceProfileDomainId": { "location": "uri", "locationName": "VoiceProfileDomainId" } } }, "output": { "type": "structure", "members": { "VoiceProfileDomain": { "shape": "S2t" } } } }, "GetVoiceToneAnalysisTask": { "http": { "method": "GET", "requestUri": "/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "VoiceToneAnalysisTaskId", "IsCaller" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "VoiceConnectorId" }, "VoiceToneAnalysisTaskId": { "location": "uri", "locationName": "VoiceToneAnalysisTaskId" }, "IsCaller": { "location": "querystring", "locationName": "isCaller", "type": "boolean" } } }, "output": { "type": "structure", "members": { "VoiceToneAnalysisTask": { "shape": "S5t" } } } }, "ListAvailableVoiceConnectorRegions": { "http": { "method": "GET", "requestUri": "/voice-connector-regions", "responseCode": 200 }, "output": { "type": "structure", "members": { "VoiceConnectorRegions": { "type": "list", "member": {} } } } }, "ListPhoneNumberOrders": { "http": { "method": "GET", "requestUri": "/phone-number-orders", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "PhoneNumberOrders": { "type": "list", "member": { "shape": "Sq" } }, "NextToken": {} } } }, "ListPhoneNumbers": { "http": { "method": "GET", "requestUri": "/phone-numbers" }, "input": { "type": "structure", "members": { "Status": { "location": "querystring", "locationName": "status" }, "ProductType": { "location": "querystring", "locationName": "product-type" }, "FilterName": { "location": "querystring", "locationName": "filter-name" }, "FilterValue": { "location": "querystring", "locationName": "filter-value" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" }, "NextToken": { "location": "querystring", "locationName": "next-token" } } }, "output": { "type": "structure", "members": { "PhoneNumbers": { "type": "list", "member": { "shape": "S3h" } }, "NextToken": {} } } }, "ListProxySessions": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "Status": { "location": "querystring", "locationName": "status" }, "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "ProxySessions": { "type": "list", "member": { "shape": "S1b" } }, "NextToken": {} } } }, "ListSipMediaApplications": { "http": { "method": "GET", "requestUri": "/sip-media-applications", "responseCode": 200 }, "input": { "type": "structure", "members": { "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" }, "NextToken": { "location": "querystring", "locationName": "next-token" } } }, "output": { "type": "structure", "members": { "SipMediaApplications": { "type": "list", "member": { "shape": "S1q" } }, "NextToken": {} } } }, "ListSipRules": { "http": { "method": "GET", "requestUri": "/sip-rules", "responseCode": 200 }, "input": { "type": "structure", "members": { "SipMediaApplicationId": { "location": "querystring", "locationName": "sip-media-application" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" }, "NextToken": { "location": "querystring", "locationName": "next-token" } } }, "output": { "type": "structure", "members": { "SipRules": { "type": "list", "member": { "shape": "S24" } }, "NextToken": {} } } }, "ListSupportedPhoneNumberCountries": { "http": { "method": "GET", "requestUri": "/phone-number-countries", "responseCode": 200 }, "input": { "type": "structure", "required": [ "ProductType" ], "members": { "ProductType": { "location": "querystring", "locationName": "product-type" } } }, "output": { "type": "structure", "members": { "PhoneNumberCountries": { "type": "list", "member": { "type": "structure", "members": { "CountryCode": {}, "SupportedPhoneNumberTypes": { "type": "list", "member": {} } } } } } } }, "ListTagsForResource": { "http": { "method": "GET", "requestUri": "/tags" }, "input": { "type": "structure", "required": [ "ResourceARN" ], "members": { "ResourceARN": { "shape": "S2m", "location": "querystring", "locationName": "arn" } } }, "output": { "type": "structure", "members": { "Tags": { "shape": "S1l" } } } }, "ListVoiceConnectorGroups": { "http": { "method": "GET", "requestUri": "/voice-connector-groups", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "VoiceConnectorGroups": { "type": "list", "member": { "shape": "S2h" } }, "NextToken": {} } } }, "ListVoiceConnectorTerminationCredentials": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "Usernames": { "shape": "S36" } } } }, "ListVoiceConnectors": { "http": { "method": "GET", "requestUri": "/voice-connectors", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "VoiceConnectors": { "type": "list", "member": { "shape": "S2a" } }, "NextToken": {} } } }, "ListVoiceProfileDomains": { "http": { "method": "GET", "requestUri": "/voice-profile-domains", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "VoiceProfileDomains": { "type": "list", "member": { "type": "structure", "members": { "VoiceProfileDomainId": {}, "VoiceProfileDomainArn": { "shape": "S2m" }, "Name": {}, "Description": {}, "CreatedTimestamp": { "shape": "Sx" }, "UpdatedTimestamp": { "shape": "Sx" } } } }, "NextToken": {} } } }, "ListVoiceProfiles": { "http": { "method": "GET", "requestUri": "/voice-profiles", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceProfileDomainId" ], "members": { "VoiceProfileDomainId": { "location": "querystring", "locationName": "voice-profile-domain-id" }, "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "VoiceProfiles": { "type": "list", "member": { "type": "structure", "members": { "VoiceProfileId": {}, "VoiceProfileArn": { "shape": "S2m" }, "VoiceProfileDomainId": {}, "CreatedTimestamp": { "shape": "Sx" }, "UpdatedTimestamp": { "shape": "Sx" }, "ExpirationTimestamp": { "shape": "Sx" } } } }, "NextToken": {} } } }, "PutSipMediaApplicationAlexaSkillConfiguration": { "http": { "method": "PUT", "requestUri": "/sip-media-applications/{sipMediaApplicationId}/alexa-skill-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SipMediaApplicationId" ], "members": { "SipMediaApplicationId": { "location": "uri", "locationName": "sipMediaApplicationId" }, "SipMediaApplicationAlexaSkillConfiguration": { "shape": "S3z" } } }, "output": { "type": "structure", "members": { "SipMediaApplicationAlexaSkillConfiguration": { "shape": "S3z" } } }, "deprecated": true, "deprecatedMessage": "Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page(https://developer.amazon.com/en-US/alexa/alexasmartproperties)." }, "PutSipMediaApplicationLoggingConfiguration": { "http": { "method": "PUT", "requestUri": "/sip-media-applications/{sipMediaApplicationId}/logging-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SipMediaApplicationId" ], "members": { "SipMediaApplicationId": { "location": "uri", "locationName": "sipMediaApplicationId" }, "SipMediaApplicationLoggingConfiguration": { "shape": "S45" } } }, "output": { "type": "structure", "members": { "SipMediaApplicationLoggingConfiguration": { "shape": "S45" } } } }, "PutVoiceConnectorEmergencyCallingConfiguration": { "http": { "method": "PUT", "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "EmergencyCallingConfiguration" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "EmergencyCallingConfiguration": { "shape": "S4k" } } }, "output": { "type": "structure", "members": { "EmergencyCallingConfiguration": { "shape": "S4k" } } } }, "PutVoiceConnectorLoggingConfiguration": { "http": { "method": "PUT", "requestUri": "/voice-connectors/{voiceConnectorId}/logging-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "LoggingConfiguration" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "LoggingConfiguration": { "shape": "S4r" } } }, "output": { "type": "structure", "members": { "LoggingConfiguration": { "shape": "S4r" } } } }, "PutVoiceConnectorOrigination": { "http": { "method": "PUT", "requestUri": "/voice-connectors/{voiceConnectorId}/origination", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "Origination" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "Origination": { "shape": "S4u" } } }, "output": { "type": "structure", "members": { "Origination": { "shape": "S4u" } } } }, "PutVoiceConnectorProxy": { "http": { "method": "PUT", "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy" }, "input": { "type": "structure", "required": [ "DefaultSessionExpiryMinutes", "PhoneNumberPoolCountries", "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "DefaultSessionExpiryMinutes": { "type": "integer" }, "PhoneNumberPoolCountries": { "type": "list", "member": {} }, "FallBackPhoneNumber": { "shape": "S4" }, "Disabled": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Proxy": { "shape": "S53" } } } }, "PutVoiceConnectorStreamingConfiguration": { "http": { "method": "PUT", "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "StreamingConfiguration" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId"