amazonka-codedeploy-1.4.4: Amazon CodeDeploy SDK.

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

Network.AWS.CodeDeploy.ListApplications

Contents

Description

Lists the applications registered with the applicable IAM user or AWS account.

Synopsis

Creating a Request

listApplications :: ListApplications Source #

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

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

data ListApplications Source #

Represents the input of a list applications operation.

See: listApplications smart constructor.

Instances

Eq ListApplications Source # 
Data ListApplications Source # 

Methods

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

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

toConstr :: ListApplications -> Constr #

dataTypeOf :: ListApplications -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListApplications Source # 
Show ListApplications Source # 
Generic ListApplications Source # 
Hashable ListApplications Source # 
NFData ListApplications Source # 

Methods

rnf :: ListApplications -> () #

AWSRequest ListApplications Source # 
ToPath ListApplications Source # 
ToHeaders ListApplications Source # 
ToQuery ListApplications Source # 
ToJSON ListApplications Source # 
type Rep ListApplications Source # 
type Rep ListApplications = D1 (MetaData "ListApplications" "Network.AWS.CodeDeploy.ListApplications" "amazonka-codedeploy-1.4.4-Huu7Ojj4Bf81ynvsJ5IuvU" True) (C1 (MetaCons "ListApplications'" PrefixI True) (S1 (MetaSel (Just Symbol "_laNextToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs ListApplications Source # 

Request Lenses

laNextToken :: Lens' ListApplications (Maybe Text) Source #

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

Destructuring the Response

listApplicationsResponse Source #

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

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

data ListApplicationsResponse Source #

Represents the output of a list applications operation.

See: listApplicationsResponse smart constructor.

Instances

Eq ListApplicationsResponse Source # 
Data ListApplicationsResponse Source # 

Methods

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

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

toConstr :: ListApplicationsResponse -> Constr #

dataTypeOf :: ListApplicationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListApplicationsResponse Source # 
Show ListApplicationsResponse Source # 
Generic ListApplicationsResponse Source # 
NFData ListApplicationsResponse Source # 
type Rep ListApplicationsResponse Source # 
type Rep ListApplicationsResponse = D1 (MetaData "ListApplicationsResponse" "Network.AWS.CodeDeploy.ListApplications" "amazonka-codedeploy-1.4.4-Huu7Ojj4Bf81ynvsJ5IuvU" False) (C1 (MetaCons "ListApplicationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_larsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_larsApplications") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_larsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

larsNextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

larsApplications :: Lens' ListApplicationsResponse [Text] Source #

A list of application names.