Smaws_Client_CloudFormation.GetGeneratedTemplateRetrieves a generated template. If the template is in an InProgress or Pending status then the template returned will be the template when the template was last in a Complete status. If the template has not yet been in a Complete status then an empty template will be returned.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `GeneratedTemplateNotFoundException of
Types.generated_template_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_generated_template_input ->
(Types.get_generated_template_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `GeneratedTemplateNotFoundException of
Types.generated_template_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_generated_template_input ->
(Types.get_generated_template_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `GeneratedTemplateNotFoundException of
Types.generated_template_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result