Module Values.GetResourceDefinitionVersionRequestSource

Retrieves information about a resource definition version, including which resources are included in the version.

Sourcetype nonrec t = {
  1. resourceDefinitionId : string;
    (*

    The ID of the resource definition.

    *)
  2. resourceDefinitionVersionId : string;
    (*

    The ID of the resource definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version is the last one that was associated with a resource definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.

    *)
}
Sourceval context_ : string
Sourceval make : resourceDefinitionId:string -> resourceDefinitionVersionId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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