Module Values.BatchGetAssetPropertyValueRequestSource

Gets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.

Sourcetype nonrec t = {
  1. entries : BatchGetAssetPropertyValueEntries.t;
    (*

    The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.

    *)
  2. nextToken : NextToken.t option;
    (*

    The token to be used for the next set of paginated results.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> entries:BatchGetAssetPropertyValueEntries.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of EntryId.t ]) list ] list | `String of NextToken.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