@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 DescribeResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
40
|
+
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeResourcePolicyRequest;
|
|
44
|
+
output: DescribeResourcePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeResourcePolicyCommandInput;
|
|
48
|
+
output: DescribeResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSentimentDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSentimentDetectionJobCommand extends DescribeSentimentDetectionJobCommand_base {
|
|
40
|
+
export declare class DescribeSentimentDetectionJobCommand extends DescribeSentimentDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSentimentDetectionJobRequest;
|
|
44
|
+
output: DescribeSentimentDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSentimentDetectionJobCommandInput;
|
|
48
|
+
output: DescribeSentimentDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTargetedSentimentDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTargetedSentimentDetectionJobCommand extends DescribeTargetedSentimentDetectionJobCommand_base {
|
|
40
|
+
export declare class DescribeTargetedSentimentDetectionJobCommand extends DescribeTargetedSentimentDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTargetedSentimentDetectionJobRequest;
|
|
44
|
+
output: DescribeTargetedSentimentDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTargetedSentimentDetectionJobCommandInput;
|
|
48
|
+
output: DescribeTargetedSentimentDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTopicsDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTopicsDetectionJobCommand extends DescribeTopicsDetectionJobCommand_base {
|
|
40
|
+
export declare class DescribeTopicsDetectionJobCommand extends DescribeTopicsDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTopicsDetectionJobRequest;
|
|
44
|
+
output: DescribeTopicsDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTopicsDetectionJobCommandInput;
|
|
48
|
+
output: DescribeTopicsDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DetectDominantLanguageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DetectDominantLanguageCommand extends DetectDominantLanguageCommand_base {
|
|
40
|
+
export declare class DetectDominantLanguageCommand extends DetectDominantLanguageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DetectDominantLanguageRequest;
|
|
44
|
+
output: DetectDominantLanguageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DetectDominantLanguageCommandInput;
|
|
48
|
+
output: DetectDominantLanguageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DetectEntitiesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
|
|
39
|
+
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DetectEntitiesRequest;
|
|
43
|
+
output: DetectEntitiesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DetectEntitiesCommandInput;
|
|
47
|
+
output: DetectEntitiesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DetectKeyPhrasesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DetectKeyPhrasesCommand extends DetectKeyPhrasesCommand_base {
|
|
39
|
+
export declare class DetectKeyPhrasesCommand extends DetectKeyPhrasesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DetectKeyPhrasesRequest;
|
|
43
|
+
output: DetectKeyPhrasesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DetectKeyPhrasesCommandInput;
|
|
47
|
+
output: DetectKeyPhrasesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DetectPiiEntitiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DetectPiiEntitiesCommand extends DetectPiiEntitiesCommand_base {
|
|
40
|
+
export declare class DetectPiiEntitiesCommand extends DetectPiiEntitiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DetectPiiEntitiesRequest;
|
|
44
|
+
output: DetectPiiEntitiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DetectPiiEntitiesCommandInput;
|
|
48
|
+
output: DetectPiiEntitiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DetectSentimentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DetectSentimentCommand extends DetectSentimentCommand_base {
|
|
39
|
+
export declare class DetectSentimentCommand extends DetectSentimentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DetectSentimentRequest;
|
|
43
|
+
output: DetectSentimentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DetectSentimentCommandInput;
|
|
47
|
+
output: DetectSentimentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DetectSyntaxCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DetectSyntaxCommand extends DetectSyntaxCommand_base {
|
|
36
|
+
export declare class DetectSyntaxCommand extends DetectSyntaxCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DetectSyntaxRequest;
|
|
40
|
+
output: DetectSyntaxResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DetectSyntaxCommandInput;
|
|
44
|
+
output: DetectSyntaxCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DetectTargetedSentimentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DetectTargetedSentimentCommand extends DetectTargetedSentimentCommand_base {
|
|
40
|
+
export declare class DetectTargetedSentimentCommand extends DetectTargetedSentimentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DetectTargetedSentimentRequest;
|
|
44
|
+
output: DetectTargetedSentimentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DetectTargetedSentimentCommandInput;
|
|
48
|
+
output: DetectTargetedSentimentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DetectToxicContentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DetectToxicContentCommand extends DetectToxicContentCommand_base {
|
|
40
|
+
export declare class DetectToxicContentCommand extends DetectToxicContentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DetectToxicContentRequest;
|
|
44
|
+
output: DetectToxicContentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DetectToxicContentCommandInput;
|
|
48
|
+
output: DetectToxicContentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ImportModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ImportModelCommand extends ImportModelCommand_base {
|
|
36
|
+
export declare class ImportModelCommand extends ImportModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ImportModelRequest;
|
|
40
|
+
output: ImportModelResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ImportModelCommandInput;
|
|
44
|
+
output: ImportModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
36
|
+
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDatasetsRequest;
|
|
40
|
+
output: ListDatasetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDatasetsCommandInput;
|
|
44
|
+
output: ListDatasetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDocumentClassificationJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDocumentClassificationJobsCommand extends ListDocumentClassificationJobsCommand_base {
|
|
40
|
+
export declare class ListDocumentClassificationJobsCommand extends ListDocumentClassificationJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDocumentClassificationJobsRequest;
|
|
44
|
+
output: ListDocumentClassificationJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDocumentClassificationJobsCommandInput;
|
|
48
|
+
output: ListDocumentClassificationJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDocumentClassifierSummariesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDocumentClassifierSummariesCommand extends ListDocumentClassifierSummariesCommand_base {
|
|
40
|
+
export declare class ListDocumentClassifierSummariesCommand extends ListDocumentClassifierSummariesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDocumentClassifierSummariesRequest;
|
|
44
|
+
output: ListDocumentClassifierSummariesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDocumentClassifierSummariesCommandInput;
|
|
48
|
+
output: ListDocumentClassifierSummariesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDocumentClassifiersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDocumentClassifiersCommand extends ListDocumentClassifiersCommand_base {
|
|
40
|
+
export declare class ListDocumentClassifiersCommand extends ListDocumentClassifiersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDocumentClassifiersRequest;
|
|
44
|
+
output: ListDocumentClassifiersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDocumentClassifiersCommandInput;
|
|
48
|
+
output: ListDocumentClassifiersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDominantLanguageDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDominantLanguageDetectionJobsCommand extends ListDominantLanguageDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListDominantLanguageDetectionJobsCommand extends ListDominantLanguageDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDominantLanguageDetectionJobsRequest;
|
|
44
|
+
output: ListDominantLanguageDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDominantLanguageDetectionJobsCommandInput;
|
|
48
|
+
output: ListDominantLanguageDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListEndpointsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
|
|
39
|
+
export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListEndpointsRequest;
|
|
43
|
+
output: ListEndpointsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListEndpointsCommandInput;
|
|
47
|
+
output: ListEndpointsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListEntitiesDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListEntitiesDetectionJobsCommand extends ListEntitiesDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListEntitiesDetectionJobsCommand extends ListEntitiesDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEntitiesDetectionJobsRequest;
|
|
44
|
+
output: ListEntitiesDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEntitiesDetectionJobsCommandInput;
|
|
48
|
+
output: ListEntitiesDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListEntityRecognizerSummariesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListEntityRecognizerSummariesCommand extends ListEntityRecognizerSummariesCommand_base {
|
|
40
|
+
export declare class ListEntityRecognizerSummariesCommand extends ListEntityRecognizerSummariesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEntityRecognizerSummariesRequest;
|
|
44
|
+
output: ListEntityRecognizerSummariesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEntityRecognizerSummariesCommandInput;
|
|
48
|
+
output: ListEntityRecognizerSummariesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListEntityRecognizersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListEntityRecognizersCommand extends ListEntityRecognizersCommand_base {
|
|
40
|
+
export declare class ListEntityRecognizersCommand extends ListEntityRecognizersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEntityRecognizersRequest;
|
|
44
|
+
output: ListEntityRecognizersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEntityRecognizersCommandInput;
|
|
48
|
+
output: ListEntityRecognizersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListEventsDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListEventsDetectionJobsCommand extends ListEventsDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListEventsDetectionJobsCommand extends ListEventsDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEventsDetectionJobsRequest;
|
|
44
|
+
output: ListEventsDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEventsDetectionJobsCommandInput;
|
|
48
|
+
output: ListEventsDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListFlywheelIterationHistoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListFlywheelIterationHistoryCommand extends ListFlywheelIterationHistoryCommand_base {
|
|
40
|
+
export declare class ListFlywheelIterationHistoryCommand extends ListFlywheelIterationHistoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListFlywheelIterationHistoryRequest;
|
|
44
|
+
output: ListFlywheelIterationHistoryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListFlywheelIterationHistoryCommandInput;
|
|
48
|
+
output: ListFlywheelIterationHistoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListFlywheelsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListFlywheelsCommand extends ListFlywheelsCommand_base {
|
|
39
|
+
export declare class ListFlywheelsCommand extends ListFlywheelsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListFlywheelsRequest;
|
|
43
|
+
output: ListFlywheelsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListFlywheelsCommandInput;
|
|
47
|
+
output: ListFlywheelsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListKeyPhrasesDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListKeyPhrasesDetectionJobsCommand extends ListKeyPhrasesDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListKeyPhrasesDetectionJobsCommand extends ListKeyPhrasesDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListKeyPhrasesDetectionJobsRequest;
|
|
44
|
+
output: ListKeyPhrasesDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListKeyPhrasesDetectionJobsCommandInput;
|
|
48
|
+
output: ListKeyPhrasesDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListPiiEntitiesDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListPiiEntitiesDetectionJobsCommand extends ListPiiEntitiesDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListPiiEntitiesDetectionJobsCommand extends ListPiiEntitiesDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPiiEntitiesDetectionJobsRequest;
|
|
44
|
+
output: ListPiiEntitiesDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPiiEntitiesDetectionJobsCommandInput;
|
|
48
|
+
output: ListPiiEntitiesDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSentimentDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSentimentDetectionJobsCommand extends ListSentimentDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListSentimentDetectionJobsCommand extends ListSentimentDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSentimentDetectionJobsRequest;
|
|
44
|
+
output: ListSentimentDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSentimentDetectionJobsCommandInput;
|
|
48
|
+
output: ListSentimentDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTargetedSentimentDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTargetedSentimentDetectionJobsCommand extends ListTargetedSentimentDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListTargetedSentimentDetectionJobsCommand extends ListTargetedSentimentDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTargetedSentimentDetectionJobsRequest;
|
|
44
|
+
output: ListTargetedSentimentDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTargetedSentimentDetectionJobsCommandInput;
|
|
48
|
+
output: ListTargetedSentimentDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTopicsDetectionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTopicsDetectionJobsCommand extends ListTopicsDetectionJobsCommand_base {
|
|
40
|
+
export declare class ListTopicsDetectionJobsCommand extends ListTopicsDetectionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTopicsDetectionJobsRequest;
|
|
44
|
+
output: ListTopicsDetectionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTopicsDetectionJobsCommandInput;
|
|
48
|
+
output: ListTopicsDetectionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
40
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutResourcePolicyRequest;
|
|
44
|
+
output: PutResourcePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutResourcePolicyCommandInput;
|
|
48
|
+
output: PutResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDocumentClassificationJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDocumentClassificationJobCommand extends StartDocumentClassificationJobCommand_base {
|
|
40
|
+
export declare class StartDocumentClassificationJobCommand extends StartDocumentClassificationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDocumentClassificationJobRequest;
|
|
44
|
+
output: StartDocumentClassificationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDocumentClassificationJobCommandInput;
|
|
48
|
+
output: StartDocumentClassificationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDominantLanguageDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDominantLanguageDetectionJobCommand extends StartDominantLanguageDetectionJobCommand_base {
|
|
40
|
+
export declare class StartDominantLanguageDetectionJobCommand extends StartDominantLanguageDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDominantLanguageDetectionJobRequest;
|
|
44
|
+
output: StartDominantLanguageDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDominantLanguageDetectionJobCommandInput;
|
|
48
|
+
output: StartDominantLanguageDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartEntitiesDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartEntitiesDetectionJobCommand extends StartEntitiesDetectionJobCommand_base {
|
|
40
|
+
export declare class StartEntitiesDetectionJobCommand extends StartEntitiesDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartEntitiesDetectionJobRequest;
|
|
44
|
+
output: StartEntitiesDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartEntitiesDetectionJobCommandInput;
|
|
48
|
+
output: StartEntitiesDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartEventsDetectionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartEventsDetectionJobCommand extends StartEventsDetectionJobCommand_base {
|
|
40
|
+
export declare class StartEventsDetectionJobCommand extends StartEventsDetectionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartEventsDetectionJobRequest;
|
|
44
|
+
output: StartEventsDetectionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartEventsDetectionJobCommandInput;
|
|
48
|
+
output: StartEventsDetectionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|