Smaws_Client_CloudFormation.DeleteStackDeletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks don't show up in the DescribeStacks operation if the deletion has been completed successfully.
For more information about deleting a stack, see Delete a stack from the CloudFormation console in the CloudFormation User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `TokenAlreadyExistsException of Types.token_already_exists_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_stack_input ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TokenAlreadyExistsException of Types.token_already_exists_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_stack_input ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TokenAlreadyExistsException of Types.token_already_exists_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result