@aws-sdk/client-comprehend 3.927.0 → 3.929.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 +3190 -4214
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ComprehendClient.js +2 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -10
- package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -10
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -10
- package/dist-es/commands/BatchDetectSentimentCommand.js +3 -10
- package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -10
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -10
- package/dist-es/commands/ClassifyDocumentCommand.js +3 -10
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -9
- package/dist-es/commands/CreateDatasetCommand.js +3 -9
- package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/CreateEndpointCommand.js +3 -9
- package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/CreateFlywheelCommand.js +3 -9
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/DeleteEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/DeleteFlywheelCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetCommand.js +3 -9
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -9
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -10
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeEndpointCommand.js +3 -9
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -10
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeFlywheelCommand.js +3 -9
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -9
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -9
- package/dist-es/commands/DetectDominantLanguageCommand.js +3 -10
- package/dist-es/commands/DetectEntitiesCommand.js +3 -10
- package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -10
- package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -9
- package/dist-es/commands/DetectSentimentCommand.js +3 -10
- package/dist-es/commands/DetectSyntaxCommand.js +3 -10
- package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -10
- package/dist-es/commands/DetectToxicContentCommand.js +3 -10
- package/dist-es/commands/ImportModelCommand.js +3 -9
- package/dist-es/commands/ListDatasetsCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -10
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListEndpointsCommand.js +3 -9
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -9
- package/dist-es/commands/ListEntityRecognizersCommand.js +3 -10
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -9
- package/dist-es/commands/ListFlywheelsCommand.js +3 -9
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -9
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartFlywheelIterationCommand.js +3 -9
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateEndpointCommand.js +3 -9
- package/dist-es/commands/UpdateFlywheelCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -138
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2981 -0
- package/dist-types/ComprehendClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -144
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +443 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -106
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +449 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -3403
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -767
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1025
|
@@ -1,767 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput } from "../commands/BatchDetectDominantLanguageCommand";
|
|
4
|
-
import { BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput } from "../commands/BatchDetectEntitiesCommand";
|
|
5
|
-
import { BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput } from "../commands/BatchDetectKeyPhrasesCommand";
|
|
6
|
-
import { BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput } from "../commands/BatchDetectSentimentCommand";
|
|
7
|
-
import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput } from "../commands/BatchDetectSyntaxCommand";
|
|
8
|
-
import { BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput } from "../commands/BatchDetectTargetedSentimentCommand";
|
|
9
|
-
import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput } from "../commands/ClassifyDocumentCommand";
|
|
10
|
-
import { ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput } from "../commands/ContainsPiiEntitiesCommand";
|
|
11
|
-
import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
|
|
12
|
-
import { CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput } from "../commands/CreateDocumentClassifierCommand";
|
|
13
|
-
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
14
|
-
import { CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput } from "../commands/CreateEntityRecognizerCommand";
|
|
15
|
-
import { CreateFlywheelCommandInput, CreateFlywheelCommandOutput } from "../commands/CreateFlywheelCommand";
|
|
16
|
-
import { DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput } from "../commands/DeleteDocumentClassifierCommand";
|
|
17
|
-
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
|
|
18
|
-
import { DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput } from "../commands/DeleteEntityRecognizerCommand";
|
|
19
|
-
import { DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput } from "../commands/DeleteFlywheelCommand";
|
|
20
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
21
|
-
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
|
|
22
|
-
import { DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput } from "../commands/DescribeDocumentClassificationJobCommand";
|
|
23
|
-
import { DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput } from "../commands/DescribeDocumentClassifierCommand";
|
|
24
|
-
import { DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput } from "../commands/DescribeDominantLanguageDetectionJobCommand";
|
|
25
|
-
import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "../commands/DescribeEndpointCommand";
|
|
26
|
-
import { DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput } from "../commands/DescribeEntitiesDetectionJobCommand";
|
|
27
|
-
import { DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput } from "../commands/DescribeEntityRecognizerCommand";
|
|
28
|
-
import { DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput } from "../commands/DescribeEventsDetectionJobCommand";
|
|
29
|
-
import { DescribeFlywheelCommandInput, DescribeFlywheelCommandOutput } from "../commands/DescribeFlywheelCommand";
|
|
30
|
-
import { DescribeFlywheelIterationCommandInput, DescribeFlywheelIterationCommandOutput } from "../commands/DescribeFlywheelIterationCommand";
|
|
31
|
-
import { DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput } from "../commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
32
|
-
import { DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput } from "../commands/DescribePiiEntitiesDetectionJobCommand";
|
|
33
|
-
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
34
|
-
import { DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput } from "../commands/DescribeSentimentDetectionJobCommand";
|
|
35
|
-
import { DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput } from "../commands/DescribeTargetedSentimentDetectionJobCommand";
|
|
36
|
-
import { DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput } from "../commands/DescribeTopicsDetectionJobCommand";
|
|
37
|
-
import { DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput } from "../commands/DetectDominantLanguageCommand";
|
|
38
|
-
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "../commands/DetectEntitiesCommand";
|
|
39
|
-
import { DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput } from "../commands/DetectKeyPhrasesCommand";
|
|
40
|
-
import { DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput } from "../commands/DetectPiiEntitiesCommand";
|
|
41
|
-
import { DetectSentimentCommandInput, DetectSentimentCommandOutput } from "../commands/DetectSentimentCommand";
|
|
42
|
-
import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput } from "../commands/DetectSyntaxCommand";
|
|
43
|
-
import { DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput } from "../commands/DetectTargetedSentimentCommand";
|
|
44
|
-
import { DetectToxicContentCommandInput, DetectToxicContentCommandOutput } from "../commands/DetectToxicContentCommand";
|
|
45
|
-
import { ImportModelCommandInput, ImportModelCommandOutput } from "../commands/ImportModelCommand";
|
|
46
|
-
import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
|
|
47
|
-
import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput } from "../commands/ListDocumentClassificationJobsCommand";
|
|
48
|
-
import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput } from "../commands/ListDocumentClassifiersCommand";
|
|
49
|
-
import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput } from "../commands/ListDocumentClassifierSummariesCommand";
|
|
50
|
-
import { ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput } from "../commands/ListDominantLanguageDetectionJobsCommand";
|
|
51
|
-
import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
|
|
52
|
-
import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput } from "../commands/ListEntitiesDetectionJobsCommand";
|
|
53
|
-
import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput } from "../commands/ListEntityRecognizersCommand";
|
|
54
|
-
import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput } from "../commands/ListEntityRecognizerSummariesCommand";
|
|
55
|
-
import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput } from "../commands/ListEventsDetectionJobsCommand";
|
|
56
|
-
import { ListFlywheelIterationHistoryCommandInput, ListFlywheelIterationHistoryCommandOutput } from "../commands/ListFlywheelIterationHistoryCommand";
|
|
57
|
-
import { ListFlywheelsCommandInput, ListFlywheelsCommandOutput } from "../commands/ListFlywheelsCommand";
|
|
58
|
-
import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput } from "../commands/ListKeyPhrasesDetectionJobsCommand";
|
|
59
|
-
import { ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput } from "../commands/ListPiiEntitiesDetectionJobsCommand";
|
|
60
|
-
import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput } from "../commands/ListSentimentDetectionJobsCommand";
|
|
61
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
62
|
-
import { ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput } from "../commands/ListTargetedSentimentDetectionJobsCommand";
|
|
63
|
-
import { ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput } from "../commands/ListTopicsDetectionJobsCommand";
|
|
64
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
65
|
-
import { StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput } from "../commands/StartDocumentClassificationJobCommand";
|
|
66
|
-
import { StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput } from "../commands/StartDominantLanguageDetectionJobCommand";
|
|
67
|
-
import { StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput } from "../commands/StartEntitiesDetectionJobCommand";
|
|
68
|
-
import { StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput } from "../commands/StartEventsDetectionJobCommand";
|
|
69
|
-
import { StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput } from "../commands/StartFlywheelIterationCommand";
|
|
70
|
-
import { StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput } from "../commands/StartKeyPhrasesDetectionJobCommand";
|
|
71
|
-
import { StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput } from "../commands/StartPiiEntitiesDetectionJobCommand";
|
|
72
|
-
import { StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput } from "../commands/StartSentimentDetectionJobCommand";
|
|
73
|
-
import { StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput } from "../commands/StartTargetedSentimentDetectionJobCommand";
|
|
74
|
-
import { StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput } from "../commands/StartTopicsDetectionJobCommand";
|
|
75
|
-
import { StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput } from "../commands/StopDominantLanguageDetectionJobCommand";
|
|
76
|
-
import { StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput } from "../commands/StopEntitiesDetectionJobCommand";
|
|
77
|
-
import { StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput } from "../commands/StopEventsDetectionJobCommand";
|
|
78
|
-
import { StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput } from "../commands/StopKeyPhrasesDetectionJobCommand";
|
|
79
|
-
import { StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput } from "../commands/StopPiiEntitiesDetectionJobCommand";
|
|
80
|
-
import { StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput } from "../commands/StopSentimentDetectionJobCommand";
|
|
81
|
-
import { StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput } from "../commands/StopTargetedSentimentDetectionJobCommand";
|
|
82
|
-
import { StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput } from "../commands/StopTrainingDocumentClassifierCommand";
|
|
83
|
-
import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput } from "../commands/StopTrainingEntityRecognizerCommand";
|
|
84
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
85
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
86
|
-
import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "../commands/UpdateEndpointCommand";
|
|
87
|
-
import { UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput } from "../commands/UpdateFlywheelCommand";
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_json1_1BatchDetectDominantLanguageCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_BatchDetectDominantLanguageCommand: (input: BatchDetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_json1_1BatchDetectEntitiesCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_BatchDetectEntitiesCommand: (input: BatchDetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_json1_1BatchDetectKeyPhrasesCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_BatchDetectKeyPhrasesCommand: (input: BatchDetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_json1_1BatchDetectSentimentCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_BatchDetectSentimentCommand: (input: BatchDetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_json1_1BatchDetectSyntaxCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_BatchDetectSyntaxCommand: (input: BatchDetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_json1_1BatchDetectTargetedSentimentCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_BatchDetectTargetedSentimentCommand: (input: BatchDetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_json1_1ClassifyDocumentCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_ClassifyDocumentCommand: (input: ClassifyDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_json1_1ContainsPiiEntitiesCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_ContainsPiiEntitiesCommand: (input: ContainsPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_json1_1CreateDatasetCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_json1_1CreateDocumentClassifierCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_CreateDocumentClassifierCommand: (input: CreateDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_json1_1CreateEndpointCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_json1_1CreateEntityRecognizerCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_CreateEntityRecognizerCommand: (input: CreateEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_json1_1CreateFlywheelCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_CreateFlywheelCommand: (input: CreateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_json1_1DeleteDocumentClassifierCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_DeleteDocumentClassifierCommand: (input: DeleteDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_json1_1DeleteEndpointCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* serializeAws_json1_1DeleteEntityRecognizerCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const se_DeleteEntityRecognizerCommand: (input: DeleteEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
/**
|
|
153
|
-
* serializeAws_json1_1DeleteFlywheelCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const se_DeleteFlywheelCommand: (input: DeleteFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
/**
|
|
157
|
-
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
/**
|
|
161
|
-
* serializeAws_json1_1DescribeDatasetCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const se_DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
/**
|
|
165
|
-
* serializeAws_json1_1DescribeDocumentClassificationJobCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const se_DescribeDocumentClassificationJobCommand: (input: DescribeDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
/**
|
|
169
|
-
* serializeAws_json1_1DescribeDocumentClassifierCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const se_DescribeDocumentClassifierCommand: (input: DescribeDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
/**
|
|
173
|
-
* serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const se_DescribeDominantLanguageDetectionJobCommand: (input: DescribeDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
/**
|
|
177
|
-
* serializeAws_json1_1DescribeEndpointCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const se_DescribeEndpointCommand: (input: DescribeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
/**
|
|
181
|
-
* serializeAws_json1_1DescribeEntitiesDetectionJobCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const se_DescribeEntitiesDetectionJobCommand: (input: DescribeEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
/**
|
|
185
|
-
* serializeAws_json1_1DescribeEntityRecognizerCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const se_DescribeEntityRecognizerCommand: (input: DescribeEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
/**
|
|
189
|
-
* serializeAws_json1_1DescribeEventsDetectionJobCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const se_DescribeEventsDetectionJobCommand: (input: DescribeEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
-
/**
|
|
193
|
-
* serializeAws_json1_1DescribeFlywheelCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const se_DescribeFlywheelCommand: (input: DescribeFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
-
/**
|
|
197
|
-
* serializeAws_json1_1DescribeFlywheelIterationCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const se_DescribeFlywheelIterationCommand: (input: DescribeFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
-
/**
|
|
201
|
-
* serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const se_DescribeKeyPhrasesDetectionJobCommand: (input: DescribeKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
-
/**
|
|
205
|
-
* serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const se_DescribePiiEntitiesDetectionJobCommand: (input: DescribePiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
-
/**
|
|
209
|
-
* serializeAws_json1_1DescribeResourcePolicyCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
-
/**
|
|
213
|
-
* serializeAws_json1_1DescribeSentimentDetectionJobCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const se_DescribeSentimentDetectionJobCommand: (input: DescribeSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
-
/**
|
|
217
|
-
* serializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const se_DescribeTargetedSentimentDetectionJobCommand: (input: DescribeTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
-
/**
|
|
221
|
-
* serializeAws_json1_1DescribeTopicsDetectionJobCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const se_DescribeTopicsDetectionJobCommand: (input: DescribeTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
-
/**
|
|
225
|
-
* serializeAws_json1_1DetectDominantLanguageCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const se_DetectDominantLanguageCommand: (input: DetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
-
/**
|
|
229
|
-
* serializeAws_json1_1DetectEntitiesCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const se_DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
-
/**
|
|
233
|
-
* serializeAws_json1_1DetectKeyPhrasesCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const se_DetectKeyPhrasesCommand: (input: DetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
-
/**
|
|
237
|
-
* serializeAws_json1_1DetectPiiEntitiesCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const se_DetectPiiEntitiesCommand: (input: DetectPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
-
/**
|
|
241
|
-
* serializeAws_json1_1DetectSentimentCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const se_DetectSentimentCommand: (input: DetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
-
/**
|
|
245
|
-
* serializeAws_json1_1DetectSyntaxCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const se_DetectSyntaxCommand: (input: DetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
248
|
-
/**
|
|
249
|
-
* serializeAws_json1_1DetectTargetedSentimentCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const se_DetectTargetedSentimentCommand: (input: DetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
252
|
-
/**
|
|
253
|
-
* serializeAws_json1_1DetectToxicContentCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const se_DetectToxicContentCommand: (input: DetectToxicContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
-
/**
|
|
257
|
-
* serializeAws_json1_1ImportModelCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const se_ImportModelCommand: (input: ImportModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
-
/**
|
|
261
|
-
* serializeAws_json1_1ListDatasetsCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const se_ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
-
/**
|
|
265
|
-
* serializeAws_json1_1ListDocumentClassificationJobsCommand
|
|
266
|
-
*/
|
|
267
|
-
export declare const se_ListDocumentClassificationJobsCommand: (input: ListDocumentClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
-
/**
|
|
269
|
-
* serializeAws_json1_1ListDocumentClassifiersCommand
|
|
270
|
-
*/
|
|
271
|
-
export declare const se_ListDocumentClassifiersCommand: (input: ListDocumentClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
-
/**
|
|
273
|
-
* serializeAws_json1_1ListDocumentClassifierSummariesCommand
|
|
274
|
-
*/
|
|
275
|
-
export declare const se_ListDocumentClassifierSummariesCommand: (input: ListDocumentClassifierSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
|
-
/**
|
|
277
|
-
* serializeAws_json1_1ListDominantLanguageDetectionJobsCommand
|
|
278
|
-
*/
|
|
279
|
-
export declare const se_ListDominantLanguageDetectionJobsCommand: (input: ListDominantLanguageDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
-
/**
|
|
281
|
-
* serializeAws_json1_1ListEndpointsCommand
|
|
282
|
-
*/
|
|
283
|
-
export declare const se_ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
|
-
/**
|
|
285
|
-
* serializeAws_json1_1ListEntitiesDetectionJobsCommand
|
|
286
|
-
*/
|
|
287
|
-
export declare const se_ListEntitiesDetectionJobsCommand: (input: ListEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
-
/**
|
|
289
|
-
* serializeAws_json1_1ListEntityRecognizersCommand
|
|
290
|
-
*/
|
|
291
|
-
export declare const se_ListEntityRecognizersCommand: (input: ListEntityRecognizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
292
|
-
/**
|
|
293
|
-
* serializeAws_json1_1ListEntityRecognizerSummariesCommand
|
|
294
|
-
*/
|
|
295
|
-
export declare const se_ListEntityRecognizerSummariesCommand: (input: ListEntityRecognizerSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
296
|
-
/**
|
|
297
|
-
* serializeAws_json1_1ListEventsDetectionJobsCommand
|
|
298
|
-
*/
|
|
299
|
-
export declare const se_ListEventsDetectionJobsCommand: (input: ListEventsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
300
|
-
/**
|
|
301
|
-
* serializeAws_json1_1ListFlywheelIterationHistoryCommand
|
|
302
|
-
*/
|
|
303
|
-
export declare const se_ListFlywheelIterationHistoryCommand: (input: ListFlywheelIterationHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
|
-
/**
|
|
305
|
-
* serializeAws_json1_1ListFlywheelsCommand
|
|
306
|
-
*/
|
|
307
|
-
export declare const se_ListFlywheelsCommand: (input: ListFlywheelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
|
-
/**
|
|
309
|
-
* serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand
|
|
310
|
-
*/
|
|
311
|
-
export declare const se_ListKeyPhrasesDetectionJobsCommand: (input: ListKeyPhrasesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
312
|
-
/**
|
|
313
|
-
* serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand
|
|
314
|
-
*/
|
|
315
|
-
export declare const se_ListPiiEntitiesDetectionJobsCommand: (input: ListPiiEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
|
-
/**
|
|
317
|
-
* serializeAws_json1_1ListSentimentDetectionJobsCommand
|
|
318
|
-
*/
|
|
319
|
-
export declare const se_ListSentimentDetectionJobsCommand: (input: ListSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
|
-
/**
|
|
321
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
322
|
-
*/
|
|
323
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
-
/**
|
|
325
|
-
* serializeAws_json1_1ListTargetedSentimentDetectionJobsCommand
|
|
326
|
-
*/
|
|
327
|
-
export declare const se_ListTargetedSentimentDetectionJobsCommand: (input: ListTargetedSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
-
/**
|
|
329
|
-
* serializeAws_json1_1ListTopicsDetectionJobsCommand
|
|
330
|
-
*/
|
|
331
|
-
export declare const se_ListTopicsDetectionJobsCommand: (input: ListTopicsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
332
|
-
/**
|
|
333
|
-
* serializeAws_json1_1PutResourcePolicyCommand
|
|
334
|
-
*/
|
|
335
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
|
-
/**
|
|
337
|
-
* serializeAws_json1_1StartDocumentClassificationJobCommand
|
|
338
|
-
*/
|
|
339
|
-
export declare const se_StartDocumentClassificationJobCommand: (input: StartDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
340
|
-
/**
|
|
341
|
-
* serializeAws_json1_1StartDominantLanguageDetectionJobCommand
|
|
342
|
-
*/
|
|
343
|
-
export declare const se_StartDominantLanguageDetectionJobCommand: (input: StartDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
-
/**
|
|
345
|
-
* serializeAws_json1_1StartEntitiesDetectionJobCommand
|
|
346
|
-
*/
|
|
347
|
-
export declare const se_StartEntitiesDetectionJobCommand: (input: StartEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
348
|
-
/**
|
|
349
|
-
* serializeAws_json1_1StartEventsDetectionJobCommand
|
|
350
|
-
*/
|
|
351
|
-
export declare const se_StartEventsDetectionJobCommand: (input: StartEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
|
-
/**
|
|
353
|
-
* serializeAws_json1_1StartFlywheelIterationCommand
|
|
354
|
-
*/
|
|
355
|
-
export declare const se_StartFlywheelIterationCommand: (input: StartFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
356
|
-
/**
|
|
357
|
-
* serializeAws_json1_1StartKeyPhrasesDetectionJobCommand
|
|
358
|
-
*/
|
|
359
|
-
export declare const se_StartKeyPhrasesDetectionJobCommand: (input: StartKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
360
|
-
/**
|
|
361
|
-
* serializeAws_json1_1StartPiiEntitiesDetectionJobCommand
|
|
362
|
-
*/
|
|
363
|
-
export declare const se_StartPiiEntitiesDetectionJobCommand: (input: StartPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
364
|
-
/**
|
|
365
|
-
* serializeAws_json1_1StartSentimentDetectionJobCommand
|
|
366
|
-
*/
|
|
367
|
-
export declare const se_StartSentimentDetectionJobCommand: (input: StartSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
368
|
-
/**
|
|
369
|
-
* serializeAws_json1_1StartTargetedSentimentDetectionJobCommand
|
|
370
|
-
*/
|
|
371
|
-
export declare const se_StartTargetedSentimentDetectionJobCommand: (input: StartTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
372
|
-
/**
|
|
373
|
-
* serializeAws_json1_1StartTopicsDetectionJobCommand
|
|
374
|
-
*/
|
|
375
|
-
export declare const se_StartTopicsDetectionJobCommand: (input: StartTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
376
|
-
/**
|
|
377
|
-
* serializeAws_json1_1StopDominantLanguageDetectionJobCommand
|
|
378
|
-
*/
|
|
379
|
-
export declare const se_StopDominantLanguageDetectionJobCommand: (input: StopDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
380
|
-
/**
|
|
381
|
-
* serializeAws_json1_1StopEntitiesDetectionJobCommand
|
|
382
|
-
*/
|
|
383
|
-
export declare const se_StopEntitiesDetectionJobCommand: (input: StopEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
384
|
-
/**
|
|
385
|
-
* serializeAws_json1_1StopEventsDetectionJobCommand
|
|
386
|
-
*/
|
|
387
|
-
export declare const se_StopEventsDetectionJobCommand: (input: StopEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
388
|
-
/**
|
|
389
|
-
* serializeAws_json1_1StopKeyPhrasesDetectionJobCommand
|
|
390
|
-
*/
|
|
391
|
-
export declare const se_StopKeyPhrasesDetectionJobCommand: (input: StopKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
392
|
-
/**
|
|
393
|
-
* serializeAws_json1_1StopPiiEntitiesDetectionJobCommand
|
|
394
|
-
*/
|
|
395
|
-
export declare const se_StopPiiEntitiesDetectionJobCommand: (input: StopPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
-
/**
|
|
397
|
-
* serializeAws_json1_1StopSentimentDetectionJobCommand
|
|
398
|
-
*/
|
|
399
|
-
export declare const se_StopSentimentDetectionJobCommand: (input: StopSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
400
|
-
/**
|
|
401
|
-
* serializeAws_json1_1StopTargetedSentimentDetectionJobCommand
|
|
402
|
-
*/
|
|
403
|
-
export declare const se_StopTargetedSentimentDetectionJobCommand: (input: StopTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
404
|
-
/**
|
|
405
|
-
* serializeAws_json1_1StopTrainingDocumentClassifierCommand
|
|
406
|
-
*/
|
|
407
|
-
export declare const se_StopTrainingDocumentClassifierCommand: (input: StopTrainingDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
408
|
-
/**
|
|
409
|
-
* serializeAws_json1_1StopTrainingEntityRecognizerCommand
|
|
410
|
-
*/
|
|
411
|
-
export declare const se_StopTrainingEntityRecognizerCommand: (input: StopTrainingEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
412
|
-
/**
|
|
413
|
-
* serializeAws_json1_1TagResourceCommand
|
|
414
|
-
*/
|
|
415
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
416
|
-
/**
|
|
417
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
418
|
-
*/
|
|
419
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
420
|
-
/**
|
|
421
|
-
* serializeAws_json1_1UpdateEndpointCommand
|
|
422
|
-
*/
|
|
423
|
-
export declare const se_UpdateEndpointCommand: (input: UpdateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
424
|
-
/**
|
|
425
|
-
* serializeAws_json1_1UpdateFlywheelCommand
|
|
426
|
-
*/
|
|
427
|
-
export declare const se_UpdateFlywheelCommand: (input: UpdateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
428
|
-
/**
|
|
429
|
-
* deserializeAws_json1_1BatchDetectDominantLanguageCommand
|
|
430
|
-
*/
|
|
431
|
-
export declare const de_BatchDetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectDominantLanguageCommandOutput>;
|
|
432
|
-
/**
|
|
433
|
-
* deserializeAws_json1_1BatchDetectEntitiesCommand
|
|
434
|
-
*/
|
|
435
|
-
export declare const de_BatchDetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectEntitiesCommandOutput>;
|
|
436
|
-
/**
|
|
437
|
-
* deserializeAws_json1_1BatchDetectKeyPhrasesCommand
|
|
438
|
-
*/
|
|
439
|
-
export declare const de_BatchDetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectKeyPhrasesCommandOutput>;
|
|
440
|
-
/**
|
|
441
|
-
* deserializeAws_json1_1BatchDetectSentimentCommand
|
|
442
|
-
*/
|
|
443
|
-
export declare const de_BatchDetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSentimentCommandOutput>;
|
|
444
|
-
/**
|
|
445
|
-
* deserializeAws_json1_1BatchDetectSyntaxCommand
|
|
446
|
-
*/
|
|
447
|
-
export declare const de_BatchDetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSyntaxCommandOutput>;
|
|
448
|
-
/**
|
|
449
|
-
* deserializeAws_json1_1BatchDetectTargetedSentimentCommand
|
|
450
|
-
*/
|
|
451
|
-
export declare const de_BatchDetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectTargetedSentimentCommandOutput>;
|
|
452
|
-
/**
|
|
453
|
-
* deserializeAws_json1_1ClassifyDocumentCommand
|
|
454
|
-
*/
|
|
455
|
-
export declare const de_ClassifyDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClassifyDocumentCommandOutput>;
|
|
456
|
-
/**
|
|
457
|
-
* deserializeAws_json1_1ContainsPiiEntitiesCommand
|
|
458
|
-
*/
|
|
459
|
-
export declare const de_ContainsPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ContainsPiiEntitiesCommandOutput>;
|
|
460
|
-
/**
|
|
461
|
-
* deserializeAws_json1_1CreateDatasetCommand
|
|
462
|
-
*/
|
|
463
|
-
export declare const de_CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
|
|
464
|
-
/**
|
|
465
|
-
* deserializeAws_json1_1CreateDocumentClassifierCommand
|
|
466
|
-
*/
|
|
467
|
-
export declare const de_CreateDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentClassifierCommandOutput>;
|
|
468
|
-
/**
|
|
469
|
-
* deserializeAws_json1_1CreateEndpointCommand
|
|
470
|
-
*/
|
|
471
|
-
export declare const de_CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
|
|
472
|
-
/**
|
|
473
|
-
* deserializeAws_json1_1CreateEntityRecognizerCommand
|
|
474
|
-
*/
|
|
475
|
-
export declare const de_CreateEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityRecognizerCommandOutput>;
|
|
476
|
-
/**
|
|
477
|
-
* deserializeAws_json1_1CreateFlywheelCommand
|
|
478
|
-
*/
|
|
479
|
-
export declare const de_CreateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlywheelCommandOutput>;
|
|
480
|
-
/**
|
|
481
|
-
* deserializeAws_json1_1DeleteDocumentClassifierCommand
|
|
482
|
-
*/
|
|
483
|
-
export declare const de_DeleteDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentClassifierCommandOutput>;
|
|
484
|
-
/**
|
|
485
|
-
* deserializeAws_json1_1DeleteEndpointCommand
|
|
486
|
-
*/
|
|
487
|
-
export declare const de_DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
|
|
488
|
-
/**
|
|
489
|
-
* deserializeAws_json1_1DeleteEntityRecognizerCommand
|
|
490
|
-
*/
|
|
491
|
-
export declare const de_DeleteEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityRecognizerCommandOutput>;
|
|
492
|
-
/**
|
|
493
|
-
* deserializeAws_json1_1DeleteFlywheelCommand
|
|
494
|
-
*/
|
|
495
|
-
export declare const de_DeleteFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlywheelCommandOutput>;
|
|
496
|
-
/**
|
|
497
|
-
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
498
|
-
*/
|
|
499
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
500
|
-
/**
|
|
501
|
-
* deserializeAws_json1_1DescribeDatasetCommand
|
|
502
|
-
*/
|
|
503
|
-
export declare const de_DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
|
|
504
|
-
/**
|
|
505
|
-
* deserializeAws_json1_1DescribeDocumentClassificationJobCommand
|
|
506
|
-
*/
|
|
507
|
-
export declare const de_DescribeDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassificationJobCommandOutput>;
|
|
508
|
-
/**
|
|
509
|
-
* deserializeAws_json1_1DescribeDocumentClassifierCommand
|
|
510
|
-
*/
|
|
511
|
-
export declare const de_DescribeDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassifierCommandOutput>;
|
|
512
|
-
/**
|
|
513
|
-
* deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand
|
|
514
|
-
*/
|
|
515
|
-
export declare const de_DescribeDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
|
|
516
|
-
/**
|
|
517
|
-
* deserializeAws_json1_1DescribeEndpointCommand
|
|
518
|
-
*/
|
|
519
|
-
export declare const de_DescribeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointCommandOutput>;
|
|
520
|
-
/**
|
|
521
|
-
* deserializeAws_json1_1DescribeEntitiesDetectionJobCommand
|
|
522
|
-
*/
|
|
523
|
-
export declare const de_DescribeEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
|
|
524
|
-
/**
|
|
525
|
-
* deserializeAws_json1_1DescribeEntityRecognizerCommand
|
|
526
|
-
*/
|
|
527
|
-
export declare const de_DescribeEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityRecognizerCommandOutput>;
|
|
528
|
-
/**
|
|
529
|
-
* deserializeAws_json1_1DescribeEventsDetectionJobCommand
|
|
530
|
-
*/
|
|
531
|
-
export declare const de_DescribeEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsDetectionJobCommandOutput>;
|
|
532
|
-
/**
|
|
533
|
-
* deserializeAws_json1_1DescribeFlywheelCommand
|
|
534
|
-
*/
|
|
535
|
-
export declare const de_DescribeFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelCommandOutput>;
|
|
536
|
-
/**
|
|
537
|
-
* deserializeAws_json1_1DescribeFlywheelIterationCommand
|
|
538
|
-
*/
|
|
539
|
-
export declare const de_DescribeFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelIterationCommandOutput>;
|
|
540
|
-
/**
|
|
541
|
-
* deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand
|
|
542
|
-
*/
|
|
543
|
-
export declare const de_DescribeKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
|
|
544
|
-
/**
|
|
545
|
-
* deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand
|
|
546
|
-
*/
|
|
547
|
-
export declare const de_DescribePiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
|
|
548
|
-
/**
|
|
549
|
-
* deserializeAws_json1_1DescribeResourcePolicyCommand
|
|
550
|
-
*/
|
|
551
|
-
export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
552
|
-
/**
|
|
553
|
-
* deserializeAws_json1_1DescribeSentimentDetectionJobCommand
|
|
554
|
-
*/
|
|
555
|
-
export declare const de_DescribeSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSentimentDetectionJobCommandOutput>;
|
|
556
|
-
/**
|
|
557
|
-
* deserializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand
|
|
558
|
-
*/
|
|
559
|
-
export declare const de_DescribeTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
|
|
560
|
-
/**
|
|
561
|
-
* deserializeAws_json1_1DescribeTopicsDetectionJobCommand
|
|
562
|
-
*/
|
|
563
|
-
export declare const de_DescribeTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicsDetectionJobCommandOutput>;
|
|
564
|
-
/**
|
|
565
|
-
* deserializeAws_json1_1DetectDominantLanguageCommand
|
|
566
|
-
*/
|
|
567
|
-
export declare const de_DetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDominantLanguageCommandOutput>;
|
|
568
|
-
/**
|
|
569
|
-
* deserializeAws_json1_1DetectEntitiesCommand
|
|
570
|
-
*/
|
|
571
|
-
export declare const de_DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
|
|
572
|
-
/**
|
|
573
|
-
* deserializeAws_json1_1DetectKeyPhrasesCommand
|
|
574
|
-
*/
|
|
575
|
-
export declare const de_DetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectKeyPhrasesCommandOutput>;
|
|
576
|
-
/**
|
|
577
|
-
* deserializeAws_json1_1DetectPiiEntitiesCommand
|
|
578
|
-
*/
|
|
579
|
-
export declare const de_DetectPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPiiEntitiesCommandOutput>;
|
|
580
|
-
/**
|
|
581
|
-
* deserializeAws_json1_1DetectSentimentCommand
|
|
582
|
-
*/
|
|
583
|
-
export declare const de_DetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSentimentCommandOutput>;
|
|
584
|
-
/**
|
|
585
|
-
* deserializeAws_json1_1DetectSyntaxCommand
|
|
586
|
-
*/
|
|
587
|
-
export declare const de_DetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSyntaxCommandOutput>;
|
|
588
|
-
/**
|
|
589
|
-
* deserializeAws_json1_1DetectTargetedSentimentCommand
|
|
590
|
-
*/
|
|
591
|
-
export declare const de_DetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectTargetedSentimentCommandOutput>;
|
|
592
|
-
/**
|
|
593
|
-
* deserializeAws_json1_1DetectToxicContentCommand
|
|
594
|
-
*/
|
|
595
|
-
export declare const de_DetectToxicContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectToxicContentCommandOutput>;
|
|
596
|
-
/**
|
|
597
|
-
* deserializeAws_json1_1ImportModelCommand
|
|
598
|
-
*/
|
|
599
|
-
export declare const de_ImportModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportModelCommandOutput>;
|
|
600
|
-
/**
|
|
601
|
-
* deserializeAws_json1_1ListDatasetsCommand
|
|
602
|
-
*/
|
|
603
|
-
export declare const de_ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
|
|
604
|
-
/**
|
|
605
|
-
* deserializeAws_json1_1ListDocumentClassificationJobsCommand
|
|
606
|
-
*/
|
|
607
|
-
export declare const de_ListDocumentClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassificationJobsCommandOutput>;
|
|
608
|
-
/**
|
|
609
|
-
* deserializeAws_json1_1ListDocumentClassifiersCommand
|
|
610
|
-
*/
|
|
611
|
-
export declare const de_ListDocumentClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifiersCommandOutput>;
|
|
612
|
-
/**
|
|
613
|
-
* deserializeAws_json1_1ListDocumentClassifierSummariesCommand
|
|
614
|
-
*/
|
|
615
|
-
export declare const de_ListDocumentClassifierSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifierSummariesCommandOutput>;
|
|
616
|
-
/**
|
|
617
|
-
* deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand
|
|
618
|
-
*/
|
|
619
|
-
export declare const de_ListDominantLanguageDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
|
|
620
|
-
/**
|
|
621
|
-
* deserializeAws_json1_1ListEndpointsCommand
|
|
622
|
-
*/
|
|
623
|
-
export declare const de_ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
|
|
624
|
-
/**
|
|
625
|
-
* deserializeAws_json1_1ListEntitiesDetectionJobsCommand
|
|
626
|
-
*/
|
|
627
|
-
export declare const de_ListEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionJobsCommandOutput>;
|
|
628
|
-
/**
|
|
629
|
-
* deserializeAws_json1_1ListEntityRecognizersCommand
|
|
630
|
-
*/
|
|
631
|
-
export declare const de_ListEntityRecognizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizersCommandOutput>;
|
|
632
|
-
/**
|
|
633
|
-
* deserializeAws_json1_1ListEntityRecognizerSummariesCommand
|
|
634
|
-
*/
|
|
635
|
-
export declare const de_ListEntityRecognizerSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizerSummariesCommandOutput>;
|
|
636
|
-
/**
|
|
637
|
-
* deserializeAws_json1_1ListEventsDetectionJobsCommand
|
|
638
|
-
*/
|
|
639
|
-
export declare const de_ListEventsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsDetectionJobsCommandOutput>;
|
|
640
|
-
/**
|
|
641
|
-
* deserializeAws_json1_1ListFlywheelIterationHistoryCommand
|
|
642
|
-
*/
|
|
643
|
-
export declare const de_ListFlywheelIterationHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelIterationHistoryCommandOutput>;
|
|
644
|
-
/**
|
|
645
|
-
* deserializeAws_json1_1ListFlywheelsCommand
|
|
646
|
-
*/
|
|
647
|
-
export declare const de_ListFlywheelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelsCommandOutput>;
|
|
648
|
-
/**
|
|
649
|
-
* deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand
|
|
650
|
-
*/
|
|
651
|
-
export declare const de_ListKeyPhrasesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
|
|
652
|
-
/**
|
|
653
|
-
* deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand
|
|
654
|
-
*/
|
|
655
|
-
export declare const de_ListPiiEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
|
|
656
|
-
/**
|
|
657
|
-
* deserializeAws_json1_1ListSentimentDetectionJobsCommand
|
|
658
|
-
*/
|
|
659
|
-
export declare const de_ListSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSentimentDetectionJobsCommandOutput>;
|
|
660
|
-
/**
|
|
661
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
662
|
-
*/
|
|
663
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
664
|
-
/**
|
|
665
|
-
* deserializeAws_json1_1ListTargetedSentimentDetectionJobsCommand
|
|
666
|
-
*/
|
|
667
|
-
export declare const de_ListTargetedSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
|
|
668
|
-
/**
|
|
669
|
-
* deserializeAws_json1_1ListTopicsDetectionJobsCommand
|
|
670
|
-
*/
|
|
671
|
-
export declare const de_ListTopicsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsDetectionJobsCommandOutput>;
|
|
672
|
-
/**
|
|
673
|
-
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
674
|
-
*/
|
|
675
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
676
|
-
/**
|
|
677
|
-
* deserializeAws_json1_1StartDocumentClassificationJobCommand
|
|
678
|
-
*/
|
|
679
|
-
export declare const de_StartDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentClassificationJobCommandOutput>;
|
|
680
|
-
/**
|
|
681
|
-
* deserializeAws_json1_1StartDominantLanguageDetectionJobCommand
|
|
682
|
-
*/
|
|
683
|
-
export declare const de_StartDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
|
|
684
|
-
/**
|
|
685
|
-
* deserializeAws_json1_1StartEntitiesDetectionJobCommand
|
|
686
|
-
*/
|
|
687
|
-
export declare const de_StartEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionJobCommandOutput>;
|
|
688
|
-
/**
|
|
689
|
-
* deserializeAws_json1_1StartEventsDetectionJobCommand
|
|
690
|
-
*/
|
|
691
|
-
export declare const de_StartEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEventsDetectionJobCommandOutput>;
|
|
692
|
-
/**
|
|
693
|
-
* deserializeAws_json1_1StartFlywheelIterationCommand
|
|
694
|
-
*/
|
|
695
|
-
export declare const de_StartFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlywheelIterationCommandOutput>;
|
|
696
|
-
/**
|
|
697
|
-
* deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand
|
|
698
|
-
*/
|
|
699
|
-
export declare const de_StartKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
|
|
700
|
-
/**
|
|
701
|
-
* deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand
|
|
702
|
-
*/
|
|
703
|
-
export declare const de_StartPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
|
|
704
|
-
/**
|
|
705
|
-
* deserializeAws_json1_1StartSentimentDetectionJobCommand
|
|
706
|
-
*/
|
|
707
|
-
export declare const de_StartSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSentimentDetectionJobCommandOutput>;
|
|
708
|
-
/**
|
|
709
|
-
* deserializeAws_json1_1StartTargetedSentimentDetectionJobCommand
|
|
710
|
-
*/
|
|
711
|
-
export declare const de_StartTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTargetedSentimentDetectionJobCommandOutput>;
|
|
712
|
-
/**
|
|
713
|
-
* deserializeAws_json1_1StartTopicsDetectionJobCommand
|
|
714
|
-
*/
|
|
715
|
-
export declare const de_StartTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTopicsDetectionJobCommandOutput>;
|
|
716
|
-
/**
|
|
717
|
-
* deserializeAws_json1_1StopDominantLanguageDetectionJobCommand
|
|
718
|
-
*/
|
|
719
|
-
export declare const de_StopDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
|
|
720
|
-
/**
|
|
721
|
-
* deserializeAws_json1_1StopEntitiesDetectionJobCommand
|
|
722
|
-
*/
|
|
723
|
-
export declare const de_StopEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionJobCommandOutput>;
|
|
724
|
-
/**
|
|
725
|
-
* deserializeAws_json1_1StopEventsDetectionJobCommand
|
|
726
|
-
*/
|
|
727
|
-
export declare const de_StopEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEventsDetectionJobCommandOutput>;
|
|
728
|
-
/**
|
|
729
|
-
* deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand
|
|
730
|
-
*/
|
|
731
|
-
export declare const de_StopKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
|
|
732
|
-
/**
|
|
733
|
-
* deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand
|
|
734
|
-
*/
|
|
735
|
-
export declare const de_StopPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
|
|
736
|
-
/**
|
|
737
|
-
* deserializeAws_json1_1StopSentimentDetectionJobCommand
|
|
738
|
-
*/
|
|
739
|
-
export declare const de_StopSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSentimentDetectionJobCommandOutput>;
|
|
740
|
-
/**
|
|
741
|
-
* deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand
|
|
742
|
-
*/
|
|
743
|
-
export declare const de_StopTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTargetedSentimentDetectionJobCommandOutput>;
|
|
744
|
-
/**
|
|
745
|
-
* deserializeAws_json1_1StopTrainingDocumentClassifierCommand
|
|
746
|
-
*/
|
|
747
|
-
export declare const de_StopTrainingDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingDocumentClassifierCommandOutput>;
|
|
748
|
-
/**
|
|
749
|
-
* deserializeAws_json1_1StopTrainingEntityRecognizerCommand
|
|
750
|
-
*/
|
|
751
|
-
export declare const de_StopTrainingEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingEntityRecognizerCommandOutput>;
|
|
752
|
-
/**
|
|
753
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
754
|
-
*/
|
|
755
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
756
|
-
/**
|
|
757
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
758
|
-
*/
|
|
759
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
760
|
-
/**
|
|
761
|
-
* deserializeAws_json1_1UpdateEndpointCommand
|
|
762
|
-
*/
|
|
763
|
-
export declare const de_UpdateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointCommandOutput>;
|
|
764
|
-
/**
|
|
765
|
-
* deserializeAws_json1_1UpdateFlywheelCommand
|
|
766
|
-
*/
|
|
767
|
-
export declare const de_UpdateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlywheelCommandOutput>;
|