Smaws_Client_CloudFormation.DeleteStackInstancesDeletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.
The maximum number of organizational unit (OUs) supported by a DeleteStackInstances 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
| `StackSetNotFoundException of Types.stack_set_not_found_exception
| `StaleRequestException of Types.stale_request_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_stack_instances_input ->
(Types.delete_stack_instances_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
| `StackSetNotFoundException of Types.stack_set_not_found_exception
| `StaleRequestException of Types.stale_request_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_stack_instances_input ->
(Types.delete_stack_instances_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
| `StackSetNotFoundException of Types.stack_set_not_found_exception
| `StaleRequestException of Types.stale_request_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result