Smaws_Client_CloudFormation.DescribeGeneratedTemplateDescribes a generated template. The output includes details about the progress of the creation of a generated template started by a CreateGeneratedTemplate API action or the update of a generated template started with an UpdateGeneratedTemplate API action.
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.describe_generated_template_input ->
(Types.describe_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.describe_generated_template_input ->
(Types.describe_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