Merge pull request #2015 from corrjo/master

#1514 Stackset Support
This commit is contained in:
Steve Pulec 2019-04-22 19:04:47 -05:00 committed by GitHub
commit 88e1f0fa23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1052 additions and 18 deletions

View file

@ -470,25 +470,25 @@
- [ ] upgrade_applied_schema
- [ ] upgrade_published_schema
## cloudformation - 21% implemented
## cloudformation - 56% implemented
- [ ] cancel_update_stack
- [ ] continue_update_rollback
- [X] create_change_set
- [X] create_stack
- [ ] create_stack_instances
- [ ] create_stack_set
- [X] create_stack_instances
- [X] create_stack_set
- [X] delete_change_set
- [X] delete_stack
- [ ] delete_stack_instances
- [ ] delete_stack_set
- [X] delete_stack_instances
- [X] delete_stack_set
- [ ] describe_account_limits
- [X] describe_change_set
- [ ] describe_stack_events
- [ ] describe_stack_instance
- [X] describe_stack_instance
- [ ] describe_stack_resource
- [ ] describe_stack_resources
- [ ] describe_stack_set
- [ ] describe_stack_set_operation
- [X] describe_stack_set
- [X] describe_stack_set_operation
- [X] describe_stacks
- [ ] estimate_template_cost
- [X] execute_change_set
@ -498,18 +498,18 @@
- [X] list_change_sets
- [X] list_exports
- [ ] list_imports
- [ ] list_stack_instances
- [X] list_stack_instances
- [X] list_stack_resources
- [ ] list_stack_set_operation_results
- [ ] list_stack_set_operations
- [ ] list_stack_sets
- [X] list_stack_set_operation_results
- [X] list_stack_set_operations
- [X] list_stack_sets
- [X] list_stacks
- [ ] set_stack_policy
- [ ] signal_resource
- [ ] stop_stack_set_operation
- [X] stop_stack_set_operation
- [X] update_stack
- [ ] update_stack_instances
- [ ] update_stack_set
- [X] update_stack_instances
- [X] update_stack_set
- [ ] update_termination_protection
- [ ] validate_template