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

Description

 
Synopsis

Documentation

data SceneSummary Source #

An object that contains information about a scene.

See: newSceneSummary smart constructor.

Constructors

SceneSummary' 

Fields

Instances

Instances details
FromJSON SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Generic SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Associated Types

type Rep SceneSummary :: Type -> Type #

Read SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Show SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

NFData SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Methods

rnf :: SceneSummary -> () #

Eq SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Hashable SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

type Rep SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

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

newSceneSummary Source #

Create a value of SceneSummary 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:description:SceneSummary', sceneSummary_description - The scene description.

$sel:sceneId:SceneSummary', sceneSummary_sceneId - The ID of the scene.

$sel:contentLocation:SceneSummary', sceneSummary_contentLocation - The relative path that specifies the location of the content definition file.

$sel:arn:SceneSummary', sceneSummary_arn - The ARN of the scene.

$sel:creationDateTime:SceneSummary', sceneSummary_creationDateTime - The date and time when the scene was created.

$sel:updateDateTime:SceneSummary', sceneSummary_updateDateTime - The date and time when the scene was last updated.

sceneSummary_contentLocation :: Lens' SceneSummary Text Source #

The relative path that specifies the location of the content definition file.

sceneSummary_creationDateTime :: Lens' SceneSummary UTCTime Source #

The date and time when the scene was created.

sceneSummary_updateDateTime :: Lens' SceneSummary UTCTime Source #

The date and time when the scene was last updated.