Values.DescribeConfigurationSettingsMessageSourceResult message containing all of the configuration settings for a specified solution stack or configuration template.
type nonrec t = {applicationName : ApplicationName.t;The application for the environment or configuration template.
*)templateName : ConfigurationTemplateName.t option;The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.
*)environmentName : EnvironmentName.t option;The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
*)}val make :
?templateName:??? ->
?environmentName:??? ->
applicationName:ApplicationName.t ->
unit ->
t