| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.StepFunctions.Types.TaskSucceededEventDetails
Description
Synopsis
- data TaskSucceededEventDetails = TaskSucceededEventDetails' {}
- newTaskSucceededEventDetails :: Text -> Text -> TaskSucceededEventDetails
- taskSucceededEventDetails_output :: Lens' TaskSucceededEventDetails (Maybe Text)
- taskSucceededEventDetails_outputDetails :: Lens' TaskSucceededEventDetails (Maybe HistoryEventExecutionDataDetails)
- taskSucceededEventDetails_resourceType :: Lens' TaskSucceededEventDetails Text
- taskSucceededEventDetails_resource :: Lens' TaskSucceededEventDetails Text
Documentation
data TaskSucceededEventDetails Source #
Contains details about the successful completion of a task state.
See: newTaskSucceededEventDetails smart constructor.
Constructors
| TaskSucceededEventDetails' | |
Fields
| |
Instances
newTaskSucceededEventDetails Source #
Arguments
| :: Text | |
| -> Text | |
| -> TaskSucceededEventDetails |
Create a value of TaskSucceededEventDetails 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:output:TaskSucceededEventDetails', taskSucceededEventDetails_output - The full JSON response from a resource when a task has succeeded. This
response becomes the output of the related task. Length constraints
apply to the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:TaskSucceededEventDetails', taskSucceededEventDetails_outputDetails - Contains details about the output of an execution history event.
$sel:resourceType:TaskSucceededEventDetails', taskSucceededEventDetails_resourceType - The service name of the resource in a task state.
$sel:resource:TaskSucceededEventDetails', taskSucceededEventDetails_resource - The action of the resource called by a task state.
taskSucceededEventDetails_output :: Lens' TaskSucceededEventDetails (Maybe Text) Source #
The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
taskSucceededEventDetails_outputDetails :: Lens' TaskSucceededEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
taskSucceededEventDetails_resourceType :: Lens' TaskSucceededEventDetails Text Source #
The service name of the resource in a task state.
taskSucceededEventDetails_resource :: Lens' TaskSucceededEventDetails Text Source #
The action of the resource called by a task state.