amazonka-appstream-1.5.0: Amazon AppStream SDK.

Copyright(c) 2013-2017 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.ExpireSession

Contents

Description

Stops the specified streaming session.

Synopsis

Creating a Request

expireSession Source #

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

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

data ExpireSession Source #

See: expireSession smart constructor.

Instances

Eq ExpireSession Source # 
Data ExpireSession Source # 

Methods

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

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

toConstr :: ExpireSession -> Constr #

dataTypeOf :: ExpireSession -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ExpireSession Source # 
Show ExpireSession Source # 
Generic ExpireSession Source # 

Associated Types

type Rep ExpireSession :: * -> * #

Hashable ExpireSession Source # 
ToJSON ExpireSession Source # 
NFData ExpireSession Source # 

Methods

rnf :: ExpireSession -> () #

AWSRequest ExpireSession Source # 
ToQuery ExpireSession Source # 
ToPath ExpireSession Source # 
ToHeaders ExpireSession Source # 
type Rep ExpireSession Source # 
type Rep ExpireSession = D1 (MetaData "ExpireSession" "Network.AWS.AppStream.ExpireSession" "amazonka-appstream-1.5.0-4etNSTnOtgJ1XjOWnD9LjI" True) (C1 (MetaCons "ExpireSession'" PrefixI True) (S1 (MetaSel (Just Symbol "_esSessionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ExpireSession Source # 

Request Lenses

esSessionId :: Lens' ExpireSession Text Source #

The ID of the streaming session.

Destructuring the Response

expireSessionResponse Source #

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

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

data ExpireSessionResponse Source #

See: expireSessionResponse smart constructor.

Instances

Eq ExpireSessionResponse Source # 
Data ExpireSessionResponse Source # 

Methods

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

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

toConstr :: ExpireSessionResponse -> Constr #

dataTypeOf :: ExpireSessionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ExpireSessionResponse Source # 
Show ExpireSessionResponse Source # 
Generic ExpireSessionResponse Source # 
NFData ExpireSessionResponse Source # 

Methods

rnf :: ExpireSessionResponse -> () #

type Rep ExpireSessionResponse Source # 
type Rep ExpireSessionResponse = D1 (MetaData "ExpireSessionResponse" "Network.AWS.AppStream.ExpireSession" "amazonka-appstream-1.5.0-4etNSTnOtgJ1XjOWnD9LjI" True) (C1 (MetaCons "ExpireSessionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_esrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

esrsResponseStatus :: Lens' ExpireSessionResponse Int Source #

  • - | The response status code.