| 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.ComponentUpdateRequest
Description
Synopsis
- data ComponentUpdateRequest = ComponentUpdateRequest' {}
- newComponentUpdateRequest :: ComponentUpdateRequest
- componentUpdateRequest_componentTypeId :: Lens' ComponentUpdateRequest (Maybe Text)
- componentUpdateRequest_description :: Lens' ComponentUpdateRequest (Maybe Text)
- componentUpdateRequest_propertyGroupUpdates :: Lens' ComponentUpdateRequest (Maybe (HashMap Text ComponentPropertyGroupRequest))
- componentUpdateRequest_propertyUpdates :: Lens' ComponentUpdateRequest (Maybe (HashMap Text PropertyRequest))
- componentUpdateRequest_updateType :: Lens' ComponentUpdateRequest (Maybe ComponentUpdateType)
Documentation
data ComponentUpdateRequest Source #
The component update request.
See: newComponentUpdateRequest smart constructor.
Constructors
| ComponentUpdateRequest' | |
Fields
| |
Instances
newComponentUpdateRequest :: ComponentUpdateRequest Source #
Create a value of ComponentUpdateRequest 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:ComponentUpdateRequest', componentUpdateRequest_componentTypeId - The ID of the component type.
$sel:description:ComponentUpdateRequest', componentUpdateRequest_description - The description of the component type.
$sel:propertyGroupUpdates:ComponentUpdateRequest', componentUpdateRequest_propertyGroupUpdates - The property group updates.
$sel:propertyUpdates:ComponentUpdateRequest', componentUpdateRequest_propertyUpdates - An object that maps strings to the properties to set in the component
type update. Each string in the mapping must be unique to this object.
ComponentUpdateRequest, componentUpdateRequest_updateType - The update type of the component update request.
componentUpdateRequest_componentTypeId :: Lens' ComponentUpdateRequest (Maybe Text) Source #
The ID of the component type.
componentUpdateRequest_description :: Lens' ComponentUpdateRequest (Maybe Text) Source #
The description of the component type.
componentUpdateRequest_propertyGroupUpdates :: Lens' ComponentUpdateRequest (Maybe (HashMap Text ComponentPropertyGroupRequest)) Source #
The property group updates.
componentUpdateRequest_propertyUpdates :: Lens' ComponentUpdateRequest (Maybe (HashMap Text PropertyRequest)) Source #
An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.
componentUpdateRequest_updateType :: Lens' ComponentUpdateRequest (Maybe ComponentUpdateType) Source #
The update type of the component update request.