Values.JobSourceRepresents information about a job.
type nonrec t = {id : JobId.t option;The unique system-generated ID of the job.
*)data : JobData.t option;Other data about a job.
*)nonce : Nonce.t option;A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.
*)accountId : AccountId.t option;The ID of the Amazon Web Services account to use when performing the job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of JobId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of ArtifactName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of S3BucketName.t ])
list ])
list ])
list ]
list
| `String of ContinuationToken.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of ActionConfigurationKey.t ]
* [> `String of ActionConfigurationValue.t ])
list
| `String of ActionProvider.t
| `Structure of (string * [> `String of StageName.t ]) list ])
list ])
list ])
list ]