import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAwsLogSourceRequest, CreateAwsLogSourceResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAwsLogSourceCommandInput extends CreateAwsLogSourceRequest {} export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceResponse, __MetadataBearer {} declare const CreateAwsLogSourceCommand_base: { new ( input: CreateAwsLogSourceCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAwsLogSourceCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAwsLogSourceCommand extends CreateAwsLogSourceCommand_base { protected static __types: { api: { input: CreateAwsLogSourceRequest; output: CreateAwsLogSourceResponse; }; sdk: { input: CreateAwsLogSourceCommandInput; output: CreateAwsLogSourceCommandOutput; }; }; }