amazonka-cloudformation-1.6.0: Amazon CloudFormation 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.CloudFormation.DescribeStackSet

Contents

Description

Returns the description of the specified stack set.

Synopsis

Creating a Request

describeStackSet Source #

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

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

  • desStackSetName - The name or unique ID of the stack set whose description you want.

data DescribeStackSet Source #

See: describeStackSet smart constructor.

Instances

Eq DescribeStackSet Source # 
Data DescribeStackSet Source # 

Methods

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

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

toConstr :: DescribeStackSet -> Constr #

dataTypeOf :: DescribeStackSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStackSet Source # 
Show DescribeStackSet Source # 
Generic DescribeStackSet Source # 
Hashable DescribeStackSet Source # 
NFData DescribeStackSet Source # 

Methods

rnf :: DescribeStackSet -> () #

AWSRequest DescribeStackSet Source # 
ToHeaders DescribeStackSet Source # 
ToPath DescribeStackSet Source # 
ToQuery DescribeStackSet Source # 
type Rep DescribeStackSet Source # 
type Rep DescribeStackSet = D1 * (MetaData "DescribeStackSet" "Network.AWS.CloudFormation.DescribeStackSet" "amazonka-cloudformation-1.6.0-E2GV66prdF5G8DMBRBifWM" True) (C1 * (MetaCons "DescribeStackSet'" PrefixI True) (S1 * (MetaSel (Just Symbol "_desStackSetName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeStackSet Source # 

Request Lenses

desStackSetName :: Lens' DescribeStackSet Text Source #

The name or unique ID of the stack set whose description you want.

Destructuring the Response

describeStackSetResponse Source #

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

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

data DescribeStackSetResponse Source #

See: describeStackSetResponse smart constructor.

Instances

Eq DescribeStackSetResponse Source # 
Data DescribeStackSetResponse Source # 

Methods

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

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

toConstr :: DescribeStackSetResponse -> Constr #

dataTypeOf :: DescribeStackSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStackSetResponse Source # 
Show DescribeStackSetResponse Source # 
Generic DescribeStackSetResponse Source # 
NFData DescribeStackSetResponse Source # 
type Rep DescribeStackSetResponse Source # 
type Rep DescribeStackSetResponse = D1 * (MetaData "DescribeStackSetResponse" "Network.AWS.CloudFormation.DescribeStackSet" "amazonka-cloudformation-1.6.0-E2GV66prdF5G8DMBRBifWM" False) (C1 * (MetaCons "DescribeStackSetResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drsStackSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe StackSet))) (S1 * (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses