amazonka-cloudformation-1.4.5: Amazon CloudFormation SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFormation.DescribeStackEvents

Contents

Description

Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, go to Stacks in the AWS CloudFormation User Guide.

This operation returns paginated results.

Synopsis

Creating a Request

describeStackEvents :: DescribeStackEvents Source #

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

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

  • dseNextToken - A string that identifies the next page of events that you want to retrieve.
  • dseStackName - The name or the unique stack ID that is associated with the stack, which are not always interchangeable: * Running stacks: You can specify either the stack's name or its unique stack ID. * Deleted stacks: You must specify the unique stack ID. Default: There is no default value.

data DescribeStackEvents Source #

The input for DescribeStackEvents action.

See: describeStackEvents smart constructor.

Instances

Eq DescribeStackEvents Source # 
Data DescribeStackEvents Source # 

Methods

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

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

toConstr :: DescribeStackEvents -> Constr #

dataTypeOf :: DescribeStackEvents -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStackEvents Source # 
Show DescribeStackEvents Source # 
Generic DescribeStackEvents Source # 
Hashable DescribeStackEvents Source # 
NFData DescribeStackEvents Source # 

Methods

rnf :: DescribeStackEvents -> () #

AWSPager DescribeStackEvents Source # 
AWSRequest DescribeStackEvents Source # 
ToPath DescribeStackEvents Source # 
ToHeaders DescribeStackEvents Source # 
ToQuery DescribeStackEvents Source # 
type Rep DescribeStackEvents Source # 
type Rep DescribeStackEvents = D1 (MetaData "DescribeStackEvents" "Network.AWS.CloudFormation.DescribeStackEvents" "amazonka-cloudformation-1.4.5-G0stfcEaDzC4JoYZoVvUrE" False) (C1 (MetaCons "DescribeStackEvents'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dseNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dseStackName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs DescribeStackEvents Source # 

Request Lenses

dseNextToken :: Lens' DescribeStackEvents (Maybe Text) Source #

A string that identifies the next page of events that you want to retrieve.

dseStackName :: Lens' DescribeStackEvents (Maybe Text) Source #

The name or the unique stack ID that is associated with the stack, which are not always interchangeable: * Running stacks: You can specify either the stack's name or its unique stack ID. * Deleted stacks: You must specify the unique stack ID. Default: There is no default value.

Destructuring the Response

describeStackEventsResponse Source #

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

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

  • dsersNextToken - If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
  • dsersStackEvents - A list of StackEvents structures.
  • dsersResponseStatus - -- | The response status code.

data DescribeStackEventsResponse Source #

The output for a DescribeStackEvents action.

See: describeStackEventsResponse smart constructor.

Instances

Eq DescribeStackEventsResponse Source # 
Data DescribeStackEventsResponse Source # 

Methods

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

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

toConstr :: DescribeStackEventsResponse -> Constr #

dataTypeOf :: DescribeStackEventsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStackEventsResponse Source # 
Show DescribeStackEventsResponse Source # 
Generic DescribeStackEventsResponse Source # 
NFData DescribeStackEventsResponse Source # 
type Rep DescribeStackEventsResponse Source # 
type Rep DescribeStackEventsResponse = D1 (MetaData "DescribeStackEventsResponse" "Network.AWS.CloudFormation.DescribeStackEvents" "amazonka-cloudformation-1.4.5-G0stfcEaDzC4JoYZoVvUrE" False) (C1 (MetaCons "DescribeStackEventsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dsersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dsersStackEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StackEvent]))) (S1 (MetaSel (Just Symbol "_dsersResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

dsersNextToken :: Lens' DescribeStackEventsResponse (Maybe Text) Source #

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.