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

Description

 
Synopsis

Documentation

data RepositorySummary Source #

Summary data of a linked repository—a repository that has been registered with Proton.

See: newRepositorySummary smart constructor.

Constructors

RepositorySummary' 

Fields

Instances

Instances details
FromJSON RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

Generic RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

Associated Types

type Rep RepositorySummary :: Type -> Type #

Read RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

Show RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

NFData RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

Methods

rnf :: RepositorySummary -> () #

Eq RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

Hashable RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

type Rep RepositorySummary Source # 
Instance details

Defined in Amazonka.Proton.Types.RepositorySummary

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

newRepositorySummary Source #

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

$sel:name:RepositorySummary', repositorySummary_name - The repository name.

$sel:provider:RepositorySummary', repositorySummary_provider - The repository provider.

repositorySummary_arn :: Lens' RepositorySummary Text Source #

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