amazonka-opsworks-1.4.1: 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.UnassignVolume

Contents

Description

Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.

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

unassignVolume Source #

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

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

data UnassignVolume Source #

See: unassignVolume smart constructor.

Instances

Eq UnassignVolume Source # 
Data UnassignVolume Source # 

Methods

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

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

toConstr :: UnassignVolume -> Constr #

dataTypeOf :: UnassignVolume -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UnassignVolume Source # 
Show UnassignVolume Source # 
Generic UnassignVolume Source # 

Associated Types

type Rep UnassignVolume :: * -> * #

Hashable UnassignVolume Source # 
ToJSON UnassignVolume Source # 
NFData UnassignVolume Source # 

Methods

rnf :: UnassignVolume -> () #

AWSRequest UnassignVolume Source # 
ToQuery UnassignVolume Source # 
ToPath UnassignVolume Source # 
ToHeaders UnassignVolume Source # 
type Rep UnassignVolume Source # 
type Rep UnassignVolume = D1 (MetaData "UnassignVolume" "Network.AWS.OpsWorks.UnassignVolume" "amazonka-opsworks-1.4.1-6ic3q3aiZgSC49XaBqQsUD" True) (C1 (MetaCons "UnassignVolume'" PrefixI True) (S1 (MetaSel (Just Symbol "_uvVolumeId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs UnassignVolume Source # 

Request Lenses

Destructuring the Response

unassignVolumeResponse :: UnassignVolumeResponse Source #

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

data UnassignVolumeResponse Source #

See: unassignVolumeResponse smart constructor.

Instances

Eq UnassignVolumeResponse Source # 
Data UnassignVolumeResponse Source # 

Methods

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

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

toConstr :: UnassignVolumeResponse -> Constr #

dataTypeOf :: UnassignVolumeResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UnassignVolumeResponse Source # 
Show UnassignVolumeResponse Source # 
Generic UnassignVolumeResponse Source # 
NFData UnassignVolumeResponse Source # 

Methods

rnf :: UnassignVolumeResponse -> () #

type Rep UnassignVolumeResponse Source # 
type Rep UnassignVolumeResponse = D1 (MetaData "UnassignVolumeResponse" "Network.AWS.OpsWorks.UnassignVolume" "amazonka-opsworks-1.4.1-6ic3q3aiZgSC49XaBqQsUD" False) (C1 (MetaCons "UnassignVolumeResponse'" PrefixI False) U1)