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

Description

Gets details about the specified Git repository.

Synopsis

Creating a Request

data DescribeCodeRepository Source #

See: newDescribeCodeRepository smart constructor.

Constructors

DescribeCodeRepository' 

Fields

Instances

Instances details
Eq DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Read DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Show DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Generic DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Associated Types

type Rep DescribeCodeRepository :: Type -> Type #

NFData DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Methods

rnf :: DescribeCodeRepository -> () #

Hashable DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

ToJSON DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

AWSRequest DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Associated Types

type AWSResponse DescribeCodeRepository #

ToHeaders DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

ToPath DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

ToQuery DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

type Rep DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

type Rep DescribeCodeRepository = D1 ('MetaData "DescribeCodeRepository" "Amazonka.SageMaker.DescribeCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeCodeRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeRepositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

newDescribeCodeRepository Source #

Create a value of DescribeCodeRepository 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:codeRepositoryName:DescribeCodeRepository', describeCodeRepository_codeRepositoryName - The name of the Git repository to describe.

Request Lenses

Destructuring the Response

data DescribeCodeRepositoryResponse Source #

See: newDescribeCodeRepositoryResponse smart constructor.

Constructors

DescribeCodeRepositoryResponse' 

Fields

  • gitConfig :: Maybe GitConfig

    Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

  • httpStatus :: Int

    The response's http status code.

  • 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 repository was created.

  • lastModifiedTime :: POSIX

    The date and time that the repository was last changed.

Instances

Instances details
Eq DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Read DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Show DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Generic DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Associated Types

type Rep DescribeCodeRepositoryResponse :: Type -> Type #

NFData DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

type Rep DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

type Rep DescribeCodeRepositoryResponse = D1 ('MetaData "DescribeCodeRepositoryResponse" "Amazonka.SageMaker.DescribeCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeCodeRepositoryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gitConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitConfig)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: 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)))))

newDescribeCodeRepositoryResponse Source #

Create a value of DescribeCodeRepositoryResponse 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:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_gitConfig - Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

$sel:httpStatus:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_httpStatus - The response's http status code.

$sel:codeRepositoryName:DescribeCodeRepository', describeCodeRepositoryResponse_codeRepositoryName - The name of the Git repository.

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

$sel:creationTime:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_creationTime - The date and time that the repository was created.

$sel:lastModifiedTime:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_lastModifiedTime - The date and time that the repository was last changed.

Response Lenses

describeCodeRepositoryResponse_gitConfig :: Lens' DescribeCodeRepositoryResponse (Maybe GitConfig) Source #

Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.