libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.ThingTypeDefinition

Description

 
Synopsis

Documentation

data ThingTypeDefinition Source #

The definition of the thing type, including thing type name and description.

See: newThingTypeDefinition smart constructor.

Constructors

ThingTypeDefinition' 

Fields

Instances

Instances details
Eq ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

Read ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

Show ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

Generic ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

Associated Types

type Rep ThingTypeDefinition :: Type -> Type #

NFData ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

Methods

rnf :: ThingTypeDefinition -> () #

Hashable ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

FromJSON ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

type Rep ThingTypeDefinition Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeDefinition

type Rep ThingTypeDefinition = D1 ('MetaData "ThingTypeDefinition" "Amazonka.IoT.Types.ThingTypeDefinition" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ThingTypeDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "thingTypeProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingTypeProperties)) :*: S1 ('MetaSel ('Just "thingTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "thingTypeMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingTypeMetadata)) :*: S1 ('MetaSel ('Just "thingTypeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newThingTypeDefinition :: ThingTypeDefinition Source #

Create a value of ThingTypeDefinition 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:thingTypeProperties:ThingTypeDefinition', thingTypeDefinition_thingTypeProperties - The ThingTypeProperties for the thing type.

$sel:thingTypeName:ThingTypeDefinition', thingTypeDefinition_thingTypeName - The name of the thing type.

$sel:thingTypeMetadata:ThingTypeDefinition', thingTypeDefinition_thingTypeMetadata - The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

$sel:thingTypeArn:ThingTypeDefinition', thingTypeDefinition_thingTypeArn - The thing type ARN.

thingTypeDefinition_thingTypeMetadata :: Lens' ThingTypeDefinition (Maybe ThingTypeMetadata) Source #

The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.