amazonka-iot1click-projects-2.0: Amazon IoT 1-Click Projects Service 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.IoT1ClickProjects.DescribeProject

Description

Returns an object describing a project.

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.IoT1ClickProjects.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Associated Types

type AWSResponse DescribeProject #

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

Read DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Methods

rnf :: DescribeProject -> () #

Eq DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

type AWSResponse DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

type Rep DescribeProject = D1 ('MetaData "DescribeProject" "Amazonka.IoT1ClickProjects.DescribeProject" "amazonka-iot1click-projects-2.0-KLltusBcTZO1f6G5pKsT1G" '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 to be described.

Request Lenses

describeProject_projectName :: Lens' DescribeProject Text Source #

The name of the project to be described.

Destructuring the Response

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Constructors

DescribeProjectResponse' 

Fields

Instances

Instances details
Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.IoT1ClickProjects.DescribeProject" "amazonka-iot1click-projects-2.0-KLltusBcTZO1f6G5pKsT1G" 'False) (C1 ('MetaCons "DescribeProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProjectDescription)))

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:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.

$sel:project:DescribeProjectResponse', describeProjectResponse_project - An object describing the project.

Response Lenses