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

Description

 
Synopsis

Documentation

data PropertyResponse Source #

An object that contains information about a property response.

See: newPropertyResponse smart constructor.

Constructors

PropertyResponse' 

Fields

Instances

Instances details
FromJSON PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Generic PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Associated Types

type Rep PropertyResponse :: Type -> Type #

Read PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Show PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

NFData PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Methods

rnf :: PropertyResponse -> () #

Eq PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Hashable PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

type Rep PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

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

newPropertyResponse :: PropertyResponse Source #

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

$sel:value:PropertyResponse', propertyResponse_value - The value of the property.

propertyResponse_definition :: Lens' PropertyResponse (Maybe PropertyDefinitionResponse) Source #

An object that specifies information about a property.