Skip to content

Instantly share code, notes, and snippets.

@and1truong
Last active August 29, 2015 14:05
Show Gist options
  • Save and1truong/7056b36d9c4b44547e9d to your computer and use it in GitHub Desktop.
Save and1truong/7056b36d9c4b44547e9d to your computer and use it in GitHub Desktop.
<?php
/**
* Client to interact with Amazon Simple Queue Service.
* @method Model addPermission(array $args = array()) {@command Sqs AddPermission}
* @method ResourceIteratorInterface getListQueuesIterator(array $args = array()) The input array uses the parameters of the ListQueues operation
* @link http://j.mp/1mtRCqZ#demo API docs
* @link http://j.mp/1xlxRpb#phpDoc
*/
class SqsClient extends AbstractClient {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment