Module Smaws_Client_CloudFormation.UpdateGeneratedTemplate

Updates a generated template. This can be used to change the name, add and remove resources, refresh resources, and change the DeletionPolicy and UpdateReplacePolicy settings. You can check the status of the update to the generated template using the DescribeGeneratedTemplate API action.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AlreadyExistsException of Types.already_exists_exception | `GeneratedTemplateNotFoundException of Types.generated_template_not_found_exception | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_generated_template_input -> (Types.update_generated_template_output, [> Smaws_Lib.Protocols.AwsQuery.error | `AlreadyExistsException of Types.already_exists_exception | `GeneratedTemplateNotFoundException of Types.generated_template_not_found_exception | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result