amazonka-lookoutvision-2.0: Amazon Lookout for Vision 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.LookoutVision.DescribeProject

Description

Describes an Amazon Lookout for Vision project.

This operation requires permissions to perform the lookoutvision:DescribeProject operation.

Synopsis

Creating a Request

data DescribeProject Source #

See: newDescribeProject smart constructor.

Constructors

DescribeProject' 

Fields

Instances

Instances details
ToHeaders DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Associated Types

type AWSResponse DescribeProject #

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

Read DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Methods

rnf :: DescribeProject -> () #

Eq DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

type AWSResponse DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

type Rep DescribeProject = D1 ('MetaData "DescribeProject" "Amazonka.LookoutVision.DescribeProject" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeProject Source #

Create a value of DescribeProject 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:

DescribeProject, describeProject_projectName - The name of the project that you want to describe.

Request Lenses

describeProject_projectName :: Lens' DescribeProject Text Source #

The name of the project that you want to describe.

Destructuring the Response

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Constructors

DescribeProjectResponse' 

Fields

Instances

Instances details
Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.LookoutVision.DescribeProject" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "DescribeProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeProjectResponse Source #

Create a value of DescribeProjectResponse 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:projectDescription:DescribeProjectResponse', describeProjectResponse_projectDescription - The description of the project.

$sel:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.

Response Lenses