amazonka-cloudformation-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Data DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

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 # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Show DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Generic DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Associated Types

type Rep DescribeStackInstance :: Type -> Type #

Hashable DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

AWSRequest DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Associated Types

type Rs DescribeStackInstance :: Type #

ToHeaders DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

ToPath DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

ToQuery DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

NFData DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Methods

rnf :: DescribeStackInstance -> () #

type Rep DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

type Rep DescribeStackInstance = D1 (MetaData "DescribeStackInstance" "Network.AWS.CloudFormation.DescribeStackInstance" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "DescribeStackInstance'" PrefixI True) (S1 (MetaSel (Just "_dStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_dStackInstanceAccount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dStackInstanceRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DescribeStackInstance Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

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 # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Data DescribeStackInstanceResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

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 # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Show DescribeStackInstanceResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Generic DescribeStackInstanceResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

Associated Types

type Rep DescribeStackInstanceResponse :: Type -> Type #

NFData DescribeStackInstanceResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

type Rep DescribeStackInstanceResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackInstance

type Rep DescribeStackInstanceResponse = D1 (MetaData "DescribeStackInstanceResponse" "Network.AWS.CloudFormation.DescribeStackInstance" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "DescribeStackInstanceResponse'" PrefixI True) (S1 (MetaSel (Just "_dsisrsStackInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StackInstance)) :*: S1 (MetaSel (Just "_dsisrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

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

The stack instance that matches the specified request parameters.