Module Smaws_Client_CloudFormation.UpdateStack

Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack through the DescribeStacks action.

To get a copy of the template for an existing stack, you can use the GetTemplate action.

For more information about updating a stack and monitoring the progress of the update, see Managing Amazon Web Services resources as a single unit with CloudFormation stacks in the CloudFormation User Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `InsufficientCapabilitiesException of Types.insufficient_capabilities_exception | `TokenAlreadyExistsException of Types.token_already_exists_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_stack_input -> (Types.update_stack_output, [> Smaws_Lib.Protocols.AwsQuery.error | `InsufficientCapabilitiesException of Types.insufficient_capabilities_exception | `TokenAlreadyExistsException of Types.token_already_exists_exception ]) Stdlib.result