Values.ConfigurationSettingsDescriptionSourceDescribes the settings for a configuration set.
type createConfigurationTemplateResult = {solutionStackName : SolutionStackName.t option;The name of the solution stack this configuration set uses.
*)platformArn : PlatformArn.t option;The ARN of the platform version.
*)applicationName : ApplicationName.t option;The name of the application associated with this configuration set.
*)templateName : ConfigurationTemplateName.t option;If not null, the name of the configuration template for this configuration set.
*)description : Description.t option;Describes this configuration set.
*)environmentName : EnvironmentName.t option;If not null, the name of the environment for this configuration set.
*)deploymentStatus : ConfigurationDeploymentStatus.t option;If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set: null: This configuration is not associated with a running environment. pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. deployed: This is the configuration that is currently deployed to the associated running environment. failed: This is a draft configuration that failed to successfully deploy.
*)dateCreated : CreationDate.t option;The date (in UTC time) when this configuration set was created.
*)dateUpdated : UpdateDate.t option;The date (in UTC time) when this configuration set was last modified.
*)optionSettings : ConfigurationOptionSettingsList.t option;A list of the configuration options and their values in this configuration set.
*)}and t = {createConfigurationTemplateResult : createConfigurationTemplateResult;responseMetaData : responseMetaData;}type error = [ | `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `TooManyBucketsException of TooManyBucketsException.t| `TooManyConfigurationTemplatesException of
TooManyConfigurationTemplatesException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InsufficientPrivilegesException of unit
| `TooManyBucketsException of unit
| `TooManyConfigurationTemplatesException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InsufficientPrivilegesException of unit
| `TooManyBucketsException of unit
| `TooManyConfigurationTemplatesException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ResourceName.t ]) list ]
list
| `String of SolutionStackName.t
| `Timestamp of CreationDate.t ])
list ])
list ]