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

Description

 
Synopsis

Documentation

data Repository Source #

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

See: newRepository smart constructor.

Constructors

Repository' 

Fields

Instances

Instances details
FromJSON Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

Generic Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

Associated Types

type Rep Repository :: Type -> Type #

Read Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

Show Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

NFData Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

Methods

rnf :: Repository -> () #

Eq Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

Hashable Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

type Rep Repository Source # 
Instance details

Defined in Amazonka.Proton.Types.Repository

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

newRepository Source #

Create a value of Repository 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:encryptionKey:Repository', repository_encryptionKey - Your customer Amazon Web Services KMS encryption key.

$sel:arn:Repository', repository_arn - The Amazon Resource Name (ARN) of the linked repository.

$sel:connectionArn:Repository', repository_connectionArn - The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.

$sel:name:Repository', repository_name - The repository name.

$sel:provider:Repository', repository_provider - The repository provider.

repository_encryptionKey :: Lens' Repository (Maybe Text) Source #

Your customer Amazon Web Services KMS encryption key.

repository_arn :: Lens' Repository Text Source #

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

repository_connectionArn :: Lens' Repository Text Source #

The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.

repository_name :: Lens' Repository Text Source #

The repository name.