@aws-sdk/client-comprehend 3.650.0 → 3.654.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 (171) hide show
  1. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +11 -0
  6. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +11 -0
  7. package/dist-types/commands/ClassifyDocumentCommand.d.ts +11 -0
  8. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateEndpointCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateFlywheelCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteFlywheelCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeFlywheelCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +11 -0
  31. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +11 -0
  35. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +11 -0
  36. package/dist-types/commands/DetectEntitiesCommand.d.ts +11 -0
  37. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +11 -0
  38. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +11 -0
  39. package/dist-types/commands/DetectSentimentCommand.d.ts +11 -0
  40. package/dist-types/commands/DetectSyntaxCommand.d.ts +11 -0
  41. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +11 -0
  42. package/dist-types/commands/DetectToxicContentCommand.d.ts +11 -0
  43. package/dist-types/commands/ImportModelCommand.d.ts +11 -0
  44. package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +11 -0
  47. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +11 -0
  48. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListEndpointsCommand.d.ts +11 -0
  50. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +11 -0
  51. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +11 -0
  52. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +11 -0
  53. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +11 -0
  54. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +11 -0
  55. package/dist-types/commands/ListFlywheelsCommand.d.ts +11 -0
  56. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +11 -0
  57. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +11 -0
  58. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +11 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  60. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +11 -0
  61. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +11 -0
  62. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  63. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +11 -0
  64. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +11 -0
  65. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +11 -0
  66. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +11 -0
  67. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +11 -0
  68. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +11 -0
  69. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +11 -0
  70. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +11 -0
  71. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +11 -0
  72. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +11 -0
  73. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +11 -0
  74. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +11 -0
  75. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +11 -0
  76. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +11 -0
  77. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +11 -0
  78. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +11 -0
  79. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +11 -0
  80. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +11 -0
  81. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +11 -0
  82. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  83. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  84. package/dist-types/commands/UpdateEndpointCommand.d.ts +11 -0
  85. package/dist-types/commands/UpdateFlywheelCommand.d.ts +11 -0
  86. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +12 -1
  171. package/package.json +35 -35
