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.DeleteApplication

Contents

Description

Deletes an application.

Synopsis

Creating a Request

deleteApplication Source #

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

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

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

data DeleteApplication Source #

Represents the input of a delete application operation.

See: deleteApplication smart constructor.

Instances

Eq DeleteApplication Source # 
Data DeleteApplication Source # 

Methods

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

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

toConstr :: DeleteApplication -> Constr #

dataTypeOf :: DeleteApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeleteApplication -> () #

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

Request Lenses

daApplicationName :: Lens' DeleteApplication Text Source #

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

Destructuring the Response

deleteApplicationResponse :: DeleteApplicationResponse Source #

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

data DeleteApplicationResponse Source #

See: deleteApplicationResponse smart constructor.

Instances

Eq DeleteApplicationResponse Source # 
Data DeleteApplicationResponse Source # 

Methods

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

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

toConstr :: DeleteApplicationResponse -> Constr #

dataTypeOf :: DeleteApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApplicationResponse Source # 
Show DeleteApplicationResponse Source # 
Generic DeleteApplicationResponse Source # 
NFData DeleteApplicationResponse Source # 
type Rep DeleteApplicationResponse Source # 
type Rep DeleteApplicationResponse = D1 (MetaData "DeleteApplicationResponse" "Network.AWS.CodeDeploy.DeleteApplication" "amazonka-codedeploy-1.4.5-DMGK5UWBbb6A8Bo92xdbdR" False) (C1 (MetaCons "DeleteApplicationResponse'" PrefixI False) U1)