import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types"; import { type BatchDetectDominantLanguageCommandInput, type BatchDetectDominantLanguageCommandOutput } from "./commands/BatchDetectDominantLanguageCommand"; import { type BatchDetectEntitiesCommandInput, type BatchDetectEntitiesCommandOutput } from "./commands/BatchDetectEntitiesCommand"; import { type BatchDetectKeyPhrasesCommandInput, type BatchDetectKeyPhrasesCommandOutput } from "./commands/BatchDetectKeyPhrasesCommand"; import { type BatchDetectSentimentCommandInput, type BatchDetectSentimentCommandOutput } from "./commands/BatchDetectSentimentCommand"; import { type BatchDetectSyntaxCommandInput, type BatchDetectSyntaxCommandOutput } from "./commands/BatchDetectSyntaxCommand"; import { type BatchDetectTargetedSentimentCommandInput, type BatchDetectTargetedSentimentCommandOutput } from "./commands/BatchDetectTargetedSentimentCommand"; import { type ClassifyDocumentCommandInput, type ClassifyDocumentCommandOutput } from "./commands/ClassifyDocumentCommand"; import { type ContainsPiiEntitiesCommandInput, type ContainsPiiEntitiesCommandOutput } from "./commands/ContainsPiiEntitiesCommand"; import { type CreateDatasetCommandInput, type CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand"; import { type CreateDocumentClassifierCommandInput, type CreateDocumentClassifierCommandOutput } from "./commands/CreateDocumentClassifierCommand"; import { type CreateEndpointCommandInput, type CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand"; import { type CreateEntityRecognizerCommandInput, type CreateEntityRecognizerCommandOutput } from "./commands/CreateEntityRecognizerCommand"; import { type CreateFlywheelCommandInput, type CreateFlywheelCommandOutput } from "./commands/CreateFlywheelCommand"; import { type DeleteDocumentClassifierCommandInput, type DeleteDocumentClassifierCommandOutput } from "./commands/DeleteDocumentClassifierCommand"; import { type DeleteEndpointCommandInput, type DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand"; import { type DeleteEntityRecognizerCommandInput, type DeleteEntityRecognizerCommandOutput } from "./commands/DeleteEntityRecognizerCommand"; import { type DeleteFlywheelCommandInput, type DeleteFlywheelCommandOutput } from "./commands/DeleteFlywheelCommand"; import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand"; import { type DescribeDatasetCommandInput, type DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand"; import { type DescribeDocumentClassificationJobCommandInput, type DescribeDocumentClassificationJobCommandOutput } from "./commands/DescribeDocumentClassificationJobCommand"; import { type DescribeDocumentClassifierCommandInput, type DescribeDocumentClassifierCommandOutput } from "./commands/DescribeDocumentClassifierCommand"; import { type DescribeDominantLanguageDetectionJobCommandInput, type DescribeDominantLanguageDetectionJobCommandOutput } from "./commands/DescribeDominantLanguageDetectionJobCommand"; import { type DescribeEndpointCommandInput, type DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand"; import { type DescribeEntitiesDetectionJobCommandInput, type DescribeEntitiesDetectionJobCommandOutput } from "./commands/DescribeEntitiesDetectionJobCommand"; import { type DescribeEntityRecognizerCommandInput, type DescribeEntityRecognizerCommandOutput } from "./commands/DescribeEntityRecognizerCommand"; import { type DescribeEventsDetectionJobCommandInput, type DescribeEventsDetectionJobCommandOutput } from "./commands/DescribeEventsDetectionJobCommand"; import { type DescribeFlywheelCommandInput, type DescribeFlywheelCommandOutput } from "./commands/DescribeFlywheelCommand"; import { type DescribeFlywheelIterationCommandInput, type DescribeFlywheelIterationCommandOutput } from "./commands/DescribeFlywheelIterationCommand"; import { type DescribeKeyPhrasesDetectionJobCommandInput, type DescribeKeyPhrasesDetectionJobCommandOutput } from "./commands/DescribeKeyPhrasesDetectionJobCommand"; import { type DescribePiiEntitiesDetectionJobCommandInput, type DescribePiiEntitiesDetectionJobCommandOutput } from "./commands/DescribePiiEntitiesDetectionJobCommand"; import { type DescribeResourcePolicyCommandInput, type DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand"; import { type DescribeSentimentDetectionJobCommandInput, type DescribeSentimentDetectionJobCommandOutput } from "./commands/DescribeSentimentDetectionJobCommand"; import { type DescribeTargetedSentimentDetectionJobCommandInput, type DescribeTargetedSentimentDetectionJobCommandOutput } from "./commands/DescribeTargetedSentimentDetectionJobCommand"; import { type DescribeTopicsDetectionJobCommandInput, type DescribeTopicsDetectionJobCommandOutput } from "./commands/DescribeTopicsDetectionJobCommand"; import { type DetectDominantLanguageCommandInput, type DetectDominantLanguageCommandOutput } from "./commands/DetectDominantLanguageCommand"; import { type DetectEntitiesCommandInput, type DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand"; import { type DetectKeyPhrasesCommandInput, type DetectKeyPhrasesCommandOutput } from "./commands/DetectKeyPhrasesCommand"; import { type DetectPiiEntitiesCommandInput, type DetectPiiEntitiesCommandOutput } from "./commands/DetectPiiEntitiesCommand"; import { type DetectSentimentCommandInput, type DetectSentimentCommandOutput } from "./commands/DetectSentimentCommand"; import { type DetectSyntaxCommandInput, type DetectSyntaxCommandOutput } from "./commands/DetectSyntaxCommand"; import { type DetectTargetedSentimentCommandInput, type DetectTargetedSentimentCommandOutput } from "./commands/DetectTargetedSentimentCommand"; import { type DetectToxicContentCommandInput, type DetectToxicContentCommandOutput } from "./commands/DetectToxicContentCommand"; import { type ImportModelCommandInput, type ImportModelCommandOutput } from "./commands/ImportModelCommand"; import { type ListDatasetsCommandInput, type ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand"; import { type ListDocumentClassificationJobsCommandInput, type ListDocumentClassificationJobsCommandOutput } from "./commands/ListDocumentClassificationJobsCommand"; import { type ListDocumentClassifiersCommandInput, type ListDocumentClassifiersCommandOutput } from "./commands/ListDocumentClassifiersCommand"; import { type ListDocumentClassifierSummariesCommandInput, type ListDocumentClassifierSummariesCommandOutput } from "./commands/ListDocumentClassifierSummariesCommand"; import { type ListDominantLanguageDetectionJobsCommandInput, type ListDominantLanguageDetectionJobsCommandOutput } from "./commands/ListDominantLanguageDetectionJobsCommand"; import { type ListEndpointsCommandInput, type ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand"; import { type ListEntitiesDetectionJobsCommandInput, type ListEntitiesDetectionJobsCommandOutput } from "./commands/ListEntitiesDetectionJobsCommand"; import { type ListEntityRecognizersCommandInput, type ListEntityRecognizersCommandOutput } from "./commands/ListEntityRecognizersCommand"; import { type ListEntityRecognizerSummariesCommandInput, type ListEntityRecognizerSummariesCommandOutput } from "./commands/ListEntityRecognizerSummariesCommand"; import { type ListEventsDetectionJobsCommandInput, type ListEventsDetectionJobsCommandOutput } from "./commands/ListEventsDetectionJobsCommand"; import { type ListFlywheelIterationHistoryCommandInput, type ListFlywheelIterationHistoryCommandOutput } from "./commands/ListFlywheelIterationHistoryCommand"; import { type ListFlywheelsCommandInput, type ListFlywheelsCommandOutput } from "./commands/ListFlywheelsCommand"; import { type ListKeyPhrasesDetectionJobsCommandInput, type ListKeyPhrasesDetectionJobsCommandOutput } from "./commands/ListKeyPhrasesDetectionJobsCommand"; import { type ListPiiEntitiesDetectionJobsCommandInput, type ListPiiEntitiesDetectionJobsCommandOutput } from "./commands/ListPiiEntitiesDetectionJobsCommand"; import { type ListSentimentDetectionJobsCommandInput, type ListSentimentDetectionJobsCommandOutput } from "./commands/ListSentimentDetectionJobsCommand"; import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand"; import { type ListTargetedSentimentDetectionJobsCommandInput, type ListTargetedSentimentDetectionJobsCommandOutput } from "./commands/ListTargetedSentimentDetectionJobsCommand"; import { type ListTopicsDetectionJobsCommandInput, type ListTopicsDetectionJobsCommandOutput } from "./commands/ListTopicsDetectionJobsCommand"; import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand"; import { type StartDocumentClassificationJobCommandInput, type StartDocumentClassificationJobCommandOutput } from "./commands/StartDocumentClassificationJobCommand"; import { type StartDominantLanguageDetectionJobCommandInput, type StartDominantLanguageDetectionJobCommandOutput } from "./commands/StartDominantLanguageDetectionJobCommand"; import { type StartEntitiesDetectionJobCommandInput, type StartEntitiesDetectionJobCommandOutput } from "./commands/StartEntitiesDetectionJobCommand"; import { type StartEventsDetectionJobCommandInput, type StartEventsDetectionJobCommandOutput } from "./commands/StartEventsDetectionJobCommand"; import { type StartFlywheelIterationCommandInput, type StartFlywheelIterationCommandOutput } from "./commands/StartFlywheelIterationCommand"; import { type StartKeyPhrasesDetectionJobCommandInput, type StartKeyPhrasesDetectionJobCommandOutput } from "./commands/StartKeyPhrasesDetectionJobCommand"; import { type StartPiiEntitiesDetectionJobCommandInput, type StartPiiEntitiesDetectionJobCommandOutput } from "./commands/StartPiiEntitiesDetectionJobCommand"; import { type StartSentimentDetectionJobCommandInput, type StartSentimentDetectionJobCommandOutput } from "./commands/StartSentimentDetectionJobCommand"; import { type StartTargetedSentimentDetectionJobCommandInput, type StartTargetedSentimentDetectionJobCommandOutput } from "./commands/StartTargetedSentimentDetectionJobCommand"; import { type StartTopicsDetectionJobCommandInput, type StartTopicsDetectionJobCommandOutput } from "./commands/StartTopicsDetectionJobCommand"; import { type StopDominantLanguageDetectionJobCommandInput, type StopDominantLanguageDetectionJobCommandOutput } from "./commands/StopDominantLanguageDetectionJobCommand"; import { type StopEntitiesDetectionJobCommandInput, type StopEntitiesDetectionJobCommandOutput } from "./commands/StopEntitiesDetectionJobCommand"; import { type StopEventsDetectionJobCommandInput, type StopEventsDetectionJobCommandOutput } from "./commands/StopEventsDetectionJobCommand"; import { type StopKeyPhrasesDetectionJobCommandInput, type StopKeyPhrasesDetectionJobCommandOutput } from "./commands/StopKeyPhrasesDetectionJobCommand"; import { type StopPiiEntitiesDetectionJobCommandInput, type StopPiiEntitiesDetectionJobCommandOutput } from "./commands/StopPiiEntitiesDetectionJobCommand"; import { type StopSentimentDetectionJobCommandInput, type StopSentimentDetectionJobCommandOutput } from "./commands/StopSentimentDetectionJobCommand"; import { type StopTargetedSentimentDetectionJobCommandInput, type StopTargetedSentimentDetectionJobCommandOutput } from "./commands/StopTargetedSentimentDetectionJobCommand"; import { type StopTrainingDocumentClassifierCommandInput, type StopTrainingDocumentClassifierCommandOutput } from "./commands/StopTrainingDocumentClassifierCommand"; import { type StopTrainingEntityRecognizerCommandInput, type StopTrainingEntityRecognizerCommandOutput } from "./commands/StopTrainingEntityRecognizerCommand"; import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand"; import { type UpdateEndpointCommandInput, type UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand"; import { type UpdateFlywheelCommandInput, type UpdateFlywheelCommandOutput } from "./commands/UpdateFlywheelCommand"; import { ComprehendClient } from "./ComprehendClient"; export interface Comprehend { /** * @see {@link BatchDetectDominantLanguageCommand} */ 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; /** * @see {@link BatchDetectEntitiesCommand} */ 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; /** * @see {@link BatchDetectKeyPhrasesCommand} */ 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; /** * @see {@link BatchDetectSentimentCommand} */ 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; /** * @see {@link BatchDetectSyntaxCommand} */ 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; /** * @see {@link BatchDetectTargetedSentimentCommand} */ 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; /** * @see {@link ClassifyDocumentCommand} */ 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; /** * @see {@link ContainsPiiEntitiesCommand} */ 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; /** * @see {@link CreateDatasetCommand} */ 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; /** * @see {@link CreateDocumentClassifierCommand} */ 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; /** * @see {@link CreateEndpointCommand} */ 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; /** * @see {@link CreateEntityRecognizerCommand} */ 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; /** * @see {@link CreateFlywheelCommand} */ 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; /** * @see {@link DeleteDocumentClassifierCommand} */ 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; /** * @see {@link DeleteEndpointCommand} */ 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; /** * @see {@link DeleteEntityRecognizerCommand} */ 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; /** * @see {@link DeleteFlywheelCommand} */ 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; /** * @see {@link DeleteResourcePolicyCommand} */ 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; /** * @see {@link DescribeDatasetCommand} */ 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; /** * @see {@link DescribeDocumentClassificationJobCommand} */ 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; /** * @see {@link DescribeDocumentClassifierCommand} */ 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; /** * @see {@link DescribeDominantLanguageDetectionJobCommand} */ 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; /** * @see {@link DescribeEndpointCommand} */ 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; /** * @see {@link DescribeEntitiesDetectionJobCommand} */ 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; /** * @see {@link DescribeEntityRecognizerCommand} */ 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; /** * @see {@link DescribeEventsDetectionJobCommand} */ 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; /** * @see {@link DescribeFlywheelCommand} */ 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; /** * @see {@link DescribeFlywheelIterationCommand} */ 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; /** * @see {@link DescribeKeyPhrasesDetectionJobCommand} */ 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; /** * @see {@link DescribePiiEntitiesDetectionJobCommand} */ 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; /** * @see {@link DescribeResourcePolicyCommand} */ 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; /** * @see {@link DescribeSentimentDetectionJobCommand} */ 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; /** * @see {@link DescribeTargetedSentimentDetectionJobCommand} */ 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; /** * @see {@link DescribeTopicsDetectionJobCommand} */ 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; /** * @see {@link DetectDominantLanguageCommand} */ 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; /** * @see {@link DetectEntitiesCommand} */ 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; /** * @see {@link DetectKeyPhrasesCommand} */ 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; /** * @see {@link DetectPiiEntitiesCommand} */ 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; /** * @see {@link DetectSentimentCommand} */ 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; /** * @see {@link DetectSyntaxCommand} */ 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; /** * @see {@link DetectTargetedSentimentCommand} */ 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; /** * @see {@link DetectToxicContentCommand} */ 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; /** * @see {@link ImportModelCommand} */ 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; /** * @see {@link ListDatasetsCommand} */ 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; /** * @see {@link ListDocumentClassificationJobsCommand} */ 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; /** * @see {@link ListDocumentClassifiersCommand} */ 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; /** * @see {@link ListDocumentClassifierSummariesCommand} */ 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; /** * @see {@link ListDominantLanguageDetectionJobsCommand} */ 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; /** * @see {@link ListEndpointsCommand} */ 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; /** * @see {@link ListEntitiesDetectionJobsCommand} */ 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; /** * @see {@link ListEntityRecognizersCommand} */ 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; /** * @see {@link ListEntityRecognizerSummariesCommand} */ 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; /** * @see {@link ListEventsDetectionJobsCommand} */ 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; /** * @see {@link ListFlywheelIterationHistoryCommand} */ 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; /** * @see {@link ListFlywheelsCommand} */ 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; /** * @see {@link ListKeyPhrasesDetectionJobsCommand} */ 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; /** * @see {@link ListPiiEntitiesDetectionJobsCommand} */ 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; /** * @see {@link ListSentimentDetectionJobsCommand} */ 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; /** * @see {@link ListTagsForResourceCommand} */ 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; /** * @see {@link ListTargetedSentimentDetectionJobsCommand} */ 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; /** * @see {@link ListTopicsDetectionJobsCommand} */ 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; /** * @see {@link PutResourcePolicyCommand} */ 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; /** * @see {@link StartDocumentClassificationJobCommand} */ 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; /** * @see {@link StartDominantLanguageDetectionJobCommand} */ 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; /** * @see {@link StartEntitiesDetectionJobCommand} */ 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; /** * @see {@link StartEventsDetectionJobCommand} */ 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; /** * @see {@link StartFlywheelIterationCommand} */ 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; /** * @see {@link StartKeyPhrasesDetectionJobCommand} */ 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; /** * @see {@link StartPiiEntitiesDetectionJobCommand} */ 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; /** * @see {@link StartSentimentDetectionJobCommand} */ 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; /** * @see {@link StartTargetedSentimentDetectionJobCommand} */ 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; /** * @see {@link StartTopicsDetectionJobCommand} */ 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; /** * @see {@link StopDominantLanguageDetectionJobCommand} */ 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; /** * @see {@link StopEntitiesDetectionJobCommand} */ 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; /** * @see {@link StopEventsDetectionJobCommand} */ 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; /** * @see {@link StopKeyPhrasesDetectionJobCommand} */ 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; /** * @see {@link StopPiiEntitiesDetectionJobCommand} */ 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; /** * @see {@link StopSentimentDetectionJobCommand} */ 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; /** * @see {@link StopTargetedSentimentDetectionJobCommand} */ 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; /** * @see {@link StopTrainingDocumentClassifierCommand} */ 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; /** * @see {@link StopTrainingEntityRecognizerCommand} */ 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; /** * @see {@link TagResourceCommand} */ 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; /** * @see {@link UntagResourceCommand} */ 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; /** * @see {@link UpdateEndpointCommand} */ 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; /** * @see {@link UpdateFlywheelCommand} */ 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; /** * @see {@link ListDatasetsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListDatasetsCommandOutput}. */ paginateListDatasets(args?: ListDatasetsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListDocumentClassificationJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListDocumentClassificationJobsCommandOutput}. */ paginateListDocumentClassificationJobs(args?: ListDocumentClassificationJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListDocumentClassifiersCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListDocumentClassifiersCommandOutput}. */ paginateListDocumentClassifiers(args?: ListDocumentClassifiersCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListDocumentClassifierSummariesCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListDocumentClassifierSummariesCommandOutput}. */ paginateListDocumentClassifierSummaries(args?: ListDocumentClassifierSummariesCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListDominantLanguageDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListDominantLanguageDetectionJobsCommandOutput}. */ paginateListDominantLanguageDetectionJobs(args?: ListDominantLanguageDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListEndpointsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListEndpointsCommandOutput}. */ paginateListEndpoints(args?: ListEndpointsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListEntitiesDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListEntitiesDetectionJobsCommandOutput}. */ paginateListEntitiesDetectionJobs(args?: ListEntitiesDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListEntityRecognizersCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListEntityRecognizersCommandOutput}. */ paginateListEntityRecognizers(args?: ListEntityRecognizersCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListEntityRecognizerSummariesCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListEntityRecognizerSummariesCommandOutput}. */ paginateListEntityRecognizerSummaries(args?: ListEntityRecognizerSummariesCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListEventsDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListEventsDetectionJobsCommandOutput}. */ paginateListEventsDetectionJobs(args?: ListEventsDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListFlywheelIterationHistoryCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListFlywheelIterationHistoryCommandOutput}. */ paginateListFlywheelIterationHistory(args: ListFlywheelIterationHistoryCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListFlywheelsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListFlywheelsCommandOutput}. */ paginateListFlywheels(args?: ListFlywheelsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListKeyPhrasesDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListKeyPhrasesDetectionJobsCommandOutput}. */ paginateListKeyPhrasesDetectionJobs(args?: ListKeyPhrasesDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListPiiEntitiesDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListPiiEntitiesDetectionJobsCommandOutput}. */ paginateListPiiEntitiesDetectionJobs(args?: ListPiiEntitiesDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListSentimentDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListSentimentDetectionJobsCommandOutput}. */ paginateListSentimentDetectionJobs(args?: ListSentimentDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListTargetedSentimentDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListTargetedSentimentDetectionJobsCommandOutput}. */ paginateListTargetedSentimentDetectionJobs(args?: ListTargetedSentimentDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListTopicsDetectionJobsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListTopicsDetectionJobsCommandOutput}. */ paginateListTopicsDetectionJobs(args?: ListTopicsDetectionJobsCommandInput, paginationConfig?: Omit): Paginator; } /** *

Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. * Use these actions to determine the topics contained in your documents, the topics they * discuss, the predominant sentiment expressed in them, the predominant language used, and * more.

* @public */ export declare class Comprehend extends ComprehendClient implements Comprehend { }