amazonka-opsworks-1.4.5: Amazon OpsWorks 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.OpsWorks.DeleteApp

Contents

Description

Deletes a specified app.

Required Permissions : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .

Synopsis

Creating a Request

deleteApp Source #

Arguments

:: Text

daAppId

-> DeleteApp 

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

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

data DeleteApp Source #

See: deleteApp smart constructor.

Instances

Eq DeleteApp Source # 
Data DeleteApp Source # 

Methods

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

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

toConstr :: DeleteApp -> Constr #

dataTypeOf :: DeleteApp -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApp Source # 
Show DeleteApp Source # 
Generic DeleteApp Source # 

Associated Types

type Rep DeleteApp :: * -> * #

Hashable DeleteApp Source # 
ToJSON DeleteApp Source # 
NFData DeleteApp Source # 

Methods

rnf :: DeleteApp -> () #

AWSRequest DeleteApp Source # 
ToPath DeleteApp Source # 
ToHeaders DeleteApp Source # 

Methods

toHeaders :: DeleteApp -> [Header] #

ToQuery DeleteApp Source # 
type Rep DeleteApp Source # 
type Rep DeleteApp = D1 (MetaData "DeleteApp" "Network.AWS.OpsWorks.DeleteApp" "amazonka-opsworks-1.4.5-7XI4vLMXIJB3lyxy2oXKSd" True) (C1 (MetaCons "DeleteApp'" PrefixI True) (S1 (MetaSel (Just Symbol "_daAppId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteApp Source # 

Request Lenses

Destructuring the Response

deleteAppResponse :: DeleteAppResponse Source #

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

data DeleteAppResponse Source #

See: deleteAppResponse smart constructor.

Instances

Eq DeleteAppResponse Source # 
Data DeleteAppResponse Source # 

Methods

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

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

toConstr :: DeleteAppResponse -> Constr #

dataTypeOf :: DeleteAppResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteAppResponse Source # 
Show DeleteAppResponse Source # 
Generic DeleteAppResponse Source # 
NFData DeleteAppResponse Source # 

Methods

rnf :: DeleteAppResponse -> () #

type Rep DeleteAppResponse Source # 
type Rep DeleteAppResponse = D1 (MetaData "DeleteAppResponse" "Network.AWS.OpsWorks.DeleteApp" "amazonka-opsworks-1.4.5-7XI4vLMXIJB3lyxy2oXKSd" False) (C1 (MetaCons "DeleteAppResponse'" PrefixI False) U1)