amazonka-mobile-1.5.0: Amazon Mobile SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Mobile.DescribeProject

Contents

Description

Gets details about a project in AWS Mobile Hub.

Synopsis

Creating a Request

describeProject Source #

Creates a value of DescribeProject with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dSyncFromResources - 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.
  • dProjectId - Unique project identifier.

data DescribeProject Source #

Request structure used to request details about a project.

See: describeProject smart constructor.

Instances

Eq DescribeProject Source # 
Data DescribeProject Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeProject -> c DescribeProject #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeProject #

toConstr :: DescribeProject -> Constr #

dataTypeOf :: DescribeProject -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeProject) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeProject) #

gmapT :: (forall b. Data b => b -> b) -> DescribeProject -> DescribeProject #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProject -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProject -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeProject -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeProject -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeProject -> m DescribeProject #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProject -> m DescribeProject #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProject -> m DescribeProject #

Read DescribeProject Source # 
Show DescribeProject Source # 
Generic DescribeProject Source # 
Hashable DescribeProject Source # 
NFData DescribeProject Source # 

Methods

rnf :: DescribeProject -> () #

AWSRequest DescribeProject Source # 
ToQuery DescribeProject Source # 
ToPath DescribeProject Source # 
ToHeaders DescribeProject Source # 
type Rep DescribeProject Source # 
type Rep DescribeProject = D1 (MetaData "DescribeProject" "Network.AWS.Mobile.DescribeProject" "amazonka-mobile-1.5.0-7pdfDsS3Pa88IEj9Qidb1o" False) (C1 (MetaCons "DescribeProject'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dSyncFromResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_dProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DescribeProject Source # 

Request Lenses

dSyncFromResources :: 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.

dProjectId :: Lens' DescribeProject Text Source #

Unique project identifier.

Destructuring the Response

describeProjectResponse Source #

Creates a value of DescribeProjectResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeProjectResponse Source #

Result structure used for requests of project details.

See: describeProjectResponse smart constructor.

Instances

Eq DescribeProjectResponse Source # 
Data DescribeProjectResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeProjectResponse -> c DescribeProjectResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeProjectResponse #

toConstr :: DescribeProjectResponse -> Constr #

dataTypeOf :: DescribeProjectResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeProjectResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeProjectResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeProjectResponse -> DescribeProjectResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProjectResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProjectResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeProjectResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeProjectResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeProjectResponse -> m DescribeProjectResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProjectResponse -> m DescribeProjectResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProjectResponse -> m DescribeProjectResponse #

Read DescribeProjectResponse Source # 
Show DescribeProjectResponse Source # 
Generic DescribeProjectResponse Source # 
NFData DescribeProjectResponse Source # 

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 
type Rep DescribeProjectResponse = D1 (MetaData "DescribeProjectResponse" "Network.AWS.Mobile.DescribeProject" "amazonka-mobile-1.5.0-7pdfDsS3Pa88IEj9Qidb1o" False) (C1 (MetaCons "DescribeProjectResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_drsDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProjectDetails))) (S1 (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

drsResponseStatus :: Lens' DescribeProjectResponse Int Source #

  • - | The response status code.