aws-sdk-personalize 1.105.0

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

/// Types for the `CreateBatchInferenceJob` operation.
pub mod create_batch_inference_job;

/// Types for the `CreateBatchSegmentJob` operation.
pub mod create_batch_segment_job;

/// Types for the `CreateCampaign` operation.
pub mod create_campaign;

/// Types for the `CreateDataDeletionJob` operation.
pub mod create_data_deletion_job;

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

/// Types for the `CreateDatasetExportJob` operation.
pub mod create_dataset_export_job;

/// Types for the `CreateDatasetGroup` operation.
pub mod create_dataset_group;

/// Types for the `CreateDatasetImportJob` operation.
pub mod create_dataset_import_job;

/// Types for the `CreateEventTracker` operation.
pub mod create_event_tracker;

/// Types for the `CreateFilter` operation.
pub mod create_filter;

/// Types for the `CreateMetricAttribution` operation.
pub mod create_metric_attribution;

/// Types for the `CreateRecommender` operation.
pub mod create_recommender;

/// Types for the `CreateSchema` operation.
pub mod create_schema;

/// Types for the `CreateSolution` operation.
pub mod create_solution;

/// Types for the `CreateSolutionVersion` operation.
pub mod create_solution_version;

/// Types for the `DeleteCampaign` operation.
pub mod delete_campaign;

/// Types for the `DeleteDataset` operation.
pub mod delete_dataset;

/// Types for the `DeleteDatasetGroup` operation.
pub mod delete_dataset_group;

/// Types for the `DeleteEventTracker` operation.
pub mod delete_event_tracker;

/// Types for the `DeleteFilter` operation.
pub mod delete_filter;

/// Types for the `DeleteMetricAttribution` operation.
pub mod delete_metric_attribution;

/// Types for the `DeleteRecommender` operation.
pub mod delete_recommender;

/// Types for the `DeleteSchema` operation.
pub mod delete_schema;

/// Types for the `DeleteSolution` operation.
pub mod delete_solution;

/// Types for the `DescribeAlgorithm` operation.
pub mod describe_algorithm;

/// Types for the `DescribeBatchInferenceJob` operation.
pub mod describe_batch_inference_job;

/// Types for the `DescribeBatchSegmentJob` operation.
pub mod describe_batch_segment_job;

/// Types for the `DescribeCampaign` operation.
pub mod describe_campaign;

/// Types for the `DescribeDataDeletionJob` operation.
pub mod describe_data_deletion_job;

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

/// Types for the `DescribeDatasetExportJob` operation.
pub mod describe_dataset_export_job;

/// Types for the `DescribeDatasetGroup` operation.
pub mod describe_dataset_group;

/// Types for the `DescribeDatasetImportJob` operation.
pub mod describe_dataset_import_job;

/// Types for the `DescribeEventTracker` operation.
pub mod describe_event_tracker;

/// Types for the `DescribeFeatureTransformation` operation.
pub mod describe_feature_transformation;

/// Types for the `DescribeFilter` operation.
pub mod describe_filter;

/// Types for the `DescribeMetricAttribution` operation.
pub mod describe_metric_attribution;

/// Types for the `DescribeRecipe` operation.
pub mod describe_recipe;

/// Types for the `DescribeRecommender` operation.
pub mod describe_recommender;

/// Types for the `DescribeSchema` operation.
pub mod describe_schema;

/// Types for the `DescribeSolution` operation.
pub mod describe_solution;

/// Types for the `DescribeSolutionVersion` operation.
pub mod describe_solution_version;

/// Types for the `GetSolutionMetrics` operation.
pub mod get_solution_metrics;

/// Types for the `ListBatchInferenceJobs` operation.
pub mod list_batch_inference_jobs;

/// Types for the `ListBatchSegmentJobs` operation.
pub mod list_batch_segment_jobs;

/// Types for the `ListCampaigns` operation.
pub mod list_campaigns;

/// Types for the `ListDataDeletionJobs` operation.
pub mod list_data_deletion_jobs;

/// Types for the `ListDatasetExportJobs` operation.
pub mod list_dataset_export_jobs;

/// Types for the `ListDatasetGroups` operation.
pub mod list_dataset_groups;

/// Types for the `ListDatasetImportJobs` operation.
pub mod list_dataset_import_jobs;

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

/// Types for the `ListEventTrackers` operation.
pub mod list_event_trackers;

/// Types for the `ListFilters` operation.
pub mod list_filters;

/// Types for the `ListMetricAttributionMetrics` operation.
pub mod list_metric_attribution_metrics;

/// Types for the `ListMetricAttributions` operation.
pub mod list_metric_attributions;

/// Types for the `ListRecipes` operation.
pub mod list_recipes;

/// Types for the `ListRecommenders` operation.
pub mod list_recommenders;

/// Types for the `ListSchemas` operation.
pub mod list_schemas;

/// Types for the `ListSolutionVersions` operation.
pub mod list_solution_versions;

/// Types for the `ListSolutions` operation.
pub mod list_solutions;

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

/// Types for the `StartRecommender` operation.
pub mod start_recommender;

/// Types for the `StopRecommender` operation.
pub mod stop_recommender;

/// Types for the `StopSolutionVersionCreation` operation.
pub mod stop_solution_version_creation;

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

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

/// Types for the `UpdateCampaign` operation.
pub mod update_campaign;

/// Types for the `UpdateDataset` operation.
pub mod update_dataset;

/// Types for the `UpdateMetricAttribution` operation.
pub mod update_metric_attribution;

/// Types for the `UpdateRecommender` operation.
pub mod update_recommender;

/// Types for the `UpdateSolution` operation.
pub mod update_solution;