Module Values.EnabledBaselineSummarySource

Returns a summary of information about an EnabledBaseline object.

Sourcetype nonrec t = {
  1. arn : Arn.t option;
    (*

    The ARN of the EnabledBaseline resource

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

    The specific baseline that is enabled as part of the EnabledBaseline resource.

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

    The enabled version of the baseline.

    *)
  4. driftStatusSummary : EnabledBaselineDriftStatusSummary.t option;
    (*

    The drift status of the enabled baseline.

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

    The target upon which the baseline is enabled.

    *)
  6. parentIdentifier : Arn.t option;
    (*

    An ARN that represents an object returned by ListEnabledBaseline, to describe an enabled baseline.

    *)
  7. statusSummary : EnablementStatusSummary.t option;
}
Sourceval make : ?arn:??? -> ?baselineIdentifier:??? -> ?baselineVersion:??? -> ?driftStatusSummary:??? -> ?targetIdentifier:??? -> ?parentIdentifier:??? -> ?statusSummary:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `Enum of string | `String of OperationIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) list ]) 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