@aws-sdk/client-comprehend 3.926.0 → 3.928.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
|
@@ -0,0 +1,2981 @@
|
|
|
1
|
+
const _A = "Accuracy";
|
|
2
|
+
const _AA = "AverageAccuracy";
|
|
3
|
+
const _ADSU = "AnnotationDataS3Uri";
|
|
4
|
+
const _AFS = "AverageF1Score";
|
|
5
|
+
const _AM = "AugmentedManifests";
|
|
6
|
+
const _AMA = "ActiveModelArn";
|
|
7
|
+
const _AMLI = "AugmentedManifestsListItem";
|
|
8
|
+
const _AN = "AttributeNames";
|
|
9
|
+
const _AP = "AveragePrecision";
|
|
10
|
+
const _AR = "AverageRecall";
|
|
11
|
+
const _An = "Annotations";
|
|
12
|
+
const _B = "Block";
|
|
13
|
+
const _BB = "BoundingBox";
|
|
14
|
+
const _BDDL = "BatchDetectDominantLanguage";
|
|
15
|
+
const _BDDLIR = "BatchDetectDominantLanguageItemResult";
|
|
16
|
+
const _BDDLR = "BatchDetectDominantLanguageRequest";
|
|
17
|
+
const _BDDLRa = "BatchDetectDominantLanguageResponse";
|
|
18
|
+
const _BDE = "BatchDetectEntities";
|
|
19
|
+
const _BDEIR = "BatchDetectEntitiesItemResult";
|
|
20
|
+
const _BDER = "BatchDetectEntitiesRequest";
|
|
21
|
+
const _BDERa = "BatchDetectEntitiesResponse";
|
|
22
|
+
const _BDKP = "BatchDetectKeyPhrases";
|
|
23
|
+
const _BDKPIR = "BatchDetectKeyPhrasesItemResult";
|
|
24
|
+
const _BDKPR = "BatchDetectKeyPhrasesRequest";
|
|
25
|
+
const _BDKPRa = "BatchDetectKeyPhrasesResponse";
|
|
26
|
+
const _BDS = "BatchDetectSentiment";
|
|
27
|
+
const _BDSIR = "BatchDetectSentimentItemResult";
|
|
28
|
+
const _BDSIRa = "BatchDetectSyntaxItemResult";
|
|
29
|
+
const _BDSR = "BatchDetectSentimentRequest";
|
|
30
|
+
const _BDSRa = "BatchDetectSentimentResponse";
|
|
31
|
+
const _BDSRat = "BatchDetectSyntaxRequest";
|
|
32
|
+
const _BDSRatc = "BatchDetectSyntaxResponse";
|
|
33
|
+
const _BDSa = "BatchDetectSyntax";
|
|
34
|
+
const _BDTS = "BatchDetectTargetedSentiment";
|
|
35
|
+
const _BDTSIR = "BatchDetectTargetedSentimentItemResult";
|
|
36
|
+
const _BDTSR = "BatchDetectTargetedSentimentRequest";
|
|
37
|
+
const _BDTSRa = "BatchDetectTargetedSentimentResponse";
|
|
38
|
+
const _BI = "BlockId";
|
|
39
|
+
const _BIE = "BatchItemError";
|
|
40
|
+
const _BIEL = "BatchItemErrorList";
|
|
41
|
+
const _BO = "BeginOffset";
|
|
42
|
+
const _BR = "BlockReference";
|
|
43
|
+
const _BRl = "BlockReferences";
|
|
44
|
+
const _BSLEE = "BatchSizeLimitExceededException";
|
|
45
|
+
const _BT = "BlockType";
|
|
46
|
+
const _Bl = "Blocks";
|
|
47
|
+
const _By = "Bytes";
|
|
48
|
+
const _C = "Classes";
|
|
49
|
+
const _CB = "ChildBlocks";
|
|
50
|
+
const _CBI = "ChildBlockId";
|
|
51
|
+
const _CBh = "ChildBlock";
|
|
52
|
+
const _CD = "ClassifyDocument";
|
|
53
|
+
const _CDC = "CreateDocumentClassifier";
|
|
54
|
+
const _CDCR = "CreateDocumentClassifierRequest";
|
|
55
|
+
const _CDCRr = "CreateDocumentClassifierResponse";
|
|
56
|
+
const _CDR = "ClassifyDocumentRequest";
|
|
57
|
+
const _CDRl = "ClassifyDocumentResponse";
|
|
58
|
+
const _CDRr = "CreateDatasetRequest";
|
|
59
|
+
const _CDRre = "CreateDatasetResponse";
|
|
60
|
+
const _CDr = "CreateDataset";
|
|
61
|
+
const _CE = "CreateEndpoint";
|
|
62
|
+
const _CEM = "ClassifierEvaluationMetrics";
|
|
63
|
+
const _CER = "CreateEndpointRequest";
|
|
64
|
+
const _CERR = "CreateEntityRecognizerRequest";
|
|
65
|
+
const _CERRr = "CreateEntityRecognizerResponse";
|
|
66
|
+
const _CERr = "CreateEndpointResponse";
|
|
67
|
+
const _CERre = "CreateEntityRecognizer";
|
|
68
|
+
const _CF = "CreateFlywheel";
|
|
69
|
+
const _CFR = "CreateFlywheelRequest";
|
|
70
|
+
const _CFRr = "CreateFlywheelResponse";
|
|
71
|
+
const _CIS = "CustomerInputString";
|
|
72
|
+
const _CISL = "CustomerInputStringList";
|
|
73
|
+
const _CIU = "CurrentInferenceUnits";
|
|
74
|
+
const _CM = "ClassifierMetadata";
|
|
75
|
+
const _CME = "ConcurrentModificationException";
|
|
76
|
+
const _CPE = "ContainsPiiEntities";
|
|
77
|
+
const _CPER = "ContainsPiiEntitiesRequest";
|
|
78
|
+
const _CPERo = "ContainsPiiEntitiesResponse";
|
|
79
|
+
const _CRT = "ClientRequestToken";
|
|
80
|
+
const _CT = "CreationTime";
|
|
81
|
+
const _CTA = "CreationTimeAfter";
|
|
82
|
+
const _CTB = "CreationTimeBefore";
|
|
83
|
+
const _Co = "Count";
|
|
84
|
+
const _D = "Description";
|
|
85
|
+
const _DA = "DatasetArn";
|
|
86
|
+
const _DAML = "DatasetAugmentedManifestsList";
|
|
87
|
+
const _DAMLI = "DatasetAugmentedManifestsListItem";
|
|
88
|
+
const _DARA = "DataAccessRoleArn";
|
|
89
|
+
const _DC = "DocumentClass";
|
|
90
|
+
const _DCA = "DocumentClassifierArn";
|
|
91
|
+
const _DCAML = "DocumentClassifierAugmentedManifestsList";
|
|
92
|
+
const _DCC = "DocumentClassificationConfig";
|
|
93
|
+
const _DCD = "DocumentClassifierDocuments";
|
|
94
|
+
const _DCF = "DocumentClassifierFilter";
|
|
95
|
+
const _DCIDC = "DocumentClassifierInputDataConfig";
|
|
96
|
+
const _DCJF = "DocumentClassificationJobFilter";
|
|
97
|
+
const _DCJP = "DocumentClassificationJobProperties";
|
|
98
|
+
const _DCJPL = "DocumentClassificationJobPropertiesList";
|
|
99
|
+
const _DCN = "DocumentClassifierName";
|
|
100
|
+
const _DCODC = "DocumentClassifierOutputDataConfig";
|
|
101
|
+
const _DCP = "DocumentClassifierProperties";
|
|
102
|
+
const _DCPL = "DocumentClassifierPropertiesList";
|
|
103
|
+
const _DCS = "DocumentClassifierSummary";
|
|
104
|
+
const _DCSL = "DocumentClassifierSummariesList";
|
|
105
|
+
const _DD = "DescribeDataset";
|
|
106
|
+
const _DDARA = "DesiredDataAccessRoleArn";
|
|
107
|
+
const _DDC = "DeleteDocumentClassifier";
|
|
108
|
+
const _DDCIDC = "DatasetDocumentClassifierInputDataConfig";
|
|
109
|
+
const _DDCJ = "DescribeDocumentClassificationJob";
|
|
110
|
+
const _DDCJR = "DescribeDocumentClassificationJobRequest";
|
|
111
|
+
const _DDCJRe = "DescribeDocumentClassificationJobResponse";
|
|
112
|
+
const _DDCR = "DeleteDocumentClassifierRequest";
|
|
113
|
+
const _DDCRe = "DeleteDocumentClassifierResponse";
|
|
114
|
+
const _DDCRes = "DescribeDocumentClassifierRequest";
|
|
115
|
+
const _DDCResc = "DescribeDocumentClassifierResponse";
|
|
116
|
+
const _DDCe = "DescribeDocumentClassifier";
|
|
117
|
+
const _DDL = "DetectDominantLanguage";
|
|
118
|
+
const _DDLDJ = "DescribeDominantLanguageDetectionJob";
|
|
119
|
+
const _DDLDJR = "DescribeDominantLanguageDetectionJobRequest";
|
|
120
|
+
const _DDLDJRe = "DescribeDominantLanguageDetectionJobResponse";
|
|
121
|
+
const _DDLR = "DetectDominantLanguageRequest";
|
|
122
|
+
const _DDLRe = "DetectDominantLanguageResponse";
|
|
123
|
+
const _DDR = "DescribeDatasetRequest";
|
|
124
|
+
const _DDRe = "DescribeDatasetResponse";
|
|
125
|
+
const _DE = "DeleteEndpoint";
|
|
126
|
+
const _DEDJ = "DescribeEntitiesDetectionJob";
|
|
127
|
+
const _DEDJR = "DescribeEntitiesDetectionJobRequest";
|
|
128
|
+
const _DEDJRe = "DescribeEntitiesDetectionJobResponse";
|
|
129
|
+
const _DEDJRes = "DescribeEventsDetectionJobRequest";
|
|
130
|
+
const _DEDJResc = "DescribeEventsDetectionJobResponse";
|
|
131
|
+
const _DEDJe = "DescribeEventsDetectionJob";
|
|
132
|
+
const _DER = "DeleteEndpointRequest";
|
|
133
|
+
const _DERA = "DatasetEntityRecognizerAnnotations";
|
|
134
|
+
const _DERD = "DatasetEntityRecognizerDocuments";
|
|
135
|
+
const _DEREL = "DatasetEntityRecognizerEntityList";
|
|
136
|
+
const _DERIDC = "DatasetEntityRecognizerInputDataConfig";
|
|
137
|
+
const _DERR = "DeleteEntityRecognizerRequest";
|
|
138
|
+
const _DERRe = "DeleteEntityRecognizerResponse";
|
|
139
|
+
const _DERRes = "DescribeEntityRecognizerRequest";
|
|
140
|
+
const _DERResc = "DescribeEntityRecognizerResponse";
|
|
141
|
+
const _DERe = "DeleteEndpointResponse";
|
|
142
|
+
const _DERel = "DeleteEntityRecognizer";
|
|
143
|
+
const _DERes = "DescribeEndpointRequest";
|
|
144
|
+
const _DEResc = "DescribeEndpointResponse";
|
|
145
|
+
const _DERescr = "DescribeEntityRecognizer";
|
|
146
|
+
const _DERet = "DetectEntitiesRequest";
|
|
147
|
+
const _DERete = "DetectEntitiesResponse";
|
|
148
|
+
const _DEe = "DescribeEndpoint";
|
|
149
|
+
const _DEet = "DetectEntities";
|
|
150
|
+
const _DF = "DatasetFilter";
|
|
151
|
+
const _DFI = "DescribeFlywheelIteration";
|
|
152
|
+
const _DFIR = "DescribeFlywheelIterationRequest";
|
|
153
|
+
const _DFIRe = "DescribeFlywheelIterationResponse";
|
|
154
|
+
const _DFR = "DeleteFlywheelRequest";
|
|
155
|
+
const _DFRe = "DeleteFlywheelResponse";
|
|
156
|
+
const _DFRes = "DescribeFlywheelRequest";
|
|
157
|
+
const _DFResc = "DescribeFlywheelResponse";
|
|
158
|
+
const _DFa = "DataFormat";
|
|
159
|
+
const _DFe = "DeleteFlywheel";
|
|
160
|
+
const _DFes = "DescribeFlywheel";
|
|
161
|
+
const _DIDC = "DatasetInputDataConfig";
|
|
162
|
+
const _DIU = "DesiredInferenceUnits";
|
|
163
|
+
const _DKP = "DetectKeyPhrases";
|
|
164
|
+
const _DKPDJ = "DescribeKeyPhrasesDetectionJob";
|
|
165
|
+
const _DKPDJR = "DescribeKeyPhrasesDetectionJobRequest";
|
|
166
|
+
const _DKPDJRe = "DescribeKeyPhrasesDetectionJobResponse";
|
|
167
|
+
const _DKPR = "DetectKeyPhrasesRequest";
|
|
168
|
+
const _DKPRe = "DetectKeyPhrasesResponse";
|
|
169
|
+
const _DL = "DocumentLabel";
|
|
170
|
+
const _DLDJF = "DominantLanguageDetectionJobFilter";
|
|
171
|
+
const _DLDJP = "DominantLanguageDetectionJobProperties";
|
|
172
|
+
const _DLDJPL = "DominantLanguageDetectionJobPropertiesList";
|
|
173
|
+
const _DLKKI = "DataLakeKmsKeyId";
|
|
174
|
+
const _DLSU = "DataLakeS3Uri";
|
|
175
|
+
const _DLo = "DominantLanguage";
|
|
176
|
+
const _DM = "DocumentMetadata";
|
|
177
|
+
const _DMA = "DesiredModelArn";
|
|
178
|
+
const _DMI = "DescriptiveMentionIndex";
|
|
179
|
+
const _DN = "DatasetName";
|
|
180
|
+
const _DP = "DatasetProperties";
|
|
181
|
+
const _DPE = "DetectPiiEntities";
|
|
182
|
+
const _DPEDJ = "DescribePiiEntitiesDetectionJob";
|
|
183
|
+
const _DPEDJR = "DescribePiiEntitiesDetectionJobRequest";
|
|
184
|
+
const _DPEDJRe = "DescribePiiEntitiesDetectionJobResponse";
|
|
185
|
+
const _DPER = "DetectPiiEntitiesRequest";
|
|
186
|
+
const _DPERe = "DetectPiiEntitiesResponse";
|
|
187
|
+
const _DPL = "DatasetPropertiesList";
|
|
188
|
+
const _DRA = "DocumentReadAction";
|
|
189
|
+
const _DRC = "DocumentReaderConfig";
|
|
190
|
+
const _DRM = "DocumentReadMode";
|
|
191
|
+
const _DRP = "DeleteResourcePolicy";
|
|
192
|
+
const _DRPR = "DeleteResourcePolicyRequest";
|
|
193
|
+
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
194
|
+
const _DRPRes = "DescribeResourcePolicyRequest";
|
|
195
|
+
const _DRPResc = "DescribeResourcePolicyResponse";
|
|
196
|
+
const _DRPe = "DescribeResourcePolicy";
|
|
197
|
+
const _DS = "DetectSentiment";
|
|
198
|
+
const _DSC = "DataSecurityConfig";
|
|
199
|
+
const _DSDJ = "DescribeSentimentDetectionJob";
|
|
200
|
+
const _DSDJR = "DescribeSentimentDetectionJobRequest";
|
|
201
|
+
const _DSDJRe = "DescribeSentimentDetectionJobResponse";
|
|
202
|
+
const _DSR = "DetectSentimentRequest";
|
|
203
|
+
const _DSRe = "DetectSentimentResponse";
|
|
204
|
+
const _DSRet = "DetectSyntaxRequest";
|
|
205
|
+
const _DSRete = "DetectSyntaxResponse";
|
|
206
|
+
const _DSU = "DatasetS3Uri";
|
|
207
|
+
const _DSe = "DetectSyntax";
|
|
208
|
+
const _DT = "DocumentType";
|
|
209
|
+
const _DTC = "DetectToxicContent";
|
|
210
|
+
const _DTCR = "DetectToxicContentRequest";
|
|
211
|
+
const _DTCRe = "DetectToxicContentResponse";
|
|
212
|
+
const _DTDJ = "DescribeTopicsDetectionJob";
|
|
213
|
+
const _DTDJR = "DescribeTopicsDetectionJobRequest";
|
|
214
|
+
const _DTDJRe = "DescribeTopicsDetectionJobResponse";
|
|
215
|
+
const _DTLI = "DocumentTypeListItem";
|
|
216
|
+
const _DTS = "DetectTargetedSentiment";
|
|
217
|
+
const _DTSDJ = "DescribeTargetedSentimentDetectionJob";
|
|
218
|
+
const _DTSDJR = "DescribeTargetedSentimentDetectionJobRequest";
|
|
219
|
+
const _DTSDJRe = "DescribeTargetedSentimentDetectionJobResponse";
|
|
220
|
+
const _DTSR = "DetectTargetedSentimentRequest";
|
|
221
|
+
const _DTSRe = "DetectTargetedSentimentResponse";
|
|
222
|
+
const _DTa = "DatasetType";
|
|
223
|
+
const _De = "Detail";
|
|
224
|
+
const _Do = "Documents";
|
|
225
|
+
const _E = "Entities";
|
|
226
|
+
const _EA = "EndpointArn";
|
|
227
|
+
const _EC = "ErrorCode";
|
|
228
|
+
const _ECLI = "ExtractedCharactersListItem";
|
|
229
|
+
const _ECx = "ExtractedCharacters";
|
|
230
|
+
const _EDJF = "EntitiesDetectionJobFilter";
|
|
231
|
+
const _EDJFv = "EventsDetectionJobFilter";
|
|
232
|
+
const _EDJP = "EntitiesDetectionJobProperties";
|
|
233
|
+
const _EDJPL = "EntitiesDetectionJobPropertiesList";
|
|
234
|
+
const _EDJPLv = "EventsDetectionJobPropertiesList";
|
|
235
|
+
const _EDJPv = "EventsDetectionJobProperties";
|
|
236
|
+
const _EF = "EndpointFilter";
|
|
237
|
+
const _EL = "ErrorList";
|
|
238
|
+
const _ELI = "ErrorsListItem";
|
|
239
|
+
const _ELn = "EntityList";
|
|
240
|
+
const _ELnt = "EntityLabel";
|
|
241
|
+
const _EM = "ErrorMessage";
|
|
242
|
+
const _EMA = "EvaluatedModelArn";
|
|
243
|
+
const _EMM = "EvaluatedModelMetrics";
|
|
244
|
+
const _EMSP = "EvaluationManifestS3Prefix";
|
|
245
|
+
const _EMv = "EvaluationMetrics";
|
|
246
|
+
const _EN = "EndpointName";
|
|
247
|
+
const _EO = "EndOffset";
|
|
248
|
+
const _EP = "EndpointProperties";
|
|
249
|
+
const _EPL = "EndpointPropertiesList";
|
|
250
|
+
const _ERA = "EntityRecognizerArn";
|
|
251
|
+
const _ERAML = "EntityRecognizerAugmentedManifestsList";
|
|
252
|
+
const _ERAn = "EntityRecognizerAnnotations";
|
|
253
|
+
const _ERC = "EntityRecognitionConfig";
|
|
254
|
+
const _ERD = "EntityRecognizerDocuments";
|
|
255
|
+
const _EREL = "EntityRecognizerEntityList";
|
|
256
|
+
const _EREM = "EntityRecognizerEvaluationMetrics";
|
|
257
|
+
const _ERF = "EntityRecognizerFilter";
|
|
258
|
+
const _ERIDC = "EntityRecognizerInputDataConfig";
|
|
259
|
+
const _ERM = "EntityRecognizerMetadata";
|
|
260
|
+
const _ERMETL = "EntityRecognizerMetadataEntityTypesList";
|
|
261
|
+
const _ERMETLI = "EntityRecognizerMetadataEntityTypesListItem";
|
|
262
|
+
const _ERODC = "EntityRecognizerOutputDataConfig";
|
|
263
|
+
const _ERP = "EntityRecognizerProperties";
|
|
264
|
+
const _ERPL = "EntityRecognizerPropertiesList";
|
|
265
|
+
const _ERS = "EntityRecognizerSummary";
|
|
266
|
+
const _ERSL = "EntityRecognizerSummariesList";
|
|
267
|
+
const _ET = "EndTime";
|
|
268
|
+
const _ETEM = "EntityTypesEvaluationMetrics";
|
|
269
|
+
const _ETL = "EntityTypesList";
|
|
270
|
+
const _ETLI = "EntityTypesListItem";
|
|
271
|
+
const _ETn = "EntityTypes";
|
|
272
|
+
const _En = "Entity";
|
|
273
|
+
const _Er = "Errors";
|
|
274
|
+
const _F = "Filter";
|
|
275
|
+
const _FA = "FlywheelArn";
|
|
276
|
+
const _FF = "FlywheelFilter";
|
|
277
|
+
const _FIF = "FlywheelIterationFilter";
|
|
278
|
+
const _FII = "FlywheelIterationId";
|
|
279
|
+
const _FIP = "FlywheelIterationProperties";
|
|
280
|
+
const _FIPL = "FlywheelIterationPropertiesList";
|
|
281
|
+
const _FMEM = "FlywheelModelEvaluationMetrics";
|
|
282
|
+
const _FN = "FlywheelName";
|
|
283
|
+
const _FP = "FlywheelProperties";
|
|
284
|
+
const _FS = "F1Score";
|
|
285
|
+
const _FSL = "FlywheelSummaryList";
|
|
286
|
+
const _FSSP = "FlywheelStatsS3Prefix";
|
|
287
|
+
const _FSl = "FlywheelSummary";
|
|
288
|
+
const _FT = "FeatureTypes";
|
|
289
|
+
const _G = "Geometry";
|
|
290
|
+
const _GS = "GroupScore";
|
|
291
|
+
const _H = "Height";
|
|
292
|
+
const _HL = "HammingLoss";
|
|
293
|
+
const _I = "Index";
|
|
294
|
+
const _IDC = "InputDataConfig";
|
|
295
|
+
const _IF = "InputFormat";
|
|
296
|
+
const _IFE = "InvalidFilterException";
|
|
297
|
+
const _IM = "ImportModel";
|
|
298
|
+
const _IMR = "ImportModelRequest";
|
|
299
|
+
const _IMRm = "ImportModelResponse";
|
|
300
|
+
const _IRD = "InvalidRequestDetail";
|
|
301
|
+
const _IRE = "InvalidRequestException";
|
|
302
|
+
const _ISE = "InternalServerException";
|
|
303
|
+
const _Id = "Id";
|
|
304
|
+
const _Ids = "Ids";
|
|
305
|
+
const _JA = "JobArn";
|
|
306
|
+
const _JI = "JobId";
|
|
307
|
+
const _JN = "JobName";
|
|
308
|
+
const _JNFE = "JobNotFoundException";
|
|
309
|
+
const _JS = "JobStatus";
|
|
310
|
+
const _K = "Key";
|
|
311
|
+
const _KKI = "KmsKeyId";
|
|
312
|
+
const _KKVE = "KmsKeyValidationException";
|
|
313
|
+
const _KP = "KeyPhrases";
|
|
314
|
+
const _KPDJF = "KeyPhrasesDetectionJobFilter";
|
|
315
|
+
const _KPDJP = "KeyPhrasesDetectionJobProperties";
|
|
316
|
+
const _KPDJPL = "KeyPhrasesDetectionJobPropertiesList";
|
|
317
|
+
const _KPe = "KeyPhrase";
|
|
318
|
+
const _L = "Languages";
|
|
319
|
+
const _LC = "LanguageCode";
|
|
320
|
+
const _LD = "LabelDelimiter";
|
|
321
|
+
const _LDC = "ListDocumentClassifiers";
|
|
322
|
+
const _LDCJ = "ListDocumentClassificationJobs";
|
|
323
|
+
const _LDCJR = "ListDocumentClassificationJobsRequest";
|
|
324
|
+
const _LDCJRi = "ListDocumentClassificationJobsResponse";
|
|
325
|
+
const _LDCR = "ListDocumentClassifiersRequest";
|
|
326
|
+
const _LDCRi = "ListDocumentClassifiersResponse";
|
|
327
|
+
const _LDCS = "ListDocumentClassifierSummaries";
|
|
328
|
+
const _LDCSR = "ListDocumentClassifierSummariesRequest";
|
|
329
|
+
const _LDCSRi = "ListDocumentClassifierSummariesResponse";
|
|
330
|
+
const _LDLDJ = "ListDominantLanguageDetectionJobs";
|
|
331
|
+
const _LDLDJR = "ListDominantLanguageDetectionJobsRequest";
|
|
332
|
+
const _LDLDJRi = "ListDominantLanguageDetectionJobsResponse";
|
|
333
|
+
const _LDR = "ListDatasetsRequest";
|
|
334
|
+
const _LDRi = "ListDatasetsResponse";
|
|
335
|
+
const _LDi = "ListDatasets";
|
|
336
|
+
const _LE = "ListEndpoints";
|
|
337
|
+
const _LEDJ = "ListEntitiesDetectionJobs";
|
|
338
|
+
const _LEDJR = "ListEntitiesDetectionJobsRequest";
|
|
339
|
+
const _LEDJRi = "ListEntitiesDetectionJobsResponse";
|
|
340
|
+
const _LEDJRis = "ListEventsDetectionJobsRequest";
|
|
341
|
+
const _LEDJRist = "ListEventsDetectionJobsResponse";
|
|
342
|
+
const _LEDJi = "ListEventsDetectionJobs";
|
|
343
|
+
const _LER = "ListEndpointsRequest";
|
|
344
|
+
const _LERR = "ListEntityRecognizersRequest";
|
|
345
|
+
const _LERRi = "ListEntityRecognizersResponse";
|
|
346
|
+
const _LERS = "ListEntityRecognizerSummaries";
|
|
347
|
+
const _LERSR = "ListEntityRecognizerSummariesRequest";
|
|
348
|
+
const _LERSRi = "ListEntityRecognizerSummariesResponse";
|
|
349
|
+
const _LERi = "ListEndpointsResponse";
|
|
350
|
+
const _LERis = "ListEntityRecognizers";
|
|
351
|
+
const _LF = "ListFlywheels";
|
|
352
|
+
const _LFI = "LatestFlywheelIteration";
|
|
353
|
+
const _LFIH = "ListFlywheelIterationHistory";
|
|
354
|
+
const _LFIHR = "ListFlywheelIterationHistoryRequest";
|
|
355
|
+
const _LFIHRi = "ListFlywheelIterationHistoryResponse";
|
|
356
|
+
const _LFR = "ListFlywheelsRequest";
|
|
357
|
+
const _LFRi = "ListFlywheelsResponse";
|
|
358
|
+
const _LKPDJ = "ListKeyPhrasesDetectionJobs";
|
|
359
|
+
const _LKPDJR = "ListKeyPhrasesDetectionJobsRequest";
|
|
360
|
+
const _LKPDJRi = "ListKeyPhrasesDetectionJobsResponse";
|
|
361
|
+
const _LMT = "LastModifiedTime";
|
|
362
|
+
const _LOB = "ListOfBlocks";
|
|
363
|
+
const _LOBR = "ListOfBlockReferences";
|
|
364
|
+
const _LOC = "ListOfClasses";
|
|
365
|
+
const _LOCB = "ListOfChildBlocks";
|
|
366
|
+
const _LODDLR = "ListOfDetectDominantLanguageResult";
|
|
367
|
+
const _LODER = "ListOfDetectEntitiesResult";
|
|
368
|
+
const _LODKPR = "ListOfDetectKeyPhrasesResult";
|
|
369
|
+
const _LODL = "ListOfDominantLanguages";
|
|
370
|
+
const _LODSR = "ListOfDetectSentimentResult";
|
|
371
|
+
const _LODSRi = "ListOfDetectSyntaxResult";
|
|
372
|
+
const _LODT = "ListOfDocumentType";
|
|
373
|
+
const _LODTSR = "ListOfDetectTargetedSentimentResult";
|
|
374
|
+
const _LOE = "ListOfEntities";
|
|
375
|
+
const _LOEC = "ListOfExtractedCharacters";
|
|
376
|
+
const _LOEL = "ListOfEntityLabels";
|
|
377
|
+
const _LOEi = "ListOfErrors";
|
|
378
|
+
const _LOKP = "ListOfKeyPhrases";
|
|
379
|
+
const _LOL = "ListOfLabels";
|
|
380
|
+
const _LOM = "ListOfMentions";
|
|
381
|
+
const _LOPE = "ListOfPiiEntities";
|
|
382
|
+
const _LOR = "ListOfRelationships";
|
|
383
|
+
const _LOST = "ListOfSyntaxTokens";
|
|
384
|
+
const _LOTC = "ListOfToxicContent";
|
|
385
|
+
const _LOTL = "ListOfToxicLabels";
|
|
386
|
+
const _LOTS = "ListOfTextSegments";
|
|
387
|
+
const _LOTSE = "ListOfTargetedSentimentEntities";
|
|
388
|
+
const _LOW = "ListOfWarnings";
|
|
389
|
+
const _LPEDJ = "ListPiiEntitiesDetectionJobs";
|
|
390
|
+
const _LPEDJR = "ListPiiEntitiesDetectionJobsRequest";
|
|
391
|
+
const _LPEDJRi = "ListPiiEntitiesDetectionJobsResponse";
|
|
392
|
+
const _LSDJ = "ListSentimentDetectionJobs";
|
|
393
|
+
const _LSDJR = "ListSentimentDetectionJobsRequest";
|
|
394
|
+
const _LSDJRi = "ListSentimentDetectionJobsResponse";
|
|
395
|
+
const _LTDJ = "ListTopicsDetectionJobs";
|
|
396
|
+
const _LTDJR = "ListTopicsDetectionJobsRequest";
|
|
397
|
+
const _LTDJRi = "ListTopicsDetectionJobsResponse";
|
|
398
|
+
const _LTFR = "ListTagsForResource";
|
|
399
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
400
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
401
|
+
const _LTSDJ = "ListTargetedSentimentDetectionJobs";
|
|
402
|
+
const _LTSDJR = "ListTargetedSentimentDetectionJobsRequest";
|
|
403
|
+
const _LTSDJRi = "ListTargetedSentimentDetectionJobsResponse";
|
|
404
|
+
const _LVCA = "LatestVersionCreatedAt";
|
|
405
|
+
const _LVN = "LatestVersionName";
|
|
406
|
+
const _LVS = "LatestVersionStatus";
|
|
407
|
+
const _La = "Labels";
|
|
408
|
+
const _Le = "Left";
|
|
409
|
+
const _M = "Message";
|
|
410
|
+
const _MA = "ModelArn";
|
|
411
|
+
const _MC = "MaskCharacter";
|
|
412
|
+
const _MFS = "MicroF1Score";
|
|
413
|
+
const _MKKI = "ModelKmsKeyId";
|
|
414
|
+
const _MM = "MaskMode";
|
|
415
|
+
const _MN = "ModelName";
|
|
416
|
+
const _MP = "MicroPrecision";
|
|
417
|
+
const _MPo = "ModelPolicy";
|
|
418
|
+
const _MR = "MicroRecall";
|
|
419
|
+
const _MRa = "MaxResults";
|
|
420
|
+
const _MS = "MentionSentiment";
|
|
421
|
+
const _MT = "ModelType";
|
|
422
|
+
const _Me = "Mentions";
|
|
423
|
+
const _Mi = "Mixed";
|
|
424
|
+
const _Mo = "Mode";
|
|
425
|
+
const _N = "Name";
|
|
426
|
+
const _NOD = "NumberOfDocuments";
|
|
427
|
+
const _NOL = "NumberOfLabels";
|
|
428
|
+
const _NOT = "NumberOfTopics";
|
|
429
|
+
const _NOTD = "NumberOfTrainedDocuments";
|
|
430
|
+
const _NOTDu = "NumberOfTestDocuments";
|
|
431
|
+
const _NOTM = "NumberOfTrainMentions";
|
|
432
|
+
const _NOV = "NumberOfVersions";
|
|
433
|
+
const _NT = "NextToken";
|
|
434
|
+
const _Ne = "Negative";
|
|
435
|
+
const _Neu = "Neutral";
|
|
436
|
+
const _ODC = "OutputDataConfig";
|
|
437
|
+
const _P = "Page";
|
|
438
|
+
const _PE = "PiiEntity";
|
|
439
|
+
const _PEDJF = "PiiEntitiesDetectionJobFilter";
|
|
440
|
+
const _PEDJP = "PiiEntitiesDetectionJobProperties";
|
|
441
|
+
const _PEDJPL = "PiiEntitiesDetectionJobPropertiesList";
|
|
442
|
+
const _PET = "PiiEntityTypes";
|
|
443
|
+
const _PODC = "PiiOutputDataConfig";
|
|
444
|
+
const _POS = "PartOfSpeech";
|
|
445
|
+
const _POST = "PartOfSpeechTag";
|
|
446
|
+
const _PRI = "PolicyRevisionId";
|
|
447
|
+
const _PRP = "PutResourcePolicy";
|
|
448
|
+
const _PRPR = "PutResourcePolicyRequest";
|
|
449
|
+
const _PRPRu = "PutResourcePolicyResponse";
|
|
450
|
+
const _Pa = "Pages";
|
|
451
|
+
const _Po = "Polygon";
|
|
452
|
+
const _Poi = "Point";
|
|
453
|
+
const _Pos = "Positive";
|
|
454
|
+
const _Pr = "Precision";
|
|
455
|
+
const _R = "Relationships";
|
|
456
|
+
const _RA = "ResourceArn";
|
|
457
|
+
const _RC = "RedactionConfig";
|
|
458
|
+
const _RIUE = "ResourceInUseException";
|
|
459
|
+
const _RL = "ResultList";
|
|
460
|
+
const _RLEE = "ResourceLimitExceededException";
|
|
461
|
+
const _RLI = "RelationshipsListItem";
|
|
462
|
+
const _RM = "RecognizerMetadata";
|
|
463
|
+
const _RN = "RecognizerName";
|
|
464
|
+
const _RNFE = "ResourceNotFoundException";
|
|
465
|
+
const _RP = "ResourcePolicy";
|
|
466
|
+
const _RUE = "ResourceUnavailableException";
|
|
467
|
+
const _Re = "Recall";
|
|
468
|
+
const _Rea = "Reason";
|
|
469
|
+
const _S = "Split";
|
|
470
|
+
const _SDCJ = "StartDocumentClassificationJob";
|
|
471
|
+
const _SDCJR = "StartDocumentClassificationJobRequest";
|
|
472
|
+
const _SDCJRt = "StartDocumentClassificationJobResponse";
|
|
473
|
+
const _SDJF = "SentimentDetectionJobFilter";
|
|
474
|
+
const _SDJP = "SentimentDetectionJobProperties";
|
|
475
|
+
const _SDJPL = "SentimentDetectionJobPropertiesList";
|
|
476
|
+
const _SDLDJ = "StartDominantLanguageDetectionJob";
|
|
477
|
+
const _SDLDJR = "StartDominantLanguageDetectionJobRequest";
|
|
478
|
+
const _SDLDJRt = "StartDominantLanguageDetectionJobResponse";
|
|
479
|
+
const _SDLDJRto = "StopDominantLanguageDetectionJobRequest";
|
|
480
|
+
const _SDLDJRtop = "StopDominantLanguageDetectionJobResponse";
|
|
481
|
+
const _SDLDJt = "StopDominantLanguageDetectionJob";
|
|
482
|
+
const _SDSU = "SourceDocumentsS3Uri";
|
|
483
|
+
const _SEDJ = "StartEntitiesDetectionJob";
|
|
484
|
+
const _SEDJR = "StartEntitiesDetectionJobRequest";
|
|
485
|
+
const _SEDJRt = "StartEntitiesDetectionJobResponse";
|
|
486
|
+
const _SEDJRta = "StartEventsDetectionJobRequest";
|
|
487
|
+
const _SEDJRtar = "StartEventsDetectionJobResponse";
|
|
488
|
+
const _SEDJRto = "StopEntitiesDetectionJobRequest";
|
|
489
|
+
const _SEDJRtop = "StopEntitiesDetectionJobResponse";
|
|
490
|
+
const _SEDJRtopv = "StopEventsDetectionJobRequest";
|
|
491
|
+
const _SEDJRtopve = "StopEventsDetectionJobResponse";
|
|
492
|
+
const _SEDJt = "StartEventsDetectionJob";
|
|
493
|
+
const _SEDJto = "StopEntitiesDetectionJob";
|
|
494
|
+
const _SEDJtop = "StopEventsDetectionJob";
|
|
495
|
+
const _SFI = "StartFlywheelIteration";
|
|
496
|
+
const _SFIR = "StartFlywheelIterationRequest";
|
|
497
|
+
const _SFIRt = "StartFlywheelIterationResponse";
|
|
498
|
+
const _SGI = "SecurityGroupIds";
|
|
499
|
+
const _SKPDJ = "StartKeyPhrasesDetectionJob";
|
|
500
|
+
const _SKPDJR = "StartKeyPhrasesDetectionJobRequest";
|
|
501
|
+
const _SKPDJRt = "StartKeyPhrasesDetectionJobResponse";
|
|
502
|
+
const _SKPDJRto = "StopKeyPhrasesDetectionJobRequest";
|
|
503
|
+
const _SKPDJRtop = "StopKeyPhrasesDetectionJobResponse";
|
|
504
|
+
const _SKPDJt = "StopKeyPhrasesDetectionJob";
|
|
505
|
+
const _SMA = "SourceModelArn";
|
|
506
|
+
const _SPEDJ = "StartPiiEntitiesDetectionJob";
|
|
507
|
+
const _SPEDJR = "StartPiiEntitiesDetectionJobRequest";
|
|
508
|
+
const _SPEDJRt = "StartPiiEntitiesDetectionJobResponse";
|
|
509
|
+
const _SPEDJRto = "StopPiiEntitiesDetectionJobRequest";
|
|
510
|
+
const _SPEDJRtop = "StopPiiEntitiesDetectionJobResponse";
|
|
511
|
+
const _SPEDJt = "StopPiiEntitiesDetectionJob";
|
|
512
|
+
const _SS = "SentimentScore";
|
|
513
|
+
const _SSDJ = "StartSentimentDetectionJob";
|
|
514
|
+
const _SSDJR = "StartSentimentDetectionJobRequest";
|
|
515
|
+
const _SSDJRt = "StartSentimentDetectionJobResponse";
|
|
516
|
+
const _SSDJRto = "StopSentimentDetectionJobRequest";
|
|
517
|
+
const _SSDJRtop = "StopSentimentDetectionJobResponse";
|
|
518
|
+
const _SSDJt = "StopSentimentDetectionJob";
|
|
519
|
+
const _ST = "SyntaxTokens";
|
|
520
|
+
const _STA = "SubmitTimeAfter";
|
|
521
|
+
const _STB = "SubmitTimeBefore";
|
|
522
|
+
const _STDC = "StopTrainingDocumentClassifier";
|
|
523
|
+
const _STDCR = "StopTrainingDocumentClassifierRequest";
|
|
524
|
+
const _STDCRt = "StopTrainingDocumentClassifierResponse";
|
|
525
|
+
const _STDJ = "StartTopicsDetectionJob";
|
|
526
|
+
const _STDJR = "StartTopicsDetectionJobRequest";
|
|
527
|
+
const _STDJRt = "StartTopicsDetectionJobResponse";
|
|
528
|
+
const _STER = "StopTrainingEntityRecognizer";
|
|
529
|
+
const _STERR = "StopTrainingEntityRecognizerRequest";
|
|
530
|
+
const _STERRt = "StopTrainingEntityRecognizerResponse";
|
|
531
|
+
const _STSDJ = "StartTargetedSentimentDetectionJob";
|
|
532
|
+
const _STSDJR = "StartTargetedSentimentDetectionJobRequest";
|
|
533
|
+
const _STSDJRt = "StartTargetedSentimentDetectionJobResponse";
|
|
534
|
+
const _STSDJRto = "StopTargetedSentimentDetectionJobRequest";
|
|
535
|
+
const _STSDJRtop = "StopTargetedSentimentDetectionJobResponse";
|
|
536
|
+
const _STSDJt = "StopTargetedSentimentDetectionJob";
|
|
537
|
+
const _STu = "SubmitTime";
|
|
538
|
+
const _STy = "SyntaxToken";
|
|
539
|
+
const _SU = "S3Uri";
|
|
540
|
+
const _Sc = "Score";
|
|
541
|
+
const _Se = "Sentiment";
|
|
542
|
+
const _St = "Status";
|
|
543
|
+
const _Su = "Subnets";
|
|
544
|
+
const _T = "Text";
|
|
545
|
+
const _TC = "TaskConfig";
|
|
546
|
+
const _TCo = "ToxicContent";
|
|
547
|
+
const _TDJF = "TopicsDetectionJobFilter";
|
|
548
|
+
const _TDJP = "TopicsDetectionJobProperties";
|
|
549
|
+
const _TDJPL = "TopicsDetectionJobPropertiesList";
|
|
550
|
+
const _TET = "TrainingEndTime";
|
|
551
|
+
const _TETa = "TargetEventTypes";
|
|
552
|
+
const _TI = "TokenId";
|
|
553
|
+
const _TK = "TagKeys";
|
|
554
|
+
const _TL = "TextList";
|
|
555
|
+
const _TLa = "TagList";
|
|
556
|
+
const _TLo = "ToxicLabels";
|
|
557
|
+
const _TMA = "TrainedModelArn";
|
|
558
|
+
const _TMM = "TrainedModelMetrics";
|
|
559
|
+
const _TMRE = "TooManyRequestsException";
|
|
560
|
+
const _TMTE = "TooManyTagsException";
|
|
561
|
+
const _TMTKE = "TooManyTagKeysException";
|
|
562
|
+
const _TR = "TagResource";
|
|
563
|
+
const _TRR = "TagResourceRequest";
|
|
564
|
+
const _TRRa = "TagResourceResponse";
|
|
565
|
+
const _TS = "TextSegments";
|
|
566
|
+
const _TSDJF = "TargetedSentimentDetectionJobFilter";
|
|
567
|
+
const _TSDJP = "TargetedSentimentDetectionJobProperties";
|
|
568
|
+
const _TSDJPL = "TargetedSentimentDetectionJobPropertiesList";
|
|
569
|
+
const _TSE = "TargetedSentimentEntity";
|
|
570
|
+
const _TSLEE = "TextSizeLimitExceededException";
|
|
571
|
+
const _TSM = "TargetedSentimentMention";
|
|
572
|
+
const _TST = "TrainingStartTime";
|
|
573
|
+
const _TSU = "TestS3Uri";
|
|
574
|
+
const _TSe = "TextSegment";
|
|
575
|
+
const _Ta = "Tags";
|
|
576
|
+
const _Tag = "Tag";
|
|
577
|
+
const _To = "Top";
|
|
578
|
+
const _Tox = "Toxicity";
|
|
579
|
+
const _Ty = "Type";
|
|
580
|
+
const _UDSC = "UpdateDataSecurityConfig";
|
|
581
|
+
const _UE = "UpdateEndpoint";
|
|
582
|
+
const _UER = "UpdateEndpointRequest";
|
|
583
|
+
const _UERp = "UpdateEndpointResponse";
|
|
584
|
+
const _UF = "UpdateFlywheel";
|
|
585
|
+
const _UFR = "UpdateFlywheelRequest";
|
|
586
|
+
const _UFRp = "UpdateFlywheelResponse";
|
|
587
|
+
const _ULE = "UnsupportedLanguageException";
|
|
588
|
+
const _UR = "UntagResource";
|
|
589
|
+
const _URR = "UntagResourceRequest";
|
|
590
|
+
const _URRn = "UntagResourceResponse";
|
|
591
|
+
const _V = "Value";
|
|
592
|
+
const _VC = "VpcConfig";
|
|
593
|
+
const _VKKI = "VolumeKmsKeyId";
|
|
594
|
+
const _VN = "VersionName";
|
|
595
|
+
const _W = "Width";
|
|
596
|
+
const _WC = "WarnCode";
|
|
597
|
+
const _WLI = "WarningsListItem";
|
|
598
|
+
const _WM = "WarnMessage";
|
|
599
|
+
const _Wa = "Warnings";
|
|
600
|
+
const _X = "X";
|
|
601
|
+
const _Y = "Y";
|
|
602
|
+
const _c = "client";
|
|
603
|
+
const _e = "error";
|
|
604
|
+
const _hE = "httpError";
|
|
605
|
+
const _s = "server";
|
|
606
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.comprehend";
|
|
607
|
+
const n0 = "com.amazonaws.comprehend";
|
|
608
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
609
|
+
import { ComprehendServiceException as __ComprehendServiceException } from "../models/ComprehendServiceException";
|
|
610
|
+
import { BatchSizeLimitExceededException as __BatchSizeLimitExceededException, ConcurrentModificationException as __ConcurrentModificationException, InternalServerException as __InternalServerException, InvalidFilterException as __InvalidFilterException, InvalidRequestException as __InvalidRequestException, JobNotFoundException as __JobNotFoundException, KmsKeyValidationException as __KmsKeyValidationException, ResourceInUseException as __ResourceInUseException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, TextSizeLimitExceededException as __TextSizeLimitExceededException, TooManyRequestsException as __TooManyRequestsException, TooManyTagKeysException as __TooManyTagKeysException, TooManyTagsException as __TooManyTagsException, UnsupportedLanguageException as __UnsupportedLanguageException, } from "../models/index";
|
|
611
|
+
export var CustomerInputString = [0, n0, _CIS, 8, 0];
|
|
612
|
+
export var AugmentedManifestsListItem = [
|
|
613
|
+
3,
|
|
614
|
+
n0,
|
|
615
|
+
_AMLI,
|
|
616
|
+
0,
|
|
617
|
+
[_SU, _S, _AN, _ADSU, _SDSU, _DT],
|
|
618
|
+
[0, 0, 64 | 0, 0, 0, 0],
|
|
619
|
+
];
|
|
620
|
+
export var BatchDetectDominantLanguageItemResult = [
|
|
621
|
+
3,
|
|
622
|
+
n0,
|
|
623
|
+
_BDDLIR,
|
|
624
|
+
0,
|
|
625
|
+
[_I, _L],
|
|
626
|
+
[1, () => ListOfDominantLanguages],
|
|
627
|
+
];
|
|
628
|
+
export var BatchDetectDominantLanguageRequest = [
|
|
629
|
+
3,
|
|
630
|
+
n0,
|
|
631
|
+
_BDDLR,
|
|
632
|
+
0,
|
|
633
|
+
[_TL],
|
|
634
|
+
[[() => CustomerInputStringList, 0]],
|
|
635
|
+
];
|
|
636
|
+
export var BatchDetectDominantLanguageResponse = [
|
|
637
|
+
3,
|
|
638
|
+
n0,
|
|
639
|
+
_BDDLRa,
|
|
640
|
+
8,
|
|
641
|
+
[_RL, _EL],
|
|
642
|
+
[() => ListOfDetectDominantLanguageResult, () => BatchItemErrorList],
|
|
643
|
+
];
|
|
644
|
+
export var BatchDetectEntitiesItemResult = [
|
|
645
|
+
3,
|
|
646
|
+
n0,
|
|
647
|
+
_BDEIR,
|
|
648
|
+
0,
|
|
649
|
+
[_I, _E],
|
|
650
|
+
[1, () => ListOfEntities],
|
|
651
|
+
];
|
|
652
|
+
export var BatchDetectEntitiesRequest = [
|
|
653
|
+
3,
|
|
654
|
+
n0,
|
|
655
|
+
_BDER,
|
|
656
|
+
0,
|
|
657
|
+
[_TL, _LC],
|
|
658
|
+
[[() => CustomerInputStringList, 0], 0],
|
|
659
|
+
];
|
|
660
|
+
export var BatchDetectEntitiesResponse = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_BDERa,
|
|
664
|
+
8,
|
|
665
|
+
[_RL, _EL],
|
|
666
|
+
[() => ListOfDetectEntitiesResult, () => BatchItemErrorList],
|
|
667
|
+
];
|
|
668
|
+
export var BatchDetectKeyPhrasesItemResult = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_BDKPIR,
|
|
672
|
+
0,
|
|
673
|
+
[_I, _KP],
|
|
674
|
+
[1, () => ListOfKeyPhrases],
|
|
675
|
+
];
|
|
676
|
+
export var BatchDetectKeyPhrasesRequest = [
|
|
677
|
+
3,
|
|
678
|
+
n0,
|
|
679
|
+
_BDKPR,
|
|
680
|
+
0,
|
|
681
|
+
[_TL, _LC],
|
|
682
|
+
[[() => CustomerInputStringList, 0], 0],
|
|
683
|
+
];
|
|
684
|
+
export var BatchDetectKeyPhrasesResponse = [
|
|
685
|
+
3,
|
|
686
|
+
n0,
|
|
687
|
+
_BDKPRa,
|
|
688
|
+
8,
|
|
689
|
+
[_RL, _EL],
|
|
690
|
+
[() => ListOfDetectKeyPhrasesResult, () => BatchItemErrorList],
|
|
691
|
+
];
|
|
692
|
+
export var BatchDetectSentimentItemResult = [
|
|
693
|
+
3,
|
|
694
|
+
n0,
|
|
695
|
+
_BDSIR,
|
|
696
|
+
0,
|
|
697
|
+
[_I, _Se, _SS],
|
|
698
|
+
[1, 0, () => SentimentScore],
|
|
699
|
+
];
|
|
700
|
+
export var BatchDetectSentimentRequest = [
|
|
701
|
+
3,
|
|
702
|
+
n0,
|
|
703
|
+
_BDSR,
|
|
704
|
+
0,
|
|
705
|
+
[_TL, _LC],
|
|
706
|
+
[[() => CustomerInputStringList, 0], 0],
|
|
707
|
+
];
|
|
708
|
+
export var BatchDetectSentimentResponse = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_BDSRa,
|
|
712
|
+
8,
|
|
713
|
+
[_RL, _EL],
|
|
714
|
+
[() => ListOfDetectSentimentResult, () => BatchItemErrorList],
|
|
715
|
+
];
|
|
716
|
+
export var BatchDetectSyntaxItemResult = [
|
|
717
|
+
3,
|
|
718
|
+
n0,
|
|
719
|
+
_BDSIRa,
|
|
720
|
+
0,
|
|
721
|
+
[_I, _ST],
|
|
722
|
+
[1, () => ListOfSyntaxTokens],
|
|
723
|
+
];
|
|
724
|
+
export var BatchDetectSyntaxRequest = [
|
|
725
|
+
3,
|
|
726
|
+
n0,
|
|
727
|
+
_BDSRat,
|
|
728
|
+
0,
|
|
729
|
+
[_TL, _LC],
|
|
730
|
+
[[() => CustomerInputStringList, 0], 0],
|
|
731
|
+
];
|
|
732
|
+
export var BatchDetectSyntaxResponse = [
|
|
733
|
+
3,
|
|
734
|
+
n0,
|
|
735
|
+
_BDSRatc,
|
|
736
|
+
8,
|
|
737
|
+
[_RL, _EL],
|
|
738
|
+
[() => ListOfDetectSyntaxResult, () => BatchItemErrorList],
|
|
739
|
+
];
|
|
740
|
+
export var BatchDetectTargetedSentimentItemResult = [
|
|
741
|
+
3,
|
|
742
|
+
n0,
|
|
743
|
+
_BDTSIR,
|
|
744
|
+
0,
|
|
745
|
+
[_I, _E],
|
|
746
|
+
[1, () => ListOfTargetedSentimentEntities],
|
|
747
|
+
];
|
|
748
|
+
export var BatchDetectTargetedSentimentRequest = [
|
|
749
|
+
3,
|
|
750
|
+
n0,
|
|
751
|
+
_BDTSR,
|
|
752
|
+
0,
|
|
753
|
+
[_TL, _LC],
|
|
754
|
+
[[() => CustomerInputStringList, 0], 0],
|
|
755
|
+
];
|
|
756
|
+
export var BatchDetectTargetedSentimentResponse = [
|
|
757
|
+
3,
|
|
758
|
+
n0,
|
|
759
|
+
_BDTSRa,
|
|
760
|
+
8,
|
|
761
|
+
[_RL, _EL],
|
|
762
|
+
[() => ListOfDetectTargetedSentimentResult, () => BatchItemErrorList],
|
|
763
|
+
];
|
|
764
|
+
export var BatchItemError = [3, n0, _BIE, 0, [_I, _EC, _EM], [1, 0, 0]];
|
|
765
|
+
export var BatchSizeLimitExceededException = [
|
|
766
|
+
-3,
|
|
767
|
+
n0,
|
|
768
|
+
_BSLEE,
|
|
769
|
+
{
|
|
770
|
+
[_e]: _c,
|
|
771
|
+
[_hE]: 400,
|
|
772
|
+
},
|
|
773
|
+
[_M],
|
|
774
|
+
[0],
|
|
775
|
+
];
|
|
776
|
+
TypeRegistry.for(n0).registerError(BatchSizeLimitExceededException, __BatchSizeLimitExceededException);
|
|
777
|
+
export var Block = [
|
|
778
|
+
3,
|
|
779
|
+
n0,
|
|
780
|
+
_B,
|
|
781
|
+
0,
|
|
782
|
+
[_Id, _BT, _T, _P, _G, _R],
|
|
783
|
+
[0, 0, 0, 1, () => Geometry, () => ListOfRelationships],
|
|
784
|
+
];
|
|
785
|
+
export var BlockReference = [
|
|
786
|
+
3,
|
|
787
|
+
n0,
|
|
788
|
+
_BR,
|
|
789
|
+
0,
|
|
790
|
+
[_BI, _BO, _EO, _CB],
|
|
791
|
+
[0, 1, 1, () => ListOfChildBlocks],
|
|
792
|
+
];
|
|
793
|
+
export var BoundingBox = [3, n0, _BB, 0, [_H, _Le, _To, _W], [1, 1, 1, 1]];
|
|
794
|
+
export var ChildBlock = [3, n0, _CBh, 0, [_CBI, _BO, _EO], [0, 1, 1]];
|
|
795
|
+
export var ClassifierEvaluationMetrics = [
|
|
796
|
+
3,
|
|
797
|
+
n0,
|
|
798
|
+
_CEM,
|
|
799
|
+
0,
|
|
800
|
+
[_A, _Pr, _Re, _FS, _MP, _MR, _MFS, _HL],
|
|
801
|
+
[1, 1, 1, 1, 1, 1, 1, 1],
|
|
802
|
+
];
|
|
803
|
+
export var ClassifierMetadata = [
|
|
804
|
+
3,
|
|
805
|
+
n0,
|
|
806
|
+
_CM,
|
|
807
|
+
8,
|
|
808
|
+
[_NOL, _NOTD, _NOTDu, _EMv],
|
|
809
|
+
[1, 1, 1, () => ClassifierEvaluationMetrics],
|
|
810
|
+
];
|
|
811
|
+
export var ClassifyDocumentRequest = [
|
|
812
|
+
3,
|
|
813
|
+
n0,
|
|
814
|
+
_CDR,
|
|
815
|
+
0,
|
|
816
|
+
[_T, _EA, _By, _DRC],
|
|
817
|
+
[[() => CustomerInputString, 0], 0, 21, () => DocumentReaderConfig],
|
|
818
|
+
];
|
|
819
|
+
export var ClassifyDocumentResponse = [
|
|
820
|
+
3,
|
|
821
|
+
n0,
|
|
822
|
+
_CDRl,
|
|
823
|
+
8,
|
|
824
|
+
[_C, _La, _DM, _DT, _Er, _Wa],
|
|
825
|
+
[
|
|
826
|
+
() => ListOfClasses,
|
|
827
|
+
() => ListOfLabels,
|
|
828
|
+
() => DocumentMetadata,
|
|
829
|
+
() => ListOfDocumentType,
|
|
830
|
+
() => ListOfErrors,
|
|
831
|
+
() => ListOfWarnings,
|
|
832
|
+
],
|
|
833
|
+
];
|
|
834
|
+
export var ConcurrentModificationException = [
|
|
835
|
+
-3,
|
|
836
|
+
n0,
|
|
837
|
+
_CME,
|
|
838
|
+
{
|
|
839
|
+
[_e]: _c,
|
|
840
|
+
[_hE]: 400,
|
|
841
|
+
},
|
|
842
|
+
[_M],
|
|
843
|
+
[0],
|
|
844
|
+
];
|
|
845
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
846
|
+
export var ContainsPiiEntitiesRequest = [3, n0, _CPER, 0, [_T, _LC], [0, 0]];
|
|
847
|
+
export var ContainsPiiEntitiesResponse = [3, n0, _CPERo, 0, [_La], [() => ListOfEntityLabels]];
|
|
848
|
+
export var CreateDatasetRequest = [
|
|
849
|
+
3,
|
|
850
|
+
n0,
|
|
851
|
+
_CDRr,
|
|
852
|
+
0,
|
|
853
|
+
[_FA, _DN, _DTa, _D, _IDC, _CRT, _Ta],
|
|
854
|
+
[0, 0, 0, 0, () => DatasetInputDataConfig, [0, 4], () => TagList],
|
|
855
|
+
];
|
|
856
|
+
export var CreateDatasetResponse = [3, n0, _CDRre, 0, [_DA], [0]];
|
|
857
|
+
export var CreateDocumentClassifierRequest = [
|
|
858
|
+
3,
|
|
859
|
+
n0,
|
|
860
|
+
_CDCR,
|
|
861
|
+
0,
|
|
862
|
+
[_DCN, _VN, _DARA, _Ta, _IDC, _ODC, _CRT, _LC, _VKKI, _VC, _Mo, _MKKI, _MPo],
|
|
863
|
+
[
|
|
864
|
+
0,
|
|
865
|
+
0,
|
|
866
|
+
0,
|
|
867
|
+
() => TagList,
|
|
868
|
+
() => DocumentClassifierInputDataConfig,
|
|
869
|
+
() => DocumentClassifierOutputDataConfig,
|
|
870
|
+
[0, 4],
|
|
871
|
+
0,
|
|
872
|
+
0,
|
|
873
|
+
() => VpcConfig,
|
|
874
|
+
0,
|
|
875
|
+
0,
|
|
876
|
+
0,
|
|
877
|
+
],
|
|
878
|
+
];
|
|
879
|
+
export var CreateDocumentClassifierResponse = [3, n0, _CDCRr, 0, [_DCA], [0]];
|
|
880
|
+
export var CreateEndpointRequest = [
|
|
881
|
+
3,
|
|
882
|
+
n0,
|
|
883
|
+
_CER,
|
|
884
|
+
0,
|
|
885
|
+
[_EN, _MA, _DIU, _CRT, _Ta, _DARA, _FA],
|
|
886
|
+
[0, 0, 1, [0, 4], () => TagList, 0, 0],
|
|
887
|
+
];
|
|
888
|
+
export var CreateEndpointResponse = [3, n0, _CERr, 0, [_EA, _MA], [0, 0]];
|
|
889
|
+
export var CreateEntityRecognizerRequest = [
|
|
890
|
+
3,
|
|
891
|
+
n0,
|
|
892
|
+
_CERR,
|
|
893
|
+
0,
|
|
894
|
+
[_RN, _VN, _DARA, _Ta, _IDC, _CRT, _LC, _VKKI, _VC, _MKKI, _MPo],
|
|
895
|
+
[0, 0, 0, () => TagList, () => EntityRecognizerInputDataConfig, [0, 4], 0, 0, () => VpcConfig, 0, 0],
|
|
896
|
+
];
|
|
897
|
+
export var CreateEntityRecognizerResponse = [3, n0, _CERRr, 0, [_ERA], [0]];
|
|
898
|
+
export var CreateFlywheelRequest = [
|
|
899
|
+
3,
|
|
900
|
+
n0,
|
|
901
|
+
_CFR,
|
|
902
|
+
0,
|
|
903
|
+
[_FN, _AMA, _DARA, _TC, _MT, _DLSU, _DSC, _CRT, _Ta],
|
|
904
|
+
[0, 0, 0, () => TaskConfig, 0, 0, () => DataSecurityConfig, [0, 4], () => TagList],
|
|
905
|
+
];
|
|
906
|
+
export var CreateFlywheelResponse = [3, n0, _CFRr, 0, [_FA, _AMA], [0, 0]];
|
|
907
|
+
export var DataSecurityConfig = [
|
|
908
|
+
3,
|
|
909
|
+
n0,
|
|
910
|
+
_DSC,
|
|
911
|
+
0,
|
|
912
|
+
[_MKKI, _VKKI, _DLKKI, _VC],
|
|
913
|
+
[0, 0, 0, () => VpcConfig],
|
|
914
|
+
];
|
|
915
|
+
export var DatasetAugmentedManifestsListItem = [
|
|
916
|
+
3,
|
|
917
|
+
n0,
|
|
918
|
+
_DAMLI,
|
|
919
|
+
0,
|
|
920
|
+
[_AN, _SU, _ADSU, _SDSU, _DT],
|
|
921
|
+
[64 | 0, 0, 0, 0, 0],
|
|
922
|
+
];
|
|
923
|
+
export var DatasetDocumentClassifierInputDataConfig = [3, n0, _DDCIDC, 0, [_SU, _LD], [0, 0]];
|
|
924
|
+
export var DatasetEntityRecognizerAnnotations = [3, n0, _DERA, 0, [_SU], [0]];
|
|
925
|
+
export var DatasetEntityRecognizerDocuments = [3, n0, _DERD, 0, [_SU, _IF], [0, 0]];
|
|
926
|
+
export var DatasetEntityRecognizerEntityList = [3, n0, _DEREL, 0, [_SU], [0]];
|
|
927
|
+
export var DatasetEntityRecognizerInputDataConfig = [
|
|
928
|
+
3,
|
|
929
|
+
n0,
|
|
930
|
+
_DERIDC,
|
|
931
|
+
0,
|
|
932
|
+
[_An, _Do, _ELn],
|
|
933
|
+
[
|
|
934
|
+
() => DatasetEntityRecognizerAnnotations,
|
|
935
|
+
() => DatasetEntityRecognizerDocuments,
|
|
936
|
+
() => DatasetEntityRecognizerEntityList,
|
|
937
|
+
],
|
|
938
|
+
];
|
|
939
|
+
export var DatasetFilter = [3, n0, _DF, 0, [_St, _DTa, _CTA, _CTB], [0, 0, 4, 4]];
|
|
940
|
+
export var DatasetInputDataConfig = [
|
|
941
|
+
3,
|
|
942
|
+
n0,
|
|
943
|
+
_DIDC,
|
|
944
|
+
0,
|
|
945
|
+
[_AM, _DFa, _DCIDC, _ERIDC],
|
|
946
|
+
[
|
|
947
|
+
() => DatasetAugmentedManifestsList,
|
|
948
|
+
0,
|
|
949
|
+
() => DatasetDocumentClassifierInputDataConfig,
|
|
950
|
+
() => DatasetEntityRecognizerInputDataConfig,
|
|
951
|
+
],
|
|
952
|
+
];
|
|
953
|
+
export var DatasetProperties = [
|
|
954
|
+
3,
|
|
955
|
+
n0,
|
|
956
|
+
_DP,
|
|
957
|
+
0,
|
|
958
|
+
[_DA, _DN, _DTa, _DSU, _D, _St, _M, _NOD, _CT, _ET],
|
|
959
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 4, 4],
|
|
960
|
+
];
|
|
961
|
+
export var DeleteDocumentClassifierRequest = [3, n0, _DDCR, 0, [_DCA], [0]];
|
|
962
|
+
export var DeleteDocumentClassifierResponse = [3, n0, _DDCRe, 0, [], []];
|
|
963
|
+
export var DeleteEndpointRequest = [3, n0, _DER, 0, [_EA], [0]];
|
|
964
|
+
export var DeleteEndpointResponse = [3, n0, _DERe, 0, [], []];
|
|
965
|
+
export var DeleteEntityRecognizerRequest = [3, n0, _DERR, 0, [_ERA], [0]];
|
|
966
|
+
export var DeleteEntityRecognizerResponse = [3, n0, _DERRe, 0, [], []];
|
|
967
|
+
export var DeleteFlywheelRequest = [3, n0, _DFR, 0, [_FA], [0]];
|
|
968
|
+
export var DeleteFlywheelResponse = [3, n0, _DFRe, 0, [], []];
|
|
969
|
+
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_RA, _PRI], [0, 0]];
|
|
970
|
+
export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
|
|
971
|
+
export var DescribeDatasetRequest = [3, n0, _DDR, 0, [_DA], [0]];
|
|
972
|
+
export var DescribeDatasetResponse = [3, n0, _DDRe, 0, [_DP], [() => DatasetProperties]];
|
|
973
|
+
export var DescribeDocumentClassificationJobRequest = [3, n0, _DDCJR, 0, [_JI], [0]];
|
|
974
|
+
export var DescribeDocumentClassificationJobResponse = [
|
|
975
|
+
3,
|
|
976
|
+
n0,
|
|
977
|
+
_DDCJRe,
|
|
978
|
+
0,
|
|
979
|
+
[_DCJP],
|
|
980
|
+
[() => DocumentClassificationJobProperties],
|
|
981
|
+
];
|
|
982
|
+
export var DescribeDocumentClassifierRequest = [3, n0, _DDCRes, 0, [_DCA], [0]];
|
|
983
|
+
export var DescribeDocumentClassifierResponse = [
|
|
984
|
+
3,
|
|
985
|
+
n0,
|
|
986
|
+
_DDCResc,
|
|
987
|
+
0,
|
|
988
|
+
[_DCP],
|
|
989
|
+
[[() => DocumentClassifierProperties, 0]],
|
|
990
|
+
];
|
|
991
|
+
export var DescribeDominantLanguageDetectionJobRequest = [3, n0, _DDLDJR, 0, [_JI], [0]];
|
|
992
|
+
export var DescribeDominantLanguageDetectionJobResponse = [
|
|
993
|
+
3,
|
|
994
|
+
n0,
|
|
995
|
+
_DDLDJRe,
|
|
996
|
+
0,
|
|
997
|
+
[_DLDJP],
|
|
998
|
+
[() => DominantLanguageDetectionJobProperties],
|
|
999
|
+
];
|
|
1000
|
+
export var DescribeEndpointRequest = [3, n0, _DERes, 0, [_EA], [0]];
|
|
1001
|
+
export var DescribeEndpointResponse = [3, n0, _DEResc, 0, [_EP], [() => EndpointProperties]];
|
|
1002
|
+
export var DescribeEntitiesDetectionJobRequest = [3, n0, _DEDJR, 0, [_JI], [0]];
|
|
1003
|
+
export var DescribeEntitiesDetectionJobResponse = [
|
|
1004
|
+
3,
|
|
1005
|
+
n0,
|
|
1006
|
+
_DEDJRe,
|
|
1007
|
+
0,
|
|
1008
|
+
[_EDJP],
|
|
1009
|
+
[() => EntitiesDetectionJobProperties],
|
|
1010
|
+
];
|
|
1011
|
+
export var DescribeEntityRecognizerRequest = [3, n0, _DERRes, 0, [_ERA], [0]];
|
|
1012
|
+
export var DescribeEntityRecognizerResponse = [
|
|
1013
|
+
3,
|
|
1014
|
+
n0,
|
|
1015
|
+
_DERResc,
|
|
1016
|
+
0,
|
|
1017
|
+
[_ERP],
|
|
1018
|
+
[[() => EntityRecognizerProperties, 0]],
|
|
1019
|
+
];
|
|
1020
|
+
export var DescribeEventsDetectionJobRequest = [3, n0, _DEDJRes, 0, [_JI], [0]];
|
|
1021
|
+
export var DescribeEventsDetectionJobResponse = [
|
|
1022
|
+
3,
|
|
1023
|
+
n0,
|
|
1024
|
+
_DEDJResc,
|
|
1025
|
+
0,
|
|
1026
|
+
[_EDJPv],
|
|
1027
|
+
[() => EventsDetectionJobProperties],
|
|
1028
|
+
];
|
|
1029
|
+
export var DescribeFlywheelIterationRequest = [3, n0, _DFIR, 0, [_FA, _FII], [0, 0]];
|
|
1030
|
+
export var DescribeFlywheelIterationResponse = [
|
|
1031
|
+
3,
|
|
1032
|
+
n0,
|
|
1033
|
+
_DFIRe,
|
|
1034
|
+
0,
|
|
1035
|
+
[_FIP],
|
|
1036
|
+
[() => FlywheelIterationProperties],
|
|
1037
|
+
];
|
|
1038
|
+
export var DescribeFlywheelRequest = [3, n0, _DFRes, 0, [_FA], [0]];
|
|
1039
|
+
export var DescribeFlywheelResponse = [3, n0, _DFResc, 0, [_FP], [() => FlywheelProperties]];
|
|
1040
|
+
export var DescribeKeyPhrasesDetectionJobRequest = [3, n0, _DKPDJR, 0, [_JI], [0]];
|
|
1041
|
+
export var DescribeKeyPhrasesDetectionJobResponse = [
|
|
1042
|
+
3,
|
|
1043
|
+
n0,
|
|
1044
|
+
_DKPDJRe,
|
|
1045
|
+
0,
|
|
1046
|
+
[_KPDJP],
|
|
1047
|
+
[() => KeyPhrasesDetectionJobProperties],
|
|
1048
|
+
];
|
|
1049
|
+
export var DescribePiiEntitiesDetectionJobRequest = [3, n0, _DPEDJR, 0, [_JI], [0]];
|
|
1050
|
+
export var DescribePiiEntitiesDetectionJobResponse = [
|
|
1051
|
+
3,
|
|
1052
|
+
n0,
|
|
1053
|
+
_DPEDJRe,
|
|
1054
|
+
0,
|
|
1055
|
+
[_PEDJP],
|
|
1056
|
+
[() => PiiEntitiesDetectionJobProperties],
|
|
1057
|
+
];
|
|
1058
|
+
export var DescribeResourcePolicyRequest = [3, n0, _DRPRes, 0, [_RA], [0]];
|
|
1059
|
+
export var DescribeResourcePolicyResponse = [
|
|
1060
|
+
3,
|
|
1061
|
+
n0,
|
|
1062
|
+
_DRPResc,
|
|
1063
|
+
0,
|
|
1064
|
+
[_RP, _CT, _LMT, _PRI],
|
|
1065
|
+
[0, 4, 4, 0],
|
|
1066
|
+
];
|
|
1067
|
+
export var DescribeSentimentDetectionJobRequest = [3, n0, _DSDJR, 0, [_JI], [0]];
|
|
1068
|
+
export var DescribeSentimentDetectionJobResponse = [
|
|
1069
|
+
3,
|
|
1070
|
+
n0,
|
|
1071
|
+
_DSDJRe,
|
|
1072
|
+
0,
|
|
1073
|
+
[_SDJP],
|
|
1074
|
+
[() => SentimentDetectionJobProperties],
|
|
1075
|
+
];
|
|
1076
|
+
export var DescribeTargetedSentimentDetectionJobRequest = [3, n0, _DTSDJR, 0, [_JI], [0]];
|
|
1077
|
+
export var DescribeTargetedSentimentDetectionJobResponse = [
|
|
1078
|
+
3,
|
|
1079
|
+
n0,
|
|
1080
|
+
_DTSDJRe,
|
|
1081
|
+
0,
|
|
1082
|
+
[_TSDJP],
|
|
1083
|
+
[() => TargetedSentimentDetectionJobProperties],
|
|
1084
|
+
];
|
|
1085
|
+
export var DescribeTopicsDetectionJobRequest = [3, n0, _DTDJR, 0, [_JI], [0]];
|
|
1086
|
+
export var DescribeTopicsDetectionJobResponse = [
|
|
1087
|
+
3,
|
|
1088
|
+
n0,
|
|
1089
|
+
_DTDJRe,
|
|
1090
|
+
0,
|
|
1091
|
+
[_TDJP],
|
|
1092
|
+
[() => TopicsDetectionJobProperties],
|
|
1093
|
+
];
|
|
1094
|
+
export var DetectDominantLanguageRequest = [
|
|
1095
|
+
3,
|
|
1096
|
+
n0,
|
|
1097
|
+
_DDLR,
|
|
1098
|
+
0,
|
|
1099
|
+
[_T],
|
|
1100
|
+
[[() => CustomerInputString, 0]],
|
|
1101
|
+
];
|
|
1102
|
+
export var DetectDominantLanguageResponse = [
|
|
1103
|
+
3,
|
|
1104
|
+
n0,
|
|
1105
|
+
_DDLRe,
|
|
1106
|
+
8,
|
|
1107
|
+
[_L],
|
|
1108
|
+
[() => ListOfDominantLanguages],
|
|
1109
|
+
];
|
|
1110
|
+
export var DetectEntitiesRequest = [
|
|
1111
|
+
3,
|
|
1112
|
+
n0,
|
|
1113
|
+
_DERet,
|
|
1114
|
+
0,
|
|
1115
|
+
[_T, _LC, _EA, _By, _DRC],
|
|
1116
|
+
[[() => CustomerInputString, 0], 0, 0, 21, () => DocumentReaderConfig],
|
|
1117
|
+
];
|
|
1118
|
+
export var DetectEntitiesResponse = [
|
|
1119
|
+
3,
|
|
1120
|
+
n0,
|
|
1121
|
+
_DERete,
|
|
1122
|
+
8,
|
|
1123
|
+
[_E, _DM, _DT, _Bl, _Er],
|
|
1124
|
+
[() => ListOfEntities, () => DocumentMetadata, () => ListOfDocumentType, () => ListOfBlocks, () => ListOfErrors],
|
|
1125
|
+
];
|
|
1126
|
+
export var DetectKeyPhrasesRequest = [
|
|
1127
|
+
3,
|
|
1128
|
+
n0,
|
|
1129
|
+
_DKPR,
|
|
1130
|
+
0,
|
|
1131
|
+
[_T, _LC],
|
|
1132
|
+
[[() => CustomerInputString, 0], 0],
|
|
1133
|
+
];
|
|
1134
|
+
export var DetectKeyPhrasesResponse = [3, n0, _DKPRe, 8, [_KP], [() => ListOfKeyPhrases]];
|
|
1135
|
+
export var DetectPiiEntitiesRequest = [3, n0, _DPER, 0, [_T, _LC], [0, 0]];
|
|
1136
|
+
export var DetectPiiEntitiesResponse = [3, n0, _DPERe, 0, [_E], [() => ListOfPiiEntities]];
|
|
1137
|
+
export var DetectSentimentRequest = [
|
|
1138
|
+
3,
|
|
1139
|
+
n0,
|
|
1140
|
+
_DSR,
|
|
1141
|
+
0,
|
|
1142
|
+
[_T, _LC],
|
|
1143
|
+
[[() => CustomerInputString, 0], 0],
|
|
1144
|
+
];
|
|
1145
|
+
export var DetectSentimentResponse = [3, n0, _DSRe, 8, [_Se, _SS], [0, () => SentimentScore]];
|
|
1146
|
+
export var DetectSyntaxRequest = [
|
|
1147
|
+
3,
|
|
1148
|
+
n0,
|
|
1149
|
+
_DSRet,
|
|
1150
|
+
0,
|
|
1151
|
+
[_T, _LC],
|
|
1152
|
+
[[() => CustomerInputString, 0], 0],
|
|
1153
|
+
];
|
|
1154
|
+
export var DetectSyntaxResponse = [3, n0, _DSRete, 8, [_ST], [() => ListOfSyntaxTokens]];
|
|
1155
|
+
export var DetectTargetedSentimentRequest = [
|
|
1156
|
+
3,
|
|
1157
|
+
n0,
|
|
1158
|
+
_DTSR,
|
|
1159
|
+
0,
|
|
1160
|
+
[_T, _LC],
|
|
1161
|
+
[[() => CustomerInputString, 0], 0],
|
|
1162
|
+
];
|
|
1163
|
+
export var DetectTargetedSentimentResponse = [
|
|
1164
|
+
3,
|
|
1165
|
+
n0,
|
|
1166
|
+
_DTSRe,
|
|
1167
|
+
8,
|
|
1168
|
+
[_E],
|
|
1169
|
+
[() => ListOfTargetedSentimentEntities],
|
|
1170
|
+
];
|
|
1171
|
+
export var DetectToxicContentRequest = [
|
|
1172
|
+
3,
|
|
1173
|
+
n0,
|
|
1174
|
+
_DTCR,
|
|
1175
|
+
0,
|
|
1176
|
+
[_TS, _LC],
|
|
1177
|
+
[[() => ListOfTextSegments, 0], 0],
|
|
1178
|
+
];
|
|
1179
|
+
export var DetectToxicContentResponse = [3, n0, _DTCRe, 0, [_RL], [() => ListOfToxicLabels]];
|
|
1180
|
+
export var DocumentClass = [3, n0, _DC, 0, [_N, _Sc, _P], [0, 1, 1]];
|
|
1181
|
+
export var DocumentClassificationConfig = [3, n0, _DCC, 0, [_Mo, _La], [0, 64 | 0]];
|
|
1182
|
+
export var DocumentClassificationJobFilter = [
|
|
1183
|
+
3,
|
|
1184
|
+
n0,
|
|
1185
|
+
_DCJF,
|
|
1186
|
+
0,
|
|
1187
|
+
[_JN, _JS, _STB, _STA],
|
|
1188
|
+
[0, 0, 4, 4],
|
|
1189
|
+
];
|
|
1190
|
+
export var DocumentClassificationJobProperties = [
|
|
1191
|
+
3,
|
|
1192
|
+
n0,
|
|
1193
|
+
_DCJP,
|
|
1194
|
+
0,
|
|
1195
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _DCA, _IDC, _ODC, _DARA, _VKKI, _VC, _FA],
|
|
1196
|
+
[0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, 0, 0, () => VpcConfig, 0],
|
|
1197
|
+
];
|
|
1198
|
+
export var DocumentClassifierDocuments = [3, n0, _DCD, 0, [_SU, _TSU], [0, 0]];
|
|
1199
|
+
export var DocumentClassifierFilter = [3, n0, _DCF, 0, [_St, _DCN, _STB, _STA], [0, 0, 4, 4]];
|
|
1200
|
+
export var DocumentClassifierInputDataConfig = [
|
|
1201
|
+
3,
|
|
1202
|
+
n0,
|
|
1203
|
+
_DCIDC,
|
|
1204
|
+
0,
|
|
1205
|
+
[_DFa, _SU, _TSU, _LD, _AM, _DT, _Do, _DRC],
|
|
1206
|
+
[
|
|
1207
|
+
0,
|
|
1208
|
+
0,
|
|
1209
|
+
0,
|
|
1210
|
+
0,
|
|
1211
|
+
() => DocumentClassifierAugmentedManifestsList,
|
|
1212
|
+
0,
|
|
1213
|
+
() => DocumentClassifierDocuments,
|
|
1214
|
+
() => DocumentReaderConfig,
|
|
1215
|
+
],
|
|
1216
|
+
];
|
|
1217
|
+
export var DocumentClassifierOutputDataConfig = [
|
|
1218
|
+
3,
|
|
1219
|
+
n0,
|
|
1220
|
+
_DCODC,
|
|
1221
|
+
0,
|
|
1222
|
+
[_SU, _KKI, _FSSP],
|
|
1223
|
+
[0, 0, 0],
|
|
1224
|
+
];
|
|
1225
|
+
export var DocumentClassifierProperties = [
|
|
1226
|
+
3,
|
|
1227
|
+
n0,
|
|
1228
|
+
_DCP,
|
|
1229
|
+
0,
|
|
1230
|
+
[_DCA, _LC, _St, _M, _STu, _ET, _TST, _TET, _IDC, _ODC, _CM, _DARA, _VKKI, _VC, _Mo, _MKKI, _VN, _SMA, _FA],
|
|
1231
|
+
[
|
|
1232
|
+
0,
|
|
1233
|
+
0,
|
|
1234
|
+
0,
|
|
1235
|
+
0,
|
|
1236
|
+
4,
|
|
1237
|
+
4,
|
|
1238
|
+
4,
|
|
1239
|
+
4,
|
|
1240
|
+
() => DocumentClassifierInputDataConfig,
|
|
1241
|
+
() => DocumentClassifierOutputDataConfig,
|
|
1242
|
+
[() => ClassifierMetadata, 0],
|
|
1243
|
+
0,
|
|
1244
|
+
0,
|
|
1245
|
+
() => VpcConfig,
|
|
1246
|
+
0,
|
|
1247
|
+
0,
|
|
1248
|
+
0,
|
|
1249
|
+
0,
|
|
1250
|
+
0,
|
|
1251
|
+
],
|
|
1252
|
+
];
|
|
1253
|
+
export var DocumentClassifierSummary = [
|
|
1254
|
+
3,
|
|
1255
|
+
n0,
|
|
1256
|
+
_DCS,
|
|
1257
|
+
0,
|
|
1258
|
+
[_DCN, _NOV, _LVCA, _LVN, _LVS],
|
|
1259
|
+
[0, 1, 4, 0, 0],
|
|
1260
|
+
];
|
|
1261
|
+
export var DocumentLabel = [3, n0, _DL, 0, [_N, _Sc, _P], [0, 1, 1]];
|
|
1262
|
+
export var DocumentMetadata = [3, n0, _DM, 0, [_Pa, _ECx], [1, () => ListOfExtractedCharacters]];
|
|
1263
|
+
export var DocumentReaderConfig = [3, n0, _DRC, 0, [_DRA, _DRM, _FT], [0, 0, 64 | 0]];
|
|
1264
|
+
export var DocumentTypeListItem = [3, n0, _DTLI, 0, [_P, _Ty], [1, 0]];
|
|
1265
|
+
export var DominantLanguage = [3, n0, _DLo, 0, [_LC, _Sc], [0, 1]];
|
|
1266
|
+
export var DominantLanguageDetectionJobFilter = [
|
|
1267
|
+
3,
|
|
1268
|
+
n0,
|
|
1269
|
+
_DLDJF,
|
|
1270
|
+
0,
|
|
1271
|
+
[_JN, _JS, _STB, _STA],
|
|
1272
|
+
[0, 0, 4, 4],
|
|
1273
|
+
];
|
|
1274
|
+
export var DominantLanguageDetectionJobProperties = [
|
|
1275
|
+
3,
|
|
1276
|
+
n0,
|
|
1277
|
+
_DLDJP,
|
|
1278
|
+
0,
|
|
1279
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _DARA, _VKKI, _VC],
|
|
1280
|
+
[0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, () => VpcConfig],
|
|
1281
|
+
];
|
|
1282
|
+
export var EndpointFilter = [3, n0, _EF, 0, [_MA, _St, _CTB, _CTA], [0, 0, 4, 4]];
|
|
1283
|
+
export var EndpointProperties = [
|
|
1284
|
+
3,
|
|
1285
|
+
n0,
|
|
1286
|
+
_EP,
|
|
1287
|
+
0,
|
|
1288
|
+
[_EA, _St, _M, _MA, _DMA, _DIU, _CIU, _CT, _LMT, _DARA, _DDARA, _FA],
|
|
1289
|
+
[0, 0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 0],
|
|
1290
|
+
];
|
|
1291
|
+
export var EntitiesDetectionJobFilter = [3, n0, _EDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
|
|
1292
|
+
export var EntitiesDetectionJobProperties = [
|
|
1293
|
+
3,
|
|
1294
|
+
n0,
|
|
1295
|
+
_EDJP,
|
|
1296
|
+
0,
|
|
1297
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _ERA, _IDC, _ODC, _LC, _DARA, _VKKI, _VC, _FA],
|
|
1298
|
+
[0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig, 0],
|
|
1299
|
+
];
|
|
1300
|
+
export var Entity = [
|
|
1301
|
+
3,
|
|
1302
|
+
n0,
|
|
1303
|
+
_En,
|
|
1304
|
+
0,
|
|
1305
|
+
[_Sc, _Ty, _T, _BO, _EO, _BRl],
|
|
1306
|
+
[1, 0, 0, 1, 1, () => ListOfBlockReferences],
|
|
1307
|
+
];
|
|
1308
|
+
export var EntityLabel = [3, n0, _ELnt, 0, [_N, _Sc], [0, 1]];
|
|
1309
|
+
export var EntityRecognitionConfig = [3, n0, _ERC, 0, [_ETn], [() => EntityTypesList]];
|
|
1310
|
+
export var EntityRecognizerAnnotations = [3, n0, _ERAn, 0, [_SU, _TSU], [0, 0]];
|
|
1311
|
+
export var EntityRecognizerDocuments = [3, n0, _ERD, 0, [_SU, _TSU, _IF], [0, 0, 0]];
|
|
1312
|
+
export var EntityRecognizerEntityList = [3, n0, _EREL, 0, [_SU], [0]];
|
|
1313
|
+
export var EntityRecognizerEvaluationMetrics = [3, n0, _EREM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
|
|
1314
|
+
export var EntityRecognizerFilter = [3, n0, _ERF, 0, [_St, _RN, _STB, _STA], [0, 0, 4, 4]];
|
|
1315
|
+
export var EntityRecognizerInputDataConfig = [
|
|
1316
|
+
3,
|
|
1317
|
+
n0,
|
|
1318
|
+
_ERIDC,
|
|
1319
|
+
0,
|
|
1320
|
+
[_DFa, _ETn, _Do, _An, _ELn, _AM],
|
|
1321
|
+
[
|
|
1322
|
+
0,
|
|
1323
|
+
() => EntityTypesList,
|
|
1324
|
+
() => EntityRecognizerDocuments,
|
|
1325
|
+
() => EntityRecognizerAnnotations,
|
|
1326
|
+
() => EntityRecognizerEntityList,
|
|
1327
|
+
() => EntityRecognizerAugmentedManifestsList,
|
|
1328
|
+
],
|
|
1329
|
+
];
|
|
1330
|
+
export var EntityRecognizerMetadata = [
|
|
1331
|
+
3,
|
|
1332
|
+
n0,
|
|
1333
|
+
_ERM,
|
|
1334
|
+
8,
|
|
1335
|
+
[_NOTD, _NOTDu, _EMv, _ETn],
|
|
1336
|
+
[1, 1, () => EntityRecognizerEvaluationMetrics, () => EntityRecognizerMetadataEntityTypesList],
|
|
1337
|
+
];
|
|
1338
|
+
export var EntityRecognizerMetadataEntityTypesListItem = [
|
|
1339
|
+
3,
|
|
1340
|
+
n0,
|
|
1341
|
+
_ERMETLI,
|
|
1342
|
+
0,
|
|
1343
|
+
[_Ty, _EMv, _NOTM],
|
|
1344
|
+
[0, () => EntityTypesEvaluationMetrics, 1],
|
|
1345
|
+
];
|
|
1346
|
+
export var EntityRecognizerOutputDataConfig = [3, n0, _ERODC, 0, [_FSSP], [0]];
|
|
1347
|
+
export var EntityRecognizerProperties = [
|
|
1348
|
+
3,
|
|
1349
|
+
n0,
|
|
1350
|
+
_ERP,
|
|
1351
|
+
0,
|
|
1352
|
+
[_ERA, _LC, _St, _M, _STu, _ET, _TST, _TET, _IDC, _RM, _DARA, _VKKI, _VC, _MKKI, _VN, _SMA, _FA, _ODC],
|
|
1353
|
+
[
|
|
1354
|
+
0,
|
|
1355
|
+
0,
|
|
1356
|
+
0,
|
|
1357
|
+
0,
|
|
1358
|
+
4,
|
|
1359
|
+
4,
|
|
1360
|
+
4,
|
|
1361
|
+
4,
|
|
1362
|
+
() => EntityRecognizerInputDataConfig,
|
|
1363
|
+
[() => EntityRecognizerMetadata, 0],
|
|
1364
|
+
0,
|
|
1365
|
+
0,
|
|
1366
|
+
() => VpcConfig,
|
|
1367
|
+
0,
|
|
1368
|
+
0,
|
|
1369
|
+
0,
|
|
1370
|
+
0,
|
|
1371
|
+
() => EntityRecognizerOutputDataConfig,
|
|
1372
|
+
],
|
|
1373
|
+
];
|
|
1374
|
+
export var EntityRecognizerSummary = [
|
|
1375
|
+
3,
|
|
1376
|
+
n0,
|
|
1377
|
+
_ERS,
|
|
1378
|
+
0,
|
|
1379
|
+
[_RN, _NOV, _LVCA, _LVN, _LVS],
|
|
1380
|
+
[0, 1, 4, 0, 0],
|
|
1381
|
+
];
|
|
1382
|
+
export var EntityTypesEvaluationMetrics = [3, n0, _ETEM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
|
|
1383
|
+
export var EntityTypesListItem = [3, n0, _ETLI, 0, [_Ty], [0]];
|
|
1384
|
+
export var ErrorsListItem = [3, n0, _ELI, 0, [_P, _EC, _EM], [1, 0, 0]];
|
|
1385
|
+
export var EventsDetectionJobFilter = [3, n0, _EDJFv, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
|
|
1386
|
+
export var EventsDetectionJobProperties = [
|
|
1387
|
+
3,
|
|
1388
|
+
n0,
|
|
1389
|
+
_EDJPv,
|
|
1390
|
+
0,
|
|
1391
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _TETa],
|
|
1392
|
+
[0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 64 | 0],
|
|
1393
|
+
];
|
|
1394
|
+
export var ExtractedCharactersListItem = [3, n0, _ECLI, 0, [_P, _Co], [1, 1]];
|
|
1395
|
+
export var FlywheelFilter = [3, n0, _FF, 0, [_St, _CTA, _CTB], [0, 4, 4]];
|
|
1396
|
+
export var FlywheelIterationFilter = [3, n0, _FIF, 0, [_CTA, _CTB], [4, 4]];
|
|
1397
|
+
export var FlywheelIterationProperties = [
|
|
1398
|
+
3,
|
|
1399
|
+
n0,
|
|
1400
|
+
_FIP,
|
|
1401
|
+
0,
|
|
1402
|
+
[_FA, _FII, _CT, _ET, _St, _M, _EMA, _EMM, _TMA, _TMM, _EMSP],
|
|
1403
|
+
[0, 0, 4, 4, 0, 0, 0, () => FlywheelModelEvaluationMetrics, 0, () => FlywheelModelEvaluationMetrics, 0],
|
|
1404
|
+
];
|
|
1405
|
+
export var FlywheelModelEvaluationMetrics = [
|
|
1406
|
+
3,
|
|
1407
|
+
n0,
|
|
1408
|
+
_FMEM,
|
|
1409
|
+
0,
|
|
1410
|
+
[_AFS, _AP, _AR, _AA],
|
|
1411
|
+
[1, 1, 1, 1],
|
|
1412
|
+
];
|
|
1413
|
+
export var FlywheelProperties = [
|
|
1414
|
+
3,
|
|
1415
|
+
n0,
|
|
1416
|
+
_FP,
|
|
1417
|
+
0,
|
|
1418
|
+
[_FA, _AMA, _DARA, _TC, _DLSU, _DSC, _St, _MT, _M, _CT, _LMT, _LFI],
|
|
1419
|
+
[0, 0, 0, () => TaskConfig, 0, () => DataSecurityConfig, 0, 0, 0, 4, 4, 0],
|
|
1420
|
+
];
|
|
1421
|
+
export var FlywheelSummary = [
|
|
1422
|
+
3,
|
|
1423
|
+
n0,
|
|
1424
|
+
_FSl,
|
|
1425
|
+
0,
|
|
1426
|
+
[_FA, _AMA, _DLSU, _St, _MT, _M, _CT, _LMT, _LFI],
|
|
1427
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 0],
|
|
1428
|
+
];
|
|
1429
|
+
export var Geometry = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox, () => Polygon]];
|
|
1430
|
+
export var ImportModelRequest = [
|
|
1431
|
+
3,
|
|
1432
|
+
n0,
|
|
1433
|
+
_IMR,
|
|
1434
|
+
0,
|
|
1435
|
+
[_SMA, _MN, _VN, _MKKI, _DARA, _Ta],
|
|
1436
|
+
[0, 0, 0, 0, 0, () => TagList],
|
|
1437
|
+
];
|
|
1438
|
+
export var ImportModelResponse = [3, n0, _IMRm, 0, [_MA], [0]];
|
|
1439
|
+
export var InputDataConfig = [
|
|
1440
|
+
3,
|
|
1441
|
+
n0,
|
|
1442
|
+
_IDC,
|
|
1443
|
+
0,
|
|
1444
|
+
[_SU, _IF, _DRC],
|
|
1445
|
+
[0, 0, () => DocumentReaderConfig],
|
|
1446
|
+
];
|
|
1447
|
+
export var InternalServerException = [
|
|
1448
|
+
-3,
|
|
1449
|
+
n0,
|
|
1450
|
+
_ISE,
|
|
1451
|
+
{
|
|
1452
|
+
[_e]: _s,
|
|
1453
|
+
[_hE]: 500,
|
|
1454
|
+
},
|
|
1455
|
+
[_M],
|
|
1456
|
+
[0],
|
|
1457
|
+
];
|
|
1458
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
1459
|
+
export var InvalidFilterException = [
|
|
1460
|
+
-3,
|
|
1461
|
+
n0,
|
|
1462
|
+
_IFE,
|
|
1463
|
+
{
|
|
1464
|
+
[_e]: _c,
|
|
1465
|
+
[_hE]: 400,
|
|
1466
|
+
},
|
|
1467
|
+
[_M],
|
|
1468
|
+
[0],
|
|
1469
|
+
];
|
|
1470
|
+
TypeRegistry.for(n0).registerError(InvalidFilterException, __InvalidFilterException);
|
|
1471
|
+
export var InvalidRequestDetail = [3, n0, _IRD, 0, [_Rea], [0]];
|
|
1472
|
+
export var InvalidRequestException = [
|
|
1473
|
+
-3,
|
|
1474
|
+
n0,
|
|
1475
|
+
_IRE,
|
|
1476
|
+
{
|
|
1477
|
+
[_e]: _c,
|
|
1478
|
+
[_hE]: 400,
|
|
1479
|
+
},
|
|
1480
|
+
[_M, _Rea, _De],
|
|
1481
|
+
[0, 0, () => InvalidRequestDetail],
|
|
1482
|
+
];
|
|
1483
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
1484
|
+
export var JobNotFoundException = [
|
|
1485
|
+
-3,
|
|
1486
|
+
n0,
|
|
1487
|
+
_JNFE,
|
|
1488
|
+
{
|
|
1489
|
+
[_e]: _c,
|
|
1490
|
+
[_hE]: 404,
|
|
1491
|
+
},
|
|
1492
|
+
[_M],
|
|
1493
|
+
[0],
|
|
1494
|
+
];
|
|
1495
|
+
TypeRegistry.for(n0).registerError(JobNotFoundException, __JobNotFoundException);
|
|
1496
|
+
export var KeyPhrase = [3, n0, _KPe, 0, [_Sc, _T, _BO, _EO], [1, 0, 1, 1]];
|
|
1497
|
+
export var KeyPhrasesDetectionJobFilter = [
|
|
1498
|
+
3,
|
|
1499
|
+
n0,
|
|
1500
|
+
_KPDJF,
|
|
1501
|
+
0,
|
|
1502
|
+
[_JN, _JS, _STB, _STA],
|
|
1503
|
+
[0, 0, 4, 4],
|
|
1504
|
+
];
|
|
1505
|
+
export var KeyPhrasesDetectionJobProperties = [
|
|
1506
|
+
3,
|
|
1507
|
+
n0,
|
|
1508
|
+
_KPDJP,
|
|
1509
|
+
0,
|
|
1510
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
|
|
1511
|
+
[0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
|
|
1512
|
+
];
|
|
1513
|
+
export var KmsKeyValidationException = [
|
|
1514
|
+
-3,
|
|
1515
|
+
n0,
|
|
1516
|
+
_KKVE,
|
|
1517
|
+
{
|
|
1518
|
+
[_e]: _c,
|
|
1519
|
+
[_hE]: 400,
|
|
1520
|
+
},
|
|
1521
|
+
[_M],
|
|
1522
|
+
[0],
|
|
1523
|
+
];
|
|
1524
|
+
TypeRegistry.for(n0).registerError(KmsKeyValidationException, __KmsKeyValidationException);
|
|
1525
|
+
export var ListDatasetsRequest = [
|
|
1526
|
+
3,
|
|
1527
|
+
n0,
|
|
1528
|
+
_LDR,
|
|
1529
|
+
0,
|
|
1530
|
+
[_FA, _F, _NT, _MRa],
|
|
1531
|
+
[0, () => DatasetFilter, 0, 1],
|
|
1532
|
+
];
|
|
1533
|
+
export var ListDatasetsResponse = [
|
|
1534
|
+
3,
|
|
1535
|
+
n0,
|
|
1536
|
+
_LDRi,
|
|
1537
|
+
0,
|
|
1538
|
+
[_DPL, _NT],
|
|
1539
|
+
[() => DatasetPropertiesList, 0],
|
|
1540
|
+
];
|
|
1541
|
+
export var ListDocumentClassificationJobsRequest = [
|
|
1542
|
+
3,
|
|
1543
|
+
n0,
|
|
1544
|
+
_LDCJR,
|
|
1545
|
+
0,
|
|
1546
|
+
[_F, _NT, _MRa],
|
|
1547
|
+
[() => DocumentClassificationJobFilter, 0, 1],
|
|
1548
|
+
];
|
|
1549
|
+
export var ListDocumentClassificationJobsResponse = [
|
|
1550
|
+
3,
|
|
1551
|
+
n0,
|
|
1552
|
+
_LDCJRi,
|
|
1553
|
+
0,
|
|
1554
|
+
[_DCJPL, _NT],
|
|
1555
|
+
[() => DocumentClassificationJobPropertiesList, 0],
|
|
1556
|
+
];
|
|
1557
|
+
export var ListDocumentClassifiersRequest = [
|
|
1558
|
+
3,
|
|
1559
|
+
n0,
|
|
1560
|
+
_LDCR,
|
|
1561
|
+
0,
|
|
1562
|
+
[_F, _NT, _MRa],
|
|
1563
|
+
[() => DocumentClassifierFilter, 0, 1],
|
|
1564
|
+
];
|
|
1565
|
+
export var ListDocumentClassifiersResponse = [
|
|
1566
|
+
3,
|
|
1567
|
+
n0,
|
|
1568
|
+
_LDCRi,
|
|
1569
|
+
0,
|
|
1570
|
+
[_DCPL, _NT],
|
|
1571
|
+
[[() => DocumentClassifierPropertiesList, 0], 0],
|
|
1572
|
+
];
|
|
1573
|
+
export var ListDocumentClassifierSummariesRequest = [3, n0, _LDCSR, 0, [_NT, _MRa], [0, 1]];
|
|
1574
|
+
export var ListDocumentClassifierSummariesResponse = [
|
|
1575
|
+
3,
|
|
1576
|
+
n0,
|
|
1577
|
+
_LDCSRi,
|
|
1578
|
+
0,
|
|
1579
|
+
[_DCSL, _NT],
|
|
1580
|
+
[() => DocumentClassifierSummariesList, 0],
|
|
1581
|
+
];
|
|
1582
|
+
export var ListDominantLanguageDetectionJobsRequest = [
|
|
1583
|
+
3,
|
|
1584
|
+
n0,
|
|
1585
|
+
_LDLDJR,
|
|
1586
|
+
0,
|
|
1587
|
+
[_F, _NT, _MRa],
|
|
1588
|
+
[() => DominantLanguageDetectionJobFilter, 0, 1],
|
|
1589
|
+
];
|
|
1590
|
+
export var ListDominantLanguageDetectionJobsResponse = [
|
|
1591
|
+
3,
|
|
1592
|
+
n0,
|
|
1593
|
+
_LDLDJRi,
|
|
1594
|
+
0,
|
|
1595
|
+
[_DLDJPL, _NT],
|
|
1596
|
+
[() => DominantLanguageDetectionJobPropertiesList, 0],
|
|
1597
|
+
];
|
|
1598
|
+
export var ListEndpointsRequest = [
|
|
1599
|
+
3,
|
|
1600
|
+
n0,
|
|
1601
|
+
_LER,
|
|
1602
|
+
0,
|
|
1603
|
+
[_F, _NT, _MRa],
|
|
1604
|
+
[() => EndpointFilter, 0, 1],
|
|
1605
|
+
];
|
|
1606
|
+
export var ListEndpointsResponse = [
|
|
1607
|
+
3,
|
|
1608
|
+
n0,
|
|
1609
|
+
_LERi,
|
|
1610
|
+
0,
|
|
1611
|
+
[_EPL, _NT],
|
|
1612
|
+
[() => EndpointPropertiesList, 0],
|
|
1613
|
+
];
|
|
1614
|
+
export var ListEntitiesDetectionJobsRequest = [
|
|
1615
|
+
3,
|
|
1616
|
+
n0,
|
|
1617
|
+
_LEDJR,
|
|
1618
|
+
0,
|
|
1619
|
+
[_F, _NT, _MRa],
|
|
1620
|
+
[() => EntitiesDetectionJobFilter, 0, 1],
|
|
1621
|
+
];
|
|
1622
|
+
export var ListEntitiesDetectionJobsResponse = [
|
|
1623
|
+
3,
|
|
1624
|
+
n0,
|
|
1625
|
+
_LEDJRi,
|
|
1626
|
+
0,
|
|
1627
|
+
[_EDJPL, _NT],
|
|
1628
|
+
[() => EntitiesDetectionJobPropertiesList, 0],
|
|
1629
|
+
];
|
|
1630
|
+
export var ListEntityRecognizersRequest = [
|
|
1631
|
+
3,
|
|
1632
|
+
n0,
|
|
1633
|
+
_LERR,
|
|
1634
|
+
0,
|
|
1635
|
+
[_F, _NT, _MRa],
|
|
1636
|
+
[() => EntityRecognizerFilter, 0, 1],
|
|
1637
|
+
];
|
|
1638
|
+
export var ListEntityRecognizersResponse = [
|
|
1639
|
+
3,
|
|
1640
|
+
n0,
|
|
1641
|
+
_LERRi,
|
|
1642
|
+
0,
|
|
1643
|
+
[_ERPL, _NT],
|
|
1644
|
+
[[() => EntityRecognizerPropertiesList, 0], 0],
|
|
1645
|
+
];
|
|
1646
|
+
export var ListEntityRecognizerSummariesRequest = [3, n0, _LERSR, 0, [_NT, _MRa], [0, 1]];
|
|
1647
|
+
export var ListEntityRecognizerSummariesResponse = [
|
|
1648
|
+
3,
|
|
1649
|
+
n0,
|
|
1650
|
+
_LERSRi,
|
|
1651
|
+
0,
|
|
1652
|
+
[_ERSL, _NT],
|
|
1653
|
+
[() => EntityRecognizerSummariesList, 0],
|
|
1654
|
+
];
|
|
1655
|
+
export var ListEventsDetectionJobsRequest = [
|
|
1656
|
+
3,
|
|
1657
|
+
n0,
|
|
1658
|
+
_LEDJRis,
|
|
1659
|
+
0,
|
|
1660
|
+
[_F, _NT, _MRa],
|
|
1661
|
+
[() => EventsDetectionJobFilter, 0, 1],
|
|
1662
|
+
];
|
|
1663
|
+
export var ListEventsDetectionJobsResponse = [
|
|
1664
|
+
3,
|
|
1665
|
+
n0,
|
|
1666
|
+
_LEDJRist,
|
|
1667
|
+
0,
|
|
1668
|
+
[_EDJPLv, _NT],
|
|
1669
|
+
[() => EventsDetectionJobPropertiesList, 0],
|
|
1670
|
+
];
|
|
1671
|
+
export var ListFlywheelIterationHistoryRequest = [
|
|
1672
|
+
3,
|
|
1673
|
+
n0,
|
|
1674
|
+
_LFIHR,
|
|
1675
|
+
0,
|
|
1676
|
+
[_FA, _F, _NT, _MRa],
|
|
1677
|
+
[0, () => FlywheelIterationFilter, 0, 1],
|
|
1678
|
+
];
|
|
1679
|
+
export var ListFlywheelIterationHistoryResponse = [
|
|
1680
|
+
3,
|
|
1681
|
+
n0,
|
|
1682
|
+
_LFIHRi,
|
|
1683
|
+
0,
|
|
1684
|
+
[_FIPL, _NT],
|
|
1685
|
+
[() => FlywheelIterationPropertiesList, 0],
|
|
1686
|
+
];
|
|
1687
|
+
export var ListFlywheelsRequest = [
|
|
1688
|
+
3,
|
|
1689
|
+
n0,
|
|
1690
|
+
_LFR,
|
|
1691
|
+
0,
|
|
1692
|
+
[_F, _NT, _MRa],
|
|
1693
|
+
[() => FlywheelFilter, 0, 1],
|
|
1694
|
+
];
|
|
1695
|
+
export var ListFlywheelsResponse = [
|
|
1696
|
+
3,
|
|
1697
|
+
n0,
|
|
1698
|
+
_LFRi,
|
|
1699
|
+
0,
|
|
1700
|
+
[_FSL, _NT],
|
|
1701
|
+
[() => FlywheelSummaryList, 0],
|
|
1702
|
+
];
|
|
1703
|
+
export var ListKeyPhrasesDetectionJobsRequest = [
|
|
1704
|
+
3,
|
|
1705
|
+
n0,
|
|
1706
|
+
_LKPDJR,
|
|
1707
|
+
0,
|
|
1708
|
+
[_F, _NT, _MRa],
|
|
1709
|
+
[() => KeyPhrasesDetectionJobFilter, 0, 1],
|
|
1710
|
+
];
|
|
1711
|
+
export var ListKeyPhrasesDetectionJobsResponse = [
|
|
1712
|
+
3,
|
|
1713
|
+
n0,
|
|
1714
|
+
_LKPDJRi,
|
|
1715
|
+
0,
|
|
1716
|
+
[_KPDJPL, _NT],
|
|
1717
|
+
[() => KeyPhrasesDetectionJobPropertiesList, 0],
|
|
1718
|
+
];
|
|
1719
|
+
export var ListPiiEntitiesDetectionJobsRequest = [
|
|
1720
|
+
3,
|
|
1721
|
+
n0,
|
|
1722
|
+
_LPEDJR,
|
|
1723
|
+
0,
|
|
1724
|
+
[_F, _NT, _MRa],
|
|
1725
|
+
[() => PiiEntitiesDetectionJobFilter, 0, 1],
|
|
1726
|
+
];
|
|
1727
|
+
export var ListPiiEntitiesDetectionJobsResponse = [
|
|
1728
|
+
3,
|
|
1729
|
+
n0,
|
|
1730
|
+
_LPEDJRi,
|
|
1731
|
+
0,
|
|
1732
|
+
[_PEDJPL, _NT],
|
|
1733
|
+
[() => PiiEntitiesDetectionJobPropertiesList, 0],
|
|
1734
|
+
];
|
|
1735
|
+
export var ListSentimentDetectionJobsRequest = [
|
|
1736
|
+
3,
|
|
1737
|
+
n0,
|
|
1738
|
+
_LSDJR,
|
|
1739
|
+
0,
|
|
1740
|
+
[_F, _NT, _MRa],
|
|
1741
|
+
[() => SentimentDetectionJobFilter, 0, 1],
|
|
1742
|
+
];
|
|
1743
|
+
export var ListSentimentDetectionJobsResponse = [
|
|
1744
|
+
3,
|
|
1745
|
+
n0,
|
|
1746
|
+
_LSDJRi,
|
|
1747
|
+
0,
|
|
1748
|
+
[_SDJPL, _NT],
|
|
1749
|
+
[() => SentimentDetectionJobPropertiesList, 0],
|
|
1750
|
+
];
|
|
1751
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
1752
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RA, _Ta], [0, () => TagList]];
|
|
1753
|
+
export var ListTargetedSentimentDetectionJobsRequest = [
|
|
1754
|
+
3,
|
|
1755
|
+
n0,
|
|
1756
|
+
_LTSDJR,
|
|
1757
|
+
0,
|
|
1758
|
+
[_F, _NT, _MRa],
|
|
1759
|
+
[() => TargetedSentimentDetectionJobFilter, 0, 1],
|
|
1760
|
+
];
|
|
1761
|
+
export var ListTargetedSentimentDetectionJobsResponse = [
|
|
1762
|
+
3,
|
|
1763
|
+
n0,
|
|
1764
|
+
_LTSDJRi,
|
|
1765
|
+
0,
|
|
1766
|
+
[_TSDJPL, _NT],
|
|
1767
|
+
[() => TargetedSentimentDetectionJobPropertiesList, 0],
|
|
1768
|
+
];
|
|
1769
|
+
export var ListTopicsDetectionJobsRequest = [
|
|
1770
|
+
3,
|
|
1771
|
+
n0,
|
|
1772
|
+
_LTDJR,
|
|
1773
|
+
0,
|
|
1774
|
+
[_F, _NT, _MRa],
|
|
1775
|
+
[() => TopicsDetectionJobFilter, 0, 1],
|
|
1776
|
+
];
|
|
1777
|
+
export var ListTopicsDetectionJobsResponse = [
|
|
1778
|
+
3,
|
|
1779
|
+
n0,
|
|
1780
|
+
_LTDJRi,
|
|
1781
|
+
0,
|
|
1782
|
+
[_TDJPL, _NT],
|
|
1783
|
+
[() => TopicsDetectionJobPropertiesList, 0],
|
|
1784
|
+
];
|
|
1785
|
+
export var MentionSentiment = [3, n0, _MS, 0, [_Se, _SS], [0, () => SentimentScore]];
|
|
1786
|
+
export var OutputDataConfig = [3, n0, _ODC, 0, [_SU, _KKI], [0, 0]];
|
|
1787
|
+
export var PartOfSpeechTag = [3, n0, _POST, 0, [_Tag, _Sc], [0, 1]];
|
|
1788
|
+
export var PiiEntitiesDetectionJobFilter = [
|
|
1789
|
+
3,
|
|
1790
|
+
n0,
|
|
1791
|
+
_PEDJF,
|
|
1792
|
+
0,
|
|
1793
|
+
[_JN, _JS, _STB, _STA],
|
|
1794
|
+
[0, 0, 4, 4],
|
|
1795
|
+
];
|
|
1796
|
+
export var PiiEntitiesDetectionJobProperties = [
|
|
1797
|
+
3,
|
|
1798
|
+
n0,
|
|
1799
|
+
_PEDJP,
|
|
1800
|
+
0,
|
|
1801
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _RC, _LC, _DARA, _Mo],
|
|
1802
|
+
[0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => PiiOutputDataConfig, () => RedactionConfig, 0, 0, 0],
|
|
1803
|
+
];
|
|
1804
|
+
export var PiiEntity = [3, n0, _PE, 0, [_Sc, _Ty, _BO, _EO], [1, 0, 1, 1]];
|
|
1805
|
+
export var PiiOutputDataConfig = [3, n0, _PODC, 0, [_SU, _KKI], [0, 0]];
|
|
1806
|
+
export var Point = [3, n0, _Poi, 0, [_X, _Y], [1, 1]];
|
|
1807
|
+
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_RA, _RP, _PRI], [0, 0, 0]];
|
|
1808
|
+
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_PRI], [0]];
|
|
1809
|
+
export var RedactionConfig = [3, n0, _RC, 0, [_PET, _MM, _MC], [64 | 0, 0, 0]];
|
|
1810
|
+
export var RelationshipsListItem = [3, n0, _RLI, 0, [_Ids, _Ty], [64 | 0, 0]];
|
|
1811
|
+
export var ResourceInUseException = [
|
|
1812
|
+
-3,
|
|
1813
|
+
n0,
|
|
1814
|
+
_RIUE,
|
|
1815
|
+
{
|
|
1816
|
+
[_e]: _c,
|
|
1817
|
+
[_hE]: 400,
|
|
1818
|
+
},
|
|
1819
|
+
[_M],
|
|
1820
|
+
[0],
|
|
1821
|
+
];
|
|
1822
|
+
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
1823
|
+
export var ResourceLimitExceededException = [
|
|
1824
|
+
-3,
|
|
1825
|
+
n0,
|
|
1826
|
+
_RLEE,
|
|
1827
|
+
{
|
|
1828
|
+
[_e]: _c,
|
|
1829
|
+
[_hE]: 400,
|
|
1830
|
+
},
|
|
1831
|
+
[_M],
|
|
1832
|
+
[0],
|
|
1833
|
+
];
|
|
1834
|
+
TypeRegistry.for(n0).registerError(ResourceLimitExceededException, __ResourceLimitExceededException);
|
|
1835
|
+
export var ResourceNotFoundException = [
|
|
1836
|
+
-3,
|
|
1837
|
+
n0,
|
|
1838
|
+
_RNFE,
|
|
1839
|
+
{
|
|
1840
|
+
[_e]: _c,
|
|
1841
|
+
[_hE]: 404,
|
|
1842
|
+
},
|
|
1843
|
+
[_M],
|
|
1844
|
+
[0],
|
|
1845
|
+
];
|
|
1846
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1847
|
+
export var ResourceUnavailableException = [
|
|
1848
|
+
-3,
|
|
1849
|
+
n0,
|
|
1850
|
+
_RUE,
|
|
1851
|
+
{
|
|
1852
|
+
[_e]: _c,
|
|
1853
|
+
[_hE]: 404,
|
|
1854
|
+
},
|
|
1855
|
+
[_M],
|
|
1856
|
+
[0],
|
|
1857
|
+
];
|
|
1858
|
+
TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
|
|
1859
|
+
export var SentimentDetectionJobFilter = [3, n0, _SDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
|
|
1860
|
+
export var SentimentDetectionJobProperties = [
|
|
1861
|
+
3,
|
|
1862
|
+
n0,
|
|
1863
|
+
_SDJP,
|
|
1864
|
+
0,
|
|
1865
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
|
|
1866
|
+
[0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
|
|
1867
|
+
];
|
|
1868
|
+
export var SentimentScore = [3, n0, _SS, 0, [_Pos, _Ne, _Neu, _Mi], [1, 1, 1, 1]];
|
|
1869
|
+
export var StartDocumentClassificationJobRequest = [
|
|
1870
|
+
3,
|
|
1871
|
+
n0,
|
|
1872
|
+
_SDCJR,
|
|
1873
|
+
0,
|
|
1874
|
+
[_JN, _DCA, _IDC, _ODC, _DARA, _CRT, _VKKI, _VC, _Ta, _FA],
|
|
1875
|
+
[0, 0, () => InputDataConfig, () => OutputDataConfig, 0, [0, 4], 0, () => VpcConfig, () => TagList, 0],
|
|
1876
|
+
];
|
|
1877
|
+
export var StartDocumentClassificationJobResponse = [
|
|
1878
|
+
3,
|
|
1879
|
+
n0,
|
|
1880
|
+
_SDCJRt,
|
|
1881
|
+
0,
|
|
1882
|
+
[_JI, _JA, _JS, _DCA],
|
|
1883
|
+
[0, 0, 0, 0],
|
|
1884
|
+
];
|
|
1885
|
+
export var StartDominantLanguageDetectionJobRequest = [
|
|
1886
|
+
3,
|
|
1887
|
+
n0,
|
|
1888
|
+
_SDLDJR,
|
|
1889
|
+
0,
|
|
1890
|
+
[_IDC, _ODC, _DARA, _JN, _CRT, _VKKI, _VC, _Ta],
|
|
1891
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
|
|
1892
|
+
];
|
|
1893
|
+
export var StartDominantLanguageDetectionJobResponse = [
|
|
1894
|
+
3,
|
|
1895
|
+
n0,
|
|
1896
|
+
_SDLDJRt,
|
|
1897
|
+
0,
|
|
1898
|
+
[_JI, _JA, _JS],
|
|
1899
|
+
[0, 0, 0],
|
|
1900
|
+
];
|
|
1901
|
+
export var StartEntitiesDetectionJobRequest = [
|
|
1902
|
+
3,
|
|
1903
|
+
n0,
|
|
1904
|
+
_SEDJR,
|
|
1905
|
+
0,
|
|
1906
|
+
[_IDC, _ODC, _DARA, _JN, _ERA, _LC, _CRT, _VKKI, _VC, _Ta, _FA],
|
|
1907
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList, 0],
|
|
1908
|
+
];
|
|
1909
|
+
export var StartEntitiesDetectionJobResponse = [
|
|
1910
|
+
3,
|
|
1911
|
+
n0,
|
|
1912
|
+
_SEDJRt,
|
|
1913
|
+
0,
|
|
1914
|
+
[_JI, _JA, _JS, _ERA],
|
|
1915
|
+
[0, 0, 0, 0],
|
|
1916
|
+
];
|
|
1917
|
+
export var StartEventsDetectionJobRequest = [
|
|
1918
|
+
3,
|
|
1919
|
+
n0,
|
|
1920
|
+
_SEDJRta,
|
|
1921
|
+
0,
|
|
1922
|
+
[_IDC, _ODC, _DARA, _JN, _LC, _CRT, _TETa, _Ta],
|
|
1923
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 64 | 0, () => TagList],
|
|
1924
|
+
];
|
|
1925
|
+
export var StartEventsDetectionJobResponse = [3, n0, _SEDJRtar, 0, [_JI, _JA, _JS], [0, 0, 0]];
|
|
1926
|
+
export var StartFlywheelIterationRequest = [3, n0, _SFIR, 0, [_FA, _CRT], [0, 0]];
|
|
1927
|
+
export var StartFlywheelIterationResponse = [3, n0, _SFIRt, 0, [_FA, _FII], [0, 0]];
|
|
1928
|
+
export var StartKeyPhrasesDetectionJobRequest = [
|
|
1929
|
+
3,
|
|
1930
|
+
n0,
|
|
1931
|
+
_SKPDJR,
|
|
1932
|
+
0,
|
|
1933
|
+
[_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
|
|
1934
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
|
|
1935
|
+
];
|
|
1936
|
+
export var StartKeyPhrasesDetectionJobResponse = [
|
|
1937
|
+
3,
|
|
1938
|
+
n0,
|
|
1939
|
+
_SKPDJRt,
|
|
1940
|
+
0,
|
|
1941
|
+
[_JI, _JA, _JS],
|
|
1942
|
+
[0, 0, 0],
|
|
1943
|
+
];
|
|
1944
|
+
export var StartPiiEntitiesDetectionJobRequest = [
|
|
1945
|
+
3,
|
|
1946
|
+
n0,
|
|
1947
|
+
_SPEDJR,
|
|
1948
|
+
0,
|
|
1949
|
+
[_IDC, _ODC, _Mo, _RC, _DARA, _JN, _LC, _CRT, _Ta],
|
|
1950
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, () => RedactionConfig, 0, 0, 0, [0, 4], () => TagList],
|
|
1951
|
+
];
|
|
1952
|
+
export var StartPiiEntitiesDetectionJobResponse = [
|
|
1953
|
+
3,
|
|
1954
|
+
n0,
|
|
1955
|
+
_SPEDJRt,
|
|
1956
|
+
0,
|
|
1957
|
+
[_JI, _JA, _JS],
|
|
1958
|
+
[0, 0, 0],
|
|
1959
|
+
];
|
|
1960
|
+
export var StartSentimentDetectionJobRequest = [
|
|
1961
|
+
3,
|
|
1962
|
+
n0,
|
|
1963
|
+
_SSDJR,
|
|
1964
|
+
0,
|
|
1965
|
+
[_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
|
|
1966
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
|
|
1967
|
+
];
|
|
1968
|
+
export var StartSentimentDetectionJobResponse = [3, n0, _SSDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
|
|
1969
|
+
export var StartTargetedSentimentDetectionJobRequest = [
|
|
1970
|
+
3,
|
|
1971
|
+
n0,
|
|
1972
|
+
_STSDJR,
|
|
1973
|
+
0,
|
|
1974
|
+
[_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
|
|
1975
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
|
|
1976
|
+
];
|
|
1977
|
+
export var StartTargetedSentimentDetectionJobResponse = [
|
|
1978
|
+
3,
|
|
1979
|
+
n0,
|
|
1980
|
+
_STSDJRt,
|
|
1981
|
+
0,
|
|
1982
|
+
[_JI, _JA, _JS],
|
|
1983
|
+
[0, 0, 0],
|
|
1984
|
+
];
|
|
1985
|
+
export var StartTopicsDetectionJobRequest = [
|
|
1986
|
+
3,
|
|
1987
|
+
n0,
|
|
1988
|
+
_STDJR,
|
|
1989
|
+
0,
|
|
1990
|
+
[_IDC, _ODC, _DARA, _JN, _NOT, _CRT, _VKKI, _VC, _Ta],
|
|
1991
|
+
[() => InputDataConfig, () => OutputDataConfig, 0, 0, 1, [0, 4], 0, () => VpcConfig, () => TagList],
|
|
1992
|
+
];
|
|
1993
|
+
export var StartTopicsDetectionJobResponse = [3, n0, _STDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
|
|
1994
|
+
export var StopDominantLanguageDetectionJobRequest = [3, n0, _SDLDJRto, 0, [_JI], [0]];
|
|
1995
|
+
export var StopDominantLanguageDetectionJobResponse = [3, n0, _SDLDJRtop, 0, [_JI, _JS], [0, 0]];
|
|
1996
|
+
export var StopEntitiesDetectionJobRequest = [3, n0, _SEDJRto, 0, [_JI], [0]];
|
|
1997
|
+
export var StopEntitiesDetectionJobResponse = [3, n0, _SEDJRtop, 0, [_JI, _JS], [0, 0]];
|
|
1998
|
+
export var StopEventsDetectionJobRequest = [3, n0, _SEDJRtopv, 0, [_JI], [0]];
|
|
1999
|
+
export var StopEventsDetectionJobResponse = [3, n0, _SEDJRtopve, 0, [_JI, _JS], [0, 0]];
|
|
2000
|
+
export var StopKeyPhrasesDetectionJobRequest = [3, n0, _SKPDJRto, 0, [_JI], [0]];
|
|
2001
|
+
export var StopKeyPhrasesDetectionJobResponse = [3, n0, _SKPDJRtop, 0, [_JI, _JS], [0, 0]];
|
|
2002
|
+
export var StopPiiEntitiesDetectionJobRequest = [3, n0, _SPEDJRto, 0, [_JI], [0]];
|
|
2003
|
+
export var StopPiiEntitiesDetectionJobResponse = [3, n0, _SPEDJRtop, 0, [_JI, _JS], [0, 0]];
|
|
2004
|
+
export var StopSentimentDetectionJobRequest = [3, n0, _SSDJRto, 0, [_JI], [0]];
|
|
2005
|
+
export var StopSentimentDetectionJobResponse = [3, n0, _SSDJRtop, 0, [_JI, _JS], [0, 0]];
|
|
2006
|
+
export var StopTargetedSentimentDetectionJobRequest = [3, n0, _STSDJRto, 0, [_JI], [0]];
|
|
2007
|
+
export var StopTargetedSentimentDetectionJobResponse = [
|
|
2008
|
+
3,
|
|
2009
|
+
n0,
|
|
2010
|
+
_STSDJRtop,
|
|
2011
|
+
0,
|
|
2012
|
+
[_JI, _JS],
|
|
2013
|
+
[0, 0],
|
|
2014
|
+
];
|
|
2015
|
+
export var StopTrainingDocumentClassifierRequest = [3, n0, _STDCR, 0, [_DCA], [0]];
|
|
2016
|
+
export var StopTrainingDocumentClassifierResponse = [3, n0, _STDCRt, 0, [], []];
|
|
2017
|
+
export var StopTrainingEntityRecognizerRequest = [3, n0, _STERR, 0, [_ERA], [0]];
|
|
2018
|
+
export var StopTrainingEntityRecognizerResponse = [3, n0, _STERRt, 0, [], []];
|
|
2019
|
+
export var SyntaxToken = [
|
|
2020
|
+
3,
|
|
2021
|
+
n0,
|
|
2022
|
+
_STy,
|
|
2023
|
+
0,
|
|
2024
|
+
[_TI, _T, _BO, _EO, _POS],
|
|
2025
|
+
[1, 0, 1, 1, () => PartOfSpeechTag],
|
|
2026
|
+
];
|
|
2027
|
+
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2028
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
2029
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
2030
|
+
export var TargetedSentimentDetectionJobFilter = [
|
|
2031
|
+
3,
|
|
2032
|
+
n0,
|
|
2033
|
+
_TSDJF,
|
|
2034
|
+
0,
|
|
2035
|
+
[_JN, _JS, _STB, _STA],
|
|
2036
|
+
[0, 0, 4, 4],
|
|
2037
|
+
];
|
|
2038
|
+
export var TargetedSentimentDetectionJobProperties = [
|
|
2039
|
+
3,
|
|
2040
|
+
n0,
|
|
2041
|
+
_TSDJP,
|
|
2042
|
+
0,
|
|
2043
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
|
|
2044
|
+
[0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
|
|
2045
|
+
];
|
|
2046
|
+
export var TargetedSentimentEntity = [
|
|
2047
|
+
3,
|
|
2048
|
+
n0,
|
|
2049
|
+
_TSE,
|
|
2050
|
+
0,
|
|
2051
|
+
[_DMI, _Me],
|
|
2052
|
+
[64 | 1, () => ListOfMentions],
|
|
2053
|
+
];
|
|
2054
|
+
export var TargetedSentimentMention = [
|
|
2055
|
+
3,
|
|
2056
|
+
n0,
|
|
2057
|
+
_TSM,
|
|
2058
|
+
0,
|
|
2059
|
+
[_Sc, _GS, _T, _Ty, _MS, _BO, _EO],
|
|
2060
|
+
[1, 1, 0, 0, () => MentionSentiment, 1, 1],
|
|
2061
|
+
];
|
|
2062
|
+
export var TaskConfig = [
|
|
2063
|
+
3,
|
|
2064
|
+
n0,
|
|
2065
|
+
_TC,
|
|
2066
|
+
0,
|
|
2067
|
+
[_LC, _DCC, _ERC],
|
|
2068
|
+
[0, () => DocumentClassificationConfig, () => EntityRecognitionConfig],
|
|
2069
|
+
];
|
|
2070
|
+
export var TextSegment = [3, n0, _TSe, 0, [_T], [[() => CustomerInputString, 0]]];
|
|
2071
|
+
export var TextSizeLimitExceededException = [
|
|
2072
|
+
-3,
|
|
2073
|
+
n0,
|
|
2074
|
+
_TSLEE,
|
|
2075
|
+
{
|
|
2076
|
+
[_e]: _c,
|
|
2077
|
+
[_hE]: 400,
|
|
2078
|
+
},
|
|
2079
|
+
[_M],
|
|
2080
|
+
[0],
|
|
2081
|
+
];
|
|
2082
|
+
TypeRegistry.for(n0).registerError(TextSizeLimitExceededException, __TextSizeLimitExceededException);
|
|
2083
|
+
export var TooManyRequestsException = [
|
|
2084
|
+
-3,
|
|
2085
|
+
n0,
|
|
2086
|
+
_TMRE,
|
|
2087
|
+
{
|
|
2088
|
+
[_e]: _c,
|
|
2089
|
+
[_hE]: 429,
|
|
2090
|
+
},
|
|
2091
|
+
[_M],
|
|
2092
|
+
[0],
|
|
2093
|
+
];
|
|
2094
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
2095
|
+
export var TooManyTagKeysException = [
|
|
2096
|
+
-3,
|
|
2097
|
+
n0,
|
|
2098
|
+
_TMTKE,
|
|
2099
|
+
{
|
|
2100
|
+
[_e]: _c,
|
|
2101
|
+
[_hE]: 400,
|
|
2102
|
+
},
|
|
2103
|
+
[_M],
|
|
2104
|
+
[0],
|
|
2105
|
+
];
|
|
2106
|
+
TypeRegistry.for(n0).registerError(TooManyTagKeysException, __TooManyTagKeysException);
|
|
2107
|
+
export var TooManyTagsException = [
|
|
2108
|
+
-3,
|
|
2109
|
+
n0,
|
|
2110
|
+
_TMTE,
|
|
2111
|
+
{
|
|
2112
|
+
[_e]: _c,
|
|
2113
|
+
[_hE]: 400,
|
|
2114
|
+
},
|
|
2115
|
+
[_M],
|
|
2116
|
+
[0],
|
|
2117
|
+
];
|
|
2118
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
2119
|
+
export var TopicsDetectionJobFilter = [3, n0, _TDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
|
|
2120
|
+
export var TopicsDetectionJobProperties = [
|
|
2121
|
+
3,
|
|
2122
|
+
n0,
|
|
2123
|
+
_TDJP,
|
|
2124
|
+
0,
|
|
2125
|
+
[_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _NOT, _DARA, _VKKI, _VC],
|
|
2126
|
+
[0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 1, 0, 0, () => VpcConfig],
|
|
2127
|
+
];
|
|
2128
|
+
export var ToxicContent = [3, n0, _TCo, 0, [_N, _Sc], [0, 1]];
|
|
2129
|
+
export var ToxicLabels = [3, n0, _TLo, 0, [_La, _Tox], [() => ListOfToxicContent, 1]];
|
|
2130
|
+
export var UnsupportedLanguageException = [
|
|
2131
|
+
-3,
|
|
2132
|
+
n0,
|
|
2133
|
+
_ULE,
|
|
2134
|
+
{
|
|
2135
|
+
[_e]: _c,
|
|
2136
|
+
[_hE]: 400,
|
|
2137
|
+
},
|
|
2138
|
+
[_M],
|
|
2139
|
+
[0],
|
|
2140
|
+
];
|
|
2141
|
+
TypeRegistry.for(n0).registerError(UnsupportedLanguageException, __UnsupportedLanguageException);
|
|
2142
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
2143
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
2144
|
+
export var UpdateDataSecurityConfig = [
|
|
2145
|
+
3,
|
|
2146
|
+
n0,
|
|
2147
|
+
_UDSC,
|
|
2148
|
+
0,
|
|
2149
|
+
[_MKKI, _VKKI, _VC],
|
|
2150
|
+
[0, 0, () => VpcConfig],
|
|
2151
|
+
];
|
|
2152
|
+
export var UpdateEndpointRequest = [
|
|
2153
|
+
3,
|
|
2154
|
+
n0,
|
|
2155
|
+
_UER,
|
|
2156
|
+
0,
|
|
2157
|
+
[_EA, _DMA, _DIU, _DDARA, _FA],
|
|
2158
|
+
[0, 0, 1, 0, 0],
|
|
2159
|
+
];
|
|
2160
|
+
export var UpdateEndpointResponse = [3, n0, _UERp, 0, [_DMA], [0]];
|
|
2161
|
+
export var UpdateFlywheelRequest = [
|
|
2162
|
+
3,
|
|
2163
|
+
n0,
|
|
2164
|
+
_UFR,
|
|
2165
|
+
0,
|
|
2166
|
+
[_FA, _AMA, _DARA, _DSC],
|
|
2167
|
+
[0, 0, 0, () => UpdateDataSecurityConfig],
|
|
2168
|
+
];
|
|
2169
|
+
export var UpdateFlywheelResponse = [3, n0, _UFRp, 0, [_FP], [() => FlywheelProperties]];
|
|
2170
|
+
export var VpcConfig = [3, n0, _VC, 0, [_SGI, _Su], [64 | 0, 64 | 0]];
|
|
2171
|
+
export var WarningsListItem = [3, n0, _WLI, 0, [_P, _WC, _WM], [1, 0, 0]];
|
|
2172
|
+
export var __Unit = "unit";
|
|
2173
|
+
export var ComprehendServiceException = [-3, _sm, "ComprehendServiceException", 0, [], []];
|
|
2174
|
+
TypeRegistry.for(_sm).registerError(ComprehendServiceException, __ComprehendServiceException);
|
|
2175
|
+
export var AttributeNamesList = 64 | 0;
|
|
2176
|
+
export var BatchItemErrorList = [1, n0, _BIEL, 0, () => BatchItemError];
|
|
2177
|
+
export var CustomerInputStringList = [1, n0, _CISL, 8, [() => CustomerInputString, 0]];
|
|
2178
|
+
export var DatasetAugmentedManifestsList = [1, n0, _DAML, 0, () => DatasetAugmentedManifestsListItem];
|
|
2179
|
+
export var DatasetPropertiesList = [1, n0, _DPL, 0, () => DatasetProperties];
|
|
2180
|
+
export var DocumentClassificationJobPropertiesList = [
|
|
2181
|
+
1,
|
|
2182
|
+
n0,
|
|
2183
|
+
_DCJPL,
|
|
2184
|
+
0,
|
|
2185
|
+
() => DocumentClassificationJobProperties,
|
|
2186
|
+
];
|
|
2187
|
+
export var DocumentClassifierAugmentedManifestsList = [
|
|
2188
|
+
1,
|
|
2189
|
+
n0,
|
|
2190
|
+
_DCAML,
|
|
2191
|
+
0,
|
|
2192
|
+
() => AugmentedManifestsListItem,
|
|
2193
|
+
];
|
|
2194
|
+
export var DocumentClassifierPropertiesList = [
|
|
2195
|
+
1,
|
|
2196
|
+
n0,
|
|
2197
|
+
_DCPL,
|
|
2198
|
+
0,
|
|
2199
|
+
[() => DocumentClassifierProperties, 0],
|
|
2200
|
+
];
|
|
2201
|
+
export var DocumentClassifierSummariesList = [1, n0, _DCSL, 0, () => DocumentClassifierSummary];
|
|
2202
|
+
export var DominantLanguageDetectionJobPropertiesList = [
|
|
2203
|
+
1,
|
|
2204
|
+
n0,
|
|
2205
|
+
_DLDJPL,
|
|
2206
|
+
0,
|
|
2207
|
+
() => DominantLanguageDetectionJobProperties,
|
|
2208
|
+
];
|
|
2209
|
+
export var EndpointPropertiesList = [1, n0, _EPL, 0, () => EndpointProperties];
|
|
2210
|
+
export var EntitiesDetectionJobPropertiesList = [
|
|
2211
|
+
1,
|
|
2212
|
+
n0,
|
|
2213
|
+
_EDJPL,
|
|
2214
|
+
0,
|
|
2215
|
+
() => EntitiesDetectionJobProperties,
|
|
2216
|
+
];
|
|
2217
|
+
export var EntityRecognizerAugmentedManifestsList = [
|
|
2218
|
+
1,
|
|
2219
|
+
n0,
|
|
2220
|
+
_ERAML,
|
|
2221
|
+
0,
|
|
2222
|
+
() => AugmentedManifestsListItem,
|
|
2223
|
+
];
|
|
2224
|
+
export var EntityRecognizerMetadataEntityTypesList = [
|
|
2225
|
+
1,
|
|
2226
|
+
n0,
|
|
2227
|
+
_ERMETL,
|
|
2228
|
+
0,
|
|
2229
|
+
() => EntityRecognizerMetadataEntityTypesListItem,
|
|
2230
|
+
];
|
|
2231
|
+
export var EntityRecognizerPropertiesList = [1, n0, _ERPL, 0, [() => EntityRecognizerProperties, 0]];
|
|
2232
|
+
export var EntityRecognizerSummariesList = [1, n0, _ERSL, 0, () => EntityRecognizerSummary];
|
|
2233
|
+
export var EntityTypesList = [1, n0, _ETL, 0, () => EntityTypesListItem];
|
|
2234
|
+
export var EventsDetectionJobPropertiesList = [1, n0, _EDJPLv, 0, () => EventsDetectionJobProperties];
|
|
2235
|
+
export var FlywheelIterationPropertiesList = [1, n0, _FIPL, 0, () => FlywheelIterationProperties];
|
|
2236
|
+
export var FlywheelSummaryList = [1, n0, _FSL, 0, () => FlywheelSummary];
|
|
2237
|
+
export var KeyPhrasesDetectionJobPropertiesList = [
|
|
2238
|
+
1,
|
|
2239
|
+
n0,
|
|
2240
|
+
_KPDJPL,
|
|
2241
|
+
0,
|
|
2242
|
+
() => KeyPhrasesDetectionJobProperties,
|
|
2243
|
+
];
|
|
2244
|
+
export var LabelsList = 64 | 0;
|
|
2245
|
+
export var ListOfBlockReferences = [1, n0, _LOBR, 0, () => BlockReference];
|
|
2246
|
+
export var ListOfBlocks = [1, n0, _LOB, 0, () => Block];
|
|
2247
|
+
export var ListOfChildBlocks = [1, n0, _LOCB, 0, () => ChildBlock];
|
|
2248
|
+
export var ListOfClasses = [1, n0, _LOC, 0, () => DocumentClass];
|
|
2249
|
+
export var ListOfDescriptiveMentionIndices = 64 | 1;
|
|
2250
|
+
export var ListOfDetectDominantLanguageResult = [
|
|
2251
|
+
1,
|
|
2252
|
+
n0,
|
|
2253
|
+
_LODDLR,
|
|
2254
|
+
0,
|
|
2255
|
+
() => BatchDetectDominantLanguageItemResult,
|
|
2256
|
+
];
|
|
2257
|
+
export var ListOfDetectEntitiesResult = [1, n0, _LODER, 0, () => BatchDetectEntitiesItemResult];
|
|
2258
|
+
export var ListOfDetectKeyPhrasesResult = [1, n0, _LODKPR, 0, () => BatchDetectKeyPhrasesItemResult];
|
|
2259
|
+
export var ListOfDetectSentimentResult = [1, n0, _LODSR, 0, () => BatchDetectSentimentItemResult];
|
|
2260
|
+
export var ListOfDetectSyntaxResult = [1, n0, _LODSRi, 0, () => BatchDetectSyntaxItemResult];
|
|
2261
|
+
export var ListOfDetectTargetedSentimentResult = [
|
|
2262
|
+
1,
|
|
2263
|
+
n0,
|
|
2264
|
+
_LODTSR,
|
|
2265
|
+
0,
|
|
2266
|
+
() => BatchDetectTargetedSentimentItemResult,
|
|
2267
|
+
];
|
|
2268
|
+
export var ListOfDocumentReadFeatureTypes = 64 | 0;
|
|
2269
|
+
export var ListOfDocumentType = [1, n0, _LODT, 0, () => DocumentTypeListItem];
|
|
2270
|
+
export var ListOfDominantLanguages = [1, n0, _LODL, 0, () => DominantLanguage];
|
|
2271
|
+
export var ListOfEntities = [1, n0, _LOE, 0, () => Entity];
|
|
2272
|
+
export var ListOfEntityLabels = [1, n0, _LOEL, 0, () => EntityLabel];
|
|
2273
|
+
export var ListOfErrors = [1, n0, _LOEi, 0, () => ErrorsListItem];
|
|
2274
|
+
export var ListOfExtractedCharacters = [1, n0, _LOEC, 0, () => ExtractedCharactersListItem];
|
|
2275
|
+
export var ListOfKeyPhrases = [1, n0, _LOKP, 0, () => KeyPhrase];
|
|
2276
|
+
export var ListOfLabels = [1, n0, _LOL, 0, () => DocumentLabel];
|
|
2277
|
+
export var ListOfMentions = [1, n0, _LOM, 0, () => TargetedSentimentMention];
|
|
2278
|
+
export var ListOfPiiEntities = [1, n0, _LOPE, 0, () => PiiEntity];
|
|
2279
|
+
export var ListOfPiiEntityTypes = 64 | 0;
|
|
2280
|
+
export var ListOfRelationships = [1, n0, _LOR, 0, () => RelationshipsListItem];
|
|
2281
|
+
export var ListOfSyntaxTokens = [1, n0, _LOST, 0, () => SyntaxToken];
|
|
2282
|
+
export var ListOfTargetedSentimentEntities = [1, n0, _LOTSE, 0, () => TargetedSentimentEntity];
|
|
2283
|
+
export var ListOfTextSegments = [1, n0, _LOTS, 8, [() => TextSegment, 0]];
|
|
2284
|
+
export var ListOfToxicContent = [1, n0, _LOTC, 0, () => ToxicContent];
|
|
2285
|
+
export var ListOfToxicLabels = [1, n0, _LOTL, 0, () => ToxicLabels];
|
|
2286
|
+
export var ListOfWarnings = [1, n0, _LOW, 0, () => WarningsListItem];
|
|
2287
|
+
export var PiiEntitiesDetectionJobPropertiesList = [
|
|
2288
|
+
1,
|
|
2289
|
+
n0,
|
|
2290
|
+
_PEDJPL,
|
|
2291
|
+
0,
|
|
2292
|
+
() => PiiEntitiesDetectionJobProperties,
|
|
2293
|
+
];
|
|
2294
|
+
export var Polygon = [1, n0, _Po, 0, () => Point];
|
|
2295
|
+
export var SecurityGroupIds = 64 | 0;
|
|
2296
|
+
export var SentimentDetectionJobPropertiesList = [
|
|
2297
|
+
1,
|
|
2298
|
+
n0,
|
|
2299
|
+
_SDJPL,
|
|
2300
|
+
0,
|
|
2301
|
+
() => SentimentDetectionJobProperties,
|
|
2302
|
+
];
|
|
2303
|
+
export var StringList = 64 | 0;
|
|
2304
|
+
export var Subnets = 64 | 0;
|
|
2305
|
+
export var TagKeyList = 64 | 0;
|
|
2306
|
+
export var TagList = [1, n0, _TLa, 0, () => Tag];
|
|
2307
|
+
export var TargetedSentimentDetectionJobPropertiesList = [
|
|
2308
|
+
1,
|
|
2309
|
+
n0,
|
|
2310
|
+
_TSDJPL,
|
|
2311
|
+
0,
|
|
2312
|
+
() => TargetedSentimentDetectionJobProperties,
|
|
2313
|
+
];
|
|
2314
|
+
export var TargetEventTypes = 64 | 0;
|
|
2315
|
+
export var TopicsDetectionJobPropertiesList = [1, n0, _TDJPL, 0, () => TopicsDetectionJobProperties];
|
|
2316
|
+
export var BatchDetectDominantLanguage = [
|
|
2317
|
+
9,
|
|
2318
|
+
n0,
|
|
2319
|
+
_BDDL,
|
|
2320
|
+
0,
|
|
2321
|
+
() => BatchDetectDominantLanguageRequest,
|
|
2322
|
+
() => BatchDetectDominantLanguageResponse,
|
|
2323
|
+
];
|
|
2324
|
+
export var BatchDetectEntities = [
|
|
2325
|
+
9,
|
|
2326
|
+
n0,
|
|
2327
|
+
_BDE,
|
|
2328
|
+
0,
|
|
2329
|
+
() => BatchDetectEntitiesRequest,
|
|
2330
|
+
() => BatchDetectEntitiesResponse,
|
|
2331
|
+
];
|
|
2332
|
+
export var BatchDetectKeyPhrases = [
|
|
2333
|
+
9,
|
|
2334
|
+
n0,
|
|
2335
|
+
_BDKP,
|
|
2336
|
+
0,
|
|
2337
|
+
() => BatchDetectKeyPhrasesRequest,
|
|
2338
|
+
() => BatchDetectKeyPhrasesResponse,
|
|
2339
|
+
];
|
|
2340
|
+
export var BatchDetectSentiment = [
|
|
2341
|
+
9,
|
|
2342
|
+
n0,
|
|
2343
|
+
_BDS,
|
|
2344
|
+
0,
|
|
2345
|
+
() => BatchDetectSentimentRequest,
|
|
2346
|
+
() => BatchDetectSentimentResponse,
|
|
2347
|
+
];
|
|
2348
|
+
export var BatchDetectSyntax = [
|
|
2349
|
+
9,
|
|
2350
|
+
n0,
|
|
2351
|
+
_BDSa,
|
|
2352
|
+
0,
|
|
2353
|
+
() => BatchDetectSyntaxRequest,
|
|
2354
|
+
() => BatchDetectSyntaxResponse,
|
|
2355
|
+
];
|
|
2356
|
+
export var BatchDetectTargetedSentiment = [
|
|
2357
|
+
9,
|
|
2358
|
+
n0,
|
|
2359
|
+
_BDTS,
|
|
2360
|
+
0,
|
|
2361
|
+
() => BatchDetectTargetedSentimentRequest,
|
|
2362
|
+
() => BatchDetectTargetedSentimentResponse,
|
|
2363
|
+
];
|
|
2364
|
+
export var ClassifyDocument = [
|
|
2365
|
+
9,
|
|
2366
|
+
n0,
|
|
2367
|
+
_CD,
|
|
2368
|
+
0,
|
|
2369
|
+
() => ClassifyDocumentRequest,
|
|
2370
|
+
() => ClassifyDocumentResponse,
|
|
2371
|
+
];
|
|
2372
|
+
export var ContainsPiiEntities = [
|
|
2373
|
+
9,
|
|
2374
|
+
n0,
|
|
2375
|
+
_CPE,
|
|
2376
|
+
0,
|
|
2377
|
+
() => ContainsPiiEntitiesRequest,
|
|
2378
|
+
() => ContainsPiiEntitiesResponse,
|
|
2379
|
+
];
|
|
2380
|
+
export var CreateDataset = [
|
|
2381
|
+
9,
|
|
2382
|
+
n0,
|
|
2383
|
+
_CDr,
|
|
2384
|
+
0,
|
|
2385
|
+
() => CreateDatasetRequest,
|
|
2386
|
+
() => CreateDatasetResponse,
|
|
2387
|
+
];
|
|
2388
|
+
export var CreateDocumentClassifier = [
|
|
2389
|
+
9,
|
|
2390
|
+
n0,
|
|
2391
|
+
_CDC,
|
|
2392
|
+
0,
|
|
2393
|
+
() => CreateDocumentClassifierRequest,
|
|
2394
|
+
() => CreateDocumentClassifierResponse,
|
|
2395
|
+
];
|
|
2396
|
+
export var CreateEndpoint = [
|
|
2397
|
+
9,
|
|
2398
|
+
n0,
|
|
2399
|
+
_CE,
|
|
2400
|
+
0,
|
|
2401
|
+
() => CreateEndpointRequest,
|
|
2402
|
+
() => CreateEndpointResponse,
|
|
2403
|
+
];
|
|
2404
|
+
export var CreateEntityRecognizer = [
|
|
2405
|
+
9,
|
|
2406
|
+
n0,
|
|
2407
|
+
_CERre,
|
|
2408
|
+
0,
|
|
2409
|
+
() => CreateEntityRecognizerRequest,
|
|
2410
|
+
() => CreateEntityRecognizerResponse,
|
|
2411
|
+
];
|
|
2412
|
+
export var CreateFlywheel = [
|
|
2413
|
+
9,
|
|
2414
|
+
n0,
|
|
2415
|
+
_CF,
|
|
2416
|
+
0,
|
|
2417
|
+
() => CreateFlywheelRequest,
|
|
2418
|
+
() => CreateFlywheelResponse,
|
|
2419
|
+
];
|
|
2420
|
+
export var DeleteDocumentClassifier = [
|
|
2421
|
+
9,
|
|
2422
|
+
n0,
|
|
2423
|
+
_DDC,
|
|
2424
|
+
0,
|
|
2425
|
+
() => DeleteDocumentClassifierRequest,
|
|
2426
|
+
() => DeleteDocumentClassifierResponse,
|
|
2427
|
+
];
|
|
2428
|
+
export var DeleteEndpoint = [
|
|
2429
|
+
9,
|
|
2430
|
+
n0,
|
|
2431
|
+
_DE,
|
|
2432
|
+
0,
|
|
2433
|
+
() => DeleteEndpointRequest,
|
|
2434
|
+
() => DeleteEndpointResponse,
|
|
2435
|
+
];
|
|
2436
|
+
export var DeleteEntityRecognizer = [
|
|
2437
|
+
9,
|
|
2438
|
+
n0,
|
|
2439
|
+
_DERel,
|
|
2440
|
+
0,
|
|
2441
|
+
() => DeleteEntityRecognizerRequest,
|
|
2442
|
+
() => DeleteEntityRecognizerResponse,
|
|
2443
|
+
];
|
|
2444
|
+
export var DeleteFlywheel = [
|
|
2445
|
+
9,
|
|
2446
|
+
n0,
|
|
2447
|
+
_DFe,
|
|
2448
|
+
0,
|
|
2449
|
+
() => DeleteFlywheelRequest,
|
|
2450
|
+
() => DeleteFlywheelResponse,
|
|
2451
|
+
];
|
|
2452
|
+
export var DeleteResourcePolicy = [
|
|
2453
|
+
9,
|
|
2454
|
+
n0,
|
|
2455
|
+
_DRP,
|
|
2456
|
+
0,
|
|
2457
|
+
() => DeleteResourcePolicyRequest,
|
|
2458
|
+
() => DeleteResourcePolicyResponse,
|
|
2459
|
+
];
|
|
2460
|
+
export var DescribeDataset = [
|
|
2461
|
+
9,
|
|
2462
|
+
n0,
|
|
2463
|
+
_DD,
|
|
2464
|
+
0,
|
|
2465
|
+
() => DescribeDatasetRequest,
|
|
2466
|
+
() => DescribeDatasetResponse,
|
|
2467
|
+
];
|
|
2468
|
+
export var DescribeDocumentClassificationJob = [
|
|
2469
|
+
9,
|
|
2470
|
+
n0,
|
|
2471
|
+
_DDCJ,
|
|
2472
|
+
0,
|
|
2473
|
+
() => DescribeDocumentClassificationJobRequest,
|
|
2474
|
+
() => DescribeDocumentClassificationJobResponse,
|
|
2475
|
+
];
|
|
2476
|
+
export var DescribeDocumentClassifier = [
|
|
2477
|
+
9,
|
|
2478
|
+
n0,
|
|
2479
|
+
_DDCe,
|
|
2480
|
+
0,
|
|
2481
|
+
() => DescribeDocumentClassifierRequest,
|
|
2482
|
+
() => DescribeDocumentClassifierResponse,
|
|
2483
|
+
];
|
|
2484
|
+
export var DescribeDominantLanguageDetectionJob = [
|
|
2485
|
+
9,
|
|
2486
|
+
n0,
|
|
2487
|
+
_DDLDJ,
|
|
2488
|
+
0,
|
|
2489
|
+
() => DescribeDominantLanguageDetectionJobRequest,
|
|
2490
|
+
() => DescribeDominantLanguageDetectionJobResponse,
|
|
2491
|
+
];
|
|
2492
|
+
export var DescribeEndpoint = [
|
|
2493
|
+
9,
|
|
2494
|
+
n0,
|
|
2495
|
+
_DEe,
|
|
2496
|
+
0,
|
|
2497
|
+
() => DescribeEndpointRequest,
|
|
2498
|
+
() => DescribeEndpointResponse,
|
|
2499
|
+
];
|
|
2500
|
+
export var DescribeEntitiesDetectionJob = [
|
|
2501
|
+
9,
|
|
2502
|
+
n0,
|
|
2503
|
+
_DEDJ,
|
|
2504
|
+
0,
|
|
2505
|
+
() => DescribeEntitiesDetectionJobRequest,
|
|
2506
|
+
() => DescribeEntitiesDetectionJobResponse,
|
|
2507
|
+
];
|
|
2508
|
+
export var DescribeEntityRecognizer = [
|
|
2509
|
+
9,
|
|
2510
|
+
n0,
|
|
2511
|
+
_DERescr,
|
|
2512
|
+
0,
|
|
2513
|
+
() => DescribeEntityRecognizerRequest,
|
|
2514
|
+
() => DescribeEntityRecognizerResponse,
|
|
2515
|
+
];
|
|
2516
|
+
export var DescribeEventsDetectionJob = [
|
|
2517
|
+
9,
|
|
2518
|
+
n0,
|
|
2519
|
+
_DEDJe,
|
|
2520
|
+
0,
|
|
2521
|
+
() => DescribeEventsDetectionJobRequest,
|
|
2522
|
+
() => DescribeEventsDetectionJobResponse,
|
|
2523
|
+
];
|
|
2524
|
+
export var DescribeFlywheel = [
|
|
2525
|
+
9,
|
|
2526
|
+
n0,
|
|
2527
|
+
_DFes,
|
|
2528
|
+
0,
|
|
2529
|
+
() => DescribeFlywheelRequest,
|
|
2530
|
+
() => DescribeFlywheelResponse,
|
|
2531
|
+
];
|
|
2532
|
+
export var DescribeFlywheelIteration = [
|
|
2533
|
+
9,
|
|
2534
|
+
n0,
|
|
2535
|
+
_DFI,
|
|
2536
|
+
0,
|
|
2537
|
+
() => DescribeFlywheelIterationRequest,
|
|
2538
|
+
() => DescribeFlywheelIterationResponse,
|
|
2539
|
+
];
|
|
2540
|
+
export var DescribeKeyPhrasesDetectionJob = [
|
|
2541
|
+
9,
|
|
2542
|
+
n0,
|
|
2543
|
+
_DKPDJ,
|
|
2544
|
+
0,
|
|
2545
|
+
() => DescribeKeyPhrasesDetectionJobRequest,
|
|
2546
|
+
() => DescribeKeyPhrasesDetectionJobResponse,
|
|
2547
|
+
];
|
|
2548
|
+
export var DescribePiiEntitiesDetectionJob = [
|
|
2549
|
+
9,
|
|
2550
|
+
n0,
|
|
2551
|
+
_DPEDJ,
|
|
2552
|
+
0,
|
|
2553
|
+
() => DescribePiiEntitiesDetectionJobRequest,
|
|
2554
|
+
() => DescribePiiEntitiesDetectionJobResponse,
|
|
2555
|
+
];
|
|
2556
|
+
export var DescribeResourcePolicy = [
|
|
2557
|
+
9,
|
|
2558
|
+
n0,
|
|
2559
|
+
_DRPe,
|
|
2560
|
+
0,
|
|
2561
|
+
() => DescribeResourcePolicyRequest,
|
|
2562
|
+
() => DescribeResourcePolicyResponse,
|
|
2563
|
+
];
|
|
2564
|
+
export var DescribeSentimentDetectionJob = [
|
|
2565
|
+
9,
|
|
2566
|
+
n0,
|
|
2567
|
+
_DSDJ,
|
|
2568
|
+
0,
|
|
2569
|
+
() => DescribeSentimentDetectionJobRequest,
|
|
2570
|
+
() => DescribeSentimentDetectionJobResponse,
|
|
2571
|
+
];
|
|
2572
|
+
export var DescribeTargetedSentimentDetectionJob = [
|
|
2573
|
+
9,
|
|
2574
|
+
n0,
|
|
2575
|
+
_DTSDJ,
|
|
2576
|
+
0,
|
|
2577
|
+
() => DescribeTargetedSentimentDetectionJobRequest,
|
|
2578
|
+
() => DescribeTargetedSentimentDetectionJobResponse,
|
|
2579
|
+
];
|
|
2580
|
+
export var DescribeTopicsDetectionJob = [
|
|
2581
|
+
9,
|
|
2582
|
+
n0,
|
|
2583
|
+
_DTDJ,
|
|
2584
|
+
0,
|
|
2585
|
+
() => DescribeTopicsDetectionJobRequest,
|
|
2586
|
+
() => DescribeTopicsDetectionJobResponse,
|
|
2587
|
+
];
|
|
2588
|
+
export var DetectDominantLanguage = [
|
|
2589
|
+
9,
|
|
2590
|
+
n0,
|
|
2591
|
+
_DDL,
|
|
2592
|
+
0,
|
|
2593
|
+
() => DetectDominantLanguageRequest,
|
|
2594
|
+
() => DetectDominantLanguageResponse,
|
|
2595
|
+
];
|
|
2596
|
+
export var DetectEntities = [
|
|
2597
|
+
9,
|
|
2598
|
+
n0,
|
|
2599
|
+
_DEet,
|
|
2600
|
+
0,
|
|
2601
|
+
() => DetectEntitiesRequest,
|
|
2602
|
+
() => DetectEntitiesResponse,
|
|
2603
|
+
];
|
|
2604
|
+
export var DetectKeyPhrases = [
|
|
2605
|
+
9,
|
|
2606
|
+
n0,
|
|
2607
|
+
_DKP,
|
|
2608
|
+
0,
|
|
2609
|
+
() => DetectKeyPhrasesRequest,
|
|
2610
|
+
() => DetectKeyPhrasesResponse,
|
|
2611
|
+
];
|
|
2612
|
+
export var DetectPiiEntities = [
|
|
2613
|
+
9,
|
|
2614
|
+
n0,
|
|
2615
|
+
_DPE,
|
|
2616
|
+
0,
|
|
2617
|
+
() => DetectPiiEntitiesRequest,
|
|
2618
|
+
() => DetectPiiEntitiesResponse,
|
|
2619
|
+
];
|
|
2620
|
+
export var DetectSentiment = [
|
|
2621
|
+
9,
|
|
2622
|
+
n0,
|
|
2623
|
+
_DS,
|
|
2624
|
+
0,
|
|
2625
|
+
() => DetectSentimentRequest,
|
|
2626
|
+
() => DetectSentimentResponse,
|
|
2627
|
+
];
|
|
2628
|
+
export var DetectSyntax = [
|
|
2629
|
+
9,
|
|
2630
|
+
n0,
|
|
2631
|
+
_DSe,
|
|
2632
|
+
0,
|
|
2633
|
+
() => DetectSyntaxRequest,
|
|
2634
|
+
() => DetectSyntaxResponse,
|
|
2635
|
+
];
|
|
2636
|
+
export var DetectTargetedSentiment = [
|
|
2637
|
+
9,
|
|
2638
|
+
n0,
|
|
2639
|
+
_DTS,
|
|
2640
|
+
0,
|
|
2641
|
+
() => DetectTargetedSentimentRequest,
|
|
2642
|
+
() => DetectTargetedSentimentResponse,
|
|
2643
|
+
];
|
|
2644
|
+
export var DetectToxicContent = [
|
|
2645
|
+
9,
|
|
2646
|
+
n0,
|
|
2647
|
+
_DTC,
|
|
2648
|
+
0,
|
|
2649
|
+
() => DetectToxicContentRequest,
|
|
2650
|
+
() => DetectToxicContentResponse,
|
|
2651
|
+
];
|
|
2652
|
+
export var ImportModel = [9, n0, _IM, 0, () => ImportModelRequest, () => ImportModelResponse];
|
|
2653
|
+
export var ListDatasets = [
|
|
2654
|
+
9,
|
|
2655
|
+
n0,
|
|
2656
|
+
_LDi,
|
|
2657
|
+
0,
|
|
2658
|
+
() => ListDatasetsRequest,
|
|
2659
|
+
() => ListDatasetsResponse,
|
|
2660
|
+
];
|
|
2661
|
+
export var ListDocumentClassificationJobs = [
|
|
2662
|
+
9,
|
|
2663
|
+
n0,
|
|
2664
|
+
_LDCJ,
|
|
2665
|
+
0,
|
|
2666
|
+
() => ListDocumentClassificationJobsRequest,
|
|
2667
|
+
() => ListDocumentClassificationJobsResponse,
|
|
2668
|
+
];
|
|
2669
|
+
export var ListDocumentClassifiers = [
|
|
2670
|
+
9,
|
|
2671
|
+
n0,
|
|
2672
|
+
_LDC,
|
|
2673
|
+
0,
|
|
2674
|
+
() => ListDocumentClassifiersRequest,
|
|
2675
|
+
() => ListDocumentClassifiersResponse,
|
|
2676
|
+
];
|
|
2677
|
+
export var ListDocumentClassifierSummaries = [
|
|
2678
|
+
9,
|
|
2679
|
+
n0,
|
|
2680
|
+
_LDCS,
|
|
2681
|
+
0,
|
|
2682
|
+
() => ListDocumentClassifierSummariesRequest,
|
|
2683
|
+
() => ListDocumentClassifierSummariesResponse,
|
|
2684
|
+
];
|
|
2685
|
+
export var ListDominantLanguageDetectionJobs = [
|
|
2686
|
+
9,
|
|
2687
|
+
n0,
|
|
2688
|
+
_LDLDJ,
|
|
2689
|
+
0,
|
|
2690
|
+
() => ListDominantLanguageDetectionJobsRequest,
|
|
2691
|
+
() => ListDominantLanguageDetectionJobsResponse,
|
|
2692
|
+
];
|
|
2693
|
+
export var ListEndpoints = [
|
|
2694
|
+
9,
|
|
2695
|
+
n0,
|
|
2696
|
+
_LE,
|
|
2697
|
+
0,
|
|
2698
|
+
() => ListEndpointsRequest,
|
|
2699
|
+
() => ListEndpointsResponse,
|
|
2700
|
+
];
|
|
2701
|
+
export var ListEntitiesDetectionJobs = [
|
|
2702
|
+
9,
|
|
2703
|
+
n0,
|
|
2704
|
+
_LEDJ,
|
|
2705
|
+
0,
|
|
2706
|
+
() => ListEntitiesDetectionJobsRequest,
|
|
2707
|
+
() => ListEntitiesDetectionJobsResponse,
|
|
2708
|
+
];
|
|
2709
|
+
export var ListEntityRecognizers = [
|
|
2710
|
+
9,
|
|
2711
|
+
n0,
|
|
2712
|
+
_LERis,
|
|
2713
|
+
0,
|
|
2714
|
+
() => ListEntityRecognizersRequest,
|
|
2715
|
+
() => ListEntityRecognizersResponse,
|
|
2716
|
+
];
|
|
2717
|
+
export var ListEntityRecognizerSummaries = [
|
|
2718
|
+
9,
|
|
2719
|
+
n0,
|
|
2720
|
+
_LERS,
|
|
2721
|
+
0,
|
|
2722
|
+
() => ListEntityRecognizerSummariesRequest,
|
|
2723
|
+
() => ListEntityRecognizerSummariesResponse,
|
|
2724
|
+
];
|
|
2725
|
+
export var ListEventsDetectionJobs = [
|
|
2726
|
+
9,
|
|
2727
|
+
n0,
|
|
2728
|
+
_LEDJi,
|
|
2729
|
+
0,
|
|
2730
|
+
() => ListEventsDetectionJobsRequest,
|
|
2731
|
+
() => ListEventsDetectionJobsResponse,
|
|
2732
|
+
];
|
|
2733
|
+
export var ListFlywheelIterationHistory = [
|
|
2734
|
+
9,
|
|
2735
|
+
n0,
|
|
2736
|
+
_LFIH,
|
|
2737
|
+
0,
|
|
2738
|
+
() => ListFlywheelIterationHistoryRequest,
|
|
2739
|
+
() => ListFlywheelIterationHistoryResponse,
|
|
2740
|
+
];
|
|
2741
|
+
export var ListFlywheels = [
|
|
2742
|
+
9,
|
|
2743
|
+
n0,
|
|
2744
|
+
_LF,
|
|
2745
|
+
0,
|
|
2746
|
+
() => ListFlywheelsRequest,
|
|
2747
|
+
() => ListFlywheelsResponse,
|
|
2748
|
+
];
|
|
2749
|
+
export var ListKeyPhrasesDetectionJobs = [
|
|
2750
|
+
9,
|
|
2751
|
+
n0,
|
|
2752
|
+
_LKPDJ,
|
|
2753
|
+
0,
|
|
2754
|
+
() => ListKeyPhrasesDetectionJobsRequest,
|
|
2755
|
+
() => ListKeyPhrasesDetectionJobsResponse,
|
|
2756
|
+
];
|
|
2757
|
+
export var ListPiiEntitiesDetectionJobs = [
|
|
2758
|
+
9,
|
|
2759
|
+
n0,
|
|
2760
|
+
_LPEDJ,
|
|
2761
|
+
0,
|
|
2762
|
+
() => ListPiiEntitiesDetectionJobsRequest,
|
|
2763
|
+
() => ListPiiEntitiesDetectionJobsResponse,
|
|
2764
|
+
];
|
|
2765
|
+
export var ListSentimentDetectionJobs = [
|
|
2766
|
+
9,
|
|
2767
|
+
n0,
|
|
2768
|
+
_LSDJ,
|
|
2769
|
+
0,
|
|
2770
|
+
() => ListSentimentDetectionJobsRequest,
|
|
2771
|
+
() => ListSentimentDetectionJobsResponse,
|
|
2772
|
+
];
|
|
2773
|
+
export var ListTagsForResource = [
|
|
2774
|
+
9,
|
|
2775
|
+
n0,
|
|
2776
|
+
_LTFR,
|
|
2777
|
+
0,
|
|
2778
|
+
() => ListTagsForResourceRequest,
|
|
2779
|
+
() => ListTagsForResourceResponse,
|
|
2780
|
+
];
|
|
2781
|
+
export var ListTargetedSentimentDetectionJobs = [
|
|
2782
|
+
9,
|
|
2783
|
+
n0,
|
|
2784
|
+
_LTSDJ,
|
|
2785
|
+
0,
|
|
2786
|
+
() => ListTargetedSentimentDetectionJobsRequest,
|
|
2787
|
+
() => ListTargetedSentimentDetectionJobsResponse,
|
|
2788
|
+
];
|
|
2789
|
+
export var ListTopicsDetectionJobs = [
|
|
2790
|
+
9,
|
|
2791
|
+
n0,
|
|
2792
|
+
_LTDJ,
|
|
2793
|
+
0,
|
|
2794
|
+
() => ListTopicsDetectionJobsRequest,
|
|
2795
|
+
() => ListTopicsDetectionJobsResponse,
|
|
2796
|
+
];
|
|
2797
|
+
export var PutResourcePolicy = [
|
|
2798
|
+
9,
|
|
2799
|
+
n0,
|
|
2800
|
+
_PRP,
|
|
2801
|
+
0,
|
|
2802
|
+
() => PutResourcePolicyRequest,
|
|
2803
|
+
() => PutResourcePolicyResponse,
|
|
2804
|
+
];
|
|
2805
|
+
export var StartDocumentClassificationJob = [
|
|
2806
|
+
9,
|
|
2807
|
+
n0,
|
|
2808
|
+
_SDCJ,
|
|
2809
|
+
0,
|
|
2810
|
+
() => StartDocumentClassificationJobRequest,
|
|
2811
|
+
() => StartDocumentClassificationJobResponse,
|
|
2812
|
+
];
|
|
2813
|
+
export var StartDominantLanguageDetectionJob = [
|
|
2814
|
+
9,
|
|
2815
|
+
n0,
|
|
2816
|
+
_SDLDJ,
|
|
2817
|
+
0,
|
|
2818
|
+
() => StartDominantLanguageDetectionJobRequest,
|
|
2819
|
+
() => StartDominantLanguageDetectionJobResponse,
|
|
2820
|
+
];
|
|
2821
|
+
export var StartEntitiesDetectionJob = [
|
|
2822
|
+
9,
|
|
2823
|
+
n0,
|
|
2824
|
+
_SEDJ,
|
|
2825
|
+
0,
|
|
2826
|
+
() => StartEntitiesDetectionJobRequest,
|
|
2827
|
+
() => StartEntitiesDetectionJobResponse,
|
|
2828
|
+
];
|
|
2829
|
+
export var StartEventsDetectionJob = [
|
|
2830
|
+
9,
|
|
2831
|
+
n0,
|
|
2832
|
+
_SEDJt,
|
|
2833
|
+
0,
|
|
2834
|
+
() => StartEventsDetectionJobRequest,
|
|
2835
|
+
() => StartEventsDetectionJobResponse,
|
|
2836
|
+
];
|
|
2837
|
+
export var StartFlywheelIteration = [
|
|
2838
|
+
9,
|
|
2839
|
+
n0,
|
|
2840
|
+
_SFI,
|
|
2841
|
+
0,
|
|
2842
|
+
() => StartFlywheelIterationRequest,
|
|
2843
|
+
() => StartFlywheelIterationResponse,
|
|
2844
|
+
];
|
|
2845
|
+
export var StartKeyPhrasesDetectionJob = [
|
|
2846
|
+
9,
|
|
2847
|
+
n0,
|
|
2848
|
+
_SKPDJ,
|
|
2849
|
+
0,
|
|
2850
|
+
() => StartKeyPhrasesDetectionJobRequest,
|
|
2851
|
+
() => StartKeyPhrasesDetectionJobResponse,
|
|
2852
|
+
];
|
|
2853
|
+
export var StartPiiEntitiesDetectionJob = [
|
|
2854
|
+
9,
|
|
2855
|
+
n0,
|
|
2856
|
+
_SPEDJ,
|
|
2857
|
+
0,
|
|
2858
|
+
() => StartPiiEntitiesDetectionJobRequest,
|
|
2859
|
+
() => StartPiiEntitiesDetectionJobResponse,
|
|
2860
|
+
];
|
|
2861
|
+
export var StartSentimentDetectionJob = [
|
|
2862
|
+
9,
|
|
2863
|
+
n0,
|
|
2864
|
+
_SSDJ,
|
|
2865
|
+
0,
|
|
2866
|
+
() => StartSentimentDetectionJobRequest,
|
|
2867
|
+
() => StartSentimentDetectionJobResponse,
|
|
2868
|
+
];
|
|
2869
|
+
export var StartTargetedSentimentDetectionJob = [
|
|
2870
|
+
9,
|
|
2871
|
+
n0,
|
|
2872
|
+
_STSDJ,
|
|
2873
|
+
0,
|
|
2874
|
+
() => StartTargetedSentimentDetectionJobRequest,
|
|
2875
|
+
() => StartTargetedSentimentDetectionJobResponse,
|
|
2876
|
+
];
|
|
2877
|
+
export var StartTopicsDetectionJob = [
|
|
2878
|
+
9,
|
|
2879
|
+
n0,
|
|
2880
|
+
_STDJ,
|
|
2881
|
+
0,
|
|
2882
|
+
() => StartTopicsDetectionJobRequest,
|
|
2883
|
+
() => StartTopicsDetectionJobResponse,
|
|
2884
|
+
];
|
|
2885
|
+
export var StopDominantLanguageDetectionJob = [
|
|
2886
|
+
9,
|
|
2887
|
+
n0,
|
|
2888
|
+
_SDLDJt,
|
|
2889
|
+
0,
|
|
2890
|
+
() => StopDominantLanguageDetectionJobRequest,
|
|
2891
|
+
() => StopDominantLanguageDetectionJobResponse,
|
|
2892
|
+
];
|
|
2893
|
+
export var StopEntitiesDetectionJob = [
|
|
2894
|
+
9,
|
|
2895
|
+
n0,
|
|
2896
|
+
_SEDJto,
|
|
2897
|
+
0,
|
|
2898
|
+
() => StopEntitiesDetectionJobRequest,
|
|
2899
|
+
() => StopEntitiesDetectionJobResponse,
|
|
2900
|
+
];
|
|
2901
|
+
export var StopEventsDetectionJob = [
|
|
2902
|
+
9,
|
|
2903
|
+
n0,
|
|
2904
|
+
_SEDJtop,
|
|
2905
|
+
0,
|
|
2906
|
+
() => StopEventsDetectionJobRequest,
|
|
2907
|
+
() => StopEventsDetectionJobResponse,
|
|
2908
|
+
];
|
|
2909
|
+
export var StopKeyPhrasesDetectionJob = [
|
|
2910
|
+
9,
|
|
2911
|
+
n0,
|
|
2912
|
+
_SKPDJt,
|
|
2913
|
+
0,
|
|
2914
|
+
() => StopKeyPhrasesDetectionJobRequest,
|
|
2915
|
+
() => StopKeyPhrasesDetectionJobResponse,
|
|
2916
|
+
];
|
|
2917
|
+
export var StopPiiEntitiesDetectionJob = [
|
|
2918
|
+
9,
|
|
2919
|
+
n0,
|
|
2920
|
+
_SPEDJt,
|
|
2921
|
+
0,
|
|
2922
|
+
() => StopPiiEntitiesDetectionJobRequest,
|
|
2923
|
+
() => StopPiiEntitiesDetectionJobResponse,
|
|
2924
|
+
];
|
|
2925
|
+
export var StopSentimentDetectionJob = [
|
|
2926
|
+
9,
|
|
2927
|
+
n0,
|
|
2928
|
+
_SSDJt,
|
|
2929
|
+
0,
|
|
2930
|
+
() => StopSentimentDetectionJobRequest,
|
|
2931
|
+
() => StopSentimentDetectionJobResponse,
|
|
2932
|
+
];
|
|
2933
|
+
export var StopTargetedSentimentDetectionJob = [
|
|
2934
|
+
9,
|
|
2935
|
+
n0,
|
|
2936
|
+
_STSDJt,
|
|
2937
|
+
0,
|
|
2938
|
+
() => StopTargetedSentimentDetectionJobRequest,
|
|
2939
|
+
() => StopTargetedSentimentDetectionJobResponse,
|
|
2940
|
+
];
|
|
2941
|
+
export var StopTrainingDocumentClassifier = [
|
|
2942
|
+
9,
|
|
2943
|
+
n0,
|
|
2944
|
+
_STDC,
|
|
2945
|
+
0,
|
|
2946
|
+
() => StopTrainingDocumentClassifierRequest,
|
|
2947
|
+
() => StopTrainingDocumentClassifierResponse,
|
|
2948
|
+
];
|
|
2949
|
+
export var StopTrainingEntityRecognizer = [
|
|
2950
|
+
9,
|
|
2951
|
+
n0,
|
|
2952
|
+
_STER,
|
|
2953
|
+
0,
|
|
2954
|
+
() => StopTrainingEntityRecognizerRequest,
|
|
2955
|
+
() => StopTrainingEntityRecognizerResponse,
|
|
2956
|
+
];
|
|
2957
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
2958
|
+
export var UntagResource = [
|
|
2959
|
+
9,
|
|
2960
|
+
n0,
|
|
2961
|
+
_UR,
|
|
2962
|
+
0,
|
|
2963
|
+
() => UntagResourceRequest,
|
|
2964
|
+
() => UntagResourceResponse,
|
|
2965
|
+
];
|
|
2966
|
+
export var UpdateEndpoint = [
|
|
2967
|
+
9,
|
|
2968
|
+
n0,
|
|
2969
|
+
_UE,
|
|
2970
|
+
0,
|
|
2971
|
+
() => UpdateEndpointRequest,
|
|
2972
|
+
() => UpdateEndpointResponse,
|
|
2973
|
+
];
|
|
2974
|
+
export var UpdateFlywheel = [
|
|
2975
|
+
9,
|
|
2976
|
+
n0,
|
|
2977
|
+
_UF,
|
|
2978
|
+
0,
|
|
2979
|
+
() => UpdateFlywheelRequest,
|
|
2980
|
+
() => UpdateFlywheelResponse,
|
|
2981
|
+
];
|