@aws-sdk/client-comprehend 3.168.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 +16 -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,215 +1,857 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput } from "../commands/BatchDetectDominantLanguageCommand";
4
- import { BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput } from "../commands/BatchDetectEntitiesCommand";
5
- import { BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput } from "../commands/BatchDetectKeyPhrasesCommand";
6
- import { BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput } from "../commands/BatchDetectSentimentCommand";
7
- import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput } from "../commands/BatchDetectSyntaxCommand";
8
- import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput } from "../commands/ClassifyDocumentCommand";
9
- import { ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput } from "../commands/ContainsPiiEntitiesCommand";
10
- import { CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput } from "../commands/CreateDocumentClassifierCommand";
11
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
12
- import { CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput } from "../commands/CreateEntityRecognizerCommand";
13
- import { DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput } from "../commands/DeleteDocumentClassifierCommand";
14
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
15
- import { DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput } from "../commands/DeleteEntityRecognizerCommand";
16
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
17
- import { DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput } from "../commands/DescribeDocumentClassificationJobCommand";
18
- import { DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput } from "../commands/DescribeDocumentClassifierCommand";
19
- import { DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput } from "../commands/DescribeDominantLanguageDetectionJobCommand";
20
- import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "../commands/DescribeEndpointCommand";
21
- import { DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput } from "../commands/DescribeEntitiesDetectionJobCommand";
22
- import { DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput } from "../commands/DescribeEntityRecognizerCommand";
23
- import { DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput } from "../commands/DescribeEventsDetectionJobCommand";
24
- import { DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput } from "../commands/DescribeKeyPhrasesDetectionJobCommand";
25
- import { DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput } from "../commands/DescribePiiEntitiesDetectionJobCommand";
26
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
27
- import { DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput } from "../commands/DescribeSentimentDetectionJobCommand";
28
- import { DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput } from "../commands/DescribeTargetedSentimentDetectionJobCommand";
29
- import { DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput } from "../commands/DescribeTopicsDetectionJobCommand";
30
- import { DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput } from "../commands/DetectDominantLanguageCommand";
31
- import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "../commands/DetectEntitiesCommand";
32
- import { DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput } from "../commands/DetectKeyPhrasesCommand";
33
- import { DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput } from "../commands/DetectPiiEntitiesCommand";
34
- import { DetectSentimentCommandInput, DetectSentimentCommandOutput } from "../commands/DetectSentimentCommand";
35
- import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput } from "../commands/DetectSyntaxCommand";
36
- import { ImportModelCommandInput, ImportModelCommandOutput } from "../commands/ImportModelCommand";
37
- import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput } from "../commands/ListDocumentClassificationJobsCommand";
38
- import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput } from "../commands/ListDocumentClassifiersCommand";
39
- import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput } from "../commands/ListDocumentClassifierSummariesCommand";
40
- import { ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput } from "../commands/ListDominantLanguageDetectionJobsCommand";
41
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
42
- import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput } from "../commands/ListEntitiesDetectionJobsCommand";
43
- import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput } from "../commands/ListEntityRecognizersCommand";
44
- import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput } from "../commands/ListEntityRecognizerSummariesCommand";
45
- import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput } from "../commands/ListEventsDetectionJobsCommand";
46
- import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput } from "../commands/ListKeyPhrasesDetectionJobsCommand";
47
- import { ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput } from "../commands/ListPiiEntitiesDetectionJobsCommand";
48
- import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput } from "../commands/ListSentimentDetectionJobsCommand";
49
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
50
- import { ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput } from "../commands/ListTargetedSentimentDetectionJobsCommand";
51
- import { ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput } from "../commands/ListTopicsDetectionJobsCommand";
52
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
53
- import { StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput } from "../commands/StartDocumentClassificationJobCommand";
54
- import { StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput } from "../commands/StartDominantLanguageDetectionJobCommand";
55
- import { StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput } from "../commands/StartEntitiesDetectionJobCommand";
56
- import { StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput } from "../commands/StartEventsDetectionJobCommand";
57
- import { StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput } from "../commands/StartKeyPhrasesDetectionJobCommand";
58
- import { StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput } from "../commands/StartPiiEntitiesDetectionJobCommand";
59
- import { StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput } from "../commands/StartSentimentDetectionJobCommand";
60
- import { StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput } from "../commands/StartTargetedSentimentDetectionJobCommand";
61
- import { StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput } from "../commands/StartTopicsDetectionJobCommand";
62
- import { StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput } from "../commands/StopDominantLanguageDetectionJobCommand";
63
- import { StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput } from "../commands/StopEntitiesDetectionJobCommand";
64
- import { StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput } from "../commands/StopEventsDetectionJobCommand";
65
- import { StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput } from "../commands/StopKeyPhrasesDetectionJobCommand";
66
- import { StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput } from "../commands/StopPiiEntitiesDetectionJobCommand";
67
- import { StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput } from "../commands/StopSentimentDetectionJobCommand";
68
- import { StopTargetedSentimentDetectionJobCommandInput, StopTargetedSentimentDetectionJobCommandOutput } from "../commands/StopTargetedSentimentDetectionJobCommand";
69
- import { StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput } from "../commands/StopTrainingDocumentClassifierCommand";
70
- import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput } from "../commands/StopTrainingEntityRecognizerCommand";
71
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
72
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
73
- import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "../commands/UpdateEndpointCommand";
74
- export declare const serializeAws_json1_1BatchDetectDominantLanguageCommand: (input: BatchDetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1BatchDetectEntitiesCommand: (input: BatchDetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1BatchDetectKeyPhrasesCommand: (input: BatchDetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1BatchDetectSentimentCommand: (input: BatchDetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1BatchDetectSyntaxCommand: (input: BatchDetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ClassifyDocumentCommand: (input: ClassifyDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ContainsPiiEntitiesCommand: (input: ContainsPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1CreateDocumentClassifierCommand: (input: CreateDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1CreateEntityRecognizerCommand: (input: CreateEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DeleteDocumentClassifierCommand: (input: DeleteDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DeleteEntityRecognizerCommand: (input: DeleteEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DescribeDocumentClassificationJobCommand: (input: DescribeDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DescribeDocumentClassifierCommand: (input: DescribeDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (input: DescribeDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DescribeEndpointCommand: (input: DescribeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1DescribeEntitiesDetectionJobCommand: (input: DescribeEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DescribeEntityRecognizerCommand: (input: DescribeEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DescribeEventsDetectionJobCommand: (input: DescribeEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (input: DescribeKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (input: DescribePiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DescribeSentimentDetectionJobCommand: (input: DescribeSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (input: DescribeTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1DescribeTopicsDetectionJobCommand: (input: DescribeTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1DetectDominantLanguageCommand: (input: DetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1DetectKeyPhrasesCommand: (input: DetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1DetectPiiEntitiesCommand: (input: DetectPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1DetectSentimentCommand: (input: DetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1DetectSyntaxCommand: (input: DetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1ImportModelCommand: (input: ImportModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1ListDocumentClassificationJobsCommand: (input: ListDocumentClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1ListDocumentClassifiersCommand: (input: ListDocumentClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1ListDocumentClassifierSummariesCommand: (input: ListDocumentClassifierSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (input: ListDominantLanguageDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1ListEntitiesDetectionJobsCommand: (input: ListEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1ListEntityRecognizersCommand: (input: ListEntityRecognizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1ListEntityRecognizerSummariesCommand: (input: ListEntityRecognizerSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1ListEventsDetectionJobsCommand: (input: ListEventsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (input: ListKeyPhrasesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (input: ListPiiEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1ListSentimentDetectionJobsCommand: (input: ListSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (input: ListTargetedSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1ListTopicsDetectionJobsCommand: (input: ListTopicsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1StartDocumentClassificationJobCommand: (input: StartDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1StartDominantLanguageDetectionJobCommand: (input: StartDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1StartEntitiesDetectionJobCommand: (input: StartEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1StartEventsDetectionJobCommand: (input: StartEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (input: StartKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (input: StartPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1StartSentimentDetectionJobCommand: (input: StartSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (input: StartTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1StartTopicsDetectionJobCommand: (input: StartTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_json1_1StopDominantLanguageDetectionJobCommand: (input: StopDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1StopEntitiesDetectionJobCommand: (input: StopEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_json1_1StopEventsDetectionJobCommand: (input: StopEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (input: StopKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (input: StopPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1StopSentimentDetectionJobCommand: (input: StopSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (input: StopTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_json1_1StopTrainingDocumentClassifierCommand: (input: StopTrainingDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_json1_1StopTrainingEntityRecognizerCommand: (input: StopTrainingEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_json1_1UpdateEndpointCommand: (input: UpdateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const deserializeAws_json1_1BatchDetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectDominantLanguageCommandOutput>;
146
- export declare const deserializeAws_json1_1BatchDetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectEntitiesCommandOutput>;
147
- export declare const deserializeAws_json1_1BatchDetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectKeyPhrasesCommandOutput>;
148
- export declare const deserializeAws_json1_1BatchDetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSentimentCommandOutput>;
149
- export declare const deserializeAws_json1_1BatchDetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSyntaxCommandOutput>;
150
- export declare const deserializeAws_json1_1ClassifyDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClassifyDocumentCommandOutput>;
151
- export declare const deserializeAws_json1_1ContainsPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ContainsPiiEntitiesCommandOutput>;
152
- export declare const deserializeAws_json1_1CreateDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentClassifierCommandOutput>;
153
- export declare const deserializeAws_json1_1CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
154
- export declare const deserializeAws_json1_1CreateEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityRecognizerCommandOutput>;
155
- export declare const deserializeAws_json1_1DeleteDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentClassifierCommandOutput>;
156
- export declare const deserializeAws_json1_1DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
157
- export declare const deserializeAws_json1_1DeleteEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityRecognizerCommandOutput>;
158
- export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
159
- export declare const deserializeAws_json1_1DescribeDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassificationJobCommandOutput>;
160
- export declare const deserializeAws_json1_1DescribeDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassifierCommandOutput>;
161
- export declare const deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
162
- export declare const deserializeAws_json1_1DescribeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointCommandOutput>;
163
- export declare const deserializeAws_json1_1DescribeEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
164
- export declare const deserializeAws_json1_1DescribeEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityRecognizerCommandOutput>;
165
- export declare const deserializeAws_json1_1DescribeEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsDetectionJobCommandOutput>;
166
- export declare const deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
167
- export declare const deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
168
- export declare const deserializeAws_json1_1DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
169
- export declare const deserializeAws_json1_1DescribeSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSentimentDetectionJobCommandOutput>;
170
- export declare const deserializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
171
- export declare const deserializeAws_json1_1DescribeTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicsDetectionJobCommandOutput>;
172
- export declare const deserializeAws_json1_1DetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDominantLanguageCommandOutput>;
173
- export declare const deserializeAws_json1_1DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
174
- export declare const deserializeAws_json1_1DetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectKeyPhrasesCommandOutput>;
175
- export declare const deserializeAws_json1_1DetectPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPiiEntitiesCommandOutput>;
176
- export declare const deserializeAws_json1_1DetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSentimentCommandOutput>;
177
- export declare const deserializeAws_json1_1DetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSyntaxCommandOutput>;
178
- export declare const deserializeAws_json1_1ImportModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportModelCommandOutput>;
179
- export declare const deserializeAws_json1_1ListDocumentClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassificationJobsCommandOutput>;
180
- export declare const deserializeAws_json1_1ListDocumentClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifiersCommandOutput>;
181
- export declare const deserializeAws_json1_1ListDocumentClassifierSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifierSummariesCommandOutput>;
182
- export declare const deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
183
- export declare const deserializeAws_json1_1ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
184
- export declare const deserializeAws_json1_1ListEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionJobsCommandOutput>;
185
- export declare const deserializeAws_json1_1ListEntityRecognizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizersCommandOutput>;
186
- export declare const deserializeAws_json1_1ListEntityRecognizerSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizerSummariesCommandOutput>;
187
- export declare const deserializeAws_json1_1ListEventsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsDetectionJobsCommandOutput>;
188
- export declare const deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
189
- export declare const deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
190
- export declare const deserializeAws_json1_1ListSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSentimentDetectionJobsCommandOutput>;
191
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
192
- export declare const deserializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
193
- export declare const deserializeAws_json1_1ListTopicsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsDetectionJobsCommandOutput>;
194
- export declare const deserializeAws_json1_1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
195
- export declare const deserializeAws_json1_1StartDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentClassificationJobCommandOutput>;
196
- export declare const deserializeAws_json1_1StartDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
197
- export declare const deserializeAws_json1_1StartEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionJobCommandOutput>;
198
- export declare const deserializeAws_json1_1StartEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEventsDetectionJobCommandOutput>;
199
- export declare const deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
200
- export declare const deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
201
- export declare const deserializeAws_json1_1StartSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSentimentDetectionJobCommandOutput>;
202
- export declare const deserializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTargetedSentimentDetectionJobCommandOutput>;
203
- export declare const deserializeAws_json1_1StartTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTopicsDetectionJobCommandOutput>;
204
- export declare const deserializeAws_json1_1StopDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
205
- export declare const deserializeAws_json1_1StopEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionJobCommandOutput>;
206
- export declare const deserializeAws_json1_1StopEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEventsDetectionJobCommandOutput>;
207
- export declare const deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
208
- export declare const deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
209
- export declare const deserializeAws_json1_1StopSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSentimentDetectionJobCommandOutput>;
210
- export declare const deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTargetedSentimentDetectionJobCommandOutput>;
211
- export declare const deserializeAws_json1_1StopTrainingDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingDocumentClassifierCommandOutput>;
212
- export declare const deserializeAws_json1_1StopTrainingEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingEntityRecognizerCommandOutput>;
213
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
214
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
215
- export declare const deserializeAws_json1_1UpdateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ BatchDetectDominantLanguageCommandInput,
8
+ BatchDetectDominantLanguageCommandOutput,
9
+ } from "../commands/BatchDetectDominantLanguageCommand";
10
+ import {
11
+ BatchDetectEntitiesCommandInput,
12
+ BatchDetectEntitiesCommandOutput,
13
+ } from "../commands/BatchDetectEntitiesCommand";
14
+ import {
15
+ BatchDetectKeyPhrasesCommandInput,
16
+ BatchDetectKeyPhrasesCommandOutput,
17
+ } from "../commands/BatchDetectKeyPhrasesCommand";
18
+ import {
19
+ BatchDetectSentimentCommandInput,
20
+ BatchDetectSentimentCommandOutput,
21
+ } from "../commands/BatchDetectSentimentCommand";
22
+ import {
23
+ BatchDetectSyntaxCommandInput,
24
+ BatchDetectSyntaxCommandOutput,
25
+ } from "../commands/BatchDetectSyntaxCommand";
26
+ import {
27
+ ClassifyDocumentCommandInput,
28
+ ClassifyDocumentCommandOutput,
29
+ } from "../commands/ClassifyDocumentCommand";
30
+ import {
31
+ ContainsPiiEntitiesCommandInput,
32
+ ContainsPiiEntitiesCommandOutput,
33
+ } from "../commands/ContainsPiiEntitiesCommand";
34
+ import {
35
+ CreateDocumentClassifierCommandInput,
36
+ CreateDocumentClassifierCommandOutput,
37
+ } from "../commands/CreateDocumentClassifierCommand";
38
+ import {
39
+ CreateEndpointCommandInput,
40
+ CreateEndpointCommandOutput,
41
+ } from "../commands/CreateEndpointCommand";
42
+ import {
43
+ CreateEntityRecognizerCommandInput,
44
+ CreateEntityRecognizerCommandOutput,
45
+ } from "../commands/CreateEntityRecognizerCommand";
46
+ import {
47
+ DeleteDocumentClassifierCommandInput,
48
+ DeleteDocumentClassifierCommandOutput,
49
+ } from "../commands/DeleteDocumentClassifierCommand";
50
+ import {
51
+ DeleteEndpointCommandInput,
52
+ DeleteEndpointCommandOutput,
53
+ } from "../commands/DeleteEndpointCommand";
54
+ import {
55
+ DeleteEntityRecognizerCommandInput,
56
+ DeleteEntityRecognizerCommandOutput,
57
+ } from "../commands/DeleteEntityRecognizerCommand";
58
+ import {
59
+ DeleteResourcePolicyCommandInput,
60
+ DeleteResourcePolicyCommandOutput,
61
+ } from "../commands/DeleteResourcePolicyCommand";
62
+ import {
63
+ DescribeDocumentClassificationJobCommandInput,
64
+ DescribeDocumentClassificationJobCommandOutput,
65
+ } from "../commands/DescribeDocumentClassificationJobCommand";
66
+ import {
67
+ DescribeDocumentClassifierCommandInput,
68
+ DescribeDocumentClassifierCommandOutput,
69
+ } from "../commands/DescribeDocumentClassifierCommand";
70
+ import {
71
+ DescribeDominantLanguageDetectionJobCommandInput,
72
+ DescribeDominantLanguageDetectionJobCommandOutput,
73
+ } from "../commands/DescribeDominantLanguageDetectionJobCommand";
74
+ import {
75
+ DescribeEndpointCommandInput,
76
+ DescribeEndpointCommandOutput,
77
+ } from "../commands/DescribeEndpointCommand";
78
+ import {
79
+ DescribeEntitiesDetectionJobCommandInput,
80
+ DescribeEntitiesDetectionJobCommandOutput,
81
+ } from "../commands/DescribeEntitiesDetectionJobCommand";
82
+ import {
83
+ DescribeEntityRecognizerCommandInput,
84
+ DescribeEntityRecognizerCommandOutput,
85
+ } from "../commands/DescribeEntityRecognizerCommand";
86
+ import {
87
+ DescribeEventsDetectionJobCommandInput,
88
+ DescribeEventsDetectionJobCommandOutput,
89
+ } from "../commands/DescribeEventsDetectionJobCommand";
90
+ import {
91
+ DescribeKeyPhrasesDetectionJobCommandInput,
92
+ DescribeKeyPhrasesDetectionJobCommandOutput,
93
+ } from "../commands/DescribeKeyPhrasesDetectionJobCommand";
94
+ import {
95
+ DescribePiiEntitiesDetectionJobCommandInput,
96
+ DescribePiiEntitiesDetectionJobCommandOutput,
97
+ } from "../commands/DescribePiiEntitiesDetectionJobCommand";
98
+ import {
99
+ DescribeResourcePolicyCommandInput,
100
+ DescribeResourcePolicyCommandOutput,
101
+ } from "../commands/DescribeResourcePolicyCommand";
102
+ import {
103
+ DescribeSentimentDetectionJobCommandInput,
104
+ DescribeSentimentDetectionJobCommandOutput,
105
+ } from "../commands/DescribeSentimentDetectionJobCommand";
106
+ import {
107
+ DescribeTargetedSentimentDetectionJobCommandInput,
108
+ DescribeTargetedSentimentDetectionJobCommandOutput,
109
+ } from "../commands/DescribeTargetedSentimentDetectionJobCommand";
110
+ import {
111
+ DescribeTopicsDetectionJobCommandInput,
112
+ DescribeTopicsDetectionJobCommandOutput,
113
+ } from "../commands/DescribeTopicsDetectionJobCommand";
114
+ import {
115
+ DetectDominantLanguageCommandInput,
116
+ DetectDominantLanguageCommandOutput,
117
+ } from "../commands/DetectDominantLanguageCommand";
118
+ import {
119
+ DetectEntitiesCommandInput,
120
+ DetectEntitiesCommandOutput,
121
+ } from "../commands/DetectEntitiesCommand";
122
+ import {
123
+ DetectKeyPhrasesCommandInput,
124
+ DetectKeyPhrasesCommandOutput,
125
+ } from "../commands/DetectKeyPhrasesCommand";
126
+ import {
127
+ DetectPiiEntitiesCommandInput,
128
+ DetectPiiEntitiesCommandOutput,
129
+ } from "../commands/DetectPiiEntitiesCommand";
130
+ import {
131
+ DetectSentimentCommandInput,
132
+ DetectSentimentCommandOutput,
133
+ } from "../commands/DetectSentimentCommand";
134
+ import {
135
+ DetectSyntaxCommandInput,
136
+ DetectSyntaxCommandOutput,
137
+ } from "../commands/DetectSyntaxCommand";
138
+ import {
139
+ ImportModelCommandInput,
140
+ ImportModelCommandOutput,
141
+ } from "../commands/ImportModelCommand";
142
+ import {
143
+ ListDocumentClassificationJobsCommandInput,
144
+ ListDocumentClassificationJobsCommandOutput,
145
+ } from "../commands/ListDocumentClassificationJobsCommand";
146
+ import {
147
+ ListDocumentClassifiersCommandInput,
148
+ ListDocumentClassifiersCommandOutput,
149
+ } from "../commands/ListDocumentClassifiersCommand";
150
+ import {
151
+ ListDocumentClassifierSummariesCommandInput,
152
+ ListDocumentClassifierSummariesCommandOutput,
153
+ } from "../commands/ListDocumentClassifierSummariesCommand";
154
+ import {
155
+ ListDominantLanguageDetectionJobsCommandInput,
156
+ ListDominantLanguageDetectionJobsCommandOutput,
157
+ } from "../commands/ListDominantLanguageDetectionJobsCommand";
158
+ import {
159
+ ListEndpointsCommandInput,
160
+ ListEndpointsCommandOutput,
161
+ } from "../commands/ListEndpointsCommand";
162
+ import {
163
+ ListEntitiesDetectionJobsCommandInput,
164
+ ListEntitiesDetectionJobsCommandOutput,
165
+ } from "../commands/ListEntitiesDetectionJobsCommand";
166
+ import {
167
+ ListEntityRecognizersCommandInput,
168
+ ListEntityRecognizersCommandOutput,
169
+ } from "../commands/ListEntityRecognizersCommand";
170
+ import {
171
+ ListEntityRecognizerSummariesCommandInput,
172
+ ListEntityRecognizerSummariesCommandOutput,
173
+ } from "../commands/ListEntityRecognizerSummariesCommand";
174
+ import {
175
+ ListEventsDetectionJobsCommandInput,
176
+ ListEventsDetectionJobsCommandOutput,
177
+ } from "../commands/ListEventsDetectionJobsCommand";
178
+ import {
179
+ ListKeyPhrasesDetectionJobsCommandInput,
180
+ ListKeyPhrasesDetectionJobsCommandOutput,
181
+ } from "../commands/ListKeyPhrasesDetectionJobsCommand";
182
+ import {
183
+ ListPiiEntitiesDetectionJobsCommandInput,
184
+ ListPiiEntitiesDetectionJobsCommandOutput,
185
+ } from "../commands/ListPiiEntitiesDetectionJobsCommand";
186
+ import {
187
+ ListSentimentDetectionJobsCommandInput,
188
+ ListSentimentDetectionJobsCommandOutput,
189
+ } from "../commands/ListSentimentDetectionJobsCommand";
190
+ import {
191
+ ListTagsForResourceCommandInput,
192
+ ListTagsForResourceCommandOutput,
193
+ } from "../commands/ListTagsForResourceCommand";
194
+ import {
195
+ ListTargetedSentimentDetectionJobsCommandInput,
196
+ ListTargetedSentimentDetectionJobsCommandOutput,
197
+ } from "../commands/ListTargetedSentimentDetectionJobsCommand";
198
+ import {
199
+ ListTopicsDetectionJobsCommandInput,
200
+ ListTopicsDetectionJobsCommandOutput,
201
+ } from "../commands/ListTopicsDetectionJobsCommand";
202
+ import {
203
+ PutResourcePolicyCommandInput,
204
+ PutResourcePolicyCommandOutput,
205
+ } from "../commands/PutResourcePolicyCommand";
206
+ import {
207
+ StartDocumentClassificationJobCommandInput,
208
+ StartDocumentClassificationJobCommandOutput,
209
+ } from "../commands/StartDocumentClassificationJobCommand";
210
+ import {
211
+ StartDominantLanguageDetectionJobCommandInput,
212
+ StartDominantLanguageDetectionJobCommandOutput,
213
+ } from "../commands/StartDominantLanguageDetectionJobCommand";
214
+ import {
215
+ StartEntitiesDetectionJobCommandInput,
216
+ StartEntitiesDetectionJobCommandOutput,
217
+ } from "../commands/StartEntitiesDetectionJobCommand";
218
+ import {
219
+ StartEventsDetectionJobCommandInput,
220
+ StartEventsDetectionJobCommandOutput,
221
+ } from "../commands/StartEventsDetectionJobCommand";
222
+ import {
223
+ StartKeyPhrasesDetectionJobCommandInput,
224
+ StartKeyPhrasesDetectionJobCommandOutput,
225
+ } from "../commands/StartKeyPhrasesDetectionJobCommand";
226
+ import {
227
+ StartPiiEntitiesDetectionJobCommandInput,
228
+ StartPiiEntitiesDetectionJobCommandOutput,
229
+ } from "../commands/StartPiiEntitiesDetectionJobCommand";
230
+ import {
231
+ StartSentimentDetectionJobCommandInput,
232
+ StartSentimentDetectionJobCommandOutput,
233
+ } from "../commands/StartSentimentDetectionJobCommand";
234
+ import {
235
+ StartTargetedSentimentDetectionJobCommandInput,
236
+ StartTargetedSentimentDetectionJobCommandOutput,
237
+ } from "../commands/StartTargetedSentimentDetectionJobCommand";
238
+ import {
239
+ StartTopicsDetectionJobCommandInput,
240
+ StartTopicsDetectionJobCommandOutput,
241
+ } from "../commands/StartTopicsDetectionJobCommand";
242
+ import {
243
+ StopDominantLanguageDetectionJobCommandInput,
244
+ StopDominantLanguageDetectionJobCommandOutput,
245
+ } from "../commands/StopDominantLanguageDetectionJobCommand";
246
+ import {
247
+ StopEntitiesDetectionJobCommandInput,
248
+ StopEntitiesDetectionJobCommandOutput,
249
+ } from "../commands/StopEntitiesDetectionJobCommand";
250
+ import {
251
+ StopEventsDetectionJobCommandInput,
252
+ StopEventsDetectionJobCommandOutput,
253
+ } from "../commands/StopEventsDetectionJobCommand";
254
+ import {
255
+ StopKeyPhrasesDetectionJobCommandInput,
256
+ StopKeyPhrasesDetectionJobCommandOutput,
257
+ } from "../commands/StopKeyPhrasesDetectionJobCommand";
258
+ import {
259
+ StopPiiEntitiesDetectionJobCommandInput,
260
+ StopPiiEntitiesDetectionJobCommandOutput,
261
+ } from "../commands/StopPiiEntitiesDetectionJobCommand";
262
+ import {
263
+ StopSentimentDetectionJobCommandInput,
264
+ StopSentimentDetectionJobCommandOutput,
265
+ } from "../commands/StopSentimentDetectionJobCommand";
266
+ import {
267
+ StopTargetedSentimentDetectionJobCommandInput,
268
+ StopTargetedSentimentDetectionJobCommandOutput,
269
+ } from "../commands/StopTargetedSentimentDetectionJobCommand";
270
+ import {
271
+ StopTrainingDocumentClassifierCommandInput,
272
+ StopTrainingDocumentClassifierCommandOutput,
273
+ } from "../commands/StopTrainingDocumentClassifierCommand";
274
+ import {
275
+ StopTrainingEntityRecognizerCommandInput,
276
+ StopTrainingEntityRecognizerCommandOutput,
277
+ } from "../commands/StopTrainingEntityRecognizerCommand";
278
+ import {
279
+ TagResourceCommandInput,
280
+ TagResourceCommandOutput,
281
+ } from "../commands/TagResourceCommand";
282
+ import {
283
+ UntagResourceCommandInput,
284
+ UntagResourceCommandOutput,
285
+ } from "../commands/UntagResourceCommand";
286
+ import {
287
+ UpdateEndpointCommandInput,
288
+ UpdateEndpointCommandOutput,
289
+ } from "../commands/UpdateEndpointCommand";
290
+ export declare const serializeAws_json1_1BatchDetectDominantLanguageCommand: (
291
+ input: BatchDetectDominantLanguageCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1BatchDetectEntitiesCommand: (
295
+ input: BatchDetectEntitiesCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1BatchDetectKeyPhrasesCommand: (
299
+ input: BatchDetectKeyPhrasesCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1BatchDetectSentimentCommand: (
303
+ input: BatchDetectSentimentCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1BatchDetectSyntaxCommand: (
307
+ input: BatchDetectSyntaxCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ClassifyDocumentCommand: (
311
+ input: ClassifyDocumentCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1ContainsPiiEntitiesCommand: (
315
+ input: ContainsPiiEntitiesCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1CreateDocumentClassifierCommand: (
319
+ input: CreateDocumentClassifierCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1CreateEndpointCommand: (
323
+ input: CreateEndpointCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1CreateEntityRecognizerCommand: (
327
+ input: CreateEntityRecognizerCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1DeleteDocumentClassifierCommand: (
331
+ input: DeleteDocumentClassifierCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1DeleteEndpointCommand: (
335
+ input: DeleteEndpointCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1DeleteEntityRecognizerCommand: (
339
+ input: DeleteEntityRecognizerCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (
343
+ input: DeleteResourcePolicyCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1DescribeDocumentClassificationJobCommand: (
347
+ input: DescribeDocumentClassificationJobCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1DescribeDocumentClassifierCommand: (
351
+ input: DescribeDocumentClassifierCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (
355
+ input: DescribeDominantLanguageDetectionJobCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1DescribeEndpointCommand: (
359
+ input: DescribeEndpointCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1DescribeEntitiesDetectionJobCommand: (
363
+ input: DescribeEntitiesDetectionJobCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1DescribeEntityRecognizerCommand: (
367
+ input: DescribeEntityRecognizerCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1DescribeEventsDetectionJobCommand: (
371
+ input: DescribeEventsDetectionJobCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (
375
+ input: DescribeKeyPhrasesDetectionJobCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (
379
+ input: DescribePiiEntitiesDetectionJobCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1DescribeResourcePolicyCommand: (
383
+ input: DescribeResourcePolicyCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1DescribeSentimentDetectionJobCommand: (
387
+ input: DescribeSentimentDetectionJobCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (
391
+ input: DescribeTargetedSentimentDetectionJobCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1DescribeTopicsDetectionJobCommand: (
395
+ input: DescribeTopicsDetectionJobCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1DetectDominantLanguageCommand: (
399
+ input: DetectDominantLanguageCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1DetectEntitiesCommand: (
403
+ input: DetectEntitiesCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1DetectKeyPhrasesCommand: (
407
+ input: DetectKeyPhrasesCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1DetectPiiEntitiesCommand: (
411
+ input: DetectPiiEntitiesCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1DetectSentimentCommand: (
415
+ input: DetectSentimentCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1DetectSyntaxCommand: (
419
+ input: DetectSyntaxCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1ImportModelCommand: (
423
+ input: ImportModelCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1ListDocumentClassificationJobsCommand: (
427
+ input: ListDocumentClassificationJobsCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1ListDocumentClassifiersCommand: (
431
+ input: ListDocumentClassifiersCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1ListDocumentClassifierSummariesCommand: (
435
+ input: ListDocumentClassifierSummariesCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (
439
+ input: ListDominantLanguageDetectionJobsCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1ListEndpointsCommand: (
443
+ input: ListEndpointsCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1ListEntitiesDetectionJobsCommand: (
447
+ input: ListEntitiesDetectionJobsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1ListEntityRecognizersCommand: (
451
+ input: ListEntityRecognizersCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1ListEntityRecognizerSummariesCommand: (
455
+ input: ListEntityRecognizerSummariesCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1ListEventsDetectionJobsCommand: (
459
+ input: ListEventsDetectionJobsCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (
463
+ input: ListKeyPhrasesDetectionJobsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (
467
+ input: ListPiiEntitiesDetectionJobsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1ListSentimentDetectionJobsCommand: (
471
+ input: ListSentimentDetectionJobsCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
475
+ input: ListTagsForResourceCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (
479
+ input: ListTargetedSentimentDetectionJobsCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1ListTopicsDetectionJobsCommand: (
483
+ input: ListTopicsDetectionJobsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1PutResourcePolicyCommand: (
487
+ input: PutResourcePolicyCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1StartDocumentClassificationJobCommand: (
491
+ input: StartDocumentClassificationJobCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1StartDominantLanguageDetectionJobCommand: (
495
+ input: StartDominantLanguageDetectionJobCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1StartEntitiesDetectionJobCommand: (
499
+ input: StartEntitiesDetectionJobCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1StartEventsDetectionJobCommand: (
503
+ input: StartEventsDetectionJobCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (
507
+ input: StartKeyPhrasesDetectionJobCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (
511
+ input: StartPiiEntitiesDetectionJobCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_json1_1StartSentimentDetectionJobCommand: (
515
+ input: StartSentimentDetectionJobCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (
519
+ input: StartTargetedSentimentDetectionJobCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_1StartTopicsDetectionJobCommand: (
523
+ input: StartTopicsDetectionJobCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_json1_1StopDominantLanguageDetectionJobCommand: (
527
+ input: StopDominantLanguageDetectionJobCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_json1_1StopEntitiesDetectionJobCommand: (
531
+ input: StopEntitiesDetectionJobCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_json1_1StopEventsDetectionJobCommand: (
535
+ input: StopEventsDetectionJobCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (
539
+ input: StopKeyPhrasesDetectionJobCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (
543
+ input: StopPiiEntitiesDetectionJobCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_json1_1StopSentimentDetectionJobCommand: (
547
+ input: StopSentimentDetectionJobCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (
551
+ input: StopTargetedSentimentDetectionJobCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_json1_1StopTrainingDocumentClassifierCommand: (
555
+ input: StopTrainingDocumentClassifierCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_json1_1StopTrainingEntityRecognizerCommand: (
559
+ input: StopTrainingEntityRecognizerCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_json1_1TagResourceCommand: (
563
+ input: TagResourceCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_json1_1UntagResourceCommand: (
567
+ input: UntagResourceCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_json1_1UpdateEndpointCommand: (
571
+ input: UpdateEndpointCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const deserializeAws_json1_1BatchDetectDominantLanguageCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<BatchDetectDominantLanguageCommandOutput>;
578
+ export declare const deserializeAws_json1_1BatchDetectEntitiesCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<BatchDetectEntitiesCommandOutput>;
582
+ export declare const deserializeAws_json1_1BatchDetectKeyPhrasesCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<BatchDetectKeyPhrasesCommandOutput>;
586
+ export declare const deserializeAws_json1_1BatchDetectSentimentCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<BatchDetectSentimentCommandOutput>;
590
+ export declare const deserializeAws_json1_1BatchDetectSyntaxCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<BatchDetectSyntaxCommandOutput>;
594
+ export declare const deserializeAws_json1_1ClassifyDocumentCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<ClassifyDocumentCommandOutput>;
598
+ export declare const deserializeAws_json1_1ContainsPiiEntitiesCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<ContainsPiiEntitiesCommandOutput>;
602
+ export declare const deserializeAws_json1_1CreateDocumentClassifierCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<CreateDocumentClassifierCommandOutput>;
606
+ export declare const deserializeAws_json1_1CreateEndpointCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<CreateEndpointCommandOutput>;
610
+ export declare const deserializeAws_json1_1CreateEntityRecognizerCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<CreateEntityRecognizerCommandOutput>;
614
+ export declare const deserializeAws_json1_1DeleteDocumentClassifierCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DeleteDocumentClassifierCommandOutput>;
618
+ export declare const deserializeAws_json1_1DeleteEndpointCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DeleteEndpointCommandOutput>;
622
+ export declare const deserializeAws_json1_1DeleteEntityRecognizerCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DeleteEntityRecognizerCommandOutput>;
626
+ export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DeleteResourcePolicyCommandOutput>;
630
+ export declare const deserializeAws_json1_1DescribeDocumentClassificationJobCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeDocumentClassificationJobCommandOutput>;
634
+ export declare const deserializeAws_json1_1DescribeDocumentClassifierCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DescribeDocumentClassifierCommandOutput>;
638
+ export declare const deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
642
+ export declare const deserializeAws_json1_1DescribeEndpointCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DescribeEndpointCommandOutput>;
646
+ export declare const deserializeAws_json1_1DescribeEntitiesDetectionJobCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
650
+ export declare const deserializeAws_json1_1DescribeEntityRecognizerCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DescribeEntityRecognizerCommandOutput>;
654
+ export declare const deserializeAws_json1_1DescribeEventsDetectionJobCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DescribeEventsDetectionJobCommandOutput>;
658
+ export declare const deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
662
+ export declare const deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
666
+ export declare const deserializeAws_json1_1DescribeResourcePolicyCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DescribeResourcePolicyCommandOutput>;
670
+ export declare const deserializeAws_json1_1DescribeSentimentDetectionJobCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DescribeSentimentDetectionJobCommandOutput>;
674
+ export declare const deserializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
678
+ export declare const deserializeAws_json1_1DescribeTopicsDetectionJobCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DescribeTopicsDetectionJobCommandOutput>;
682
+ export declare const deserializeAws_json1_1DetectDominantLanguageCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DetectDominantLanguageCommandOutput>;
686
+ export declare const deserializeAws_json1_1DetectEntitiesCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DetectEntitiesCommandOutput>;
690
+ export declare const deserializeAws_json1_1DetectKeyPhrasesCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DetectKeyPhrasesCommandOutput>;
694
+ export declare const deserializeAws_json1_1DetectPiiEntitiesCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<DetectPiiEntitiesCommandOutput>;
698
+ export declare const deserializeAws_json1_1DetectSentimentCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<DetectSentimentCommandOutput>;
702
+ export declare const deserializeAws_json1_1DetectSyntaxCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<DetectSyntaxCommandOutput>;
706
+ export declare const deserializeAws_json1_1ImportModelCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ImportModelCommandOutput>;
710
+ export declare const deserializeAws_json1_1ListDocumentClassificationJobsCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListDocumentClassificationJobsCommandOutput>;
714
+ export declare const deserializeAws_json1_1ListDocumentClassifiersCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListDocumentClassifiersCommandOutput>;
718
+ export declare const deserializeAws_json1_1ListDocumentClassifierSummariesCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListDocumentClassifierSummariesCommandOutput>;
722
+ export declare const deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
726
+ export declare const deserializeAws_json1_1ListEndpointsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListEndpointsCommandOutput>;
730
+ export declare const deserializeAws_json1_1ListEntitiesDetectionJobsCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListEntitiesDetectionJobsCommandOutput>;
734
+ export declare const deserializeAws_json1_1ListEntityRecognizersCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ListEntityRecognizersCommandOutput>;
738
+ export declare const deserializeAws_json1_1ListEntityRecognizerSummariesCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<ListEntityRecognizerSummariesCommandOutput>;
742
+ export declare const deserializeAws_json1_1ListEventsDetectionJobsCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ListEventsDetectionJobsCommandOutput>;
746
+ export declare const deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
750
+ export declare const deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
754
+ export declare const deserializeAws_json1_1ListSentimentDetectionJobsCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<ListSentimentDetectionJobsCommandOutput>;
758
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<ListTagsForResourceCommandOutput>;
762
+ export declare const deserializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
766
+ export declare const deserializeAws_json1_1ListTopicsDetectionJobsCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<ListTopicsDetectionJobsCommandOutput>;
770
+ export declare const deserializeAws_json1_1PutResourcePolicyCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<PutResourcePolicyCommandOutput>;
774
+ export declare const deserializeAws_json1_1StartDocumentClassificationJobCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<StartDocumentClassificationJobCommandOutput>;
778
+ export declare const deserializeAws_json1_1StartDominantLanguageDetectionJobCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
782
+ export declare const deserializeAws_json1_1StartEntitiesDetectionJobCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<StartEntitiesDetectionJobCommandOutput>;
786
+ export declare const deserializeAws_json1_1StartEventsDetectionJobCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<StartEventsDetectionJobCommandOutput>;
790
+ export declare const deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
794
+ export declare const deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
798
+ export declare const deserializeAws_json1_1StartSentimentDetectionJobCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<StartSentimentDetectionJobCommandOutput>;
802
+ export declare const deserializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<StartTargetedSentimentDetectionJobCommandOutput>;
806
+ export declare const deserializeAws_json1_1StartTopicsDetectionJobCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<StartTopicsDetectionJobCommandOutput>;
810
+ export declare const deserializeAws_json1_1StopDominantLanguageDetectionJobCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
814
+ export declare const deserializeAws_json1_1StopEntitiesDetectionJobCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<StopEntitiesDetectionJobCommandOutput>;
818
+ export declare const deserializeAws_json1_1StopEventsDetectionJobCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<StopEventsDetectionJobCommandOutput>;
822
+ export declare const deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
826
+ export declare const deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
830
+ export declare const deserializeAws_json1_1StopSentimentDetectionJobCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<StopSentimentDetectionJobCommandOutput>;
834
+ export declare const deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<StopTargetedSentimentDetectionJobCommandOutput>;
838
+ export declare const deserializeAws_json1_1StopTrainingDocumentClassifierCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<StopTrainingDocumentClassifierCommandOutput>;
842
+ export declare const deserializeAws_json1_1StopTrainingEntityRecognizerCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<StopTrainingEntityRecognizerCommandOutput>;
846
+ export declare const deserializeAws_json1_1TagResourceCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<TagResourceCommandOutput>;
850
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<UntagResourceCommandOutput>;
854
+ export declare const deserializeAws_json1_1UpdateEndpointCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<UpdateEndpointCommandOutput>;