Values.HarvestJobSourceRepresents a harvest job resource in MediaPackage v2, which is used to export content from an origin endpoint to an S3 bucket.
type nonrec t = {channelGroupName : ResourceName.t option;The name of the channel group containing the channel associated with this harvest job.
*)channelName : ResourceName.t option;The name of the channel associated with this harvest job.
*)originEndpointName : ResourceName.t option;The name of the origin endpoint associated with this harvest job.
*)destination : Destination.t option;The S3 destination where the harvested content will be placed.
*)harvestJobName : ResourceName.t option;The name of the harvest job.
*)harvestedManifests : HarvestedManifests.t option;A list of manifests that are being or have been harvested.
*)description : ResourceDescription.t option;An optional description of the harvest job.
*)scheduleConfiguration : HarvesterScheduleConfiguration.t option;The configuration for when the harvest job is scheduled to run.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the harvest job.
*)createdAt : Timestamp.t option;The date and time when the harvest job was created.
*)modifiedAt : Timestamp.t option;The date and time when the harvest job was last modified.
*)status : HarvestJobStatus.t option;The current status of the harvest job (e.g., QUEUED, IN_PROGRESS, CANCELLED, COMPLETED, FAILED).
*)errorMessage : String_.t option;An error message if the harvest job encountered any issues.
*)eTag : EntityTag.t option;The current version of the harvest job. Used for concurrency control.
*)}val make :
?channelGroupName:??? ->
?channelName:??? ->
?originEndpointName:??? ->
?destination:??? ->
?harvestJobName:??? ->
?harvestedManifests:??? ->
?description:??? ->
?scheduleConfiguration:??? ->
?arn:??? ->
?createdAt:??? ->
?modifiedAt:??? ->
?status:??? ->
?errorMessage:??? ->
?eTag:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ResourceName.t ]) list ]
list
| `Structure of (string * [> `String of S3BucketName.t ]) list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]