| 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 |
Amazonka.Transfer.Types.WorkflowDetails
Description
Synopsis
Documentation
data WorkflowDetails Source #
Container for the WorkflowDetail data type. It is used by actions that
trigger a workflow to begin execution.
See: newWorkflowDetails smart constructor.
Constructors
| WorkflowDetails' | |
Fields
| |
Instances
newWorkflowDetails :: WorkflowDetails Source #
Create a value of WorkflowDetails 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:onUpload:WorkflowDetails', workflowDetails_onUpload - A trigger that starts a workflow: the workflow begins to execute after a
file is uploaded.
workflowDetails_onUpload :: Lens' WorkflowDetails [WorkflowDetail] Source #
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.