import { HostHeaderInputConfig, HostHeaderResolvedConfig, } from "@aws-sdk/middleware-host-header"; import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; import { RegionInputConfig, RegionResolvedConfig, } from "@smithy/config-resolver"; import { EndpointInputConfig, EndpointResolvedConfig, } from "@smithy/middleware-endpoint"; import { RetryInputConfig, RetryResolvedConfig, } from "@smithy/middleware-retry"; import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http"; import { DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client, } from "@smithy/smithy-client"; import { 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, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent, } from "@smithy/types"; import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, } from "./auth/httpAuthSchemeProvider"; import { BatchEvaluateFeatureCommandInput, BatchEvaluateFeatureCommandOutput, } from "./commands/BatchEvaluateFeatureCommand"; import { CreateExperimentCommandInput, CreateExperimentCommandOutput, } from "./commands/CreateExperimentCommand"; import { CreateFeatureCommandInput, CreateFeatureCommandOutput, } from "./commands/CreateFeatureCommand"; import { CreateLaunchCommandInput, CreateLaunchCommandOutput, } from "./commands/CreateLaunchCommand"; import { CreateProjectCommandInput, CreateProjectCommandOutput, } from "./commands/CreateProjectCommand"; import { CreateSegmentCommandInput, CreateSegmentCommandOutput, } from "./commands/CreateSegmentCommand"; import { DeleteExperimentCommandInput, DeleteExperimentCommandOutput, } from "./commands/DeleteExperimentCommand"; import { DeleteFeatureCommandInput, DeleteFeatureCommandOutput, } from "./commands/DeleteFeatureCommand"; import { DeleteLaunchCommandInput, DeleteLaunchCommandOutput, } from "./commands/DeleteLaunchCommand"; import { DeleteProjectCommandInput, DeleteProjectCommandOutput, } from "./commands/DeleteProjectCommand"; import { DeleteSegmentCommandInput, DeleteSegmentCommandOutput, } from "./commands/DeleteSegmentCommand"; import { EvaluateFeatureCommandInput, EvaluateFeatureCommandOutput, } from "./commands/EvaluateFeatureCommand"; import { GetExperimentCommandInput, GetExperimentCommandOutput, } from "./commands/GetExperimentCommand"; import { GetExperimentResultsCommandInput, GetExperimentResultsCommandOutput, } from "./commands/GetExperimentResultsCommand"; import { GetFeatureCommandInput, GetFeatureCommandOutput, } from "./commands/GetFeatureCommand"; import { GetLaunchCommandInput, GetLaunchCommandOutput, } from "./commands/GetLaunchCommand"; import { GetProjectCommandInput, GetProjectCommandOutput, } from "./commands/GetProjectCommand"; import { GetSegmentCommandInput, GetSegmentCommandOutput, } from "./commands/GetSegmentCommand"; import { ListExperimentsCommandInput, ListExperimentsCommandOutput, } from "./commands/ListExperimentsCommand"; import { ListFeaturesCommandInput, ListFeaturesCommandOutput, } from "./commands/ListFeaturesCommand"; import { ListLaunchesCommandInput, ListLaunchesCommandOutput, } from "./commands/ListLaunchesCommand"; import { ListProjectsCommandInput, ListProjectsCommandOutput, } from "./commands/ListProjectsCommand"; import { ListSegmentReferencesCommandInput, ListSegmentReferencesCommandOutput, } from "./commands/ListSegmentReferencesCommand"; import { ListSegmentsCommandInput, ListSegmentsCommandOutput, } from "./commands/ListSegmentsCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PutProjectEventsCommandInput, PutProjectEventsCommandOutput, } from "./commands/PutProjectEventsCommand"; import { StartExperimentCommandInput, StartExperimentCommandOutput, } from "./commands/StartExperimentCommand"; import { StartLaunchCommandInput, StartLaunchCommandOutput, } from "./commands/StartLaunchCommand"; import { StopExperimentCommandInput, StopExperimentCommandOutput, } from "./commands/StopExperimentCommand"; import { StopLaunchCommandInput, StopLaunchCommandOutput, } from "./commands/StopLaunchCommand"; import { TagResourceCommandInput, TagResourceCommandOutput, } from "./commands/TagResourceCommand"; import { TestSegmentPatternCommandInput, TestSegmentPatternCommandOutput, } from "./commands/TestSegmentPatternCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput, } from "./commands/UpdateExperimentCommand"; import { UpdateFeatureCommandInput, UpdateFeatureCommandOutput, } from "./commands/UpdateFeatureCommand"; import { UpdateLaunchCommandInput, UpdateLaunchCommandOutput, } from "./commands/UpdateLaunchCommand"; import { UpdateProjectCommandInput, UpdateProjectCommandOutput, } from "./commands/UpdateProjectCommand"; import { UpdateProjectDataDeliveryCommandInput, UpdateProjectDataDeliveryCommandOutput, } from "./commands/UpdateProjectDataDeliveryCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | BatchEvaluateFeatureCommandInput | CreateExperimentCommandInput | CreateFeatureCommandInput | CreateLaunchCommandInput | CreateProjectCommandInput | CreateSegmentCommandInput | DeleteExperimentCommandInput | DeleteFeatureCommandInput | DeleteLaunchCommandInput | DeleteProjectCommandInput | DeleteSegmentCommandInput | EvaluateFeatureCommandInput | GetExperimentCommandInput | GetExperimentResultsCommandInput | GetFeatureCommandInput | GetLaunchCommandInput | GetProjectCommandInput | GetSegmentCommandInput | ListExperimentsCommandInput | ListFeaturesCommandInput | ListLaunchesCommandInput | ListProjectsCommandInput | ListSegmentReferencesCommandInput | ListSegmentsCommandInput | ListTagsForResourceCommandInput | PutProjectEventsCommandInput | StartExperimentCommandInput | StartLaunchCommandInput | StopExperimentCommandInput | StopLaunchCommandInput | TagResourceCommandInput | TestSegmentPatternCommandInput | UntagResourceCommandInput | UpdateExperimentCommandInput | UpdateFeatureCommandInput | UpdateLaunchCommandInput | UpdateProjectCommandInput | UpdateProjectDataDeliveryCommandInput; export type ServiceOutputTypes = | BatchEvaluateFeatureCommandOutput | CreateExperimentCommandOutput | CreateFeatureCommandOutput | CreateLaunchCommandOutput | CreateProjectCommandOutput | CreateSegmentCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureCommandOutput | DeleteLaunchCommandOutput | DeleteProjectCommandOutput | DeleteSegmentCommandOutput | EvaluateFeatureCommandOutput | GetExperimentCommandOutput | GetExperimentResultsCommandOutput | GetFeatureCommandOutput | GetLaunchCommandOutput | GetProjectCommandOutput | GetSegmentCommandOutput | ListExperimentsCommandOutput | ListFeaturesCommandOutput | ListLaunchesCommandOutput | ListProjectsCommandOutput | ListSegmentReferencesCommandOutput | ListSegmentsCommandOutput | ListTagsForResourceCommandOutput | PutProjectEventsCommandOutput | StartExperimentCommandOutput | StartLaunchCommandOutput | StopExperimentCommandOutput | StopLaunchCommandOutput | TagResourceCommandOutput | TestSegmentPatternCommandOutput | UntagResourceCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureCommandOutput | UpdateLaunchCommandOutput | UpdateProjectCommandOutput | UpdateProjectDataDeliveryCommandOutput; 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 EvidentlyClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface EvidentlyClientConfig extends EvidentlyClientConfigType {} export type EvidentlyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface EvidentlyClientResolvedConfig extends EvidentlyClientResolvedConfigType {} export declare class EvidentlyClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EvidentlyClientResolvedConfig > { readonly config: EvidentlyClientResolvedConfig; constructor( ...[configuration]: __CheckOptionalClientConfig ); destroy(): void; }