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 ExecutionStartedEventDetails = ExecutionStartedEventDetails' {}
- newExecutionStartedEventDetails :: ExecutionStartedEventDetails
- executionStartedEventDetails_inputDetails :: Lens' ExecutionStartedEventDetails (Maybe HistoryEventExecutionDataDetails)
- executionStartedEventDetails_input :: Lens' ExecutionStartedEventDetails (Maybe Text)
- executionStartedEventDetails_roleArn :: Lens' ExecutionStartedEventDetails (Maybe Text)
Documentation
data ExecutionStartedEventDetails Source #
Contains details about the start of the execution.
See: newExecutionStartedEventDetails
smart constructor.
ExecutionStartedEventDetails' | |
|
Instances
newExecutionStartedEventDetails :: ExecutionStartedEventDetails Source #
Create a value of ExecutionStartedEventDetails
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:inputDetails:ExecutionStartedEventDetails'
, executionStartedEventDetails_inputDetails
- Contains details about the input for an execution history event.
$sel:input:ExecutionStartedEventDetails'
, executionStartedEventDetails_input
- The JSON data input to the execution. Length constraints apply to the
payload size, and are expressed as bytes in UTF-8 encoding.
$sel:roleArn:ExecutionStartedEventDetails'
, executionStartedEventDetails_roleArn
- The Amazon Resource Name (ARN) of the IAM role used for executing AWS
Lambda tasks.
executionStartedEventDetails_inputDetails :: Lens' ExecutionStartedEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the input for an execution history event.
executionStartedEventDetails_input :: Lens' ExecutionStartedEventDetails (Maybe Text) Source #
The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
executionStartedEventDetails_roleArn :: Lens' ExecutionStartedEventDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.