import { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, } from "@smithy/types"; import { BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput, } from "./commands/BatchDetectDominantLanguageCommand"; import { BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, } from "./commands/BatchDetectEntitiesCommand"; import { BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, } from "./commands/BatchDetectKeyPhrasesCommand"; import { BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, } from "./commands/BatchDetectSentimentCommand"; import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, } from "./commands/BatchDetectSyntaxCommand"; import { BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, } from "./commands/BatchDetectTargetedSentimentCommand"; import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, } from "./commands/ClassifyDocumentCommand"; import { ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, } from "./commands/ContainsPiiEntitiesCommand"; import { CreateDatasetCommandInput, CreateDatasetCommandOutput, } from "./commands/CreateDatasetCommand"; import { CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, } from "./commands/CreateDocumentClassifierCommand"; import { CreateEndpointCommandInput, CreateEndpointCommandOutput, } from "./commands/CreateEndpointCommand"; import { CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, } from "./commands/CreateEntityRecognizerCommand"; import { CreateFlywheelCommandInput, CreateFlywheelCommandOutput, } from "./commands/CreateFlywheelCommand"; import { DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, } from "./commands/DeleteDocumentClassifierCommand"; import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput, } from "./commands/DeleteEndpointCommand"; import { DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, } from "./commands/DeleteEntityRecognizerCommand"; import { DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, } from "./commands/DeleteFlywheelCommand"; import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, } from "./commands/DeleteResourcePolicyCommand"; import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput, } from "./commands/DescribeDatasetCommand"; import { DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, } from "./commands/DescribeDocumentClassificationJobCommand"; import { DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, } from "./commands/DescribeDocumentClassifierCommand"; import { DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, } from "./commands/DescribeDominantLanguageDetectionJobCommand"; import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput, } from "./commands/DescribeEndpointCommand"; import { DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, } from "./commands/DescribeEntitiesDetectionJobCommand"; import { DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, } from "./commands/DescribeEntityRecognizerCommand"; import { DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput, } from "./commands/DescribeEventsDetectionJobCommand"; import { DescribeFlywheelCommandInput, DescribeFlywheelCommandOutput, } from "./commands/DescribeFlywheelCommand"; import { DescribeFlywheelIterationCommandInput, DescribeFlywheelIterationCommandOutput, } from "./commands/DescribeFlywheelIterationCommand"; import { DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, } from "./commands/DescribeKeyPhrasesDetectionJobCommand"; import { DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput, } from "./commands/DescribePiiEntitiesDetectionJobCommand"; import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, } from "./commands/DescribeResourcePolicyCommand"; import { DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, } from "./commands/DescribeSentimentDetectionJobCommand"; import { DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput, } from "./commands/DescribeTargetedSentimentDetectionJobCommand"; import { DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput, } from "./commands/DescribeTopicsDetectionJobCommand"; import { DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput, } from "./commands/DetectDominantLanguageCommand"; import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput, } from "./commands/DetectEntitiesCommand"; import { DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, } from "./commands/DetectKeyPhrasesCommand"; import { DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput, } from "./commands/DetectPiiEntitiesCommand"; import { DetectSentimentCommandInput, DetectSentimentCommandOutput, } from "./commands/DetectSentimentCommand"; import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput, } from "./commands/DetectSyntaxCommand"; import { DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput, } from "./commands/DetectTargetedSentimentCommand"; import { DetectToxicContentCommandInput, DetectToxicContentCommandOutput, } from "./commands/DetectToxicContentCommand"; import { ImportModelCommandInput, ImportModelCommandOutput } from "./commands/ImportModelCommand"; import { ListDatasetsCommandInput, ListDatasetsCommandOutput, } from "./commands/ListDatasetsCommand"; import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput, } from "./commands/ListDocumentClassificationJobsCommand"; import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput, } from "./commands/ListDocumentClassifiersCommand"; import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput, } from "./commands/ListDocumentClassifierSummariesCommand"; import { ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput, } from "./commands/ListDominantLanguageDetectionJobsCommand"; import { ListEndpointsCommandInput, ListEndpointsCommandOutput, } from "./commands/ListEndpointsCommand"; import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput, } from "./commands/ListEntitiesDetectionJobsCommand"; import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput, } from "./commands/ListEntityRecognizersCommand"; import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput, } from "./commands/ListEntityRecognizerSummariesCommand"; import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput, } from "./commands/ListEventsDetectionJobsCommand"; import { ListFlywheelIterationHistoryCommandInput, ListFlywheelIterationHistoryCommandOutput, } from "./commands/ListFlywheelIterationHistoryCommand"; import { ListFlywheelsCommandInput, ListFlywheelsCommandOutput, } from "./commands/ListFlywheelsCommand"; import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput, } from "./commands/ListKeyPhrasesDetectionJobsCommand"; import { ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput, } from "./commands/ListPiiEntitiesDetectionJobsCommand"; import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput, } from "./commands/ListSentimentDetectionJobsCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput, } from "./commands/ListTargetedSentimentDetectionJobsCommand"; import { ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput, } from "./commands/ListTopicsDetectionJobsCommand"; import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, } from "./commands/PutResourcePolicyCommand"; import { StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput, } from "./commands/StartDocumentClassificationJobCommand"; import { StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, } from "./commands/StartDominantLanguageDetectionJobCommand"; import { StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput, } from "./commands/StartEntitiesDetectionJobCommand"; import { StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, } from "./commands/StartEventsDetectionJobCommand"; import { StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput, } from "./commands/StartFlywheelIterationCommand"; import { StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, } from "./commands/StartKeyPhrasesDetectionJobCommand"; import { StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput, } from "./commands/StartPiiEntitiesDetectionJobCommand"; import { StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, } from "./commands/StartSentimentDetectionJobCommand"; import { StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput, } from "./commands/StartTargetedSentimentDetectionJobCommand"; import { StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, } from "./commands/StartTopicsDetectionJobCommand"; import { StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, } from "./commands/StopDominantLanguageDetectionJobCommand"; import { StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, } from "./commands/StopEntitiesDetectionJobCommand"; import { StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, } from "./commands/StopEventsDetectionJobCommand"; import { StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, } from "./commands/StopKeyPhrasesDetectionJobCommand"; import { StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, } from "./commands/StopPiiEntitiesDetectionJobCommand"; import { StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, } from "./commands/StopSentimentDetectionJobCommand"; import { StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput, } from "./commands/StopTargetedSentimentDetectionJobCommand"; import { StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, } from "./commands/StopTrainingDocumentClassifierCommand"; import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, } from "./commands/StopTrainingEntityRecognizerCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput, } from "./commands/UpdateEndpointCommand"; import { UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput, } from "./commands/UpdateFlywheelCommand"; import { ComprehendClient } from "./ComprehendClient"; export interface Comprehend { batchDetectDominantLanguage( args: BatchDetectDominantLanguageCommandInput, options?: __HttpHandlerOptions, ): Promise; batchDetectDominantLanguage( args: BatchDetectDominantLanguageCommandInput, cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void, ): void; batchDetectDominantLanguage( args: BatchDetectDominantLanguageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void, ): void; batchDetectEntities( args: BatchDetectEntitiesCommandInput, options?: __HttpHandlerOptions, ): Promise; batchDetectEntities( args: BatchDetectEntitiesCommandInput, cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void, ): void; batchDetectEntities( args: BatchDetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void, ): void; batchDetectKeyPhrases( args: BatchDetectKeyPhrasesCommandInput, options?: __HttpHandlerOptions, ): Promise; batchDetectKeyPhrases( args: BatchDetectKeyPhrasesCommandInput, cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void, ): void; batchDetectKeyPhrases( args: BatchDetectKeyPhrasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void, ): void; batchDetectSentiment( args: BatchDetectSentimentCommandInput, options?: __HttpHandlerOptions, ): Promise; batchDetectSentiment( args: BatchDetectSentimentCommandInput, cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void, ): void; batchDetectSentiment( args: BatchDetectSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void, ): void; batchDetectSyntax( args: BatchDetectSyntaxCommandInput, options?: __HttpHandlerOptions, ): Promise; batchDetectSyntax( args: BatchDetectSyntaxCommandInput, cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void, ): void; batchDetectSyntax( args: BatchDetectSyntaxCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void, ): void; batchDetectTargetedSentiment( args: BatchDetectTargetedSentimentCommandInput, options?: __HttpHandlerOptions, ): Promise; batchDetectTargetedSentiment( args: BatchDetectTargetedSentimentCommandInput, cb: (err: any, data?: BatchDetectTargetedSentimentCommandOutput) => void, ): void; batchDetectTargetedSentiment( args: BatchDetectTargetedSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectTargetedSentimentCommandOutput) => void, ): void; classifyDocument( args: ClassifyDocumentCommandInput, options?: __HttpHandlerOptions, ): Promise; classifyDocument( args: ClassifyDocumentCommandInput, cb: (err: any, data?: ClassifyDocumentCommandOutput) => void, ): void; classifyDocument( args: ClassifyDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClassifyDocumentCommandOutput) => void, ): void; containsPiiEntities( args: ContainsPiiEntitiesCommandInput, options?: __HttpHandlerOptions, ): Promise; containsPiiEntities( args: ContainsPiiEntitiesCommandInput, cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void, ): void; containsPiiEntities( args: ContainsPiiEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void, ): void; createDataset( args: CreateDatasetCommandInput, options?: __HttpHandlerOptions, ): Promise; createDataset( args: CreateDatasetCommandInput, cb: (err: any, data?: CreateDatasetCommandOutput) => void, ): void; createDataset( args: CreateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetCommandOutput) => void, ): void; createDocumentClassifier( args: CreateDocumentClassifierCommandInput, options?: __HttpHandlerOptions, ): Promise; createDocumentClassifier( args: CreateDocumentClassifierCommandInput, cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void, ): void; createDocumentClassifier( args: CreateDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void, ): void; createEndpoint( args: CreateEndpointCommandInput, options?: __HttpHandlerOptions, ): Promise; createEndpoint( args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void, ): void; createEndpoint( args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void, ): void; createEntityRecognizer( args: CreateEntityRecognizerCommandInput, options?: __HttpHandlerOptions, ): Promise; createEntityRecognizer( args: CreateEntityRecognizerCommandInput, cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void, ): void; createEntityRecognizer( args: CreateEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void, ): void; createFlywheel( args: CreateFlywheelCommandInput, options?: __HttpHandlerOptions, ): Promise; createFlywheel( args: CreateFlywheelCommandInput, cb: (err: any, data?: CreateFlywheelCommandOutput) => void, ): void; createFlywheel( args: CreateFlywheelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFlywheelCommandOutput) => void, ): void; deleteDocumentClassifier( args: DeleteDocumentClassifierCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteDocumentClassifier( args: DeleteDocumentClassifierCommandInput, cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void, ): void; deleteDocumentClassifier( args: DeleteDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void, ): void; deleteEndpoint( args: DeleteEndpointCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteEndpoint( args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void, ): void; deleteEndpoint( args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void, ): void; deleteEntityRecognizer( args: DeleteEntityRecognizerCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteEntityRecognizer( args: DeleteEntityRecognizerCommandInput, cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void, ): void; deleteEntityRecognizer( args: DeleteEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void, ): void; deleteFlywheel( args: DeleteFlywheelCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteFlywheel( args: DeleteFlywheelCommandInput, cb: (err: any, data?: DeleteFlywheelCommandOutput) => void, ): void; deleteFlywheel( args: DeleteFlywheelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFlywheelCommandOutput) => void, ): void; deleteResourcePolicy( args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteResourcePolicy( args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void, ): void; deleteResourcePolicy( args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void, ): void; describeDataset( args: DescribeDatasetCommandInput, options?: __HttpHandlerOptions, ): Promise; describeDataset( args: DescribeDatasetCommandInput, cb: (err: any, data?: DescribeDatasetCommandOutput) => void, ): void; describeDataset( args: DescribeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetCommandOutput) => void, ): void; describeDocumentClassificationJob( args: DescribeDocumentClassificationJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeDocumentClassificationJob( args: DescribeDocumentClassificationJobCommandInput, cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void, ): void; describeDocumentClassificationJob( args: DescribeDocumentClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void, ): void; describeDocumentClassifier( args: DescribeDocumentClassifierCommandInput, options?: __HttpHandlerOptions, ): Promise; describeDocumentClassifier( args: DescribeDocumentClassifierCommandInput, cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void, ): void; describeDocumentClassifier( args: DescribeDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void, ): void; describeDominantLanguageDetectionJob( args: DescribeDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeDominantLanguageDetectionJob( args: DescribeDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void, ): void; describeDominantLanguageDetectionJob( args: DescribeDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void, ): void; describeEndpoint( args: DescribeEndpointCommandInput, options?: __HttpHandlerOptions, ): Promise; describeEndpoint( args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void, ): void; describeEndpoint( args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void, ): void; describeEntitiesDetectionJob( args: DescribeEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeEntitiesDetectionJob( args: DescribeEntitiesDetectionJobCommandInput, cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void, ): void; describeEntitiesDetectionJob( args: DescribeEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void, ): void; describeEntityRecognizer( args: DescribeEntityRecognizerCommandInput, options?: __HttpHandlerOptions, ): Promise; describeEntityRecognizer( args: DescribeEntityRecognizerCommandInput, cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void, ): void; describeEntityRecognizer( args: DescribeEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void, ): void; describeEventsDetectionJob( args: DescribeEventsDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeEventsDetectionJob( args: DescribeEventsDetectionJobCommandInput, cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void, ): void; describeEventsDetectionJob( args: DescribeEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void, ): void; describeFlywheel( args: DescribeFlywheelCommandInput, options?: __HttpHandlerOptions, ): Promise; describeFlywheel( args: DescribeFlywheelCommandInput, cb: (err: any, data?: DescribeFlywheelCommandOutput) => void, ): void; describeFlywheel( args: DescribeFlywheelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlywheelCommandOutput) => void, ): void; describeFlywheelIteration( args: DescribeFlywheelIterationCommandInput, options?: __HttpHandlerOptions, ): Promise; describeFlywheelIteration( args: DescribeFlywheelIterationCommandInput, cb: (err: any, data?: DescribeFlywheelIterationCommandOutput) => void, ): void; describeFlywheelIteration( args: DescribeFlywheelIterationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlywheelIterationCommandOutput) => void, ): void; describeKeyPhrasesDetectionJob( args: DescribeKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeKeyPhrasesDetectionJob( args: DescribeKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void, ): void; describeKeyPhrasesDetectionJob( args: DescribeKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void, ): void; describePiiEntitiesDetectionJob( args: DescribePiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describePiiEntitiesDetectionJob( args: DescribePiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void, ): void; describePiiEntitiesDetectionJob( args: DescribePiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void, ): void; describeResourcePolicy( args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions, ): Promise; describeResourcePolicy( args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void, ): void; describeResourcePolicy( args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void, ): void; describeSentimentDetectionJob( args: DescribeSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeSentimentDetectionJob( args: DescribeSentimentDetectionJobCommandInput, cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void, ): void; describeSentimentDetectionJob( args: DescribeSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void, ): void; describeTargetedSentimentDetectionJob( args: DescribeTargetedSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeTargetedSentimentDetectionJob( args: DescribeTargetedSentimentDetectionJobCommandInput, cb: (err: any, data?: DescribeTargetedSentimentDetectionJobCommandOutput) => void, ): void; describeTargetedSentimentDetectionJob( args: DescribeTargetedSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetedSentimentDetectionJobCommandOutput) => void, ): void; describeTopicsDetectionJob( args: DescribeTopicsDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; describeTopicsDetectionJob( args: DescribeTopicsDetectionJobCommandInput, cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void, ): void; describeTopicsDetectionJob( args: DescribeTopicsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void, ): void; detectDominantLanguage( args: DetectDominantLanguageCommandInput, options?: __HttpHandlerOptions, ): Promise; detectDominantLanguage( args: DetectDominantLanguageCommandInput, cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void, ): void; detectDominantLanguage( args: DetectDominantLanguageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void, ): void; detectEntities(): Promise; detectEntities( args: DetectEntitiesCommandInput, options?: __HttpHandlerOptions, ): Promise; detectEntities( args: DetectEntitiesCommandInput, cb: (err: any, data?: DetectEntitiesCommandOutput) => void, ): void; detectEntities( args: DetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesCommandOutput) => void, ): void; detectKeyPhrases( args: DetectKeyPhrasesCommandInput, options?: __HttpHandlerOptions, ): Promise; detectKeyPhrases( args: DetectKeyPhrasesCommandInput, cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void, ): void; detectKeyPhrases( args: DetectKeyPhrasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void, ): void; detectPiiEntities( args: DetectPiiEntitiesCommandInput, options?: __HttpHandlerOptions, ): Promise; detectPiiEntities( args: DetectPiiEntitiesCommandInput, cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void, ): void; detectPiiEntities( args: DetectPiiEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void, ): void; detectSentiment( args: DetectSentimentCommandInput, options?: __HttpHandlerOptions, ): Promise; detectSentiment( args: DetectSentimentCommandInput, cb: (err: any, data?: DetectSentimentCommandOutput) => void, ): void; detectSentiment( args: DetectSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectSentimentCommandOutput) => void, ): void; detectSyntax( args: DetectSyntaxCommandInput, options?: __HttpHandlerOptions, ): Promise; detectSyntax( args: DetectSyntaxCommandInput, cb: (err: any, data?: DetectSyntaxCommandOutput) => void, ): void; detectSyntax( args: DetectSyntaxCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectSyntaxCommandOutput) => void, ): void; detectTargetedSentiment( args: DetectTargetedSentimentCommandInput, options?: __HttpHandlerOptions, ): Promise; detectTargetedSentiment( args: DetectTargetedSentimentCommandInput, cb: (err: any, data?: DetectTargetedSentimentCommandOutput) => void, ): void; detectTargetedSentiment( args: DetectTargetedSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectTargetedSentimentCommandOutput) => void, ): void; detectToxicContent( args: DetectToxicContentCommandInput, options?: __HttpHandlerOptions, ): Promise; detectToxicContent( args: DetectToxicContentCommandInput, cb: (err: any, data?: DetectToxicContentCommandOutput) => void, ): void; detectToxicContent( args: DetectToxicContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectToxicContentCommandOutput) => void, ): void; importModel( args: ImportModelCommandInput, options?: __HttpHandlerOptions, ): Promise; importModel( args: ImportModelCommandInput, cb: (err: any, data?: ImportModelCommandOutput) => void, ): void; importModel( args: ImportModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportModelCommandOutput) => void, ): void; listDatasets(): Promise; listDatasets( args: ListDatasetsCommandInput, options?: __HttpHandlerOptions, ): Promise; listDatasets( args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void, ): void; listDatasets( args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void, ): void; listDocumentClassificationJobs(): Promise; listDocumentClassificationJobs( args: ListDocumentClassificationJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listDocumentClassificationJobs( args: ListDocumentClassificationJobsCommandInput, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void, ): void; listDocumentClassificationJobs( args: ListDocumentClassificationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void, ): void; listDocumentClassifiers(): Promise; listDocumentClassifiers( args: ListDocumentClassifiersCommandInput, options?: __HttpHandlerOptions, ): Promise; listDocumentClassifiers( args: ListDocumentClassifiersCommandInput, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void, ): void; listDocumentClassifiers( args: ListDocumentClassifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void, ): void; listDocumentClassifierSummaries(): Promise; listDocumentClassifierSummaries( args: ListDocumentClassifierSummariesCommandInput, options?: __HttpHandlerOptions, ): Promise; listDocumentClassifierSummaries( args: ListDocumentClassifierSummariesCommandInput, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void, ): void; listDocumentClassifierSummaries( args: ListDocumentClassifierSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void, ): void; listDominantLanguageDetectionJobs(): Promise; listDominantLanguageDetectionJobs( args: ListDominantLanguageDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listDominantLanguageDetectionJobs( args: ListDominantLanguageDetectionJobsCommandInput, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void, ): void; listDominantLanguageDetectionJobs( args: ListDominantLanguageDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void, ): void; listEndpoints(): Promise; listEndpoints( args: ListEndpointsCommandInput, options?: __HttpHandlerOptions, ): Promise; listEndpoints( args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void, ): void; listEndpoints( args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void, ): void; listEntitiesDetectionJobs(): Promise; listEntitiesDetectionJobs( args: ListEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listEntitiesDetectionJobs( args: ListEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void, ): void; listEntitiesDetectionJobs( args: ListEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void, ): void; listEntityRecognizers(): Promise; listEntityRecognizers( args: ListEntityRecognizersCommandInput, options?: __HttpHandlerOptions, ): Promise; listEntityRecognizers( args: ListEntityRecognizersCommandInput, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void, ): void; listEntityRecognizers( args: ListEntityRecognizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void, ): void; listEntityRecognizerSummaries(): Promise; listEntityRecognizerSummaries( args: ListEntityRecognizerSummariesCommandInput, options?: __HttpHandlerOptions, ): Promise; listEntityRecognizerSummaries( args: ListEntityRecognizerSummariesCommandInput, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void, ): void; listEntityRecognizerSummaries( args: ListEntityRecognizerSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void, ): void; listEventsDetectionJobs(): Promise; listEventsDetectionJobs( args: ListEventsDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listEventsDetectionJobs( args: ListEventsDetectionJobsCommandInput, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void, ): void; listEventsDetectionJobs( args: ListEventsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void, ): void; listFlywheelIterationHistory( args: ListFlywheelIterationHistoryCommandInput, options?: __HttpHandlerOptions, ): Promise; listFlywheelIterationHistory( args: ListFlywheelIterationHistoryCommandInput, cb: (err: any, data?: ListFlywheelIterationHistoryCommandOutput) => void, ): void; listFlywheelIterationHistory( args: ListFlywheelIterationHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlywheelIterationHistoryCommandOutput) => void, ): void; listFlywheels(): Promise; listFlywheels( args: ListFlywheelsCommandInput, options?: __HttpHandlerOptions, ): Promise; listFlywheels( args: ListFlywheelsCommandInput, cb: (err: any, data?: ListFlywheelsCommandOutput) => void, ): void; listFlywheels( args: ListFlywheelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlywheelsCommandOutput) => void, ): void; listKeyPhrasesDetectionJobs(): Promise; listKeyPhrasesDetectionJobs( args: ListKeyPhrasesDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listKeyPhrasesDetectionJobs( args: ListKeyPhrasesDetectionJobsCommandInput, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void, ): void; listKeyPhrasesDetectionJobs( args: ListKeyPhrasesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void, ): void; listPiiEntitiesDetectionJobs(): Promise; listPiiEntitiesDetectionJobs( args: ListPiiEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listPiiEntitiesDetectionJobs( args: ListPiiEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void, ): void; listPiiEntitiesDetectionJobs( args: ListPiiEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void, ): void; listSentimentDetectionJobs(): Promise; listSentimentDetectionJobs( args: ListSentimentDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listSentimentDetectionJobs( args: ListSentimentDetectionJobsCommandInput, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void, ): void; listSentimentDetectionJobs( args: ListSentimentDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void, ): void; listTagsForResource( args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions, ): Promise; listTagsForResource( args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void, ): void; listTagsForResource( args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void, ): void; listTargetedSentimentDetectionJobs(): Promise; listTargetedSentimentDetectionJobs( args: ListTargetedSentimentDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listTargetedSentimentDetectionJobs( args: ListTargetedSentimentDetectionJobsCommandInput, cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void, ): void; listTargetedSentimentDetectionJobs( args: ListTargetedSentimentDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void, ): void; listTopicsDetectionJobs(): Promise; listTopicsDetectionJobs( args: ListTopicsDetectionJobsCommandInput, options?: __HttpHandlerOptions, ): Promise; listTopicsDetectionJobs( args: ListTopicsDetectionJobsCommandInput, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void, ): void; listTopicsDetectionJobs( args: ListTopicsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void, ): void; putResourcePolicy( args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions, ): Promise; putResourcePolicy( args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void, ): void; putResourcePolicy( args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void, ): void; startDocumentClassificationJob( args: StartDocumentClassificationJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startDocumentClassificationJob( args: StartDocumentClassificationJobCommandInput, cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void, ): void; startDocumentClassificationJob( args: StartDocumentClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void, ): void; startDominantLanguageDetectionJob( args: StartDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startDominantLanguageDetectionJob( args: StartDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void, ): void; startDominantLanguageDetectionJob( args: StartDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void, ): void; startEntitiesDetectionJob( args: StartEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startEntitiesDetectionJob( args: StartEntitiesDetectionJobCommandInput, cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void, ): void; startEntitiesDetectionJob( args: StartEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void, ): void; startEventsDetectionJob( args: StartEventsDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startEventsDetectionJob( args: StartEventsDetectionJobCommandInput, cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void, ): void; startEventsDetectionJob( args: StartEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void, ): void; startFlywheelIteration( args: StartFlywheelIterationCommandInput, options?: __HttpHandlerOptions, ): Promise; startFlywheelIteration( args: StartFlywheelIterationCommandInput, cb: (err: any, data?: StartFlywheelIterationCommandOutput) => void, ): void; startFlywheelIteration( args: StartFlywheelIterationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFlywheelIterationCommandOutput) => void, ): void; startKeyPhrasesDetectionJob( args: StartKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startKeyPhrasesDetectionJob( args: StartKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void, ): void; startKeyPhrasesDetectionJob( args: StartKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void, ): void; startPiiEntitiesDetectionJob( args: StartPiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startPiiEntitiesDetectionJob( args: StartPiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void, ): void; startPiiEntitiesDetectionJob( args: StartPiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void, ): void; startSentimentDetectionJob( args: StartSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startSentimentDetectionJob( args: StartSentimentDetectionJobCommandInput, cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void, ): void; startSentimentDetectionJob( args: StartSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void, ): void; startTargetedSentimentDetectionJob( args: StartTargetedSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startTargetedSentimentDetectionJob( args: StartTargetedSentimentDetectionJobCommandInput, cb: (err: any, data?: StartTargetedSentimentDetectionJobCommandOutput) => void, ): void; startTargetedSentimentDetectionJob( args: StartTargetedSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTargetedSentimentDetectionJobCommandOutput) => void, ): void; startTopicsDetectionJob( args: StartTopicsDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; startTopicsDetectionJob( args: StartTopicsDetectionJobCommandInput, cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void, ): void; startTopicsDetectionJob( args: StartTopicsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void, ): void; stopDominantLanguageDetectionJob( args: StopDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; stopDominantLanguageDetectionJob( args: StopDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void, ): void; stopDominantLanguageDetectionJob( args: StopDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void, ): void; stopEntitiesDetectionJob( args: StopEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; stopEntitiesDetectionJob( args: StopEntitiesDetectionJobCommandInput, cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void, ): void; stopEntitiesDetectionJob( args: StopEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void, ): void; stopEventsDetectionJob( args: StopEventsDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; stopEventsDetectionJob( args: StopEventsDetectionJobCommandInput, cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void, ): void; stopEventsDetectionJob( args: StopEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void, ): void; stopKeyPhrasesDetectionJob( args: StopKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; stopKeyPhrasesDetectionJob( args: StopKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void, ): void; stopKeyPhrasesDetectionJob( args: StopKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void, ): void; stopPiiEntitiesDetectionJob( args: StopPiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; stopPiiEntitiesDetectionJob( args: StopPiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void, ): void; stopPiiEntitiesDetectionJob( args: StopPiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void, ): void; stopSentimentDetectionJob( args: StopSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; stopSentimentDetectionJob( args: StopSentimentDetectionJobCommandInput, cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void, ): void; stopSentimentDetectionJob( args: StopSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void, ): void; stopTargetedSentimentDetectionJob( args: StopTargetedSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions, ): Promise; stopTargetedSentimentDetectionJob( args: StopTargetedSentimentDetectionJobCommandInput, cb: (err: any, data?: StopTargetedSentimentDetectionJobCommandOutput) => void, ): void; stopTargetedSentimentDetectionJob( args: StopTargetedSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTargetedSentimentDetectionJobCommandOutput) => void, ): void; stopTrainingDocumentClassifier( args: StopTrainingDocumentClassifierCommandInput, options?: __HttpHandlerOptions, ): Promise; stopTrainingDocumentClassifier( args: StopTrainingDocumentClassifierCommandInput, cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void, ): void; stopTrainingDocumentClassifier( args: StopTrainingDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void, ): void; stopTrainingEntityRecognizer( args: StopTrainingEntityRecognizerCommandInput, options?: __HttpHandlerOptions, ): Promise; stopTrainingEntityRecognizer( args: StopTrainingEntityRecognizerCommandInput, cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void, ): void; stopTrainingEntityRecognizer( args: StopTrainingEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void, ): void; tagResource( args: TagResourceCommandInput, options?: __HttpHandlerOptions, ): Promise; tagResource( args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void, ): void; tagResource( args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void, ): void; untagResource( args: UntagResourceCommandInput, options?: __HttpHandlerOptions, ): Promise; untagResource( args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void, ): void; untagResource( args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void, ): void; updateEndpoint( args: UpdateEndpointCommandInput, options?: __HttpHandlerOptions, ): Promise; updateEndpoint( args: UpdateEndpointCommandInput, cb: (err: any, data?: UpdateEndpointCommandOutput) => void, ): void; updateEndpoint( args: UpdateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointCommandOutput) => void, ): void; updateFlywheel( args: UpdateFlywheelCommandInput, options?: __HttpHandlerOptions, ): Promise; updateFlywheel( args: UpdateFlywheelCommandInput, cb: (err: any, data?: UpdateFlywheelCommandOutput) => void, ): void; updateFlywheel( args: UpdateFlywheelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFlywheelCommandOutput) => void, ): void; paginateListDatasets( args?: ListDatasetsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListDocumentClassificationJobs( args?: ListDocumentClassificationJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListDocumentClassifiers( args?: ListDocumentClassifiersCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListDocumentClassifierSummaries( args?: ListDocumentClassifierSummariesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListDominantLanguageDetectionJobs( args?: ListDominantLanguageDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListEndpoints( args?: ListEndpointsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListEntitiesDetectionJobs( args?: ListEntitiesDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListEntityRecognizers( args?: ListEntityRecognizersCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListEntityRecognizerSummaries( args?: ListEntityRecognizerSummariesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListEventsDetectionJobs( args?: ListEventsDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListFlywheelIterationHistory( args: ListFlywheelIterationHistoryCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListFlywheels( args?: ListFlywheelsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListKeyPhrasesDetectionJobs( args?: ListKeyPhrasesDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListPiiEntitiesDetectionJobs( args?: ListPiiEntitiesDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListSentimentDetectionJobs( args?: ListSentimentDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListTargetedSentimentDetectionJobs( args?: ListTargetedSentimentDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListTopicsDetectionJobs( args?: ListTopicsDetectionJobsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; } export declare class Comprehend extends ComprehendClient implements Comprehend {}