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

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Data DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

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

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Show DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Generic DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Associated Types

type Rep DescribeStackEvents :: Type -> Type #

Hashable DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

AWSPager DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

AWSRequest DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Associated Types

type Rs DescribeStackEvents :: Type #

ToHeaders DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

ToPath DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

ToQuery DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

NFData DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Methods

rnf :: DescribeStackEvents -> () #

type Rep DescribeStackEvents Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

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

Defined in Network.AWS.CloudFormation.DescribeStackEvents

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

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Data DescribeStackEventsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

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

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Show DescribeStackEventsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Generic DescribeStackEventsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

Associated Types

type Rep DescribeStackEventsResponse :: Type -> Type #

NFData DescribeStackEventsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

type Rep DescribeStackEventsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DescribeStackEvents

type Rep DescribeStackEventsResponse = D1 (MetaData "DescribeStackEventsResponse" "Network.AWS.CloudFormation.DescribeStackEvents" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "DescribeStackEventsResponse'" PrefixI True) (S1 (MetaSel (Just "_dsersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsersStackEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StackEvent])) :*: S1 (MetaSel (Just "_dsersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (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.