@aws-sdk/client-comprehend 3.37.0 → 3.41.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 (91) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +66 -0
  3. package/dist-cjs/endpoints.js +123 -17
  4. package/dist-cjs/index.js +4 -77
  5. package/dist-cjs/pagination/index.js +15 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +63 -0
  9. package/dist-es/endpoints.js +123 -17
  10. package/dist-es/index.js +4 -77
  11. package/dist-es/pagination/index.js +12 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/ComprehendClient.d.ts +8 -0
  15. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +1 -1
  16. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +1 -1
  17. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +1 -1
  18. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +1 -1
  19. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +1 -1
  20. package/dist-types/commands/ClassifyDocumentCommand.d.ts +1 -1
  21. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -1
  39. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +1 -1
  40. package/dist-types/commands/DetectEntitiesCommand.d.ts +1 -1
  41. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +1 -1
  42. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +1 -1
  43. package/dist-types/commands/DetectSentimentCommand.d.ts +1 -1
  44. package/dist-types/commands/DetectSyntaxCommand.d.ts +1 -1
  45. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +1 -1
  53. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +1 -1
  59. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +1 -1
  60. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +1 -1
  61. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +1 -1
  62. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +1 -1
  63. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +1 -1
  64. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +1 -1
  65. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +1 -1
  66. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +1 -1
  67. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -1
  68. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +1 -1
  69. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +1 -1
  70. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -1
  71. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -1
  72. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +1 -1
  73. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -1
  74. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -1
  75. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  76. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  78. package/dist-types/commands/index.d.ts +63 -0
  79. package/dist-types/index.d.ts +4 -77
  80. package/dist-types/pagination/index.d.ts +12 -0
  81. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  82. package/dist-types/runtimeConfig.d.ts +2 -0
  83. package/dist-types/runtimeConfig.native.d.ts +2 -0
  84. package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
  85. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  86. package/dist-types/ts3.4/index.d.ts +4 -77
  87. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  91. package/package.json +26 -26
@@ -21,7 +21,7 @@ export interface DetectPiiEntitiesCommandOutput extends DetectPiiEntitiesRespons
21
21
  *
22
22
  * @see {@link DetectPiiEntitiesCommandInput} for command's `input` shape.
