Module Values.ConfigurationSummarySource

Details for a Quick Setup configuration.

Sourcetype nonrec t = {
  1. account : String_.t option;
    (*

    The ID of the Amazon Web Services account where the configuration was deployed.

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

    The ID of the configuration definition.

    *)
  3. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The datetime stamp when the configuration was created.

    *)
  4. firstClassParameters : ConfigurationParametersMap.t option;
    (*

    The common parameters and values for the configuration definition.

    *)
  5. id : String_.t option;
    (*

    A service generated identifier for the configuration.

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

    The ARN of the configuration manager.

    *)
  7. region : String_.t option;
    (*

    The Amazon Web Services Region where the configuration was deployed.

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

    A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

    *)
  9. type_ : String_.t option;
    (*

    The type of the Quick Setup configuration.

    *)
  10. typeVersion : String_.t option;
    (*

    The version of the Quick Setup type used.

    *)
}
Sourceval make : ?account:??? -> ?configurationDefinitionId:??? -> ?createdAt:??? -> ?firstClassParameters:??? -> ?id:??? -> ?managerArn:??? -> ?region:??? -> ?statusSummaries:??? -> ?type_:??? -> ?typeVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Timestamp of SyntheticTimestamp_date_time.t ]) list ] list | `Map of ([> `String of ConfigurationParametersMapKeyString.t ] * [> `String of ConfigurationParametersMapValueString.t ]) list | `String of String_.t | `Timestamp of SyntheticTimestamp_date_time.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