@@ -86,4 +86,15 @@ declare const DetectSyntaxCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DetectSyntaxCommand extends DetectSyntaxCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DetectSyntaxRequest;
93
+ output: DetectSyntaxResponse;
94
+ };
95
+ sdk: {
96
+ input: DetectSyntaxCommandInput;
97
+ output: DetectSyntaxCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -98,4 +98,15 @@ declare const DetectTargetedSentimentCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class DetectTargetedSentimentCommand extends DetectTargetedSentimentCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: DetectTargetedSentimentRequest;
105
+ output: DetectTargetedSentimentResponse;
106
+ };
107
+ sdk: {
108
+ input: DetectTargetedSentimentCommandInput;
109
+ output: DetectTargetedSentimentCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -89,4 +89,15 @@ declare const DetectToxicContentCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DetectToxicContentCommand extends DetectToxicContentCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DetectToxicContentRequest;
96
+ output: DetectToxicContentResponse;
97
+ };
98
+ sdk: {
99
+ input: DetectToxicContentCommandInput;
100
+ output: DetectToxicContentCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -105,4 +105,15 @@ declare const ImportModelCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class ImportModelCommand extends ImportModelCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: ImportModelRequest;
112
+ output: ImportModelResponse;
113
+ };
114
+ sdk: {
115
+ input: ImportModelCommandInput;
116
+ output: ImportModelCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -96,4 +96,15 @@ declare const ListDatasetsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListDatasetsRequest;
103
+ output: ListDatasetsResponse;
104
+ };
105
+ sdk: {
106
+ input: ListDatasetsCommandInput;
107
+ output: ListDatasetsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -115,4 +115,15 @@ declare const ListDocumentClassificationJobsCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class ListDocumentClassificationJobsCommand extends ListDocumentClassificationJobsCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: ListDocumentClassificationJobsRequest;
122
+ output: ListDocumentClassificationJobsResponse;
123
+ };
124
+ sdk: {
125
+ input: ListDocumentClassificationJobsCommandInput;
126
+ output: ListDocumentClassificationJobsCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -76,4 +76,15 @@ declare const ListDocumentClassifierSummariesCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListDocumentClassifierSummariesCommand extends ListDocumentClassifierSummariesCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListDocumentClassifierSummariesRequest;
83
+ output: ListDocumentClassifierSummariesResponse;
84
+ };
85
+ sdk: {
86
+ input: ListDocumentClassifierSummariesCommandInput;
87
+ output: ListDocumentClassifierSummariesCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -154,4 +154,15 @@ declare const ListDocumentClassifiersCommand_base: {
154
154
  * @public
155
155
  */
156
156
  export declare class ListDocumentClassifiersCommand extends ListDocumentClassifiersCommand_base {
157
+ /** @internal type navigation helper, not in runtime. */
158
+ protected static __types: {
159
+ api: {
160
+ input: ListDocumentClassifiersRequest;
161
+ output: ListDocumentClassifiersResponse;
162
+ };
163
+ sdk: {
164
+ input: ListDocumentClassifiersCommandInput;
165
+ output: ListDocumentClassifiersCommandOutput;
166
+ };
167
+ };
157
168
  }
@@ -113,4 +113,15 @@ declare const ListDominantLanguageDetectionJobsCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class ListDominantLanguageDetectionJobsCommand extends ListDominantLanguageDetectionJobsCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: ListDominantLanguageDetectionJobsRequest;
120
+ output: ListDominantLanguageDetectionJobsResponse;
121
+ };
122
+ sdk: {
123
+ input: ListDominantLanguageDetectionJobsCommandInput;
124
+ output: ListDominantLanguageDetectionJobsCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -90,4 +90,15 @@ declare const ListEndpointsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListEndpointsRequest;
97
+ output: ListEndpointsResponse;
98
+ };
99
+ sdk: {
100
+ input: ListEndpointsCommandInput;
101
+ output: ListEndpointsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -116,4 +116,15 @@ declare const ListEntitiesDetectionJobsCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class ListEntitiesDetectionJobsCommand extends ListEntitiesDetectionJobsCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: ListEntitiesDetectionJobsRequest;
123
+ output: ListEntitiesDetectionJobsResponse;
124
+ };
125
+ sdk: {
126
+ input: ListEntitiesDetectionJobsCommandInput;
127
+ output: ListEntitiesDetectionJobsCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -76,4 +76,15 @@ declare const ListEntityRecognizerSummariesCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListEntityRecognizerSummariesCommand extends ListEntityRecognizerSummariesCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListEntityRecognizerSummariesRequest;
83
+ output: ListEntityRecognizerSummariesResponse;
84
+ };
85
+ sdk: {
86
+ input: ListEntityRecognizerSummariesCommandInput;
87
+ output: ListEntityRecognizerSummariesCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -163,4 +163,15 @@ declare const ListEntityRecognizersCommand_base: {
163
163
  * @public
164
164
  */
165
165
  export declare class ListEntityRecognizersCommand extends ListEntityRecognizersCommand_base {
166
+ /** @internal type navigation helper, not in runtime. */
167
+ protected static __types: {
168
+ api: {
169
+ input: ListEntityRecognizersRequest;
170
+ output: ListEntityRecognizersResponse;
171
+ };
172
+ sdk: {
173
+ input: ListEntityRecognizersCommandInput;
174
+ output: ListEntityRecognizersCommandOutput;
175
+ };
176
+ };
166
177
  }
@@ -108,4 +108,15 @@ declare const ListEventsDetectionJobsCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class ListEventsDetectionJobsCommand extends ListEventsDetectionJobsCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: ListEventsDetectionJobsRequest;
115
+ output: ListEventsDetectionJobsResponse;
116
+ };
117
+ sdk: {
118
+ input: ListEventsDetectionJobsCommandInput;
119
+ output: ListEventsDetectionJobsCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -106,4 +106,15 @@ declare const ListFlywheelIterationHistoryCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class ListFlywheelIterationHistoryCommand extends ListFlywheelIterationHistoryCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: ListFlywheelIterationHistoryRequest;
113
+ output: ListFlywheelIterationHistoryResponse;
114
+ };
115
+ sdk: {
116
+ input: ListFlywheelIterationHistoryCommandInput;
117
+ output: ListFlywheelIterationHistoryCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -89,4 +89,15 @@ declare const ListFlywheelsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListFlywheelsCommand extends ListFlywheelsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListFlywheelsRequest;
96
+ output: ListFlywheelsResponse;
97
+ };
98
+ sdk: {
99
+ input: ListFlywheelsCommandInput;
100
+ output: ListFlywheelsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -114,4 +114,15 @@ declare const ListKeyPhrasesDetectionJobsCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListKeyPhrasesDetectionJobsCommand extends ListKeyPhrasesDetectionJobsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListKeyPhrasesDetectionJobsRequest;
121
+ output: ListKeyPhrasesDetectionJobsResponse;
122
+ };
123
+ sdk: {
124
+ input: ListKeyPhrasesDetectionJobsCommandInput;
125
+ output: ListKeyPhrasesDetectionJobsCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -113,4 +113,15 @@ declare const ListPiiEntitiesDetectionJobsCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class ListPiiEntitiesDetectionJobsCommand extends ListPiiEntitiesDetectionJobsCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: ListPiiEntitiesDetectionJobsRequest;
120
+ output: ListPiiEntitiesDetectionJobsResponse;
121
+ };
122
+ sdk: {
123
+ input: ListPiiEntitiesDetectionJobsCommandInput;
124
+ output: ListPiiEntitiesDetectionJobsCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -114,4 +114,15 @@ declare const ListSentimentDetectionJobsCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListSentimentDetectionJobsCommand extends ListSentimentDetectionJobsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListSentimentDetectionJobsRequest;
121
+ output: ListSentimentDetectionJobsResponse;
122
+ };
123
+ sdk: {
124
+ input: ListSentimentDetectionJobsCommandInput;
125
+ output: ListSentimentDetectionJobsCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -72,4 +72,15 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListTagsForResourceRequest;
79
+ output: ListTagsForResourceResponse;
80
+ };
81
+ sdk: {
82
+ input: ListTagsForResourceCommandInput;
83
+ output: ListTagsForResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -114,4 +114,15 @@ declare const ListTargetedSentimentDetectionJobsCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListTargetedSentimentDetectionJobsCommand extends ListTargetedSentimentDetectionJobsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListTargetedSentimentDetectionJobsRequest;
121
+ output: ListTargetedSentimentDetectionJobsResponse;
122
+ };
123
+ sdk: {
124
+ input: ListTargetedSentimentDetectionJobsCommandInput;
125
+ output: ListTargetedSentimentDetectionJobsCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -114,4 +114,15 @@ declare const ListTopicsDetectionJobsCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListTopicsDetectionJobsCommand extends ListTopicsDetectionJobsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListTopicsDetectionJobsRequest;
121
+ output: ListTopicsDetectionJobsResponse;
122
+ };
123
+ sdk: {
124
+ input: ListTopicsDetectionJobsCommandInput;
125
+ output: ListTopicsDetectionJobsCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -70,4 +70,15 @@ declare const PutResourcePolicyCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: PutResourcePolicyRequest;
77
+ output: PutResourcePolicyResponse;
78
+ };
79
+ sdk: {
80
+ input: PutResourcePolicyCommandInput;
81
+ output: PutResourcePolicyCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -125,4 +125,15 @@ declare const StartDocumentClassificationJobCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class StartDocumentClassificationJobCommand extends StartDocumentClassificationJobCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: StartDocumentClassificationJobRequest;
132
+ output: StartDocumentClassificationJobResponse;
133
+ };
134
+ sdk: {
135
+ input: StartDocumentClassificationJobCommandInput;
136
+ output: StartDocumentClassificationJobCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -115,4 +115,15 @@ declare const StartDominantLanguageDetectionJobCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class StartDominantLanguageDetectionJobCommand extends StartDominantLanguageDetectionJobCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: StartDominantLanguageDetectionJobRequest;
122
+ output: StartDominantLanguageDetectionJobResponse;
123
+ };
124
+ sdk: {
125
+ input: StartDominantLanguageDetectionJobCommandInput;
126
+ output: StartDominantLanguageDetectionJobCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -128,4 +128,15 @@ declare const StartEntitiesDetectionJobCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class StartEntitiesDetectionJobCommand extends StartEntitiesDetectionJobCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: StartEntitiesDetectionJobRequest;
135
+ output: StartEntitiesDetectionJobResponse;
136
+ };
137
+ sdk: {
138
+ input: StartEntitiesDetectionJobCommandInput;
139
+ output: StartEntitiesDetectionJobCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -108,4 +108,15 @@ declare const StartEventsDetectionJobCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class StartEventsDetectionJobCommand extends StartEventsDetectionJobCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: StartEventsDetectionJobRequest;
115
+ output: StartEventsDetectionJobResponse;
116
+ };
117
+ sdk: {
118
+ input: StartEventsDetectionJobCommandInput;
119
+ output: StartEventsDetectionJobCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -77,4 +77,15 @@ declare const StartFlywheelIterationCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class StartFlywheelIterationCommand extends StartFlywheelIterationCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: StartFlywheelIterationRequest;
84
+ output: StartFlywheelIterationResponse;
85
+ };
86
+ sdk: {
87
+ input: StartFlywheelIterationCommandInput;
88
+ output: StartFlywheelIterationCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -116,4 +116,15 @@ declare const StartKeyPhrasesDetectionJobCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class StartKeyPhrasesDetectionJobCommand extends StartKeyPhrasesDetectionJobCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: StartKeyPhrasesDetectionJobRequest;
123
+ output: StartKeyPhrasesDetectionJobResponse;
124
+ };
125
+ sdk: {
126
+ input: StartKeyPhrasesDetectionJobCommandInput;
127
+ output: StartKeyPhrasesDetectionJobCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -113,4 +113,15 @@ declare const StartPiiEntitiesDetectionJobCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class StartPiiEntitiesDetectionJobCommand extends StartPiiEntitiesDetectionJobCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: StartPiiEntitiesDetectionJobRequest;
120
+ output: StartPiiEntitiesDetectionJobResponse;
121
+ };
122
+ sdk: {
123
+ input: StartPiiEntitiesDetectionJobCommandInput;
124
+ output: StartPiiEntitiesDetectionJobCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -116,4 +116,15 @@ declare const StartSentimentDetectionJobCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class StartSentimentDetectionJobCommand extends StartSentimentDetectionJobCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: StartSentimentDetectionJobRequest;
123
+ output: StartSentimentDetectionJobResponse;
124
+ };
125
+ sdk: {
126
+ input: StartSentimentDetectionJobCommandInput;
127
+ output: StartSentimentDetectionJobCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -116,4 +116,15 @@ declare const StartTargetedSentimentDetectionJobCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class StartTargetedSentimentDetectionJobCommand extends StartTargetedSentimentDetectionJobCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: StartTargetedSentimentDetectionJobRequest;
123
+ output: StartTargetedSentimentDetectionJobResponse;
124
+ };
125
+ sdk: {
126
+ input: StartTargetedSentimentDetectionJobCommandInput;
127
+ output: StartTargetedSentimentDetectionJobCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -115,4 +115,15 @@ declare const StartTopicsDetectionJobCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class StartTopicsDetectionJobCommand extends StartTopicsDetectionJobCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: StartTopicsDetectionJobRequest;
122
+ output: StartTopicsDetectionJobResponse;
123
+ };
124
+ sdk: {
125
+ input: StartTopicsDetectionJobCommandInput;
126
+ output: StartTopicsDetectionJobCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -76,4 +76,15 @@ declare const StopDominantLanguageDetectionJobCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StopDominantLanguageDetectionJobCommand extends StopDominantLanguageDetectionJobCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StopDominantLanguageDetectionJobRequest;
83
+ output: StopDominantLanguageDetectionJobResponse;
84
+ };
85
+ sdk: {
86
+ input: StopDominantLanguageDetectionJobCommandInput;
87
+ output: StopDominantLanguageDetectionJobCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -76,4 +76,15 @@ declare const StopEntitiesDetectionJobCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StopEntitiesDetectionJobCommand extends StopEntitiesDetectionJobCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StopEntitiesDetectionJobRequest;
83
+ output: StopEntitiesDetectionJobResponse;
84
+ };
85
+ sdk: {
86
+ input: StopEntitiesDetectionJobCommandInput;
87
+ output: StopEntitiesDetectionJobCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -67,4 +67,15 @@ declare const StopEventsDetectionJobCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class StopEventsDetectionJobCommand extends StopEventsDetectionJobCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: StopEventsDetectionJobRequest;
74
+ output: StopEventsDetectionJobResponse;
75
+ };
76
+ sdk: {
77
+ input: StopEventsDetectionJobCommandInput;
78
+ output: StopEventsDetectionJobCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -76,4 +76,15 @@ declare const StopKeyPhrasesDetectionJobCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StopKeyPhrasesDetectionJobCommand extends StopKeyPhrasesDetectionJobCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StopKeyPhrasesDetectionJobRequest;
83
+ output: StopKeyPhrasesDetectionJobResponse;
84
+ };
85
+ sdk: {
86
+ input: StopKeyPhrasesDetectionJobCommandInput;
87
+ output: StopKeyPhrasesDetectionJobCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -67,4 +67,15 @@ declare const StopPiiEntitiesDetectionJobCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class StopPiiEntitiesDetectionJobCommand extends StopPiiEntitiesDetectionJobCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: StopPiiEntitiesDetectionJobRequest;
74
+ output: StopPiiEntitiesDetectionJobResponse;
75
+ };
76
+ sdk: {
77
+ input: StopPiiEntitiesDetectionJobCommandInput;
78
+ output: StopPiiEntitiesDetectionJobCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -76,4 +76,15 @@ declare const StopSentimentDetectionJobCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StopSentimentDetectionJobCommand extends StopSentimentDetectionJobCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StopSentimentDetectionJobRequest;
83
+ output: StopSentimentDetectionJobResponse;
84
+ };
85
+ sdk: {
86
+ input: StopSentimentDetectionJobCommandInput;
87
+ output: StopSentimentDetectionJobCommandOutput;
88
+ };
89
+ };
79
90
  }