Commit Graph

10 Commits (bd12c4bfe7da8dcb37db8d6b081a1aa5f2cb517c)

Author SHA1 Message Date
Toshio Kuratomi bd12c4bfe7 Refreshed metadata for extras modules 9 years ago
Eric 081719cc67 Return actual queue attributes with result from sqs_queue creation/update (#1362)
* Return actual queue attributes with result

Previously this was only returning the desired queue attributes, and not even returning the QueueARN for use elsewhere.  Now it will return "results.attributes" that is retrieved with boto's get_queue_attributes().

* update return structure to reflect current SQS config; add documentation of return values

* Remove redundancy from if/else statement
9 years ago
Toshio Kuratomi 3901fe72d3 Fix amazon extras modules to compile under python3 9 years ago
Nadir 5de3dbbf6d Added redrive policy options (#2245) 9 years ago
Fernando José Pando 94c5e16fe3 Add SQS queue policy attachment functionality (#1716)
* Add SQS queue policy attachment functionality

SQS queue has no attribute 'Policy' until one is attached, so this special
case must be handled uniquely

SQS queue Policy can now be passed in as json
9 years ago
Toshio Kuratomi 5bd1bcaa2d Don't raise or catch StandardError in amazon modules 9 years ago
Alan Loi 6e4c78d165 Docfixes - add version_added and missing default values. 9 years ago
Alan Loi a14420dcf0 Fix sqs_queue module to check that boto library is installed and AWS region & credentials are provided. 9 years ago
Alan Loi e8e1e41e08 Updated documentation for sqs_queue - state option is not required. 9 years ago
Alan Loi 6022f5abc7 Rename module to sqs_queue.py to differentiate from other potential modules e.g. reading/writing messages. 9 years ago