The input for StartMediaAnalysisJobCommand.

interface StartMediaAnalysisJobCommandInput {
    ClientRequestToken?: string;
    Input: undefined | MediaAnalysisInput;
    JobName?: string;
    KmsKeyId?: string;
    OperationsConfig: undefined | MediaAnalysisOperationsConfig;
    OutputConfig: undefined | MediaAnalysisOutputConfig;
}

Hierarchy (view full)

Properties

ClientRequestToken?: string

Idempotency token used to prevent the accidental creation of duplicate versions. If you use the same token with multiple StartMediaAnalysisJobRequest requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.

Input: undefined | MediaAnalysisInput

Input data to be analyzed by the job.

JobName?: string

The name of the job. Does not have to be unique.

KmsKeyId?: string

The identifier of customer managed AWS KMS key (name or ARN). The key is used to encrypt images copied into the service. The key is also used to encrypt results and manifest files written to the output Amazon S3 bucket.

OperationsConfig: undefined | MediaAnalysisOperationsConfig

Configuration options for the media analysis job to be created.

OutputConfig: undefined | MediaAnalysisOutputConfig

The Amazon S3 bucket location to store the results.