| 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.IotTwinMaker.Types.FunctionRequest
Description
Documentation
data FunctionRequest Source #
The function request body.
See: newFunctionRequest smart constructor.
Constructors
| FunctionRequest' | |
Fields
| |
Instances
newFunctionRequest :: FunctionRequest Source #
Create a value of FunctionRequest 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:implementedBy:FunctionRequest', functionRequest_implementedBy - The data connector.
$sel:requiredProperties:FunctionRequest', functionRequest_requiredProperties - The required properties of the function.
$sel:scope:FunctionRequest', functionRequest_scope - The scope of the function.
functionRequest_implementedBy :: Lens' FunctionRequest (Maybe DataConnector) Source #
The data connector.
functionRequest_requiredProperties :: Lens' FunctionRequest (Maybe [Text]) Source #
The required properties of the function.
functionRequest_scope :: Lens' FunctionRequest (Maybe Scope) Source #
The scope of the function.