Module Smaws_Client_CloudFormation.UpdateStackSet

Updates the StackSet and associated stack instances in the specified accounts and Amazon Web Services Regions.

Even if the StackSet operation created by updating the StackSet fails (completely or partially, below or above a specified failure tolerance), the StackSet is updated with your changes. Subsequent CreateStackInstances calls on the specified StackSet use the updated StackSet.

The maximum number of organizational unit (OUs) supported by a UpdateStackSet 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 | `OperationIdAlreadyExistsException of Types.operation_id_already_exists_exception | `OperationInProgressException of Types.operation_in_progress_exception | `StackInstanceNotFoundException of Types.stack_instance_not_found_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.update_stack_set_input -> (Types.update_stack_set_output, [> Smaws_Lib.Protocols.AwsQuery.error | `InvalidOperationException of Types.invalid_operation_exception | `OperationIdAlreadyExistsException of Types.operation_id_already_exists_exception | `OperationInProgressException of Types.operation_in_progress_exception | `StackInstanceNotFoundException of Types.stack_instance_not_found_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.update_stack_set_input -> (Types.update_stack_set_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `InvalidOperationException of Types.invalid_operation_exception | `OperationIdAlreadyExistsException of Types.operation_id_already_exists_exception | `OperationInProgressException of Types.operation_in_progress_exception | `StackInstanceNotFoundException of Types.stack_instance_not_found_exception | `StackSetNotFoundException of Types.stack_set_not_found_exception | `StaleRequestException of Types.stale_request_exception ] * Smaws_Lib.Response.metadata) Stdlib.result