Module Values.LifecycleExecutionResourcesImpactedSummarySource

Contains details for an image resource that was identified for a lifecycle action.

Sourcetype nonrec t = {
  1. hasImpactedResources : Boolean.t option;
    (*

    Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.

    *)
}
Sourceval make : ?hasImpactedResources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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