23
23
  * @see {@link DetectPiiEntitiesCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DetectPiiEntitiesCommand extends $Command<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput, ComprehendClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DetectSentimentCommandOutput extends DetectSentimentResponse, _
21
21
  *
22
22
  * @see {@link DetectSentimentCommandInput} for command's `input` shape.
23
23
  * @see {@link DetectSentimentCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DetectSentimentCommand extends $Command<DetectSentimentCommandInput, DetectSentimentCommandOutput, ComprehendClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DetectSyntaxCommandOutput extends DetectSyntaxResponse, __Metad
21
21
  *
22
22
  * @see {@link DetectSyntaxCommandInput} for command's `input` shape.
23
23
  * @see {@link DetectSyntaxCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DetectSyntaxCommand extends $Command<DetectSyntaxCommandInput, DetectSyntaxCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDocumentClassificationJobsCommandOutput extends ListDocumen
20
20
  *
21
21
  * @see {@link ListDocumentClassificationJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDocumentClassificationJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDocumentClassificationJobsCommand extends $Command<ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDocumentClassifierSummariesCommandOutput extends ListDocume
20
20
  *
21
21
  * @see {@link ListDocumentClassifierSummariesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDocumentClassifierSummariesCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDocumentClassifierSummariesCommand extends $Command<ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDocumentClassifiersCommandOutput extends ListDocumentClassi
20
20
  *
21
21
  * @see {@link ListDocumentClassifiersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDocumentClassifiersCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDocumentClassifiersCommand extends $Command<ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDominantLanguageDetectionJobsCommandOutput extends ListDomi
20
20
  *
21
21
  * @see {@link ListDominantLanguageDetectionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDominantLanguageDetectionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDominantLanguageDetectionJobsCommand extends $Command<ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResponse, __Met
20
20
  *
21
21
  * @see {@link ListEndpointsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListEndpointsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListEndpointsCommand extends $Command<ListEndpointsCommandInput, ListEndpointsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListEntitiesDetectionJobsCommandOutput extends ListEntitiesDete
20
20
  *
21
21
  * @see {@link ListEntitiesDetectionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListEntitiesDetectionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListEntitiesDetectionJobsCommand extends $Command<ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListEntityRecognizerSummariesCommandOutput extends ListEntityRe
20
20
  *
21
21
  * @see {@link ListEntityRecognizerSummariesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListEntityRecognizerSummariesCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListEntityRecognizerSummariesCommand extends $Command<ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput, ComprehendClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ListEntityRecognizersCommandOutput extends ListEntityRecognizer
25
25
  *
26
26
  * @see {@link ListEntityRecognizersCommandInput} for command's `input` shape.
27
27
  * @see {@link ListEntityRecognizersCommandOutput} for command's `response` shape.
28
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ListEntityRecognizersCommand extends $Command<ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListEventsDetectionJobsCommandOutput extends ListEventsDetectio
20
20
  *
21
21
  * @see {@link ListEventsDetectionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListEventsDetectionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListEventsDetectionJobsCommand extends $Command<ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListKeyPhrasesDetectionJobsCommandOutput extends ListKeyPhrases
20
20
  *
21
21
  * @see {@link ListKeyPhrasesDetectionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListKeyPhrasesDetectionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListKeyPhrasesDetectionJobsCommand extends $Command<ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListPiiEntitiesDetectionJobsCommandOutput extends ListPiiEntiti
20
20
  *
21
21
  * @see {@link ListPiiEntitiesDetectionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListPiiEntitiesDetectionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListPiiEntitiesDetectionJobsCommand extends $Command<ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSentimentDetectionJobsCommandOutput extends ListSentimentDe
20
20
  *
21
21
  * @see {@link ListSentimentDetectionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSentimentDetectionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSentimentDetectionJobsCommand extends $Command<ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTopicsDetectionJobsCommandOutput extends ListTopicsDetectio
20
20
  *
21
21
  * @see {@link ListTopicsDetectionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTopicsDetectionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTopicsDetectionJobsCommand extends $Command<ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface StartDocumentClassificationJobCommandOutput extends StartDocume
21
21
  *
22
22
  * @see {@link StartDocumentClassificationJobCommandInput} for command's `input` shape.
23
23
  * @see {@link StartDocumentClassificationJobCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class StartDocumentClassificationJobCommand extends $Command<StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartDominantLanguageDetectionJobCommandOutput extends StartDom
22
22
  *
23
23
  * @see {@link StartDominantLanguageDetectionJobCommandInput} for command's `input` shape.
24
24
  * @see {@link StartDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
25
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartDominantLanguageDetectionJobCommand extends $Command<StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDet
24
24
  *
25
25
  * @see {@link StartEntitiesDetectionJobCommandInput} for command's `input` shape.
26
26
  * @see {@link StartEntitiesDetectionJobCommandOutput} for command's `response` shape.
27
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StartEntitiesDetectionJobCommand extends $Command<StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartEventsDetectionJobCommandOutput extends StartEventsDetecti
20
20
  *
21
21
  * @see {@link StartEventsDetectionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StartEventsDetectionJobCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartEventsDetectionJobCommand extends $Command<StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrase
22
22
  *
23
23
  * @see {@link StartKeyPhrasesDetectionJobCommandInput} for command's `input` shape.
24
24
  * @see {@link StartKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
25
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartKeyPhrasesDetectionJobCommand extends $Command<StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartPiiEntitiesDetectionJobCommandOutput extends StartPiiEntit
20
20
  *
21
21
  * @see {@link StartPiiEntitiesDetectionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StartPiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartPiiEntitiesDetectionJobCommand extends $Command<StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartSentimentDetectionJobCommandOutput extends StartSentimentD
22
22
  *
23
23
  * @see {@link StartSentimentDetectionJobCommandInput} for command's `input` shape.
24
24
  * @see {@link StartSentimentDetectionJobCommandOutput} for command's `response` shape.
25
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartSentimentDetectionJobCommand extends $Command<StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface StartTopicsDetectionJobCommandOutput extends StartTopicsDetecti
21
21
  *
22
22
  * @see {@link StartTopicsDetectionJobCommandInput} for command's `input` shape.
23
23
  * @see {@link StartTopicsDetectionJobCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class StartTopicsDetectionJobCommand extends $Command<StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface StopDominantLanguageDetectionJobCommandOutput extends StopDomin
29
29
  *
30
30
  * @see {@link StopDominantLanguageDetectionJobCommandInput} for command's `input` shape.
31
31
  * @see {@link StopDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
32
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class StopDominantLanguageDetectionJobCommand extends $Command<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface StopEntitiesDetectionJobCommandOutput extends StopEntitiesDetec
29
29
  *
30
30
  * @see {@link StopEntitiesDetectionJobCommandInput} for command's `input` shape.
31
31
  * @see {@link StopEntitiesDetectionJobCommandOutput} for command's `response` shape.
32
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class StopEntitiesDetectionJobCommand extends $Command<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopEventsDetectionJobCommandOutput extends StopEventsDetection
20
20
  *
21
21
  * @see {@link StopEventsDetectionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StopEventsDetectionJobCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopEventsDetectionJobCommand extends $Command<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesD
29
29
  *
30
30
  * @see {@link StopKeyPhrasesDetectionJobCommandInput} for command's `input` shape.
31
31
  * @see {@link StopKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
32
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class StopKeyPhrasesDetectionJobCommand extends $Command<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopPiiEntitiesDetectionJobCommandOutput extends StopPiiEntitie
20
20
  *
21
21
  * @see {@link StopPiiEntitiesDetectionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StopPiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopPiiEntitiesDetectionJobCommand extends $Command<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDet
29
29
  *
30
30
  * @see {@link StopSentimentDetectionJobCommandInput} for command's `input` shape.
31
31
  * @see {@link StopSentimentDetectionJobCommandOutput} for command's `response` shape.
32
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class StopSentimentDetectionJobCommand extends $Command<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface StopTrainingDocumentClassifierCommandOutput extends StopTrainin
25
25
  *
26
26
  * @see {@link StopTrainingDocumentClassifierCommandInput} for command's `input` shape.
27
27
  * @see {@link StopTrainingDocumentClassifierCommandOutput} for command's `response` shape.
28
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class StopTrainingDocumentClassifierCommand extends $Command<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface StopTrainingEntityRecognizerCommandOutput extends StopTrainingE
25
25
  *
26
26
  * @see {@link StopTrainingEntityRecognizerCommandInput} for command's `input` shape.
27
27
  * @see {@link StopTrainingEntityRecognizerCommandOutput} for command's `response` shape.
28
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class StopTrainingEntityRecognizerCommand extends $Command<StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
23
23
  *
24
24
  * @see {@link TagResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
26
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ComprehendClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __M
20
20
  *
21
21
  * @see {@link UpdateEndpointCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateEndpointCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateEndpointCommand extends $Command<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, ComprehendClientResolvedConfig> {
@@ -0,0 +1,63 @@
1
+ export * from "./BatchDetectDominantLanguageCommand";
2
+ export * from "./BatchDetectEntitiesCommand";
3
+ export * from "./BatchDetectKeyPhrasesCommand";
4
+ export * from "./BatchDetectSentimentCommand";
5
+ export * from "./BatchDetectSyntaxCommand";
6
+ export * from "./ClassifyDocumentCommand";
7
+ export * from "./ContainsPiiEntitiesCommand";
8
+ export * from "./CreateDocumentClassifierCommand";
9
+ export * from "./CreateEndpointCommand";
10
+ export * from "./CreateEntityRecognizerCommand";
11
+ export * from "./DeleteDocumentClassifierCommand";
12
+ export * from "./DeleteEndpointCommand";
13
+ export * from "./DeleteEntityRecognizerCommand";
14
+ export * from "./DescribeDocumentClassificationJobCommand";
15
+ export * from "./DescribeDocumentClassifierCommand";
16
+ export * from "./DescribeDominantLanguageDetectionJobCommand";
17
+ export * from "./DescribeEndpointCommand";
18
+ export * from "./DescribeEntitiesDetectionJobCommand";
19
+ export * from "./DescribeEntityRecognizerCommand";
20
+ export * from "./DescribeEventsDetectionJobCommand";
21
+ export * from "./DescribeKeyPhrasesDetectionJobCommand";
22
+ export * from "./DescribePiiEntitiesDetectionJobCommand";
23
+ export * from "./DescribeSentimentDetectionJobCommand";
24
+ export * from "./DescribeTopicsDetectionJobCommand";
25
+ export * from "./DetectDominantLanguageCommand";
26
+ export * from "./DetectEntitiesCommand";
27
+ export * from "./DetectKeyPhrasesCommand";
28
+ export * from "./DetectPiiEntitiesCommand";
29
+ export * from "./DetectSentimentCommand";
30
+ export * from "./DetectSyntaxCommand";
31
+ export * from "./ListDocumentClassificationJobsCommand";
32
+ export * from "./ListDocumentClassifierSummariesCommand";
33
+ export * from "./ListDocumentClassifiersCommand";
34
+ export * from "./ListDominantLanguageDetectionJobsCommand";
35
+ export * from "./ListEndpointsCommand";
36
+ export * from "./ListEntitiesDetectionJobsCommand";
37
+ export * from "./ListEntityRecognizerSummariesCommand";
38
+ export * from "./ListEntityRecognizersCommand";
39
+ export * from "./ListEventsDetectionJobsCommand";
40
+ export * from "./ListKeyPhrasesDetectionJobsCommand";
41
+ export * from "./ListPiiEntitiesDetectionJobsCommand";
42
+ export * from "./ListSentimentDetectionJobsCommand";
43
+ export * from "./ListTagsForResourceCommand";
44
+ export * from "./ListTopicsDetectionJobsCommand";
45
+ export * from "./StartDocumentClassificationJobCommand";
46
+ export * from "./StartDominantLanguageDetectionJobCommand";
47
+ export * from "./StartEntitiesDetectionJobCommand";
48
+ export * from "./StartEventsDetectionJobCommand";
49
+ export * from "./StartKeyPhrasesDetectionJobCommand";
50
+ export * from "./StartPiiEntitiesDetectionJobCommand";
51
+ export * from "./StartSentimentDetectionJobCommand";
52
+ export * from "./StartTopicsDetectionJobCommand";
53
+ export * from "./StopDominantLanguageDetectionJobCommand";
54
+ export * from "./StopEntitiesDetectionJobCommand";
55
+ export * from "./StopEventsDetectionJobCommand";
56
+ export * from "./StopKeyPhrasesDetectionJobCommand";
57
+ export * from "./StopPiiEntitiesDetectionJobCommand";
58
+ export * from "./StopSentimentDetectionJobCommand";
59
+ export * from "./StopTrainingDocumentClassifierCommand";
60
+ export * from "./StopTrainingEntityRecognizerCommand";
61
+ export * from "./TagResourceCommand";
62
+ export * from "./UntagResourceCommand";
63
+ export * from "./UpdateEndpointCommand";
@@ -1,78 +1,5 @@
1
- export * from "./ComprehendClient";
2
1
  export * from "./Comprehend";
3
- export * from "./commands/BatchDetectDominantLanguageCommand";
4
- export * from "./commands/BatchDetectEntitiesCommand";
5
- export * from "./commands/BatchDetectKeyPhrasesCommand";
6
- export * from "./commands/BatchDetectSentimentCommand";
7
- export * from "./commands/BatchDetectSyntaxCommand";
8
- export * from "./commands/ClassifyDocumentCommand";
9
- export * from "./commands/ContainsPiiEntitiesCommand";
10
- export * from "./commands/CreateDocumentClassifierCommand";
11
- export * from "./commands/CreateEndpointCommand";
12
- export * from "./commands/CreateEntityRecognizerCommand";
13
- export * from "./commands/DeleteDocumentClassifierCommand";
14
- export * from "./commands/DeleteEndpointCommand";
15
- export * from "./commands/DeleteEntityRecognizerCommand";
16
- export * from "./commands/DescribeDocumentClassificationJobCommand";
17
- export * from "./commands/DescribeDocumentClassifierCommand";
18
- export * from "./commands/DescribeDominantLanguageDetectionJobCommand";
19
- export * from "./commands/DescribeEndpointCommand";
20
- export * from "./commands/DescribeEntitiesDetectionJobCommand";
21
- export * from "./commands/DescribeEntityRecognizerCommand";
22
- export * from "./commands/DescribeEventsDetectionJobCommand";
23
- export * from "./commands/DescribeKeyPhrasesDetectionJobCommand";
24
- export * from "./commands/DescribePiiEntitiesDetectionJobCommand";
25
- export * from "./commands/DescribeSentimentDetectionJobCommand";
26
- export * from "./commands/DescribeTopicsDetectionJobCommand";
27
- export * from "./commands/DetectDominantLanguageCommand";
28
- export * from "./commands/DetectEntitiesCommand";
29
- export * from "./commands/DetectKeyPhrasesCommand";
30
- export * from "./commands/DetectPiiEntitiesCommand";
31
- export * from "./commands/DetectSentimentCommand";
32
- export * from "./commands/DetectSyntaxCommand";
33
- export * from "./commands/ListDocumentClassificationJobsCommand";
34
- export * from "./pagination/ListDocumentClassificationJobsPaginator";
35
- export * from "./commands/ListDocumentClassifiersCommand";
36
- export * from "./pagination/ListDocumentClassifiersPaginator";
37
- export * from "./commands/ListDocumentClassifierSummariesCommand";
38
- export * from "./pagination/ListDocumentClassifierSummariesPaginator";
39
- export * from "./commands/ListDominantLanguageDetectionJobsCommand";
40
- export * from "./pagination/ListDominantLanguageDetectionJobsPaginator";
41
- export * from "./commands/ListEndpointsCommand";
42
- export * from "./commands/ListEntitiesDetectionJobsCommand";
43
- export * from "./pagination/ListEntitiesDetectionJobsPaginator";
44
- export * from "./commands/ListEntityRecognizersCommand";
45
- export * from "./pagination/ListEntityRecognizersPaginator";
46
- export * from "./commands/ListEntityRecognizerSummariesCommand";
47
- export * from "./pagination/ListEntityRecognizerSummariesPaginator";
48
- export * from "./commands/ListEventsDetectionJobsCommand";
49
- export * from "./pagination/ListEventsDetectionJobsPaginator";
50
- export * from "./commands/ListKeyPhrasesDetectionJobsCommand";
51
- export * from "./pagination/ListKeyPhrasesDetectionJobsPaginator";
52
- export * from "./commands/ListPiiEntitiesDetectionJobsCommand";
53
- export * from "./commands/ListSentimentDetectionJobsCommand";
54
- export * from "./pagination/ListSentimentDetectionJobsPaginator";
55
- export * from "./commands/ListTagsForResourceCommand";
56
- export * from "./commands/ListTopicsDetectionJobsCommand";
57
- export * from "./pagination/ListTopicsDetectionJobsPaginator";
58
- export * from "./commands/StartDocumentClassificationJobCommand";
59
- export * from "./commands/StartDominantLanguageDetectionJobCommand";
60
- export * from "./commands/StartEntitiesDetectionJobCommand";
61
- export * from "./commands/StartEventsDetectionJobCommand";
62
- export * from "./commands/StartKeyPhrasesDetectionJobCommand";
63
- export * from "./commands/StartPiiEntitiesDetectionJobCommand";
64
- export * from "./commands/StartSentimentDetectionJobCommand";
65
- export * from "./commands/StartTopicsDetectionJobCommand";
66
- export * from "./commands/StopDominantLanguageDetectionJobCommand";
67
- export * from "./commands/StopEntitiesDetectionJobCommand";
68
- export * from "./commands/StopEventsDetectionJobCommand";
69
- export * from "./commands/StopKeyPhrasesDetectionJobCommand";
70
- export * from "./commands/StopPiiEntitiesDetectionJobCommand";
71
- export * from "./commands/StopSentimentDetectionJobCommand";
72
- export * from "./commands/StopTrainingDocumentClassifierCommand";
73
- export * from "./commands/StopTrainingEntityRecognizerCommand";
74
- export * from "./commands/TagResourceCommand";
75
- export * from "./commands/UntagResourceCommand";
76
- export * from "./commands/UpdateEndpointCommand";
77
- export * from "./pagination/Interfaces";
78
- export * from "./models/index";
2
+ export * from "./ComprehendClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,12 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListDocumentClassificationJobsPaginator";
3
+ export * from "./ListDocumentClassifierSummariesPaginator";
4
+ export * from "./ListDocumentClassifiersPaginator";
5
+ export * from "./ListDominantLanguageDetectionJobsPaginator";
6
+ export * from "./ListEntitiesDetectionJobsPaginator";
7
+ export * from "./ListEntityRecognizerSummariesPaginator";
8
+ export * from "./ListEntityRecognizersPaginator";
9
+ export * from "./ListEventsDetectionJobsPaginator";
10
+ export * from "./ListKeyPhrasesDetectionJobsPaginator";
11
+ export * from "./ListSentimentDetectionJobsPaginator";
12
+ export * from "./ListTopicsDetectionJobsPaginator";
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -101,6 +101,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
101
101
 
102
102
  logger?: __Logger;
103
103
 
104
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
105
+
106
+ useFipsEndpoint?: boolean | __Provider<boolean>;
107
+
104
108
  serviceId?: string;
105
109
 
106
110
  region?: string | __Provider<string>;