libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.CodeRepositorySummary

Description

 
Synopsis

Documentation

data CodeRepositorySummary Source #

Specifies summary information about a Git repository.

See: newCodeRepositorySummary smart constructor.

Constructors

CodeRepositorySummary' 

Fields

  • gitConfig :: Maybe GitConfig

    Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

  • codeRepositoryName :: Text

    The name of the Git repository.

  • codeRepositoryArn :: Text

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

  • creationTime :: POSIX

    The date and time that the Git repository was created.

  • lastModifiedTime :: POSIX

    The date and time that the Git repository was last modified.

Instances

Instances details
Eq CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Read CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Show CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Generic CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Associated Types

type Rep CodeRepositorySummary :: Type -> Type #

NFData CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Methods

rnf :: CodeRepositorySummary -> () #

Hashable CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

FromJSON CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

type Rep CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

type Rep CodeRepositorySummary = D1 ('MetaData "CodeRepositorySummary" "Amazonka.SageMaker.Types.CodeRepositorySummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CodeRepositorySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gitConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitConfig)) :*: S1 ('MetaSel ('Just "codeRepositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "codeRepositoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newCodeRepositorySummary Source #

Create a value of CodeRepositorySummary 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:gitConfig:CodeRepositorySummary', codeRepositorySummary_gitConfig - Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

$sel:codeRepositoryName:CodeRepositorySummary', codeRepositorySummary_codeRepositoryName - The name of the Git repository.

$sel:codeRepositoryArn:CodeRepositorySummary', codeRepositorySummary_codeRepositoryArn - The Amazon Resource Name (ARN) of the Git repository.

$sel:creationTime:CodeRepositorySummary', codeRepositorySummary_creationTime - The date and time that the Git repository was created.

$sel:lastModifiedTime:CodeRepositorySummary', codeRepositorySummary_lastModifiedTime - The date and time that the Git repository was last modified.

codeRepositorySummary_gitConfig :: Lens' CodeRepositorySummary (Maybe GitConfig) Source #

Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

codeRepositorySummary_codeRepositoryArn :: Lens' CodeRepositorySummary Text Source #

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

codeRepositorySummary_creationTime :: Lens' CodeRepositorySummary UTCTime Source #

The date and time that the Git repository was created.

codeRepositorySummary_lastModifiedTime :: Lens' CodeRepositorySummary UTCTime Source #

The date and time that the Git repository was last modified.