ExAws.Cloudformation v2.0.0 ExAws.Cloudformation.Parsers View Source

Link to this section Summary

Link to this section Types

Link to this type resource_status() View Source
resource_status() ::
  :create_in_progress |
  :create_failed |
  :create_complete |
  :delete_in_progress |
  :delete_failed |
  :delete_complete |
  :delete_skipped |
  :update_in_progress |
  :update_failed |
  :update_complete
Link to this type stack_status() View Source
stack_status() ::
  resource_status() |
  :rollback_in_progress |
  :rollback_failed |
  :rollback_complete |
  :update_rollback_failed |
  :update_rollback_in_progress |
  :update_rollback_complete |
  :review_in_progress |
  :update_complete_cleanup_in_progress |
  :update_rollback_complete_cleanup_in_progress

Link to this section Functions

Link to this function parse(arg, arg2, config) View Source