| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Greengrass.Types.Function
Description
Synopsis
Documentation
Information about a Lambda function.
See: newFunction smart constructor.
Constructors
| Function' | |
Fields
| |
Instances
| FromJSON Function Source # | |
| ToJSON Function Source # | |
Defined in Amazonka.Greengrass.Types.Function | |
| Generic Function Source # | |
| Read Function Source # | |
| Show Function Source # | |
| NFData Function Source # | |
Defined in Amazonka.Greengrass.Types.Function | |
| Eq Function Source # | |
| Hashable Function Source # | |
Defined in Amazonka.Greengrass.Types.Function | |
| type Rep Function Source # | |
Defined in Amazonka.Greengrass.Types.Function type Rep Function = D1 ('MetaData "Function" "Amazonka.Greengrass.Types.Function" "amazonka-greengrass-2.0-KjUXjyW3l8XyfFjm5ZueR" 'False) (C1 ('MetaCons "Function'" 'PrefixI 'True) (S1 ('MetaSel ('Just "functionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "functionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FunctionConfiguration)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) | |
Create a value of Function 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:functionArn:Function', function_functionArn - The ARN of the Lambda function.
$sel:functionConfiguration:Function', function_functionConfiguration - The configuration of the Lambda function.
$sel:id:Function', function_id - A descriptive or arbitrary ID for the function. This value must be
unique within the function definition version. Max length is 128
characters with pattern ''[a-zA-Z0-9:_-]+''.
function_functionConfiguration :: Lens' Function (Maybe FunctionConfiguration) Source #
The configuration of the Lambda function.