Module Values.StartMediaAnalysisJobResponseSource

Initiates a new media analysis job. Accepts a manifest file in an Amazon S3 bucket. The output is a manifest file and a summary of the manifest stored in the Amazon S3 bucket.

Sourcetype nonrec t = {
  1. jobId : MediaAnalysisJobId.t option;
    (*

    Identifier for the created job.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t
  3. | `InternalServerError of InternalServerError.t
  4. | `InvalidManifestException of InvalidManifestException.t
  5. | `InvalidParameterException of InvalidParameterException.t
  6. | `InvalidS3ObjectException of InvalidS3ObjectException.t
  7. | `LimitExceededException of LimitExceededException.t
  8. | `ProvisionedThroughputExceededException of ProvisionedThroughputExceededException.t
  9. | `ResourceNotFoundException of ResourceNotFoundException.t
  10. | `ResourceNotReadyException of ResourceNotReadyException.t
  11. | `ThrottlingException of ThrottlingException.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of unit | `IdempotentParameterMismatchException of unit | `InternalServerError of unit | `InvalidManifestException of unit | `InvalidParameterException of unit | `InvalidS3ObjectException of unit | `LimitExceededException of unit | `ProvisionedThroughputExceededException of unit | `ResourceNotFoundException of unit | `ResourceNotReadyException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of unit | `IdempotentParameterMismatchException of unit | `InternalServerError of unit | `InvalidManifestException of unit | `InvalidParameterException of unit | `InvalidS3ObjectException of unit | `LimitExceededException of unit | `ProvisionedThroughputExceededException of unit | `ResourceNotFoundException of unit | `ResourceNotReadyException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MediaAnalysisJobId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t