Smaws_Client_CloudFormation.DeleteGeneratedTemplateDeleted a generated template.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ConcurrentResourcesLimitExceededException of
Types.concurrent_resources_limit_exceeded_exception
| `GeneratedTemplateNotFoundException of
Types.generated_template_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_generated_template_input ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConcurrentResourcesLimitExceededException of
Types.concurrent_resources_limit_exceeded_exception
| `GeneratedTemplateNotFoundException of
Types.generated_template_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_generated_template_input ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConcurrentResourcesLimitExceededException of
Types.concurrent_resources_limit_exceeded_exception
| `GeneratedTemplateNotFoundException of
Types.generated_template_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result