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 TaskStartedEventDetails = TaskStartedEventDetails' {
- resourceType :: Text
- resource :: Text
- newTaskStartedEventDetails :: Text -> Text -> TaskStartedEventDetails
- taskStartedEventDetails_resourceType :: Lens' TaskStartedEventDetails Text
- taskStartedEventDetails_resource :: Lens' TaskStartedEventDetails Text
Documentation
data TaskStartedEventDetails Source #
Contains details about the start of a task during an execution.
See: newTaskStartedEventDetails
smart constructor.
TaskStartedEventDetails' | |
|
Instances
newTaskStartedEventDetails Source #
:: Text | |
-> Text | |
-> TaskStartedEventDetails |
Create a value of TaskStartedEventDetails
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:resourceType:TaskStartedEventDetails'
, taskStartedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskStartedEventDetails'
, taskStartedEventDetails_resource
- The service name of the resource in a task state.
taskStartedEventDetails_resourceType :: Lens' TaskStartedEventDetails Text Source #
The action of the resource called by a task state.
taskStartedEventDetails_resource :: Lens' TaskStartedEventDetails Text Source #
The service name of the resource in a task state.