amazonka-codecommit-2.0: Amazon CodeCommit 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.CodeCommit.Types.RepositoryNameIdPair

Description

 
Synopsis

Documentation

data RepositoryNameIdPair Source #

Information about a repository name and ID.

See: newRepositoryNameIdPair smart constructor.

Constructors

RepositoryNameIdPair' 

Fields

Instances

Instances details
FromJSON RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Generic RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Associated Types

type Rep RepositoryNameIdPair :: Type -> Type #

Read RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Show RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

NFData RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Methods

rnf :: RepositoryNameIdPair -> () #

Eq RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Hashable RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

type Rep RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

type Rep RepositoryNameIdPair = D1 ('MetaData "RepositoryNameIdPair" "Amazonka.CodeCommit.Types.RepositoryNameIdPair" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "RepositoryNameIdPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRepositoryNameIdPair :: RepositoryNameIdPair Source #

Create a value of RepositoryNameIdPair 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:repositoryId:RepositoryNameIdPair', repositoryNameIdPair_repositoryId - The ID associated with the repository.

$sel:repositoryName:RepositoryNameIdPair', repositoryNameIdPair_repositoryName - The name associated with the repository.

repositoryNameIdPair_repositoryName :: Lens' RepositoryNameIdPair (Maybe Text) Source #

The name associated with the repository.