Values.DescribeConfigurationOptionsMessageSourceResult message containing a list of application version descriptions.
type nonrec t = {applicationName : ApplicationName.t option;The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
*)templateName : ConfigurationTemplateName.t option;The name of the configuration template whose configuration options you want to describe.
*)environmentName : EnvironmentName.t option;The name of the environment whose configuration options you want to describe.
*)solutionStackName : SolutionStackName.t option;The name of the solution stack whose configuration options you want to describe.
*)platformArn : PlatformArn.t option;The ARN of the custom platform.
*)options : OptionsSpecifierList.t option;If specified, restricts the descriptions to only the specified options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ResourceName.t ]) list ]
list
| `String of ApplicationName.t ])
list ]