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.ListAssociatedStacks

Contents

Description

Lists the stacks associated with the specified fleet.

Synopsis

Creating a Request

listAssociatedStacks Source #

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

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

  • lasNextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
  • lasFleetName - The name of the fleet.

data ListAssociatedStacks Source #

See: listAssociatedStacks smart constructor.

Instances
Eq ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Data ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Methods

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

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

toConstr :: ListAssociatedStacks -> Constr #

dataTypeOf :: ListAssociatedStacks -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Show ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Generic ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacks :: Type -> Type #

Hashable ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

ToJSON ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

AWSRequest ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Associated Types

type Rs ListAssociatedStacks :: Type #

ToHeaders ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

ToPath ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

ToQuery ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

NFData ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Methods

rnf :: ListAssociatedStacks -> () #

type Rep ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacks = D1 (MetaData "ListAssociatedStacks" "Network.AWS.AppStream.ListAssociatedStacks" "amazonka-appstream-1.6.1-EdCHYsZUFpaEeuyeL4H95g" False) (C1 (MetaCons "ListAssociatedStacks'" PrefixI True) (S1 (MetaSel (Just "_lasNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lasFleetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs ListAssociatedStacks Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Request Lenses

lasNextToken :: Lens' ListAssociatedStacks (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Destructuring the Response

listAssociatedStacksResponse Source #

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

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

  • lasrsNextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
  • lasrsNames - The names of the stacks.
  • lasrsResponseStatus - -- | The response status code.

data ListAssociatedStacksResponse Source #

See: listAssociatedStacksResponse smart constructor.

Instances
Eq ListAssociatedStacksResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Data ListAssociatedStacksResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Methods

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

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

toConstr :: ListAssociatedStacksResponse -> Constr #

dataTypeOf :: ListAssociatedStacksResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAssociatedStacksResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Show ListAssociatedStacksResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Generic ListAssociatedStacksResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacksResponse :: Type -> Type #

NFData ListAssociatedStacksResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacksResponse Source # 
Instance details

Defined in Network.AWS.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacksResponse = D1 (MetaData "ListAssociatedStacksResponse" "Network.AWS.AppStream.ListAssociatedStacks" "amazonka-appstream-1.6.1-EdCHYsZUFpaEeuyeL4H95g" False) (C1 (MetaCons "ListAssociatedStacksResponse'" PrefixI True) (S1 (MetaSel (Just "_lasrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lasrsNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_lasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lasrsNextToken :: Lens' ListAssociatedStacksResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.