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 FunctionDefinitionVersion = FunctionDefinitionVersion' {}
- newFunctionDefinitionVersion :: FunctionDefinitionVersion
- functionDefinitionVersion_defaultConfig :: Lens' FunctionDefinitionVersion (Maybe FunctionDefaultConfig)
- functionDefinitionVersion_functions :: Lens' FunctionDefinitionVersion (Maybe [Function])
Documentation
data FunctionDefinitionVersion Source #
Information about a function definition version.
See: newFunctionDefinitionVersion
smart constructor.
FunctionDefinitionVersion' | |
|
Instances
newFunctionDefinitionVersion :: FunctionDefinitionVersion Source #
Create a value of FunctionDefinitionVersion
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:defaultConfig:FunctionDefinitionVersion'
, functionDefinitionVersion_defaultConfig
- The default configuration that applies to all Lambda functions in this
function definition version. Individual Lambda functions can override
these settings.
$sel:functions:FunctionDefinitionVersion'
, functionDefinitionVersion_functions
- A list of Lambda functions in this function definition version.
functionDefinitionVersion_defaultConfig :: Lens' FunctionDefinitionVersion (Maybe FunctionDefaultConfig) Source #
The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.
functionDefinitionVersion_functions :: Lens' FunctionDefinitionVersion (Maybe [Function]) Source #
A list of Lambda functions in this function definition version.