Merge pull request #2409 from bblommers/feature/stepfunctions
Step Functions - basic method implementation
This commit is contained in:
commit
9cc6a1533f
10 changed files with 744 additions and 10 deletions
|
|
@ -6050,24 +6050,24 @@
|
|||
## stepfunctions
|
||||
0% implemented
|
||||
- [ ] create_activity
|
||||
- [ ] create_state_machine
|
||||
- [X] create_state_machine
|
||||
- [ ] delete_activity
|
||||
- [ ] delete_state_machine
|
||||
- [X] delete_state_machine
|
||||
- [ ] describe_activity
|
||||
- [ ] describe_execution
|
||||
- [ ] describe_state_machine
|
||||
- [ ] describe_state_machine_for_execution
|
||||
- [X] describe_execution
|
||||
- [X] describe_state_machine
|
||||
- [x] describe_state_machine_for_execution
|
||||
- [ ] get_activity_task
|
||||
- [ ] get_execution_history
|
||||
- [ ] list_activities
|
||||
- [ ] list_executions
|
||||
- [ ] list_state_machines
|
||||
- [ ] list_tags_for_resource
|
||||
- [X] list_executions
|
||||
- [X] list_state_machines
|
||||
- [X] list_tags_for_resource
|
||||
- [ ] send_task_failure
|
||||
- [ ] send_task_heartbeat
|
||||
- [ ] send_task_success
|
||||
- [ ] start_execution
|
||||
- [ ] stop_execution
|
||||
- [X] start_execution
|
||||
- [X] stop_execution
|
||||
- [ ] tag_resource
|
||||
- [ ] untag_resource
|
||||
- [ ] update_state_machine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue