Implement additional Step Functions endpoints (#3437)

* Implement tagging/untagging for State Machine resources

* Implement `stepfunctions:UpdateStateMachine` endpoint
This commit is contained in:
Brian Pandola 2020-11-05 02:16:48 -08:00 committed by GitHub
commit 574f46e212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 208 additions and 4 deletions

View file

@ -8125,9 +8125,9 @@
- [ ] send_task_success
- [X] start_execution
- [X] stop_execution
- [ ] tag_resource
- [ ] untag_resource
- [ ] update_state_machine
- [X] tag_resource
- [X] untag_resource
- [X] update_state_machine
</details>
## storagegateway