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

Description

 
Synopsis

Documentation

data PropertyGroupRequest Source #

See: newPropertyGroupRequest smart constructor.

Constructors

PropertyGroupRequest' 

Fields

Instances

Instances details
ToJSON PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Generic PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Associated Types

type Rep PropertyGroupRequest :: Type -> Type #

Read PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Show PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

NFData PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Methods

rnf :: PropertyGroupRequest -> () #

Eq PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Hashable PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

type Rep PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

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

newPropertyGroupRequest :: PropertyGroupRequest Source #

Create a value of PropertyGroupRequest 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:PropertyGroupRequest', propertyGroupRequest_groupType - The group type.

$sel:propertyNames:PropertyGroupRequest', propertyGroupRequest_propertyNames - The names of properties.