import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDataAutomationLibraryIngestionJobRequest, GetDataAutomationLibraryIngestionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetDataAutomationLibraryIngestionJobCommandInput extends GetDataAutomationLibraryIngestionJobRequest {} export interface GetDataAutomationLibraryIngestionJobCommandOutput extends GetDataAutomationLibraryIngestionJobResponse, __MetadataBearer {} declare const GetDataAutomationLibraryIngestionJobCommand_base: { new ( input: GetDataAutomationLibraryIngestionJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetDataAutomationLibraryIngestionJobCommandInput, GetDataAutomationLibraryIngestionJobCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDataAutomationLibraryIngestionJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetDataAutomationLibraryIngestionJobCommandInput, GetDataAutomationLibraryIngestionJobCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDataAutomationLibraryIngestionJobCommand extends GetDataAutomationLibraryIngestionJobCommand_base { protected static __types: { api: { input: GetDataAutomationLibraryIngestionJobRequest; output: GetDataAutomationLibraryIngestionJobResponse; }; sdk: { input: GetDataAutomationLibraryIngestionJobCommandInput; output: GetDataAutomationLibraryIngestionJobCommandOutput; }; }; }