@aws-sdk/client-comprehend 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -2
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +3 -3
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +12 -12
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +11 -11
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +15 -15
- package/dist-types/commands/CreateFlywheelCommand.d.ts +13 -13
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +1 -1
- package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +1 -1
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/DetectSentimentCommand.d.ts +1 -1
- package/dist-types/commands/DetectSyntaxCommand.d.ts +1 -1
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +1 -1
- package/dist-types/commands/ImportModelCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -2
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -2
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -2
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -2
- package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -2
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +10 -10
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +8 -8
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +1 -1
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +9 -9
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +5 -5
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse,
|
|
|
26
26
|
* import { ComprehendClient, DetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, DetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DetectKeyPhrasesRequest
|
|
30
30
|
* Text: "STRING_VALUE", // required
|
|
31
31
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DetectPiiEntitiesCommandOutput extends DetectPiiEntitiesRespons
|
|
|
27
27
|
* import { ComprehendClient, DetectPiiEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DetectPiiEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DetectPiiEntitiesRequest
|
|
31
31
|
* Text: "STRING_VALUE", // required
|
|
32
32
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DetectSentimentCommandOutput extends DetectSentimentResponse, _
|
|
|
27
27
|
* import { ComprehendClient, DetectSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DetectSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DetectSentimentRequest
|
|
31
31
|
* Text: "STRING_VALUE", // required
|
|
32
32
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
33
33
|
* };
|
|
@@ -29,7 +29,7 @@ export interface DetectSyntaxCommandOutput extends DetectSyntaxResponse, __Metad
|
|
|
29
29
|
* import { ComprehendClient, DetectSyntaxCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
30
30
|
* // const { ComprehendClient, DetectSyntaxCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
31
31
|
* const client = new ComprehendClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DetectSyntaxRequest
|
|
33
33
|
* Text: "STRING_VALUE", // required
|
|
34
34
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt", // required
|
|
35
35
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DetectTargetedSentimentCommandOutput extends DetectTargetedSent
|
|
|
27
27
|
* import { ComprehendClient, DetectTargetedSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DetectTargetedSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DetectTargetedSentimentRequest
|
|
31
31
|
* Text: "STRING_VALUE", // required
|
|
32
32
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
33
33
|
* };
|
|
@@ -31,14 +31,14 @@ export interface ImportModelCommandOutput extends ImportModelResponse, __Metadat
|
|
|
31
31
|
* import { ComprehendClient, ImportModelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
32
32
|
* // const { ComprehendClient, ImportModelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
33
33
|
* const client = new ComprehendClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ImportModelRequest
|
|
35
35
|
* SourceModelArn: "STRING_VALUE", // required
|
|
36
36
|
* ModelName: "STRING_VALUE",
|
|
37
37
|
* VersionName: "STRING_VALUE",
|
|
38
38
|
* ModelKmsKeyId: "STRING_VALUE",
|
|
39
39
|
* DataAccessRoleArn: "STRING_VALUE",
|
|
40
|
-
* Tags: [
|
|
41
|
-
* {
|
|
40
|
+
* Tags: [ // TagList
|
|
41
|
+
* { // Tag
|
|
42
42
|
* Key: "STRING_VALUE", // required
|
|
43
43
|
* Value: "STRING_VALUE",
|
|
44
44
|
* },
|
|
@@ -27,9 +27,9 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
27
27
|
* import { ComprehendClient, ListDatasetsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, ListDatasetsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListDatasetsRequest
|
|
31
31
|
* FlywheelArn: "STRING_VALUE",
|
|
32
|
-
* Filter: {
|
|
32
|
+
* Filter: { // DatasetFilter
|
|
33
33
|
* Status: "CREATING" || "COMPLETED" || "FAILED",
|
|
34
34
|
* DatasetType: "TRAIN" || "TEST",
|
|
35
35
|
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListDocumentClassificationJobsCommandOutput extends ListDocumen
|
|
|
26
26
|
* import { ComprehendClient, ListDocumentClassificationJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListDocumentClassificationJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListDocumentClassificationJobsRequest
|
|
30
|
+
* Filter: { // DocumentClassificationJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface ListDocumentClassifierSummariesCommandOutput extends ListDocume
|
|
|
26
26
|
* import { ComprehendClient, ListDocumentClassifierSummariesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListDocumentClassifierSummariesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListDocumentClassifierSummariesRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -26,8 +26,8 @@ export interface ListDocumentClassifiersCommandOutput extends ListDocumentClassi
|
|
|
26
26
|
* import { ComprehendClient, ListDocumentClassifiersCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListDocumentClassifiersCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListDocumentClassifiersRequest
|
|
30
|
+
* Filter: { // DocumentClassifierFilter
|
|
31
31
|
* Status: "SUBMITTED" || "TRAINING" || "DELETING" || "STOP_REQUESTED" || "STOPPED" || "IN_ERROR" || "TRAINED" || "TRAINED_WITH_WARNING",
|
|
32
32
|
* DocumentClassifierName: "STRING_VALUE",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListDominantLanguageDetectionJobsCommandOutput extends ListDomi
|
|
|
26
26
|
* import { ComprehendClient, ListDominantLanguageDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListDominantLanguageDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListDominantLanguageDetectionJobsRequest
|
|
30
|
+
* Filter: { // DominantLanguageDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -27,8 +27,8 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResponse, __Met
|
|
|
27
27
|
* import { ComprehendClient, ListEndpointsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, ListEndpointsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* Filter: {
|
|
30
|
+
* const input = { // ListEndpointsRequest
|
|
31
|
+
* Filter: { // EndpointFilter
|
|
32
32
|
* ModelArn: "STRING_VALUE",
|
|
33
33
|
* Status: "CREATING" || "DELETING" || "FAILED" || "IN_SERVICE" || "UPDATING",
|
|
34
34
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListEntitiesDetectionJobsCommandOutput extends ListEntitiesDete
|
|
|
26
26
|
* import { ComprehendClient, ListEntitiesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListEntitiesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListEntitiesDetectionJobsRequest
|
|
30
|
+
* Filter: { // EntitiesDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface ListEntityRecognizerSummariesCommandOutput extends ListEntityRe
|
|
|
26
26
|
* import { ComprehendClient, ListEntityRecognizerSummariesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListEntityRecognizerSummariesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListEntityRecognizerSummariesRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -31,8 +31,8 @@ export interface ListEntityRecognizersCommandOutput extends ListEntityRecognizer
|
|
|
31
31
|
* import { ComprehendClient, ListEntityRecognizersCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
32
32
|
* // const { ComprehendClient, ListEntityRecognizersCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
33
33
|
* const client = new ComprehendClient(config);
|
|
34
|
-
* const input = {
|
|
35
|
-
* Filter: {
|
|
34
|
+
* const input = { // ListEntityRecognizersRequest
|
|
35
|
+
* Filter: { // EntityRecognizerFilter
|
|
36
36
|
* Status: "SUBMITTED" || "TRAINING" || "DELETING" || "STOP_REQUESTED" || "STOPPED" || "IN_ERROR" || "TRAINED" || "TRAINED_WITH_WARNING",
|
|
37
37
|
* RecognizerName: "STRING_VALUE",
|
|
38
38
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListEventsDetectionJobsCommandOutput extends ListEventsDetectio
|
|
|
26
26
|
* import { ComprehendClient, ListEventsDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListEventsDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListEventsDetectionJobsRequest
|
|
30
|
+
* Filter: { // EventsDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -28,9 +28,9 @@ export interface ListFlywheelIterationHistoryCommandOutput extends ListFlywheelI
|
|
|
28
28
|
* import { ComprehendClient, ListFlywheelIterationHistoryCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, ListFlywheelIterationHistoryCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListFlywheelIterationHistoryRequest
|
|
32
32
|
* FlywheelArn: "STRING_VALUE", // required
|
|
33
|
-
* Filter: {
|
|
33
|
+
* Filter: { // FlywheelIterationFilter
|
|
34
34
|
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
35
35
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
36
36
|
* },
|
|
@@ -26,8 +26,8 @@ export interface ListFlywheelsCommandOutput extends ListFlywheelsResponse, __Met
|
|
|
26
26
|
* import { ComprehendClient, ListFlywheelsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListFlywheelsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListFlywheelsRequest
|
|
30
|
+
* Filter: { // FlywheelFilter
|
|
31
31
|
* Status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED",
|
|
32
32
|
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
33
33
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListKeyPhrasesDetectionJobsCommandOutput extends ListKeyPhrases
|
|
|
26
26
|
* import { ComprehendClient, ListKeyPhrasesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListKeyPhrasesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListKeyPhrasesDetectionJobsRequest
|
|
30
|
+
* Filter: { // KeyPhrasesDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListPiiEntitiesDetectionJobsCommandOutput extends ListPiiEntiti
|
|
|
26
26
|
* import { ComprehendClient, ListPiiEntitiesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListPiiEntitiesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListPiiEntitiesDetectionJobsRequest
|
|
30
|
+
* Filter: { // PiiEntitiesDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListSentimentDetectionJobsCommandOutput extends ListSentimentDe
|
|
|
26
26
|
* import { ComprehendClient, ListSentimentDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListSentimentDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListSentimentDetectionJobsRequest
|
|
30
|
+
* Filter: { // SentimentDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { ComprehendClient, ListTagsForResourceCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListTagsForResourceCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,8 +26,8 @@ export interface ListTargetedSentimentDetectionJobsCommandOutput extends ListTar
|
|
|
26
26
|
* import { ComprehendClient, ListTargetedSentimentDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListTargetedSentimentDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListTargetedSentimentDetectionJobsRequest
|
|
30
|
+
* Filter: { // TargetedSentimentDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -26,8 +26,8 @@ export interface ListTopicsDetectionJobsCommandOutput extends ListTopicsDetectio
|
|
|
26
26
|
* import { ComprehendClient, ListTopicsDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, ListTopicsDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filter: {
|
|
29
|
+
* const input = { // ListTopicsDetectionJobsRequest
|
|
30
|
+
* Filter: { // TopicsDetectionJobFilter
|
|
31
31
|
* JobName: "STRING_VALUE",
|
|
32
32
|
* JobStatus: "SUBMITTED" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOP_REQUESTED" || "STOPPED",
|
|
33
33
|
* SubmitTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -28,7 +28,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
28
28
|
* import { ComprehendClient, PutResourcePolicyCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, PutResourcePolicyCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // PutResourcePolicyRequest
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
33
|
* ResourcePolicy: "STRING_VALUE", // required
|
|
34
34
|
* PolicyRevisionId: "STRING_VALUE",
|
|
@@ -28,37 +28,37 @@ export interface StartDocumentClassificationJobCommandOutput extends StartDocume
|
|
|
28
28
|
* import { ComprehendClient, StartDocumentClassificationJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, StartDocumentClassificationJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // StartDocumentClassificationJobRequest
|
|
32
32
|
* JobName: "STRING_VALUE",
|
|
33
33
|
* DocumentClassifierArn: "STRING_VALUE",
|
|
34
|
-
* InputDataConfig: {
|
|
34
|
+
* InputDataConfig: { // InputDataConfig
|
|
35
35
|
* S3Uri: "STRING_VALUE", // required
|
|
36
36
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
37
|
-
* DocumentReaderConfig: {
|
|
37
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
38
38
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
39
39
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
40
|
-
* FeatureTypes: [
|
|
40
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
41
41
|
* "TABLES" || "FORMS",
|
|
42
42
|
* ],
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
45
|
-
* OutputDataConfig: {
|
|
45
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
46
46
|
* S3Uri: "STRING_VALUE", // required
|
|
47
47
|
* KmsKeyId: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* DataAccessRoleArn: "STRING_VALUE", // required
|
|
50
50
|
* ClientRequestToken: "STRING_VALUE",
|
|
51
51
|
* VolumeKmsKeyId: "STRING_VALUE",
|
|
52
|
-
* VpcConfig: {
|
|
53
|
-
* SecurityGroupIds: [ // required
|
|
52
|
+
* VpcConfig: { // VpcConfig
|
|
53
|
+
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
|
-
* Subnets: [ // required
|
|
56
|
+
* Subnets: [ // Subnets // required
|
|
57
57
|
* "STRING_VALUE",
|
|
58
58
|
* ],
|
|
59
59
|
* },
|
|
60
|
-
* Tags: [
|
|
61
|
-
* {
|
|
60
|
+
* Tags: [ // TagList
|
|
61
|
+
* { // Tag
|
|
62
62
|
* Key: "STRING_VALUE", // required
|
|
63
63
|
* Value: "STRING_VALUE",
|
|
64
64
|
* },
|
|
@@ -28,19 +28,19 @@ export interface StartDominantLanguageDetectionJobCommandOutput extends StartDom
|
|
|
28
28
|
* import { ComprehendClient, StartDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, StartDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* InputDataConfig: {
|
|
31
|
+
* const input = { // StartDominantLanguageDetectionJobRequest
|
|
32
|
+
* InputDataConfig: { // InputDataConfig
|
|
33
33
|
* S3Uri: "STRING_VALUE", // required
|
|
34
34
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
35
|
-
* DocumentReaderConfig: {
|
|
35
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
36
36
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
37
37
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
38
|
-
* FeatureTypes: [
|
|
38
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
39
39
|
* "TABLES" || "FORMS",
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
42
42
|
* },
|
|
43
|
-
* OutputDataConfig: {
|
|
43
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
44
44
|
* S3Uri: "STRING_VALUE", // required
|
|
45
45
|
* KmsKeyId: "STRING_VALUE",
|
|
46
46
|
* },
|
|
@@ -48,16 +48,16 @@ export interface StartDominantLanguageDetectionJobCommandOutput extends StartDom
|
|
|
48
48
|
* JobName: "STRING_VALUE",
|
|
49
49
|
* ClientRequestToken: "STRING_VALUE",
|
|
50
50
|
* VolumeKmsKeyId: "STRING_VALUE",
|
|
51
|
-
* VpcConfig: {
|
|
52
|
-
* SecurityGroupIds: [ // required
|
|
51
|
+
* VpcConfig: { // VpcConfig
|
|
52
|
+
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
53
53
|
* "STRING_VALUE",
|
|
54
54
|
* ],
|
|
55
|
-
* Subnets: [ // required
|
|
55
|
+
* Subnets: [ // Subnets // required
|
|
56
56
|
* "STRING_VALUE",
|
|
57
57
|
* ],
|
|
58
58
|
* },
|
|
59
|
-
* Tags: [
|
|
60
|
-
* {
|
|
59
|
+
* Tags: [ // TagList
|
|
60
|
+
* { // Tag
|
|
61
61
|
* Key: "STRING_VALUE", // required
|
|
62
62
|
* Value: "STRING_VALUE",
|
|
63
63
|
* },
|
|
@@ -30,19 +30,19 @@ export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDet
|
|
|
30
30
|
* import { ComprehendClient, StartEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
31
31
|
* // const { ComprehendClient, StartEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
32
32
|
* const client = new ComprehendClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* InputDataConfig: {
|
|
33
|
+
* const input = { // StartEntitiesDetectionJobRequest
|
|
34
|
+
* InputDataConfig: { // InputDataConfig
|
|
35
35
|
* S3Uri: "STRING_VALUE", // required
|
|
36
36
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
37
|
-
* DocumentReaderConfig: {
|
|
37
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
38
38
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
39
39
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
40
|
-
* FeatureTypes: [
|
|
40
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
41
41
|
* "TABLES" || "FORMS",
|
|
42
42
|
* ],
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
45
|
-
* OutputDataConfig: {
|
|
45
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
46
46
|
* S3Uri: "STRING_VALUE", // required
|
|
47
47
|
* KmsKeyId: "STRING_VALUE",
|
|
48
48
|
* },
|
|
@@ -52,16 +52,16 @@ export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDet
|
|
|
52
52
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
53
53
|
* ClientRequestToken: "STRING_VALUE",
|
|
54
54
|
* VolumeKmsKeyId: "STRING_VALUE",
|
|
55
|
-
* VpcConfig: {
|
|
56
|
-
* SecurityGroupIds: [ // required
|
|
55
|
+
* VpcConfig: { // VpcConfig
|
|
56
|
+
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
57
57
|
* "STRING_VALUE",
|
|
58
58
|
* ],
|
|
59
|
-
* Subnets: [ // required
|
|
59
|
+
* Subnets: [ // Subnets // required
|
|
60
60
|
* "STRING_VALUE",
|
|
61
61
|
* ],
|
|
62
62
|
* },
|
|
63
|
-
* Tags: [
|
|
64
|
-
* {
|
|
63
|
+
* Tags: [ // TagList
|
|
64
|
+
* { // Tag
|
|
65
65
|
* Key: "STRING_VALUE", // required
|
|
66
66
|
* Value: "STRING_VALUE",
|
|
67
67
|
* },
|
|
@@ -26,19 +26,19 @@ export interface StartEventsDetectionJobCommandOutput extends StartEventsDetecti
|
|
|
26
26
|
* import { ComprehendClient, StartEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, StartEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* InputDataConfig: {
|
|
29
|
+
* const input = { // StartEventsDetectionJobRequest
|
|
30
|
+
* InputDataConfig: { // InputDataConfig
|
|
31
31
|
* S3Uri: "STRING_VALUE", // required
|
|
32
32
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
33
|
-
* DocumentReaderConfig: {
|
|
33
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
34
34
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
35
35
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
36
|
-
* FeatureTypes: [
|
|
36
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
37
37
|
* "TABLES" || "FORMS",
|
|
38
38
|
* ],
|
|
39
39
|
* },
|
|
40
40
|
* },
|
|
41
|
-
* OutputDataConfig: {
|
|
41
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
42
42
|
* S3Uri: "STRING_VALUE", // required
|
|
43
43
|
* KmsKeyId: "STRING_VALUE",
|
|
44
44
|
* },
|
|
@@ -46,11 +46,11 @@ export interface StartEventsDetectionJobCommandOutput extends StartEventsDetecti
|
|
|
46
46
|
* JobName: "STRING_VALUE",
|
|
47
47
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
48
48
|
* ClientRequestToken: "STRING_VALUE",
|
|
49
|
-
* TargetEventTypes: [ // required
|
|
49
|
+
* TargetEventTypes: [ // TargetEventTypes // required
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
|
-
* Tags: [
|
|
53
|
-
* {
|
|
52
|
+
* Tags: [ // TagList
|
|
53
|
+
* { // Tag
|
|
54
54
|
* Key: "STRING_VALUE", // required
|
|
55
55
|
* Value: "STRING_VALUE",
|
|
56
56
|
* },
|
|
@@ -28,7 +28,7 @@ export interface StartFlywheelIterationCommandOutput extends StartFlywheelIterat
|
|
|
28
28
|
* import { ComprehendClient, StartFlywheelIterationCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, StartFlywheelIterationCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // StartFlywheelIterationRequest
|
|
32
32
|
* FlywheelArn: "STRING_VALUE", // required
|
|
33
33
|
* ClientRequestToken: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -28,19 +28,19 @@ export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrase
|
|
|
28
28
|
* import { ComprehendClient, StartKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, StartKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* InputDataConfig: {
|
|
31
|
+
* const input = { // StartKeyPhrasesDetectionJobRequest
|
|
32
|
+
* InputDataConfig: { // InputDataConfig
|
|
33
33
|
* S3Uri: "STRING_VALUE", // required
|
|
34
34
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
35
|
-
* DocumentReaderConfig: {
|
|
35
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
36
36
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
37
37
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
38
|
-
* FeatureTypes: [
|
|
38
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
39
39
|
* "TABLES" || "FORMS",
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
42
42
|
* },
|
|
43
|
-
* OutputDataConfig: {
|
|
43
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
44
44
|
* S3Uri: "STRING_VALUE", // required
|
|
45
45
|
* KmsKeyId: "STRING_VALUE",
|
|
46
46
|
* },
|
|
@@ -49,16 +49,16 @@ export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrase
|
|
|
49
49
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
50
50
|
* ClientRequestToken: "STRING_VALUE",
|
|
51
51
|
* VolumeKmsKeyId: "STRING_VALUE",
|
|
52
|
-
* VpcConfig: {
|
|
53
|
-
* SecurityGroupIds: [ // required
|
|
52
|
+
* VpcConfig: { // VpcConfig
|
|
53
|
+
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
|
-
* Subnets: [ // required
|
|
56
|
+
* Subnets: [ // Subnets // required
|
|
57
57
|
* "STRING_VALUE",
|
|
58
58
|
* ],
|
|
59
59
|
* },
|
|
60
|
-
* Tags: [
|
|
61
|
-
* {
|
|
60
|
+
* Tags: [ // TagList
|
|
61
|
+
* { // Tag
|
|
62
62
|
* Key: "STRING_VALUE", // required
|
|
63
63
|
* Value: "STRING_VALUE",
|
|
64
64
|
* },
|
|
@@ -26,25 +26,25 @@ export interface StartPiiEntitiesDetectionJobCommandOutput extends StartPiiEntit
|
|
|
26
26
|
* import { ComprehendClient, StartPiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, StartPiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* InputDataConfig: {
|
|
29
|
+
* const input = { // StartPiiEntitiesDetectionJobRequest
|
|
30
|
+
* InputDataConfig: { // InputDataConfig
|
|
31
31
|
* S3Uri: "STRING_VALUE", // required
|
|
32
32
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
33
|
-
* DocumentReaderConfig: {
|
|
33
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
34
34
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
35
35
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
36
|
-
* FeatureTypes: [
|
|
36
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
37
37
|
* "TABLES" || "FORMS",
|
|
38
38
|
* ],
|
|
39
39
|
* },
|
|
40
40
|
* },
|
|
41
|
-
* OutputDataConfig: {
|
|
41
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
42
42
|
* S3Uri: "STRING_VALUE", // required
|
|
43
43
|
* KmsKeyId: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* Mode: "ONLY_REDACTION" || "ONLY_OFFSETS", // required
|
|
46
|
-
* RedactionConfig: {
|
|
47
|
-
* PiiEntityTypes: [
|
|
46
|
+
* RedactionConfig: { // RedactionConfig
|
|
47
|
+
* PiiEntityTypes: [ // ListOfPiiEntityTypes
|
|
48
48
|
* "BANK_ACCOUNT_NUMBER" || "BANK_ROUTING" || "CREDIT_DEBIT_NUMBER" || "CREDIT_DEBIT_CVV" || "CREDIT_DEBIT_EXPIRY" || "PIN" || "EMAIL" || "ADDRESS" || "NAME" || "PHONE" || "SSN" || "DATE_TIME" || "PASSPORT_NUMBER" || "DRIVER_ID" || "URL" || "AGE" || "USERNAME" || "PASSWORD" || "AWS_ACCESS_KEY" || "AWS_SECRET_KEY" || "IP_ADDRESS" || "MAC_ADDRESS" || "ALL" || "LICENSE_PLATE" || "VEHICLE_IDENTIFICATION_NUMBER" || "UK_NATIONAL_INSURANCE_NUMBER" || "CA_SOCIAL_INSURANCE_NUMBER" || "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER" || "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER" || "IN_PERMANENT_ACCOUNT_NUMBER" || "IN_NREGA" || "INTERNATIONAL_BANK_ACCOUNT_NUMBER" || "SWIFT_CODE" || "UK_NATIONAL_HEALTH_SERVICE_NUMBER" || "CA_HEALTH_NUMBER" || "IN_AADHAAR" || "IN_VOTER_NUMBER",
|
|
49
49
|
* ],
|
|
50
50
|
* MaskMode: "MASK" || "REPLACE_WITH_PII_ENTITY_TYPE",
|
|
@@ -54,8 +54,8 @@ export interface StartPiiEntitiesDetectionJobCommandOutput extends StartPiiEntit
|
|
|
54
54
|
* JobName: "STRING_VALUE",
|
|
55
55
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
56
56
|
* ClientRequestToken: "STRING_VALUE",
|
|
57
|
-
* Tags: [
|
|
58
|
-
* {
|
|
57
|
+
* Tags: [ // TagList
|
|
58
|
+
* { // Tag
|
|
59
59
|
* Key: "STRING_VALUE", // required
|
|
60
60
|
* Value: "STRING_VALUE",
|
|
61
61
|
* },
|