@aws-sdk/client-comprehend 3.297.0 → 3.299.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 +1 -1
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -3
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -3
- package/dist-cjs/commands/CreateFlywheelCommand.js +2 -3
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -1
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -1
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -3
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -3
- package/dist-cjs/commands/ImportModelCommand.js +2 -3
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -3
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -3
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -1
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -3
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -1
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListFlywheelsCommand.js +2 -3
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -3
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -3
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
- package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -3
- package/dist-cjs/models/models_0.js +3 -882
- package/dist-cjs/models/models_1.js +1 -61
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -3
- package/dist-es/commands/CreateDatasetCommand.js +2 -3
- package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -3
- package/dist-es/commands/CreateEndpointCommand.js +2 -3
- package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -3
- package/dist-es/commands/CreateFlywheelCommand.js +2 -3
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -3
- package/dist-es/commands/DeleteFlywheelCommand.js +2 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DescribeDatasetCommand.js +2 -3
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -3
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -2
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointCommand.js +2 -3
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -2
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeFlywheelCommand.js +2 -3
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -3
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -3
- package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -3
- package/dist-es/commands/ImportModelCommand.js +2 -3
- package/dist-es/commands/ListDatasetsCommand.js +2 -3
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -3
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -3
- package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -2
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListEndpointsCommand.js +2 -3
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -3
- package/dist-es/commands/ListEntityRecognizersCommand.js +2 -2
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -3
- package/dist-es/commands/ListFlywheelsCommand.js +2 -3
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -3
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartFlywheelIterationCommand.js +2 -3
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -3
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointCommand.js +2 -3
- package/dist-es/commands/UpdateFlywheelCommand.js +2 -3
- package/dist-es/models/models_0.js +1 -657
- package/dist-es/models/models_1.js +0 -45
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/Comprehend.d.ts +8 -8
- package/dist-types/ComprehendClient.d.ts +1 -1
- package/dist-types/commands/CreateFlywheelCommand.d.ts +1 -1
- package/dist-types/commands/ImportModelCommand.d.ts +4 -4
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +124 -1002
- package/dist-types/models/models_1.d.ts +2 -62
- package/dist-types/ts3.4/models/models_0.d.ts +2 -631
- package/dist-types/ts3.4/models/models_1.d.ts +0 -45
- package/package.json +11 -10
|
@@ -529,10 +529,6 @@ export interface BatchDetectSentimentRequest {
|
|
|
529
529
|
/**
|
|
530
530
|
* <p>A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
|
|
531
531
|
* documents. The maximum size of each document is 5 KB. </p>
|
|
532
|
-
* <note>
|
|
533
|
-
* <p>Amazon Comprehend performs real-time sentiment analysis on the first 500 characters of the input text
|
|
534
|
-
* and ignores any additional text in the input.</p>
|
|
535
|
-
* </note>
|
|
536
532
|
*/
|
|
537
533
|
TextList: string[] | undefined;
|
|
538
534
|
/**
|
|
@@ -1558,7 +1554,7 @@ export declare enum DatasetDataFormat {
|
|
|
1558
1554
|
*/
|
|
1559
1555
|
export interface DatasetDocumentClassifierInputDataConfig {
|
|
1560
1556
|
/**
|
|
1561
|
-
* <p>The Amazon S3 URI for the input data. The S3 bucket must be in the same
|
|
1557
|
+
* <p>The Amazon S3 URI for the input data. The S3 bucket must be in the same Region as the API
|
|
1562
1558
|
* endpoint that you are calling. The URI can point to a single input file or it can provide the
|
|
1563
1559
|
* prefix for a collection of input files.</p>
|
|
1564
1560
|
* <p>For example, if you use the URI <code>S3://bucketName/prefix</code>, if the prefix is a
|
|
@@ -1585,7 +1581,7 @@ export interface DatasetDocumentClassifierInputDataConfig {
|
|
|
1585
1581
|
export interface DatasetEntityRecognizerAnnotations {
|
|
1586
1582
|
/**
|
|
1587
1583
|
* <p> Specifies the Amazon S3 location where the training documents for an entity recognizer
|
|
1588
|
-
* are located. The URI must be in the same
|
|
1584
|
+
* are located. The URI must be in the same Region as the API endpoint that you are
|
|
1589
1585
|
* calling.</p>
|
|
1590
1586
|
*/
|
|
1591
1587
|
S3Uri: string | undefined;
|
|
@@ -1852,7 +1848,7 @@ export interface DocumentClassifierInputDataConfig {
|
|
|
1852
1848
|
*/
|
|
1853
1849
|
DataFormat?: DocumentClassifierDataFormat | string;
|
|
1854
1850
|
/**
|
|
1855
|
-
* <p>The Amazon S3 URI for the input data. The S3 bucket must be in the same
|
|
1851
|
+
* <p>The Amazon S3 URI for the input data. The S3 bucket must be in the same Region as the API
|
|
1856
1852
|
* endpoint that you are calling. The URI can point to a single input file or it can provide the
|
|
1857
1853
|
* prefix for a collection of input files.</p>
|
|
1858
1854
|
* <p>For example, if you use the URI <code>S3://bucketName/prefix</code>, if the prefix is a
|
|
@@ -1864,7 +1860,7 @@ export interface DocumentClassifierInputDataConfig {
|
|
|
1864
1860
|
S3Uri?: string;
|
|
1865
1861
|
/**
|
|
1866
1862
|
* <p>This specifies the Amazon S3 location where the test annotations for an entity recognizer
|
|
1867
|
-
* are located. The URI must be in the same
|
|
1863
|
+
* are located. The URI must be in the same Amazon Web Services Region as the API endpoint that you are
|
|
1868
1864
|
* calling. </p>
|
|
1869
1865
|
*/
|
|
1870
1866
|
TestS3Uri?: string;
|
|
@@ -1901,7 +1897,7 @@ export interface DocumentClassifierOutputDataConfig {
|
|
|
1901
1897
|
/**
|
|
1902
1898
|
* <p>When you use the <code>OutputDataConfig</code> object while creating a custom
|
|
1903
1899
|
* classifier, you specify the Amazon S3 location where you want to write the confusion matrix.
|
|
1904
|
-
* The URI must be in the same
|
|
1900
|
+
* The URI must be in the same Region as the API endpoint that you are calling. The location is
|
|
1905
1901
|
* used as the prefix for the actual location of this output file.</p>
|
|
1906
1902
|
* <p>When the custom classifier job is finished, the service creates the output file in a
|
|
1907
1903
|
* directory specific to the job. The <code>S3Uri</code> field contains the location of the
|
|
@@ -1910,7 +1906,7 @@ export interface DocumentClassifierOutputDataConfig {
|
|
|
1910
1906
|
*/
|
|
1911
1907
|
S3Uri?: string;
|
|
1912
1908
|
/**
|
|
1913
|
-
* <p>ID for the
|
|
1909
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the
|
|
1914
1910
|
* output results from an analysis job. The KmsKeyId can be one of the following formats:</p>
|
|
1915
1911
|
* <ul>
|
|
1916
1912
|
* <li>
|
|
@@ -1957,7 +1953,7 @@ export interface VpcConfig {
|
|
|
1957
1953
|
/**
|
|
1958
1954
|
* <p>The ID for each subnet being used in your private VPC. This subnet is a subset of the a
|
|
1959
1955
|
* range of IPv4 addresses used by the VPC and is specific to a given availability zone in the
|
|
1960
|
-
* VPC’s
|
|
1956
|
+
* VPC’s Region. This ID number is preceded by "subnet-", for instance:
|
|
1961
1957
|
* "subnet-04ccf456919e69055". For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">VPCs and
|
|
1962
1958
|
* Subnets</a>. </p>
|
|
1963
1959
|
*/
|
|
@@ -1974,12 +1970,11 @@ export interface CreateDocumentClassifierRequest {
|
|
|
1974
1970
|
/**
|
|
1975
1971
|
* <p>The version name given to the newly created classifier. Version names can have a maximum
|
|
1976
1972
|
* of 256 characters. Alphanumeric characters, hyphens (-) and underscores (_) are allowed. The
|
|
1977
|
-
* version name must be unique among all models with the same classifier name in the account/
|
|
1978
|
-
* Region.</p>
|
|
1973
|
+
* version name must be unique among all models with the same classifier name in the Amazon Web Services account/Amazon Web Services Region.</p>
|
|
1979
1974
|
*/
|
|
1980
1975
|
VersionName?: string;
|
|
1981
1976
|
/**
|
|
1982
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
1977
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
1983
1978
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
1984
1979
|
*/
|
|
1985
1980
|
DataAccessRoleArn: string | undefined;
|
|
@@ -2010,7 +2005,7 @@ export interface CreateDocumentClassifierRequest {
|
|
|
2010
2005
|
*/
|
|
2011
2006
|
LanguageCode: LanguageCode | string | undefined;
|
|
2012
2007
|
/**
|
|
2013
|
-
* <p>ID for the
|
|
2008
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
2014
2009
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
2015
2010
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
2016
2011
|
* <ul>
|
|
@@ -2041,7 +2036,7 @@ export interface CreateDocumentClassifierRequest {
|
|
|
2041
2036
|
*/
|
|
2042
2037
|
Mode?: DocumentClassifierMode | string;
|
|
2043
2038
|
/**
|
|
2044
|
-
* <p>ID for the
|
|
2039
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt
|
|
2045
2040
|
* trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
|
|
2046
2041
|
* <ul>
|
|
2047
2042
|
* <li>
|
|
@@ -2058,7 +2053,7 @@ export interface CreateDocumentClassifierRequest {
|
|
|
2058
2053
|
ModelKmsKeyId?: string;
|
|
2059
2054
|
/**
|
|
2060
2055
|
* <p>The resource-based policy to attach to your custom document classifier model. You can use
|
|
2061
|
-
* this policy to allow another
|
|
2056
|
+
* this policy to allow another Amazon Web Services account to import your custom model.</p>
|
|
2062
2057
|
* <p>Provide your policy as a JSON body that you enter as a UTF-8 encoded string without line
|
|
2063
2058
|
* breaks. To provide valid JSON, enclose the attribute names and values in double quotes. If the
|
|
2064
2059
|
* JSON body is also enclosed in double quotes, then you must escape the double quotes that are
|
|
@@ -2130,7 +2125,7 @@ export interface CreateEndpointRequest {
|
|
|
2130
2125
|
*/
|
|
2131
2126
|
Tags?: Tag[];
|
|
2132
2127
|
/**
|
|
2133
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
2128
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
2134
2129
|
* grants Amazon Comprehend read access to trained custom models encrypted with a customer
|
|
2135
2130
|
* managed key (ModelKmsKeyId).</p>
|
|
2136
2131
|
*/
|
|
@@ -2162,12 +2157,12 @@ export interface CreateEndpointResponse {
|
|
|
2162
2157
|
export interface EntityRecognizerAnnotations {
|
|
2163
2158
|
/**
|
|
2164
2159
|
* <p> Specifies the Amazon S3 location where the annotations for an entity recognizer are
|
|
2165
|
-
* located. The URI must be in the same
|
|
2160
|
+
* located. The URI must be in the same Region as the API endpoint that you are calling.</p>
|
|
2166
2161
|
*/
|
|
2167
2162
|
S3Uri: string | undefined;
|
|
2168
2163
|
/**
|
|
2169
2164
|
* <p> Specifies the Amazon S3 location where the test annotations for an entity recognizer are
|
|
2170
|
-
* located. The URI must be in the same
|
|
2165
|
+
* located. The URI must be in the same Region as the API endpoint that you are calling.</p>
|
|
2171
2166
|
*/
|
|
2172
2167
|
TestS3Uri?: string;
|
|
2173
2168
|
}
|
|
@@ -2185,13 +2180,13 @@ export declare enum EntityRecognizerDataFormat {
|
|
|
2185
2180
|
export interface EntityRecognizerDocuments {
|
|
2186
2181
|
/**
|
|
2187
2182
|
* <p> Specifies the Amazon S3 location where the training documents for an entity recognizer
|
|
2188
|
-
* are located. The URI must be in the same
|
|
2183
|
+
* are located. The URI must be in the same Region as the API endpoint that you are
|
|
2189
2184
|
* calling.</p>
|
|
2190
2185
|
*/
|
|
2191
2186
|
S3Uri: string | undefined;
|
|
2192
2187
|
/**
|
|
2193
2188
|
* <p> Specifies the Amazon S3 location where the test documents for an entity recognizer are
|
|
2194
|
-
* located. The URI must be in the same
|
|
2189
|
+
* located. The URI must be in the same Amazon Web Services Region as the API endpoint that you are
|
|
2195
2190
|
* calling.</p>
|
|
2196
2191
|
*/
|
|
2197
2192
|
TestS3Uri?: string;
|
|
@@ -2211,7 +2206,7 @@ export interface EntityRecognizerDocuments {
|
|
|
2211
2206
|
export interface EntityRecognizerEntityList {
|
|
2212
2207
|
/**
|
|
2213
2208
|
* <p>Specifies the Amazon S3 location where the entity list is located. The URI must be in the
|
|
2214
|
-
* same
|
|
2209
|
+
* same Region as the API endpoint that you are calling.</p>
|
|
2215
2210
|
*/
|
|
2216
2211
|
S3Uri: string | undefined;
|
|
2217
2212
|
}
|
|
@@ -2303,18 +2298,17 @@ export interface CreateEntityRecognizerRequest {
|
|
|
2303
2298
|
/**
|
|
2304
2299
|
* <p>The name given to the newly created recognizer. Recognizer names can be a maximum of 256
|
|
2305
2300
|
* characters. Alphanumeric characters, hyphens (-) and underscores (_) are allowed. The name
|
|
2306
|
-
* must be unique in the account/
|
|
2301
|
+
* must be unique in the account/Region.</p>
|
|
2307
2302
|
*/
|
|
2308
2303
|
RecognizerName: string | undefined;
|
|
2309
2304
|
/**
|
|
2310
2305
|
* <p>The version name given to the newly created recognizer. Version names can be a maximum of
|
|
2311
2306
|
* 256 characters. Alphanumeric characters, hyphens (-) and underscores (_) are allowed. The
|
|
2312
|
-
* version name must be unique among all models with the same recognizer name in the account/
|
|
2313
|
-
* Region.</p>
|
|
2307
|
+
* version name must be unique among all models with the same recognizer name in the account/Region.</p>
|
|
2314
2308
|
*/
|
|
2315
2309
|
VersionName?: string;
|
|
2316
2310
|
/**
|
|
2317
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
2311
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
2318
2312
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
2319
2313
|
*/
|
|
2320
2314
|
DataAccessRoleArn: string | undefined;
|
|
@@ -2327,7 +2321,7 @@ export interface CreateEntityRecognizerRequest {
|
|
|
2327
2321
|
Tags?: Tag[];
|
|
2328
2322
|
/**
|
|
2329
2323
|
* <p>Specifies the format and location of the input data. The S3 bucket containing the input
|
|
2330
|
-
* data must be located in the same
|
|
2324
|
+
* data must be located in the same Region as the entity recognizer being created. </p>
|
|
2331
2325
|
*/
|
|
2332
2326
|
InputDataConfig: EntityRecognizerInputDataConfig | undefined;
|
|
2333
2327
|
/**
|
|
@@ -2344,7 +2338,7 @@ export interface CreateEntityRecognizerRequest {
|
|
|
2344
2338
|
*/
|
|
2345
2339
|
LanguageCode: LanguageCode | string | undefined;
|
|
2346
2340
|
/**
|
|
2347
|
-
* <p>ID for the
|
|
2341
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
2348
2342
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
2349
2343
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
2350
2344
|
* <ul>
|
|
@@ -2368,7 +2362,7 @@ export interface CreateEntityRecognizerRequest {
|
|
|
2368
2362
|
*/
|
|
2369
2363
|
VpcConfig?: VpcConfig;
|
|
2370
2364
|
/**
|
|
2371
|
-
* <p>ID for the
|
|
2365
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt
|
|
2372
2366
|
* trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
|
|
2373
2367
|
* <ul>
|
|
2374
2368
|
* <li>
|
|
@@ -2385,7 +2379,7 @@ export interface CreateEntityRecognizerRequest {
|
|
|
2385
2379
|
ModelKmsKeyId?: string;
|
|
2386
2380
|
/**
|
|
2387
2381
|
* <p>The JSON resource-based policy to attach to your custom entity recognizer model. You can
|
|
2388
|
-
* use this policy to allow another
|
|
2382
|
+
* use this policy to allow another Amazon Web Services account to import your custom model.</p>
|
|
2389
2383
|
* <p>Provide your JSON as a UTF-8 encoded string without line breaks. To provide valid JSON for
|
|
2390
2384
|
* your policy, enclose the attribute names and values in double quotes. If the JSON body is also
|
|
2391
2385
|
* enclosed in double quotes, then you must escape the double quotes that are inside the
|
|
@@ -2416,7 +2410,7 @@ export interface CreateEntityRecognizerResponse {
|
|
|
2416
2410
|
*/
|
|
2417
2411
|
export interface DataSecurityConfig {
|
|
2418
2412
|
/**
|
|
2419
|
-
* <p>ID for the
|
|
2413
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt
|
|
2420
2414
|
* trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
|
|
2421
2415
|
* <ul>
|
|
2422
2416
|
* <li>
|
|
@@ -2508,7 +2502,7 @@ export interface CreateFlywheelRequest {
|
|
|
2508
2502
|
*/
|
|
2509
2503
|
ActiveModelArn?: string;
|
|
2510
2504
|
/**
|
|
2511
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
2505
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
2512
2506
|
* grants Amazon Comprehend the permissions required to access the flywheel data in the data lake.</p>
|
|
2513
2507
|
*/
|
|
2514
2508
|
DataAccessRoleArn: string | undefined;
|
|
@@ -2716,7 +2710,7 @@ export interface DescribeDocumentClassificationJobRequest {
|
|
|
2716
2710
|
*/
|
|
2717
2711
|
export interface InputDataConfig {
|
|
2718
2712
|
/**
|
|
2719
|
-
* <p>The Amazon S3 URI for the input data. The URI must be in same
|
|
2713
|
+
* <p>The Amazon S3 URI for the input data. The URI must be in same Region as the API
|
|
2720
2714
|
* endpoint that you are calling. The URI can point to a single input file or it can provide the
|
|
2721
2715
|
* prefix for a collection of data files. </p>
|
|
2722
2716
|
* <p>For example, if you use the URI <code>S3://bucketName/prefix</code>, if the prefix is a
|
|
@@ -2768,7 +2762,7 @@ export interface OutputDataConfig {
|
|
|
2768
2762
|
/**
|
|
2769
2763
|
* <p>When you use the <code>OutputDataConfig</code> object with asynchronous operations, you
|
|
2770
2764
|
* specify the Amazon S3 location where you want to write the output data. The URI must be in the
|
|
2771
|
-
* same
|
|
2765
|
+
* same Region as the API endpoint that you are calling. The location is used as the prefix for
|
|
2772
2766
|
* the actual location of the output file.</p>
|
|
2773
2767
|
* <p>When the topic detection job is finished, the service creates an output file in a
|
|
2774
2768
|
* directory specific to the job. The <code>S3Uri</code> field contains the location of the
|
|
@@ -2781,7 +2775,7 @@ export interface OutputDataConfig {
|
|
|
2781
2775
|
*/
|
|
2782
2776
|
S3Uri: string | undefined;
|
|
2783
2777
|
/**
|
|
2784
|
-
* <p>ID for the
|
|
2778
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the
|
|
2785
2779
|
* output results from an analysis job. The KmsKeyId can be one of the following formats:</p>
|
|
2786
2780
|
* <ul>
|
|
2787
2781
|
* <li>
|
|
@@ -2817,7 +2811,7 @@ export interface DocumentClassificationJobProperties {
|
|
|
2817
2811
|
JobId?: string;
|
|
2818
2812
|
/**
|
|
2819
2813
|
* <p>The Amazon Resource Name (ARN) of the document classification job. It is a unique, fully
|
|
2820
|
-
* qualified identifier for the job. It includes the
|
|
2814
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
2821
2815
|
* format of the ARN is as follows:</p>
|
|
2822
2816
|
* <p>
|
|
2823
2817
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:document-classification-job/<job-id></code>
|
|
@@ -2864,12 +2858,12 @@ export interface DocumentClassificationJobProperties {
|
|
|
2864
2858
|
*/
|
|
2865
2859
|
OutputDataConfig?: OutputDataConfig;
|
|
2866
2860
|
/**
|
|
2867
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
2861
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
2868
2862
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
2869
2863
|
*/
|
|
2870
2864
|
DataAccessRoleArn?: string;
|
|
2871
2865
|
/**
|
|
2872
|
-
* <p>ID for the
|
|
2866
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
2873
2867
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
2874
2868
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
2875
2869
|
* <ul>
|
|
@@ -2939,6 +2933,7 @@ export declare enum ModelStatus {
|
|
|
2939
2933
|
STOP_REQUESTED = "STOP_REQUESTED",
|
|
2940
2934
|
SUBMITTED = "SUBMITTED",
|
|
2941
2935
|
TRAINED = "TRAINED",
|
|
2936
|
+
TRAINED_WITH_WARNING = "TRAINED_WITH_WARNING",
|
|
2942
2937
|
TRAINING = "TRAINING"
|
|
2943
2938
|
}
|
|
2944
2939
|
/**
|
|
@@ -3000,12 +2995,12 @@ export interface DocumentClassifierProperties {
|
|
|
3000
2995
|
*/
|
|
3001
2996
|
ClassifierMetadata?: ClassifierMetadata;
|
|
3002
2997
|
/**
|
|
3003
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
2998
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
3004
2999
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
3005
3000
|
*/
|
|
3006
3001
|
DataAccessRoleArn?: string;
|
|
3007
3002
|
/**
|
|
3008
|
-
* <p>ID for the
|
|
3003
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
3009
3004
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
3010
3005
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
3011
3006
|
* <ul>
|
|
@@ -3034,7 +3029,7 @@ export interface DocumentClassifierProperties {
|
|
|
3034
3029
|
*/
|
|
3035
3030
|
Mode?: DocumentClassifierMode | string;
|
|
3036
3031
|
/**
|
|
3037
|
-
* <p>ID for the
|
|
3032
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt
|
|
3038
3033
|
* trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
|
|
3039
3034
|
* <ul>
|
|
3040
3035
|
* <li>
|
|
@@ -3055,7 +3050,7 @@ export interface DocumentClassifierProperties {
|
|
|
3055
3050
|
VersionName?: string;
|
|
3056
3051
|
/**
|
|
3057
3052
|
* <p>The Amazon Resource Name (ARN) of the source model. This model was imported from a
|
|
3058
|
-
* different
|
|
3053
|
+
* different Amazon Web Services account to create the document classifier model in your Amazon Web Services account.</p>
|
|
3059
3054
|
*/
|
|
3060
3055
|
SourceModelArn?: string;
|
|
3061
3056
|
/**
|
|
@@ -3093,7 +3088,7 @@ export interface DominantLanguageDetectionJobProperties {
|
|
|
3093
3088
|
JobId?: string;
|
|
3094
3089
|
/**
|
|
3095
3090
|
* <p>The Amazon Resource Name (ARN) of the dominant language detection job. It is a unique,
|
|
3096
|
-
* fully qualified identifier for the job. It includes the
|
|
3091
|
+
* fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID.
|
|
3097
3092
|
* The format of the ARN is as follows:</p>
|
|
3098
3093
|
* <p>
|
|
3099
3094
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:dominant-language-detection-job/<job-id></code>
|
|
@@ -3136,12 +3131,12 @@ export interface DominantLanguageDetectionJobProperties {
|
|
|
3136
3131
|
*/
|
|
3137
3132
|
OutputDataConfig?: OutputDataConfig;
|
|
3138
3133
|
/**
|
|
3139
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
3134
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
3140
3135
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
3141
3136
|
*/
|
|
3142
3137
|
DataAccessRoleArn?: string;
|
|
3143
3138
|
/**
|
|
3144
|
-
* <p>ID for the
|
|
3139
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
3145
3140
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
3146
3141
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
3147
3142
|
* <ul>
|
|
@@ -3242,7 +3237,7 @@ export interface EndpointProperties {
|
|
|
3242
3237
|
*/
|
|
3243
3238
|
LastModifiedTime?: Date;
|
|
3244
3239
|
/**
|
|
3245
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
3240
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
3246
3241
|
* grants Amazon Comprehend read access to trained custom models encrypted with a customer
|
|
3247
3242
|
* managed key (ModelKmsKeyId).</p>
|
|
3248
3243
|
*/
|
|
@@ -3287,7 +3282,7 @@ export interface EntitiesDetectionJobProperties {
|
|
|
3287
3282
|
JobId?: string;
|
|
3288
3283
|
/**
|
|
3289
3284
|
* <p>The Amazon Resource Name (ARN) of the entities detection job. It is a unique, fully
|
|
3290
|
-
* qualified identifier for the job. It includes the
|
|
3285
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
3291
3286
|
* format of the ARN is as follows:</p>
|
|
3292
3287
|
* <p>
|
|
3293
3288
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:entities-detection-job/<job-id></code>
|
|
@@ -3338,12 +3333,12 @@ export interface EntitiesDetectionJobProperties {
|
|
|
3338
3333
|
*/
|
|
3339
3334
|
LanguageCode?: LanguageCode | string;
|
|
3340
3335
|
/**
|
|
3341
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
3336
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
3342
3337
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
3343
3338
|
*/
|
|
3344
3339
|
DataAccessRoleArn?: string;
|
|
3345
3340
|
/**
|
|
3346
|
-
* <p>ID for the
|
|
3341
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
3347
3342
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
3348
3343
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
3349
3344
|
* <ul>
|
|
@@ -3365,6 +3360,10 @@ export interface EntitiesDetectionJobProperties {
|
|
|
3365
3360
|
* VPC</a>. </p>
|
|
3366
3361
|
*/
|
|
3367
3362
|
VpcConfig?: VpcConfig;
|
|
3363
|
+
/**
|
|
3364
|
+
* <p>The Amazon Resource Name (ARN) of the flywheel associated with this job.</p>
|
|
3365
|
+
*/
|
|
3366
|
+
FlywheelArn?: string;
|
|
3368
3367
|
}
|
|
3369
3368
|
/**
|
|
3370
3369
|
* @public
|
|
@@ -3537,12 +3536,12 @@ export interface EntityRecognizerProperties {
|
|
|
3537
3536
|
*/
|
|
3538
3537
|
RecognizerMetadata?: EntityRecognizerMetadata;
|
|
3539
3538
|
/**
|
|
3540
|
-
* <p> The Amazon Resource Name (ARN) of the
|
|
3539
|
+
* <p> The Amazon Resource Name (ARN) of the IAM role that
|
|
3541
3540
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
3542
3541
|
*/
|
|
3543
3542
|
DataAccessRoleArn?: string;
|
|
3544
3543
|
/**
|
|
3545
|
-
* <p>ID for the
|
|
3544
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
3546
3545
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
3547
3546
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
3548
3547
|
* <ul>
|
|
@@ -3565,7 +3564,7 @@ export interface EntityRecognizerProperties {
|
|
|
3565
3564
|
*/
|
|
3566
3565
|
VpcConfig?: VpcConfig;
|
|
3567
3566
|
/**
|
|
3568
|
-
* <p>ID for the
|
|
3567
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt
|
|
3569
3568
|
* trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
|
|
3570
3569
|
* <ul>
|
|
3571
3570
|
* <li>
|
|
@@ -3586,7 +3585,7 @@ export interface EntityRecognizerProperties {
|
|
|
3586
3585
|
VersionName?: string;
|
|
3587
3586
|
/**
|
|
3588
3587
|
* <p>The Amazon Resource Name (ARN) of the source model. This model was imported from a
|
|
3589
|
-
* different
|
|
3588
|
+
* different Amazon Web Services account to create the entity recognizer model in your Amazon Web Services account.</p>
|
|
3590
3589
|
*/
|
|
3591
3590
|
SourceModelArn?: string;
|
|
3592
3591
|
/**
|
|
@@ -3627,7 +3626,7 @@ export interface EventsDetectionJobProperties {
|
|
|
3627
3626
|
JobId?: string;
|
|
3628
3627
|
/**
|
|
3629
3628
|
* <p>The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully
|
|
3630
|
-
* qualified identifier for the job. It includes the
|
|
3629
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
3631
3630
|
* format of the ARN is as follows:</p>
|
|
3632
3631
|
* <p>
|
|
3633
3632
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id></code>
|
|
@@ -3673,7 +3672,7 @@ export interface EventsDetectionJobProperties {
|
|
|
3673
3672
|
*/
|
|
3674
3673
|
LanguageCode?: LanguageCode | string;
|
|
3675
3674
|
/**
|
|
3676
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
3675
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
3677
3676
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
3678
3677
|
*/
|
|
3679
3678
|
DataAccessRoleArn?: string;
|
|
@@ -3724,7 +3723,7 @@ export interface FlywheelProperties {
|
|
|
3724
3723
|
*/
|
|
3725
3724
|
ActiveModelArn?: string;
|
|
3726
3725
|
/**
|
|
3727
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
3726
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
3728
3727
|
* grants Amazon Comprehend permission to access the flywheel data.</p>
|
|
3729
3728
|
*/
|
|
3730
3729
|
DataAccessRoleArn?: string;
|
|
@@ -3901,7 +3900,7 @@ export interface KeyPhrasesDetectionJobProperties {
|
|
|
3901
3900
|
JobId?: string;
|
|
3902
3901
|
/**
|
|
3903
3902
|
* <p>The Amazon Resource Name (ARN) of the key phrases detection job. It is a unique, fully
|
|
3904
|
-
* qualified identifier for the job. It includes the
|
|
3903
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
3905
3904
|
* format of the ARN is as follows:</p>
|
|
3906
3905
|
* <p>
|
|
3907
3906
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:key-phrases-detection-job/<job-id></code>
|
|
@@ -3948,12 +3947,12 @@ export interface KeyPhrasesDetectionJobProperties {
|
|
|
3948
3947
|
*/
|
|
3949
3948
|
LanguageCode?: LanguageCode | string;
|
|
3950
3949
|
/**
|
|
3951
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
3950
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
3952
3951
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
3953
3952
|
*/
|
|
3954
3953
|
DataAccessRoleArn?: string;
|
|
3955
3954
|
/**
|
|
3956
|
-
* <p>ID for the
|
|
3955
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt
|
|
3957
3956
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
3958
3957
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
3959
3958
|
* <ul>
|
|
@@ -4018,7 +4017,7 @@ export interface PiiOutputDataConfig {
|
|
|
4018
4017
|
*/
|
|
4019
4018
|
S3Uri: string | undefined;
|
|
4020
4019
|
/**
|
|
4021
|
-
* <p>ID for the
|
|
4020
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the
|
|
4022
4021
|
* output results from an analysis job.</p>
|
|
4023
4022
|
*/
|
|
4024
4023
|
KmsKeyId?: string;
|
|
@@ -4061,7 +4060,7 @@ export interface PiiEntitiesDetectionJobProperties {
|
|
|
4061
4060
|
JobId?: string;
|
|
4062
4061
|
/**
|
|
4063
4062
|
* <p>The Amazon Resource Name (ARN) of the PII entities detection job. It is a unique, fully
|
|
4064
|
-
* qualified identifier for the job. It includes the
|
|
4063
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
4065
4064
|
* format of the ARN is as follows:</p>
|
|
4066
4065
|
* <p>
|
|
4067
4066
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id></code>
|
|
@@ -4114,7 +4113,7 @@ export interface PiiEntitiesDetectionJobProperties {
|
|
|
4114
4113
|
*/
|
|
4115
4114
|
LanguageCode?: LanguageCode | string;
|
|
4116
4115
|
/**
|
|
4117
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
4116
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
4118
4117
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
4119
4118
|
*/
|
|
4120
4119
|
DataAccessRoleArn?: string;
|
|
@@ -4185,7 +4184,7 @@ export interface SentimentDetectionJobProperties {
|
|
|
4185
4184
|
JobId?: string;
|
|
4186
4185
|
/**
|
|
4187
4186
|
* <p>The Amazon Resource Name (ARN) of the sentiment detection job. It is a unique, fully
|
|
4188
|
-
* qualified identifier for the job. It includes the
|
|
4187
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
4189
4188
|
* format of the ARN is as follows:</p>
|
|
4190
4189
|
* <p>
|
|
4191
4190
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:sentiment-detection-job/<job-id></code>
|
|
@@ -4232,12 +4231,12 @@ export interface SentimentDetectionJobProperties {
|
|
|
4232
4231
|
*/
|
|
4233
4232
|
LanguageCode?: LanguageCode | string;
|
|
4234
4233
|
/**
|
|
4235
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
4234
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
4236
4235
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
4237
4236
|
*/
|
|
4238
4237
|
DataAccessRoleArn?: string;
|
|
4239
4238
|
/**
|
|
4240
|
-
* <p>ID for the
|
|
4239
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
4241
4240
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
4242
4241
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
4243
4242
|
* <ul>
|
|
@@ -4291,7 +4290,7 @@ export interface TargetedSentimentDetectionJobProperties {
|
|
|
4291
4290
|
JobId?: string;
|
|
4292
4291
|
/**
|
|
4293
4292
|
* <p>The Amazon Resource Name (ARN) of the targeted sentiment detection job. It is a unique, fully
|
|
4294
|
-
* qualified identifier for the job. It includes the
|
|
4293
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
4295
4294
|
* format of the ARN is as follows:</p>
|
|
4296
4295
|
* <p>
|
|
4297
4296
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:targeted-sentiment-detection-job/<job-id></code>
|
|
@@ -4338,7 +4337,7 @@ export interface TargetedSentimentDetectionJobProperties {
|
|
|
4338
4337
|
*/
|
|
4339
4338
|
LanguageCode?: LanguageCode | string;
|
|
4340
4339
|
/**
|
|
4341
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
4340
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
4342
4341
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
4343
4342
|
*/
|
|
4344
4343
|
DataAccessRoleArn?: string;
|
|
@@ -4395,7 +4394,7 @@ export interface TopicsDetectionJobProperties {
|
|
|
4395
4394
|
JobId?: string;
|
|
4396
4395
|
/**
|
|
4397
4396
|
* <p>The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully
|
|
4398
|
-
* qualified identifier for the job. It includes the
|
|
4397
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
4399
4398
|
* format of the ARN is as follows:</p>
|
|
4400
4399
|
* <p>
|
|
4401
4400
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id></code>
|
|
@@ -4443,12 +4442,12 @@ export interface TopicsDetectionJobProperties {
|
|
|
4443
4442
|
*/
|
|
4444
4443
|
NumberOfTopics?: number;
|
|
4445
4444
|
/**
|
|
4446
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
4445
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
4447
4446
|
* grants Amazon Comprehend read access to your job data. </p>
|
|
4448
4447
|
*/
|
|
4449
4448
|
DataAccessRoleArn?: string;
|
|
4450
4449
|
/**
|
|
4451
|
-
* <p>ID for the
|
|
4450
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
4452
4451
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
4453
4452
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
4454
4453
|
* <ul>
|
|
@@ -4494,7 +4493,10 @@ export interface DetectDominantLanguageRequest {
|
|
|
4494
4493
|
*/
|
|
4495
4494
|
export interface DetectDominantLanguageResponse {
|
|
4496
4495
|
/**
|
|
4497
|
-
* <p>
|
|
4496
|
+
* <p>Array of languages that Amazon Comprehend detected in the input text.
|
|
4497
|
+
* The array is sorted in descending order of the score
|
|
4498
|
+
* (the dominant language is always the first element in the array).</p>
|
|
4499
|
+
* <p>For each language, the
|
|
4498
4500
|
* response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend
|
|
4499
4501
|
* has in the accuracy of its inference. For more information about RFC 5646, see <a href="https://tools.ietf.org/html/rfc5646">Tags for Identifying Languages</a> on the
|
|
4500
4502
|
* <i>IETF Tools</i> web site.</p>
|
|
@@ -4673,10 +4675,6 @@ export interface DetectPiiEntitiesResponse {
|
|
|
4673
4675
|
export interface DetectSentimentRequest {
|
|
4674
4676
|
/**
|
|
4675
4677
|
* <p>A UTF-8 text string. The maximum string size is 5 KB.</p>
|
|
4676
|
-
* <note>
|
|
4677
|
-
* <p>Amazon Comprehend performs real-time sentiment analysis on the first 500 characters of the input text
|
|
4678
|
-
* and ignores any additional text in the input.</p>
|
|
4679
|
-
* </note>
|
|
4680
4678
|
*/
|
|
4681
4679
|
Text: string | undefined;
|
|
4682
4680
|
/**
|
|
@@ -4767,11 +4765,11 @@ export interface ImportModelRequest {
|
|
|
4767
4765
|
* <p>The version name given to the custom model that is created by this import. Version names
|
|
4768
4766
|
* can have a maximum of 256 characters. Alphanumeric characters, hyphens (-) and underscores (_)
|
|
4769
4767
|
* are allowed. The version name must be unique among all models with the same classifier name in
|
|
4770
|
-
* the account/
|
|
4768
|
+
* the account/Region.</p>
|
|
4771
4769
|
*/
|
|
4772
4770
|
VersionName?: string;
|
|
4773
4771
|
/**
|
|
4774
|
-
* <p>ID for the
|
|
4772
|
+
* <p>ID for the KMS key that Amazon Comprehend uses to encrypt
|
|
4775
4773
|
* trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
|
|
4776
4774
|
* <ul>
|
|
4777
4775
|
* <li>
|
|
@@ -4787,7 +4785,7 @@ export interface ImportModelRequest {
|
|
|
4787
4785
|
*/
|
|
4788
4786
|
ModelKmsKeyId?: string;
|
|
4789
4787
|
/**
|
|
4790
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
4788
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
4791
4789
|
* grants Amazon Comprehend permission to use Amazon Key Management Service (KMS) to encrypt or decrypt the custom
|
|
4792
4790
|
* model.</p>
|
|
4793
4791
|
*/
|
|
@@ -5920,7 +5918,7 @@ export interface StartDocumentClassificationJobRequest {
|
|
|
5920
5918
|
*/
|
|
5921
5919
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
5922
5920
|
/**
|
|
5923
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
5921
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
5924
5922
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
5925
5923
|
*/
|
|
5926
5924
|
DataAccessRoleArn: string | undefined;
|
|
@@ -5930,7 +5928,7 @@ export interface StartDocumentClassificationJobRequest {
|
|
|
5930
5928
|
*/
|
|
5931
5929
|
ClientRequestToken?: string;
|
|
5932
5930
|
/**
|
|
5933
|
-
* <p>ID for the
|
|
5931
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
5934
5932
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
5935
5933
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
5936
5934
|
* <ul>
|
|
@@ -5975,7 +5973,7 @@ export interface StartDocumentClassificationJobResponse {
|
|
|
5975
5973
|
JobId?: string;
|
|
5976
5974
|
/**
|
|
5977
5975
|
* <p>The Amazon Resource Name (ARN) of the document classification job. It is a unique, fully
|
|
5978
|
-
* qualified identifier for the job. It includes the
|
|
5976
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
5979
5977
|
* format of the ARN is as follows:</p>
|
|
5980
5978
|
* <p>
|
|
5981
5979
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:document-classification-job/<job-id></code>
|
|
@@ -6030,8 +6028,8 @@ export interface StartDominantLanguageDetectionJobRequest {
|
|
|
6030
6028
|
*/
|
|
6031
6029
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
6032
6030
|
/**
|
|
6033
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6034
|
-
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/
|
|
6031
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6032
|
+
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/security_iam_id-based-policy-examples.html#auth-role-permissions">Role-based permissions</a>.</p>
|
|
6035
6033
|
*/
|
|
6036
6034
|
DataAccessRoleArn: string | undefined;
|
|
6037
6035
|
/**
|
|
@@ -6044,7 +6042,7 @@ export interface StartDominantLanguageDetectionJobRequest {
|
|
|
6044
6042
|
*/
|
|
6045
6043
|
ClientRequestToken?: string;
|
|
6046
6044
|
/**
|
|
6047
|
-
* <p>ID for the
|
|
6045
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
6048
6046
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
6049
6047
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
6050
6048
|
* <ul>
|
|
@@ -6084,7 +6082,7 @@ export interface StartDominantLanguageDetectionJobResponse {
|
|
|
6084
6082
|
JobId?: string;
|
|
6085
6083
|
/**
|
|
6086
6084
|
* <p>The Amazon Resource Name (ARN) of the dominant language detection job. It is a unique,
|
|
6087
|
-
* fully qualified identifier for the job. It includes the
|
|
6085
|
+
* fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID.
|
|
6088
6086
|
* The format of the ARN is as follows:</p>
|
|
6089
6087
|
* <p>
|
|
6090
6088
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:dominant-language-detection-job/<job-id></code>
|
|
@@ -6127,8 +6125,8 @@ export interface StartEntitiesDetectionJobRequest {
|
|
|
6127
6125
|
*/
|
|
6128
6126
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
6129
6127
|
/**
|
|
6130
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6131
|
-
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/
|
|
6128
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6129
|
+
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/security_iam_id-based-policy-examples.html#auth-role-permissions">Role-based permissions</a>.</p>
|
|
6132
6130
|
*/
|
|
6133
6131
|
DataAccessRoleArn: string | undefined;
|
|
6134
6132
|
/**
|
|
@@ -6154,7 +6152,7 @@ export interface StartEntitiesDetectionJobRequest {
|
|
|
6154
6152
|
*/
|
|
6155
6153
|
ClientRequestToken?: string;
|
|
6156
6154
|
/**
|
|
6157
|
-
* <p>ID for the
|
|
6155
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
6158
6156
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
6159
6157
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
6160
6158
|
* <ul>
|
|
@@ -6198,7 +6196,7 @@ export interface StartEntitiesDetectionJobResponse {
|
|
|
6198
6196
|
JobId?: string;
|
|
6199
6197
|
/**
|
|
6200
6198
|
* <p>The Amazon Resource Name (ARN) of the entities detection job. It is a unique, fully
|
|
6201
|
-
* qualified identifier for the job. It includes the
|
|
6199
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
6202
6200
|
* format of the ARN is as follows:</p>
|
|
6203
6201
|
* <p>
|
|
6204
6202
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:entities-detection-job/<job-id></code>
|
|
@@ -6252,7 +6250,7 @@ export interface StartEventsDetectionJobRequest {
|
|
|
6252
6250
|
*/
|
|
6253
6251
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
6254
6252
|
/**
|
|
6255
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6253
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6256
6254
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
6257
6255
|
*/
|
|
6258
6256
|
DataAccessRoleArn: string | undefined;
|
|
@@ -6291,7 +6289,7 @@ export interface StartEventsDetectionJobResponse {
|
|
|
6291
6289
|
JobId?: string;
|
|
6292
6290
|
/**
|
|
6293
6291
|
* <p>The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully
|
|
6294
|
-
* qualified identifier for the job. It includes the
|
|
6292
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
6295
6293
|
* format of the ARN is as follows:</p>
|
|
6296
6294
|
* <p>
|
|
6297
6295
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id></code>
|
|
@@ -6347,8 +6345,8 @@ export interface StartKeyPhrasesDetectionJobRequest {
|
|
|
6347
6345
|
*/
|
|
6348
6346
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
6349
6347
|
/**
|
|
6350
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6351
|
-
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/
|
|
6348
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6349
|
+
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/security_iam_id-based-policy-examples.html#auth-role-permissions">Role-based permissions</a>.</p>
|
|
6352
6350
|
*/
|
|
6353
6351
|
DataAccessRoleArn: string | undefined;
|
|
6354
6352
|
/**
|
|
@@ -6366,7 +6364,7 @@ export interface StartKeyPhrasesDetectionJobRequest {
|
|
|
6366
6364
|
*/
|
|
6367
6365
|
ClientRequestToken?: string;
|
|
6368
6366
|
/**
|
|
6369
|
-
* <p>ID for the
|
|
6367
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
6370
6368
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
6371
6369
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
6372
6370
|
* <ul>
|
|
@@ -6407,7 +6405,7 @@ export interface StartKeyPhrasesDetectionJobResponse {
|
|
|
6407
6405
|
JobId?: string;
|
|
6408
6406
|
/**
|
|
6409
6407
|
* <p>The Amazon Resource Name (ARN) of the key phrase detection job. It is a unique, fully
|
|
6410
|
-
* qualified identifier for the job. It includes the
|
|
6408
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
6411
6409
|
* format of the ARN is as follows:</p>
|
|
6412
6410
|
* <p>
|
|
6413
6411
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:key-phrases-detection-job/<job-id></code>
|
|
@@ -6462,7 +6460,7 @@ export interface StartPiiEntitiesDetectionJobRequest {
|
|
|
6462
6460
|
*/
|
|
6463
6461
|
RedactionConfig?: RedactionConfig;
|
|
6464
6462
|
/**
|
|
6465
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6463
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6466
6464
|
* grants Amazon Comprehend read access to your input data.</p>
|
|
6467
6465
|
*/
|
|
6468
6466
|
DataAccessRoleArn: string | undefined;
|
|
@@ -6496,7 +6494,7 @@ export interface StartPiiEntitiesDetectionJobResponse {
|
|
|
6496
6494
|
JobId?: string;
|
|
6497
6495
|
/**
|
|
6498
6496
|
* <p>The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully
|
|
6499
|
-
* qualified identifier for the job. It includes the
|
|
6497
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
6500
6498
|
* format of the ARN is as follows:</p>
|
|
6501
6499
|
* <p>
|
|
6502
6500
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id></code>
|
|
@@ -6525,8 +6523,8 @@ export interface StartSentimentDetectionJobRequest {
|
|
|
6525
6523
|
*/
|
|
6526
6524
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
6527
6525
|
/**
|
|
6528
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6529
|
-
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/
|
|
6526
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6527
|
+
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/security_iam_id-based-policy-examples.html#auth-role-permissions">Role-based permissions</a>.</p>
|
|
6530
6528
|
*/
|
|
6531
6529
|
DataAccessRoleArn: string | undefined;
|
|
6532
6530
|
/**
|
|
@@ -6544,7 +6542,7 @@ export interface StartSentimentDetectionJobRequest {
|
|
|
6544
6542
|
*/
|
|
6545
6543
|
ClientRequestToken?: string;
|
|
6546
6544
|
/**
|
|
6547
|
-
* <p>ID for the
|
|
6545
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
6548
6546
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
6549
6547
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
6550
6548
|
* <ul>
|
|
@@ -6584,7 +6582,7 @@ export interface StartSentimentDetectionJobResponse {
|
|
|
6584
6582
|
JobId?: string;
|
|
6585
6583
|
/**
|
|
6586
6584
|
* <p>The Amazon Resource Name (ARN) of the sentiment detection job. It is a unique, fully
|
|
6587
|
-
* qualified identifier for the job. It includes the
|
|
6585
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
6588
6586
|
* format of the ARN is as follows:</p>
|
|
6589
6587
|
* <p>
|
|
6590
6588
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:sentiment-detection-job/<job-id></code>
|
|
@@ -6628,7 +6626,7 @@ export interface StartTargetedSentimentDetectionJobRequest {
|
|
|
6628
6626
|
*/
|
|
6629
6627
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
6630
6628
|
/**
|
|
6631
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6629
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6632
6630
|
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role-permissions">Role-based permissions</a>.</p>
|
|
6633
6631
|
*/
|
|
6634
6632
|
DataAccessRoleArn: string | undefined;
|
|
@@ -6686,7 +6684,7 @@ export interface StartTargetedSentimentDetectionJobResponse {
|
|
|
6686
6684
|
JobId?: string;
|
|
6687
6685
|
/**
|
|
6688
6686
|
* <p>The Amazon Resource Name (ARN) of the targeted sentiment detection job. It is a unique, fully
|
|
6689
|
-
* qualified identifier for the job. It includes the
|
|
6687
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
6690
6688
|
* format of the ARN is as follows:</p>
|
|
6691
6689
|
* <p>
|
|
6692
6690
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:targeted-sentiment-detection-job/<job-id></code>
|
|
@@ -6732,8 +6730,8 @@ export interface StartTopicsDetectionJobRequest {
|
|
|
6732
6730
|
*/
|
|
6733
6731
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
6734
6732
|
/**
|
|
6735
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
6736
|
-
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/
|
|
6733
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
6734
|
+
* grants Amazon Comprehend read access to your input data. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/security_iam_id-based-policy-examples.html#auth-role-permissions">Role-based permissions</a>.</p>
|
|
6737
6735
|
*/
|
|
6738
6736
|
DataAccessRoleArn: string | undefined;
|
|
6739
6737
|
/**
|
|
@@ -6750,7 +6748,7 @@ export interface StartTopicsDetectionJobRequest {
|
|
|
6750
6748
|
*/
|
|
6751
6749
|
ClientRequestToken?: string;
|
|
6752
6750
|
/**
|
|
6753
|
-
* <p>ID for the
|
|
6751
|
+
* <p>ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
|
|
6754
6752
|
* data on the storage volume attached to the ML compute instance(s) that process the analysis
|
|
6755
6753
|
* job. The VolumeKmsKeyId can be either of the following formats:</p>
|
|
6756
6754
|
* <ul>
|
|
@@ -6790,7 +6788,7 @@ export interface StartTopicsDetectionJobResponse {
|
|
|
6790
6788
|
JobId?: string;
|
|
6791
6789
|
/**
|
|
6792
6790
|
* <p>The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully
|
|
6793
|
-
* qualified identifier for the job. It includes the
|
|
6791
|
+
* qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
|
|
6794
6792
|
* format of the ARN is as follows:</p>
|
|
6795
6793
|
* <p>
|
|
6796
6794
|
* <code>arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id></code>
|
|
@@ -6962,54 +6960,18 @@ export interface StopSentimentDetectionJobResponse {
|
|
|
6962
6960
|
*/
|
|
6963
6961
|
JobStatus?: JobStatus | string;
|
|
6964
6962
|
}
|
|
6965
|
-
/**
|
|
6966
|
-
* @internal
|
|
6967
|
-
*/
|
|
6968
|
-
export declare const AugmentedManifestsListItemFilterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
|
|
6969
6963
|
/**
|
|
6970
6964
|
* @internal
|
|
6971
6965
|
*/
|
|
6972
6966
|
export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
|
|
6973
|
-
/**
|
|
6974
|
-
* @internal
|
|
6975
|
-
*/
|
|
6976
|
-
export declare const BatchItemErrorFilterSensitiveLog: (obj: BatchItemError) => any;
|
|
6977
|
-
/**
|
|
6978
|
-
* @internal
|
|
6979
|
-
*/
|
|
6980
|
-
export declare const DominantLanguageFilterSensitiveLog: (obj: DominantLanguage) => any;
|
|
6981
|
-
/**
|
|
6982
|
-
* @internal
|
|
6983
|
-
*/
|
|
6984
|
-
export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
|
|
6985
6967
|
/**
|
|
6986
6968
|
* @internal
|
|
6987
6969
|
*/
|
|
6988
6970
|
export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
|
|
6989
|
-
/**
|
|
6990
|
-
* @internal
|
|
6991
|
-
*/
|
|
6992
|
-
export declare const InvalidRequestDetailFilterSensitiveLog: (obj: InvalidRequestDetail) => any;
|
|
6993
6971
|
/**
|
|
6994
6972
|
* @internal
|
|
6995
6973
|
*/
|
|
6996
6974
|
export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
|
|
6997
|
-
/**
|
|
6998
|
-
* @internal
|
|
6999
|
-
*/
|
|
7000
|
-
export declare const ChildBlockFilterSensitiveLog: (obj: ChildBlock) => any;
|
|
7001
|
-
/**
|
|
7002
|
-
* @internal
|
|
7003
|
-
*/
|
|
7004
|
-
export declare const BlockReferenceFilterSensitiveLog: (obj: BlockReference) => any;
|
|
7005
|
-
/**
|
|
7006
|
-
* @internal
|
|
7007
|
-
*/
|
|
7008
|
-
export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
|
|
7009
|
-
/**
|
|
7010
|
-
* @internal
|
|
7011
|
-
*/
|
|
7012
|
-
export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
|
|
7013
6975
|
/**
|
|
7014
6976
|
* @internal
|
|
7015
6977
|
*/
|
|
@@ -7018,14 +6980,6 @@ export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (obj: BatchD
|
|
|
7018
6980
|
* @internal
|
|
7019
6981
|
*/
|
|
7020
6982
|
export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
|
|
7021
|
-
/**
|
|
7022
|
-
* @internal
|
|
7023
|
-
*/
|
|
7024
|
-
export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
|
|
7025
|
-
/**
|
|
7026
|
-
* @internal
|
|
7027
|
-
*/
|
|
7028
|
-
export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
|
|
7029
6983
|
/**
|
|
7030
6984
|
* @internal
|
|
7031
6985
|
*/
|
|
@@ -7034,14 +6988,6 @@ export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (obj: Batc
|
|
|
7034
6988
|
* @internal
|
|
7035
6989
|
*/
|
|
7036
6990
|
export declare const BatchDetectSentimentRequestFilterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
|
|
7037
|
-
/**
|
|
7038
|
-
* @internal
|
|
7039
|
-
*/
|
|
7040
|
-
export declare const SentimentScoreFilterSensitiveLog: (obj: SentimentScore) => any;
|
|
7041
|
-
/**
|
|
7042
|
-
* @internal
|
|
7043
|
-
*/
|
|
7044
|
-
export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
|
|
7045
6991
|
/**
|
|
7046
6992
|
* @internal
|
|
7047
6993
|
*/
|
|
@@ -7050,18 +6996,6 @@ export declare const BatchDetectSentimentResponseFilterSensitiveLog: (obj: Batch
|
|
|
7050
6996
|
* @internal
|
|
7051
6997
|
*/
|
|
7052
6998
|
export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
|
|
7053
|
-
/**
|
|
7054
|
-
* @internal
|
|
7055
|
-
*/
|
|
7056
|
-
export declare const PartOfSpeechTagFilterSensitiveLog: (obj: PartOfSpeechTag) => any;
|
|
7057
|
-
/**
|
|
7058
|
-
* @internal
|
|
7059
|
-
*/
|
|
7060
|
-
export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
|
|
7061
|
-
/**
|
|
7062
|
-
* @internal
|
|
7063
|
-
*/
|
|
7064
|
-
export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
|
|
7065
6999
|
/**
|
|
7066
7000
|
* @internal
|
|
7067
7001
|
*/
|
|
@@ -7070,86 +7004,18 @@ export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (obj: BatchDet
|
|
|
7070
7004
|
* @internal
|
|
7071
7005
|
*/
|
|
7072
7006
|
export declare const BatchDetectTargetedSentimentRequestFilterSensitiveLog: (obj: BatchDetectTargetedSentimentRequest) => any;
|
|
7073
|
-
/**
|
|
7074
|
-
* @internal
|
|
7075
|
-
*/
|
|
7076
|
-
export declare const MentionSentimentFilterSensitiveLog: (obj: MentionSentiment) => any;
|
|
7077
|
-
/**
|
|
7078
|
-
* @internal
|
|
7079
|
-
*/
|
|
7080
|
-
export declare const TargetedSentimentMentionFilterSensitiveLog: (obj: TargetedSentimentMention) => any;
|
|
7081
|
-
/**
|
|
7082
|
-
* @internal
|
|
7083
|
-
*/
|
|
7084
|
-
export declare const TargetedSentimentEntityFilterSensitiveLog: (obj: TargetedSentimentEntity) => any;
|
|
7085
|
-
/**
|
|
7086
|
-
* @internal
|
|
7087
|
-
*/
|
|
7088
|
-
export declare const BatchDetectTargetedSentimentItemResultFilterSensitiveLog: (obj: BatchDetectTargetedSentimentItemResult) => any;
|
|
7089
7007
|
/**
|
|
7090
7008
|
* @internal
|
|
7091
7009
|
*/
|
|
7092
7010
|
export declare const BatchDetectTargetedSentimentResponseFilterSensitiveLog: (obj: BatchDetectTargetedSentimentResponse) => any;
|
|
7093
|
-
/**
|
|
7094
|
-
* @internal
|
|
7095
|
-
*/
|
|
7096
|
-
export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
|
|
7097
|
-
/**
|
|
7098
|
-
* @internal
|
|
7099
|
-
*/
|
|
7100
|
-
export declare const PointFilterSensitiveLog: (obj: Point) => any;
|
|
7101
|
-
/**
|
|
7102
|
-
* @internal
|
|
7103
|
-
*/
|
|
7104
|
-
export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
|
|
7105
|
-
/**
|
|
7106
|
-
* @internal
|
|
7107
|
-
*/
|
|
7108
|
-
export declare const RelationshipsListItemFilterSensitiveLog: (obj: RelationshipsListItem) => any;
|
|
7109
|
-
/**
|
|
7110
|
-
* @internal
|
|
7111
|
-
*/
|
|
7112
|
-
export declare const BlockFilterSensitiveLog: (obj: Block) => any;
|
|
7113
|
-
/**
|
|
7114
|
-
* @internal
|
|
7115
|
-
*/
|
|
7116
|
-
export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
|
|
7117
7011
|
/**
|
|
7118
7012
|
* @internal
|
|
7119
7013
|
*/
|
|
7120
7014
|
export declare const ClassifierMetadataFilterSensitiveLog: (obj: ClassifierMetadata) => any;
|
|
7121
|
-
/**
|
|
7122
|
-
* @internal
|
|
7123
|
-
*/
|
|
7124
|
-
export declare const DocumentReaderConfigFilterSensitiveLog: (obj: DocumentReaderConfig) => any;
|
|
7125
7015
|
/**
|
|
7126
7016
|
* @internal
|
|
7127
7017
|
*/
|
|
7128
7018
|
export declare const ClassifyDocumentRequestFilterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
|
|
7129
|
-
/**
|
|
7130
|
-
* @internal
|
|
7131
|
-
*/
|
|
7132
|
-
export declare const DocumentClassFilterSensitiveLog: (obj: DocumentClass) => any;
|
|
7133
|
-
/**
|
|
7134
|
-
* @internal
|
|
7135
|
-
*/
|
|
7136
|
-
export declare const ExtractedCharactersListItemFilterSensitiveLog: (obj: ExtractedCharactersListItem) => any;
|
|
7137
|
-
/**
|
|
7138
|
-
* @internal
|
|
7139
|
-
*/
|
|
7140
|
-
export declare const DocumentMetadataFilterSensitiveLog: (obj: DocumentMetadata) => any;
|
|
7141
|
-
/**
|
|
7142
|
-
* @internal
|
|
7143
|
-
*/
|
|
7144
|
-
export declare const DocumentTypeListItemFilterSensitiveLog: (obj: DocumentTypeListItem) => any;
|
|
7145
|
-
/**
|
|
7146
|
-
* @internal
|
|
7147
|
-
*/
|
|
7148
|
-
export declare const ErrorsListItemFilterSensitiveLog: (obj: ErrorsListItem) => any;
|
|
7149
|
-
/**
|
|
7150
|
-
* @internal
|
|
7151
|
-
*/
|
|
7152
|
-
export declare const DocumentLabelFilterSensitiveLog: (obj: DocumentLabel) => any;
|
|
7153
7019
|
/**
|
|
7154
7020
|
* @internal
|
|
7155
7021
|
*/
|
|
@@ -7157,820 +7023,76 @@ export declare const ClassifyDocumentResponseFilterSensitiveLog: (obj: ClassifyD
|
|
|
7157
7023
|
/**
|
|
7158
7024
|
* @internal
|
|
7159
7025
|
*/
|
|
7160
|
-
export declare const
|
|
7161
|
-
/**
|
|
7162
|
-
* @internal
|
|
7163
|
-
*/
|
|
7164
|
-
export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
|
|
7165
|
-
/**
|
|
7166
|
-
* @internal
|
|
7167
|
-
*/
|
|
7168
|
-
export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
|
|
7169
|
-
/**
|
|
7170
|
-
* @internal
|
|
7171
|
-
*/
|
|
7172
|
-
export declare const DatasetAugmentedManifestsListItemFilterSensitiveLog: (obj: DatasetAugmentedManifestsListItem) => any;
|
|
7173
|
-
/**
|
|
7174
|
-
* @internal
|
|
7175
|
-
*/
|
|
7176
|
-
export declare const DatasetDocumentClassifierInputDataConfigFilterSensitiveLog: (obj: DatasetDocumentClassifierInputDataConfig) => any;
|
|
7177
|
-
/**
|
|
7178
|
-
* @internal
|
|
7179
|
-
*/
|
|
7180
|
-
export declare const DatasetEntityRecognizerAnnotationsFilterSensitiveLog: (obj: DatasetEntityRecognizerAnnotations) => any;
|
|
7181
|
-
/**
|
|
7182
|
-
* @internal
|
|
7183
|
-
*/
|
|
7184
|
-
export declare const DatasetEntityRecognizerDocumentsFilterSensitiveLog: (obj: DatasetEntityRecognizerDocuments) => any;
|
|
7185
|
-
/**
|
|
7186
|
-
* @internal
|
|
7187
|
-
*/
|
|
7188
|
-
export declare const DatasetEntityRecognizerEntityListFilterSensitiveLog: (obj: DatasetEntityRecognizerEntityList) => any;
|
|
7189
|
-
/**
|
|
7190
|
-
* @internal
|
|
7191
|
-
*/
|
|
7192
|
-
export declare const DatasetEntityRecognizerInputDataConfigFilterSensitiveLog: (obj: DatasetEntityRecognizerInputDataConfig) => any;
|
|
7193
|
-
/**
|
|
7194
|
-
* @internal
|
|
7195
|
-
*/
|
|
7196
|
-
export declare const DatasetInputDataConfigFilterSensitiveLog: (obj: DatasetInputDataConfig) => any;
|
|
7197
|
-
/**
|
|
7198
|
-
* @internal
|
|
7199
|
-
*/
|
|
7200
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
7201
|
-
/**
|
|
7202
|
-
* @internal
|
|
7203
|
-
*/
|
|
7204
|
-
export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
7205
|
-
/**
|
|
7206
|
-
* @internal
|
|
7207
|
-
*/
|
|
7208
|
-
export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
7209
|
-
/**
|
|
7210
|
-
* @internal
|
|
7211
|
-
*/
|
|
7212
|
-
export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
|
|
7213
|
-
/**
|
|
7214
|
-
* @internal
|
|
7215
|
-
*/
|
|
7216
|
-
export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
|
|
7217
|
-
/**
|
|
7218
|
-
* @internal
|
|
7219
|
-
*/
|
|
7220
|
-
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
7221
|
-
/**
|
|
7222
|
-
* @internal
|
|
7223
|
-
*/
|
|
7224
|
-
export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
|
|
7225
|
-
/**
|
|
7226
|
-
* @internal
|
|
7227
|
-
*/
|
|
7228
|
-
export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
|
|
7229
|
-
/**
|
|
7230
|
-
* @internal
|
|
7231
|
-
*/
|
|
7232
|
-
export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
7233
|
-
/**
|
|
7234
|
-
* @internal
|
|
7235
|
-
*/
|
|
7236
|
-
export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
|
|
7237
|
-
/**
|
|
7238
|
-
* @internal
|
|
7239
|
-
*/
|
|
7240
|
-
export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
|
|
7241
|
-
/**
|
|
7242
|
-
* @internal
|
|
7243
|
-
*/
|
|
7244
|
-
export declare const EntityRecognizerDocumentsFilterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
|
|
7245
|
-
/**
|
|
7246
|
-
* @internal
|
|
7247
|
-
*/
|
|
7248
|
-
export declare const EntityRecognizerEntityListFilterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
|
|
7249
|
-
/**
|
|
7250
|
-
* @internal
|
|
7251
|
-
*/
|
|
7252
|
-
export declare const EntityTypesListItemFilterSensitiveLog: (obj: EntityTypesListItem) => any;
|
|
7253
|
-
/**
|
|
7254
|
-
* @internal
|
|
7255
|
-
*/
|
|
7256
|
-
export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
|
|
7257
|
-
/**
|
|
7258
|
-
* @internal
|
|
7259
|
-
*/
|
|
7260
|
-
export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
|
|
7261
|
-
/**
|
|
7262
|
-
* @internal
|
|
7263
|
-
*/
|
|
7264
|
-
export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
|
|
7265
|
-
/**
|
|
7266
|
-
* @internal
|
|
7267
|
-
*/
|
|
7268
|
-
export declare const DataSecurityConfigFilterSensitiveLog: (obj: DataSecurityConfig) => any;
|
|
7269
|
-
/**
|
|
7270
|
-
* @internal
|
|
7271
|
-
*/
|
|
7272
|
-
export declare const DocumentClassificationConfigFilterSensitiveLog: (obj: DocumentClassificationConfig) => any;
|
|
7273
|
-
/**
|
|
7274
|
-
* @internal
|
|
7275
|
-
*/
|
|
7276
|
-
export declare const EntityRecognitionConfigFilterSensitiveLog: (obj: EntityRecognitionConfig) => any;
|
|
7277
|
-
/**
|
|
7278
|
-
* @internal
|
|
7279
|
-
*/
|
|
7280
|
-
export declare const TaskConfigFilterSensitiveLog: (obj: TaskConfig) => any;
|
|
7281
|
-
/**
|
|
7282
|
-
* @internal
|
|
7283
|
-
*/
|
|
7284
|
-
export declare const CreateFlywheelRequestFilterSensitiveLog: (obj: CreateFlywheelRequest) => any;
|
|
7285
|
-
/**
|
|
7286
|
-
* @internal
|
|
7287
|
-
*/
|
|
7288
|
-
export declare const CreateFlywheelResponseFilterSensitiveLog: (obj: CreateFlywheelResponse) => any;
|
|
7289
|
-
/**
|
|
7290
|
-
* @internal
|
|
7291
|
-
*/
|
|
7292
|
-
export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
|
|
7293
|
-
/**
|
|
7294
|
-
* @internal
|
|
7295
|
-
*/
|
|
7296
|
-
export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
|
|
7297
|
-
/**
|
|
7298
|
-
* @internal
|
|
7299
|
-
*/
|
|
7300
|
-
export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
7301
|
-
/**
|
|
7302
|
-
* @internal
|
|
7303
|
-
*/
|
|
7304
|
-
export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
|
|
7305
|
-
/**
|
|
7306
|
-
* @internal
|
|
7307
|
-
*/
|
|
7308
|
-
export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
|
|
7309
|
-
/**
|
|
7310
|
-
* @internal
|
|
7311
|
-
*/
|
|
7312
|
-
export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
|
|
7313
|
-
/**
|
|
7314
|
-
* @internal
|
|
7315
|
-
*/
|
|
7316
|
-
export declare const DeleteFlywheelRequestFilterSensitiveLog: (obj: DeleteFlywheelRequest) => any;
|
|
7317
|
-
/**
|
|
7318
|
-
* @internal
|
|
7319
|
-
*/
|
|
7320
|
-
export declare const DeleteFlywheelResponseFilterSensitiveLog: (obj: DeleteFlywheelResponse) => any;
|
|
7321
|
-
/**
|
|
7322
|
-
* @internal
|
|
7323
|
-
*/
|
|
7324
|
-
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
7325
|
-
/**
|
|
7326
|
-
* @internal
|
|
7327
|
-
*/
|
|
7328
|
-
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
7026
|
+
export declare const DocumentClassifierPropertiesFilterSensitiveLog: (obj: DocumentClassifierProperties) => any;
|
|
7329
7027
|
/**
|
|
7330
7028
|
* @internal
|
|
7331
7029
|
*/
|
|
7332
|
-
export declare const
|
|
7030
|
+
export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
|
|
7333
7031
|
/**
|
|
7334
7032
|
* @internal
|
|
7335
7033
|
*/
|
|
7336
|
-
export declare const
|
|
7034
|
+
export declare const EntityRecognizerMetadataFilterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
|
|
7337
7035
|
/**
|
|
7338
7036
|
* @internal
|
|
7339
7037
|
*/
|
|
7340
|
-
export declare const
|
|
7038
|
+
export declare const EntityRecognizerPropertiesFilterSensitiveLog: (obj: EntityRecognizerProperties) => any;
|
|
7341
7039
|
/**
|
|
7342
7040
|
* @internal
|
|
7343
7041
|
*/
|
|
7344
|
-
export declare const
|
|
7042
|
+
export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
|
|
7345
7043
|
/**
|
|
7346
7044
|
* @internal
|
|
7347
7045
|
*/
|
|
7348
|
-
export declare const
|
|
7046
|
+
export declare const DetectDominantLanguageRequestFilterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
|
|
7349
7047
|
/**
|
|
7350
7048
|
* @internal
|
|
7351
7049
|
*/
|
|
7352
|
-
export declare const
|
|
7050
|
+
export declare const DetectDominantLanguageResponseFilterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
|
|
7353
7051
|
/**
|
|
7354
7052
|
* @internal
|
|
7355
7053
|
*/
|
|
7356
|
-
export declare const
|
|
7054
|
+
export declare const DetectEntitiesRequestFilterSensitiveLog: (obj: DetectEntitiesRequest) => any;
|
|
7357
7055
|
/**
|
|
7358
7056
|
* @internal
|
|
7359
7057
|
*/
|
|
7360
|
-
export declare const
|
|
7058
|
+
export declare const DetectEntitiesResponseFilterSensitiveLog: (obj: DetectEntitiesResponse) => any;
|
|
7361
7059
|
/**
|
|
7362
7060
|
* @internal
|
|
7363
7061
|
*/
|
|
7364
|
-
export declare const
|
|
7062
|
+
export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
|
|
7365
7063
|
/**
|
|
7366
7064
|
* @internal
|
|
7367
7065
|
*/
|
|
7368
|
-
export declare const
|
|
7066
|
+
export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
|
|
7369
7067
|
/**
|
|
7370
7068
|
* @internal
|
|
7371
7069
|
*/
|
|
7372
|
-
export declare const
|
|
7070
|
+
export declare const DetectSentimentRequestFilterSensitiveLog: (obj: DetectSentimentRequest) => any;
|
|
7373
7071
|
/**
|
|
7374
7072
|
* @internal
|
|
7375
7073
|
*/
|
|
7376
|
-
export declare const
|
|
7074
|
+
export declare const DetectSentimentResponseFilterSensitiveLog: (obj: DetectSentimentResponse) => any;
|
|
7377
7075
|
/**
|
|
7378
7076
|
* @internal
|
|
7379
7077
|
*/
|
|
7380
|
-
export declare const
|
|
7078
|
+
export declare const DetectSyntaxRequestFilterSensitiveLog: (obj: DetectSyntaxRequest) => any;
|
|
7381
7079
|
/**
|
|
7382
7080
|
* @internal
|
|
7383
7081
|
*/
|
|
7384
|
-
export declare const
|
|
7082
|
+
export declare const DetectSyntaxResponseFilterSensitiveLog: (obj: DetectSyntaxResponse) => any;
|
|
7385
7083
|
/**
|
|
7386
7084
|
* @internal
|
|
7387
7085
|
*/
|
|
7388
|
-
export declare const
|
|
7086
|
+
export declare const DetectTargetedSentimentRequestFilterSensitiveLog: (obj: DetectTargetedSentimentRequest) => any;
|
|
7389
7087
|
/**
|
|
7390
7088
|
* @internal
|
|
7391
7089
|
*/
|
|
7392
|
-
export declare const
|
|
7090
|
+
export declare const DetectTargetedSentimentResponseFilterSensitiveLog: (obj: DetectTargetedSentimentResponse) => any;
|
|
7393
7091
|
/**
|
|
7394
7092
|
* @internal
|
|
7395
7093
|
*/
|
|
7396
|
-
export declare const
|
|
7397
|
-
/**
|
|
7398
|
-
* @internal
|
|
7399
|
-
*/
|
|
7400
|
-
export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
|
|
7401
|
-
/**
|
|
7402
|
-
* @internal
|
|
7403
|
-
*/
|
|
7404
|
-
export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
|
|
7405
|
-
/**
|
|
7406
|
-
* @internal
|
|
7407
|
-
*/
|
|
7408
|
-
export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
|
|
7409
|
-
/**
|
|
7410
|
-
* @internal
|
|
7411
|
-
*/
|
|
7412
|
-
export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
|
|
7413
|
-
/**
|
|
7414
|
-
* @internal
|
|
7415
|
-
*/
|
|
7416
|
-
export declare const EntityRecognizerOutputDataConfigFilterSensitiveLog: (obj: EntityRecognizerOutputDataConfig) => any;
|
|
7417
|
-
/**
|
|
7418
|
-
* @internal
|
|
7419
|
-
*/
|
|
7420
|
-
export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
|
|
7421
|
-
/**
|
|
7422
|
-
* @internal
|
|
7423
|
-
*/
|
|
7424
|
-
export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
|
|
7425
|
-
/**
|
|
7426
|
-
* @internal
|
|
7427
|
-
*/
|
|
7428
|
-
export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
|
|
7429
|
-
/**
|
|
7430
|
-
* @internal
|
|
7431
|
-
*/
|
|
7432
|
-
export declare const EntityRecognizerMetadataFilterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
|
|
7433
|
-
/**
|
|
7434
|
-
* @internal
|
|
7435
|
-
*/
|
|
7436
|
-
export declare const EntityRecognizerPropertiesFilterSensitiveLog: (obj: EntityRecognizerProperties) => any;
|
|
7437
|
-
/**
|
|
7438
|
-
* @internal
|
|
7439
|
-
*/
|
|
7440
|
-
export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
|
|
7441
|
-
/**
|
|
7442
|
-
* @internal
|
|
7443
|
-
*/
|
|
7444
|
-
export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
|
|
7445
|
-
/**
|
|
7446
|
-
* @internal
|
|
7447
|
-
*/
|
|
7448
|
-
export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
|
|
7449
|
-
/**
|
|
7450
|
-
* @internal
|
|
7451
|
-
*/
|
|
7452
|
-
export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
|
|
7453
|
-
/**
|
|
7454
|
-
* @internal
|
|
7455
|
-
*/
|
|
7456
|
-
export declare const DescribeFlywheelRequestFilterSensitiveLog: (obj: DescribeFlywheelRequest) => any;
|
|
7457
|
-
/**
|
|
7458
|
-
* @internal
|
|
7459
|
-
*/
|
|
7460
|
-
export declare const FlywheelPropertiesFilterSensitiveLog: (obj: FlywheelProperties) => any;
|
|
7461
|
-
/**
|
|
7462
|
-
* @internal
|
|
7463
|
-
*/
|
|
7464
|
-
export declare const DescribeFlywheelResponseFilterSensitiveLog: (obj: DescribeFlywheelResponse) => any;
|
|
7465
|
-
/**
|
|
7466
|
-
* @internal
|
|
7467
|
-
*/
|
|
7468
|
-
export declare const DescribeFlywheelIterationRequestFilterSensitiveLog: (obj: DescribeFlywheelIterationRequest) => any;
|
|
7469
|
-
/**
|
|
7470
|
-
* @internal
|
|
7471
|
-
*/
|
|
7472
|
-
export declare const FlywheelModelEvaluationMetricsFilterSensitiveLog: (obj: FlywheelModelEvaluationMetrics) => any;
|
|
7473
|
-
/**
|
|
7474
|
-
* @internal
|
|
7475
|
-
*/
|
|
7476
|
-
export declare const FlywheelIterationPropertiesFilterSensitiveLog: (obj: FlywheelIterationProperties) => any;
|
|
7477
|
-
/**
|
|
7478
|
-
* @internal
|
|
7479
|
-
*/
|
|
7480
|
-
export declare const DescribeFlywheelIterationResponseFilterSensitiveLog: (obj: DescribeFlywheelIterationResponse) => any;
|
|
7481
|
-
/**
|
|
7482
|
-
* @internal
|
|
7483
|
-
*/
|
|
7484
|
-
export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
|
|
7485
|
-
/**
|
|
7486
|
-
* @internal
|
|
7487
|
-
*/
|
|
7488
|
-
export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
|
|
7489
|
-
/**
|
|
7490
|
-
* @internal
|
|
7491
|
-
*/
|
|
7492
|
-
export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
|
|
7493
|
-
/**
|
|
7494
|
-
* @internal
|
|
7495
|
-
*/
|
|
7496
|
-
export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
|
|
7497
|
-
/**
|
|
7498
|
-
* @internal
|
|
7499
|
-
*/
|
|
7500
|
-
export declare const PiiOutputDataConfigFilterSensitiveLog: (obj: PiiOutputDataConfig) => any;
|
|
7501
|
-
/**
|
|
7502
|
-
* @internal
|
|
7503
|
-
*/
|
|
7504
|
-
export declare const RedactionConfigFilterSensitiveLog: (obj: RedactionConfig) => any;
|
|
7505
|
-
/**
|
|
7506
|
-
* @internal
|
|
7507
|
-
*/
|
|
7508
|
-
export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
|
|
7509
|
-
/**
|
|
7510
|
-
* @internal
|
|
7511
|
-
*/
|
|
7512
|
-
export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
|
|
7513
|
-
/**
|
|
7514
|
-
* @internal
|
|
7515
|
-
*/
|
|
7516
|
-
export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
7517
|
-
/**
|
|
7518
|
-
* @internal
|
|
7519
|
-
*/
|
|
7520
|
-
export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
7521
|
-
/**
|
|
7522
|
-
* @internal
|
|
7523
|
-
*/
|
|
7524
|
-
export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
|
|
7525
|
-
/**
|
|
7526
|
-
* @internal
|
|
7527
|
-
*/
|
|
7528
|
-
export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
|
|
7529
|
-
/**
|
|
7530
|
-
* @internal
|
|
7531
|
-
*/
|
|
7532
|
-
export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
|
|
7533
|
-
/**
|
|
7534
|
-
* @internal
|
|
7535
|
-
*/
|
|
7536
|
-
export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobRequest) => any;
|
|
7537
|
-
/**
|
|
7538
|
-
* @internal
|
|
7539
|
-
*/
|
|
7540
|
-
export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (obj: TargetedSentimentDetectionJobProperties) => any;
|
|
7541
|
-
/**
|
|
7542
|
-
* @internal
|
|
7543
|
-
*/
|
|
7544
|
-
export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobResponse) => any;
|
|
7545
|
-
/**
|
|
7546
|
-
* @internal
|
|
7547
|
-
*/
|
|
7548
|
-
export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
|
|
7549
|
-
/**
|
|
7550
|
-
* @internal
|
|
7551
|
-
*/
|
|
7552
|
-
export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
|
|
7553
|
-
/**
|
|
7554
|
-
* @internal
|
|
7555
|
-
*/
|
|
7556
|
-
export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
|
|
7557
|
-
/**
|
|
7558
|
-
* @internal
|
|
7559
|
-
*/
|
|
7560
|
-
export declare const DetectDominantLanguageRequestFilterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
|
|
7561
|
-
/**
|
|
7562
|
-
* @internal
|
|
7563
|
-
*/
|
|
7564
|
-
export declare const DetectDominantLanguageResponseFilterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
|
|
7565
|
-
/**
|
|
7566
|
-
* @internal
|
|
7567
|
-
*/
|
|
7568
|
-
export declare const DetectEntitiesRequestFilterSensitiveLog: (obj: DetectEntitiesRequest) => any;
|
|
7569
|
-
/**
|
|
7570
|
-
* @internal
|
|
7571
|
-
*/
|
|
7572
|
-
export declare const DetectEntitiesResponseFilterSensitiveLog: (obj: DetectEntitiesResponse) => any;
|
|
7573
|
-
/**
|
|
7574
|
-
* @internal
|
|
7575
|
-
*/
|
|
7576
|
-
export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
|
|
7577
|
-
/**
|
|
7578
|
-
* @internal
|
|
7579
|
-
*/
|
|
7580
|
-
export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
|
|
7581
|
-
/**
|
|
7582
|
-
* @internal
|
|
7583
|
-
*/
|
|
7584
|
-
export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
|
|
7585
|
-
/**
|
|
7586
|
-
* @internal
|
|
7587
|
-
*/
|
|
7588
|
-
export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
|
|
7589
|
-
/**
|
|
7590
|
-
* @internal
|
|
7591
|
-
*/
|
|
7592
|
-
export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
|
|
7593
|
-
/**
|
|
7594
|
-
* @internal
|
|
7595
|
-
*/
|
|
7596
|
-
export declare const DetectSentimentRequestFilterSensitiveLog: (obj: DetectSentimentRequest) => any;
|
|
7597
|
-
/**
|
|
7598
|
-
* @internal
|
|
7599
|
-
*/
|
|
7600
|
-
export declare const DetectSentimentResponseFilterSensitiveLog: (obj: DetectSentimentResponse) => any;
|
|
7601
|
-
/**
|
|
7602
|
-
* @internal
|
|
7603
|
-
*/
|
|
7604
|
-
export declare const DetectSyntaxRequestFilterSensitiveLog: (obj: DetectSyntaxRequest) => any;
|
|
7605
|
-
/**
|
|
7606
|
-
* @internal
|
|
7607
|
-
*/
|
|
7608
|
-
export declare const DetectSyntaxResponseFilterSensitiveLog: (obj: DetectSyntaxResponse) => any;
|
|
7609
|
-
/**
|
|
7610
|
-
* @internal
|
|
7611
|
-
*/
|
|
7612
|
-
export declare const DetectTargetedSentimentRequestFilterSensitiveLog: (obj: DetectTargetedSentimentRequest) => any;
|
|
7613
|
-
/**
|
|
7614
|
-
* @internal
|
|
7615
|
-
*/
|
|
7616
|
-
export declare const DetectTargetedSentimentResponseFilterSensitiveLog: (obj: DetectTargetedSentimentResponse) => any;
|
|
7617
|
-
/**
|
|
7618
|
-
* @internal
|
|
7619
|
-
*/
|
|
7620
|
-
export declare const ImportModelRequestFilterSensitiveLog: (obj: ImportModelRequest) => any;
|
|
7621
|
-
/**
|
|
7622
|
-
* @internal
|
|
7623
|
-
*/
|
|
7624
|
-
export declare const ImportModelResponseFilterSensitiveLog: (obj: ImportModelResponse) => any;
|
|
7625
|
-
/**
|
|
7626
|
-
* @internal
|
|
7627
|
-
*/
|
|
7628
|
-
export declare const DatasetFilterFilterSensitiveLog: (obj: DatasetFilter) => any;
|
|
7629
|
-
/**
|
|
7630
|
-
* @internal
|
|
7631
|
-
*/
|
|
7632
|
-
export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
|
|
7633
|
-
/**
|
|
7634
|
-
* @internal
|
|
7635
|
-
*/
|
|
7636
|
-
export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
|
|
7637
|
-
/**
|
|
7638
|
-
* @internal
|
|
7639
|
-
*/
|
|
7640
|
-
export declare const DocumentClassificationJobFilterFilterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
|
|
7641
|
-
/**
|
|
7642
|
-
* @internal
|
|
7643
|
-
*/
|
|
7644
|
-
export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
|
|
7645
|
-
/**
|
|
7646
|
-
* @internal
|
|
7647
|
-
*/
|
|
7648
|
-
export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
|
|
7649
|
-
/**
|
|
7650
|
-
* @internal
|
|
7651
|
-
*/
|
|
7652
|
-
export declare const DocumentClassifierFilterFilterSensitiveLog: (obj: DocumentClassifierFilter) => any;
|
|
7653
|
-
/**
|
|
7654
|
-
* @internal
|
|
7655
|
-
*/
|
|
7656
|
-
export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
|
|
7657
|
-
/**
|
|
7658
|
-
* @internal
|
|
7659
|
-
*/
|
|
7660
|
-
export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
|
|
7661
|
-
/**
|
|
7662
|
-
* @internal
|
|
7663
|
-
*/
|
|
7664
|
-
export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
|
|
7665
|
-
/**
|
|
7666
|
-
* @internal
|
|
7667
|
-
*/
|
|
7668
|
-
export declare const DocumentClassifierSummaryFilterSensitiveLog: (obj: DocumentClassifierSummary) => any;
|
|
7669
|
-
/**
|
|
7670
|
-
* @internal
|
|
7671
|
-
*/
|
|
7672
|
-
export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
|
|
7673
|
-
/**
|
|
7674
|
-
* @internal
|
|
7675
|
-
*/
|
|
7676
|
-
export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
|
|
7677
|
-
/**
|
|
7678
|
-
* @internal
|
|
7679
|
-
*/
|
|
7680
|
-
export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
|
|
7681
|
-
/**
|
|
7682
|
-
* @internal
|
|
7683
|
-
*/
|
|
7684
|
-
export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
|
|
7685
|
-
/**
|
|
7686
|
-
* @internal
|
|
7687
|
-
*/
|
|
7688
|
-
export declare const EndpointFilterFilterSensitiveLog: (obj: EndpointFilter) => any;
|
|
7689
|
-
/**
|
|
7690
|
-
* @internal
|
|
7691
|
-
*/
|
|
7692
|
-
export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
7693
|
-
/**
|
|
7694
|
-
* @internal
|
|
7695
|
-
*/
|
|
7696
|
-
export declare const ListEndpointsResponseFilterSensitiveLog: (obj: ListEndpointsResponse) => any;
|
|
7697
|
-
/**
|
|
7698
|
-
* @internal
|
|
7699
|
-
*/
|
|
7700
|
-
export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
|
|
7701
|
-
/**
|
|
7702
|
-
* @internal
|
|
7703
|
-
*/
|
|
7704
|
-
export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
|
|
7705
|
-
/**
|
|
7706
|
-
* @internal
|
|
7707
|
-
*/
|
|
7708
|
-
export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
|
|
7709
|
-
/**
|
|
7710
|
-
* @internal
|
|
7711
|
-
*/
|
|
7712
|
-
export declare const EntityRecognizerFilterFilterSensitiveLog: (obj: EntityRecognizerFilter) => any;
|
|
7713
|
-
/**
|
|
7714
|
-
* @internal
|
|
7715
|
-
*/
|
|
7716
|
-
export declare const ListEntityRecognizersRequestFilterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
|
|
7094
|
+
export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
|
|
7717
7095
|
/**
|
|
7718
7096
|
* @internal
|
|
7719
7097
|
*/
|
|
7720
7098
|
export declare const ListEntityRecognizersResponseFilterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
|
|
7721
|
-
/**
|
|
7722
|
-
* @internal
|
|
7723
|
-
*/
|
|
7724
|
-
export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
|
|
7725
|
-
/**
|
|
7726
|
-
* @internal
|
|
7727
|
-
*/
|
|
7728
|
-
export declare const EntityRecognizerSummaryFilterSensitiveLog: (obj: EntityRecognizerSummary) => any;
|
|
7729
|
-
/**
|
|
7730
|
-
* @internal
|
|
7731
|
-
*/
|
|
7732
|
-
export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
|
|
7733
|
-
/**
|
|
7734
|
-
* @internal
|
|
7735
|
-
*/
|
|
7736
|
-
export declare const EventsDetectionJobFilterFilterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
|
|
7737
|
-
/**
|
|
7738
|
-
* @internal
|
|
7739
|
-
*/
|
|
7740
|
-
export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
|
|
7741
|
-
/**
|
|
7742
|
-
* @internal
|
|
7743
|
-
*/
|
|
7744
|
-
export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
|
|
7745
|
-
/**
|
|
7746
|
-
* @internal
|
|
7747
|
-
*/
|
|
7748
|
-
export declare const FlywheelIterationFilterFilterSensitiveLog: (obj: FlywheelIterationFilter) => any;
|
|
7749
|
-
/**
|
|
7750
|
-
* @internal
|
|
7751
|
-
*/
|
|
7752
|
-
export declare const ListFlywheelIterationHistoryRequestFilterSensitiveLog: (obj: ListFlywheelIterationHistoryRequest) => any;
|
|
7753
|
-
/**
|
|
7754
|
-
* @internal
|
|
7755
|
-
*/
|
|
7756
|
-
export declare const ListFlywheelIterationHistoryResponseFilterSensitiveLog: (obj: ListFlywheelIterationHistoryResponse) => any;
|
|
7757
|
-
/**
|
|
7758
|
-
* @internal
|
|
7759
|
-
*/
|
|
7760
|
-
export declare const FlywheelFilterFilterSensitiveLog: (obj: FlywheelFilter) => any;
|
|
7761
|
-
/**
|
|
7762
|
-
* @internal
|
|
7763
|
-
*/
|
|
7764
|
-
export declare const ListFlywheelsRequestFilterSensitiveLog: (obj: ListFlywheelsRequest) => any;
|
|
7765
|
-
/**
|
|
7766
|
-
* @internal
|
|
7767
|
-
*/
|
|
7768
|
-
export declare const FlywheelSummaryFilterSensitiveLog: (obj: FlywheelSummary) => any;
|
|
7769
|
-
/**
|
|
7770
|
-
* @internal
|
|
7771
|
-
*/
|
|
7772
|
-
export declare const ListFlywheelsResponseFilterSensitiveLog: (obj: ListFlywheelsResponse) => any;
|
|
7773
|
-
/**
|
|
7774
|
-
* @internal
|
|
7775
|
-
*/
|
|
7776
|
-
export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
|
|
7777
|
-
/**
|
|
7778
|
-
* @internal
|
|
7779
|
-
*/
|
|
7780
|
-
export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
|
|
7781
|
-
/**
|
|
7782
|
-
* @internal
|
|
7783
|
-
*/
|
|
7784
|
-
export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
|
|
7785
|
-
/**
|
|
7786
|
-
* @internal
|
|
7787
|
-
*/
|
|
7788
|
-
export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
|
|
7789
|
-
/**
|
|
7790
|
-
* @internal
|
|
7791
|
-
*/
|
|
7792
|
-
export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
|
|
7793
|
-
/**
|
|
7794
|
-
* @internal
|
|
7795
|
-
*/
|
|
7796
|
-
export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
|
|
7797
|
-
/**
|
|
7798
|
-
* @internal
|
|
7799
|
-
*/
|
|
7800
|
-
export declare const SentimentDetectionJobFilterFilterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
|
|
7801
|
-
/**
|
|
7802
|
-
* @internal
|
|
7803
|
-
*/
|
|
7804
|
-
export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
|
|
7805
|
-
/**
|
|
7806
|
-
* @internal
|
|
7807
|
-
*/
|
|
7808
|
-
export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
|
|
7809
|
-
/**
|
|
7810
|
-
* @internal
|
|
7811
|
-
*/
|
|
7812
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
7813
|
-
/**
|
|
7814
|
-
* @internal
|
|
7815
|
-
*/
|
|
7816
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
7817
|
-
/**
|
|
7818
|
-
* @internal
|
|
7819
|
-
*/
|
|
7820
|
-
export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (obj: TargetedSentimentDetectionJobFilter) => any;
|
|
7821
|
-
/**
|
|
7822
|
-
* @internal
|
|
7823
|
-
*/
|
|
7824
|
-
export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsRequest) => any;
|
|
7825
|
-
/**
|
|
7826
|
-
* @internal
|
|
7827
|
-
*/
|
|
7828
|
-
export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsResponse) => any;
|
|
7829
|
-
/**
|
|
7830
|
-
* @internal
|
|
7831
|
-
*/
|
|
7832
|
-
export declare const TopicsDetectionJobFilterFilterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
|
|
7833
|
-
/**
|
|
7834
|
-
* @internal
|
|
7835
|
-
*/
|
|
7836
|
-
export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
|
|
7837
|
-
/**
|
|
7838
|
-
* @internal
|
|
7839
|
-
*/
|
|
7840
|
-
export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
|
|
7841
|
-
/**
|
|
7842
|
-
* @internal
|
|
7843
|
-
*/
|
|
7844
|
-
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
7845
|
-
/**
|
|
7846
|
-
* @internal
|
|
7847
|
-
*/
|
|
7848
|
-
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
7849
|
-
/**
|
|
7850
|
-
* @internal
|
|
7851
|
-
*/
|
|
7852
|
-
export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
|
|
7853
|
-
/**
|
|
7854
|
-
* @internal
|
|
7855
|
-
*/
|
|
7856
|
-
export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
|
|
7857
|
-
/**
|
|
7858
|
-
* @internal
|
|
7859
|
-
*/
|
|
7860
|
-
export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
|
|
7861
|
-
/**
|
|
7862
|
-
* @internal
|
|
7863
|
-
*/
|
|
7864
|
-
export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
|
|
7865
|
-
/**
|
|
7866
|
-
* @internal
|
|
7867
|
-
*/
|
|
7868
|
-
export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
|
|
7869
|
-
/**
|
|
7870
|
-
* @internal
|
|
7871
|
-
*/
|
|
7872
|
-
export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
|
|
7873
|
-
/**
|
|
7874
|
-
* @internal
|
|
7875
|
-
*/
|
|
7876
|
-
export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
|
|
7877
|
-
/**
|
|
7878
|
-
* @internal
|
|
7879
|
-
*/
|
|
7880
|
-
export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
|
|
7881
|
-
/**
|
|
7882
|
-
* @internal
|
|
7883
|
-
*/
|
|
7884
|
-
export declare const StartFlywheelIterationRequestFilterSensitiveLog: (obj: StartFlywheelIterationRequest) => any;
|
|
7885
|
-
/**
|
|
7886
|
-
* @internal
|
|
7887
|
-
*/
|
|
7888
|
-
export declare const StartFlywheelIterationResponseFilterSensitiveLog: (obj: StartFlywheelIterationResponse) => any;
|
|
7889
|
-
/**
|
|
7890
|
-
* @internal
|
|
7891
|
-
*/
|
|
7892
|
-
export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
|
|
7893
|
-
/**
|
|
7894
|
-
* @internal
|
|
7895
|
-
*/
|
|
7896
|
-
export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
|
|
7897
|
-
/**
|
|
7898
|
-
* @internal
|
|
7899
|
-
*/
|
|
7900
|
-
export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
|
|
7901
|
-
/**
|
|
7902
|
-
* @internal
|
|
7903
|
-
*/
|
|
7904
|
-
export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
|
|
7905
|
-
/**
|
|
7906
|
-
* @internal
|
|
7907
|
-
*/
|
|
7908
|
-
export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
|
|
7909
|
-
/**
|
|
7910
|
-
* @internal
|
|
7911
|
-
*/
|
|
7912
|
-
export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
|
|
7913
|
-
/**
|
|
7914
|
-
* @internal
|
|
7915
|
-
*/
|
|
7916
|
-
export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobRequest) => any;
|
|
7917
|
-
/**
|
|
7918
|
-
* @internal
|
|
7919
|
-
*/
|
|
7920
|
-
export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobResponse) => any;
|
|
7921
|
-
/**
|
|
7922
|
-
* @internal
|
|
7923
|
-
*/
|
|
7924
|
-
export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
|
|
7925
|
-
/**
|
|
7926
|
-
* @internal
|
|
7927
|
-
*/
|
|
7928
|
-
export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
|
|
7929
|
-
/**
|
|
7930
|
-
* @internal
|
|
7931
|
-
*/
|
|
7932
|
-
export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
|
|
7933
|
-
/**
|
|
7934
|
-
* @internal
|
|
7935
|
-
*/
|
|
7936
|
-
export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
|
|
7937
|
-
/**
|
|
7938
|
-
* @internal
|
|
7939
|
-
*/
|
|
7940
|
-
export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
|
|
7941
|
-
/**
|
|
7942
|
-
* @internal
|
|
7943
|
-
*/
|
|
7944
|
-
export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
|
|
7945
|
-
/**
|
|
7946
|
-
* @internal
|
|
7947
|
-
*/
|
|
7948
|
-
export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
|
|
7949
|
-
/**
|
|
7950
|
-
* @internal
|
|
7951
|
-
*/
|
|
7952
|
-
export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
|
|
7953
|
-
/**
|
|
7954
|
-
* @internal
|
|
7955
|
-
*/
|
|
7956
|
-
export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
|
|
7957
|
-
/**
|
|
7958
|
-
* @internal
|
|
7959
|
-
*/
|
|
7960
|
-
export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
|
|
7961
|
-
/**
|
|
7962
|
-
* @internal
|
|
7963
|
-
*/
|
|
7964
|
-
export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
|
|
7965
|
-
/**
|
|
7966
|
-
* @internal
|
|
7967
|
-
*/
|
|
7968
|
-
export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
|
|
7969
|
-
/**
|
|
7970
|
-
* @internal
|
|
7971
|
-
*/
|
|
7972
|
-
export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
|
|
7973
|
-
/**
|
|
7974
|
-
* @internal
|
|
7975
|
-
*/
|
|
7976
|
-
export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;
|