Extract arguments passed as parameters and return them as a dictionary.
Extract any arguments passed as parameters through the API and return them as a dictionary. This allows us to filter the passed args and do type conversion where appropriate
Return a representation of the given stack.
Return a representation of the given stack that matches the API output expectations.
Return a summary representation of the given stack.
Given a stack versioned db object, return a representation of the given stack for a stack listing.
Return a representation of the given output template.
Return a representation of the given output template for the given stack that matches the API output expectations.
Return a representation of the given resource.
Return a representation of the given resource that matches the API output expectations.
Format a template parameter for validate template API call.
Formats a template parameter and its schema information from the engine’s internal representation (i.e. a Parameter object and its associated Schema object) to a representation expected by the current API (for example to be compatible to CFN syntax).