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.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 # 
Data ListAssociatedStacks Source # 

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 # 
Show ListAssociatedStacks Source # 
Generic ListAssociatedStacks Source # 
Hashable ListAssociatedStacks Source # 
ToJSON ListAssociatedStacks Source # 
NFData ListAssociatedStacks Source # 

Methods

rnf :: ListAssociatedStacks -> () #

AWSRequest ListAssociatedStacks Source # 
ToQuery ListAssociatedStacks Source # 
ToPath ListAssociatedStacks Source # 
ToHeaders ListAssociatedStacks Source # 
type Rep ListAssociatedStacks Source # 
type Rep ListAssociatedStacks = D1 (MetaData "ListAssociatedStacks" "Network.AWS.AppStream.ListAssociatedStacks" "amazonka-appstream-1.5.0-4etNSTnOtgJ1XjOWnD9LjI" False) (C1 (MetaCons "ListAssociatedStacks'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lasNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lasFleetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListAssociatedStacks Source # 

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 # 
Data ListAssociatedStacksResponse Source # 

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 # 
Show ListAssociatedStacksResponse Source # 
Generic ListAssociatedStacksResponse Source # 
NFData ListAssociatedStacksResponse Source # 
type Rep ListAssociatedStacksResponse Source # 
type Rep ListAssociatedStacksResponse = D1 (MetaData "ListAssociatedStacksResponse" "Network.AWS.AppStream.ListAssociatedStacks" "amazonka-appstream-1.5.0-4etNSTnOtgJ1XjOWnD9LjI" False) (C1 (MetaCons "ListAssociatedStacksResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lasrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lasrsNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_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.