@aws-sdk/client-comprehend 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1330 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +555 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +6 -6
  78. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2738 -2509
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  82. package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  100. package/package.json +34 -34
@@ -1,144 +1,555 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput } from "./commands/BatchDetectDominantLanguageCommand";
10
- import { BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput } from "./commands/BatchDetectEntitiesCommand";
11
- import { BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput } from "./commands/BatchDetectKeyPhrasesCommand";
12
- import { BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput } from "./commands/BatchDetectSentimentCommand";
13
- import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput } from "./commands/BatchDetectSyntaxCommand";
14
- import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput } from "./commands/ClassifyDocumentCommand";
15
- import { ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput } from "./commands/ContainsPiiEntitiesCommand";
16
- import { CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput } from "./commands/CreateDocumentClassifierCommand";
17
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
18
- import { CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput } from "./commands/CreateEntityRecognizerCommand";
19
- import { DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput } from "./commands/DeleteDocumentClassifierCommand";
20
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
21
- import { DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput } from "./commands/DeleteEntityRecognizerCommand";
22
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
23
- import { DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput } from "./commands/DescribeDocumentClassificationJobCommand";
24
- import { DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput } from "./commands/DescribeDocumentClassifierCommand";
25
- import { DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput } from "./commands/DescribeDominantLanguageDetectionJobCommand";
26
- import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
27
- import { DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput } from "./commands/DescribeEntitiesDetectionJobCommand";
28
- import { DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput } from "./commands/DescribeEntityRecognizerCommand";
29
- import { DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput } from "./commands/DescribeEventsDetectionJobCommand";
30
- import { DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput } from "./commands/DescribeKeyPhrasesDetectionJobCommand";
31
- import { DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput } from "./commands/DescribePiiEntitiesDetectionJobCommand";
32
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
33
- import { DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput } from "./commands/DescribeSentimentDetectionJobCommand";
34
- import { DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput } from "./commands/DescribeTargetedSentimentDetectionJobCommand";
35
- import { DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput } from "./commands/DescribeTopicsDetectionJobCommand";
36
- import { DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput } from "./commands/DetectDominantLanguageCommand";
37
- import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
38
- import { DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput } from "./commands/DetectKeyPhrasesCommand";
39
- import { DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput } from "./commands/DetectPiiEntitiesCommand";
40
- import { DetectSentimentCommandInput, DetectSentimentCommandOutput } from "./commands/DetectSentimentCommand";
41
- import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput } from "./commands/DetectSyntaxCommand";
42
- import { ImportModelCommandInput, ImportModelCommandOutput } from "./commands/ImportModelCommand";
43
- import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput } from "./commands/ListDocumentClassificationJobsCommand";
44
- import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput } from "./commands/ListDocumentClassifiersCommand";
45
- import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput } from "./commands/ListDocumentClassifierSummariesCommand";
46
- import { ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput } from "./commands/ListDominantLanguageDetectionJobsCommand";
47
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
48
- import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput } from "./commands/ListEntitiesDetectionJobsCommand";
49
- import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput } from "./commands/ListEntityRecognizersCommand";
50
- import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput } from "./commands/ListEntityRecognizerSummariesCommand";
51
- import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput } from "./commands/ListEventsDetectionJobsCommand";
52
- import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput } from "./commands/ListKeyPhrasesDetectionJobsCommand";
53
- import { ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput } from "./commands/ListPiiEntitiesDetectionJobsCommand";
54
- import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput } from "./commands/ListSentimentDetectionJobsCommand";
55
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
56
- import { ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput } from "./commands/ListTargetedSentimentDetectionJobsCommand";
57
- import { ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput } from "./commands/ListTopicsDetectionJobsCommand";
58
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
59
- import { StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput } from "./commands/StartDocumentClassificationJobCommand";
60
- import { StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput } from "./commands/StartDominantLanguageDetectionJobCommand";
61
- import { StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput } from "./commands/StartEntitiesDetectionJobCommand";
62
- import { StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput } from "./commands/StartEventsDetectionJobCommand";
63
- import { StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput } from "./commands/StartKeyPhrasesDetectionJobCommand";
64
- import { StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput } from "./commands/StartPiiEntitiesDetectionJobCommand";
65
- import { StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput } from "./commands/StartSentimentDetectionJobCommand";
66
- import { StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput } from "./commands/StartTargetedSentimentDetectionJobCommand";
67
- import { StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput } from "./commands/StartTopicsDetectionJobCommand";
68
- import { StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput } from "./commands/StopDominantLanguageDetectionJobCommand";
69
- import { StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput } from "./commands/StopEntitiesDetectionJobCommand";
70
- import { StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput } from "./commands/StopEventsDetectionJobCommand";
71
- import { StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput } from "./commands/StopKeyPhrasesDetectionJobCommand";
72
- import { StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput } from "./commands/StopPiiEntitiesDetectionJobCommand";
73
- import { StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput } from "./commands/StopSentimentDetectionJobCommand";
74
- import { StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput } from "./commands/StopTargetedSentimentDetectionJobCommand";
75
- import { StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput } from "./commands/StopTrainingDocumentClassifierCommand";
76
- import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput } from "./commands/StopTrainingEntityRecognizerCommand";
77
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
78
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
79
- import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
80
- export declare type ServiceInputTypes = BatchDetectDominantLanguageCommandInput | BatchDetectEntitiesCommandInput | BatchDetectKeyPhrasesCommandInput | BatchDetectSentimentCommandInput | BatchDetectSyntaxCommandInput | ClassifyDocumentCommandInput | ContainsPiiEntitiesCommandInput | CreateDocumentClassifierCommandInput | CreateEndpointCommandInput | CreateEntityRecognizerCommandInput | DeleteDocumentClassifierCommandInput | DeleteEndpointCommandInput | DeleteEntityRecognizerCommandInput | DeleteResourcePolicyCommandInput | DescribeDocumentClassificationJobCommandInput | DescribeDocumentClassifierCommandInput | DescribeDominantLanguageDetectionJobCommandInput | DescribeEndpointCommandInput | DescribeEntitiesDetectionJobCommandInput | DescribeEntityRecognizerCommandInput | DescribeEventsDetectionJobCommandInput | DescribeKeyPhrasesDetectionJobCommandInput | DescribePiiEntitiesDetectionJobCommandInput | DescribeResourcePolicyCommandInput | DescribeSentimentDetectionJobCommandInput | DescribeTargetedSentimentDetectionJobCommandInput | DescribeTopicsDetectionJobCommandInput | DetectDominantLanguageCommandInput | DetectEntitiesCommandInput | DetectKeyPhrasesCommandInput | DetectPiiEntitiesCommandInput | DetectSentimentCommandInput | DetectSyntaxCommandInput | ImportModelCommandInput | ListDocumentClassificationJobsCommandInput | ListDocumentClassifierSummariesCommandInput | ListDocumentClassifiersCommandInput | ListDominantLanguageDetectionJobsCommandInput | ListEndpointsCommandInput | ListEntitiesDetectionJobsCommandInput | ListEntityRecognizerSummariesCommandInput | ListEntityRecognizersCommandInput | ListEventsDetectionJobsCommandInput | ListKeyPhrasesDetectionJobsCommandInput | ListPiiEntitiesDetectionJobsCommandInput | ListSentimentDetectionJobsCommandInput | ListTagsForResourceCommandInput | ListTargetedSentimentDetectionJobsCommandInput | ListTopicsDetectionJobsCommandInput | PutResourcePolicyCommandInput | StartDocumentClassificationJobCommandInput | StartDominantLanguageDetectionJobCommandInput | StartEntitiesDetectionJobCommandInput | StartEventsDetectionJobCommandInput | StartKeyPhrasesDetectionJobCommandInput | StartPiiEntitiesDetectionJobCommandInput | StartSentimentDetectionJobCommandInput | StartTargetedSentimentDetectionJobCommandInput | StartTopicsDetectionJobCommandInput | StopDominantLanguageDetectionJobCommandInput | StopEntitiesDetectionJobCommandInput | StopEventsDetectionJobCommandInput | StopKeyPhrasesDetectionJobCommandInput | StopPiiEntitiesDetectionJobCommandInput | StopSentimentDetectionJobCommandInput | StopTargetedSentimentDetectionJobCommandInput | StopTrainingDocumentClassifierCommandInput | StopTrainingEntityRecognizerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEndpointCommandInput;
81
- export declare type ServiceOutputTypes = BatchDetectDominantLanguageCommandOutput | BatchDetectEntitiesCommandOutput | BatchDetectKeyPhrasesCommandOutput | BatchDetectSentimentCommandOutput | BatchDetectSyntaxCommandOutput | ClassifyDocumentCommandOutput | ContainsPiiEntitiesCommandOutput | CreateDocumentClassifierCommandOutput | CreateEndpointCommandOutput | CreateEntityRecognizerCommandOutput | DeleteDocumentClassifierCommandOutput | DeleteEndpointCommandOutput | DeleteEntityRecognizerCommandOutput | DeleteResourcePolicyCommandOutput | DescribeDocumentClassificationJobCommandOutput | DescribeDocumentClassifierCommandOutput | DescribeDominantLanguageDetectionJobCommandOutput | DescribeEndpointCommandOutput | DescribeEntitiesDetectionJobCommandOutput | DescribeEntityRecognizerCommandOutput | DescribeEventsDetectionJobCommandOutput | DescribeKeyPhrasesDetectionJobCommandOutput | DescribePiiEntitiesDetectionJobCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSentimentDetectionJobCommandOutput | DescribeTargetedSentimentDetectionJobCommandOutput | DescribeTopicsDetectionJobCommandOutput | DetectDominantLanguageCommandOutput | DetectEntitiesCommandOutput | DetectKeyPhrasesCommandOutput | DetectPiiEntitiesCommandOutput | DetectSentimentCommandOutput | DetectSyntaxCommandOutput | ImportModelCommandOutput | ListDocumentClassificationJobsCommandOutput | ListDocumentClassifierSummariesCommandOutput | ListDocumentClassifiersCommandOutput | ListDominantLanguageDetectionJobsCommandOutput | ListEndpointsCommandOutput | ListEntitiesDetectionJobsCommandOutput | ListEntityRecognizerSummariesCommandOutput | ListEntityRecognizersCommandOutput | ListEventsDetectionJobsCommandOutput | ListKeyPhrasesDetectionJobsCommandOutput | ListPiiEntitiesDetectionJobsCommandOutput | ListSentimentDetectionJobsCommandOutput | ListTagsForResourceCommandOutput | ListTargetedSentimentDetectionJobsCommandOutput | ListTopicsDetectionJobsCommandOutput | PutResourcePolicyCommandOutput | StartDocumentClassificationJobCommandOutput | StartDominantLanguageDetectionJobCommandOutput | StartEntitiesDetectionJobCommandOutput | StartEventsDetectionJobCommandOutput | StartKeyPhrasesDetectionJobCommandOutput | StartPiiEntitiesDetectionJobCommandOutput | StartSentimentDetectionJobCommandOutput | StartTargetedSentimentDetectionJobCommandOutput | StartTopicsDetectionJobCommandOutput | StopDominantLanguageDetectionJobCommandOutput | StopEntitiesDetectionJobCommandOutput | StopEventsDetectionJobCommandOutput | StopKeyPhrasesDetectionJobCommandOutput | StopPiiEntitiesDetectionJobCommandOutput | StopSentimentDetectionJobCommandOutput | StopTargetedSentimentDetectionJobCommandOutput | StopTrainingDocumentClassifierCommandOutput | StopTrainingEntityRecognizerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEndpointCommandOutput;
82
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
83
-
84
- requestHandler?: __HttpHandler;
85
-
86
- sha256?: __HashConstructor;
87
-
88
- urlParser?: __UrlParser;
89
-
90
- bodyLengthChecker?: __BodyLengthCalculator;
91
-
92
- streamCollector?: __StreamCollector;
93
-
94
- base64Decoder?: __Decoder;
95
-
96
- base64Encoder?: __Encoder;
97
-
98
- utf8Decoder?: __Decoder;
99
-
100
- utf8Encoder?: __Encoder;
101
-
102
- runtime?: string;
103
-
104
- disableHostPrefix?: boolean;
105
-
106
- maxAttempts?: number | __Provider<number>;
107
-
108
- retryMode?: string | __Provider<string>;
109
-
110
- logger?: __Logger;
111
-
112
- useDualstackEndpoint?: boolean | __Provider<boolean>;
113
-
114
- useFipsEndpoint?: boolean | __Provider<boolean>;
115
-
116
- serviceId?: string;
117
-
118
- region?: string | __Provider<string>;
119
-
120
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
121
-
122
- regionInfoProvider?: RegionInfoProvider;
123
-
124
- defaultUserAgentProvider?: Provider<__UserAgent>;
125
-
126
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
127
- }
128
- declare type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
129
-
130
- export interface ComprehendClientConfig extends ComprehendClientConfigType {
131
- }
132
- declare type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
133
-
134
- export interface ComprehendClientResolvedConfig extends ComprehendClientResolvedConfigType {
135
- }
136
-
137
- export declare class ComprehendClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ComprehendClientResolvedConfig> {
138
-
139
- readonly config: ComprehendClientResolvedConfig;
140
- constructor(configuration: ComprehendClientConfig);
141
-
142
- destroy(): void;
143
- }
144
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BatchDetectDominantLanguageCommandInput,
47
+ BatchDetectDominantLanguageCommandOutput,
48
+ } from "./commands/BatchDetectDominantLanguageCommand";
49
+ import {
50
+ BatchDetectEntitiesCommandInput,
51
+ BatchDetectEntitiesCommandOutput,
52
+ } from "./commands/BatchDetectEntitiesCommand";
53
+ import {
54
+ BatchDetectKeyPhrasesCommandInput,
55
+ BatchDetectKeyPhrasesCommandOutput,
56
+ } from "./commands/BatchDetectKeyPhrasesCommand";
57
+ import {
58
+ BatchDetectSentimentCommandInput,
59
+ BatchDetectSentimentCommandOutput,
60
+ } from "./commands/BatchDetectSentimentCommand";
61
+ import {
62
+ BatchDetectSyntaxCommandInput,
63
+ BatchDetectSyntaxCommandOutput,
64
+ } from "./commands/BatchDetectSyntaxCommand";
65
+ import {
66
+ ClassifyDocumentCommandInput,
67
+ ClassifyDocumentCommandOutput,
68
+ } from "./commands/ClassifyDocumentCommand";
69
+ import {
70
+ ContainsPiiEntitiesCommandInput,
71
+ ContainsPiiEntitiesCommandOutput,
72
+ } from "./commands/ContainsPiiEntitiesCommand";
73
+ import {
74
+ CreateDocumentClassifierCommandInput,
75
+ CreateDocumentClassifierCommandOutput,
76
+ } from "./commands/CreateDocumentClassifierCommand";
77
+ import {
78
+ CreateEndpointCommandInput,
79
+ CreateEndpointCommandOutput,
80
+ } from "./commands/CreateEndpointCommand";
81
+ import {
82
+ CreateEntityRecognizerCommandInput,
83
+ CreateEntityRecognizerCommandOutput,
84
+ } from "./commands/CreateEntityRecognizerCommand";
85
+ import {
86
+ DeleteDocumentClassifierCommandInput,
87
+ DeleteDocumentClassifierCommandOutput,
88
+ } from "./commands/DeleteDocumentClassifierCommand";
89
+ import {
90
+ DeleteEndpointCommandInput,
91
+ DeleteEndpointCommandOutput,
92
+ } from "./commands/DeleteEndpointCommand";
93
+ import {
94
+ DeleteEntityRecognizerCommandInput,
95
+ DeleteEntityRecognizerCommandOutput,
96
+ } from "./commands/DeleteEntityRecognizerCommand";
97
+ import {
98
+ DeleteResourcePolicyCommandInput,
99
+ DeleteResourcePolicyCommandOutput,
100
+ } from "./commands/DeleteResourcePolicyCommand";
101
+ import {
102
+ DescribeDocumentClassificationJobCommandInput,
103
+ DescribeDocumentClassificationJobCommandOutput,
104
+ } from "./commands/DescribeDocumentClassificationJobCommand";
105
+ import {
106
+ DescribeDocumentClassifierCommandInput,
107
+ DescribeDocumentClassifierCommandOutput,
108
+ } from "./commands/DescribeDocumentClassifierCommand";
109
+ import {
110
+ DescribeDominantLanguageDetectionJobCommandInput,
111
+ DescribeDominantLanguageDetectionJobCommandOutput,
112
+ } from "./commands/DescribeDominantLanguageDetectionJobCommand";
113
+ import {
114
+ DescribeEndpointCommandInput,
115
+ DescribeEndpointCommandOutput,
116
+ } from "./commands/DescribeEndpointCommand";
117
+ import {
118
+ DescribeEntitiesDetectionJobCommandInput,
119
+ DescribeEntitiesDetectionJobCommandOutput,
120
+ } from "./commands/DescribeEntitiesDetectionJobCommand";
121
+ import {
122
+ DescribeEntityRecognizerCommandInput,
123
+ DescribeEntityRecognizerCommandOutput,
124
+ } from "./commands/DescribeEntityRecognizerCommand";
125
+ import {
126
+ DescribeEventsDetectionJobCommandInput,
127
+ DescribeEventsDetectionJobCommandOutput,
128
+ } from "./commands/DescribeEventsDetectionJobCommand";
129
+ import {
130
+ DescribeKeyPhrasesDetectionJobCommandInput,
131
+ DescribeKeyPhrasesDetectionJobCommandOutput,
132
+ } from "./commands/DescribeKeyPhrasesDetectionJobCommand";
133
+ import {
134
+ DescribePiiEntitiesDetectionJobCommandInput,
135
+ DescribePiiEntitiesDetectionJobCommandOutput,
136
+ } from "./commands/DescribePiiEntitiesDetectionJobCommand";
137
+ import {
138
+ DescribeResourcePolicyCommandInput,
139
+ DescribeResourcePolicyCommandOutput,
140
+ } from "./commands/DescribeResourcePolicyCommand";
141
+ import {
142
+ DescribeSentimentDetectionJobCommandInput,
143
+ DescribeSentimentDetectionJobCommandOutput,
144
+ } from "./commands/DescribeSentimentDetectionJobCommand";
145
+ import {
146
+ DescribeTargetedSentimentDetectionJobCommandInput,
147
+ DescribeTargetedSentimentDetectionJobCommandOutput,
148
+ } from "./commands/DescribeTargetedSentimentDetectionJobCommand";
149
+ import {
150
+ DescribeTopicsDetectionJobCommandInput,
151
+ DescribeTopicsDetectionJobCommandOutput,
152
+ } from "./commands/DescribeTopicsDetectionJobCommand";
153
+ import {
154
+ DetectDominantLanguageCommandInput,
155
+ DetectDominantLanguageCommandOutput,
156
+ } from "./commands/DetectDominantLanguageCommand";
157
+ import {
158
+ DetectEntitiesCommandInput,
159
+ DetectEntitiesCommandOutput,
160
+ } from "./commands/DetectEntitiesCommand";
161
+ import {
162
+ DetectKeyPhrasesCommandInput,
163
+ DetectKeyPhrasesCommandOutput,
164
+ } from "./commands/DetectKeyPhrasesCommand";
165
+ import {
166
+ DetectPiiEntitiesCommandInput,
167
+ DetectPiiEntitiesCommandOutput,
168
+ } from "./commands/DetectPiiEntitiesCommand";
169
+ import {
170
+ DetectSentimentCommandInput,
171
+ DetectSentimentCommandOutput,
172
+ } from "./commands/DetectSentimentCommand";
173
+ import {
174
+ DetectSyntaxCommandInput,
175
+ DetectSyntaxCommandOutput,
176
+ } from "./commands/DetectSyntaxCommand";
177
+ import {
178
+ ImportModelCommandInput,
179
+ ImportModelCommandOutput,
180
+ } from "./commands/ImportModelCommand";
181
+ import {
182
+ ListDocumentClassificationJobsCommandInput,
183
+ ListDocumentClassificationJobsCommandOutput,
184
+ } from "./commands/ListDocumentClassificationJobsCommand";
185
+ import {
186
+ ListDocumentClassifiersCommandInput,
187
+ ListDocumentClassifiersCommandOutput,
188
+ } from "./commands/ListDocumentClassifiersCommand";
189
+ import {
190
+ ListDocumentClassifierSummariesCommandInput,
191
+ ListDocumentClassifierSummariesCommandOutput,
192
+ } from "./commands/ListDocumentClassifierSummariesCommand";
193
+ import {
194
+ ListDominantLanguageDetectionJobsCommandInput,
195
+ ListDominantLanguageDetectionJobsCommandOutput,
196
+ } from "./commands/ListDominantLanguageDetectionJobsCommand";
197
+ import {
198
+ ListEndpointsCommandInput,
199
+ ListEndpointsCommandOutput,
200
+ } from "./commands/ListEndpointsCommand";
201
+ import {
202
+ ListEntitiesDetectionJobsCommandInput,
203
+ ListEntitiesDetectionJobsCommandOutput,
204
+ } from "./commands/ListEntitiesDetectionJobsCommand";
205
+ import {
206
+ ListEntityRecognizersCommandInput,
207
+ ListEntityRecognizersCommandOutput,
208
+ } from "./commands/ListEntityRecognizersCommand";
209
+ import {
210
+ ListEntityRecognizerSummariesCommandInput,
211
+ ListEntityRecognizerSummariesCommandOutput,
212
+ } from "./commands/ListEntityRecognizerSummariesCommand";
213
+ import {
214
+ ListEventsDetectionJobsCommandInput,
215
+ ListEventsDetectionJobsCommandOutput,
216
+ } from "./commands/ListEventsDetectionJobsCommand";
217
+ import {
218
+ ListKeyPhrasesDetectionJobsCommandInput,
219
+ ListKeyPhrasesDetectionJobsCommandOutput,
220
+ } from "./commands/ListKeyPhrasesDetectionJobsCommand";
221
+ import {
222
+ ListPiiEntitiesDetectionJobsCommandInput,
223
+ ListPiiEntitiesDetectionJobsCommandOutput,
224
+ } from "./commands/ListPiiEntitiesDetectionJobsCommand";
225
+ import {
226
+ ListSentimentDetectionJobsCommandInput,
227
+ ListSentimentDetectionJobsCommandOutput,
228
+ } from "./commands/ListSentimentDetectionJobsCommand";
229
+ import {
230
+ ListTagsForResourceCommandInput,
231
+ ListTagsForResourceCommandOutput,
232
+ } from "./commands/ListTagsForResourceCommand";
233
+ import {
234
+ ListTargetedSentimentDetectionJobsCommandInput,
235
+ ListTargetedSentimentDetectionJobsCommandOutput,
236
+ } from "./commands/ListTargetedSentimentDetectionJobsCommand";
237
+ import {
238
+ ListTopicsDetectionJobsCommandInput,
239
+ ListTopicsDetectionJobsCommandOutput,
240
+ } from "./commands/ListTopicsDetectionJobsCommand";
241
+ import {
242
+ PutResourcePolicyCommandInput,
243
+ PutResourcePolicyCommandOutput,
244
+ } from "./commands/PutResourcePolicyCommand";
245
+ import {
246
+ StartDocumentClassificationJobCommandInput,
247
+ StartDocumentClassificationJobCommandOutput,
248
+ } from "./commands/StartDocumentClassificationJobCommand";
249
+ import {
250
+ StartDominantLanguageDetectionJobCommandInput,
251
+ StartDominantLanguageDetectionJobCommandOutput,
252
+ } from "./commands/StartDominantLanguageDetectionJobCommand";
253
+ import {
254
+ StartEntitiesDetectionJobCommandInput,
255
+ StartEntitiesDetectionJobCommandOutput,
256
+ } from "./commands/StartEntitiesDetectionJobCommand";
257
+ import {
258
+ StartEventsDetectionJobCommandInput,
259
+ StartEventsDetectionJobCommandOutput,
260
+ } from "./commands/StartEventsDetectionJobCommand";
261
+ import {
262
+ StartKeyPhrasesDetectionJobCommandInput,
263
+ StartKeyPhrasesDetectionJobCommandOutput,
264
+ } from "./commands/StartKeyPhrasesDetectionJobCommand";
265
+ import {
266
+ StartPiiEntitiesDetectionJobCommandInput,
267
+ StartPiiEntitiesDetectionJobCommandOutput,
268
+ } from "./commands/StartPiiEntitiesDetectionJobCommand";
269
+ import {
270
+ StartSentimentDetectionJobCommandInput,
271
+ StartSentimentDetectionJobCommandOutput,
272
+ } from "./commands/StartSentimentDetectionJobCommand";
273
+ import {
274
+ StartTargetedSentimentDetectionJobCommandInput,
275
+ StartTargetedSentimentDetectionJobCommandOutput,
276
+ } from "./commands/StartTargetedSentimentDetectionJobCommand";
277
+ import {
278
+ StartTopicsDetectionJobCommandInput,
279
+ StartTopicsDetectionJobCommandOutput,
280
+ } from "./commands/StartTopicsDetectionJobCommand";
281
+ import {
282
+ StopDominantLanguageDetectionJobCommandInput,
283
+ StopDominantLanguageDetectionJobCommandOutput,
284
+ } from "./commands/StopDominantLanguageDetectionJobCommand";
285
+ import {
286
+ StopEntitiesDetectionJobCommandInput,
287
+ StopEntitiesDetectionJobCommandOutput,
288
+ } from "./commands/StopEntitiesDetectionJobCommand";
289
+ import {
290
+ StopEventsDetectionJobCommandInput,
291
+ StopEventsDetectionJobCommandOutput,
292
+ } from "./commands/StopEventsDetectionJobCommand";
293
+ import {
294
+ StopKeyPhrasesDetectionJobCommandInput,
295
+ StopKeyPhrasesDetectionJobCommandOutput,
296
+ } from "./commands/StopKeyPhrasesDetectionJobCommand";
297
+ import {
298
+ StopPiiEntitiesDetectionJobCommandInput,
299
+ StopPiiEntitiesDetectionJobCommandOutput,
300
+ } from "./commands/StopPiiEntitiesDetectionJobCommand";
301
+ import {
302
+ StopSentimentDetectionJobCommandInput,
303
+ StopSentimentDetectionJobCommandOutput,
304
+ } from "./commands/StopSentimentDetectionJobCommand";
305
+ import {
306
+ StopTargetedSentimentDetectionJobCommandInput,
307
+ StopTargetedSentimentDetectionJobCommandOutput,
308
+ } from "./commands/StopTargetedSentimentDetectionJobCommand";
309
+ import {
310
+ StopTrainingDocumentClassifierCommandInput,
311
+ StopTrainingDocumentClassifierCommandOutput,
312
+ } from "./commands/StopTrainingDocumentClassifierCommand";
313
+ import {
314
+ StopTrainingEntityRecognizerCommandInput,
315
+ StopTrainingEntityRecognizerCommandOutput,
316
+ } from "./commands/StopTrainingEntityRecognizerCommand";
317
+ import {
318
+ TagResourceCommandInput,
319
+ TagResourceCommandOutput,
320
+ } from "./commands/TagResourceCommand";
321
+ import {
322
+ UntagResourceCommandInput,
323
+ UntagResourceCommandOutput,
324
+ } from "./commands/UntagResourceCommand";
325
+ import {
326
+ UpdateEndpointCommandInput,
327
+ UpdateEndpointCommandOutput,
328
+ } from "./commands/UpdateEndpointCommand";
329
+ export declare type ServiceInputTypes =
330
+ | BatchDetectDominantLanguageCommandInput
331
+ | BatchDetectEntitiesCommandInput
332
+ | BatchDetectKeyPhrasesCommandInput
333
+ | BatchDetectSentimentCommandInput
334
+ | BatchDetectSyntaxCommandInput
335
+ | ClassifyDocumentCommandInput
336
+ | ContainsPiiEntitiesCommandInput
337
+ | CreateDocumentClassifierCommandInput
338
+ | CreateEndpointCommandInput
339
+ | CreateEntityRecognizerCommandInput
340
+ | DeleteDocumentClassifierCommandInput
341
+ | DeleteEndpointCommandInput
342
+ | DeleteEntityRecognizerCommandInput
343
+ | DeleteResourcePolicyCommandInput
344
+ | DescribeDocumentClassificationJobCommandInput
345
+ | DescribeDocumentClassifierCommandInput
346
+ | DescribeDominantLanguageDetectionJobCommandInput
347
+ | DescribeEndpointCommandInput
348
+ | DescribeEntitiesDetectionJobCommandInput
349
+ | DescribeEntityRecognizerCommandInput
350
+ | DescribeEventsDetectionJobCommandInput
351
+ | DescribeKeyPhrasesDetectionJobCommandInput
352
+ | DescribePiiEntitiesDetectionJobCommandInput
353
+ | DescribeResourcePolicyCommandInput
354
+ | DescribeSentimentDetectionJobCommandInput
355
+ | DescribeTargetedSentimentDetectionJobCommandInput
356
+ | DescribeTopicsDetectionJobCommandInput
357
+ | DetectDominantLanguageCommandInput
358
+ | DetectEntitiesCommandInput
359
+ | DetectKeyPhrasesCommandInput
360
+ | DetectPiiEntitiesCommandInput
361
+ | DetectSentimentCommandInput
362
+ | DetectSyntaxCommandInput
363
+ | ImportModelCommandInput
364
+ | ListDocumentClassificationJobsCommandInput
365
+ | ListDocumentClassifierSummariesCommandInput
366
+ | ListDocumentClassifiersCommandInput
367
+ | ListDominantLanguageDetectionJobsCommandInput
368
+ | ListEndpointsCommandInput
369
+ | ListEntitiesDetectionJobsCommandInput
370
+ | ListEntityRecognizerSummariesCommandInput
371
+ | ListEntityRecognizersCommandInput
372
+ | ListEventsDetectionJobsCommandInput
373
+ | ListKeyPhrasesDetectionJobsCommandInput
374
+ | ListPiiEntitiesDetectionJobsCommandInput
375
+ | ListSentimentDetectionJobsCommandInput
376
+ | ListTagsForResourceCommandInput
377
+ | ListTargetedSentimentDetectionJobsCommandInput
378
+ | ListTopicsDetectionJobsCommandInput
379
+ | PutResourcePolicyCommandInput
380
+ | StartDocumentClassificationJobCommandInput
381
+ | StartDominantLanguageDetectionJobCommandInput
382
+ | StartEntitiesDetectionJobCommandInput
383
+ | StartEventsDetectionJobCommandInput
384
+ | StartKeyPhrasesDetectionJobCommandInput
385
+ | StartPiiEntitiesDetectionJobCommandInput
386
+ | StartSentimentDetectionJobCommandInput
387
+ | StartTargetedSentimentDetectionJobCommandInput
388
+ | StartTopicsDetectionJobCommandInput
389
+ | StopDominantLanguageDetectionJobCommandInput
390
+ | StopEntitiesDetectionJobCommandInput
391
+ | StopEventsDetectionJobCommandInput
392
+ | StopKeyPhrasesDetectionJobCommandInput
393
+ | StopPiiEntitiesDetectionJobCommandInput
394
+ | StopSentimentDetectionJobCommandInput
395
+ | StopTargetedSentimentDetectionJobCommandInput
396
+ | StopTrainingDocumentClassifierCommandInput
397
+ | StopTrainingEntityRecognizerCommandInput
398
+ | TagResourceCommandInput
399
+ | UntagResourceCommandInput
400
+ | UpdateEndpointCommandInput;
401
+ export declare type ServiceOutputTypes =
402
+ | BatchDetectDominantLanguageCommandOutput
403
+ | BatchDetectEntitiesCommandOutput
404
+ | BatchDetectKeyPhrasesCommandOutput
405
+ | BatchDetectSentimentCommandOutput
406
+ | BatchDetectSyntaxCommandOutput
407
+ | ClassifyDocumentCommandOutput
408
+ | ContainsPiiEntitiesCommandOutput
409
+ | CreateDocumentClassifierCommandOutput
410
+ | CreateEndpointCommandOutput
411
+ | CreateEntityRecognizerCommandOutput
412
+ | DeleteDocumentClassifierCommandOutput
413
+ | DeleteEndpointCommandOutput
414
+ | DeleteEntityRecognizerCommandOutput
415
+ | DeleteResourcePolicyCommandOutput
416
+ | DescribeDocumentClassificationJobCommandOutput
417
+ | DescribeDocumentClassifierCommandOutput
418
+ | DescribeDominantLanguageDetectionJobCommandOutput
419
+ | DescribeEndpointCommandOutput
420
+ | DescribeEntitiesDetectionJobCommandOutput
421
+ | DescribeEntityRecognizerCommandOutput
422
+ | DescribeEventsDetectionJobCommandOutput
423
+ | DescribeKeyPhrasesDetectionJobCommandOutput
424
+ | DescribePiiEntitiesDetectionJobCommandOutput
425
+ | DescribeResourcePolicyCommandOutput
426
+ | DescribeSentimentDetectionJobCommandOutput
427
+ | DescribeTargetedSentimentDetectionJobCommandOutput
428
+ | DescribeTopicsDetectionJobCommandOutput
429
+ | DetectDominantLanguageCommandOutput
430
+ | DetectEntitiesCommandOutput
431
+ | DetectKeyPhrasesCommandOutput
432
+ | DetectPiiEntitiesCommandOutput
433
+ | DetectSentimentCommandOutput
434
+ | DetectSyntaxCommandOutput
435
+ | ImportModelCommandOutput
436
+ | ListDocumentClassificationJobsCommandOutput
437
+ | ListDocumentClassifierSummariesCommandOutput
438
+ | ListDocumentClassifiersCommandOutput
439
+ | ListDominantLanguageDetectionJobsCommandOutput
440
+ | ListEndpointsCommandOutput
441
+ | ListEntitiesDetectionJobsCommandOutput
442
+ | ListEntityRecognizerSummariesCommandOutput
443
+ | ListEntityRecognizersCommandOutput
444
+ | ListEventsDetectionJobsCommandOutput
445
+ | ListKeyPhrasesDetectionJobsCommandOutput
446
+ | ListPiiEntitiesDetectionJobsCommandOutput
447
+ | ListSentimentDetectionJobsCommandOutput
448
+ | ListTagsForResourceCommandOutput
449
+ | ListTargetedSentimentDetectionJobsCommandOutput
450
+ | ListTopicsDetectionJobsCommandOutput
451
+ | PutResourcePolicyCommandOutput
452
+ | StartDocumentClassificationJobCommandOutput
453
+ | StartDominantLanguageDetectionJobCommandOutput
454
+ | StartEntitiesDetectionJobCommandOutput
455
+ | StartEventsDetectionJobCommandOutput
456
+ | StartKeyPhrasesDetectionJobCommandOutput
457
+ | StartPiiEntitiesDetectionJobCommandOutput
458
+ | StartSentimentDetectionJobCommandOutput
459
+ | StartTargetedSentimentDetectionJobCommandOutput
460
+ | StartTopicsDetectionJobCommandOutput
461
+ | StopDominantLanguageDetectionJobCommandOutput
462
+ | StopEntitiesDetectionJobCommandOutput
463
+ | StopEventsDetectionJobCommandOutput
464
+ | StopKeyPhrasesDetectionJobCommandOutput
465
+ | StopPiiEntitiesDetectionJobCommandOutput
466
+ | StopSentimentDetectionJobCommandOutput
467
+ | StopTargetedSentimentDetectionJobCommandOutput
468
+ | StopTrainingDocumentClassifierCommandOutput
469
+ | StopTrainingEntityRecognizerCommandOutput
470
+ | TagResourceCommandOutput
471
+ | UntagResourceCommandOutput
472
+ | UpdateEndpointCommandOutput;
473
+ export interface ClientDefaults
474
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
475
+ requestHandler?: __HttpHandler;
476
+
477
+ sha256?: __HashConstructor;
478
+
479
+ urlParser?: __UrlParser;
480
+
481
+ bodyLengthChecker?: __BodyLengthCalculator;
482
+
483
+ streamCollector?: __StreamCollector;
484
+
485
+ base64Decoder?: __Decoder;
486
+
487
+ base64Encoder?: __Encoder;
488
+
489
+ utf8Decoder?: __Decoder;
490
+
491
+ utf8Encoder?: __Encoder;
492
+
493
+ runtime?: string;
494
+
495
+ disableHostPrefix?: boolean;
496
+
497
+ maxAttempts?: number | __Provider<number>;
498
+
499
+ retryMode?: string | __Provider<string>;
500
+
501
+ logger?: __Logger;
502
+
503
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
504
+
505
+ useFipsEndpoint?: boolean | __Provider<boolean>;
506
+
507
+ serviceId?: string;
508
+
509
+ region?: string | __Provider<string>;
510
+
511
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
512
+
513
+ regionInfoProvider?: RegionInfoProvider;
514
+
515
+ defaultUserAgentProvider?: Provider<__UserAgent>;
516
+
517
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
518
+ }
519
+ declare type ComprehendClientConfigType = Partial<
520
+ __SmithyConfiguration<__HttpHandlerOptions>
521
+ > &
522
+ ClientDefaults &
523
+ RegionInputConfig &
524
+ EndpointsInputConfig &
525
+ RetryInputConfig &
526
+ HostHeaderInputConfig &
527
+ AwsAuthInputConfig &
528
+ UserAgentInputConfig;
529
+
530
+ export interface ComprehendClientConfig extends ComprehendClientConfigType {}
531
+ declare type ComprehendClientResolvedConfigType =
532
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
533
+ Required<ClientDefaults> &
534
+ RegionResolvedConfig &
535
+ EndpointsResolvedConfig &
536
+ RetryResolvedConfig &
537
+ HostHeaderResolvedConfig &
538
+ AwsAuthResolvedConfig &
539
+ UserAgentResolvedConfig;
540
+
541
+ export interface ComprehendClientResolvedConfig
542
+ extends ComprehendClientResolvedConfigType {}
543
+
544
+ export declare class ComprehendClient extends __Client<
545
+ __HttpHandlerOptions,
546
+ ServiceInputTypes,
547
+ ServiceOutputTypes,
548
+ ComprehendClientResolvedConfig
549
+ > {
550
+ readonly config: ComprehendClientResolvedConfig;
551
+ constructor(configuration: ComprehendClientConfig);
552
+
553
+ destroy(): void;
554
+ }
555
+ export {};