Module Smaws_Client_CloudFormation.CreateStackInstances

Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region. You must specify at least one value for either Accounts or DeploymentTargets, and you must specify at least one value for Regions.

The maximum number of organizational unit (OUs) supported by a CreateStackInstances operation is 50.

If you need more than 50, consider the following options:

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `InvalidOperationException of Types.invalid_operation_exception | `LimitExceededException of Types.limit_exceeded_exception | `OperationIdAlreadyExistsException of Types.operation_id_already_exists_exception | `OperationInProgressException of Types.operation_in_progress_exception | `StackSetNotFoundException of Types.stack_set_not_found_exception | `StaleRequestException of Types.stale_request_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_stack_instances_input -> (Types.create_stack_instances_output, [> Smaws_Lib.Protocols.AwsQuery.error | `InvalidOperationException of Types.invalid_operation_exception | `LimitExceededException of Types.limit_exceeded_exception | `OperationIdAlreadyExistsException of Types.operation_id_already_exists_exception | `OperationInProgressException of Types.operation_in_progress_exception | `StackSetNotFoundException of Types.stack_set_not_found_exception | `StaleRequestException of Types.stale_request_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_stack_instances_input -> (Types.create_stack_instances_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `InvalidOperationException of Types.invalid_operation_exception | `LimitExceededException of Types.limit_exceeded_exception | `OperationIdAlreadyExistsException of Types.operation_id_already_exists_exception | `OperationInProgressException of Types.operation_in_progress_exception | `StackSetNotFoundException of Types.stack_set_not_found_exception | `StaleRequestException of Types.stale_request_exception ] * Smaws_Lib.Response.metadata) Stdlib.result