import { HostHeaderInputConfig, HostHeaderResolvedConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/core/client"; import { DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client, } from "@smithy/core/client"; import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config"; import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints"; import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols"; import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry"; import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, } from "@smithy/types"; import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, } from "./auth/httpAuthSchemeProvider"; import { BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, } from "./commands/BatchDeleteRecipeVersionCommand"; import { CreateDatasetCommandInput, CreateDatasetCommandOutput, } from "./commands/CreateDatasetCommand"; import { CreateProfileJobCommandInput, CreateProfileJobCommandOutput, } from "./commands/CreateProfileJobCommand"; import { CreateProjectCommandInput, CreateProjectCommandOutput, } from "./commands/CreateProjectCommand"; import { CreateRecipeCommandInput, CreateRecipeCommandOutput, } from "./commands/CreateRecipeCommand"; import { CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, } from "./commands/CreateRecipeJobCommand"; import { CreateRulesetCommandInput, CreateRulesetCommandOutput, } from "./commands/CreateRulesetCommand"; import { CreateScheduleCommandInput, CreateScheduleCommandOutput, } from "./commands/CreateScheduleCommand"; import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput, } from "./commands/DeleteDatasetCommand"; import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand"; import { DeleteProjectCommandInput, DeleteProjectCommandOutput, } from "./commands/DeleteProjectCommand"; import { DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, } from "./commands/DeleteRecipeVersionCommand"; import { DeleteRulesetCommandInput, DeleteRulesetCommandOutput, } from "./commands/DeleteRulesetCommand"; import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput, } from "./commands/DeleteScheduleCommand"; import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput, } from "./commands/DescribeDatasetCommand"; import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand"; import { DescribeJobRunCommandInput, DescribeJobRunCommandOutput, } from "./commands/DescribeJobRunCommand"; import { DescribeProjectCommandInput, DescribeProjectCommandOutput, } from "./commands/DescribeProjectCommand"; import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput, } from "./commands/DescribeRecipeCommand"; import { DescribeRulesetCommandInput, DescribeRulesetCommandOutput, } from "./commands/DescribeRulesetCommand"; import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput, } from "./commands/DescribeScheduleCommand"; import { ListDatasetsCommandInput, ListDatasetsCommandOutput, } from "./commands/ListDatasetsCommand"; import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand"; import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand"; import { ListProjectsCommandInput, ListProjectsCommandOutput, } from "./commands/ListProjectsCommand"; import { ListRecipesCommandInput, ListRecipesCommandOutput } from "./commands/ListRecipesCommand"; import { ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput, } from "./commands/ListRecipeVersionsCommand"; import { ListRulesetsCommandInput, ListRulesetsCommandOutput, } from "./commands/ListRulesetsCommand"; import { ListSchedulesCommandInput, ListSchedulesCommandOutput, } from "./commands/ListSchedulesCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PublishRecipeCommandInput, PublishRecipeCommandOutput, } from "./commands/PublishRecipeCommand"; import { SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, } from "./commands/SendProjectSessionActionCommand"; import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand"; import { StartProjectSessionCommandInput, StartProjectSessionCommandOutput, } from "./commands/StartProjectSessionCommand"; import { StopJobRunCommandInput, StopJobRunCommandOutput } from "./commands/StopJobRunCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput, } from "./commands/UpdateDatasetCommand"; import { UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, } from "./commands/UpdateProfileJobCommand"; import { UpdateProjectCommandInput, UpdateProjectCommandOutput, } from "./commands/UpdateProjectCommand"; import { UpdateRecipeCommandInput, UpdateRecipeCommandOutput, } from "./commands/UpdateRecipeCommand"; import { UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, } from "./commands/UpdateRecipeJobCommand"; import { UpdateRulesetCommandInput, UpdateRulesetCommandOutput, } from "./commands/UpdateRulesetCommand"; import { UpdateScheduleCommandInput, UpdateScheduleCommandOutput, } from "./commands/UpdateScheduleCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | BatchDeleteRecipeVersionCommandInput | CreateDatasetCommandInput | CreateProfileJobCommandInput | CreateProjectCommandInput | CreateRecipeCommandInput | CreateRecipeJobCommandInput | CreateRulesetCommandInput | CreateScheduleCommandInput | DeleteDatasetCommandInput | DeleteJobCommandInput | DeleteProjectCommandInput | DeleteRecipeVersionCommandInput | DeleteRulesetCommandInput | DeleteScheduleCommandInput | DescribeDatasetCommandInput | DescribeJobCommandInput | DescribeJobRunCommandInput | DescribeProjectCommandInput | DescribeRecipeCommandInput | DescribeRulesetCommandInput | DescribeScheduleCommandInput | ListDatasetsCommandInput | ListJobRunsCommandInput | ListJobsCommandInput | ListProjectsCommandInput | ListRecipeVersionsCommandInput | ListRecipesCommandInput | ListRulesetsCommandInput | ListSchedulesCommandInput | ListTagsForResourceCommandInput | PublishRecipeCommandInput | SendProjectSessionActionCommandInput | StartJobRunCommandInput | StartProjectSessionCommandInput | StopJobRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasetCommandInput | UpdateProfileJobCommandInput | UpdateProjectCommandInput | UpdateRecipeCommandInput | UpdateRecipeJobCommandInput | UpdateRulesetCommandInput | UpdateScheduleCommandInput; export type ServiceOutputTypes = | BatchDeleteRecipeVersionCommandOutput | CreateDatasetCommandOutput | CreateProfileJobCommandOutput | CreateProjectCommandOutput | CreateRecipeCommandOutput | CreateRecipeJobCommandOutput | CreateRulesetCommandOutput | CreateScheduleCommandOutput | DeleteDatasetCommandOutput | DeleteJobCommandOutput | DeleteProjectCommandOutput | DeleteRecipeVersionCommandOutput | DeleteRulesetCommandOutput | DeleteScheduleCommandOutput | DescribeDatasetCommandOutput | DescribeJobCommandOutput | DescribeJobRunCommandOutput | DescribeProjectCommandOutput | DescribeRecipeCommandOutput | DescribeRulesetCommandOutput | DescribeScheduleCommandOutput | ListDatasetsCommandOutput | ListJobRunsCommandOutput | ListJobsCommandOutput | ListProjectsCommandOutput | ListRecipeVersionsCommandOutput | ListRecipesCommandOutput | ListRulesetsCommandOutput | ListSchedulesCommandOutput | ListTagsForResourceCommandOutput | PublishRecipeCommandOutput | SendProjectSessionActionCommandOutput | StartJobRunCommandOutput | StartProjectSessionCommandOutput | StopJobRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasetCommandOutput | UpdateProfileJobCommandOutput | UpdateProjectCommandOutput | UpdateRecipeCommandOutput | UpdateRecipeJobCommandOutput | UpdateRulesetCommandOutput | UpdateScheduleCommandOutput; export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> { requestHandler?: __HttpHandlerUserInput; sha256?: __ChecksumConstructor | __HashConstructor; urlParser?: __UrlParser; bodyLengthChecker?: __BodyLengthCalculator; streamCollector?: __StreamCollector; base64Decoder?: __Decoder; base64Encoder?: __Encoder; utf8Decoder?: __Decoder; utf8Encoder?: __Encoder; runtime?: string; disableHostPrefix?: boolean; serviceId?: string; useDualstackEndpoint?: boolean | __Provider; useFipsEndpoint?: boolean | __Provider; region?: string | __Provider; profile?: string; defaultUserAgentProvider?: __Provider<__UserAgent>; credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider; maxAttempts?: number | __Provider; retryMode?: string | __Provider; logger?: __Logger; extensions?: RuntimeExtension[]; defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } export type DataBrewClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface DataBrewClientConfig extends DataBrewClientConfigType {} export type DataBrewClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface DataBrewClientResolvedConfig extends DataBrewClientResolvedConfigType {} export declare class DataBrewClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataBrewClientResolvedConfig > { readonly config: DataBrewClientResolvedConfig; constructor(...[configuration]: __CheckOptionalClientConfig); destroy(): void; }