amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Description

 
Synopsis

Documentation

data ComponentPropertyGroupResponse Source #

The component property group response.

See: newComponentPropertyGroupResponse smart constructor.

Constructors

ComponentPropertyGroupResponse' 

Fields

Instances

Instances details
FromJSON ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Generic ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Associated Types

type Rep ComponentPropertyGroupResponse :: Type -> Type #

Read ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Show ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

NFData ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Eq ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Hashable ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

type Rep ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

type Rep ComponentPropertyGroupResponse = D1 ('MetaData "ComponentPropertyGroupResponse" "Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ComponentPropertyGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GroupType) :*: (S1 ('MetaSel ('Just "propertyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "isInherited") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newComponentPropertyGroupResponse Source #

Create a value of ComponentPropertyGroupResponse 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:groupType:ComponentPropertyGroupResponse', componentPropertyGroupResponse_groupType - The group type.

$sel:propertyNames:ComponentPropertyGroupResponse', componentPropertyGroupResponse_propertyNames - The names of properties

$sel:isInherited:ComponentPropertyGroupResponse', componentPropertyGroupResponse_isInherited - A Boolean value that specifies whether the property group is inherited from a parent entity

componentPropertyGroupResponse_isInherited :: Lens' ComponentPropertyGroupResponse Bool Source #

A Boolean value that specifies whether the property group is inherited from a parent entity