Module Values.GetThirdPartyJobDetailsInputSource

Represents the input of a GetThirdPartyJobDetails action.

Sourcetype nonrec t = {
  1. jobId : ThirdPartyJobId.t;
    (*

    The unique system-generated ID used for identifying the job.

    *)
  2. clientToken : ClientToken.t;
    (*

    The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

    *)
}
Sourceval context_ : string
Sourceval make : jobId:ThirdPartyJobId.t -> clientToken:ClientToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ThirdPartyJobId.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