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 LambdaFunctionInfo = LambdaFunctionInfo' {}
- newLambdaFunctionInfo :: LambdaFunctionInfo
- lambdaFunctionInfo_currentVersion :: Lens' LambdaFunctionInfo (Maybe Text)
- lambdaFunctionInfo_functionAlias :: Lens' LambdaFunctionInfo (Maybe Text)
- lambdaFunctionInfo_functionName :: Lens' LambdaFunctionInfo (Maybe Text)
- lambdaFunctionInfo_targetVersion :: Lens' LambdaFunctionInfo (Maybe Text)
- lambdaFunctionInfo_targetVersionWeight :: Lens' LambdaFunctionInfo (Maybe Double)
Documentation
data LambdaFunctionInfo Source #
Information about a Lambda function specified in a deployment.
See: newLambdaFunctionInfo
smart constructor.
LambdaFunctionInfo' | |
|
Instances
newLambdaFunctionInfo :: LambdaFunctionInfo Source #
Create a value of LambdaFunctionInfo
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:currentVersion:LambdaFunctionInfo'
, lambdaFunctionInfo_currentVersion
- The version of a Lambda function that production traffic points to.
$sel:functionAlias:LambdaFunctionInfo'
, lambdaFunctionInfo_functionAlias
- The alias of a Lambda function. For more information, see
AWS Lambda Function Aliases
in the AWS Lambda Developer Guide.
$sel:functionName:LambdaFunctionInfo'
, lambdaFunctionInfo_functionName
- The name of a Lambda function.
$sel:targetVersion:LambdaFunctionInfo'
, lambdaFunctionInfo_targetVersion
- The version of a Lambda function that production traffic points to after
the Lambda function is deployed.
$sel:targetVersionWeight:LambdaFunctionInfo'
, lambdaFunctionInfo_targetVersionWeight
- The percentage of production traffic that the target version of a Lambda
function receives.
lambdaFunctionInfo_currentVersion :: Lens' LambdaFunctionInfo (Maybe Text) Source #
The version of a Lambda function that production traffic points to.
lambdaFunctionInfo_functionAlias :: Lens' LambdaFunctionInfo (Maybe Text) Source #
The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.
lambdaFunctionInfo_functionName :: Lens' LambdaFunctionInfo (Maybe Text) Source #
The name of a Lambda function.
lambdaFunctionInfo_targetVersion :: Lens' LambdaFunctionInfo (Maybe Text) Source #
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
lambdaFunctionInfo_targetVersionWeight :: Lens' LambdaFunctionInfo (Maybe Double) Source #
The percentage of production traffic that the target version of a Lambda function receives.