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

Description

 
Synopsis

Documentation

data WorkspaceSummary Source #

An object that contains information about a workspace.

See: newWorkspaceSummary smart constructor.

Constructors

WorkspaceSummary' 

Fields

Instances

Instances details
FromJSON WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Generic WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Associated Types

type Rep WorkspaceSummary :: Type -> Type #

Read WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Show WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

NFData WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Methods

rnf :: WorkspaceSummary -> () #

Eq WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Hashable WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

type Rep WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

type Rep WorkspaceSummary = D1 ('MetaData "WorkspaceSummary" "Amazonka.IotTwinMaker.Types.WorkspaceSummary" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "WorkspaceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") '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)))))

newWorkspaceSummary Source #

Create a value of WorkspaceSummary 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:WorkspaceSummary', workspaceSummary_description - The description of the workspace.

$sel:workspaceId:WorkspaceSummary', workspaceSummary_workspaceId - The ID of the workspace.

$sel:arn:WorkspaceSummary', workspaceSummary_arn - The ARN of the workspace.

$sel:creationDateTime:WorkspaceSummary', workspaceSummary_creationDateTime - The date and time when the workspace was created.

$sel:updateDateTime:WorkspaceSummary', workspaceSummary_updateDateTime - The date and time when the workspace was last updated.

workspaceSummary_description :: Lens' WorkspaceSummary (Maybe Text) Source #

The description of the workspace.

workspaceSummary_creationDateTime :: Lens' WorkspaceSummary UTCTime Source #

The date and time when the workspace was created.

workspaceSummary_updateDateTime :: Lens' WorkspaceSummary UTCTime Source #

The date and time when the workspace was last updated.