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

Contents

Description

Returns the description of the specified stack set operation.

Synopsis

Creating a Request

describeStackSetOperation Source #

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

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

data DescribeStackSetOperation Source #

See: describeStackSetOperation smart constructor.

Instances
Eq DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Data DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Methods

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

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

toConstr :: DescribeStackSetOperation -> Constr #

dataTypeOf :: DescribeStackSetOperation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Show DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Generic DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Associated Types

type Rep DescribeStackSetOperation :: Type -> Type #

Hashable DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

AWSRequest DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Associated Types

type Rs DescribeStackSetOperation :: Type #

ToHeaders DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

ToPath DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

ToQuery DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

NFData DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperation Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

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

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Request Lenses

dssoStackSetName :: Lens' DescribeStackSetOperation Text Source #

The name or the unique stack ID of the stack set for the stack operation.

dssoOperationId :: Lens' DescribeStackSetOperation Text Source #

The unique ID of the stack set operation.

Destructuring the Response

describeStackSetOperationResponse Source #

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

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

data DescribeStackSetOperationResponse Source #

See: describeStackSetOperationResponse smart constructor.

Instances
Eq DescribeStackSetOperationResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Data DescribeStackSetOperationResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Methods

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

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

toConstr :: DescribeStackSetOperationResponse -> Constr #

dataTypeOf :: DescribeStackSetOperationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStackSetOperationResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Show DescribeStackSetOperationResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Generic DescribeStackSetOperationResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

Associated Types

type Rep DescribeStackSetOperationResponse :: Type -> Type #

NFData DescribeStackSetOperationResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperationResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperationResponse = D1 (MetaData "DescribeStackSetOperationResponse" "Network.AWS.CloudFormation.DescribeStackSetOperation" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "DescribeStackSetOperationResponse'" PrefixI True) (S1 (MetaSel (Just "_dssorsStackSetOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StackSetOperation)) :*: S1 (MetaSel (Just "_dssorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses