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.PropertyGroupResponse

Description

 
Synopsis

Documentation

data PropertyGroupResponse Source #

The property group response

See: newPropertyGroupResponse smart constructor.

Constructors

PropertyGroupResponse' 

Fields

Instances

Instances details
FromJSON PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Generic PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Associated Types

type Rep PropertyGroupResponse :: Type -> Type #

Read PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Show PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

NFData PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Methods

rnf :: PropertyGroupResponse -> () #

Eq PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Hashable PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

type Rep PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

type Rep PropertyGroupResponse = D1 ('MetaData "PropertyGroupResponse" "Amazonka.IotTwinMaker.Types.PropertyGroupResponse" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyGroupResponse'" '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))))

newPropertyGroupResponse Source #

Create a value of PropertyGroupResponse 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:PropertyGroupResponse', propertyGroupResponse_groupType - The group types.

$sel:propertyNames:PropertyGroupResponse', propertyGroupResponse_propertyNames - The names of properties.

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

propertyGroupResponse_isInherited :: Lens' PropertyGroupResponse Bool Source #

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