libZSservicesZSamazonka-mobileZSamazonka-mobile
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.Mobile.DescribeProject

Description

Gets details about a project in AWS Mobile Hub.

Synopsis

Creating a Request

data DescribeProject Source #

Request structure used to request details about a project.

See: newDescribeProject smart constructor.

Constructors

DescribeProject' 

Fields

  • syncFromResources :: Maybe Bool

    If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.

  • projectId :: Text

    Unique project identifier.

Instances

Instances details
Eq DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Read DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Methods

rnf :: DescribeProject -> () #

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Associated Types

type AWSResponse DescribeProject #

ToHeaders DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

type Rep DescribeProject = D1 ('MetaData "DescribeProject" "Amazonka.Mobile.DescribeProject" "libZSservicesZSamazonka-mobileZSamazonka-mobile" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "syncFromResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.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:syncFromResources:DescribeProject', describeProject_syncFromResources - If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.

$sel:projectId:DescribeProject', describeProject_projectId - Unique project identifier.

Request Lenses

describeProject_syncFromResources :: Lens' DescribeProject (Maybe Bool) Source #

If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.

Destructuring the Response

data DescribeProjectResponse Source #

Result structure used for requests of project details.

See: newDescribeProjectResponse smart constructor.

Constructors

DescribeProjectResponse' 

Fields

Instances

Instances details
Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.Mobile.DescribeProject" "libZSservicesZSamazonka-mobileZSamazonka-mobile" 'False) (C1 ('MetaCons "DescribeProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectDetails)) :*: 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:details:DescribeProjectResponse', describeProjectResponse_details - Undocumented member.

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

Response Lenses