amazonka-appstream-1.4.5: Amazon AppStream 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.AppStream.DisassociateFleet

Contents

Description

Disassociates a fleet from a stack.

Synopsis

Creating a Request

disassociateFleet #

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

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

  • dfFleetName - The name of the fleet to disassociate.
  • dfStackName - The name of the stack with which the fleet is associated.

data DisassociateFleet #

See: disassociateFleet smart constructor.

Instances

Eq DisassociateFleet # 
Data DisassociateFleet # 

Methods

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

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

toConstr :: DisassociateFleet -> Constr #

dataTypeOf :: DisassociateFleet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateFleet # 
Show DisassociateFleet # 
Generic DisassociateFleet # 
Hashable DisassociateFleet # 
ToJSON DisassociateFleet # 
NFData DisassociateFleet # 

Methods

rnf :: DisassociateFleet -> () #

AWSRequest DisassociateFleet # 
ToQuery DisassociateFleet # 
ToPath DisassociateFleet # 
ToHeaders DisassociateFleet # 
type Rep DisassociateFleet # 
type Rep DisassociateFleet = D1 (MetaData "DisassociateFleet" "Network.AWS.AppStream.DisassociateFleet" "amazonka-appstream-1.4.5-BaRUZeCy6GcLl2bSO4bKZ2" False) (C1 (MetaCons "DisassociateFleet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dfFleetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dfStackName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DisassociateFleet # 

Request Lenses

dfFleetName :: Lens' DisassociateFleet Text #

The name of the fleet to disassociate.

dfStackName :: Lens' DisassociateFleet Text #

The name of the stack with which the fleet is associated.

Destructuring the Response

disassociateFleetResponse #

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

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

data DisassociateFleetResponse #

See: disassociateFleetResponse smart constructor.

Instances

Eq DisassociateFleetResponse # 
Data DisassociateFleetResponse # 

Methods

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

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

toConstr :: DisassociateFleetResponse -> Constr #

dataTypeOf :: DisassociateFleetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateFleetResponse # 
Show DisassociateFleetResponse # 
Generic DisassociateFleetResponse # 
NFData DisassociateFleetResponse # 
type Rep DisassociateFleetResponse # 
type Rep DisassociateFleetResponse = D1 (MetaData "DisassociateFleetResponse" "Network.AWS.AppStream.DisassociateFleet" "amazonka-appstream-1.4.5-BaRUZeCy6GcLl2bSO4bKZ2" True) (C1 (MetaCons "DisassociateFleetResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

drsResponseStatus :: Lens' DisassociateFleetResponse Int #

  • - | The response status code.