amazonka-codedeploy-1.5.0: Amazon CodeDeploy 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.CodeDeploy.GetApplication

Contents

Description

Gets information about an application.

Synopsis

Creating a Request

getApplication Source #

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

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

  • gaApplicationName - The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

data GetApplication Source #

Represents the input of a GetApplication operation.

See: getApplication smart constructor.

Instances

Eq GetApplication Source # 
Data GetApplication Source # 

Methods

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

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

toConstr :: GetApplication -> Constr #

dataTypeOf :: GetApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetApplication Source # 
Show GetApplication Source # 
Generic GetApplication Source # 

Associated Types

type Rep GetApplication :: * -> * #

Hashable GetApplication Source # 
ToJSON GetApplication Source # 
NFData GetApplication Source # 

Methods

rnf :: GetApplication -> () #

AWSRequest GetApplication Source # 
ToQuery GetApplication Source # 
ToPath GetApplication Source # 
ToHeaders GetApplication Source # 
type Rep GetApplication Source # 
type Rep GetApplication = D1 (MetaData "GetApplication" "Network.AWS.CodeDeploy.GetApplication" "amazonka-codedeploy-1.5.0-GY4Gv7xKPLMvU1a9tUwnt" True) (C1 (MetaCons "GetApplication'" PrefixI True) (S1 (MetaSel (Just Symbol "_gaApplicationName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetApplication Source # 

Request Lenses

gaApplicationName :: Lens' GetApplication Text Source #

The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

Destructuring the Response

getApplicationResponse Source #

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

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

data GetApplicationResponse Source #

Represents the output of a GetApplication operation.

See: getApplicationResponse smart constructor.

Instances

Eq GetApplicationResponse Source # 
Data GetApplicationResponse Source # 

Methods

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

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

toConstr :: GetApplicationResponse -> Constr #

dataTypeOf :: GetApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetApplicationResponse Source # 
Show GetApplicationResponse Source # 
Generic GetApplicationResponse Source # 
NFData GetApplicationResponse Source # 

Methods

rnf :: GetApplicationResponse -> () #

type Rep GetApplicationResponse Source # 
type Rep GetApplicationResponse = D1 (MetaData "GetApplicationResponse" "Network.AWS.CodeDeploy.GetApplication" "amazonka-codedeploy-1.5.0-GY4Gv7xKPLMvU1a9tUwnt" False) (C1 (MetaCons "GetApplicationResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_garsApplication") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApplicationInfo))) (S1 (MetaSel (Just Symbol "_garsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

garsResponseStatus :: Lens' GetApplicationResponse Int Source #

  • - | The response status code.