aws-sdk-comprehend 1.98.0

AWS SDK for Amazon Comprehend
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchDetectDominantLanguage` operation.
pub mod batch_detect_dominant_language;

/// Types for the `BatchDetectEntities` operation.
pub mod batch_detect_entities;

/// Types for the `BatchDetectKeyPhrases` operation.
pub mod batch_detect_key_phrases;

/// Types for the `BatchDetectSentiment` operation.
pub mod batch_detect_sentiment;

/// Types for the `BatchDetectSyntax` operation.
pub mod batch_detect_syntax;

/// Types for the `BatchDetectTargetedSentiment` operation.
pub mod batch_detect_targeted_sentiment;

/// Types for the `ClassifyDocument` operation.
pub mod classify_document;

/// Types for the `ContainsPiiEntities` operation.
pub mod contains_pii_entities;

/// Types for the `CreateDataset` operation.
pub mod create_dataset;

/// Types for the `CreateDocumentClassifier` operation.
pub mod create_document_classifier;

/// Types for the `CreateEndpoint` operation.
pub mod create_endpoint;

/// Types for the `CreateEntityRecognizer` operation.
pub mod create_entity_recognizer;

/// Types for the `CreateFlywheel` operation.
pub mod create_flywheel;

/// Types for the `DeleteDocumentClassifier` operation.
pub mod delete_document_classifier;

/// Types for the `DeleteEndpoint` operation.
pub mod delete_endpoint;

/// Types for the `DeleteEntityRecognizer` operation.
pub mod delete_entity_recognizer;

/// Types for the `DeleteFlywheel` operation.
pub mod delete_flywheel;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DescribeDataset` operation.
pub mod describe_dataset;

/// Types for the `DescribeDocumentClassificationJob` operation.
pub mod describe_document_classification_job;

/// Types for the `DescribeDocumentClassifier` operation.
pub mod describe_document_classifier;

/// Types for the `DescribeDominantLanguageDetectionJob` operation.
pub mod describe_dominant_language_detection_job;

/// Types for the `DescribeEndpoint` operation.
pub mod describe_endpoint;

/// Types for the `DescribeEntitiesDetectionJob` operation.
pub mod describe_entities_detection_job;

/// Types for the `DescribeEntityRecognizer` operation.
pub mod describe_entity_recognizer;

/// Types for the `DescribeEventsDetectionJob` operation.
pub mod describe_events_detection_job;

/// Types for the `DescribeFlywheel` operation.
pub mod describe_flywheel;

/// Types for the `DescribeFlywheelIteration` operation.
pub mod describe_flywheel_iteration;

/// Types for the `DescribeKeyPhrasesDetectionJob` operation.
pub mod describe_key_phrases_detection_job;

/// Types for the `DescribePiiEntitiesDetectionJob` operation.
pub mod describe_pii_entities_detection_job;

/// Types for the `DescribeResourcePolicy` operation.
pub mod describe_resource_policy;

/// Types for the `DescribeSentimentDetectionJob` operation.
pub mod describe_sentiment_detection_job;

/// Types for the `DescribeTargetedSentimentDetectionJob` operation.
pub mod describe_targeted_sentiment_detection_job;

/// Types for the `DescribeTopicsDetectionJob` operation.
pub mod describe_topics_detection_job;

/// Types for the `DetectDominantLanguage` operation.
pub mod detect_dominant_language;

/// Types for the `DetectEntities` operation.
pub mod detect_entities;

/// Types for the `DetectKeyPhrases` operation.
pub mod detect_key_phrases;

/// Types for the `DetectPiiEntities` operation.
pub mod detect_pii_entities;

/// Types for the `DetectSentiment` operation.
pub mod detect_sentiment;

/// Types for the `DetectSyntax` operation.
pub mod detect_syntax;

/// Types for the `DetectTargetedSentiment` operation.
pub mod detect_targeted_sentiment;

/// Types for the `DetectToxicContent` operation.
pub mod detect_toxic_content;

