(add-stack pred env stack-name)
Modifies global atom, adding the stack-name if the stack is true according to the given predicate.
Modifies global atom, adding the stack-name if the stack is true according to the given predicate.
(get-all-stack-names)
(get-all-stack-names env)
Returns a list of all stack names
Returns a list of all stack names
(get-all-stacks)
(get-all-stacks env)
Returns a list of all stacks.
Returns a list of all stacks.
(get-opsworks-stacks env)
Return a list of stacs that reference OpsWorks from a given vector of stacks.
Return a list of stacs that reference OpsWorks from a given vector of stacks.
(get-security-group cluster)
(get-security-group cluster logical-resource-id environment)
(get-stack-resources stack-name)
(get-stack-resources stack-name region)
Returns stack resources as a list.
Returns stack resources as a list.
(get-stacks env)
(get-stacks env next-token)
Single query to get a list of stacks.
Single query to get a list of stacks.
(has-opsworks? stack-name env)
Returns true if stack has opsworks as a resource.
Returns true if stack has opsworks as a resource.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close