libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise
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.IoTSiteWise.DescribeProject

Description

Retrieves information about a project.

Synopsis

Creating a Request

data DescribeProject Source #

See: newDescribeProject smart constructor.

Constructors

DescribeProject' 

Fields

Instances

Instances details
Eq DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Read DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Methods

rnf :: DescribeProject -> () #

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Associated Types

type AWSResponse DescribeProject #

ToHeaders DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

type Rep DescribeProject = D1 ('MetaData "DescribeProject" "Amazonka.IoTSiteWise.DescribeProject" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProject Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

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:

$sel:projectId:DescribeProject', describeProject_projectId - The ID of the project.

Request Lenses

Destructuring the Response

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Constructors

DescribeProjectResponse' 

Fields

Instances

Instances details
Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.IoTSiteWise.DescribeProject" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "DescribeProjectResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "projectDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "portalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "projectCreationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "projectLastUpdateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

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 project's description.

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

$sel:projectId:DescribeProject', describeProjectResponse_projectId - The ID of the project.

$sel:projectArn:DescribeProjectResponse', describeProjectResponse_projectArn - The ARN of the project, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

$sel:projectName:DescribeProjectResponse', describeProjectResponse_projectName - The name of the project.

$sel:portalId:DescribeProjectResponse', describeProjectResponse_portalId - The ID of the portal that the project is in.

$sel:projectCreationDate:DescribeProjectResponse', describeProjectResponse_projectCreationDate - The date the project was created, in Unix epoch time.

$sel:projectLastUpdateDate:DescribeProjectResponse', describeProjectResponse_projectLastUpdateDate - The date the project was last updated, in Unix epoch time.

Response Lenses

describeProjectResponse_projectArn :: Lens' DescribeProjectResponse Text Source #

The ARN of the project, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

describeProjectResponse_portalId :: Lens' DescribeProjectResponse Text Source #

The ID of the portal that the project is in.

describeProjectResponse_projectCreationDate :: Lens' DescribeProjectResponse UTCTime Source #

The date the project was created, in Unix epoch time.

describeProjectResponse_projectLastUpdateDate :: Lens' DescribeProjectResponse UTCTime Source #

The date the project was last updated, in Unix epoch time.