| 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.ComponentRequest
Description
Synopsis
- data ComponentRequest = ComponentRequest' {}
- newComponentRequest :: ComponentRequest
- componentRequest_componentTypeId :: Lens' ComponentRequest (Maybe Text)
- componentRequest_description :: Lens' ComponentRequest (Maybe Text)
- componentRequest_properties :: Lens' ComponentRequest (Maybe (HashMap Text PropertyRequest))
- componentRequest_propertyGroups :: Lens' ComponentRequest (Maybe (HashMap Text ComponentPropertyGroupRequest))
Documentation
data ComponentRequest Source #
An object that sets information about a component type create or update request.
See: newComponentRequest smart constructor.
Constructors
| ComponentRequest' | |
Fields
| |
Instances
newComponentRequest :: ComponentRequest Source #
Create a value of ComponentRequest 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:componentTypeId:ComponentRequest', componentRequest_componentTypeId - The ID of the component type.
$sel:description:ComponentRequest', componentRequest_description - The description of the component request.
$sel:properties:ComponentRequest', componentRequest_properties - An object that maps strings to the properties to set in the component
type. Each string in the mapping must be unique to this object.
$sel:propertyGroups:ComponentRequest', componentRequest_propertyGroups - The property groups.
componentRequest_componentTypeId :: Lens' ComponentRequest (Maybe Text) Source #
The ID of the component type.
componentRequest_description :: Lens' ComponentRequest (Maybe Text) Source #
The description of the component request.
componentRequest_properties :: Lens' ComponentRequest (Maybe (HashMap Text PropertyRequest)) Source #
An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
componentRequest_propertyGroups :: Lens' ComponentRequest (Maybe (HashMap Text ComponentPropertyGroupRequest)) Source #
The property groups.