Values.CreateHarvestJobResponseSourceThe response object returned after creating a harvest job.
type nonrec t = {channelGroupName : ResourceName.t option;The name of the channel group containing the channel from which content is being harvested.
*)channelName : ResourceName.t option;The name of the channel from which content is being harvested.
*)originEndpointName : ResourceName.t option;The name of the origin endpoint from which content is being harvested.
*)destination : Destination.t option;The S3 destination where the harvested content will be placed.
*)harvestJobName : ResourceName.t option;The name of the created harvest job.
*)harvestedManifests : HarvestedManifests.t option;A list of manifests that will be harvested.
*)description : ResourceDescription.t option;The description of the harvest job, if provided.
*)scheduleConfiguration : HarvesterScheduleConfiguration.t option;The configuration for when the harvest job will run, including start and end times.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the created harvest job.
*)createdAt : Timestamp.t option;The date and time the harvest job was created.
*)modifiedAt : Timestamp.t option;The date and time the harvest job was last modified.
*)status : HarvestJobStatus.t option;The current status of the harvest job (e.g., CREATED, IN_PROGRESS, ABORTED, COMPLETED, FAILED).
*)errorMessage : String_.t option;An error message if the harvest job creation failed.
*)eTag : EntityTag.t option;The current version of the harvest job. Used for concurrency control.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?channelGroupName:??? ->
?channelName:??? ->
?originEndpointName:??? ->
?destination:??? ->
?harvestJobName:??? ->
?harvestedManifests:??? ->
?description:??? ->
?scheduleConfiguration:??? ->
?arn:??? ->
?createdAt:??? ->
?modifiedAt:??? ->
?status:??? ->
?errorMessage:??? ->
?eTag:??? ->
?tags:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `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 ]