@aws-sdk/client-comprehend 3.278.0 → 3.281.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/README.md +675 -0
- package/dist-cjs/Comprehend.js +165 -0
- package/dist-cjs/commands/CreateDatasetCommand.js +46 -0
- package/dist-cjs/commands/CreateFlywheelCommand.js +46 -0
- package/dist-cjs/commands/DeleteFlywheelCommand.js +46 -0
- package/dist-cjs/commands/DescribeDatasetCommand.js +46 -0
- package/dist-cjs/commands/DescribeFlywheelCommand.js +46 -0
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +46 -0
- package/dist-cjs/commands/ListDatasetsCommand.js +46 -0
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +46 -0
- package/dist-cjs/commands/ListFlywheelsCommand.js +46 -0
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +46 -0
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +3 -3
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlywheelCommand.js +46 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +242 -120
- package/dist-cjs/models/models_1.js +92 -0
- package/dist-cjs/pagination/ListDatasetsPaginator.js +36 -0
- package/dist-cjs/pagination/ListFlywheelIterationHistoryPaginator.js +36 -0
- package/dist-cjs/pagination/ListFlywheelsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1135 -26
- package/dist-es/Comprehend.js +165 -0
- package/dist-es/commands/CreateDatasetCommand.js +42 -0
- package/dist-es/commands/CreateFlywheelCommand.js +42 -0
- package/dist-es/commands/DeleteFlywheelCommand.js +42 -0
- package/dist-es/commands/DescribeDatasetCommand.js +42 -0
- package/dist-es/commands/DescribeFlywheelCommand.js +42 -0
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +42 -0
- package/dist-es/commands/ListDatasetsCommand.js +42 -0
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +42 -0
- package/dist-es/commands/ListFlywheelsCommand.js +42 -0
- package/dist-es/commands/StartFlywheelIterationCommand.js +42 -0
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +1 -1
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +1 -1
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateEndpointCommand.js +1 -1
- package/dist-es/commands/UpdateFlywheelCommand.js +42 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +191 -95
- package/dist-es/models/models_1.js +72 -0
- package/dist-es/pagination/ListDatasetsPaginator.js +32 -0
- package/dist-es/pagination/ListFlywheelIterationHistoryPaginator.js +32 -0
- package/dist-es/pagination/ListFlywheelsPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +1109 -23
- package/dist-types/Comprehend.d.ts +107 -4
- package/dist-types/ComprehendClient.d.ts +13 -2
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +6 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +6 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +45 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +6 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +6 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +7 -1
- package/dist-types/commands/CreateFlywheelCommand.d.ts +53 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +46 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +44 -0
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +45 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +6 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +6 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +6 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +6 -0
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +6 -0
- package/dist-types/commands/ImportModelCommand.d.ts +6 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +44 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +6 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +6 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +6 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +6 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +6 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +45 -0
- package/dist-types/commands/ListFlywheelsCommand.d.ts +43 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +9 -2
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +45 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +7 -1
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +7 -1
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +7 -1
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +7 -1
- package/dist-types/commands/TagResourceCommand.d.ts +7 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -1
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +43 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1145 -320
- package/dist-types/models/models_1.d.ts +241 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFlywheelIterationHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFlywheelsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +33 -0
- package/dist-types/ts3.4/Comprehend.d.ts +187 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +68 -2
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +424 -138
- package/dist-types/ts3.4/models/models_1.d.ts +116 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlywheelIterationHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlywheelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +132 -0
- package/package.json +6 -6
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
|
|
3
|
+
import { FlywheelProperties, JobStatus, Tag, VpcConfig } from "./models_0";
|
|
4
|
+
export interface StopTargetedSentimentDetectionJobRequest {
|
|
5
|
+
/**
|
|
6
|
+
* <p>The identifier of the targeted sentiment detection job to stop.</p>
|
|
7
|
+
*/
|
|
8
|
+
JobId: string | undefined;
|
|
9
|
+
}
|
|
10
|
+
export interface StopTargetedSentimentDetectionJobResponse {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The identifier of the targeted sentiment detection job to stop.</p>
|
|
13
|
+
*/
|
|
14
|
+
JobId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
|
|
17
|
+
* <code>STOPPED</code> if the job was previously stopped with the
|
|
18
|
+
* <code>StopSentimentDetectionJob</code> operation.</p>
|
|
19
|
+
*/
|
|
20
|
+
JobStatus?: JobStatus | string;
|
|
21
|
+
}
|
|
22
|
+
export interface StopTrainingDocumentClassifierRequest {
|
|
23
|
+
/**
|
|
24
|
+
* <p>The Amazon Resource Name (ARN) that identifies the document classifier currently being
|
|
25
|
+
* trained.</p>
|
|
26
|
+
*/
|
|
27
|
+
DocumentClassifierArn: string | undefined;
|
|
28
|
+
}
|
|
29
|
+
export interface StopTrainingDocumentClassifierResponse {
|
|
30
|
+
}
|
|
31
|
+
export interface StopTrainingEntityRecognizerRequest {
|
|
32
|
+
/**
|
|
33
|
+
* <p>The Amazon Resource Name (ARN) that identifies the entity recognizer currently being
|
|
34
|
+
* trained.</p>
|
|
35
|
+
*/
|
|
36
|
+
EntityRecognizerArn: string | undefined;
|
|
37
|
+
}
|
|
38
|
+
export interface StopTrainingEntityRecognizerResponse {
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>Concurrent modification of the tags associated with an Amazon Comprehend resource is not
|
|
42
|
+
* supported. </p>
|
|
43
|
+
*/
|
|
44
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
45
|
+
readonly name: "ConcurrentModificationException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
Message?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
*/
|
|
51
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
52
|
+
}
|
|
53
|
+
export interface TagResourceRequest {
|
|
54
|
+
/**
|
|
55
|
+
* <p>The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want
|
|
56
|
+
* to associate the tags. </p>
|
|
57
|
+
*/
|
|
58
|
+
ResourceArn: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>Tags being associated with a specific Amazon Comprehend resource. There can be a maximum
|
|
61
|
+
* of 50 tags (both existing and pending) associated with a specific resource. </p>
|
|
62
|
+
*/
|
|
63
|
+
Tags: Tag[] | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface TagResourceResponse {
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* <p>The request contains more tag keys than can be associated with a resource (50 tag keys per
|
|
69
|
+
* resource).</p>
|
|
70
|
+
*/
|
|
71
|
+
export declare class TooManyTagKeysException extends __BaseException {
|
|
72
|
+
readonly name: "TooManyTagKeysException";
|
|
73
|
+
readonly $fault: "client";
|
|
74
|
+
Message?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
constructor(opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>);
|
|
79
|
+
}
|
|
80
|
+
export interface UntagResourceRequest {
|
|
81
|
+
/**
|
|
82
|
+
* <p> The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you
|
|
83
|
+
* want to remove the tags. </p>
|
|
84
|
+
*/
|
|
85
|
+
ResourceArn: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The initial part of a key-value pair that forms a tag being removed from a given resource.
|
|
88
|
+
* For example, a tag with "Sales" as the key might be added to a resource to indicate its use by
|
|
89
|
+
* the sales department. Keys must be unique and cannot be duplicated for a particular resource.
|
|
90
|
+
* </p>
|
|
91
|
+
*/
|
|
92
|
+
TagKeys: string[] | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface UntagResourceResponse {
|
|
95
|
+
}
|
|
96
|
+
export interface UpdateEndpointRequest {
|
|
97
|
+
/**
|
|
98
|
+
* <p>The Amazon Resource Number (ARN) of the endpoint being updated.</p>
|
|
99
|
+
*/
|
|
100
|
+
EndpointArn: string | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The ARN of the new model to use when updating an existing endpoint.</p>
|
|
103
|
+
*/
|
|
104
|
+
DesiredModelArn?: string;
|
|
105
|
+
/**
|
|
106
|
+
* <p> The desired number of inference units to be used by the model using this endpoint.
|
|
107
|
+
*
|
|
108
|
+
* Each inference unit represents of a throughput of 100 characters per second.</p>
|
|
109
|
+
*/
|
|
110
|
+
DesiredInferenceUnits?: number;
|
|
111
|
+
/**
|
|
112
|
+
* <p>Data access role ARN to use in case the new model is encrypted with a customer CMK.</p>
|
|
113
|
+
*/
|
|
114
|
+
DesiredDataAccessRoleArn?: string;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The Amazon Resource Number (ARN) of the flywheel</p>
|
|
117
|
+
*/
|
|
118
|
+
FlywheelArn?: string;
|
|
119
|
+
}
|
|
120
|
+
export interface UpdateEndpointResponse {
|
|
121
|
+
/**
|
|
122
|
+
* <p>The Amazon Resource Number (ARN) of the new model.</p>
|
|
123
|
+
*/
|
|
124
|
+
DesiredModelArn?: string;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* <p>Data security configuration.</p>
|
|
128
|
+
*/
|
|
129
|
+
export interface UpdateDataSecurityConfig {
|
|
130
|
+
/**
|
|
131
|
+
* <p>ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
132
|
+
* trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
|
|
133
|
+
* <ul>
|
|
134
|
+
* <li>
|
|
135
|
+
* <p>KMS Key ID: <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
|
|
136
|
+
* </p>
|
|
137
|
+
* </li>
|
|
138
|
+
* <li>
|
|
139
|
+
* <p>Amazon Resource Name (ARN) of a KMS Key:
|
|
140
|
+
* <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
|
|
141
|
+
* </p>
|
|
142
|
+
* </li>
|
|
143
|
+
* </ul>
|
|
144
|
+
*/
|
|
145
|
+
ModelKmsKeyId?: string;
|
|
146
|
+
/**
|
|
147
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt the volume.</p>
|
|
148
|
+
*/
|
|
149
|
+
VolumeKmsKeyId?: string;
|
|
150
|
+
/**
|
|
151
|
+
* <p> Configuration parameters for an optional private Virtual Private Cloud (VPC) containing
|
|
152
|
+
* the resources you are using for the job. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html">Amazon
|
|
153
|
+
* VPC</a>. </p>
|
|
154
|
+
*/
|
|
155
|
+
VpcConfig?: VpcConfig;
|
|
156
|
+
}
|
|
157
|
+
export interface UpdateFlywheelRequest {
|
|
158
|
+
/**
|
|
159
|
+
* <p>The Amazon Resource Number (ARN) of the flywheel to update.</p>
|
|
160
|
+
*/
|
|
161
|
+
FlywheelArn: string | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* <p>The Amazon Resource Number (ARN) of the active model version.</p>
|
|
164
|
+
*/
|
|
165
|
+
ActiveModelArn?: string;
|
|
166
|
+
/**
|
|
167
|
+
* <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that
|
|
168
|
+
* grants Amazon Comprehend permission to access the flywheel data.</p>
|
|
169
|
+
*/
|
|
170
|
+
DataAccessRoleArn?: string;
|
|
171
|
+
/**
|
|
172
|
+
* <p>Flywheel data security configuration.</p>
|
|
173
|
+
*/
|
|
174
|
+
DataSecurityConfig?: UpdateDataSecurityConfig;
|
|
175
|
+
}
|
|
176
|
+
export interface UpdateFlywheelResponse {
|
|
177
|
+
/**
|
|
178
|
+
* <p>The flywheel properties.</p>
|
|
179
|
+
*/
|
|
180
|
+
FlywheelProperties?: FlywheelProperties;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
185
|
+
export declare const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobRequest) => any;
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
export declare const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobResponse) => any;
|
|
190
|
+
/**
|
|
191
|
+
* @internal
|
|
192
|
+
*/
|
|
193
|
+
export declare const StopTrainingDocumentClassifierRequestFilterSensitiveLog: (obj: StopTrainingDocumentClassifierRequest) => any;
|
|
194
|
+
/**
|
|
195
|
+
* @internal
|
|
196
|
+
*/
|
|
197
|
+
export declare const StopTrainingDocumentClassifierResponseFilterSensitiveLog: (obj: StopTrainingDocumentClassifierResponse) => any;
|
|
198
|
+
/**
|
|
199
|
+
* @internal
|
|
200
|
+
*/
|
|
201
|
+
export declare const StopTrainingEntityRecognizerRequestFilterSensitiveLog: (obj: StopTrainingEntityRecognizerRequest) => any;
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
export declare const StopTrainingEntityRecognizerResponseFilterSensitiveLog: (obj: StopTrainingEntityRecognizerResponse) => any;
|
|
206
|
+
/**
|
|
207
|
+
* @internal
|
|
208
|
+
*/
|
|
209
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
210
|
+
/**
|
|
211
|
+
* @internal
|
|
212
|
+
*/
|
|
213
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
214
|
+
/**
|
|
215
|
+
* @internal
|
|
216
|
+
*/
|
|
217
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
218
|
+
/**
|
|
219
|
+
* @internal
|
|
220
|
+
*/
|
|
221
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
222
|
+
/**
|
|
223
|
+
* @internal
|
|
224
|
+
*/
|
|
225
|
+
export declare const UpdateEndpointRequestFilterSensitiveLog: (obj: UpdateEndpointRequest) => any;
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
export declare const UpdateEndpointResponseFilterSensitiveLog: (obj: UpdateEndpointResponse) => any;
|
|
230
|
+
/**
|
|
231
|
+
* @internal
|
|
232
|
+
*/
|
|
233
|
+
export declare const UpdateDataSecurityConfigFilterSensitiveLog: (obj: UpdateDataSecurityConfig) => any;
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
237
|
+
export declare const UpdateFlywheelRequestFilterSensitiveLog: (obj: UpdateFlywheelRequest) => any;
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
241
|
+
export declare const UpdateFlywheelResponseFilterSensitiveLog: (obj: UpdateFlywheelResponse) => any;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDatasets(config: ComprehendPaginationConfiguration, input: ListDatasetsCommandInput, ...additionalArguments: any): Paginator<ListDatasetsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListFlywheelIterationHistoryCommandInput, ListFlywheelIterationHistoryCommandOutput } from "../commands/ListFlywheelIterationHistoryCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListFlywheelIterationHistory(config: ComprehendPaginationConfiguration, input: ListFlywheelIterationHistoryCommandInput, ...additionalArguments: any): Paginator<ListFlywheelIterationHistoryCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListFlywheelsCommandInput, ListFlywheelsCommandOutput } from "../commands/ListFlywheelsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListFlywheels(config: ComprehendPaginationConfiguration, input: ListFlywheelsCommandInput, ...additionalArguments: any): Paginator<ListFlywheelsCommandOutput>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListDatasetsPaginator";
|
|
2
3
|
export * from "./ListDocumentClassificationJobsPaginator";
|
|
3
4
|
export * from "./ListDocumentClassifierSummariesPaginator";
|
|
4
5
|
export * from "./ListDocumentClassifiersPaginator";
|
|
@@ -8,6 +9,8 @@ export * from "./ListEntitiesDetectionJobsPaginator";
|
|
|
8
9
|
export * from "./ListEntityRecognizerSummariesPaginator";
|
|
9
10
|
export * from "./ListEntityRecognizersPaginator";
|
|
10
11
|
export * from "./ListEventsDetectionJobsPaginator";
|
|
12
|
+
export * from "./ListFlywheelIterationHistoryPaginator";
|
|
13
|
+
export * from "./ListFlywheelsPaginator";
|
|
11
14
|
export * from "./ListKeyPhrasesDetectionJobsPaginator";
|
|
12
15
|
export * from "./ListPiiEntitiesDetectionJobsPaginator";
|
|
13
16
|
export * from "./ListSentimentDetectionJobsPaginator";
|
|
@@ -8,13 +8,17 @@ import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput } from ".
|
|
|
8
8
|
import { BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput } from "../commands/BatchDetectTargetedSentimentCommand";
|
|
9
9
|
import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput } from "../commands/ClassifyDocumentCommand";
|
|
10
10
|
import { ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput } from "../commands/ContainsPiiEntitiesCommand";
|
|
11
|
+
import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
|
|
11
12
|
import { CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput } from "../commands/CreateDocumentClassifierCommand";
|
|
12
13
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
13
14
|
import { CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput } from "../commands/CreateEntityRecognizerCommand";
|
|
15
|
+
import { CreateFlywheelCommandInput, CreateFlywheelCommandOutput } from "../commands/CreateFlywheelCommand";
|
|
14
16
|
import { DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput } from "../commands/DeleteDocumentClassifierCommand";
|
|
15
17
|
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
|
|
16
18
|
import { DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput } from "../commands/DeleteEntityRecognizerCommand";
|
|
19
|
+
import { DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput } from "../commands/DeleteFlywheelCommand";
|
|
17
20
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
21
|
+
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
|
|
18
22
|
import { DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput } from "../commands/DescribeDocumentClassificationJobCommand";
|
|
19
23
|
import { DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput } from "../commands/DescribeDocumentClassifierCommand";
|
|
20
24
|
import { DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput } from "../commands/DescribeDominantLanguageDetectionJobCommand";
|
|
@@ -22,6 +26,8 @@ import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "../
|
|
|
22
26
|
import { DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput } from "../commands/DescribeEntitiesDetectionJobCommand";
|
|
23
27
|
import { DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput } from "../commands/DescribeEntityRecognizerCommand";
|
|
24
28
|
import { DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput } from "../commands/DescribeEventsDetectionJobCommand";
|
|
29
|
+
import { DescribeFlywheelCommandInput, DescribeFlywheelCommandOutput } from "../commands/DescribeFlywheelCommand";
|
|
30
|
+
import { DescribeFlywheelIterationCommandInput, DescribeFlywheelIterationCommandOutput } from "../commands/DescribeFlywheelIterationCommand";
|
|
25
31
|
import { DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput } from "../commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
26
32
|
import { DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput } from "../commands/DescribePiiEntitiesDetectionJobCommand";
|
|
27
33
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
@@ -36,6 +42,7 @@ import { DetectSentimentCommandInput, DetectSentimentCommandOutput } from "../co
|
|
|
36
42
|
import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput } from "../commands/DetectSyntaxCommand";
|
|
37
43
|
import { DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput } from "../commands/DetectTargetedSentimentCommand";
|
|
38
44
|
import { ImportModelCommandInput, ImportModelCommandOutput } from "../commands/ImportModelCommand";
|
|
45
|
+
import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
|
|
39
46
|
import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput } from "../commands/ListDocumentClassificationJobsCommand";
|
|
40
47
|
import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput } from "../commands/ListDocumentClassifiersCommand";
|
|
41
48
|
import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput } from "../commands/ListDocumentClassifierSummariesCommand";
|
|
@@ -45,6 +52,8 @@ import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommand
|
|
|
45
52
|
import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput } from "../commands/ListEntityRecognizersCommand";
|
|
46
53
|
import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput } from "../commands/ListEntityRecognizerSummariesCommand";
|
|
47
54
|
import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput } from "../commands/ListEventsDetectionJobsCommand";
|
|
55
|
+
import { ListFlywheelIterationHistoryCommandInput, ListFlywheelIterationHistoryCommandOutput } from "../commands/ListFlywheelIterationHistoryCommand";
|
|
56
|
+
import { ListFlywheelsCommandInput, ListFlywheelsCommandOutput } from "../commands/ListFlywheelsCommand";
|
|
48
57
|
import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput } from "../commands/ListKeyPhrasesDetectionJobsCommand";
|
|
49
58
|
import { ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput } from "../commands/ListPiiEntitiesDetectionJobsCommand";
|
|
50
59
|
import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput } from "../commands/ListSentimentDetectionJobsCommand";
|
|
@@ -56,6 +65,7 @@ import { StartDocumentClassificationJobCommandInput, StartDocumentClassification
|
|
|
56
65
|
import { StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput } from "../commands/StartDominantLanguageDetectionJobCommand";
|
|
57
66
|
import { StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput } from "../commands/StartEntitiesDetectionJobCommand";
|
|
58
67
|
import { StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput } from "../commands/StartEventsDetectionJobCommand";
|
|
68
|
+
import { StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput } from "../commands/StartFlywheelIterationCommand";
|
|
59
69
|
import { StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput } from "../commands/StartKeyPhrasesDetectionJobCommand";
|
|
60
70
|
import { StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput } from "../commands/StartPiiEntitiesDetectionJobCommand";
|
|
61
71
|
import { StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput } from "../commands/StartSentimentDetectionJobCommand";
|
|
@@ -73,6 +83,7 @@ import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerC
|
|
|
73
83
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
74
84
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
75
85
|
import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "../commands/UpdateEndpointCommand";
|
|
86
|
+
import { UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput } from "../commands/UpdateFlywheelCommand";
|
|
76
87
|
export declare const serializeAws_json1_1BatchDetectDominantLanguageCommand: (input: BatchDetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
88
|
export declare const serializeAws_json1_1BatchDetectEntitiesCommand: (input: BatchDetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
89
|
export declare const serializeAws_json1_1BatchDetectKeyPhrasesCommand: (input: BatchDetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -81,13 +92,17 @@ export declare const serializeAws_json1_1BatchDetectSyntaxCommand: (input: Batch
|
|
|
81
92
|
export declare const serializeAws_json1_1BatchDetectTargetedSentimentCommand: (input: BatchDetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
93
|
export declare const serializeAws_json1_1ClassifyDocumentCommand: (input: ClassifyDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
94
|
export declare const serializeAws_json1_1ContainsPiiEntitiesCommand: (input: ContainsPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
96
|
export declare const serializeAws_json1_1CreateDocumentClassifierCommand: (input: CreateDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
97
|
export declare const serializeAws_json1_1CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
98
|
export declare const serializeAws_json1_1CreateEntityRecognizerCommand: (input: CreateEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_json1_1CreateFlywheelCommand: (input: CreateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
100
|
export declare const serializeAws_json1_1DeleteDocumentClassifierCommand: (input: DeleteDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
101
|
export declare const serializeAws_json1_1DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
102
|
export declare const serializeAws_json1_1DeleteEntityRecognizerCommand: (input: DeleteEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_json1_1DeleteFlywheelCommand: (input: DeleteFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
104
|
export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
106
|
export declare const serializeAws_json1_1DescribeDocumentClassificationJobCommand: (input: DescribeDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
107
|
export declare const serializeAws_json1_1DescribeDocumentClassifierCommand: (input: DescribeDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
108
|
export declare const serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (input: DescribeDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -95,6 +110,8 @@ export declare const serializeAws_json1_1DescribeEndpointCommand: (input: Descri
|
|
|
95
110
|
export declare const serializeAws_json1_1DescribeEntitiesDetectionJobCommand: (input: DescribeEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
111
|
export declare const serializeAws_json1_1DescribeEntityRecognizerCommand: (input: DescribeEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
112
|
export declare const serializeAws_json1_1DescribeEventsDetectionJobCommand: (input: DescribeEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_json1_1DescribeFlywheelCommand: (input: DescribeFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_json1_1DescribeFlywheelIterationCommand: (input: DescribeFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
115
|
export declare const serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (input: DescribeKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
116
|
export declare const serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (input: DescribePiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
117
|
export declare const serializeAws_json1_1DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -109,6 +126,7 @@ export declare const serializeAws_json1_1DetectSentimentCommand: (input: DetectS
|
|
|
109
126
|
export declare const serializeAws_json1_1DetectSyntaxCommand: (input: DetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
127
|
export declare const serializeAws_json1_1DetectTargetedSentimentCommand: (input: DetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
128
|
export declare const serializeAws_json1_1ImportModelCommand: (input: ImportModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_json1_1ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
130
|
export declare const serializeAws_json1_1ListDocumentClassificationJobsCommand: (input: ListDocumentClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
131
|
export declare const serializeAws_json1_1ListDocumentClassifiersCommand: (input: ListDocumentClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
132
|
export declare const serializeAws_json1_1ListDocumentClassifierSummariesCommand: (input: ListDocumentClassifierSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -118,6 +136,8 @@ export declare const serializeAws_json1_1ListEntitiesDetectionJobsCommand: (inpu
|
|
|
118
136
|
export declare const serializeAws_json1_1ListEntityRecognizersCommand: (input: ListEntityRecognizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
137
|
export declare const serializeAws_json1_1ListEntityRecognizerSummariesCommand: (input: ListEntityRecognizerSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
138
|
export declare const serializeAws_json1_1ListEventsDetectionJobsCommand: (input: ListEventsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
export declare const serializeAws_json1_1ListFlywheelIterationHistoryCommand: (input: ListFlywheelIterationHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_json1_1ListFlywheelsCommand: (input: ListFlywheelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
141
|
export declare const serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (input: ListKeyPhrasesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
142
|
export declare const serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (input: ListPiiEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
143
|
export declare const serializeAws_json1_1ListSentimentDetectionJobsCommand: (input: ListSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -129,6 +149,7 @@ export declare const serializeAws_json1_1StartDocumentClassificationJobCommand:
|
|
|
129
149
|
export declare const serializeAws_json1_1StartDominantLanguageDetectionJobCommand: (input: StartDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
150
|
export declare const serializeAws_json1_1StartEntitiesDetectionJobCommand: (input: StartEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
151
|
export declare const serializeAws_json1_1StartEventsDetectionJobCommand: (input: StartEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
export declare const serializeAws_json1_1StartFlywheelIterationCommand: (input: StartFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
153
|
export declare const serializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (input: StartKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
154
|
export declare const serializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (input: StartPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
155
|
export declare const serializeAws_json1_1StartSentimentDetectionJobCommand: (input: StartSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -146,6 +167,7 @@ export declare const serializeAws_json1_1StopTrainingEntityRecognizerCommand: (i
|
|
|
146
167
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
168
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
169
|
export declare const serializeAws_json1_1UpdateEndpointCommand: (input: UpdateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_1UpdateFlywheelCommand: (input: UpdateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
171
|
export declare const deserializeAws_json1_1BatchDetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectDominantLanguageCommandOutput>;
|
|
150
172
|
export declare const deserializeAws_json1_1BatchDetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectEntitiesCommandOutput>;
|
|
151
173
|
export declare const deserializeAws_json1_1BatchDetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectKeyPhrasesCommandOutput>;
|
|
@@ -154,13 +176,17 @@ export declare const deserializeAws_json1_1BatchDetectSyntaxCommand: (output: __
|
|
|
154
176
|
export declare const deserializeAws_json1_1BatchDetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectTargetedSentimentCommandOutput>;
|
|
155
177
|
export declare const deserializeAws_json1_1ClassifyDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClassifyDocumentCommandOutput>;
|
|
156
178
|
export declare const deserializeAws_json1_1ContainsPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ContainsPiiEntitiesCommandOutput>;
|
|
179
|
+
export declare const deserializeAws_json1_1CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
|
|
157
180
|
export declare const deserializeAws_json1_1CreateDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentClassifierCommandOutput>;
|
|
158
181
|
export declare const deserializeAws_json1_1CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
|
|
159
182
|
export declare const deserializeAws_json1_1CreateEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityRecognizerCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_json1_1CreateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlywheelCommandOutput>;
|
|
160
184
|
export declare const deserializeAws_json1_1DeleteDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentClassifierCommandOutput>;
|
|
161
185
|
export declare const deserializeAws_json1_1DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
|
|
162
186
|
export declare const deserializeAws_json1_1DeleteEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityRecognizerCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_json1_1DeleteFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlywheelCommandOutput>;
|
|
163
188
|
export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
189
|
+
export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
|
|
164
190
|
export declare const deserializeAws_json1_1DescribeDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassificationJobCommandOutput>;
|
|
165
191
|
export declare const deserializeAws_json1_1DescribeDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassifierCommandOutput>;
|
|
166
192
|
export declare const deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
|
|
@@ -168,6 +194,8 @@ export declare const deserializeAws_json1_1DescribeEndpointCommand: (output: __H
|
|
|
168
194
|
export declare const deserializeAws_json1_1DescribeEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
|
|
169
195
|
export declare const deserializeAws_json1_1DescribeEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityRecognizerCommandOutput>;
|
|
170
196
|
export declare const deserializeAws_json1_1DescribeEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsDetectionJobCommandOutput>;
|
|
197
|
+
export declare const deserializeAws_json1_1DescribeFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_json1_1DescribeFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelIterationCommandOutput>;
|
|
171
199
|
export declare const deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
|
|
172
200
|
export declare const deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
|
|
173
201
|
export declare const deserializeAws_json1_1DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
@@ -182,6 +210,7 @@ export declare const deserializeAws_json1_1DetectSentimentCommand: (output: __Ht
|
|
|
182
210
|
export declare const deserializeAws_json1_1DetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSyntaxCommandOutput>;
|
|
183
211
|
export declare const deserializeAws_json1_1DetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectTargetedSentimentCommandOutput>;
|
|
184
212
|
export declare const deserializeAws_json1_1ImportModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportModelCommandOutput>;
|
|
213
|
+
export declare const deserializeAws_json1_1ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
|
|
185
214
|
export declare const deserializeAws_json1_1ListDocumentClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassificationJobsCommandOutput>;
|
|
186
215
|
export declare const deserializeAws_json1_1ListDocumentClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifiersCommandOutput>;
|
|
187
216
|
export declare const deserializeAws_json1_1ListDocumentClassifierSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifierSummariesCommandOutput>;
|
|
@@ -191,6 +220,8 @@ export declare const deserializeAws_json1_1ListEntitiesDetectionJobsCommand: (ou
|
|
|
191
220
|
export declare const deserializeAws_json1_1ListEntityRecognizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizersCommandOutput>;
|
|
192
221
|
export declare const deserializeAws_json1_1ListEntityRecognizerSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizerSummariesCommandOutput>;
|
|
193
222
|
export declare const deserializeAws_json1_1ListEventsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsDetectionJobsCommandOutput>;
|
|
223
|
+
export declare const deserializeAws_json1_1ListFlywheelIterationHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelIterationHistoryCommandOutput>;
|
|
224
|
+
export declare const deserializeAws_json1_1ListFlywheelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelsCommandOutput>;
|
|
194
225
|
export declare const deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
|
|
195
226
|
export declare const deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
|
|
196
227
|
export declare const deserializeAws_json1_1ListSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSentimentDetectionJobsCommandOutput>;
|
|
@@ -202,6 +233,7 @@ export declare const deserializeAws_json1_1StartDocumentClassificationJobCommand
|
|
|
202
233
|
export declare const deserializeAws_json1_1StartDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
|
|
203
234
|
export declare const deserializeAws_json1_1StartEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionJobCommandOutput>;
|
|
204
235
|
export declare const deserializeAws_json1_1StartEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEventsDetectionJobCommandOutput>;
|
|
236
|
+
export declare const deserializeAws_json1_1StartFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlywheelIterationCommandOutput>;
|
|
205
237
|
export declare const deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
|
|
206
238
|
export declare const deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
|
|
207
239
|
export declare const deserializeAws_json1_1StartSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSentimentDetectionJobCommandOutput>;
|
|
@@ -219,3 +251,4 @@ export declare const deserializeAws_json1_1StopTrainingEntityRecognizerCommand:
|
|
|
219
251
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
220
252
|
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
221
253
|
export declare const deserializeAws_json1_1UpdateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_json1_1UpdateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlywheelCommandOutput>;
|