Module Smaws_Client_CloudFormation.ExecuteChangeSet

Updates a stack using the input information that was provided when the specified change set was created. After the call successfully completes, CloudFormation starts updating the stack. Use the DescribeStacks action to view the status of the update.

When you execute a change set, CloudFormation deletes all other change sets associated with the stack because they aren't valid for the updated stack.

If a stack policy is associated with the stack, CloudFormation enforces the policy during the update. You can't specify a temporary stack policy that overrides the current policy.

To create a change set for the entire stack hierarchy, IncludeNestedStacks must have been set to True.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `ChangeSetNotFoundException of Types.change_set_not_found_exception | `InsufficientCapabilitiesException of Types.insufficient_capabilities_exception | `InvalidChangeSetStatusException of Types.invalid_change_set_status_exception | `TokenAlreadyExistsException of Types.token_already_exists_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.execute_change_set_input -> (Types.execute_change_set_output, [> Smaws_Lib.Protocols.AwsQuery.error | `ChangeSetNotFoundException of Types.change_set_not_found_exception | `InsufficientCapabilitiesException of Types.insufficient_capabilities_exception | `InvalidChangeSetStatusException of Types.invalid_change_set_status_exception | `TokenAlreadyExistsException of Types.token_already_exists_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.execute_change_set_input -> (Types.execute_change_set_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `ChangeSetNotFoundException of Types.change_set_not_found_exception | `InsufficientCapabilitiesException of Types.insufficient_capabilities_exception | `InvalidChangeSetStatusException of Types.invalid_change_set_status_exception | `TokenAlreadyExistsException of Types.token_already_exists_exception ] * Smaws_Lib.Response.metadata) Stdlib.result