Smaws_Client_CloudFormation.UpdateGeneratedTemplateUpdates 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_generated_template_input ->
(Types.update_generated_template_output Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result