@aws-sdk/client-comprehend 3.296.0 → 3.297.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 (108) hide show
  1. package/dist-types/Comprehend.d.ts +85 -0
  2. package/dist-types/ComprehendClient.d.ts +24 -4
  3. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +16 -0
  9. package/dist-types/commands/ClassifyDocumentCommand.d.ts +16 -0
  10. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateFlywheelCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteFlywheelCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeFlywheelCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +16 -0
  37. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +16 -0
  38. package/dist-types/commands/DetectEntitiesCommand.d.ts +16 -0
  39. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +16 -0
  40. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +16 -0
  41. package/dist-types/commands/DetectSentimentCommand.d.ts +16 -0
  42. package/dist-types/commands/DetectSyntaxCommand.d.ts +16 -0
  43. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +16 -0
  44. package/dist-types/commands/ImportModelCommand.d.ts +16 -0
  45. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +16 -0
  49. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +16 -0
  54. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +16 -0
  56. package/dist-types/commands/ListFlywheelsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +16 -0
  63. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  64. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +16 -0
  65. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +16 -0
  66. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +16 -0
  67. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +16 -0
  68. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +16 -0
  69. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +16 -0
  70. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +16 -0
  71. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +16 -0
  72. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +16 -0
  73. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +16 -0
  74. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +16 -0
  75. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +16 -0
  76. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +16 -0
  77. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +16 -0
  78. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +16 -0
  79. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +16 -0
  80. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +16 -0
  81. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +16 -0
  82. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +16 -0
  83. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  84. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateFlywheelCommand.d.ts +16 -0
  87. package/dist-types/models/ComprehendServiceException.d.ts +2 -0
  88. package/dist-types/models/models_0.d.ts +680 -6
  89. package/dist-types/models/models_1.d.ts +45 -0
  90. package/dist-types/pagination/Interfaces.d.ts +3 -0
  91. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListDocumentClassificationJobsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListDocumentClassifiersPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListEntityRecognizersPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListEventsDetectionJobsPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListFlywheelIterationHistoryPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListFlywheelsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListPiiEntitiesDetectionJobsPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListSentimentDetectionJobsPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +3 -0
  107. package/dist-types/pagination/ListTopicsDetectionJobsPaginator.d.ts +3 -0
  108. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { UpdateFlywheelRequest, UpdateFlywheelResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFlywheelCommand}.
8
10
  */
9
11
  export interface UpdateFlywheelCommandInput extends UpdateFlywheelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFlywheelCommand}.
13
17
  */
14
18
  export interface UpdateFlywheelCommandOutput extends UpdateFlywheelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update the configuration information for an existing flywheel.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFlywheelCommandOutput extends UpdateFlywheelResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFlywheelCommandInput - {@link UpdateFlywheelCommandInput}
34
+ * @returns {@link UpdateFlywheelCommandOutput}
28
35
  * @see {@link UpdateFlywheelCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFlywheelCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -50,11 +57,20 @@ export interface UpdateFlywheelCommandOutput extends UpdateFlywheelResponse, __M
50
57
  export declare class UpdateFlywheelCommand extends $Command<UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput, ComprehendClientResolvedConfig> {
51
58
  readonly input: UpdateFlywheelCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: UpdateFlywheelCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Comprehend service.
4
6
  */
5
7
  export declare class ComprehendServiceException extends __ServiceException {