| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950 |
- {
- "version":"2.0",
- "metadata":{
- "apiVersion":"2012-11-05",
- "endpointPrefix":"sqs",
- "protocol":"query",
- "serviceAbbreviation":"Amazon SQS",
- "serviceFullName":"Amazon Simple Queue Service",
- "signatureVersion":"v4",
- "xmlNamespace":"http://queue.amazonaws.com/doc/2012-11-05/"
- },
- "operations":{
- "AddPermission":{
- "name":"AddPermission",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"AddPermissionRequest"},
- "errors":[
- {"shape":"OverLimit"}
- ]
- },
- "ChangeMessageVisibility":{
- "name":"ChangeMessageVisibility",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ChangeMessageVisibilityRequest"},
- "errors":[
- {"shape":"MessageNotInflight"},
- {"shape":"ReceiptHandleIsInvalid"}
- ]
- },
- "ChangeMessageVisibilityBatch":{
- "name":"ChangeMessageVisibilityBatch",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ChangeMessageVisibilityBatchRequest"},
- "output":{
- "shape":"ChangeMessageVisibilityBatchResult",
- "resultWrapper":"ChangeMessageVisibilityBatchResult"
- },
- "errors":[
- {"shape":"TooManyEntriesInBatchRequest"},
- {"shape":"EmptyBatchRequest"},
- {"shape":"BatchEntryIdsNotDistinct"},
- {"shape":"InvalidBatchEntryId"}
- ]
- },
- "CreateQueue":{
- "name":"CreateQueue",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"CreateQueueRequest"},
- "output":{
- "shape":"CreateQueueResult",
- "resultWrapper":"CreateQueueResult"
- },
- "errors":[
- {"shape":"QueueDeletedRecently"},
- {"shape":"QueueNameExists"}
- ]
- },
- "DeleteMessage":{
- "name":"DeleteMessage",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteMessageRequest"},
- "errors":[
- {"shape":"InvalidIdFormat"},
- {"shape":"ReceiptHandleIsInvalid"}
- ]
- },
- "DeleteMessageBatch":{
- "name":"DeleteMessageBatch",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteMessageBatchRequest"},
- "output":{
- "shape":"DeleteMessageBatchResult",
- "resultWrapper":"DeleteMessageBatchResult"
- },
- "errors":[
- {"shape":"TooManyEntriesInBatchRequest"},
- {"shape":"EmptyBatchRequest"},
- {"shape":"BatchEntryIdsNotDistinct"},
- {"shape":"InvalidBatchEntryId"}
- ]
- },
- "DeleteQueue":{
- "name":"DeleteQueue",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteQueueRequest"}
- },
- "GetQueueAttributes":{
- "name":"GetQueueAttributes",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetQueueAttributesRequest"},
- "output":{
- "shape":"GetQueueAttributesResult",
- "resultWrapper":"GetQueueAttributesResult"
- },
- "errors":[
- {"shape":"InvalidAttributeName"}
- ]
- },
- "GetQueueUrl":{
- "name":"GetQueueUrl",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetQueueUrlRequest"},
- "output":{
- "shape":"GetQueueUrlResult",
- "resultWrapper":"GetQueueUrlResult"
- },
- "errors":[
- {"shape":"QueueDoesNotExist"}
- ]
- },
- "ListDeadLetterSourceQueues":{
- "name":"ListDeadLetterSourceQueues",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ListDeadLetterSourceQueuesRequest"},
- "output":{
- "shape":"ListDeadLetterSourceQueuesResult",
- "resultWrapper":"ListDeadLetterSourceQueuesResult"
- },
- "errors":[
- {"shape":"QueueDoesNotExist"}
- ]
- },
- "ListQueues":{
- "name":"ListQueues",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ListQueuesRequest"},
- "output":{
- "shape":"ListQueuesResult",
- "resultWrapper":"ListQueuesResult"
- }
- },
- "PurgeQueue":{
- "name":"PurgeQueue",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"PurgeQueueRequest"},
- "errors":[
- {"shape":"QueueDoesNotExist"},
- {"shape":"PurgeQueueInProgress"}
- ]
- },
- "ReceiveMessage":{
- "name":"ReceiveMessage",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ReceiveMessageRequest"},
- "output":{
- "shape":"ReceiveMessageResult",
- "resultWrapper":"ReceiveMessageResult"
- },
- "errors":[
- {"shape":"OverLimit"}
- ]
- },
- "RemovePermission":{
- "name":"RemovePermission",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"RemovePermissionRequest"}
- },
- "SendMessage":{
- "name":"SendMessage",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SendMessageRequest"},
- "output":{
- "shape":"SendMessageResult",
- "resultWrapper":"SendMessageResult"
- },
- "errors":[
- {"shape":"InvalidMessageContents"},
- {"shape":"UnsupportedOperation"}
- ]
- },
- "SendMessageBatch":{
- "name":"SendMessageBatch",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SendMessageBatchRequest"},
- "output":{
- "shape":"SendMessageBatchResult",
- "resultWrapper":"SendMessageBatchResult"
- },
- "errors":[
- {"shape":"TooManyEntriesInBatchRequest"},
- {"shape":"EmptyBatchRequest"},
- {"shape":"BatchEntryIdsNotDistinct"},
- {"shape":"BatchRequestTooLong"},
- {"shape":"InvalidBatchEntryId"},
- {"shape":"UnsupportedOperation"}
- ]
- },
- "SetQueueAttributes":{
- "name":"SetQueueAttributes",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetQueueAttributesRequest"},
- "errors":[
- {"shape":"InvalidAttributeName"}
- ]
- }
- },
- "shapes":{
- "AWSAccountIdList":{
- "type":"list",
- "member":{
- "shape":"String",
- "locationName":"AWSAccountId"
- },
- "flattened":true
- },
- "ActionNameList":{
- "type":"list",
- "member":{
- "shape":"String",
- "locationName":"ActionName"
- },
- "flattened":true
- },
- "AddPermissionRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "Label",
- "AWSAccountIds",
- "Actions"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "Label":{"shape":"String"},
- "AWSAccountIds":{"shape":"AWSAccountIdList"},
- "Actions":{"shape":"ActionNameList"}
- }
- },
- "AttributeMap":{
- "type":"map",
- "key":{
- "shape":"QueueAttributeName",
- "locationName":"Name"
- },
- "value":{
- "shape":"String",
- "locationName":"Value"
- },
- "flattened":true,
- "locationName":"Attribute"
- },
- "AttributeNameList":{
- "type":"list",
- "member":{
- "shape":"QueueAttributeName",
- "locationName":"AttributeName"
- },
- "flattened":true
- },
- "BatchEntryIdsNotDistinct":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.BatchEntryIdsNotDistinct",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "BatchRequestTooLong":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.BatchRequestTooLong",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "BatchResultErrorEntry":{
- "type":"structure",
- "required":[
- "Id",
- "SenderFault",
- "Code"
- ],
- "members":{
- "Id":{"shape":"String"},
- "SenderFault":{"shape":"Boolean"},
- "Code":{"shape":"String"},
- "Message":{"shape":"String"}
- }
- },
- "BatchResultErrorEntryList":{
- "type":"list",
- "member":{
- "shape":"BatchResultErrorEntry",
- "locationName":"BatchResultErrorEntry"
- },
- "flattened":true
- },
- "Binary":{"type":"blob"},
- "BinaryList":{
- "type":"list",
- "member":{
- "shape":"Binary",
- "locationName":"BinaryListValue"
- }
- },
- "Boolean":{"type":"boolean"},
- "ChangeMessageVisibilityBatchRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "Entries"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "Entries":{"shape":"ChangeMessageVisibilityBatchRequestEntryList"}
- }
- },
- "ChangeMessageVisibilityBatchRequestEntry":{
- "type":"structure",
- "required":[
- "Id",
- "ReceiptHandle"
- ],
- "members":{
- "Id":{"shape":"String"},
- "ReceiptHandle":{"shape":"String"},
- "VisibilityTimeout":{"shape":"Integer"}
- }
- },
- "ChangeMessageVisibilityBatchRequestEntryList":{
- "type":"list",
- "member":{
- "shape":"ChangeMessageVisibilityBatchRequestEntry",
- "locationName":"ChangeMessageVisibilityBatchRequestEntry"
- },
- "flattened":true
- },
- "ChangeMessageVisibilityBatchResult":{
- "type":"structure",
- "required":[
- "Successful",
- "Failed"
- ],
- "members":{
- "Successful":{"shape":"ChangeMessageVisibilityBatchResultEntryList"},
- "Failed":{"shape":"BatchResultErrorEntryList"}
- }
- },
- "ChangeMessageVisibilityBatchResultEntry":{
- "type":"structure",
- "required":["Id"],
- "members":{
- "Id":{"shape":"String"}
- }
- },
- "ChangeMessageVisibilityBatchResultEntryList":{
- "type":"list",
- "member":{
- "shape":"ChangeMessageVisibilityBatchResultEntry",
- "locationName":"ChangeMessageVisibilityBatchResultEntry"
- },
- "flattened":true
- },
- "ChangeMessageVisibilityRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "ReceiptHandle",
- "VisibilityTimeout"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "ReceiptHandle":{"shape":"String"},
- "VisibilityTimeout":{"shape":"Integer"}
- }
- },
- "CreateQueueRequest":{
- "type":"structure",
- "required":["QueueName"],
- "members":{
- "QueueName":{"shape":"String"},
- "Attributes":{
- "shape":"AttributeMap",
- "locationName":"Attribute"
- }
- }
- },
- "CreateQueueResult":{
- "type":"structure",
- "members":{
- "QueueUrl":{"shape":"String"}
- }
- },
- "DeleteMessageBatchRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "Entries"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "Entries":{"shape":"DeleteMessageBatchRequestEntryList"}
- }
- },
- "DeleteMessageBatchRequestEntry":{
- "type":"structure",
- "required":[
- "Id",
- "ReceiptHandle"
- ],
- "members":{
- "Id":{"shape":"String"},
- "ReceiptHandle":{"shape":"String"}
- }
- },
- "DeleteMessageBatchRequestEntryList":{
- "type":"list",
- "member":{
- "shape":"DeleteMessageBatchRequestEntry",
- "locationName":"DeleteMessageBatchRequestEntry"
- },
- "flattened":true
- },
- "DeleteMessageBatchResult":{
- "type":"structure",
- "required":[
- "Successful",
- "Failed"
- ],
- "members":{
- "Successful":{"shape":"DeleteMessageBatchResultEntryList"},
- "Failed":{"shape":"BatchResultErrorEntryList"}
- }
- },
- "DeleteMessageBatchResultEntry":{
- "type":"structure",
- "required":["Id"],
- "members":{
- "Id":{"shape":"String"}
- }
- },
- "DeleteMessageBatchResultEntryList":{
- "type":"list",
- "member":{
- "shape":"DeleteMessageBatchResultEntry",
- "locationName":"DeleteMessageBatchResultEntry"
- },
- "flattened":true
- },
- "DeleteMessageRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "ReceiptHandle"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "ReceiptHandle":{"shape":"String"}
- }
- },
- "DeleteQueueRequest":{
- "type":"structure",
- "required":["QueueUrl"],
- "members":{
- "QueueUrl":{"shape":"String"}
- }
- },
- "EmptyBatchRequest":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.EmptyBatchRequest",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "GetQueueAttributesRequest":{
- "type":"structure",
- "required":["QueueUrl"],
- "members":{
- "QueueUrl":{"shape":"String"},
- "AttributeNames":{"shape":"AttributeNameList"}
- }
- },
- "GetQueueAttributesResult":{
- "type":"structure",
- "members":{
- "Attributes":{
- "shape":"AttributeMap",
- "locationName":"Attribute"
- }
- }
- },
- "GetQueueUrlRequest":{
- "type":"structure",
- "required":["QueueName"],
- "members":{
- "QueueName":{"shape":"String"},
- "QueueOwnerAWSAccountId":{"shape":"String"}
- }
- },
- "GetQueueUrlResult":{
- "type":"structure",
- "members":{
- "QueueUrl":{"shape":"String"}
- }
- },
- "Integer":{"type":"integer"},
- "InvalidAttributeName":{
- "type":"structure",
- "members":{
- },
- "exception":true
- },
- "InvalidBatchEntryId":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.InvalidBatchEntryId",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "InvalidIdFormat":{
- "type":"structure",
- "members":{
- },
- "exception":true
- },
- "InvalidMessageContents":{
- "type":"structure",
- "members":{
- },
- "exception":true
- },
- "ListDeadLetterSourceQueuesRequest":{
- "type":"structure",
- "required":["QueueUrl"],
- "members":{
- "QueueUrl":{"shape":"String"}
- }
- },
- "ListDeadLetterSourceQueuesResult":{
- "type":"structure",
- "required":["queueUrls"],
- "members":{
- "queueUrls":{"shape":"QueueUrlList"}
- }
- },
- "ListQueuesRequest":{
- "type":"structure",
- "members":{
- "QueueNamePrefix":{"shape":"String"}
- }
- },
- "ListQueuesResult":{
- "type":"structure",
- "members":{
- "QueueUrls":{"shape":"QueueUrlList"}
- }
- },
- "Message":{
- "type":"structure",
- "members":{
- "MessageId":{"shape":"String"},
- "ReceiptHandle":{"shape":"String"},
- "MD5OfBody":{"shape":"String"},
- "Body":{"shape":"String"},
- "Attributes":{
- "shape":"AttributeMap",
- "locationName":"Attribute"
- },
- "MD5OfMessageAttributes":{"shape":"String"},
- "MessageAttributes":{
- "shape":"MessageAttributeMap",
- "locationName":"MessageAttribute"
- }
- }
- },
- "MessageAttributeMap":{
- "type":"map",
- "key":{
- "shape":"String",
- "locationName":"Name"
- },
- "value":{
- "shape":"MessageAttributeValue",
- "locationName":"Value"
- },
- "flattened":true
- },
- "MessageAttributeName":{"type":"string"},
- "MessageAttributeNameList":{
- "type":"list",
- "member":{
- "shape":"MessageAttributeName",
- "locationName":"MessageAttributeName"
- },
- "flattened":true
- },
- "MessageAttributeValue":{
- "type":"structure",
- "required":["DataType"],
- "members":{
- "StringValue":{"shape":"String"},
- "BinaryValue":{"shape":"Binary"},
- "StringListValues":{
- "shape":"StringList",
- "flattened":true,
- "locationName":"StringListValue"
- },
- "BinaryListValues":{
- "shape":"BinaryList",
- "flattened":true,
- "locationName":"BinaryListValue"
- },
- "DataType":{"shape":"String"}
- }
- },
- "MessageList":{
- "type":"list",
- "member":{
- "shape":"Message",
- "locationName":"Message"
- },
- "flattened":true
- },
- "MessageNotInflight":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.MessageNotInflight",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "OverLimit":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"OverLimit",
- "httpStatusCode":403,
- "senderFault":true
- },
- "exception":true
- },
- "PurgeQueueInProgress":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.PurgeQueueInProgress",
- "httpStatusCode":403,
- "senderFault":true
- },
- "exception":true
- },
- "PurgeQueueRequest":{
- "type":"structure",
- "required":["QueueUrl"],
- "members":{
- "QueueUrl":{"shape":"String"}
- }
- },
- "QueueAttributeName":{
- "type":"string",
- "enum":[
- "Policy",
- "VisibilityTimeout",
- "MaximumMessageSize",
- "MessageRetentionPeriod",
- "ApproximateNumberOfMessages",
- "ApproximateNumberOfMessagesNotVisible",
- "CreatedTimestamp",
- "LastModifiedTimestamp",
- "QueueArn",
- "ApproximateNumberOfMessagesDelayed",
- "DelaySeconds",
- "ReceiveMessageWaitTimeSeconds",
- "RedrivePolicy"
- ]
- },
- "QueueDeletedRecently":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.QueueDeletedRecently",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "QueueDoesNotExist":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.NonExistentQueue",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "QueueNameExists":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"QueueAlreadyExists",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "QueueUrlList":{
- "type":"list",
- "member":{
- "shape":"String",
- "locationName":"QueueUrl"
- },
- "flattened":true
- },
- "ReceiptHandleIsInvalid":{
- "type":"structure",
- "members":{
- },
- "exception":true
- },
- "ReceiveMessageRequest":{
- "type":"structure",
- "required":["QueueUrl"],
- "members":{
- "QueueUrl":{"shape":"String"},
- "AttributeNames":{"shape":"AttributeNameList"},
- "MessageAttributeNames":{"shape":"MessageAttributeNameList"},
- "MaxNumberOfMessages":{"shape":"Integer"},
- "VisibilityTimeout":{"shape":"Integer"},
- "WaitTimeSeconds":{"shape":"Integer"}
- }
- },
- "ReceiveMessageResult":{
- "type":"structure",
- "members":{
- "Messages":{"shape":"MessageList"}
- }
- },
- "RemovePermissionRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "Label"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "Label":{"shape":"String"}
- }
- },
- "SendMessageBatchRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "Entries"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "Entries":{"shape":"SendMessageBatchRequestEntryList"}
- }
- },
- "SendMessageBatchRequestEntry":{
- "type":"structure",
- "required":[
- "Id",
- "MessageBody"
- ],
- "members":{
- "Id":{"shape":"String"},
- "MessageBody":{"shape":"String"},
- "DelaySeconds":{"shape":"Integer"},
- "MessageAttributes":{
- "shape":"MessageAttributeMap",
- "locationName":"MessageAttribute"
- }
- }
- },
- "SendMessageBatchRequestEntryList":{
- "type":"list",
- "member":{
- "shape":"SendMessageBatchRequestEntry",
- "locationName":"SendMessageBatchRequestEntry"
- },
- "flattened":true
- },
- "SendMessageBatchResult":{
- "type":"structure",
- "required":[
- "Successful",
- "Failed"
- ],
- "members":{
- "Successful":{"shape":"SendMessageBatchResultEntryList"},
- "Failed":{"shape":"BatchResultErrorEntryList"}
- }
- },
- "SendMessageBatchResultEntry":{
- "type":"structure",
- "required":[
- "Id",
- "MessageId",
- "MD5OfMessageBody"
- ],
- "members":{
- "Id":{"shape":"String"},
- "MessageId":{"shape":"String"},
- "MD5OfMessageBody":{"shape":"String"},
- "MD5OfMessageAttributes":{"shape":"String"}
- }
- },
- "SendMessageBatchResultEntryList":{
- "type":"list",
- "member":{
- "shape":"SendMessageBatchResultEntry",
- "locationName":"SendMessageBatchResultEntry"
- },
- "flattened":true
- },
- "SendMessageRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "MessageBody"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "MessageBody":{"shape":"String"},
- "DelaySeconds":{"shape":"Integer"},
- "MessageAttributes":{
- "shape":"MessageAttributeMap",
- "locationName":"MessageAttribute"
- }
- }
- },
- "SendMessageResult":{
- "type":"structure",
- "members":{
- "MD5OfMessageBody":{"shape":"String"},
- "MD5OfMessageAttributes":{"shape":"String"},
- "MessageId":{"shape":"String"}
- }
- },
- "SetQueueAttributesRequest":{
- "type":"structure",
- "required":[
- "QueueUrl",
- "Attributes"
- ],
- "members":{
- "QueueUrl":{"shape":"String"},
- "Attributes":{
- "shape":"AttributeMap",
- "locationName":"Attribute"
- }
- }
- },
- "String":{"type":"string"},
- "StringList":{
- "type":"list",
- "member":{
- "shape":"String",
- "locationName":"StringListValue"
- }
- },
- "TooManyEntriesInBatchRequest":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.TooManyEntriesInBatchRequest",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "UnsupportedOperation":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"AWS.SimpleQueueService.UnsupportedOperation",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- }
- }
- }
|