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

Description

 
Synopsis

Documentation

data RepositoryBranch Source #

Detail data for a linked repository branch.

See: newRepositoryBranch smart constructor.

Constructors

RepositoryBranch' 

Fields

Instances

Instances details
FromJSON RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

Generic RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

Associated Types

type Rep RepositoryBranch :: Type -> Type #

Read RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

Show RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

NFData RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

Methods

rnf :: RepositoryBranch -> () #

Eq RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

Hashable RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

type Rep RepositoryBranch Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositoryBranch

type Rep RepositoryBranch = D1 ('MetaData "RepositoryBranch" "Amazonka.Proton.Types.RepositoryBranch" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "RepositoryBranch'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RepositoryProvider))))

newRepositoryBranch Source #

Create a value of RepositoryBranch 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:RepositoryBranch', repositoryBranch_arn - The Amazon Resource Name (ARN) of the linked repository.

$sel:branch:RepositoryBranch', repositoryBranch_branch - The repository branch.

$sel:name:RepositoryBranch', repositoryBranch_name - The repository name.

$sel:provider:RepositoryBranch', repositoryBranch_provider - The repository provider.

repositoryBranch_arn :: Lens' RepositoryBranch Text Source #

The Amazon Resource Name (ARN) of the linked repository.