@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
@@ -76,4 +76,15 @@ declare const StopTargetedSentimentDetectionJobCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StopTargetedSentimentDetectionJobCommand extends StopTargetedSentimentDetectionJobCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StopTargetedSentimentDetectionJobRequest;
83
+ output: StopTargetedSentimentDetectionJobResponse;
84
+ };
85
+ sdk: {
86
+ input: StopTargetedSentimentDetectionJobCommandInput;
87
+ output: StopTargetedSentimentDetectionJobCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -72,4 +72,15 @@ declare const StopTrainingDocumentClassifierCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class StopTrainingDocumentClassifierCommand extends StopTrainingDocumentClassifierCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: StopTrainingDocumentClassifierRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: StopTrainingDocumentClassifierCommandInput;
83
+ output: StopTrainingDocumentClassifierCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -72,4 +72,15 @@ declare const StopTrainingEntityRecognizerCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class StopTrainingEntityRecognizerCommand extends StopTrainingEntityRecognizerCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: StopTrainingEntityRecognizerRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: StopTrainingEntityRecognizerCommandInput;
83
+ output: StopTrainingEntityRecognizerCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -82,4 +82,15 @@ declare const TagResourceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class TagResourceCommand extends TagResourceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: TagResourceRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: TagResourceCommandInput;
93
+ output: TagResourceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -75,4 +75,15 @@ declare const UntagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UntagResourceRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: UntagResourceCommandInput;
86
+ output: UntagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -86,4 +86,15 @@ declare const UpdateEndpointCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: UpdateEndpointRequest;
93
+ output: UpdateEndpointResponse;
94
+ };
95
+ sdk: {
96
+ input: UpdateEndpointCommandInput;
97
+ output: UpdateEndpointCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -127,4 +127,15 @@ declare const UpdateFlywheelCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class UpdateFlywheelCommand extends UpdateFlywheelCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: UpdateFlywheelRequest;
134
+ output: UpdateFlywheelResponse;
135
+ };
136
+ sdk: {
137
+ input: UpdateFlywheelCommandInput;
138
+ output: UpdateFlywheelCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -37,4 +37,15 @@ declare const BatchDetectDominantLanguageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDetectDominantLanguageCommand extends BatchDetectDominantLanguageCommand_base {}
40
+ export declare class BatchDetectDominantLanguageCommand extends BatchDetectDominantLanguageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDetectDominantLanguageRequest;
44
+ output: BatchDetectDominantLanguageResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDetectDominantLanguageCommandInput;
48
+ output: BatchDetectDominantLanguageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDetectEntitiesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDetectEntitiesCommand extends BatchDetectEntitiesCommand_base {}
40
+ export declare class BatchDetectEntitiesCommand extends BatchDetectEntitiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDetectEntitiesRequest;
44
+ output: BatchDetectEntitiesResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDetectEntitiesCommandInput;
48
+ output: BatchDetectEntitiesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDetectKeyPhrasesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDetectKeyPhrasesCommand extends BatchDetectKeyPhrasesCommand_base {}
40
+ export declare class BatchDetectKeyPhrasesCommand extends BatchDetectKeyPhrasesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDetectKeyPhrasesRequest;
44
+ output: BatchDetectKeyPhrasesResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDetectKeyPhrasesCommandInput;
48
+ output: BatchDetectKeyPhrasesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDetectSentimentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDetectSentimentCommand extends BatchDetectSentimentCommand_base {}
40
+ export declare class BatchDetectSentimentCommand extends BatchDetectSentimentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDetectSentimentRequest;
44
+ output: BatchDetectSentimentResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDetectSentimentCommandInput;
48
+ output: BatchDetectSentimentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDetectSyntaxCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDetectSyntaxCommand extends BatchDetectSyntaxCommand_base {}
40
+ export declare class BatchDetectSyntaxCommand extends BatchDetectSyntaxCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDetectSyntaxRequest;
44
+ output: BatchDetectSyntaxResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDetectSyntaxCommandInput;
48
+ output: BatchDetectSyntaxCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDetectTargetedSentimentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDetectTargetedSentimentCommand extends BatchDetectTargetedSentimentCommand_base {}
40
+ export declare class BatchDetectTargetedSentimentCommand extends BatchDetectTargetedSentimentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDetectTargetedSentimentRequest;
44
+ output: BatchDetectTargetedSentimentResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDetectTargetedSentimentCommandInput;
48
+ output: BatchDetectTargetedSentimentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ClassifyDocumentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ClassifyDocumentCommand extends ClassifyDocumentCommand_base {}
39
+ export declare class ClassifyDocumentCommand extends ClassifyDocumentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ClassifyDocumentRequest;
43
+ output: ClassifyDocumentResponse;
44
+ };
45
+ sdk: {
46
+ input: ClassifyDocumentCommandInput;
47
+ output: ClassifyDocumentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ContainsPiiEntitiesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ContainsPiiEntitiesCommand extends ContainsPiiEntitiesCommand_base {}
40
+ export declare class ContainsPiiEntitiesCommand extends ContainsPiiEntitiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ContainsPiiEntitiesRequest;
44
+ output: ContainsPiiEntitiesResponse;
45
+ };
46
+ sdk: {
47
+ input: ContainsPiiEntitiesCommandInput;
48
+ output: ContainsPiiEntitiesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateDatasetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}
39
+ export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateDatasetRequest;
43
+ output: CreateDatasetResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateDatasetCommandInput;
47
+ output: CreateDatasetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateDocumentClassifierCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDocumentClassifierCommand extends CreateDocumentClassifierCommand_base {}
40
+ export declare class CreateDocumentClassifierCommand extends CreateDocumentClassifierCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDocumentClassifierRequest;
44
+ output: CreateDocumentClassifierResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDocumentClassifierCommandInput;
48
+ output: CreateDocumentClassifierCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateEndpointCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateEndpointCommand extends CreateEndpointCommand_base {}
39
+ export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateEndpointRequest;
43
+ output: CreateEndpointResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateEndpointCommandInput;
47
+ output: CreateEndpointCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateEntityRecognizerCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateEntityRecognizerCommand extends CreateEntityRecognizerCommand_base {}
40
+ export declare class CreateEntityRecognizerCommand extends CreateEntityRecognizerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateEntityRecognizerRequest;
44
+ output: CreateEntityRecognizerResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateEntityRecognizerCommandInput;
48
+ output: CreateEntityRecognizerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateFlywheelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateFlywheelCommand extends CreateFlywheelCommand_base {}
39
+ export declare class CreateFlywheelCommand extends CreateFlywheelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateFlywheelRequest;
43
+ output: CreateFlywheelResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateFlywheelCommandInput;
47
+ output: CreateFlywheelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteDocumentClassifierCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteDocumentClassifierCommand extends DeleteDocumentClassifierCommand_base {}
40
+ export declare class DeleteDocumentClassifierCommand extends DeleteDocumentClassifierCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteDocumentClassifierRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteDocumentClassifierCommandInput;
48
+ output: DeleteDocumentClassifierCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteEndpointCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {}
39
+ export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteEndpointRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteEndpointCommandInput;
47
+ output: DeleteEndpointCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteEntityRecognizerCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteEntityRecognizerCommand extends DeleteEntityRecognizerCommand_base {}
40
+ export declare class DeleteEntityRecognizerCommand extends DeleteEntityRecognizerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteEntityRecognizerRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteEntityRecognizerCommandInput;
48
+ output: DeleteEntityRecognizerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteFlywheelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteFlywheelCommand extends DeleteFlywheelCommand_base {}
39
+ export declare class DeleteFlywheelCommand extends DeleteFlywheelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteFlywheelRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteFlywheelCommandInput;
47
+ output: DeleteFlywheelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
40
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourcePolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteResourcePolicyCommandInput;
48
+ output: DeleteResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeDatasetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {}
39
+ export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeDatasetRequest;
43
+ output: DescribeDatasetResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeDatasetCommandInput;
47
+ output: DescribeDatasetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeDocumentClassificationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDocumentClassificationJobCommand extends DescribeDocumentClassificationJobCommand_base {}
40
+ export declare class DescribeDocumentClassificationJobCommand extends DescribeDocumentClassificationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDocumentClassificationJobRequest;
44
+ output: DescribeDocumentClassificationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDocumentClassificationJobCommandInput;
48
+ output: DescribeDocumentClassificationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeDocumentClassifierCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDocumentClassifierCommand extends DescribeDocumentClassifierCommand_base {}
40
+ export declare class DescribeDocumentClassifierCommand extends DescribeDocumentClassifierCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDocumentClassifierRequest;
44
+ output: DescribeDocumentClassifierResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDocumentClassifierCommandInput;
48
+ output: DescribeDocumentClassifierCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeDominantLanguageDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDominantLanguageDetectionJobCommand extends DescribeDominantLanguageDetectionJobCommand_base {}
40
+ export declare class DescribeDominantLanguageDetectionJobCommand extends DescribeDominantLanguageDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDominantLanguageDetectionJobRequest;
44
+ output: DescribeDominantLanguageDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDominantLanguageDetectionJobCommandInput;
48
+ output: DescribeDominantLanguageDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeEndpointCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {}
39
+ export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeEndpointRequest;
43
+ output: DescribeEndpointResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeEndpointCommandInput;
47
+ output: DescribeEndpointCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeEntitiesDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEntitiesDetectionJobCommand extends DescribeEntitiesDetectionJobCommand_base {}
40
+ export declare class DescribeEntitiesDetectionJobCommand extends DescribeEntitiesDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEntitiesDetectionJobRequest;
44
+ output: DescribeEntitiesDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEntitiesDetectionJobCommandInput;
48
+ output: DescribeEntitiesDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeEntityRecognizerCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEntityRecognizerCommand extends DescribeEntityRecognizerCommand_base {}
40
+ export declare class DescribeEntityRecognizerCommand extends DescribeEntityRecognizerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEntityRecognizerRequest;
44
+ output: DescribeEntityRecognizerResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEntityRecognizerCommandInput;
48
+ output: DescribeEntityRecognizerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeEventsDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEventsDetectionJobCommand extends DescribeEventsDetectionJobCommand_base {}
40
+ export declare class DescribeEventsDetectionJobCommand extends DescribeEventsDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEventsDetectionJobRequest;
44
+ output: DescribeEventsDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEventsDetectionJobCommandInput;
48
+ output: DescribeEventsDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeFlywheelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeFlywheelCommand extends DescribeFlywheelCommand_base {}
39
+ export declare class DescribeFlywheelCommand extends DescribeFlywheelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeFlywheelRequest;
43
+ output: DescribeFlywheelResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeFlywheelCommandInput;
47
+ output: DescribeFlywheelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeFlywheelIterationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeFlywheelIterationCommand extends DescribeFlywheelIterationCommand_base {}
40
+ export declare class DescribeFlywheelIterationCommand extends DescribeFlywheelIterationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeFlywheelIterationRequest;
44
+ output: DescribeFlywheelIterationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeFlywheelIterationCommandInput;
48
+ output: DescribeFlywheelIterationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeKeyPhrasesDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeKeyPhrasesDetectionJobCommand extends DescribeKeyPhrasesDetectionJobCommand_base {}
40
+ export declare class DescribeKeyPhrasesDetectionJobCommand extends DescribeKeyPhrasesDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeKeyPhrasesDetectionJobRequest;
44
+ output: DescribeKeyPhrasesDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeKeyPhrasesDetectionJobCommandInput;
48
+ output: DescribeKeyPhrasesDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePiiEntitiesDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePiiEntitiesDetectionJobCommand extends DescribePiiEntitiesDetectionJobCommand_base {}
40
+ export declare class DescribePiiEntitiesDetectionJobCommand extends DescribePiiEntitiesDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePiiEntitiesDetectionJobRequest;
44
+ output: DescribePiiEntitiesDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePiiEntitiesDetectionJobCommandInput;
48
+ output: DescribePiiEntitiesDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }