Smaws_Client_ElasticBeanstalk.UpdateConfigurationTemplateUpdates the specified configuration template to have the specified properties or configuration option values.
If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.
Related Topics
DescribeConfigurationOptionsval error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception
| `TooManyBucketsException of Types.too_many_buckets_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_configuration_template_message ->
(Types.configuration_settings_description,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `TooManyBucketsException of Types.too_many_buckets_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_configuration_template_message ->
(Types.configuration_settings_description Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `TooManyBucketsException of Types.too_many_buckets_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result