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

Contents

Description

Describes the specified stacks or all stacks in the account.

Synopsis

Creating a Request

describeStacks :: DescribeStacks Source #

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

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

  • dNextToken - 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.
  • dNames - The names of the stacks to describe.

data DescribeStacks Source #

See: describeStacks smart constructor.

Instances

Eq DescribeStacks Source # 
Data DescribeStacks Source # 

Methods

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

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

toConstr :: DescribeStacks -> Constr #

dataTypeOf :: DescribeStacks -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStacks Source # 
Show DescribeStacks Source # 
Generic DescribeStacks Source # 

Associated Types

type Rep DescribeStacks :: * -> * #

Hashable DescribeStacks Source # 
ToJSON DescribeStacks Source # 
NFData DescribeStacks Source # 

Methods

rnf :: DescribeStacks -> () #

AWSRequest DescribeStacks Source # 
ToHeaders DescribeStacks Source # 
ToPath DescribeStacks Source # 
ToQuery DescribeStacks Source # 
type Rep DescribeStacks Source # 
type Rep DescribeStacks = D1 * (MetaData "DescribeStacks" "Network.AWS.AppStream.DescribeStacks" "amazonka-appstream-1.6.0-vQ2XH6MARF50Yn0JPHG0h" False) (C1 * (MetaCons "DescribeStacks'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text])))))
type Rs DescribeStacks Source # 

Request Lenses

dNextToken :: Lens' DescribeStacks (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.

dNames :: Lens' DescribeStacks [Text] Source #

The names of the stacks to describe.

Destructuring the Response

describeStacksResponse Source #

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

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

  • desrsNextToken - 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.
  • desrsStacks - Information about the stacks.
  • desrsResponseStatus - -- | The response status code.

data DescribeStacksResponse Source #

See: describeStacksResponse smart constructor.

Instances

Eq DescribeStacksResponse Source # 
Data DescribeStacksResponse Source # 

Methods

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

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

toConstr :: DescribeStacksResponse -> Constr #

dataTypeOf :: DescribeStacksResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStacksResponse Source # 
Show DescribeStacksResponse Source # 
Generic DescribeStacksResponse Source # 
NFData DescribeStacksResponse Source # 

Methods

rnf :: DescribeStacksResponse -> () #

type Rep DescribeStacksResponse Source # 
type Rep DescribeStacksResponse = D1 * (MetaData "DescribeStacksResponse" "Network.AWS.AppStream.DescribeStacks" "amazonka-appstream-1.6.0-vQ2XH6MARF50Yn0JPHG0h" False) (C1 * (MetaCons "DescribeStacksResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_desrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_desrsStacks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Stack]))) (S1 * (MetaSel (Just Symbol "_desrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

desrsNextToken :: Lens' DescribeStacksResponse (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.

desrsStacks :: Lens' DescribeStacksResponse [Stack] Source #

Information about the stacks.