Smaws_Client_ElasticBeanstalk.CreateConfigurationTemplateCreates 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
DescribeConfigurationOptionsDescribeConfigurationSettingsListAvailableSolutionStacksval 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_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
| `TooManyConfigurationTemplatesException of
Types.too_many_configuration_templates_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result