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

Contents

Description

Deletes stack instances for the specified accounts, in the specified regions.

Synopsis

Creating a Request

deleteStackInstances Source #

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

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

  • dsiOperationPreferences - Preferences for how AWS CloudFormation performs this stack set operation.
  • dsiOperationId - The unique identifier for this stack set operation. If you don't specify an operation ID, the SDK generates one automatically. The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You can retry stack set operation requests to ensure that AWS CloudFormation successfully received them. Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED .
  • dsiStackSetName - The name or unique ID of the stack set that you want to delete stack instances for.
  • dsiAccounts - The names of the AWS accounts that you want to delete stack instances for.
  • dsiRegions - The regions where you want to delete stack set instances.
  • dsiRetainStacks - Removes the stack instances from the specified stack set, but doesn't delete the stacks. You can't reassociate a retained stack or add an existing, saved stack to a new stack set. For more information, see Stack set operation options .

data DeleteStackInstances Source #

See: deleteStackInstances smart constructor.

Instances
Eq DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Data DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Methods

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

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

toConstr :: DeleteStackInstances -> Constr #

dataTypeOf :: DeleteStackInstances -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Show DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Generic DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Associated Types

type Rep DeleteStackInstances :: Type -> Type #

Hashable DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

AWSRequest DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Associated Types

type Rs DeleteStackInstances :: Type #

ToHeaders DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

ToPath DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

ToQuery DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

NFData DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Methods

rnf :: DeleteStackInstances -> () #

type Rep DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

type Rep DeleteStackInstances = D1 (MetaData "DeleteStackInstances" "Network.AWS.CloudFormation.DeleteStackInstances" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "DeleteStackInstances'" PrefixI True) ((S1 (MetaSel (Just "_dsiOperationPreferences") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)) :*: (S1 (MetaSel (Just "_dsiOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsiStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: (S1 (MetaSel (Just "_dsiAccounts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]) :*: (S1 (MetaSel (Just "_dsiRegions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]) :*: S1 (MetaSel (Just "_dsiRetainStacks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))))
type Rs DeleteStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Request Lenses

dsiOperationPreferences :: Lens' DeleteStackInstances (Maybe StackSetOperationPreferences) Source #

Preferences for how AWS CloudFormation performs this stack set operation.

dsiOperationId :: Lens' DeleteStackInstances (Maybe Text) Source #

The unique identifier for this stack set operation. If you don't specify an operation ID, the SDK generates one automatically. The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You can retry stack set operation requests to ensure that AWS CloudFormation successfully received them. Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED .

dsiStackSetName :: Lens' DeleteStackInstances Text Source #

The name or unique ID of the stack set that you want to delete stack instances for.

dsiAccounts :: Lens' DeleteStackInstances [Text] Source #

The names of the AWS accounts that you want to delete stack instances for.

dsiRegions :: Lens' DeleteStackInstances [Text] Source #

The regions where you want to delete stack set instances.

dsiRetainStacks :: Lens' DeleteStackInstances Bool Source #

Removes the stack instances from the specified stack set, but doesn't delete the stacks. You can't reassociate a retained stack or add an existing, saved stack to a new stack set. For more information, see Stack set operation options .

Destructuring the Response

deleteStackInstancesResponse Source #

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

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

data DeleteStackInstancesResponse Source #

See: deleteStackInstancesResponse smart constructor.

Instances
Eq DeleteStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Data DeleteStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Methods

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

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

toConstr :: DeleteStackInstancesResponse -> Constr #

dataTypeOf :: DeleteStackInstancesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Show DeleteStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Generic DeleteStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

Associated Types

type Rep DeleteStackInstancesResponse :: Type -> Type #

NFData DeleteStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

type Rep DeleteStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.DeleteStackInstances

type Rep DeleteStackInstancesResponse = D1 (MetaData "DeleteStackInstancesResponse" "Network.AWS.CloudFormation.DeleteStackInstances" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "DeleteStackInstancesResponse'" PrefixI True) (S1 (MetaSel (Just "_dsirsOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

dsirsOperationId :: Lens' DeleteStackInstancesResponse (Maybe Text) Source #

The unique identifier for this stack set operation.