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
- data TaskSubmittedEventDetails = TaskSubmittedEventDetails' {}
- newTaskSubmittedEventDetails :: Text -> Text -> TaskSubmittedEventDetails
- taskSubmittedEventDetails_output :: Lens' TaskSubmittedEventDetails (Maybe Text)
- taskSubmittedEventDetails_outputDetails :: Lens' TaskSubmittedEventDetails (Maybe HistoryEventExecutionDataDetails)
- taskSubmittedEventDetails_resourceType :: Lens' TaskSubmittedEventDetails Text
- taskSubmittedEventDetails_resource :: Lens' TaskSubmittedEventDetails Text
Documentation
data TaskSubmittedEventDetails Source #
Contains details about a task submitted to a resource .
See: newTaskSubmittedEventDetails
smart constructor.
TaskSubmittedEventDetails' | |
|
Instances
newTaskSubmittedEventDetails Source #
:: Text | |
-> Text | |
-> TaskSubmittedEventDetails |
Create a value of TaskSubmittedEventDetails
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:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_output
- The response from a resource when a task has started. Length constraints
apply to the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_outputDetails
- Contains details about the output of an execution history event.
$sel:resourceType:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_resource
- The service name of the resource in a task state.
taskSubmittedEventDetails_output :: Lens' TaskSubmittedEventDetails (Maybe Text) Source #
The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
taskSubmittedEventDetails_outputDetails :: Lens' TaskSubmittedEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
taskSubmittedEventDetails_resourceType :: Lens' TaskSubmittedEventDetails Text Source #
The action of the resource called by a task state.
taskSubmittedEventDetails_resource :: Lens' TaskSubmittedEventDetails Text Source #
The service name of the resource in a task state.