| 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.FunctionResponse
Description
Synopsis
- data FunctionResponse = FunctionResponse' {}
- newFunctionResponse :: FunctionResponse
- functionResponse_implementedBy :: Lens' FunctionResponse (Maybe DataConnector)
- functionResponse_isInherited :: Lens' FunctionResponse (Maybe Bool)
- functionResponse_requiredProperties :: Lens' FunctionResponse (Maybe [Text])
- functionResponse_scope :: Lens' FunctionResponse (Maybe Scope)
Documentation
data FunctionResponse Source #
The function response.
See: newFunctionResponse smart constructor.
Constructors
| FunctionResponse' | |
Fields
| |
Instances
newFunctionResponse :: FunctionResponse Source #
Create a value of FunctionResponse 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:FunctionResponse', functionResponse_implementedBy - The data connector.
$sel:isInherited:FunctionResponse', functionResponse_isInherited - Indicates whether this function is inherited.
$sel:requiredProperties:FunctionResponse', functionResponse_requiredProperties - The required properties of the function.
$sel:scope:FunctionResponse', functionResponse_scope - The scope of the function.
functionResponse_implementedBy :: Lens' FunctionResponse (Maybe DataConnector) Source #
The data connector.
functionResponse_isInherited :: Lens' FunctionResponse (Maybe Bool) Source #
Indicates whether this function is inherited.
functionResponse_requiredProperties :: Lens' FunctionResponse (Maybe [Text]) Source #
The required properties of the function.
functionResponse_scope :: Lens' FunctionResponse (Maybe Scope) Source #
The scope of the function.