Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data RenderableTask Source #
Contains input values for a task.
See: newRenderableTask
smart constructor.
RenderableTask' | |
|
Instances
Create a value of RenderableTask
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:input:RenderableTask'
, renderableTask_input
- A JSON object that contains values for the variables defined in the
template. It is made available to the template under the substitution
variable task.input
. For example, if you define a variable
task.input.text
in your template, you can supply the variable in the
JSON object as "text": "sample text"
.
renderableTask_input :: Lens' RenderableTask Text Source #
A JSON object that contains values for the variables defined in the
template. It is made available to the template under the substitution
variable task.input
. For example, if you define a variable
task.input.text
in your template, you can supply the variable in the
JSON object as "text": "sample text"
.