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

Description

 
Synopsis

Documentation

data PropertyRequest Source #

An object that sets information about a property.

See: newPropertyRequest smart constructor.

Constructors

PropertyRequest' 

Fields

Instances

Instances details
ToJSON PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Generic PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Associated Types

type Rep PropertyRequest :: Type -> Type #

Read PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Show PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

NFData PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Methods

rnf :: PropertyRequest -> () #

Eq PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Hashable PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

type Rep PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

type Rep PropertyRequest = D1 ('MetaData "PropertyRequest" "Amazonka.IotTwinMaker.Types.PropertyRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyDefinitionRequest)) :*: (S1 ('MetaSel ('Just "updateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyUpdateType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue)))))

newPropertyRequest :: PropertyRequest Source #

Create a value of PropertyRequest 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:definition:PropertyRequest', propertyRequest_definition - An object that specifies information about a property.

$sel:updateType:PropertyRequest', propertyRequest_updateType - The update type of the update property request.

$sel:value:PropertyRequest', propertyRequest_value - The value of the property.

propertyRequest_definition :: Lens' PropertyRequest (Maybe PropertyDefinitionRequest) Source #

An object that specifies information about a property.

propertyRequest_updateType :: Lens' PropertyRequest (Maybe PropertyUpdateType) Source #

The update type of the update property request.