Skip to content

Commit

Permalink
refactor: add the create_cache_cluster, delete_cache_cluster and desc…
Browse files Browse the repository at this point in the history
…ribe_cache_clusters methods
  • Loading branch information
jfmainville committed Sep 1, 2023
1 parent b217fa9 commit 38bc401
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/services/elasticache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ elasticache
- [ ] batch_stop_update_action
- [ ] complete_migration
- [ ] copy_snapshot
- [ ] create_cache_cluster
- [x] create_cache_cluster
- [ ] create_cache_parameter_group
- [ ] create_cache_security_group
- [ ] create_cache_subnet_group
Expand All @@ -44,7 +44,7 @@ elasticache
- [ ] create_user_group
- [ ] decrease_node_groups_in_global_replication_group
- [ ] decrease_replica_count
- [ ] delete_cache_cluster
- [x] delete_cache_cluster
- [ ] delete_cache_parameter_group
- [ ] delete_cache_security_group
- [ ] delete_cache_subnet_group
Expand All @@ -53,7 +53,7 @@ elasticache
- [ ] delete_snapshot
- [X] delete_user
- [ ] delete_user_group
- [ ] describe_cache_clusters
- [x] describe_cache_clusters
- [ ] describe_cache_engine_versions
- [ ] describe_cache_parameter_groups
- [ ] describe_cache_parameters
Expand All @@ -70,10 +70,10 @@ elasticache
- [ ] describe_update_actions
- [ ] describe_user_groups
- [X] describe_users

Only the `user_id` parameter is currently supported.
Pagination is not yet implemented.


- [ ] disassociate_global_replication_group
- [ ] failover_global_replication_group
Expand Down

0 comments on commit 38bc401

Please sign in to comment.