@aws-sdk/client-comprehend 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +93 -853
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +2 -14
- package/dist-es/commands/BatchDetectEntitiesCommand.js +2 -14
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +2 -14
- package/dist-es/commands/BatchDetectSentimentCommand.js +2 -14
- package/dist-es/commands/BatchDetectSyntaxCommand.js +2 -14
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +2 -14
- package/dist-es/commands/ClassifyDocumentCommand.js +2 -14
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/CreateEndpointCommand.js +2 -14
- package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/CreateFlywheelCommand.js +2 -14
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/DeleteFlywheelCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -14
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeFlywheelCommand.js +2 -14
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -14
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -14
- package/dist-es/commands/DetectDominantLanguageCommand.js +2 -14
- package/dist-es/commands/DetectEntitiesCommand.js +2 -14
- package/dist-es/commands/DetectKeyPhrasesCommand.js +2 -14
- package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -14
- package/dist-es/commands/DetectSentimentCommand.js +2 -14
- package/dist-es/commands/DetectSyntaxCommand.js +2 -14
- package/dist-es/commands/DetectTargetedSentimentCommand.js +2 -14
- package/dist-es/commands/DetectToxicContentCommand.js +2 -14
- package/dist-es/commands/ImportModelCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -14
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -14
- package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -14
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListEndpointsCommand.js +2 -14
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -14
- package/dist-es/commands/ListEntityRecognizersCommand.js +2 -14
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -14
- package/dist-es/commands/ListFlywheelsCommand.js +2 -14
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -14
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartFlywheelIterationCommand.js +2 -14
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointCommand.js +2 -14
- package/dist-es/commands/UpdateFlywheelCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +3 -8
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +3 -8
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/CreateFlywheelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +3 -8
- package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +3 -8
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/DetectSentimentCommand.d.ts +3 -8
- package/dist-types/commands/DetectSyntaxCommand.d.ts +3 -8
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +3 -8
- package/dist-types/commands/DetectToxicContentCommand.d.ts +3 -8
- package/dist-types/commands/ImportModelCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +3 -8
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +3 -8
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListFlywheelsCommand.d.ts +3 -8
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +3 -8
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +3 -8
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { BatchDetectSyntaxRequest, BatchDetectSyntaxResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDetectSyntaxCommandInput extends BatchDetectSyntaxRequest
|
|
|
22
19
|
export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDetectSyntaxCommand_base: {
|
|
25
|
-
new (input: BatchDetectSyntaxCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDetectSyntaxCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDetectSyntaxCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDetectSyntaxCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Inspects the text of a batch of documents for the syntax and part of speech of the words
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { BatchDetectTargetedSentimentRequest, BatchDetectTargetedSentimentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDetectTargetedSentimentCommandInput extends BatchDetectTar
|
|
|
22
19
|
export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTargetedSentimentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDetectTargetedSentimentCommand_base: {
|
|
25
|
-
new (input: BatchDetectTargetedSentimentCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDetectTargetedSentimentCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDetectTargetedSentimentCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDetectTargetedSentimentCommandInput): import("@smithy/core/client").CommandImpl<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Inspects a batch of documents and returns a sentiment analysis
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { ClassifyDocumentRequest, ClassifyDocumentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ClassifyDocumentCommandInput extends ClassifyDocumentRequest {
|
|
|
22
19
|
export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ClassifyDocumentCommand_base: {
|
|
25
|
-
new (input: ClassifyDocumentCommandInput): import("@smithy/core/client").CommandImpl<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ClassifyDocumentCommandInput): import("@smithy/core/client").CommandImpl<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ClassifyDocumentCommandInput): import("@smithy/core/client").CommandImpl<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ClassifyDocumentCommandInput): import("@smithy/core/client").CommandImpl<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a classification request to analyze a single document in real-time. <code>ClassifyDocument</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { ContainsPiiEntitiesRequest, ContainsPiiEntitiesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ContainsPiiEntitiesCommandInput extends ContainsPiiEntitiesRequ
|
|
|
22
19
|
export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ContainsPiiEntitiesCommand_base: {
|
|
25
|
-
new (input: ContainsPiiEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ContainsPiiEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ContainsPiiEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ContainsPiiEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Analyzes input text for the presence of personally identifiable information (PII) and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
|
|
|
22
19
|
export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDatasetCommand_base: {
|
|
25
|
-
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a dataset to upload training or test data for a model associated with a flywheel.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { CreateDocumentClassifierRequest, CreateDocumentClassifierResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDocumentClassifierCommandInput extends CreateDocumentClas
|
|
|
22
19
|
export interface CreateDocumentClassifierCommandOutput extends CreateDocumentClassifierResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDocumentClassifierCommand_base: {
|
|
25
|
-
new (input: CreateDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new document classifier that you can use to categorize documents. To create a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEndpointCommandInput extends CreateEndpointRequest {
|
|
|
22
19
|
export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEndpointCommand_base: {
|
|
25
|
-
new (input: CreateEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a model-specific endpoint for synchronous inference for a previously trained
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { CreateEntityRecognizerRequest, CreateEntityRecognizerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEntityRecognizerCommandInput extends CreateEntityRecogniz
|
|
|
22
19
|
export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecognizerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEntityRecognizerCommand_base: {
|
|
25
|
-
new (input: CreateEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an entity recognizer using submitted files. After your
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { CreateFlywheelRequest, CreateFlywheelResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFlywheelCommandInput extends CreateFlywheelRequest {
|
|
|
22
19
|
export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFlywheelCommand_base: {
|
|
25
|
-
new (input: CreateFlywheelCommandInput): import("@smithy/core/client").CommandImpl<CreateFlywheelCommandInput, CreateFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFlywheelCommandInput): import("@smithy/core/client").CommandImpl<CreateFlywheelCommandInput, CreateFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFlywheelCommandInput): import("@smithy/core/client").CommandImpl<CreateFlywheelCommandInput, CreateFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFlywheelCommandInput): import("@smithy/core/client").CommandImpl<CreateFlywheelCommandInput, CreateFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DeleteDocumentClassifierRequest, DeleteDocumentClassifierResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDocumentClassifierCommandInput extends DeleteDocumentClas
|
|
|
22
19
|
export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentClassifierResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDocumentClassifierCommand_base: {
|
|
25
|
-
new (input: DeleteDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a previously created document classifier</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {
|
|
|
22
19
|
export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEndpointCommand_base: {
|
|
25
|
-
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a model-specific endpoint for a previously-trained custom model. All endpoints
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DeleteEntityRecognizerRequest, DeleteEntityRecognizerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEntityRecognizerCommandInput extends DeleteEntityRecogniz
|
|
|
22
19
|
export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecognizerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEntityRecognizerCommand_base: {
|
|
25
|
-
new (input: DeleteEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an entity recognizer.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DeleteFlywheelRequest, DeleteFlywheelResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteFlywheelCommandInput extends DeleteFlywheelRequest {
|
|
|
22
19
|
export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFlywheelCommand_base: {
|
|
25
|
-
new (input: DeleteFlywheelCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFlywheelCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFlywheelCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFlywheelCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a flywheel. When you delete the flywheel, Amazon Comprehend
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
22
19
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a resource-based policy that is attached to a custom model.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
|
|
|
22
19
|
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDatasetCommand_base: {
|
|
25
|
-
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the dataset that you specify.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DescribeDocumentClassificationJobRequest, DescribeDocumentClassificationJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeDocumentClassificationJobCommandInput extends DescribeD
|
|
|
22
19
|
export interface DescribeDocumentClassificationJobCommandOutput extends DescribeDocumentClassificationJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDocumentClassificationJobCommand_base: {
|
|
25
|
-
new (input: DescribeDocumentClassificationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDocumentClassificationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDocumentClassificationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDocumentClassificationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with a document classification job. Use this operation to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DescribeDocumentClassifierRequest, DescribeDocumentClassifierResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeDocumentClassifierCommandInput extends DescribeDocument
|
|
|
22
19
|
export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumentClassifierResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDocumentClassifierCommand_base: {
|
|
25
|
-
new (input: DescribeDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDocumentClassifierCommandInput): import("@smithy/core/client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with a document classifier.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DescribeDominantLanguageDetectionJobRequest, DescribeDominantLanguageDetectionJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeDominantLanguageDetectionJobCommandInput extends Descri
|
|
|
22
19
|
export interface DescribeDominantLanguageDetectionJobCommandOutput extends DescribeDominantLanguageDetectionJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDominantLanguageDetectionJobCommand_base: {
|
|
25
|
-
new (input: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with a dominant language detection job. Use this operation
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {
|
|
|
22
19
|
export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEndpointCommand_base: {
|
|
25
|
-
new (input: DescribeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with a specific endpoint. Use this operation to get the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DescribeEntitiesDetectionJobRequest, DescribeEntitiesDetectionJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEntitiesDetectionJobCommandInput extends DescribeEntiti
|
|
|
22
19
|
export interface DescribeEntitiesDetectionJobCommandOutput extends DescribeEntitiesDetectionJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEntitiesDetectionJobCommand_base: {
|
|
25
|
-
new (input: DescribeEntitiesDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEntitiesDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEntitiesDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEntitiesDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with an entities detection job. Use this operation to get
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
|
|
4
2
|
import type { DescribeEntityRecognizerRequest, DescribeEntityRecognizerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEntityRecognizerCommandInput extends DescribeEntityReco
|
|
|
22
19
|
export interface DescribeEntityRecognizerCommandOutput extends DescribeEntityRecognizerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEntityRecognizerCommand_base: {
|
|
25
|
-
new (input: DescribeEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEntityRecognizerCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about an entity recognizer including status, S3 buckets containing
|