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 LambdaStepMetadata = LambdaStepMetadata' {
- arn :: Maybe Text
- outputParameters :: Maybe [OutputParameter]
- newLambdaStepMetadata :: LambdaStepMetadata
- lambdaStepMetadata_arn :: Lens' LambdaStepMetadata (Maybe Text)
- lambdaStepMetadata_outputParameters :: Lens' LambdaStepMetadata (Maybe [OutputParameter])
Documentation
data LambdaStepMetadata Source #
Metadata for a Lambda step.
See: newLambdaStepMetadata
smart constructor.
LambdaStepMetadata' | |
|
Instances
newLambdaStepMetadata :: LambdaStepMetadata Source #
Create a value of LambdaStepMetadata
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:arn:LambdaStepMetadata'
, lambdaStepMetadata_arn
- The Amazon Resource Name (ARN) of the Lambda function that was run by
this step execution.
$sel:outputParameters:LambdaStepMetadata'
, lambdaStepMetadata_outputParameters
- A list of the output parameters of the Lambda step.
lambdaStepMetadata_arn :: Lens' LambdaStepMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
lambdaStepMetadata_outputParameters :: Lens' LambdaStepMetadata (Maybe [OutputParameter]) Source #
A list of the output parameters of the Lambda step.