Module Smaws_Client_ElasticBeanstalk.CreateConfigurationTemplate

Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk application. You define application configuration settings in a configuration template. You can then use the configuration template to deploy different versions of the application with the same configuration settings.

Templates aren't associated with any environment. The EnvironmentName response element is always null.

Related Topics

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `InsufficientPrivilegesException of Types.insufficient_privileges_exception | `TooManyBucketsException of Types.too_many_buckets_exception | `TooManyConfigurationTemplatesException of Types.too_many_configuration_templates_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_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 | `TooManyConfigurationTemplatesException of Types.too_many_configuration_templates_exception ]) Stdlib.result