amazonka-proton-2.0: Amazon Proton 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.Proton.Types.RepositorySyncAttempt

Description

 
Synopsis

Documentation

data RepositorySyncAttempt Source #

Detail data for a repository sync attempt activated by a push to a repository.

See: newRepositorySyncAttempt smart constructor.

Constructors

RepositorySyncAttempt' 

Fields

Instances

Instances details
FromJSON RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

Generic RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

Associated Types

type Rep RepositorySyncAttempt :: Type -> Type #

Read RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

Show RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

NFData RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

Methods

rnf :: RepositorySyncAttempt -> () #

Eq RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

Hashable RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

type Rep RepositorySyncAttempt Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySyncAttempt

type Rep RepositorySyncAttempt = D1 ('MetaData "RepositorySyncAttempt" "Amazonka.Proton.Types.RepositorySyncAttempt" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "RepositorySyncAttempt'" 'PrefixI 'True) (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositorySyncEvent]) :*: (S1 ('MetaSel ('Just "startedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RepositorySyncStatus))))

newRepositorySyncAttempt Source #

Create a value of RepositorySyncAttempt 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:events:RepositorySyncAttempt', repositorySyncAttempt_events - Detail data for sync attempt events.

$sel:startedAt:RepositorySyncAttempt', repositorySyncAttempt_startedAt - The time when the sync attempt started.

$sel:status:RepositorySyncAttempt', repositorySyncAttempt_status - The sync attempt status.