amazonka-appstream-1.6.0: Amazon AppStream SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.AppStream.StartFleet

Contents

Description

Starts the specified fleet.

Synopsis

Creating a Request

startFleet Source #

Arguments

:: Text

staName

-> StartFleet 

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

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

data StartFleet Source #

See: startFleet smart constructor.

Instances

Eq StartFleet Source # 
Data StartFleet Source # 

Methods

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

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

toConstr :: StartFleet -> Constr #

dataTypeOf :: StartFleet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartFleet Source # 
Show StartFleet Source # 
Generic StartFleet Source # 

Associated Types

type Rep StartFleet :: * -> * #

Hashable StartFleet Source # 
ToJSON StartFleet Source # 
NFData StartFleet Source # 

Methods

rnf :: StartFleet -> () #

AWSRequest StartFleet Source # 
ToHeaders StartFleet Source # 

Methods

toHeaders :: StartFleet -> [Header] #

ToPath StartFleet Source # 
ToQuery StartFleet Source # 
type Rep StartFleet Source # 
type Rep StartFleet = D1 * (MetaData "StartFleet" "Network.AWS.AppStream.StartFleet" "amazonka-appstream-1.6.0-vQ2XH6MARF50Yn0JPHG0h" True) (C1 * (MetaCons "StartFleet'" PrefixI True) (S1 * (MetaSel (Just Symbol "_staName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs StartFleet Source # 

Request Lenses

staName :: Lens' StartFleet Text Source #

The name of the fleet.

Destructuring the Response

startFleetResponse Source #

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

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

data StartFleetResponse Source #

See: startFleetResponse smart constructor.

Instances

Eq StartFleetResponse Source # 
Data StartFleetResponse Source # 

Methods

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

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

toConstr :: StartFleetResponse -> Constr #

dataTypeOf :: StartFleetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartFleetResponse Source # 
Show StartFleetResponse Source # 
Generic StartFleetResponse Source # 
NFData StartFleetResponse Source # 

Methods

rnf :: StartFleetResponse -> () #

type Rep StartFleetResponse Source # 
type Rep StartFleetResponse = D1 * (MetaData "StartFleetResponse" "Network.AWS.AppStream.StartFleet" "amazonka-appstream-1.6.0-vQ2XH6MARF50Yn0JPHG0h" True) (C1 * (MetaCons "StartFleetResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_sfrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

sfrsResponseStatus :: Lens' StartFleetResponse Int Source #

  • - | The response status code.