Module Values.ConfigurationSettingsDescriptionSource

Describes the settings for a configuration set.

Sourcetype createConfigurationTemplateResult = {
  1. solutionStackName : SolutionStackName.t option;
    (*

    The name of the solution stack this configuration set uses.

    *)
  2. platformArn : PlatformArn.t option;
    (*

    The ARN of the platform version.

    *)
  3. applicationName : ApplicationName.t option;
    (*

    The name of the application associated with this configuration set.

    *)
  4. templateName : ConfigurationTemplateName.t option;
    (*

    If not null, the name of the configuration template for this configuration set.

    *)
  5. description : Description.t option;
    (*

    Describes this configuration set.

    *)
  6. environmentName : EnvironmentName.t option;
    (*

    If not null, the name of the environment for this configuration set.

    *)
  7. 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.

    *)
  8. dateCreated : CreationDate.t option;
    (*

    The date (in UTC time) when this configuration set was created.

    *)
  9. dateUpdated : UpdateDate.t option;
    (*

    The date (in UTC time) when this configuration set was last modified.

    *)
  10. optionSettings : ConfigurationOptionSettingsList.t option;
    (*

    A list of the configuration options and their values in this configuration set.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createConfigurationTemplateResult : createConfigurationTemplateResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InsufficientPrivilegesException of InsufficientPrivilegesException.t
  2. | `TooManyBucketsException of TooManyBucketsException.t
  3. | `TooManyConfigurationTemplatesException of TooManyConfigurationTemplatesException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?solutionStackName:??? -> ?platformArn:??? -> ?applicationName:??? -> ?templateName:??? -> ?description:??? -> ?environmentName:??? -> ?deploymentStatus:??? -> ?dateCreated:??? -> ?dateUpdated:??? -> ?optionSettings:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InsufficientPrivilegesException of unit | `TooManyBucketsException of unit | `TooManyConfigurationTemplatesException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InsufficientPrivilegesException of unit | `TooManyBucketsException of unit | `TooManyConfigurationTemplatesException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t