Module Values.ConfigurationManagerSummarySource

A summary of a Quick Setup configuration manager.

Sourcetype nonrec t = {
  1. configurationDefinitionSummaries : ConfigurationDefinitionSummariesList.t option;
    (*

    A summary of the Quick Setup configuration definition.

    *)
  2. description : String_.t option;
    (*

    The description of the configuration.

    *)
  3. managerArn : String_.t option;
    (*

    The ARN of the Quick Setup configuration.

    *)
  4. name : String_.t option;
    (*

    The name of the configuration

    *)
  5. statusSummaries : StatusSummariesList.t option;
    (*

    Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

    *)
}
Sourceval make : ?configurationDefinitionSummaries:??? -> ?description:??? -> ?managerArn:??? -> ?name:??? -> ?statusSummaries:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of ConfigurationParametersMapKeyString.t ] * [> `String of ConfigurationParametersMapValueString.t ]) list | `String of String_.t | `Timestamp of SyntheticTimestamp_date_time.t ]) list ] list | `String of String_.t ]) 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