Values.ThirdPartyJobDataSourceRepresents information about the job data for a partner action.
type nonrec t = {actionTypeId : ActionTypeId.t option;Represents information about an action type.
*)actionConfiguration : ActionConfiguration.t option;Represents information about an action configuration.
*)pipelineContext : PipelineContext.t option;Represents information about a pipeline to a job worker. Does not include pipelineArn and pipelineExecutionId for ThirdParty jobs.
*)inputArtifacts : ArtifactList.t option;The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
*)outputArtifacts : ArtifactList.t option;The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
*)artifactCredentials : AWSSessionCredentials.t option;Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.
*)continuationToken : ContinuationToken.t option;A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job asynchronously.
*)encryptionKey : EncryptionKey.t option;The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not be present.
*)}val to_value :
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 ]