Values.ProtectedJobOutputSourceContains details about the protected job output.
type nonrec t = {s3 : ProtectedJobS3Output.t option;If present, the output for a protected job with an `S3` output type.
*)memberList : ProtectedJobMemberOutputList.t option;The list of member Amazon Web Services account(s) that received the results of the job.
*)}val 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 ]