/// Types for the `ImportModel` operation.
pub mod import_model;

/// Types for the `ListDatasets` operation.
pub mod list_datasets;

/// Types for the `ListDocumentClassificationJobs` operation.
pub mod list_document_classification_jobs;

/// Types for the `ListDocumentClassifierSummaries` operation.
pub mod list_document_classifier_summaries;

/// Types for the `ListDocumentClassifiers` operation.
pub mod list_document_classifiers;

/// Types for the `ListDominantLanguageDetectionJobs` operation.
pub mod list_dominant_language_detection_jobs;

/// Types for the `ListEndpoints` operation.
pub mod list_endpoints;

/// Types for the `ListEntitiesDetectionJobs` operation.
pub mod list_entities_detection_jobs;

/// Types for the `ListEntityRecognizerSummaries` operation.
pub mod list_entity_recognizer_summaries;

/// Types for the `ListEntityRecognizers` operation.
pub mod list_entity_recognizers;

/// Types for the `ListEventsDetectionJobs` operation.
pub mod list_events_detection_jobs;

/// Types for the `ListFlywheelIterationHistory` operation.
pub mod list_flywheel_iteration_history;

/// Types for the `ListFlywheels` operation.
pub mod list_flywheels;

/// Types for the `ListKeyPhrasesDetectionJobs` operation.
pub mod list_key_phrases_detection_jobs;

/// Types for the `ListPiiEntitiesDetectionJobs` operation.
pub mod list_pii_entities_detection_jobs;

/// Types for the `ListSentimentDetectionJobs` operation.
pub mod list_sentiment_detection_jobs;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTargetedSentimentDetectionJobs` operation.
pub mod list_targeted_sentiment_detection_jobs;

/// Types for the `ListTopicsDetectionJobs` operation.
pub mod list_topics_detection_jobs;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `StartDocumentClassificationJob` operation.
pub mod start_document_classification_job;

/// Types for the `StartDominantLanguageDetectionJob` operation.
pub mod start_dominant_language_detection_job;

/// Types for the `StartEntitiesDetectionJob` operation.
pub mod start_entities_detection_job;

/// Types for the `StartEventsDetectionJob` operation.
pub mod start_events_detection_job;

/// Types for the `StartFlywheelIteration` operation.
pub mod start_flywheel_iteration;

/// Types for the `StartKeyPhrasesDetectionJob` operation.
pub mod start_key_phrases_detection_job;

/// Types for the `StartPiiEntitiesDetectionJob` operation.
pub mod start_pii_entities_detection_job;

/// Types for the `StartSentimentDetectionJob` operation.
pub mod start_sentiment_detection_job;

/// Types for the `StartTargetedSentimentDetectionJob` operation.
pub mod start_targeted_sentiment_detection_job;

/// Types for the `StartTopicsDetectionJob` operation.
pub mod start_topics_detection_job;

/// Types for the `StopDominantLanguageDetectionJob` operation.
pub mod stop_dominant_language_detection_job;

/// Types for the `StopEntitiesDetectionJob` operation.
pub mod stop_entities_detection_job;

/// Types for the `StopEventsDetectionJob` operation.
pub mod stop_events_detection_job;

/// Types for the `StopKeyPhrasesDetectionJob` operation.
pub mod stop_key_phrases_detection_job;

/// Types for the `StopPiiEntitiesDetectionJob` operation.
pub mod stop_pii_entities_detection_job;

/// Types for the `StopSentimentDetectionJob` operation.
pub mod stop_sentiment_detection_job;

/// Types for the `StopTargetedSentimentDetectionJob` operation.
pub mod stop_targeted_sentiment_detection_job;

/// Types for the `StopTrainingDocumentClassifier` operation.
pub mod stop_training_document_classifier;

/// Types for the `StopTrainingEntityRecognizer` operation.
pub mod stop_training_entity_recognizer;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateEndpoint` operation.
pub mod update_endpoint;

/// Types for the `UpdateFlywheel` operation.
pub mod update_flywheel;