123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- {
- "metadata": {
- "apiVersion": "2018-09-05",
- "endpointPrefix": "sms-voice.pinpoint",
- "signingName": "sms-voice",
- "serviceAbbreviation": "Pinpoint SMS Voice",
- "serviceFullName": "Amazon Pinpoint SMS and Voice Service",
- "serviceId": "Pinpoint SMS Voice",
- "protocol": "rest-json",
- "jsonVersion": "1.1",
- "uid": "pinpoint-sms-voice-2018-09-05",
- "signatureVersion": "v4"
- },
- "operations": {
- "CreateConfigurationSet": {
- "http": {
- "requestUri": "/v1/sms-voice/configuration-sets",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "ConfigurationSetName": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "CreateConfigurationSetEventDestination": {
- "http": {
- "requestUri": "/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "ConfigurationSetName": {
- "location": "uri",
- "locationName": "ConfigurationSetName"
- },
- "EventDestination": {
- "shape": "S6"
- },
- "EventDestinationName": {}
- },
- "required": [
- "ConfigurationSetName"
- ]
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DeleteConfigurationSet": {
- "http": {
- "method": "DELETE",
- "requestUri": "/v1/sms-voice/configuration-sets/{ConfigurationSetName}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "ConfigurationSetName": {
- "location": "uri",
- "locationName": "ConfigurationSetName"
- }
- },
- "required": [
- "ConfigurationSetName"
- ]
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DeleteConfigurationSetEventDestination": {
- "http": {
- "method": "DELETE",
- "requestUri": "/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "ConfigurationSetName": {
- "location": "uri",
- "locationName": "ConfigurationSetName"
- },
- "EventDestinationName": {
- "location": "uri",
- "locationName": "EventDestinationName"
- }
- },
- "required": [
- "EventDestinationName",
- "ConfigurationSetName"
- ]
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "GetConfigurationSetEventDestinations": {
- "http": {
- "method": "GET",
- "requestUri": "/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "ConfigurationSetName": {
- "location": "uri",
- "locationName": "ConfigurationSetName"
- }
- },
- "required": [
- "ConfigurationSetName"
- ]
- },
- "output": {
- "type": "structure",
- "members": {
- "EventDestinations": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "CloudWatchLogsDestination": {
- "shape": "S7"
- },
- "Enabled": {
- "type": "boolean"
- },
- "KinesisFirehoseDestination": {
- "shape": "Sa"
- },
- "MatchingEventTypes": {
- "shape": "Sb"
- },
- "Name": {},
- "SnsDestination": {
- "shape": "Sd"
- }
- }
- }
- }
- }
- }
- },
- "ListConfigurationSets": {
- "http": {
- "method": "GET",
- "requestUri": "/v1/sms-voice/configuration-sets",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "NextToken": {
- "location": "querystring",
- "locationName": "NextToken"
- },
- "PageSize": {
- "location": "querystring",
- "locationName": "PageSize"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "ConfigurationSets": {
- "type": "list",
- "member": {}
- },
- "NextToken": {}
- }
- }
- },
- "SendVoiceMessage": {
- "http": {
- "requestUri": "/v1/sms-voice/voice/message",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "CallerId": {},
- "ConfigurationSetName": {},
- "Content": {
- "type": "structure",
- "members": {
- "CallInstructionsMessage": {
- "type": "structure",
- "members": {
- "Text": {}
- },
- "required": []
- },
- "PlainTextMessage": {
- "type": "structure",
- "members": {
- "LanguageCode": {},
- "Text": {},
- "VoiceId": {}
- },
- "required": []
- },
- "SSMLMessage": {
- "type": "structure",
- "members": {
- "LanguageCode": {},
- "Text": {},
- "VoiceId": {}
- },
- "required": []
- }
- }
- },
- "DestinationPhoneNumber": {},
- "OriginationPhoneNumber": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "MessageId": {}
- }
- }
- },
- "UpdateConfigurationSetEventDestination": {
- "http": {
- "method": "PUT",
- "requestUri": "/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "ConfigurationSetName": {
- "location": "uri",
- "locationName": "ConfigurationSetName"
- },
- "EventDestination": {
- "shape": "S6"
- },
- "EventDestinationName": {
- "location": "uri",
- "locationName": "EventDestinationName"
- }
- },
- "required": [
- "EventDestinationName",
- "ConfigurationSetName"
- ]
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- }
- },
- "shapes": {
- "S6": {
- "type": "structure",
- "members": {
- "CloudWatchLogsDestination": {
- "shape": "S7"
- },
- "Enabled": {
- "type": "boolean"
- },
- "KinesisFirehoseDestination": {
- "shape": "Sa"
- },
- "MatchingEventTypes": {
- "shape": "Sb"
- },
- "SnsDestination": {
- "shape": "Sd"
- }
- },
- "required": []
- },
- "S7": {
- "type": "structure",
- "members": {
- "IamRoleArn": {},
- "LogGroupArn": {}
- },
- "required": []
- },
- "Sa": {
- "type": "structure",
- "members": {
- "DeliveryStreamArn": {},
- "IamRoleArn": {}
- },
- "required": []
- },
- "Sb": {
- "type": "list",
- "member": {}
- },
- "Sd": {
- "type": "structure",
- "members": {
- "TopicArn": {}
- },
- "required": []
- }
- }
- }
|