Module Values.ResourceReferenceSource

Describes the resource that refers to the resource that you are attempting to delete. This object is returned as part of the ResourceInUseException exception.

Sourcetype nonrec t = {
  1. name : Name.t option;
    (*

    The name of the resource that is using the resource that you are trying to delete.

    *)
  2. version : Version.t option;
    (*

    The version of the resource that is using the resource that you are trying to delete.

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