amazonka-appstream-1.6.1: 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.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 # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Data ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

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 # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Show ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Generic ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Associated Types

type Rep ExpireSession :: Type -> Type #

Hashable ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

ToJSON ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

AWSRequest ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Associated Types

type Rs ExpireSession :: Type #

ToHeaders ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

ToPath ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

ToQuery ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

NFData ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Methods

rnf :: ExpireSession -> () #

type Rep ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

type Rep ExpireSession = D1 (MetaData "ExpireSession" "Network.AWS.AppStream.ExpireSession" "amazonka-appstream-1.6.1-EdCHYsZUFpaEeuyeL4H95g" True) (C1 (MetaCons "ExpireSession'" PrefixI True) (S1 (MetaSel (Just "_esSessionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ExpireSession Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

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 # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Data ExpireSessionResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

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 # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Show ExpireSessionResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Generic ExpireSessionResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Associated Types

type Rep ExpireSessionResponse :: Type -> Type #

NFData ExpireSessionResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

Methods

rnf :: ExpireSessionResponse -> () #

type Rep ExpireSessionResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ExpireSession

type Rep ExpireSessionResponse = D1 (MetaData "ExpireSessionResponse" "Network.AWS.AppStream.ExpireSession" "amazonka-appstream-1.6.1-EdCHYsZUFpaEeuyeL4H95g" True) (C1 (MetaCons "ExpireSessionResponse'" PrefixI True) (S1 (MetaSel (Just "_esrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

esrsResponseStatus :: Lens' ExpireSessionResponse Int Source #

  • - | The response status code.