# Functions
Get returns the specified deployment template.
Update changes the contents of the specified deployment's elasticsearch keystore by using the PATCH method, the payload is a partial payload where any ignored current keystore items, are not removed, unless the secrets are set to "null": {"secrets": {"my-secret": null}}.
# Structs
GetParams is consumed by the Get function.
UpdateParams is consumed by the Update function.