amazonka-codedeploy-1.4.5: 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.BatchGetApplications

Contents

Description

Gets information about one or more applications.

Synopsis

Creating a Request

batchGetApplications :: BatchGetApplications Source #

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

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

data BatchGetApplications Source #

Represents the input of a batch get applications operation.

See: batchGetApplications smart constructor.

Instances

Eq BatchGetApplications Source # 
Data BatchGetApplications Source # 

Methods

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

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

toConstr :: BatchGetApplications -> Constr #

dataTypeOf :: BatchGetApplications -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetApplications Source # 
Show BatchGetApplications Source # 
Generic BatchGetApplications Source # 
Hashable BatchGetApplications Source # 
ToJSON BatchGetApplications Source # 
NFData BatchGetApplications Source # 

Methods

rnf :: BatchGetApplications -> () #

AWSRequest BatchGetApplications Source # 
ToPath BatchGetApplications Source # 
ToHeaders BatchGetApplications Source # 
ToQuery BatchGetApplications Source # 
type Rep BatchGetApplications Source # 
type Rep BatchGetApplications = D1 (MetaData "BatchGetApplications" "Network.AWS.CodeDeploy.BatchGetApplications" "amazonka-codedeploy-1.4.5-DMGK5UWBbb6A8Bo92xdbdR" True) (C1 (MetaCons "BatchGetApplications'" PrefixI True) (S1 (MetaSel (Just Symbol "_bgaApplicationNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Text]))))
type Rs BatchGetApplications Source # 

Request Lenses

bgaApplicationNames :: Lens' BatchGetApplications [Text] Source #

A list of application names separated by spaces.

Destructuring the Response

batchGetApplicationsResponse Source #

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

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

data BatchGetApplicationsResponse Source #

Represents the output of a batch get applications operation.

See: batchGetApplicationsResponse smart constructor.

Instances

Eq BatchGetApplicationsResponse Source # 
Data BatchGetApplicationsResponse Source # 

Methods

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

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

toConstr :: BatchGetApplicationsResponse -> Constr #

dataTypeOf :: BatchGetApplicationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetApplicationsResponse Source # 
Show BatchGetApplicationsResponse Source # 
Generic BatchGetApplicationsResponse Source # 
NFData BatchGetApplicationsResponse Source # 
type Rep BatchGetApplicationsResponse Source # 
type Rep BatchGetApplicationsResponse = D1 (MetaData "BatchGetApplicationsResponse" "Network.AWS.CodeDeploy.BatchGetApplications" "amazonka-codedeploy-1.4.5-DMGK5UWBbb6A8Bo92xdbdR" False) (C1 (MetaCons "BatchGetApplicationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bgarsApplicationsInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ApplicationInfo]))) (S1 (MetaSel (Just Symbol "_bgarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses