amazonka-cloudformation-1.5.0: Amazon CloudFormation SDK.

Copyright(c) 2013-2017 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 .
  • 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 # 
Data CreateStackInstances Source # 

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 # 
Show CreateStackInstances Source # 
Generic CreateStackInstances Source # 
Hashable CreateStackInstances Source # 
NFData CreateStackInstances Source # 

Methods

rnf :: CreateStackInstances -> () #

AWSRequest CreateStackInstances Source # 
ToQuery CreateStackInstances Source # 
ToPath CreateStackInstances Source # 
ToHeaders CreateStackInstances Source # 
type Rep CreateStackInstances Source # 
type Rep CreateStackInstances = D1 (MetaData "CreateStackInstances" "Network.AWS.CloudFormation.CreateStackInstances" "amazonka-cloudformation-1.5.0-KJ8fU86x75V4EoPee9jClQ" False) (C1 (MetaCons "CreateStackInstances'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_csiOperationPreferences") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences))) (S1 (MetaSel (Just Symbol "_csiOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_csiStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_csiAccounts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])) (S1 (MetaSel (Just Symbol "_csiRegions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]))))))
type Rs CreateStackInstances Source # 

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 .

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 # 
Data CreateStackInstancesResponse Source # 

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 # 
Show CreateStackInstancesResponse Source # 
Generic CreateStackInstancesResponse Source # 
NFData CreateStackInstancesResponse Source # 
type Rep CreateStackInstancesResponse Source # 
type Rep CreateStackInstancesResponse = D1 (MetaData "CreateStackInstancesResponse" "Network.AWS.CloudFormation.CreateStackInstances" "amazonka-cloudformation-1.5.0-KJ8fU86x75V4EoPee9jClQ" False) (C1 (MetaCons "CreateStackInstancesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csirsOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_csirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

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

The unique identifier for this stack set operation.