libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTThingsGraph.Types.EntityDescription

Description

 
Synopsis

Documentation

data EntityDescription Source #

Describes the properties of an entity.

See: newEntityDescription smart constructor.

Constructors

EntityDescription' 

Fields

Instances

Instances details
Eq EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Read EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Show EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Generic EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Associated Types

type Rep EntityDescription :: Type -> Type #

NFData EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Methods

rnf :: EntityDescription -> () #

Hashable EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

FromJSON EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

type Rep EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

type Rep EntityDescription = D1 ('MetaData "EntityDescription" "Amazonka.IoTThingsGraph.Types.EntityDescription" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "EntityDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefinitionDocument)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EntityType))))))

newEntityDescription :: EntityDescription Source #

Create a value of EntityDescription 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:arn:EntityDescription', entityDescription_arn - The entity ARN.

$sel:createdAt:EntityDescription', entityDescription_createdAt - The time at which the entity was created.

$sel:definition:EntityDescription', entityDescription_definition - The definition document of the entity.

$sel:id:EntityDescription', entityDescription_id - The entity ID.

$sel:type':EntityDescription', entityDescription_type - The entity type.

entityDescription_createdAt :: Lens' EntityDescription (Maybe UTCTime) Source #

The time at which the entity was created.