@aws-sdk/client-comprehend 3.650.0 → 3.654.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-types/commands/BatchDetectDominantLanguageCommand.d.ts +11 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +11 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +11 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +11 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +11 -0
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +11 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +11 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +11 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +11 -0
- package/dist-types/commands/CreateFlywheelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +11 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +11 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +11 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +11 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +11 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +11 -0
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +11 -0
- package/dist-types/commands/DetectToxicContentCommand.d.ts +11 -0
- package/dist-types/commands/ImportModelCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +11 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +11 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +11 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +11 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListFlywheelsCommand.d.ts +11 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +11 -0
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +11 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +11 -0
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +11 -0
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const StartFlywheelIterationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartFlywheelIterationCommand extends StartFlywheelIterationCommand_base {
|
|
40
|
+
export declare class StartFlywheelIterationCommand extends StartFlywheelIterationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartFlywheelIterationRequest;
|
|
44
|
+
output: StartFlywheelIterationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartFlywheelIterationCommandInput;
|
|
48
|
+
output: StartFlywheelIterationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartKeyPhrasesDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartKeyPhrasesDetectionJobCommand extends StartKeyPhrasesDetectionJobCommand_base {
|
|
40
|
+
export declare class StartKeyPhrasesDetectionJobCommand extends StartKeyPhrasesDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartKeyPhrasesDetectionJobRequest;
|
|
44
|
+
output: StartKeyPhrasesDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartKeyPhrasesDetectionJobCommandInput;
|
|
48
|
+
output: StartKeyPhrasesDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartPiiEntitiesDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartPiiEntitiesDetectionJobCommand extends StartPiiEntitiesDetectionJobCommand_base {
|
|
40
|
+
export declare class StartPiiEntitiesDetectionJobCommand extends StartPiiEntitiesDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartPiiEntitiesDetectionJobRequest;
|
|
44
|
+
output: StartPiiEntitiesDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartPiiEntitiesDetectionJobCommandInput;
|
|
48
|
+
output: StartPiiEntitiesDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartSentimentDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartSentimentDetectionJobCommand extends StartSentimentDetectionJobCommand_base {
|
|
40
|
+
export declare class StartSentimentDetectionJobCommand extends StartSentimentDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartSentimentDetectionJobRequest;
|
|
44
|
+
output: StartSentimentDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartSentimentDetectionJobCommandInput;
|
|
48
|
+
output: StartSentimentDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartTargetedSentimentDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartTargetedSentimentDetectionJobCommand extends StartTargetedSentimentDetectionJobCommand_base {
|
|
40
|
+
export declare class StartTargetedSentimentDetectionJobCommand extends StartTargetedSentimentDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartTargetedSentimentDetectionJobRequest;
|
|
44
|
+
output: StartTargetedSentimentDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartTargetedSentimentDetectionJobCommandInput;
|
|
48
|
+
output: StartTargetedSentimentDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartTopicsDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartTopicsDetectionJobCommand extends StartTopicsDetectionJobCommand_base {
|
|
40
|
+
export declare class StartTopicsDetectionJobCommand extends StartTopicsDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartTopicsDetectionJobRequest;
|
|
44
|
+
output: StartTopicsDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartTopicsDetectionJobCommandInput;
|
|
48
|
+
output: StartTopicsDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopDominantLanguageDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopDominantLanguageDetectionJobCommand extends StopDominantLanguageDetectionJobCommand_base {
|
|
40
|
+
export declare class StopDominantLanguageDetectionJobCommand extends StopDominantLanguageDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopDominantLanguageDetectionJobRequest;
|
|
44
|
+
output: StopDominantLanguageDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopDominantLanguageDetectionJobCommandInput;
|
|
48
|
+
output: StopDominantLanguageDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopEntitiesDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopEntitiesDetectionJobCommand extends StopEntitiesDetectionJobCommand_base {
|
|
40
|
+
export declare class StopEntitiesDetectionJobCommand extends StopEntitiesDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopEntitiesDetectionJobRequest;
|
|
44
|
+
output: StopEntitiesDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopEntitiesDetectionJobCommandInput;
|
|
48
|
+
output: StopEntitiesDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopEventsDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopEventsDetectionJobCommand extends StopEventsDetectionJobCommand_base {
|
|
40
|
+
export declare class StopEventsDetectionJobCommand extends StopEventsDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopEventsDetectionJobRequest;
|
|
44
|
+
output: StopEventsDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopEventsDetectionJobCommandInput;
|
|
48
|
+
output: StopEventsDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopKeyPhrasesDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopKeyPhrasesDetectionJobCommand extends StopKeyPhrasesDetectionJobCommand_base {
|
|
40
|
+
export declare class StopKeyPhrasesDetectionJobCommand extends StopKeyPhrasesDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopKeyPhrasesDetectionJobRequest;
|
|
44
|
+
output: StopKeyPhrasesDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopKeyPhrasesDetectionJobCommandInput;
|
|
48
|
+
output: StopKeyPhrasesDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopPiiEntitiesDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopPiiEntitiesDetectionJobCommand extends StopPiiEntitiesDetectionJobCommand_base {
|
|
40
|
+
export declare class StopPiiEntitiesDetectionJobCommand extends StopPiiEntitiesDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopPiiEntitiesDetectionJobRequest;
|
|
44
|
+
output: StopPiiEntitiesDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopPiiEntitiesDetectionJobCommandInput;
|
|
48
|
+
output: StopPiiEntitiesDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopSentimentDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopSentimentDetectionJobCommand extends StopSentimentDetectionJobCommand_base {
|
|
40
|
+
export declare class StopSentimentDetectionJobCommand extends StopSentimentDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopSentimentDetectionJobRequest;
|
|
44
|
+
output: StopSentimentDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopSentimentDetectionJobCommandInput;
|
|
48
|
+
output: StopSentimentDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopTargetedSentimentDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopTargetedSentimentDetectionJobCommand extends StopTargetedSentimentDetectionJobCommand_base {
|
|
40
|
+
export declare class StopTargetedSentimentDetectionJobCommand extends StopTargetedSentimentDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopTargetedSentimentDetectionJobRequest;
|
|
44
|
+
output: StopTargetedSentimentDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopTargetedSentimentDetectionJobCommandInput;
|
|
48
|
+
output: StopTargetedSentimentDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopTrainingDocumentClassifierCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopTrainingDocumentClassifierCommand extends StopTrainingDocumentClassifierCommand_base {
|
|
40
|
+
export declare class StopTrainingDocumentClassifierCommand extends StopTrainingDocumentClassifierCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopTrainingDocumentClassifierRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopTrainingDocumentClassifierCommandInput;
|
|
48
|
+
output: StopTrainingDocumentClassifierCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopTrainingEntityRecognizerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopTrainingEntityRecognizerCommand extends StopTrainingEntityRecognizerCommand_base {
|
|
40
|
+
export declare class StopTrainingEntityRecognizerCommand extends StopTrainingEntityRecognizerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopTrainingEntityRecognizerRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopTrainingEntityRecognizerCommandInput;
|
|
48
|
+
output: StopTrainingEntityRecognizerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateEndpointCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
|
|
39
|
+
export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateEndpointRequest;
|
|
43
|
+
output: UpdateEndpointResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateEndpointCommandInput;
|
|
47
|
+
output: UpdateEndpointCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateFlywheelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateFlywheelCommand extends UpdateFlywheelCommand_base {
|
|
39
|
+
export declare class UpdateFlywheelCommand extends UpdateFlywheelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateFlywheelRequest;
|
|
43
|
+
output: UpdateFlywheelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateFlywheelCommandInput;
|
|
47
|
+
output: UpdateFlywheelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-comprehend",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|