import { _UnmarshalledJob } from "./_Job"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateJobOutput shape */ export interface CreateJobOutput extends __aws_sdk_types.MetadataBearer { /** * Each job converts an input file into an output file or files. For more information, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html */ Job?: _UnmarshalledJob; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }