Values.ThirdPartyJobDetailsSourceThe details of a job sent in response to a GetThirdPartyJobDetails request.
type nonrec t = {id : ThirdPartyJobId.t option;The identifier used to identify the job details in CodePipeline.
*)data : ThirdPartyJobData.t option;The data to be returned by the third party job worker.
*)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 AcknowledgeThirdPartyJob request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ThirdPartyJobId.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 ]