Module Values.GetGroupVersionRequestSource

Retrieves information about a group version.

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

    The ID of the Greengrass group.

    *)
  2. groupVersionId : string;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : groupId:string -> groupVersionId: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