Module Values.ProtectedJobOutputSource

Contains details about the protected job output.

Sourcetype nonrec t = {
  1. s3 : ProtectedJobS3Output.t option;
    (*

    If present, the output for a protected job with an `S3` output type.

    *)
  2. memberList : ProtectedJobMemberOutputList.t option;
    (*

    The list of member Amazon Web Services account(s) that received the results of the job.

    *)
}
Sourceval make : ?s3:??? -> ?memberList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AccountId.t ]) list ] list | `Structure of (string * [> `String of String_.t ]) list ]) 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