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