aws-sdk-evidently 1.75.0

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

/// Types for the `BatchEvaluateFeature` operation.
pub mod batch_evaluate_feature;

/// Types for the `CreateExperiment` operation.
pub mod create_experiment;

/// Types for the `CreateFeature` operation.
pub mod create_feature;

/// Types for the `CreateLaunch` operation.
pub mod create_launch;

/// Types for the `CreateProject` operation.
pub mod create_project;

/// Types for the `CreateSegment` operation.
pub mod create_segment;

/// Types for the `DeleteExperiment` operation.
pub mod delete_experiment;

/// Types for the `DeleteFeature` operation.
pub mod delete_feature;

/// Types for the `DeleteLaunch` operation.
pub mod delete_launch;

/// Types for the `DeleteProject` operation.
pub mod delete_project;

/// Types for the `DeleteSegment` operation.
pub mod delete_segment;

/// Types for the `EvaluateFeature` operation.
pub mod evaluate_feature;

/// Types for the `GetExperiment` operation.
pub mod get_experiment;

/// Types for the `GetExperimentResults` operation.
pub mod get_experiment_results;

/// Types for the `GetFeature` operation.
pub mod get_feature;

/// Types for the `GetLaunch` operation.
pub mod get_launch;

/// Types for the `GetProject` operation.
pub mod get_project;

/// Types for the `GetSegment` operation.
pub mod get_segment;

/// Types for the `ListExperiments` operation.
pub mod list_experiments;

/// Types for the `ListFeatures` operation.
pub mod list_features;

/// Types for the `ListLaunches` operation.
pub mod list_launches;

/// Types for the `ListProjects` operation.
pub mod list_projects;

/// Types for the `ListSegmentReferences` operation.
pub mod list_segment_references;

/// Types for the `ListSegments` operation.
pub mod list_segments;

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

/// Types for the `PutProjectEvents` operation.
pub mod put_project_events;

/// Types for the `StartExperiment` operation.
pub mod start_experiment;

/// Types for the `StartLaunch` operation.
pub mod start_launch;

/// Types for the `StopExperiment` operation.
pub mod stop_experiment;

/// Types for the `StopLaunch` operation.
pub mod stop_launch;

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

/// Types for the `TestSegmentPattern` operation.
pub mod test_segment_pattern;

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

/// Types for the `UpdateExperiment` operation.
pub mod update_experiment;

/// Types for the `UpdateFeature` operation.
pub mod update_feature;

/// Types for the `UpdateLaunch` operation.
pub mod update_launch;

/// Types for the `UpdateProject` operation.
pub mod update_project;

/// Types for the `UpdateProjectDataDelivery` operation.
pub mod update_project_data_delivery;