Smaws_Client_ElasticBeanstalk.DeleteConfigurationTemplateDeletes the specified configuration template.
When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `OperationInProgressException of Types.operation_in_progress_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_configuration_template_message ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationInProgressException of Types.operation_in_progress_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_configuration_template_message ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationInProgressException of Types.operation_in_progress_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result