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 LambdaFunctionScheduledEventDetails = LambdaFunctionScheduledEventDetails' {}
- newLambdaFunctionScheduledEventDetails :: Text -> LambdaFunctionScheduledEventDetails
- lambdaFunctionScheduledEventDetails_inputDetails :: Lens' LambdaFunctionScheduledEventDetails (Maybe HistoryEventExecutionDataDetails)
- lambdaFunctionScheduledEventDetails_input :: Lens' LambdaFunctionScheduledEventDetails (Maybe Text)
- lambdaFunctionScheduledEventDetails_timeoutInSeconds :: Lens' LambdaFunctionScheduledEventDetails (Maybe Integer)
- lambdaFunctionScheduledEventDetails_resource :: Lens' LambdaFunctionScheduledEventDetails Text
Documentation
data LambdaFunctionScheduledEventDetails Source #
Contains details about a lambda function scheduled during an execution.
See: newLambdaFunctionScheduledEventDetails
smart constructor.
LambdaFunctionScheduledEventDetails' | |
|
Instances
newLambdaFunctionScheduledEventDetails Source #
Create a value of LambdaFunctionScheduledEventDetails
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:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_inputDetails
- Contains details about input for an execution history event.
$sel:input:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_input
- The JSON data input to the lambda function. Length constraints apply to
the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:timeoutInSeconds:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_timeoutInSeconds
- The maximum allowed duration of the lambda function.
$sel:resource:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_resource
- The Amazon Resource Name (ARN) of the scheduled lambda function.
lambdaFunctionScheduledEventDetails_inputDetails :: Lens' LambdaFunctionScheduledEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about input for an execution history event.
lambdaFunctionScheduledEventDetails_input :: Lens' LambdaFunctionScheduledEventDetails (Maybe Text) Source #
The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
lambdaFunctionScheduledEventDetails_timeoutInSeconds :: Lens' LambdaFunctionScheduledEventDetails (Maybe Integer) Source #
The maximum allowed duration of the lambda function.
lambdaFunctionScheduledEventDetails_resource :: Lens' LambdaFunctionScheduledEventDetails Text Source #
The Amazon Resource Name (ARN) of the scheduled lambda function.