amazonka-mobile-2.0: Amazon Mobile 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.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
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

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Associated Types

type AWSResponse DescribeProject #

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

Read DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Methods

rnf :: DescribeProject -> () #

Eq DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

type AWSResponse 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" "amazonka-mobile-2.0-CNp0xwIy60KJGn9Dl5ZRw0" '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)))

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.

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
Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.Mobile.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.Mobile.DescribeProject" "amazonka-mobile-2.0-CNp0xwIy60KJGn9Dl5ZRw0" '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