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

Description

 
Synopsis

Documentation

data ComponentTypeSummary Source #

An object that contains information about a component type.

See: newComponentTypeSummary smart constructor.

Constructors

ComponentTypeSummary' 

Fields

Instances

Instances details
FromJSON ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Generic ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Associated Types

type Rep ComponentTypeSummary :: Type -> Type #

Read ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Show ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

NFData ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Methods

rnf :: ComponentTypeSummary -> () #

Eq ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Hashable ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

type Rep ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

type Rep ComponentTypeSummary = D1 ('MetaData "ComponentTypeSummary" "Amazonka.IotTwinMaker.Types.ComponentTypeSummary" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ComponentTypeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Status)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newComponentTypeSummary Source #

Create a value of ComponentTypeSummary 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:componentTypeName:ComponentTypeSummary', componentTypeSummary_componentTypeName - The component type name.

$sel:description:ComponentTypeSummary', componentTypeSummary_description - The description of the component type.

$sel:status:ComponentTypeSummary', componentTypeSummary_status - The current status of the component type.

$sel:arn:ComponentTypeSummary', componentTypeSummary_arn - The ARN of the component type.

$sel:componentTypeId:ComponentTypeSummary', componentTypeSummary_componentTypeId - The ID of the component type.

$sel:creationDateTime:ComponentTypeSummary', componentTypeSummary_creationDateTime - The date and time when the component type was created.

$sel:updateDateTime:ComponentTypeSummary', componentTypeSummary_updateDateTime - The date and time when the component type was last updated.

componentTypeSummary_description :: Lens' ComponentTypeSummary (Maybe Text) Source #

The description of the component type.

componentTypeSummary_status :: Lens' ComponentTypeSummary (Maybe Status) Source #

The current status of the component type.

componentTypeSummary_creationDateTime :: Lens' ComponentTypeSummary UTCTime Source #

The date and time when the component type was created.

componentTypeSummary_updateDateTime :: Lens' ComponentTypeSummary UTCTime Source #

The date and time when the component type was last updated.