moto/moto/redshift
Brian Pandola 0a03a7237e Redshift Updates
- Implement create_cluster_snapshot endpoint
- Implement describe_cluster_snapshots endpoint
- Implement delete_cluster_snapshot endpoint
- Implement restore_from_cluster_snapshot endpoint
- Implement limited support for describe_tags endpoint
- Correctly serialize errors to json (for boto) or xml (for boto3)
- Simulate cluster spin up by returning initial status as 'creating' and subsequent statuses as 'available'
- Fix issue with modify_cluster endpoint where cluster values get set to None when omitted from request
- Add 'Endpoint' key to describe_clusters response syntax
2017-08-09 18:43:21 -07:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
exceptions.py Redshift Updates 2017-08-09 18:43:21 -07:00
models.py Redshift Updates 2017-08-09 18:43:21 -07:00
responses.py Redshift Updates 2017-08-09 18:43:21 -07:00
urls.py Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
utils.py Add basic CRUD. 2014-11-22 14:03:09 -05:00