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 #

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 #

See: deleteApp smart constructor.

Instances

Eq DeleteApp # 
Data DeleteApp # 

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 # 
Show DeleteApp # 
Generic DeleteApp # 

Associated Types

type Rep DeleteApp :: * -> * #

Hashable DeleteApp # 
ToJSON DeleteApp # 
NFData DeleteApp # 

Methods

rnf :: DeleteApp -> () #

AWSRequest DeleteApp # 
ToQuery DeleteApp # 
ToPath DeleteApp # 
ToHeaders DeleteApp # 

Methods

toHeaders :: DeleteApp -> [Header] #

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

Request Lenses

daAppId :: Lens' DeleteApp Text #

The app ID.

Destructuring the Response

deleteAppResponse :: DeleteAppResponse #

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

data DeleteAppResponse #

See: deleteAppResponse smart constructor.

Instances

Eq DeleteAppResponse # 
Data DeleteAppResponse # 

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 # 
Show DeleteAppResponse # 
Generic DeleteAppResponse # 
NFData DeleteAppResponse # 

Methods

rnf :: DeleteAppResponse -> () #

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