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

Contents

Description

Returns the stack instance that's associated with the specified stack set, AWS account, and region.

For a list of stack instances that are associated with a specific stack set, use ListStackInstances .

Synopsis

Creating a Request

describeStackInstance Source #

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

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

  • dStackSetName - The name or the unique stack ID of the stack set that you want to get stack instance information for.
  • dStackInstanceAccount - The ID of an AWS account that's associated with this stack instance.
  • dStackInstanceRegion - The name of a region that's associated with this stack instance.

data DescribeStackInstance Source #

See: describeStackInstance smart constructor.

Instances

Eq DescribeStackInstance Source # 
Data DescribeStackInstance Source # 

Methods

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

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

toConstr :: DescribeStackInstance -> Constr #

dataTypeOf :: DescribeStackInstance -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStackInstance Source # 
Show DescribeStackInstance Source # 
Generic DescribeStackInstance Source # 
Hashable DescribeStackInstance Source # 
NFData DescribeStackInstance Source # 

Methods

rnf :: DescribeStackInstance -> () #

AWSRequest DescribeStackInstance Source # 
ToHeaders DescribeStackInstance Source # 
ToPath DescribeStackInstance Source # 
ToQuery DescribeStackInstance Source # 
type Rep DescribeStackInstance Source # 
type Rep DescribeStackInstance = D1 * (MetaData "DescribeStackInstance" "Network.AWS.CloudFormation.DescribeStackInstance" "amazonka-cloudformation-1.6.0-E2GV66prdF5G8DMBRBifWM" False) (C1 * (MetaCons "DescribeStackInstance'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_dStackInstanceAccount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dStackInstanceRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DescribeStackInstance Source # 

Request Lenses

dStackSetName :: Lens' DescribeStackInstance Text Source #

The name or the unique stack ID of the stack set that you want to get stack instance information for.

dStackInstanceAccount :: Lens' DescribeStackInstance Text Source #

The ID of an AWS account that's associated with this stack instance.

dStackInstanceRegion :: Lens' DescribeStackInstance Text Source #

The name of a region that's associated with this stack instance.

Destructuring the Response

describeStackInstanceResponse Source #

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

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

data DescribeStackInstanceResponse Source #

See: describeStackInstanceResponse smart constructor.

Instances

Eq DescribeStackInstanceResponse Source # 
Data DescribeStackInstanceResponse Source # 

Methods

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

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

toConstr :: DescribeStackInstanceResponse -> Constr #

dataTypeOf :: DescribeStackInstanceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses

dsisrsStackInstance :: Lens' DescribeStackInstanceResponse (Maybe StackInstance) Source #

The stack instance that matches the specified request parameters.