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

Description

 
Synopsis

Documentation

data SyncJobSummary Source #

The SyncJob summary.

See: newSyncJobSummary smart constructor.

Constructors

SyncJobSummary' 

Fields

Instances

Instances details
FromJSON SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Generic SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Associated Types

type Rep SyncJobSummary :: Type -> Type #

Read SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Show SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

NFData SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Methods

rnf :: SyncJobSummary -> () #

Eq SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Hashable SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

type Rep SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

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

newSyncJobSummary :: SyncJobSummary Source #

Create a value of SyncJobSummary 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:SyncJobSummary', syncJobSummary_arn - The SyncJob summary ARN.

$sel:creationDateTime:SyncJobSummary', syncJobSummary_creationDateTime - The creation date and time.

$sel:status:SyncJobSummary', syncJobSummary_status - The SyncJob summaries status.

$sel:syncSource:SyncJobSummary', syncJobSummary_syncSource - The sync source.

$sel:updateDateTime:SyncJobSummary', syncJobSummary_updateDateTime - The update date and time.

$sel:workspaceId:SyncJobSummary', syncJobSummary_workspaceId - The ID of the workspace that contains the sync job.

syncJobSummary_workspaceId :: Lens' SyncJobSummary (Maybe Text) Source #

The ID of the workspace that contains the sync job.