- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-mediaconvert
MediaConvert Class
AWS Elemental MediaConvert
Members
Name | Type | Details |
---|---|---|
(constructor) Required | constructor(...[configuration]: CheckOptionalClientConfig<MediaConvertClientConfig>) | Constructs a new instance of the MediaConvertClient class |
config Required | MediaConvertClientResolvedConfig | The resolved configuration of MediaConvertClient class. This is resolved and normalized from the constructor configuration interface. |
destroy Required | destroy(): void | Destroy underlying resources, like sockets. It's usually not necessary to do this. However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. Otherwise, sockets might stay open for quite a long time before the server terminates them. |
middlewareStack Required | MiddlewareStack<ClientInput, ClientOutput> | |
send Required | send<InputType extends ClientInput, OutputType extends ClientOutput>(command: Command<ClientInput, InputType, ClientOutput, OutputType, SmithyResolvedConfiguration<HandlerOptions>, options?: HandlerOptions): Promise<OutputType> | |
send Required | send<InputType extends ClientInput, OutputType extends ClientOutput>(command: Command<ClientInput, InputType, ClientOutput, OutputType, SmithyResolvedConfiguration<HandlerOptions>, cb: (err: any, data?: OutputType) = void): void | |
send Required | send<InputType extends ClientInput, OutputType extends ClientOutput>(command: Command<ClientInput, InputType, ClientOutput, OutputType, SmithyResolvedConfiguration<HandlerOptions>, options: HandlerOptions, cb: (err: any, data?: OutputType) = void): void |
Full Signature
export declare class MediaConvert extends MediaConvertClient implements MediaConvert