@aws-sdk/client-comprehend 3.169.0 → 3.170.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.
Files changed (100) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1330 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +555 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +6 -6
  78. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2738 -2509
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  82. package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  100. package/package.json +34 -34
@@ -1,360 +1,1330 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput } from "./commands/BatchDetectDominantLanguageCommand";
3
- import { BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput } from "./commands/BatchDetectEntitiesCommand";
4
- import { BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput } from "./commands/BatchDetectKeyPhrasesCommand";
5
- import { BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput } from "./commands/BatchDetectSentimentCommand";
6
- import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput } from "./commands/BatchDetectSyntaxCommand";
7
- import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput } from "./commands/ClassifyDocumentCommand";
8
- import { ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput } from "./commands/ContainsPiiEntitiesCommand";
9
- import { CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput } from "./commands/CreateDocumentClassifierCommand";
10
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
11
- import { CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput } from "./commands/CreateEntityRecognizerCommand";
12
- import { DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput } from "./commands/DeleteDocumentClassifierCommand";
13
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
14
- import { DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput } from "./commands/DeleteEntityRecognizerCommand";
15
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
16
- import { DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput } from "./commands/DescribeDocumentClassificationJobCommand";
17
- import { DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput } from "./commands/DescribeDocumentClassifierCommand";
18
- import { DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput } from "./commands/DescribeDominantLanguageDetectionJobCommand";
19
- import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
20
- import { DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput } from "./commands/DescribeEntitiesDetectionJobCommand";
21
- import { DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput } from "./commands/DescribeEntityRecognizerCommand";
22
- import { DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput } from "./commands/DescribeEventsDetectionJobCommand";
23
- import { DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput } from "./commands/DescribeKeyPhrasesDetectionJobCommand";
24
- import { DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput } from "./commands/DescribePiiEntitiesDetectionJobCommand";
25
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
26
- import { DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput } from "./commands/DescribeSentimentDetectionJobCommand";
27
- import { DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput } from "./commands/DescribeTargetedSentimentDetectionJobCommand";
28
- import { DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput } from "./commands/DescribeTopicsDetectionJobCommand";
29
- import { DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput } from "./commands/DetectDominantLanguageCommand";
30
- import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
31
- import { DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput } from "./commands/DetectKeyPhrasesCommand";
32
- import { DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput } from "./commands/DetectPiiEntitiesCommand";
33
- import { DetectSentimentCommandInput, DetectSentimentCommandOutput } from "./commands/DetectSentimentCommand";
34
- import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput } from "./commands/DetectSyntaxCommand";
35
- import { ImportModelCommandInput, ImportModelCommandOutput } from "./commands/ImportModelCommand";
36
- import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput } from "./commands/ListDocumentClassificationJobsCommand";
37
- import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput } from "./commands/ListDocumentClassifiersCommand";
38
- import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput } from "./commands/ListDocumentClassifierSummariesCommand";
39
- import { ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput } from "./commands/ListDominantLanguageDetectionJobsCommand";
40
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
41
- import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput } from "./commands/ListEntitiesDetectionJobsCommand";
42
- import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput } from "./commands/ListEntityRecognizersCommand";
43
- import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput } from "./commands/ListEntityRecognizerSummariesCommand";
44
- import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput } from "./commands/ListEventsDetectionJobsCommand";
45
- import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput } from "./commands/ListKeyPhrasesDetectionJobsCommand";
46
- import { ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput } from "./commands/ListPiiEntitiesDetectionJobsCommand";
47
- import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput } from "./commands/ListSentimentDetectionJobsCommand";
48
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
49
- import { ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput } from "./commands/ListTargetedSentimentDetectionJobsCommand";
50
- import { ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput } from "./commands/ListTopicsDetectionJobsCommand";
51
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
52
- import { StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput } from "./commands/StartDocumentClassificationJobCommand";
53
- import { StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput } from "./commands/StartDominantLanguageDetectionJobCommand";
54
- import { StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput } from "./commands/StartEntitiesDetectionJobCommand";
55
- import { StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput } from "./commands/StartEventsDetectionJobCommand";
56
- import { StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput } from "./commands/StartKeyPhrasesDetectionJobCommand";
57
- import { StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput } from "./commands/StartPiiEntitiesDetectionJobCommand";
58
- import { StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput } from "./commands/StartSentimentDetectionJobCommand";
59
- import { StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput } from "./commands/StartTargetedSentimentDetectionJobCommand";
60
- import { StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput } from "./commands/StartTopicsDetectionJobCommand";
61
- import { StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput } from "./commands/StopDominantLanguageDetectionJobCommand";
62
- import { StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput } from "./commands/StopEntitiesDetectionJobCommand";
63
- import { StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput } from "./commands/StopEventsDetectionJobCommand";
64
- import { StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput } from "./commands/StopKeyPhrasesDetectionJobCommand";
65
- import { StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput } from "./commands/StopPiiEntitiesDetectionJobCommand";
66
- import { StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput } from "./commands/StopSentimentDetectionJobCommand";
67
- import { StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput } from "./commands/StopTargetedSentimentDetectionJobCommand";
68
- import { StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput } from "./commands/StopTrainingDocumentClassifierCommand";
69
- import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput } from "./commands/StopTrainingEntityRecognizerCommand";
70
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
71
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
72
- import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
73
- import { ComprehendClient } from "./ComprehendClient";
74
-
75
- export declare class Comprehend extends ComprehendClient {
76
-
77
- batchDetectDominantLanguage(args: BatchDetectDominantLanguageCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectDominantLanguageCommandOutput>;
78
- batchDetectDominantLanguage(args: BatchDetectDominantLanguageCommandInput, cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void): void;
79
- batchDetectDominantLanguage(args: BatchDetectDominantLanguageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void): void;
80
-
81
- batchDetectEntities(args: BatchDetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectEntitiesCommandOutput>;
82
- batchDetectEntities(args: BatchDetectEntitiesCommandInput, cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void): void;
83
- batchDetectEntities(args: BatchDetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void): void;
84
-
85
- batchDetectKeyPhrases(args: BatchDetectKeyPhrasesCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectKeyPhrasesCommandOutput>;
86
- batchDetectKeyPhrases(args: BatchDetectKeyPhrasesCommandInput, cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void): void;
87
- batchDetectKeyPhrases(args: BatchDetectKeyPhrasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void): void;
88
-
89
- batchDetectSentiment(args: BatchDetectSentimentCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectSentimentCommandOutput>;
90
- batchDetectSentiment(args: BatchDetectSentimentCommandInput, cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void): void;
91
- batchDetectSentiment(args: BatchDetectSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void): void;
92
-
93
- batchDetectSyntax(args: BatchDetectSyntaxCommandInput, options?: __HttpHandlerOptions): Promise<BatchDetectSyntaxCommandOutput>;
94
- batchDetectSyntax(args: BatchDetectSyntaxCommandInput, cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void): void;
95
- batchDetectSyntax(args: BatchDetectSyntaxCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void): void;
96
-
97
- classifyDocument(args: ClassifyDocumentCommandInput, options?: __HttpHandlerOptions): Promise<ClassifyDocumentCommandOutput>;
98
- classifyDocument(args: ClassifyDocumentCommandInput, cb: (err: any, data?: ClassifyDocumentCommandOutput) => void): void;
99
- classifyDocument(args: ClassifyDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClassifyDocumentCommandOutput) => void): void;
100
-
101
- containsPiiEntities(args: ContainsPiiEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ContainsPiiEntitiesCommandOutput>;
102
- containsPiiEntities(args: ContainsPiiEntitiesCommandInput, cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void): void;
103
- containsPiiEntities(args: ContainsPiiEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void): void;
104
-
105
- createDocumentClassifier(args: CreateDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<CreateDocumentClassifierCommandOutput>;
106
- createDocumentClassifier(args: CreateDocumentClassifierCommandInput, cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void): void;
107
- createDocumentClassifier(args: CreateDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void): void;
108
-
109
- createEndpoint(args: CreateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointCommandOutput>;
110
- createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
111
- createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
112
-
113
- createEntityRecognizer(args: CreateEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<CreateEntityRecognizerCommandOutput>;
114
- createEntityRecognizer(args: CreateEntityRecognizerCommandInput, cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void): void;
115
- createEntityRecognizer(args: CreateEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void): void;
116
-
117
- deleteDocumentClassifier(args: DeleteDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentClassifierCommandOutput>;
118
- deleteDocumentClassifier(args: DeleteDocumentClassifierCommandInput, cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void): void;
119
- deleteDocumentClassifier(args: DeleteDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void): void;
120
-
121
- deleteEndpoint(args: DeleteEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointCommandOutput>;
122
- deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
123
- deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
124
-
125
- deleteEntityRecognizer(args: DeleteEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntityRecognizerCommandOutput>;
126
- deleteEntityRecognizer(args: DeleteEntityRecognizerCommandInput, cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void): void;
127
- deleteEntityRecognizer(args: DeleteEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void): void;
128
-
129
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
130
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
131
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
132
-
133
- describeDocumentClassificationJob(args: DescribeDocumentClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDocumentClassificationJobCommandOutput>;
134
- describeDocumentClassificationJob(args: DescribeDocumentClassificationJobCommandInput, cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void): void;
135
- describeDocumentClassificationJob(args: DescribeDocumentClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void): void;
136
-
137
- describeDocumentClassifier(args: DescribeDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDocumentClassifierCommandOutput>;
138
- describeDocumentClassifier(args: DescribeDocumentClassifierCommandInput, cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void): void;
139
- describeDocumentClassifier(args: DescribeDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void): void;
140
-
141
- describeDominantLanguageDetectionJob(args: DescribeDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
142
- describeDominantLanguageDetectionJob(args: DescribeDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void): void;
143
- describeDominantLanguageDetectionJob(args: DescribeDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void): void;
144
-
145
- describeEndpoint(args: DescribeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointCommandOutput>;
146
- describeEndpoint(args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
147
- describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
148
-
149
- describeEntitiesDetectionJob(args: DescribeEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntitiesDetectionJobCommandOutput>;
150
- describeEntitiesDetectionJob(args: DescribeEntitiesDetectionJobCommandInput, cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void): void;
151
- describeEntitiesDetectionJob(args: DescribeEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void): void;
152
-
153
- describeEntityRecognizer(args: DescribeEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntityRecognizerCommandOutput>;
154
- describeEntityRecognizer(args: DescribeEntityRecognizerCommandInput, cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void): void;
155
- describeEntityRecognizer(args: DescribeEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void): void;
156
-
157
- describeEventsDetectionJob(args: DescribeEventsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsDetectionJobCommandOutput>;
158
- describeEventsDetectionJob(args: DescribeEventsDetectionJobCommandInput, cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void): void;
159
- describeEventsDetectionJob(args: DescribeEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void): void;
160
-
161
- describeKeyPhrasesDetectionJob(args: DescribeKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
162
- describeKeyPhrasesDetectionJob(args: DescribeKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void): void;
163
- describeKeyPhrasesDetectionJob(args: DescribeKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void): void;
164
-
165
- describePiiEntitiesDetectionJob(args: DescribePiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
166
- describePiiEntitiesDetectionJob(args: DescribePiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void): void;
167
- describePiiEntitiesDetectionJob(args: DescribePiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void): void;
168
-
169
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
170
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
171
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
172
-
173
- describeSentimentDetectionJob(args: DescribeSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSentimentDetectionJobCommandOutput>;
174
- describeSentimentDetectionJob(args: DescribeSentimentDetectionJobCommandInput, cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void): void;
175
- describeSentimentDetectionJob(args: DescribeSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void): void;
176
-
177
- describeTargetedSentimentDetectionJob(args: DescribeTargetedSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
178
- describeTargetedSentimentDetectionJob(args: DescribeTargetedSentimentDetectionJobCommandInput, cb: (err: any, data?: DescribeTargetedSentimentDetectionJobCommandOutput) => void): void;
179
- describeTargetedSentimentDetectionJob(args: DescribeTargetedSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetedSentimentDetectionJobCommandOutput) => void): void;
180
-
181
- describeTopicsDetectionJob(args: DescribeTopicsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTopicsDetectionJobCommandOutput>;
182
- describeTopicsDetectionJob(args: DescribeTopicsDetectionJobCommandInput, cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void): void;
183
- describeTopicsDetectionJob(args: DescribeTopicsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void): void;
184
-
185
- detectDominantLanguage(args: DetectDominantLanguageCommandInput, options?: __HttpHandlerOptions): Promise<DetectDominantLanguageCommandOutput>;
186
- detectDominantLanguage(args: DetectDominantLanguageCommandInput, cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void): void;
187
- detectDominantLanguage(args: DetectDominantLanguageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void): void;
188
-
189
- detectEntities(args: DetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectEntitiesCommandOutput>;
190
- detectEntities(args: DetectEntitiesCommandInput, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
191
- detectEntities(args: DetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
192
-
193
- detectKeyPhrases(args: DetectKeyPhrasesCommandInput, options?: __HttpHandlerOptions): Promise<DetectKeyPhrasesCommandOutput>;
194
- detectKeyPhrases(args: DetectKeyPhrasesCommandInput, cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void): void;
195
- detectKeyPhrases(args: DetectKeyPhrasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void): void;
196
-
197
- detectPiiEntities(args: DetectPiiEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectPiiEntitiesCommandOutput>;
198
- detectPiiEntities(args: DetectPiiEntitiesCommandInput, cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void): void;
199
- detectPiiEntities(args: DetectPiiEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void): void;
200
-
201
- detectSentiment(args: DetectSentimentCommandInput, options?: __HttpHandlerOptions): Promise<DetectSentimentCommandOutput>;
202
- detectSentiment(args: DetectSentimentCommandInput, cb: (err: any, data?: DetectSentimentCommandOutput) => void): void;
203
- detectSentiment(args: DetectSentimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectSentimentCommandOutput) => void): void;
204
-
205
- detectSyntax(args: DetectSyntaxCommandInput, options?: __HttpHandlerOptions): Promise<DetectSyntaxCommandOutput>;
206
- detectSyntax(args: DetectSyntaxCommandInput, cb: (err: any, data?: DetectSyntaxCommandOutput) => void): void;
207
- detectSyntax(args: DetectSyntaxCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectSyntaxCommandOutput) => void): void;
208
-
209
- importModel(args: ImportModelCommandInput, options?: __HttpHandlerOptions): Promise<ImportModelCommandOutput>;
210
- importModel(args: ImportModelCommandInput, cb: (err: any, data?: ImportModelCommandOutput) => void): void;
211
- importModel(args: ImportModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportModelCommandOutput) => void): void;
212
-
213
- listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassificationJobsCommandOutput>;
214
- listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void): void;
215
- listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void): void;
216
-
217
- listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassifiersCommandOutput>;
218
- listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void): void;
219
- listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void): void;
220
-
221
- listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassifierSummariesCommandOutput>;
222
- listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void): void;
223
- listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void): void;
224
-
225
- listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
226
- listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void): void;
227
- listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void): void;
228
-
229
- listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
230
- listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
231
- listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
232
-
233
- listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesDetectionJobsCommandOutput>;
234
- listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void): void;
235
- listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void): void;
236
-
237
- listEntityRecognizers(args: ListEntityRecognizersCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityRecognizersCommandOutput>;
238
- listEntityRecognizers(args: ListEntityRecognizersCommandInput, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void): void;
239
- listEntityRecognizers(args: ListEntityRecognizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void): void;
240
-
241
- listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityRecognizerSummariesCommandOutput>;
242
- listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void): void;
243
- listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void): void;
244
-
245
- listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventsDetectionJobsCommandOutput>;
246
- listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void): void;
247
- listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void): void;
248
-
249
- listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
250
- listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void): void;
251
- listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void): void;
252
-
253
- listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
254
- listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void): void;
255
- listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void): void;
256
-
257
- listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSentimentDetectionJobsCommandOutput>;
258
- listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void): void;
259
- listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void): void;
260
-
261
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
262
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
263
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
264
-
265
- listTargetedSentimentDetectionJobs(args: ListTargetedSentimentDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
266
- listTargetedSentimentDetectionJobs(args: ListTargetedSentimentDetectionJobsCommandInput, cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void): void;
267
- listTargetedSentimentDetectionJobs(args: ListTargetedSentimentDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void): void;
268
-
269
- listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicsDetectionJobsCommandOutput>;
270
- listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void): void;
271
- listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void): void;
272
-
273
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
274
- putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
275
- putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
276
-
277
- startDocumentClassificationJob(args: StartDocumentClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDocumentClassificationJobCommandOutput>;
278
- startDocumentClassificationJob(args: StartDocumentClassificationJobCommandInput, cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void): void;
279
- startDocumentClassificationJob(args: StartDocumentClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void): void;
280
-
281
- startDominantLanguageDetectionJob(args: StartDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDominantLanguageDetectionJobCommandOutput>;
282
- startDominantLanguageDetectionJob(args: StartDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void): void;
283
- startDominantLanguageDetectionJob(args: StartDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void): void;
284
-
285
- startEntitiesDetectionJob(args: StartEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartEntitiesDetectionJobCommandOutput>;
286
- startEntitiesDetectionJob(args: StartEntitiesDetectionJobCommandInput, cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void): void;
287
- startEntitiesDetectionJob(args: StartEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void): void;
288
-
289
- startEventsDetectionJob(args: StartEventsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartEventsDetectionJobCommandOutput>;
290
- startEventsDetectionJob(args: StartEventsDetectionJobCommandInput, cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void): void;
291
- startEventsDetectionJob(args: StartEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void): void;
292
-
293
- startKeyPhrasesDetectionJob(args: StartKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartKeyPhrasesDetectionJobCommandOutput>;
294
- startKeyPhrasesDetectionJob(args: StartKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void): void;
295
- startKeyPhrasesDetectionJob(args: StartKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void): void;
296
-
297
- startPiiEntitiesDetectionJob(args: StartPiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartPiiEntitiesDetectionJobCommandOutput>;
298
- startPiiEntitiesDetectionJob(args: StartPiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void): void;
299
- startPiiEntitiesDetectionJob(args: StartPiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void): void;
300
-
301
- startSentimentDetectionJob(args: StartSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartSentimentDetectionJobCommandOutput>;
302
- startSentimentDetectionJob(args: StartSentimentDetectionJobCommandInput, cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void): void;
303
- startSentimentDetectionJob(args: StartSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void): void;
304
-
305
- startTargetedSentimentDetectionJob(args: StartTargetedSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartTargetedSentimentDetectionJobCommandOutput>;
306
- startTargetedSentimentDetectionJob(args: StartTargetedSentimentDetectionJobCommandInput, cb: (err: any, data?: StartTargetedSentimentDetectionJobCommandOutput) => void): void;
307
- startTargetedSentimentDetectionJob(args: StartTargetedSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTargetedSentimentDetectionJobCommandOutput) => void): void;
308
-
309
- startTopicsDetectionJob(args: StartTopicsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartTopicsDetectionJobCommandOutput>;
310
- startTopicsDetectionJob(args: StartTopicsDetectionJobCommandInput, cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void): void;
311
- startTopicsDetectionJob(args: StartTopicsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void): void;
312
-
313
- stopDominantLanguageDetectionJob(args: StopDominantLanguageDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopDominantLanguageDetectionJobCommandOutput>;
314
- stopDominantLanguageDetectionJob(args: StopDominantLanguageDetectionJobCommandInput, cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void): void;
315
- stopDominantLanguageDetectionJob(args: StopDominantLanguageDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void): void;
316
-
317
- stopEntitiesDetectionJob(args: StopEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopEntitiesDetectionJobCommandOutput>;
318
- stopEntitiesDetectionJob(args: StopEntitiesDetectionJobCommandInput, cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void): void;
319
- stopEntitiesDetectionJob(args: StopEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void): void;
320
-
321
- stopEventsDetectionJob(args: StopEventsDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopEventsDetectionJobCommandOutput>;
322
- stopEventsDetectionJob(args: StopEventsDetectionJobCommandInput, cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void): void;
323
- stopEventsDetectionJob(args: StopEventsDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void): void;
324
-
325
- stopKeyPhrasesDetectionJob(args: StopKeyPhrasesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopKeyPhrasesDetectionJobCommandOutput>;
326
- stopKeyPhrasesDetectionJob(args: StopKeyPhrasesDetectionJobCommandInput, cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void): void;
327
- stopKeyPhrasesDetectionJob(args: StopKeyPhrasesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void): void;
328
-
329
- stopPiiEntitiesDetectionJob(args: StopPiiEntitiesDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopPiiEntitiesDetectionJobCommandOutput>;
330
- stopPiiEntitiesDetectionJob(args: StopPiiEntitiesDetectionJobCommandInput, cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void): void;
331
- stopPiiEntitiesDetectionJob(args: StopPiiEntitiesDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void): void;
332
-
333
- stopSentimentDetectionJob(args: StopSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopSentimentDetectionJobCommandOutput>;
334
- stopSentimentDetectionJob(args: StopSentimentDetectionJobCommandInput, cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void): void;
335
- stopSentimentDetectionJob(args: StopSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void): void;
336
-
337
- stopTargetedSentimentDetectionJob(args: StopTargetedSentimentDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopTargetedSentimentDetectionJobCommandOutput>;
338
- stopTargetedSentimentDetectionJob(args: StopTargetedSentimentDetectionJobCommandInput, cb: (err: any, data?: StopTargetedSentimentDetectionJobCommandOutput) => void): void;
339
- stopTargetedSentimentDetectionJob(args: StopTargetedSentimentDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTargetedSentimentDetectionJobCommandOutput) => void): void;
340
-
341
- stopTrainingDocumentClassifier(args: StopTrainingDocumentClassifierCommandInput, options?: __HttpHandlerOptions): Promise<StopTrainingDocumentClassifierCommandOutput>;
342
- stopTrainingDocumentClassifier(args: StopTrainingDocumentClassifierCommandInput, cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void): void;
343
- stopTrainingDocumentClassifier(args: StopTrainingDocumentClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void): void;
344
-
345
- stopTrainingEntityRecognizer(args: StopTrainingEntityRecognizerCommandInput, options?: __HttpHandlerOptions): Promise<StopTrainingEntityRecognizerCommandOutput>;
346
- stopTrainingEntityRecognizer(args: StopTrainingEntityRecognizerCommandInput, cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void): void;
347
- stopTrainingEntityRecognizer(args: StopTrainingEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void): void;
348
-
349
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
350
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
351
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
352
-
353
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
354
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
355
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
356
-
357
- updateEndpoint(args: UpdateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointCommandOutput>;
358
- updateEndpoint(args: UpdateEndpointCommandInput, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
359
- updateEndpoint(args: UpdateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
360
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchDetectDominantLanguageCommandInput,
4
+ BatchDetectDominantLanguageCommandOutput,
5
+ } from "./commands/BatchDetectDominantLanguageCommand";
6
+ import {
7
+ BatchDetectEntitiesCommandInput,
8
+ BatchDetectEntitiesCommandOutput,
9
+ } from "./commands/BatchDetectEntitiesCommand";
10
+ import {
11
+ BatchDetectKeyPhrasesCommandInput,
12
+ BatchDetectKeyPhrasesCommandOutput,
13
+ } from "./commands/BatchDetectKeyPhrasesCommand";
14
+ import {
15
+ BatchDetectSentimentCommandInput,
16
+ BatchDetectSentimentCommandOutput,
17
+ } from "./commands/BatchDetectSentimentCommand";
18
+ import {
19
+ BatchDetectSyntaxCommandInput,
20
+ BatchDetectSyntaxCommandOutput,
21
+ } from "./commands/BatchDetectSyntaxCommand";
22
+ import {
23
+ ClassifyDocumentCommandInput,
24
+ ClassifyDocumentCommandOutput,
25
+ } from "./commands/ClassifyDocumentCommand";
26
+ import {
27
+ ContainsPiiEntitiesCommandInput,
28
+ ContainsPiiEntitiesCommandOutput,
29
+ } from "./commands/ContainsPiiEntitiesCommand";
30
+ import {
31
+ CreateDocumentClassifierCommandInput,
32
+ CreateDocumentClassifierCommandOutput,
33
+ } from "./commands/CreateDocumentClassifierCommand";
34
+ import {
35
+ CreateEndpointCommandInput,
36
+ CreateEndpointCommandOutput,
37
+ } from "./commands/CreateEndpointCommand";
38
+ import {
39
+ CreateEntityRecognizerCommandInput,
40
+ CreateEntityRecognizerCommandOutput,
41
+ } from "./commands/CreateEntityRecognizerCommand";
42
+ import {
43
+ DeleteDocumentClassifierCommandInput,
44
+ DeleteDocumentClassifierCommandOutput,
45
+ } from "./commands/DeleteDocumentClassifierCommand";
46
+ import {
47
+ DeleteEndpointCommandInput,
48
+ DeleteEndpointCommandOutput,
49
+ } from "./commands/DeleteEndpointCommand";
50
+ import {
51
+ DeleteEntityRecognizerCommandInput,
52
+ DeleteEntityRecognizerCommandOutput,
53
+ } from "./commands/DeleteEntityRecognizerCommand";
54
+ import {
55
+ DeleteResourcePolicyCommandInput,
56
+ DeleteResourcePolicyCommandOutput,
57
+ } from "./commands/DeleteResourcePolicyCommand";
58
+ import {
59
+ DescribeDocumentClassificationJobCommandInput,
60
+ DescribeDocumentClassificationJobCommandOutput,
61
+ } from "./commands/DescribeDocumentClassificationJobCommand";
62
+ import {
63
+ DescribeDocumentClassifierCommandInput,
64
+ DescribeDocumentClassifierCommandOutput,
65
+ } from "./commands/DescribeDocumentClassifierCommand";
66
+ import {
67
+ DescribeDominantLanguageDetectionJobCommandInput,
68
+ DescribeDominantLanguageDetectionJobCommandOutput,
69
+ } from "./commands/DescribeDominantLanguageDetectionJobCommand";
70
+ import {
71
+ DescribeEndpointCommandInput,
72
+ DescribeEndpointCommandOutput,
73
+ } from "./commands/DescribeEndpointCommand";
74
+ import {
75
+ DescribeEntitiesDetectionJobCommandInput,
76
+ DescribeEntitiesDetectionJobCommandOutput,
77
+ } from "./commands/DescribeEntitiesDetectionJobCommand";
78
+ import {
79
+ DescribeEntityRecognizerCommandInput,
80
+ DescribeEntityRecognizerCommandOutput,
81
+ } from "./commands/DescribeEntityRecognizerCommand";
82
+ import {
83
+ DescribeEventsDetectionJobCommandInput,
84
+ DescribeEventsDetectionJobCommandOutput,
85
+ } from "./commands/DescribeEventsDetectionJobCommand";
86
+ import {
87
+ DescribeKeyPhrasesDetectionJobCommandInput,
88
+ DescribeKeyPhrasesDetectionJobCommandOutput,
89
+ } from "./commands/DescribeKeyPhrasesDetectionJobCommand";
90
+ import {
91
+ DescribePiiEntitiesDetectionJobCommandInput,
92
+ DescribePiiEntitiesDetectionJobCommandOutput,
93
+ } from "./commands/DescribePiiEntitiesDetectionJobCommand";
94
+ import {
95
+ DescribeResourcePolicyCommandInput,
96
+ DescribeResourcePolicyCommandOutput,
97
+ } from "./commands/DescribeResourcePolicyCommand";
98
+ import {
99
+ DescribeSentimentDetectionJobCommandInput,
100
+ DescribeSentimentDetectionJobCommandOutput,
101
+ } from "./commands/DescribeSentimentDetectionJobCommand";
102
+ import {
103
+ DescribeTargetedSentimentDetectionJobCommandInput,
104
+ DescribeTargetedSentimentDetectionJobCommandOutput,
105
+ } from "./commands/DescribeTargetedSentimentDetectionJobCommand";
106
+ import {
107
+ DescribeTopicsDetectionJobCommandInput,
108
+ DescribeTopicsDetectionJobCommandOutput,
109
+ } from "./commands/DescribeTopicsDetectionJobCommand";
110
+ import {
111
+ DetectDominantLanguageCommandInput,
112
+ DetectDominantLanguageCommandOutput,
113
+ } from "./commands/DetectDominantLanguageCommand";
114
+ import {
115
+ DetectEntitiesCommandInput,
116
+ DetectEntitiesCommandOutput,
117
+ } from "./commands/DetectEntitiesCommand";
118
+ import {
119
+ DetectKeyPhrasesCommandInput,
120
+ DetectKeyPhrasesCommandOutput,
121
+ } from "./commands/DetectKeyPhrasesCommand";
122
+ import {
123
+ DetectPiiEntitiesCommandInput,
124
+ DetectPiiEntitiesCommandOutput,
125
+ } from "./commands/DetectPiiEntitiesCommand";
126
+ import {
127
+ DetectSentimentCommandInput,
128
+ DetectSentimentCommandOutput,
129
+ } from "./commands/DetectSentimentCommand";
130
+ import {
131
+ DetectSyntaxCommandInput,
132
+ DetectSyntaxCommandOutput,
133
+ } from "./commands/DetectSyntaxCommand";
134
+ import {
135
+ ImportModelCommandInput,
136
+ ImportModelCommandOutput,
137
+ } from "./commands/ImportModelCommand";
138
+ import {
139
+ ListDocumentClassificationJobsCommandInput,
140
+ ListDocumentClassificationJobsCommandOutput,
141
+ } from "./commands/ListDocumentClassificationJobsCommand";
142
+ import {
143
+ ListDocumentClassifiersCommandInput,
144
+ ListDocumentClassifiersCommandOutput,
145
+ } from "./commands/ListDocumentClassifiersCommand";
146
+ import {
147
+ ListDocumentClassifierSummariesCommandInput,
148
+ ListDocumentClassifierSummariesCommandOutput,
149
+ } from "./commands/ListDocumentClassifierSummariesCommand";
150
+ import {
151
+ ListDominantLanguageDetectionJobsCommandInput,
152
+ ListDominantLanguageDetectionJobsCommandOutput,
153
+ } from "./commands/ListDominantLanguageDetectionJobsCommand";
154
+ import {
155
+ ListEndpointsCommandInput,
156
+ ListEndpointsCommandOutput,
157
+ } from "./commands/ListEndpointsCommand";
158
+ import {
159
+ ListEntitiesDetectionJobsCommandInput,
160
+ ListEntitiesDetectionJobsCommandOutput,
161
+ } from "./commands/ListEntitiesDetectionJobsCommand";
162
+ import {
163
+ ListEntityRecognizersCommandInput,
164
+ ListEntityRecognizersCommandOutput,
165
+ } from "./commands/ListEntityRecognizersCommand";
166
+ import {
167
+ ListEntityRecognizerSummariesCommandInput,
168
+ ListEntityRecognizerSummariesCommandOutput,
169
+ } from "./commands/ListEntityRecognizerSummariesCommand";
170
+ import {
171
+ ListEventsDetectionJobsCommandInput,
172
+ ListEventsDetectionJobsCommandOutput,
173
+ } from "./commands/ListEventsDetectionJobsCommand";
174
+ import {
175
+ ListKeyPhrasesDetectionJobsCommandInput,
176
+ ListKeyPhrasesDetectionJobsCommandOutput,
177
+ } from "./commands/ListKeyPhrasesDetectionJobsCommand";
178
+ import {
179
+ ListPiiEntitiesDetectionJobsCommandInput,
180
+ ListPiiEntitiesDetectionJobsCommandOutput,
181
+ } from "./commands/ListPiiEntitiesDetectionJobsCommand";
182
+ import {
183
+ ListSentimentDetectionJobsCommandInput,
184
+ ListSentimentDetectionJobsCommandOutput,
185
+ } from "./commands/ListSentimentDetectionJobsCommand";
186
+ import {
187
+ ListTagsForResourceCommandInput,
188
+ ListTagsForResourceCommandOutput,
189
+ } from "./commands/ListTagsForResourceCommand";
190
+ import {
191
+ ListTargetedSentimentDetectionJobsCommandInput,
192
+ ListTargetedSentimentDetectionJobsCommandOutput,
193
+ } from "./commands/ListTargetedSentimentDetectionJobsCommand";
194
+ import {
195
+ ListTopicsDetectionJobsCommandInput,
196
+ ListTopicsDetectionJobsCommandOutput,
197
+ } from "./commands/ListTopicsDetectionJobsCommand";
198
+ import {
199
+ PutResourcePolicyCommandInput,
200
+ PutResourcePolicyCommandOutput,
201
+ } from "./commands/PutResourcePolicyCommand";
202
+ import {
203
+ StartDocumentClassificationJobCommandInput,
204
+ StartDocumentClassificationJobCommandOutput,
205
+ } from "./commands/StartDocumentClassificationJobCommand";
206
+ import {
207
+ StartDominantLanguageDetectionJobCommandInput,
208
+ StartDominantLanguageDetectionJobCommandOutput,
209
+ } from "./commands/StartDominantLanguageDetectionJobCommand";
210
+ import {
211
+ StartEntitiesDetectionJobCommandInput,
212
+ StartEntitiesDetectionJobCommandOutput,
213
+ } from "./commands/StartEntitiesDetectionJobCommand";
214
+ import {
215
+ StartEventsDetectionJobCommandInput,
216
+ StartEventsDetectionJobCommandOutput,
217
+ } from "./commands/StartEventsDetectionJobCommand";
218
+ import {
219
+ StartKeyPhrasesDetectionJobCommandInput,
220
+ StartKeyPhrasesDetectionJobCommandOutput,
221
+ } from "./commands/StartKeyPhrasesDetectionJobCommand";
222
+ import {
223
+ StartPiiEntitiesDetectionJobCommandInput,
224
+ StartPiiEntitiesDetectionJobCommandOutput,
225
+ } from "./commands/StartPiiEntitiesDetectionJobCommand";
226
+ import {
227
+ StartSentimentDetectionJobCommandInput,
228
+ StartSentimentDetectionJobCommandOutput,
229
+ } from "./commands/StartSentimentDetectionJobCommand";
230
+ import {
231
+ StartTargetedSentimentDetectionJobCommandInput,
232
+ StartTargetedSentimentDetectionJobCommandOutput,
233
+ } from "./commands/StartTargetedSentimentDetectionJobCommand";
234
+ import {
235
+ StartTopicsDetectionJobCommandInput,
236
+ StartTopicsDetectionJobCommandOutput,
237
+ } from "./commands/StartTopicsDetectionJobCommand";
238
+ import {
239
+ StopDominantLanguageDetectionJobCommandInput,
240
+ StopDominantLanguageDetectionJobCommandOutput,
241
+ } from "./commands/StopDominantLanguageDetectionJobCommand";
242
+ import {
243
+ StopEntitiesDetectionJobCommandInput,
244
+ StopEntitiesDetectionJobCommandOutput,
245
+ } from "./commands/StopEntitiesDetectionJobCommand";
246
+ import {
247
+ StopEventsDetectionJobCommandInput,
248
+ StopEventsDetectionJobCommandOutput,
249
+ } from "./commands/StopEventsDetectionJobCommand";
250
+ import {
251
+ StopKeyPhrasesDetectionJobCommandInput,
252
+ StopKeyPhrasesDetectionJobCommandOutput,
253
+ } from "./commands/StopKeyPhrasesDetectionJobCommand";
254
+ import {
255
+ StopPiiEntitiesDetectionJobCommandInput,
256
+ StopPiiEntitiesDetectionJobCommandOutput,
257
+ } from "./commands/StopPiiEntitiesDetectionJobCommand";
258
+ import {
259
+ StopSentimentDetectionJobCommandInput,
260
+ StopSentimentDetectionJobCommandOutput,
261
+ } from "./commands/StopSentimentDetectionJobCommand";
262
+ import {
263
+ StopTargetedSentimentDetectionJobCommandInput,
264
+ StopTargetedSentimentDetectionJobCommandOutput,
265
+ } from "./commands/StopTargetedSentimentDetectionJobCommand";
266
+ import {
267
+ StopTrainingDocumentClassifierCommandInput,
268
+ StopTrainingDocumentClassifierCommandOutput,
269
+ } from "./commands/StopTrainingDocumentClassifierCommand";
270
+ import {
271
+ StopTrainingEntityRecognizerCommandInput,
272
+ StopTrainingEntityRecognizerCommandOutput,
273
+ } from "./commands/StopTrainingEntityRecognizerCommand";
274
+ import {
275
+ TagResourceCommandInput,
276
+ TagResourceCommandOutput,
277
+ } from "./commands/TagResourceCommand";
278
+ import {
279
+ UntagResourceCommandInput,
280
+ UntagResourceCommandOutput,
281
+ } from "./commands/UntagResourceCommand";
282
+ import {
283
+ UpdateEndpointCommandInput,
284
+ UpdateEndpointCommandOutput,
285
+ } from "./commands/UpdateEndpointCommand";
286
+ import { ComprehendClient } from "./ComprehendClient";
287
+
288
+ export declare class Comprehend extends ComprehendClient {
289
+ batchDetectDominantLanguage(
290
+ args: BatchDetectDominantLanguageCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<BatchDetectDominantLanguageCommandOutput>;
293
+ batchDetectDominantLanguage(
294
+ args: BatchDetectDominantLanguageCommandInput,
295
+ cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void
296
+ ): void;
297
+ batchDetectDominantLanguage(
298
+ args: BatchDetectDominantLanguageCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void
301
+ ): void;
302
+
303
+ batchDetectEntities(
304
+ args: BatchDetectEntitiesCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<BatchDetectEntitiesCommandOutput>;
307
+ batchDetectEntities(
308
+ args: BatchDetectEntitiesCommandInput,
309
+ cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void
310
+ ): void;
311
+ batchDetectEntities(
312
+ args: BatchDetectEntitiesCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void
315
+ ): void;
316
+
317
+ batchDetectKeyPhrases(
318
+ args: BatchDetectKeyPhrasesCommandInput,
319
+ options?: __HttpHandlerOptions
320
+ ): Promise<BatchDetectKeyPhrasesCommandOutput>;
321
+ batchDetectKeyPhrases(
322
+ args: BatchDetectKeyPhrasesCommandInput,
323
+ cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void
324
+ ): void;
325
+ batchDetectKeyPhrases(
326
+ args: BatchDetectKeyPhrasesCommandInput,
327
+ options: __HttpHandlerOptions,
328
+ cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void
329
+ ): void;
330
+
331
+ batchDetectSentiment(
332
+ args: BatchDetectSentimentCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<BatchDetectSentimentCommandOutput>;
335
+ batchDetectSentiment(
336
+ args: BatchDetectSentimentCommandInput,
337
+ cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void
338
+ ): void;
339
+ batchDetectSentiment(
340
+ args: BatchDetectSentimentCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void
343
+ ): void;
344
+
345
+ batchDetectSyntax(
346
+ args: BatchDetectSyntaxCommandInput,
347
+ options?: __HttpHandlerOptions
348
+ ): Promise<BatchDetectSyntaxCommandOutput>;
349
+ batchDetectSyntax(
350
+ args: BatchDetectSyntaxCommandInput,
351
+ cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void
352
+ ): void;
353
+ batchDetectSyntax(
354
+ args: BatchDetectSyntaxCommandInput,
355
+ options: __HttpHandlerOptions,
356
+ cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void
357
+ ): void;
358
+
359
+ classifyDocument(
360
+ args: ClassifyDocumentCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<ClassifyDocumentCommandOutput>;
363
+ classifyDocument(
364
+ args: ClassifyDocumentCommandInput,
365
+ cb: (err: any, data?: ClassifyDocumentCommandOutput) => void
366
+ ): void;
367
+ classifyDocument(
368
+ args: ClassifyDocumentCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: ClassifyDocumentCommandOutput) => void
371
+ ): void;
372
+
373
+ containsPiiEntities(
374
+ args: ContainsPiiEntitiesCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<ContainsPiiEntitiesCommandOutput>;
377
+ containsPiiEntities(
378
+ args: ContainsPiiEntitiesCommandInput,
379
+ cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void
380
+ ): void;
381
+ containsPiiEntities(
382
+ args: ContainsPiiEntitiesCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void
385
+ ): void;
386
+
387
+ createDocumentClassifier(
388
+ args: CreateDocumentClassifierCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<CreateDocumentClassifierCommandOutput>;
391
+ createDocumentClassifier(
392
+ args: CreateDocumentClassifierCommandInput,
393
+ cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void
394
+ ): void;
395
+ createDocumentClassifier(
396
+ args: CreateDocumentClassifierCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void
399
+ ): void;
400
+
401
+ createEndpoint(
402
+ args: CreateEndpointCommandInput,
403
+ options?: __HttpHandlerOptions
404
+ ): Promise<CreateEndpointCommandOutput>;
405
+ createEndpoint(
406
+ args: CreateEndpointCommandInput,
407
+ cb: (err: any, data?: CreateEndpointCommandOutput) => void
408
+ ): void;
409
+ createEndpoint(
410
+ args: CreateEndpointCommandInput,
411
+ options: __HttpHandlerOptions,
412
+ cb: (err: any, data?: CreateEndpointCommandOutput) => void
413
+ ): void;
414
+
415
+ createEntityRecognizer(
416
+ args: CreateEntityRecognizerCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<CreateEntityRecognizerCommandOutput>;
419
+ createEntityRecognizer(
420
+ args: CreateEntityRecognizerCommandInput,
421
+ cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void
422
+ ): void;
423
+ createEntityRecognizer(
424
+ args: CreateEntityRecognizerCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void
427
+ ): void;
428
+
429
+ deleteDocumentClassifier(
430
+ args: DeleteDocumentClassifierCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<DeleteDocumentClassifierCommandOutput>;
433
+ deleteDocumentClassifier(
434
+ args: DeleteDocumentClassifierCommandInput,
435
+ cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void
436
+ ): void;
437
+ deleteDocumentClassifier(
438
+ args: DeleteDocumentClassifierCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void
441
+ ): void;
442
+
443
+ deleteEndpoint(
444
+ args: DeleteEndpointCommandInput,
445
+ options?: __HttpHandlerOptions
446
+ ): Promise<DeleteEndpointCommandOutput>;
447
+ deleteEndpoint(
448
+ args: DeleteEndpointCommandInput,
449
+ cb: (err: any, data?: DeleteEndpointCommandOutput) => void
450
+ ): void;
451
+ deleteEndpoint(
452
+ args: DeleteEndpointCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: DeleteEndpointCommandOutput) => void
455
+ ): void;
456
+
457
+ deleteEntityRecognizer(
458
+ args: DeleteEntityRecognizerCommandInput,
459
+ options?: __HttpHandlerOptions
460
+ ): Promise<DeleteEntityRecognizerCommandOutput>;
461
+ deleteEntityRecognizer(
462
+ args: DeleteEntityRecognizerCommandInput,
463
+ cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void
464
+ ): void;
465
+ deleteEntityRecognizer(
466
+ args: DeleteEntityRecognizerCommandInput,
467
+ options: __HttpHandlerOptions,
468
+ cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void
469
+ ): void;
470
+
471
+ deleteResourcePolicy(
472
+ args: DeleteResourcePolicyCommandInput,
473
+ options?: __HttpHandlerOptions
474
+ ): Promise<DeleteResourcePolicyCommandOutput>;
475
+ deleteResourcePolicy(
476
+ args: DeleteResourcePolicyCommandInput,
477
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
478
+ ): void;
479
+ deleteResourcePolicy(
480
+ args: DeleteResourcePolicyCommandInput,
481
+ options: __HttpHandlerOptions,
482
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
483
+ ): void;
484
+
485
+ describeDocumentClassificationJob(
486
+ args: DescribeDocumentClassificationJobCommandInput,
487
+ options?: __HttpHandlerOptions
488
+ ): Promise<DescribeDocumentClassificationJobCommandOutput>;
489
+ describeDocumentClassificationJob(
490
+ args: DescribeDocumentClassificationJobCommandInput,
491
+ cb: (
492
+ err: any,
493
+ data?: DescribeDocumentClassificationJobCommandOutput
494
+ ) => void
495
+ ): void;
496
+ describeDocumentClassificationJob(
497
+ args: DescribeDocumentClassificationJobCommandInput,
498
+ options: __HttpHandlerOptions,
499
+ cb: (
500
+ err: any,
501
+ data?: DescribeDocumentClassificationJobCommandOutput
502
+ ) => void
503
+ ): void;
504
+
505
+ describeDocumentClassifier(
506
+ args: DescribeDocumentClassifierCommandInput,
507
+ options?: __HttpHandlerOptions
508
+ ): Promise<DescribeDocumentClassifierCommandOutput>;
509
+ describeDocumentClassifier(
510
+ args: DescribeDocumentClassifierCommandInput,
511
+ cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void
512
+ ): void;
513
+ describeDocumentClassifier(
514
+ args: DescribeDocumentClassifierCommandInput,
515
+ options: __HttpHandlerOptions,
516
+ cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void
517
+ ): void;
518
+
519
+ describeDominantLanguageDetectionJob(
520
+ args: DescribeDominantLanguageDetectionJobCommandInput,
521
+ options?: __HttpHandlerOptions
522
+ ): Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
523
+ describeDominantLanguageDetectionJob(
524
+ args: DescribeDominantLanguageDetectionJobCommandInput,
525
+ cb: (
526
+ err: any,
527
+ data?: DescribeDominantLanguageDetectionJobCommandOutput
528
+ ) => void
529
+ ): void;
530
+ describeDominantLanguageDetectionJob(
531
+ args: DescribeDominantLanguageDetectionJobCommandInput,
532
+ options: __HttpHandlerOptions,
533
+ cb: (
534
+ err: any,
535
+ data?: DescribeDominantLanguageDetectionJobCommandOutput
536
+ ) => void
537
+ ): void;
538
+
539
+ describeEndpoint(
540
+ args: DescribeEndpointCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<DescribeEndpointCommandOutput>;
543
+ describeEndpoint(
544
+ args: DescribeEndpointCommandInput,
545
+ cb: (err: any, data?: DescribeEndpointCommandOutput) => void
546
+ ): void;
547
+ describeEndpoint(
548
+ args: DescribeEndpointCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: DescribeEndpointCommandOutput) => void
551
+ ): void;
552
+
553
+ describeEntitiesDetectionJob(
554
+ args: DescribeEntitiesDetectionJobCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<DescribeEntitiesDetectionJobCommandOutput>;
557
+ describeEntitiesDetectionJob(
558
+ args: DescribeEntitiesDetectionJobCommandInput,
559
+ cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void
560
+ ): void;
561
+ describeEntitiesDetectionJob(
562
+ args: DescribeEntitiesDetectionJobCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void
565
+ ): void;
566
+
567
+ describeEntityRecognizer(
568
+ args: DescribeEntityRecognizerCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<DescribeEntityRecognizerCommandOutput>;
571
+ describeEntityRecognizer(
572
+ args: DescribeEntityRecognizerCommandInput,
573
+ cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void
574
+ ): void;
575
+ describeEntityRecognizer(
576
+ args: DescribeEntityRecognizerCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void
579
+ ): void;
580
+
581
+ describeEventsDetectionJob(
582
+ args: DescribeEventsDetectionJobCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<DescribeEventsDetectionJobCommandOutput>;
585
+ describeEventsDetectionJob(
586
+ args: DescribeEventsDetectionJobCommandInput,
587
+ cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void
588
+ ): void;
589
+ describeEventsDetectionJob(
590
+ args: DescribeEventsDetectionJobCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void
593
+ ): void;
594
+
595
+ describeKeyPhrasesDetectionJob(
596
+ args: DescribeKeyPhrasesDetectionJobCommandInput,
597
+ options?: __HttpHandlerOptions
598
+ ): Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
599
+ describeKeyPhrasesDetectionJob(
600
+ args: DescribeKeyPhrasesDetectionJobCommandInput,
601
+ cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void
602
+ ): void;
603
+ describeKeyPhrasesDetectionJob(
604
+ args: DescribeKeyPhrasesDetectionJobCommandInput,
605
+ options: __HttpHandlerOptions,
606
+ cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void
607
+ ): void;
608
+
609
+ describePiiEntitiesDetectionJob(
610
+ args: DescribePiiEntitiesDetectionJobCommandInput,
611
+ options?: __HttpHandlerOptions
612
+ ): Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
613
+ describePiiEntitiesDetectionJob(
614
+ args: DescribePiiEntitiesDetectionJobCommandInput,
615
+ cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void
616
+ ): void;
617
+ describePiiEntitiesDetectionJob(
618
+ args: DescribePiiEntitiesDetectionJobCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void
621
+ ): void;
622
+
623
+ describeResourcePolicy(
624
+ args: DescribeResourcePolicyCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<DescribeResourcePolicyCommandOutput>;
627
+ describeResourcePolicy(
628
+ args: DescribeResourcePolicyCommandInput,
629
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
630
+ ): void;
631
+ describeResourcePolicy(
632
+ args: DescribeResourcePolicyCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
635
+ ): void;
636
+
637
+ describeSentimentDetectionJob(
638
+ args: DescribeSentimentDetectionJobCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<DescribeSentimentDetectionJobCommandOutput>;
641
+ describeSentimentDetectionJob(
642
+ args: DescribeSentimentDetectionJobCommandInput,
643
+ cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void
644
+ ): void;
645
+ describeSentimentDetectionJob(
646
+ args: DescribeSentimentDetectionJobCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void
649
+ ): void;
650
+
651
+ describeTargetedSentimentDetectionJob(
652
+ args: DescribeTargetedSentimentDetectionJobCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
655
+ describeTargetedSentimentDetectionJob(
656
+ args: DescribeTargetedSentimentDetectionJobCommandInput,
657
+ cb: (
658
+ err: any,
659
+ data?: DescribeTargetedSentimentDetectionJobCommandOutput
660
+ ) => void
661
+ ): void;
662
+ describeTargetedSentimentDetectionJob(
663
+ args: DescribeTargetedSentimentDetectionJobCommandInput,
664
+ options: __HttpHandlerOptions,
665
+ cb: (
666
+ err: any,
667
+ data?: DescribeTargetedSentimentDetectionJobCommandOutput
668
+ ) => void
669
+ ): void;
670
+
671
+ describeTopicsDetectionJob(
672
+ args: DescribeTopicsDetectionJobCommandInput,
673
+ options?: __HttpHandlerOptions
674
+ ): Promise<DescribeTopicsDetectionJobCommandOutput>;
675
+ describeTopicsDetectionJob(
676
+ args: DescribeTopicsDetectionJobCommandInput,
677
+ cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void
678
+ ): void;
679
+ describeTopicsDetectionJob(
680
+ args: DescribeTopicsDetectionJobCommandInput,
681
+ options: __HttpHandlerOptions,
682
+ cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void
683
+ ): void;
684
+
685
+ detectDominantLanguage(
686
+ args: DetectDominantLanguageCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<DetectDominantLanguageCommandOutput>;
689
+ detectDominantLanguage(
690
+ args: DetectDominantLanguageCommandInput,
691
+ cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void
692
+ ): void;
693
+ detectDominantLanguage(
694
+ args: DetectDominantLanguageCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void
697
+ ): void;
698
+
699
+ detectEntities(
700
+ args: DetectEntitiesCommandInput,
701
+ options?: __HttpHandlerOptions
702
+ ): Promise<DetectEntitiesCommandOutput>;
703
+ detectEntities(
704
+ args: DetectEntitiesCommandInput,
705
+ cb: (err: any, data?: DetectEntitiesCommandOutput) => void
706
+ ): void;
707
+ detectEntities(
708
+ args: DetectEntitiesCommandInput,
709
+ options: __HttpHandlerOptions,
710
+ cb: (err: any, data?: DetectEntitiesCommandOutput) => void
711
+ ): void;
712
+
713
+ detectKeyPhrases(
714
+ args: DetectKeyPhrasesCommandInput,
715
+ options?: __HttpHandlerOptions
716
+ ): Promise<DetectKeyPhrasesCommandOutput>;
717
+ detectKeyPhrases(
718
+ args: DetectKeyPhrasesCommandInput,
719
+ cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void
720
+ ): void;
721
+ detectKeyPhrases(
722
+ args: DetectKeyPhrasesCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void
725
+ ): void;
726
+
727
+ detectPiiEntities(
728
+ args: DetectPiiEntitiesCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<DetectPiiEntitiesCommandOutput>;
731
+ detectPiiEntities(
732
+ args: DetectPiiEntitiesCommandInput,
733
+ cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void
734
+ ): void;
735
+ detectPiiEntities(
736
+ args: DetectPiiEntitiesCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void
739
+ ): void;
740
+
741
+ detectSentiment(
742
+ args: DetectSentimentCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<DetectSentimentCommandOutput>;
745
+ detectSentiment(
746
+ args: DetectSentimentCommandInput,
747
+ cb: (err: any, data?: DetectSentimentCommandOutput) => void
748
+ ): void;
749
+ detectSentiment(
750
+ args: DetectSentimentCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: DetectSentimentCommandOutput) => void
753
+ ): void;
754
+
755
+ detectSyntax(
756
+ args: DetectSyntaxCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<DetectSyntaxCommandOutput>;
759
+ detectSyntax(
760
+ args: DetectSyntaxCommandInput,
761
+ cb: (err: any, data?: DetectSyntaxCommandOutput) => void
762
+ ): void;
763
+ detectSyntax(
764
+ args: DetectSyntaxCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: DetectSyntaxCommandOutput) => void
767
+ ): void;
768
+
769
+ importModel(
770
+ args: ImportModelCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<ImportModelCommandOutput>;
773
+ importModel(
774
+ args: ImportModelCommandInput,
775
+ cb: (err: any, data?: ImportModelCommandOutput) => void
776
+ ): void;
777
+ importModel(
778
+ args: ImportModelCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: ImportModelCommandOutput) => void
781
+ ): void;
782
+
783
+ listDocumentClassificationJobs(
784
+ args: ListDocumentClassificationJobsCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<ListDocumentClassificationJobsCommandOutput>;
787
+ listDocumentClassificationJobs(
788
+ args: ListDocumentClassificationJobsCommandInput,
789
+ cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void
790
+ ): void;
791
+ listDocumentClassificationJobs(
792
+ args: ListDocumentClassificationJobsCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void
795
+ ): void;
796
+
797
+ listDocumentClassifiers(
798
+ args: ListDocumentClassifiersCommandInput,
799
+ options?: __HttpHandlerOptions
800
+ ): Promise<ListDocumentClassifiersCommandOutput>;
801
+ listDocumentClassifiers(
802
+ args: ListDocumentClassifiersCommandInput,
803
+ cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void
804
+ ): void;
805
+ listDocumentClassifiers(
806
+ args: ListDocumentClassifiersCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void
809
+ ): void;
810
+
811
+ listDocumentClassifierSummaries(
812
+ args: ListDocumentClassifierSummariesCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<ListDocumentClassifierSummariesCommandOutput>;
815
+ listDocumentClassifierSummaries(
816
+ args: ListDocumentClassifierSummariesCommandInput,
817
+ cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void
818
+ ): void;
819
+ listDocumentClassifierSummaries(
820
+ args: ListDocumentClassifierSummariesCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void
823
+ ): void;
824
+
825
+ listDominantLanguageDetectionJobs(
826
+ args: ListDominantLanguageDetectionJobsCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
829
+ listDominantLanguageDetectionJobs(
830
+ args: ListDominantLanguageDetectionJobsCommandInput,
831
+ cb: (
832
+ err: any,
833
+ data?: ListDominantLanguageDetectionJobsCommandOutput
834
+ ) => void
835
+ ): void;
836
+ listDominantLanguageDetectionJobs(
837
+ args: ListDominantLanguageDetectionJobsCommandInput,
838
+ options: __HttpHandlerOptions,
839
+ cb: (
840
+ err: any,
841
+ data?: ListDominantLanguageDetectionJobsCommandOutput
842
+ ) => void
843
+ ): void;
844
+
845
+ listEndpoints(
846
+ args: ListEndpointsCommandInput,
847
+ options?: __HttpHandlerOptions
848
+ ): Promise<ListEndpointsCommandOutput>;
849
+ listEndpoints(
850
+ args: ListEndpointsCommandInput,
851
+ cb: (err: any, data?: ListEndpointsCommandOutput) => void
852
+ ): void;
853
+ listEndpoints(
854
+ args: ListEndpointsCommandInput,
855
+ options: __HttpHandlerOptions,
856
+ cb: (err: any, data?: ListEndpointsCommandOutput) => void
857
+ ): void;
858
+
859
+ listEntitiesDetectionJobs(
860
+ args: ListEntitiesDetectionJobsCommandInput,
861
+ options?: __HttpHandlerOptions
862
+ ): Promise<ListEntitiesDetectionJobsCommandOutput>;
863
+ listEntitiesDetectionJobs(
864
+ args: ListEntitiesDetectionJobsCommandInput,
865
+ cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void
866
+ ): void;
867
+ listEntitiesDetectionJobs(
868
+ args: ListEntitiesDetectionJobsCommandInput,
869
+ options: __HttpHandlerOptions,
870
+ cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void
871
+ ): void;
872
+
873
+ listEntityRecognizers(
874
+ args: ListEntityRecognizersCommandInput,
875
+ options?: __HttpHandlerOptions
876
+ ): Promise<ListEntityRecognizersCommandOutput>;
877
+ listEntityRecognizers(
878
+ args: ListEntityRecognizersCommandInput,
879
+ cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void
880
+ ): void;
881
+ listEntityRecognizers(
882
+ args: ListEntityRecognizersCommandInput,
883
+ options: __HttpHandlerOptions,
884
+ cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void
885
+ ): void;
886
+
887
+ listEntityRecognizerSummaries(
888
+ args: ListEntityRecognizerSummariesCommandInput,
889
+ options?: __HttpHandlerOptions
890
+ ): Promise<ListEntityRecognizerSummariesCommandOutput>;
891
+ listEntityRecognizerSummaries(
892
+ args: ListEntityRecognizerSummariesCommandInput,
893
+ cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void
894
+ ): void;
895
+ listEntityRecognizerSummaries(
896
+ args: ListEntityRecognizerSummariesCommandInput,
897
+ options: __HttpHandlerOptions,
898
+ cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void
899
+ ): void;
900
+
901
+ listEventsDetectionJobs(
902
+ args: ListEventsDetectionJobsCommandInput,
903
+ options?: __HttpHandlerOptions
904
+ ): Promise<ListEventsDetectionJobsCommandOutput>;
905
+ listEventsDetectionJobs(
906
+ args: ListEventsDetectionJobsCommandInput,
907
+ cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void
908
+ ): void;
909
+ listEventsDetectionJobs(
910
+ args: ListEventsDetectionJobsCommandInput,
911
+ options: __HttpHandlerOptions,
912
+ cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void
913
+ ): void;
914
+
915
+ listKeyPhrasesDetectionJobs(
916
+ args: ListKeyPhrasesDetectionJobsCommandInput,
917
+ options?: __HttpHandlerOptions
918
+ ): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
919
+ listKeyPhrasesDetectionJobs(
920
+ args: ListKeyPhrasesDetectionJobsCommandInput,
921
+ cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void
922
+ ): void;
923
+ listKeyPhrasesDetectionJobs(
924
+ args: ListKeyPhrasesDetectionJobsCommandInput,
925
+ options: __HttpHandlerOptions,
926
+ cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void
927
+ ): void;
928
+
929
+ listPiiEntitiesDetectionJobs(
930
+ args: ListPiiEntitiesDetectionJobsCommandInput,
931
+ options?: __HttpHandlerOptions
932
+ ): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
933
+ listPiiEntitiesDetectionJobs(
934
+ args: ListPiiEntitiesDetectionJobsCommandInput,
935
+ cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void
936
+ ): void;
937
+ listPiiEntitiesDetectionJobs(
938
+ args: ListPiiEntitiesDetectionJobsCommandInput,
939
+ options: __HttpHandlerOptions,
940
+ cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void
941
+ ): void;
942
+
943
+ listSentimentDetectionJobs(
944
+ args: ListSentimentDetectionJobsCommandInput,
945
+ options?: __HttpHandlerOptions
946
+ ): Promise<ListSentimentDetectionJobsCommandOutput>;
947
+ listSentimentDetectionJobs(
948
+ args: ListSentimentDetectionJobsCommandInput,
949
+ cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void
950
+ ): void;
951
+ listSentimentDetectionJobs(
952
+ args: ListSentimentDetectionJobsCommandInput,
953
+ options: __HttpHandlerOptions,
954
+ cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void
955
+ ): void;
956
+
957
+ listTagsForResource(
958
+ args: ListTagsForResourceCommandInput,
959
+ options?: __HttpHandlerOptions
960
+ ): Promise<ListTagsForResourceCommandOutput>;
961
+ listTagsForResource(
962
+ args: ListTagsForResourceCommandInput,
963
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
964
+ ): void;
965
+ listTagsForResource(
966
+ args: ListTagsForResourceCommandInput,
967
+ options: __HttpHandlerOptions,
968
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
969
+ ): void;
970
+
971
+ listTargetedSentimentDetectionJobs(
972
+ args: ListTargetedSentimentDetectionJobsCommandInput,
973
+ options?: __HttpHandlerOptions
974
+ ): Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
975
+ listTargetedSentimentDetectionJobs(
976
+ args: ListTargetedSentimentDetectionJobsCommandInput,
977
+ cb: (
978
+ err: any,
979
+ data?: ListTargetedSentimentDetectionJobsCommandOutput
980
+ ) => void
981
+ ): void;
982
+ listTargetedSentimentDetectionJobs(
983
+ args: ListTargetedSentimentDetectionJobsCommandInput,
984
+ options: __HttpHandlerOptions,
985
+ cb: (
986
+ err: any,
987
+ data?: ListTargetedSentimentDetectionJobsCommandOutput
988
+ ) => void
989
+ ): void;
990
+
991
+ listTopicsDetectionJobs(
992
+ args: ListTopicsDetectionJobsCommandInput,
993
+ options?: __HttpHandlerOptions
994
+ ): Promise<ListTopicsDetectionJobsCommandOutput>;
995
+ listTopicsDetectionJobs(
996
+ args: ListTopicsDetectionJobsCommandInput,
997
+ cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void
998
+ ): void;
999
+ listTopicsDetectionJobs(
1000
+ args: ListTopicsDetectionJobsCommandInput,
1001
+ options: __HttpHandlerOptions,
1002
+ cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void
1003
+ ): void;
1004
+
1005
+ putResourcePolicy(
1006
+ args: PutResourcePolicyCommandInput,
1007
+ options?: __HttpHandlerOptions
1008
+ ): Promise<PutResourcePolicyCommandOutput>;
1009
+ putResourcePolicy(
1010
+ args: PutResourcePolicyCommandInput,
1011
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
1012
+ ): void;
1013
+ putResourcePolicy(
1014
+ args: PutResourcePolicyCommandInput,
1015
+ options: __HttpHandlerOptions,
1016
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
1017
+ ): void;
1018
+
1019
+ startDocumentClassificationJob(
1020
+ args: StartDocumentClassificationJobCommandInput,
1021
+ options?: __HttpHandlerOptions
1022
+ ): Promise<StartDocumentClassificationJobCommandOutput>;
1023
+ startDocumentClassificationJob(
1024
+ args: StartDocumentClassificationJobCommandInput,
1025
+ cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void
1026
+ ): void;
1027
+ startDocumentClassificationJob(
1028
+ args: StartDocumentClassificationJobCommandInput,
1029
+ options: __HttpHandlerOptions,
1030
+ cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void
1031
+ ): void;
1032
+
1033
+ startDominantLanguageDetectionJob(
1034
+ args: StartDominantLanguageDetectionJobCommandInput,
1035
+ options?: __HttpHandlerOptions
1036
+ ): Promise<StartDominantLanguageDetectionJobCommandOutput>;
1037
+ startDominantLanguageDetectionJob(
1038
+ args: StartDominantLanguageDetectionJobCommandInput,
1039
+ cb: (
1040
+ err: any,
1041
+ data?: StartDominantLanguageDetectionJobCommandOutput
1042
+ ) => void
1043
+ ): void;
1044
+ startDominantLanguageDetectionJob(
1045
+ args: StartDominantLanguageDetectionJobCommandInput,
1046
+ options: __HttpHandlerOptions,
1047
+ cb: (
1048
+ err: any,
1049
+ data?: StartDominantLanguageDetectionJobCommandOutput
1050
+ ) => void
1051
+ ): void;
1052
+
1053
+ startEntitiesDetectionJob(
1054
+ args: StartEntitiesDetectionJobCommandInput,
1055
+ options?: __HttpHandlerOptions
1056
+ ): Promise<StartEntitiesDetectionJobCommandOutput>;
1057
+ startEntitiesDetectionJob(
1058
+ args: StartEntitiesDetectionJobCommandInput,
1059
+ cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void
1060
+ ): void;
1061
+ startEntitiesDetectionJob(
1062
+ args: StartEntitiesDetectionJobCommandInput,
1063
+ options: __HttpHandlerOptions,
1064
+ cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void
1065
+ ): void;
1066
+
1067
+ startEventsDetectionJob(
1068
+ args: StartEventsDetectionJobCommandInput,
1069
+ options?: __HttpHandlerOptions
1070
+ ): Promise<StartEventsDetectionJobCommandOutput>;
1071
+ startEventsDetectionJob(
1072
+ args: StartEventsDetectionJobCommandInput,
1073
+ cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void
1074
+ ): void;
1075
+ startEventsDetectionJob(
1076
+ args: StartEventsDetectionJobCommandInput,
1077
+ options: __HttpHandlerOptions,
1078
+ cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void
1079
+ ): void;
1080
+
1081
+ startKeyPhrasesDetectionJob(
1082
+ args: StartKeyPhrasesDetectionJobCommandInput,
1083
+ options?: __HttpHandlerOptions
1084
+ ): Promise<StartKeyPhrasesDetectionJobCommandOutput>;
1085
+ startKeyPhrasesDetectionJob(
1086
+ args: StartKeyPhrasesDetectionJobCommandInput,
1087
+ cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void
1088
+ ): void;
1089
+ startKeyPhrasesDetectionJob(
1090
+ args: StartKeyPhrasesDetectionJobCommandInput,
1091
+ options: __HttpHandlerOptions,
1092
+ cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void
1093
+ ): void;
1094
+
1095
+ startPiiEntitiesDetectionJob(
1096
+ args: StartPiiEntitiesDetectionJobCommandInput,
1097
+ options?: __HttpHandlerOptions
1098
+ ): Promise<StartPiiEntitiesDetectionJobCommandOutput>;
1099
+ startPiiEntitiesDetectionJob(
1100
+ args: StartPiiEntitiesDetectionJobCommandInput,
1101
+ cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void
1102
+ ): void;
1103
+ startPiiEntitiesDetectionJob(
1104
+ args: StartPiiEntitiesDetectionJobCommandInput,
1105
+ options: __HttpHandlerOptions,
1106
+ cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void
1107
+ ): void;
1108
+
1109
+ startSentimentDetectionJob(
1110
+ args: StartSentimentDetectionJobCommandInput,
1111
+ options?: __HttpHandlerOptions
1112
+ ): Promise<StartSentimentDetectionJobCommandOutput>;
1113
+ startSentimentDetectionJob(
1114
+ args: StartSentimentDetectionJobCommandInput,
1115
+ cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void
1116
+ ): void;
1117
+ startSentimentDetectionJob(
1118
+ args: StartSentimentDetectionJobCommandInput,
1119
+ options: __HttpHandlerOptions,
1120
+ cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void
1121
+ ): void;
1122
+
1123
+ startTargetedSentimentDetectionJob(
1124
+ args: StartTargetedSentimentDetectionJobCommandInput,
1125
+ options?: __HttpHandlerOptions
1126
+ ): Promise<StartTargetedSentimentDetectionJobCommandOutput>;
1127
+ startTargetedSentimentDetectionJob(
1128
+ args: StartTargetedSentimentDetectionJobCommandInput,
1129
+ cb: (
1130
+ err: any,
1131
+ data?: StartTargetedSentimentDetectionJobCommandOutput
1132
+ ) => void
1133
+ ): void;
1134
+ startTargetedSentimentDetectionJob(
1135
+ args: StartTargetedSentimentDetectionJobCommandInput,
1136
+ options: __HttpHandlerOptions,
1137
+ cb: (
1138
+ err: any,
1139
+ data?: StartTargetedSentimentDetectionJobCommandOutput
1140
+ ) => void
1141
+ ): void;
1142
+
1143
+ startTopicsDetectionJob(
1144
+ args: StartTopicsDetectionJobCommandInput,
1145
+ options?: __HttpHandlerOptions
1146
+ ): Promise<StartTopicsDetectionJobCommandOutput>;
1147
+ startTopicsDetectionJob(
1148
+ args: StartTopicsDetectionJobCommandInput,
1149
+ cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void
1150
+ ): void;
1151
+ startTopicsDetectionJob(
1152
+ args: StartTopicsDetectionJobCommandInput,
1153
+ options: __HttpHandlerOptions,
1154
+ cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void
1155
+ ): void;
1156
+
1157
+ stopDominantLanguageDetectionJob(
1158
+ args: StopDominantLanguageDetectionJobCommandInput,
1159
+ options?: __HttpHandlerOptions
1160
+ ): Promise<StopDominantLanguageDetectionJobCommandOutput>;
1161
+ stopDominantLanguageDetectionJob(
1162
+ args: StopDominantLanguageDetectionJobCommandInput,
1163
+ cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void
1164
+ ): void;
1165
+ stopDominantLanguageDetectionJob(
1166
+ args: StopDominantLanguageDetectionJobCommandInput,
1167
+ options: __HttpHandlerOptions,
1168
+ cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void
1169
+ ): void;
1170
+
1171
+ stopEntitiesDetectionJob(
1172
+ args: StopEntitiesDetectionJobCommandInput,
1173
+ options?: __HttpHandlerOptions
1174
+ ): Promise<StopEntitiesDetectionJobCommandOutput>;
1175
+ stopEntitiesDetectionJob(
1176
+ args: StopEntitiesDetectionJobCommandInput,
1177
+ cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void
1178
+ ): void;
1179
+ stopEntitiesDetectionJob(
1180
+ args: StopEntitiesDetectionJobCommandInput,
1181
+ options: __HttpHandlerOptions,
1182
+ cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void
1183
+ ): void;
1184
+
1185
+ stopEventsDetectionJob(
1186
+ args: StopEventsDetectionJobCommandInput,
1187
+ options?: __HttpHandlerOptions
1188
+ ): Promise<StopEventsDetectionJobCommandOutput>;
1189
+ stopEventsDetectionJob(
1190
+ args: StopEventsDetectionJobCommandInput,
1191
+ cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void
1192
+ ): void;
1193
+ stopEventsDetectionJob(
1194
+ args: StopEventsDetectionJobCommandInput,
1195
+ options: __HttpHandlerOptions,
1196
+ cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void
1197
+ ): void;
1198
+
1199
+ stopKeyPhrasesDetectionJob(
1200
+ args: StopKeyPhrasesDetectionJobCommandInput,
1201
+ options?: __HttpHandlerOptions
1202
+ ): Promise<StopKeyPhrasesDetectionJobCommandOutput>;
1203
+ stopKeyPhrasesDetectionJob(
1204
+ args: StopKeyPhrasesDetectionJobCommandInput,
1205
+ cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void
1206
+ ): void;
1207
+ stopKeyPhrasesDetectionJob(
1208
+ args: StopKeyPhrasesDetectionJobCommandInput,
1209
+ options: __HttpHandlerOptions,
1210
+ cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void
1211
+ ): void;
1212
+
1213
+ stopPiiEntitiesDetectionJob(
1214
+ args: StopPiiEntitiesDetectionJobCommandInput,
1215
+ options?: __HttpHandlerOptions
1216
+ ): Promise<StopPiiEntitiesDetectionJobCommandOutput>;
1217
+ stopPiiEntitiesDetectionJob(
1218
+ args: StopPiiEntitiesDetectionJobCommandInput,
1219
+ cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void
1220
+ ): void;
1221
+ stopPiiEntitiesDetectionJob(
1222
+ args: StopPiiEntitiesDetectionJobCommandInput,
1223
+ options: __HttpHandlerOptions,
1224
+ cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void
1225
+ ): void;
1226
+
1227
+ stopSentimentDetectionJob(
1228
+ args: StopSentimentDetectionJobCommandInput,
1229
+ options?: __HttpHandlerOptions
1230
+ ): Promise<StopSentimentDetectionJobCommandOutput>;
1231
+ stopSentimentDetectionJob(
1232
+ args: StopSentimentDetectionJobCommandInput,
1233
+ cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void
1234
+ ): void;
1235
+ stopSentimentDetectionJob(
1236
+ args: StopSentimentDetectionJobCommandInput,
1237
+ options: __HttpHandlerOptions,
1238
+ cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void
1239
+ ): void;
1240
+
1241
+ stopTargetedSentimentDetectionJob(
1242
+ args: StopTargetedSentimentDetectionJobCommandInput,
1243
+ options?: __HttpHandlerOptions
1244
+ ): Promise<StopTargetedSentimentDetectionJobCommandOutput>;
1245
+ stopTargetedSentimentDetectionJob(
1246
+ args: StopTargetedSentimentDetectionJobCommandInput,
1247
+ cb: (
1248
+ err: any,
1249
+ data?: StopTargetedSentimentDetectionJobCommandOutput
1250
+ ) => void
1251
+ ): void;
1252
+ stopTargetedSentimentDetectionJob(
1253
+ args: StopTargetedSentimentDetectionJobCommandInput,
1254
+ options: __HttpHandlerOptions,
1255
+ cb: (
1256
+ err: any,
1257
+ data?: StopTargetedSentimentDetectionJobCommandOutput
1258
+ ) => void
1259
+ ): void;
1260
+
1261
+ stopTrainingDocumentClassifier(
1262
+ args: StopTrainingDocumentClassifierCommandInput,
1263
+ options?: __HttpHandlerOptions
1264
+ ): Promise<StopTrainingDocumentClassifierCommandOutput>;
1265
+ stopTrainingDocumentClassifier(
1266
+ args: StopTrainingDocumentClassifierCommandInput,
1267
+ cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void
1268
+ ): void;
1269
+ stopTrainingDocumentClassifier(
1270
+ args: StopTrainingDocumentClassifierCommandInput,
1271
+ options: __HttpHandlerOptions,
1272
+ cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void
1273
+ ): void;
1274
+
1275
+ stopTrainingEntityRecognizer(
1276
+ args: StopTrainingEntityRecognizerCommandInput,
1277
+ options?: __HttpHandlerOptions
1278
+ ): Promise<StopTrainingEntityRecognizerCommandOutput>;
1279
+ stopTrainingEntityRecognizer(
1280
+ args: StopTrainingEntityRecognizerCommandInput,
1281
+ cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void
1282
+ ): void;
1283
+ stopTrainingEntityRecognizer(
1284
+ args: StopTrainingEntityRecognizerCommandInput,
1285
+ options: __HttpHandlerOptions,
1286
+ cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void
1287
+ ): void;
1288
+
1289
+ tagResource(
1290
+ args: TagResourceCommandInput,
1291
+ options?: __HttpHandlerOptions
1292
+ ): Promise<TagResourceCommandOutput>;
1293
+ tagResource(
1294
+ args: TagResourceCommandInput,
1295
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1296
+ ): void;
1297
+ tagResource(
1298
+ args: TagResourceCommandInput,
1299
+ options: __HttpHandlerOptions,
1300
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1301
+ ): void;
1302
+
1303
+ untagResource(
1304
+ args: UntagResourceCommandInput,
1305
+ options?: __HttpHandlerOptions
1306
+ ): Promise<UntagResourceCommandOutput>;
1307
+ untagResource(
1308
+ args: UntagResourceCommandInput,
1309
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1310
+ ): void;
1311
+ untagResource(
1312
+ args: UntagResourceCommandInput,
1313
+ options: __HttpHandlerOptions,
1314
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1315
+ ): void;
1316
+
1317
+ updateEndpoint(
1318
+ args: UpdateEndpointCommandInput,
1319
+ options?: __HttpHandlerOptions
1320
+ ): Promise<UpdateEndpointCommandOutput>;
1321
+ updateEndpoint(
1322
+ args: UpdateEndpointCommandInput,
1323
+ cb: (err: any, data?: UpdateEndpointCommandOutput) => void
1324
+ ): void;
1325
+ updateEndpoint(
1326
+ args: UpdateEndpointCommandInput,
1327
+ options: __HttpHandlerOptions,
1328
+ cb: (err: any, data?: UpdateEndpointCommandOutput) => void
1329
+ ): void;
1330
+ }