@aws-sdk/client-comprehend 3.651.1 → 3.658.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
@@ -91,4 +91,15 @@ declare const BatchDetectDominantLanguageCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class BatchDetectDominantLanguageCommand extends BatchDetectDominantLanguageCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: BatchDetectDominantLanguageRequest;
98
+ output: BatchDetectDominantLanguageResponse;
99
+ };
100
+ sdk: {
101
+ input: BatchDetectDominantLanguageCommandInput;
102
+ output: BatchDetectDominantLanguageCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -115,4 +115,15 @@ declare const BatchDetectEntitiesCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class BatchDetectEntitiesCommand extends BatchDetectEntitiesCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: BatchDetectEntitiesRequest;
122
+ output: BatchDetectEntitiesResponse;
123
+ };
124
+ sdk: {
125
+ input: BatchDetectEntitiesCommandInput;
126
+ output: BatchDetectEntitiesCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -97,4 +97,15 @@ declare const BatchDetectKeyPhrasesCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class BatchDetectKeyPhrasesCommand extends BatchDetectKeyPhrasesCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: BatchDetectKeyPhrasesRequest;
104
+ output: BatchDetectKeyPhrasesResponse;
105
+ };
106
+ sdk: {
107
+ input: BatchDetectKeyPhrasesCommandInput;
108
+ output: BatchDetectKeyPhrasesCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -98,4 +98,15 @@ declare const BatchDetectSentimentCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class BatchDetectSentimentCommand extends BatchDetectSentimentCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: BatchDetectSentimentRequest;
105
+ output: BatchDetectSentimentResponse;
106
+ };
107
+ sdk: {
108
+ input: BatchDetectSentimentCommandInput;
109
+ output: BatchDetectSentimentCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -104,4 +104,15 @@ declare const BatchDetectSyntaxCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class BatchDetectSyntaxCommand extends BatchDetectSyntaxCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: BatchDetectSyntaxRequest;
111
+ output: BatchDetectSyntaxResponse;
112
+ };
113
+ sdk: {
114
+ input: BatchDetectSyntaxCommandInput;
115
+ output: BatchDetectSyntaxCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -117,4 +117,15 @@ declare const BatchDetectTargetedSentimentCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class BatchDetectTargetedSentimentCommand extends BatchDetectTargetedSentimentCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: BatchDetectTargetedSentimentRequest;
124
+ output: BatchDetectTargetedSentimentResponse;
125
+ };
126
+ sdk: {
127
+ input: BatchDetectTargetedSentimentCommandInput;
128
+ output: BatchDetectTargetedSentimentCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -144,4 +144,15 @@ declare const ClassifyDocumentCommand_base: {
144
144
  * @public
145
145
  */
146
146
  export declare class ClassifyDocumentCommand extends ClassifyDocumentCommand_base {
147
+ /** @internal type navigation helper, not in runtime. */
148
+ protected static __types: {
149
+ api: {
150
+ input: ClassifyDocumentRequest;
151
+ output: ClassifyDocumentResponse;
152
+ };
153
+ sdk: {
154
+ input: ClassifyDocumentCommandInput;
155
+ output: ClassifyDocumentCommandOutput;
156
+ };
157
+ };
147
158
  }
@@ -79,4 +79,15 @@ declare const ContainsPiiEntitiesCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ContainsPiiEntitiesCommand extends ContainsPiiEntitiesCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ContainsPiiEntitiesRequest;
86
+ output: ContainsPiiEntitiesResponse;
87
+ };
88
+ sdk: {
89
+ input: ContainsPiiEntitiesCommandInput;
90
+ output: ContainsPiiEntitiesCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -124,4 +124,15 @@ declare const CreateDatasetCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: CreateDatasetRequest;
131
+ output: CreateDatasetResponse;
132
+ };
133
+ sdk: {
134
+ input: CreateDatasetCommandInput;
135
+ output: CreateDatasetCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -150,4 +150,15 @@ declare const CreateDocumentClassifierCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class CreateDocumentClassifierCommand extends CreateDocumentClassifierCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: CreateDocumentClassifierRequest;
157
+ output: CreateDocumentClassifierResponse;
158
+ };
159
+ sdk: {
160
+ input: CreateDocumentClassifierCommandInput;
161
+ output: CreateDocumentClassifierCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -100,4 +100,15 @@ declare const CreateEndpointCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: CreateEndpointRequest;
107
+ output: CreateEndpointResponse;
108
+ };
109
+ sdk: {
110
+ input: CreateEndpointCommandInput;
111
+ output: CreateEndpointCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -143,4 +143,15 @@ declare const CreateEntityRecognizerCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class CreateEntityRecognizerCommand extends CreateEntityRecognizerCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: CreateEntityRecognizerRequest;
150
+ output: CreateEntityRecognizerResponse;
151
+ };
152
+ sdk: {
153
+ input: CreateEntityRecognizerCommandInput;
154
+ output: CreateEntityRecognizerCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -146,4 +146,15 @@ declare const CreateFlywheelCommand_base: {
146
146
  * @public
147
147
  */
148
148
  export declare class CreateFlywheelCommand extends CreateFlywheelCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: CreateFlywheelRequest;
153
+ output: CreateFlywheelResponse;
154
+ };
155
+ sdk: {
156
+ input: CreateFlywheelCommandInput;
157
+ output: CreateFlywheelCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -81,4 +81,15 @@ declare const DeleteDocumentClassifierCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteDocumentClassifierCommand extends DeleteDocumentClassifierCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteDocumentClassifierRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: DeleteDocumentClassifierCommandInput;
92
+ output: DeleteDocumentClassifierCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -73,4 +73,15 @@ declare const DeleteEndpointCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteEndpointRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteEndpointCommandInput;
84
+ output: DeleteEndpointCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -81,4 +81,15 @@ declare const DeleteEntityRecognizerCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteEntityRecognizerCommand extends DeleteEntityRecognizerCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteEntityRecognizerRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: DeleteEntityRecognizerCommandInput;
92
+ output: DeleteEntityRecognizerCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -78,4 +78,15 @@ declare const DeleteFlywheelCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DeleteFlywheelCommand extends DeleteFlywheelCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteFlywheelRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DeleteFlywheelCommandInput;
89
+ output: DeleteFlywheelCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -65,4 +65,15 @@ declare const DeleteResourcePolicyCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeleteResourcePolicyRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DeleteResourcePolicyCommandInput;
76
+ output: DeleteResourcePolicyCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -82,4 +82,15 @@ declare const DescribeDatasetCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DescribeDatasetRequest;
89
+ output: DescribeDatasetResponse;
90
+ };
91
+ sdk: {
92
+ input: DescribeDatasetCommandInput;
93
+ output: DescribeDatasetCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -105,4 +105,15 @@ declare const DescribeDocumentClassificationJobCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class DescribeDocumentClassificationJobCommand extends DescribeDocumentClassificationJobCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: DescribeDocumentClassificationJobRequest;
112
+ output: DescribeDocumentClassificationJobResponse;
113
+ };
114
+ sdk: {
115
+ input: DescribeDocumentClassificationJobCommandInput;
116
+ output: DescribeDocumentClassificationJobCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -143,4 +143,15 @@ declare const DescribeDocumentClassifierCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class DescribeDocumentClassifierCommand extends DescribeDocumentClassifierCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: DescribeDocumentClassifierRequest;
150
+ output: DescribeDocumentClassifierResponse;
151
+ };
152
+ sdk: {
153
+ input: DescribeDocumentClassifierCommandInput;
154
+ output: DescribeDocumentClassifierCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -103,4 +103,15 @@ declare const DescribeDominantLanguageDetectionJobCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribeDominantLanguageDetectionJobCommand extends DescribeDominantLanguageDetectionJobCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribeDominantLanguageDetectionJobRequest;
110
+ output: DescribeDominantLanguageDetectionJobResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribeDominantLanguageDetectionJobCommandInput;
114
+ output: DescribeDominantLanguageDetectionJobCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -84,4 +84,15 @@ declare const DescribeEndpointCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DescribeEndpointRequest;
91
+ output: DescribeEndpointResponse;
92
+ };
93
+ sdk: {
94
+ input: DescribeEndpointCommandInput;
95
+ output: DescribeEndpointCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -106,4 +106,15 @@ declare const DescribeEntitiesDetectionJobCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class DescribeEntitiesDetectionJobCommand extends DescribeEntitiesDetectionJobCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: DescribeEntitiesDetectionJobRequest;
113
+ output: DescribeEntitiesDetectionJobResponse;
114
+ };
115
+ sdk: {
116
+ input: DescribeEntitiesDetectionJobCommandInput;
117
+ output: DescribeEntitiesDetectionJobCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -148,4 +148,15 @@ declare const DescribeEntityRecognizerCommand_base: {
148
148
  * @public
149
149
  */
150
150
  export declare class DescribeEntityRecognizerCommand extends DescribeEntityRecognizerCommand_base {
151
+ /** @internal type navigation helper, not in runtime. */
152
+ protected static __types: {
153
+ api: {
154
+ input: DescribeEntityRecognizerRequest;
155
+ output: DescribeEntityRecognizerResponse;
156
+ };
157
+ sdk: {
158
+ input: DescribeEntityRecognizerCommandInput;
159
+ output: DescribeEntityRecognizerCommandOutput;
160
+ };
161
+ };
151
162
  }
@@ -97,4 +97,15 @@ declare const DescribeEventsDetectionJobCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DescribeEventsDetectionJobCommand extends DescribeEventsDetectionJobCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DescribeEventsDetectionJobRequest;
104
+ output: DescribeEventsDetectionJobResponse;
105
+ };
106
+ sdk: {
107
+ input: DescribeEventsDetectionJobCommandInput;
108
+ output: DescribeEventsDetectionJobCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -110,4 +110,15 @@ declare const DescribeFlywheelCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class DescribeFlywheelCommand extends DescribeFlywheelCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: DescribeFlywheelRequest;
117
+ output: DescribeFlywheelResponse;
118
+ };
119
+ sdk: {
120
+ input: DescribeFlywheelCommandInput;
121
+ output: DescribeFlywheelCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -94,4 +94,15 @@ declare const DescribeFlywheelIterationCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeFlywheelIterationCommand extends DescribeFlywheelIterationCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeFlywheelIterationRequest;
101
+ output: DescribeFlywheelIterationResponse;
102
+ };
103
+ sdk: {
104
+ input: DescribeFlywheelIterationCommandInput;
105
+ output: DescribeFlywheelIterationCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -104,4 +104,15 @@ declare const DescribeKeyPhrasesDetectionJobCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DescribeKeyPhrasesDetectionJobCommand extends DescribeKeyPhrasesDetectionJobCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeKeyPhrasesDetectionJobRequest;
111
+ output: DescribeKeyPhrasesDetectionJobResponse;
112
+ };
113
+ sdk: {
114
+ input: DescribeKeyPhrasesDetectionJobCommandInput;
115
+ output: DescribeKeyPhrasesDetectionJobCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -103,4 +103,15 @@ declare const DescribePiiEntitiesDetectionJobCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribePiiEntitiesDetectionJobCommand extends DescribePiiEntitiesDetectionJobCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribePiiEntitiesDetectionJobRequest;
110
+ output: DescribePiiEntitiesDetectionJobResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribePiiEntitiesDetectionJobCommandInput;
114
+ output: DescribePiiEntitiesDetectionJobCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -70,4 +70,15 @@ declare const DescribeResourcePolicyCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DescribeResourcePolicyRequest;
77
+ output: DescribeResourcePolicyResponse;
78
+ };
79
+ sdk: {
80
+ input: DescribeResourcePolicyCommandInput;
81
+ output: DescribeResourcePolicyCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -104,4 +104,15 @@ declare const DescribeSentimentDetectionJobCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DescribeSentimentDetectionJobCommand extends DescribeSentimentDetectionJobCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeSentimentDetectionJobRequest;
111
+ output: DescribeSentimentDetectionJobResponse;
112
+ };
113
+ sdk: {
114
+ input: DescribeSentimentDetectionJobCommandInput;
115
+ output: DescribeSentimentDetectionJobCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -104,4 +104,15 @@ declare const DescribeTargetedSentimentDetectionJobCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DescribeTargetedSentimentDetectionJobCommand extends DescribeTargetedSentimentDetectionJobCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeTargetedSentimentDetectionJobRequest;
111
+ output: DescribeTargetedSentimentDetectionJobResponse;
112
+ };
113
+ sdk: {
114
+ input: DescribeTargetedSentimentDetectionJobCommandInput;
115
+ output: DescribeTargetedSentimentDetectionJobCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -104,4 +104,15 @@ declare const DescribeTopicsDetectionJobCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DescribeTopicsDetectionJobCommand extends DescribeTopicsDetectionJobCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeTopicsDetectionJobRequest;
111
+ output: DescribeTopicsDetectionJobResponse;
112
+ };
113
+ sdk: {
114
+ input: DescribeTopicsDetectionJobCommandInput;
115
+ output: DescribeTopicsDetectionJobCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -72,4 +72,15 @@ declare const DetectDominantLanguageCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DetectDominantLanguageCommand extends DetectDominantLanguageCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DetectDominantLanguageRequest;
79
+ output: DetectDominantLanguageResponse;
80
+ };
81
+ sdk: {
82
+ input: DetectDominantLanguageCommandInput;
83
+ output: DetectDominantLanguageCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -174,4 +174,15 @@ declare const DetectEntitiesCommand_base: {
174
174
  * @public
175
175
  */
176
176
  export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
177
+ /** @internal type navigation helper, not in runtime. */
178
+ protected static __types: {
179
+ api: {
180
+ input: DetectEntitiesRequest;
181
+ output: DetectEntitiesResponse;
182
+ };
183
+ sdk: {
184
+ input: DetectEntitiesCommandInput;
185
+ output: DetectEntitiesCommandOutput;
186
+ };
187
+ };
177
188
  }
@@ -79,4 +79,15 @@ declare const DetectKeyPhrasesCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DetectKeyPhrasesCommand extends DetectKeyPhrasesCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DetectKeyPhrasesRequest;
86
+ output: DetectKeyPhrasesResponse;
87
+ };
88
+ sdk: {
89
+ input: DetectKeyPhrasesCommandInput;
90
+ output: DetectKeyPhrasesCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -80,4 +80,15 @@ declare const DetectPiiEntitiesCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DetectPiiEntitiesCommand extends DetectPiiEntitiesCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DetectPiiEntitiesRequest;
87
+ output: DetectPiiEntitiesResponse;
88
+ };
89
+ sdk: {
90
+ input: DetectPiiEntitiesCommandInput;
91
+ output: DetectPiiEntitiesCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -79,4 +79,15 @@ declare const DetectSentimentCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DetectSentimentCommand extends DetectSentimentCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DetectSentimentRequest;
86
+ output: DetectSentimentResponse;
87
+ };
88
+ sdk: {
89
+ input: DetectSentimentCommandInput;
90
+ output: DetectSentimentCommandOutput;
91
+ };
92
+ };
82
93
  }