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

Contents

Description

Creates stack instances for the specified accounts, within the specified regions. A stack instance refers to a stack in a specific account and region. Accounts and Regions are required parameters—you must specify at least one account and one region.

Synopsis

Creating a Request

createStackInstances Source #

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

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

  • csiOperationPreferences - Preferences for how AWS CloudFormation performs this stack set operation.
  • csiOperationId - The unique identifier for this stack set operation. 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 might retry stack set operation requests to ensure that AWS CloudFormation successfully received them. If you don't specify an operation ID, the SDK generates one automatically. Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED .
  • csiParameterOverrides - A list of stack set parameters whose values you want to override in the selected stack instances. Any overridden parameter values will be applied to all stack instances in the specified accounts and regions. When specifying parameters and their values, be aware of how AWS CloudFormation sets parameter values during stack instance operations: * To override the current value for a parameter, include the parameter and specify its value. * To leave a parameter set to its present value, you can do one of the following: * Do not include the parameter in the list. * Include the parameter and specify UsePreviousValue as true . (You cannot specify both a value and set UsePreviousValue to true .) * To set all overridden parameter back to the values specified in the stack set, specify a parameter list but do not include any parameters. * To leave all parameters set to their present values, do not specify this property at all. During stack set updates, any parameter values overridden for a stack instance are not updated, but retain their overridden value. You can only override the parameter values that are specified in the stack set; to add or delete a parameter itself, use UpdateStackSet to update the stack set template.
  • csiStackSetName - The name or unique ID of the stack set that you want to create stack instances from.
  • csiAccounts - The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
  • csiRegions - The names of one or more regions where you want to create stack instances using the specified AWS account(s).

data CreateStackInstances Source #

See: createStackInstances smart constructor.

Instances
Eq CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Data CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Methods

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

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

toConstr :: CreateStackInstances -> Constr #

dataTypeOf :: CreateStackInstances -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Show CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Generic CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Associated Types

type Rep CreateStackInstances :: Type -> Type #

Hashable CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

AWSRequest CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Associated Types

type Rs CreateStackInstances :: Type #

ToHeaders CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

ToPath CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

ToQuery CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

NFData CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Methods

rnf :: CreateStackInstances -> () #

type Rep CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

type Rep CreateStackInstances = D1 (MetaData "CreateStackInstances" "Network.AWS.CloudFormation.CreateStackInstances" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "CreateStackInstances'" PrefixI True) ((S1 (MetaSel (Just "_csiOperationPreferences") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)) :*: (S1 (MetaSel (Just "_csiOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_csiParameterOverrides") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Parameter])))) :*: (S1 (MetaSel (Just "_csiStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_csiAccounts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]) :*: S1 (MetaSel (Just "_csiRegions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))))
type Rs CreateStackInstances Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Request Lenses

csiOperationPreferences :: Lens' CreateStackInstances (Maybe StackSetOperationPreferences) Source #

Preferences for how AWS CloudFormation performs this stack set operation.

csiOperationId :: Lens' CreateStackInstances (Maybe Text) Source #

The unique identifier for this stack set operation. 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 might retry stack set operation requests to ensure that AWS CloudFormation successfully received them. If you don't specify an operation ID, the SDK generates one automatically. Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED .

csiParameterOverrides :: Lens' CreateStackInstances [Parameter] Source #

A list of stack set parameters whose values you want to override in the selected stack instances. Any overridden parameter values will be applied to all stack instances in the specified accounts and regions. When specifying parameters and their values, be aware of how AWS CloudFormation sets parameter values during stack instance operations: * To override the current value for a parameter, include the parameter and specify its value. * To leave a parameter set to its present value, you can do one of the following: * Do not include the parameter in the list. * Include the parameter and specify UsePreviousValue as true . (You cannot specify both a value and set UsePreviousValue to true .) * To set all overridden parameter back to the values specified in the stack set, specify a parameter list but do not include any parameters. * To leave all parameters set to their present values, do not specify this property at all. During stack set updates, any parameter values overridden for a stack instance are not updated, but retain their overridden value. You can only override the parameter values that are specified in the stack set; to add or delete a parameter itself, use UpdateStackSet to update the stack set template.

csiStackSetName :: Lens' CreateStackInstances Text Source #

The name or unique ID of the stack set that you want to create stack instances from.

csiAccounts :: Lens' CreateStackInstances [Text] Source #

The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.

csiRegions :: Lens' CreateStackInstances [Text] Source #

The names of one or more regions where you want to create stack instances using the specified AWS account(s).

Destructuring the Response

createStackInstancesResponse Source #

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

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

data CreateStackInstancesResponse Source #

See: createStackInstancesResponse smart constructor.

Instances
Eq CreateStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Data CreateStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Methods

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

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

toConstr :: CreateStackInstancesResponse -> Constr #

dataTypeOf :: CreateStackInstancesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Show CreateStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Generic CreateStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

Associated Types

type Rep CreateStackInstancesResponse :: Type -> Type #

NFData CreateStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

type Rep CreateStackInstancesResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.CreateStackInstances

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

Response Lenses

csirsOperationId :: Lens' CreateStackInstancesResponse (Maybe Text) Source #

The unique identifier for this stack set operation.