aws_sdk_evidently/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchEvaluateFeature` operation.
5pub mod batch_evaluate_feature;
6
7/// Types for the `CreateExperiment` operation.
8pub mod create_experiment;
9
10/// Types for the `CreateFeature` operation.
11pub mod create_feature;
12
13/// Types for the `CreateLaunch` operation.
14pub mod create_launch;
15
16/// Types for the `CreateProject` operation.
17pub mod create_project;
18
19/// Types for the `CreateSegment` operation.
20pub mod create_segment;
21
22/// Types for the `DeleteExperiment` operation.
23pub mod delete_experiment;
24
25/// Types for the `DeleteFeature` operation.
26pub mod delete_feature;
27
28/// Types for the `DeleteLaunch` operation.
29pub mod delete_launch;
30
31/// Types for the `DeleteProject` operation.
32pub mod delete_project;
33
34/// Types for the `DeleteSegment` operation.
35pub mod delete_segment;
36
37/// Types for the `EvaluateFeature` operation.
38pub mod evaluate_feature;
39
40/// Types for the `GetExperiment` operation.
41pub mod get_experiment;
42
43/// Types for the `GetExperimentResults` operation.
44pub mod get_experiment_results;
45
46/// Types for the `GetFeature` operation.
47pub mod get_feature;
48
49/// Types for the `GetLaunch` operation.
50pub mod get_launch;
51
52/// Types for the `GetProject` operation.
53pub mod get_project;
54
55/// Types for the `GetSegment` operation.
56pub mod get_segment;
57
58/// Types for the `ListExperiments` operation.
59pub mod list_experiments;
60
61/// Types for the `ListFeatures` operation.
62pub mod list_features;
63
64/// Types for the `ListLaunches` operation.
65pub mod list_launches;
66
67/// Types for the `ListProjects` operation.
68pub mod list_projects;
69
70/// Types for the `ListSegmentReferences` operation.
71pub mod list_segment_references;
72
73/// Types for the `ListSegments` operation.
74pub mod list_segments;
75
76/// Types for the `ListTagsForResource` operation.
77pub mod list_tags_for_resource;
78
79/// Types for the `PutProjectEvents` operation.
80pub mod put_project_events;
81
82/// Types for the `StartExperiment` operation.
83pub mod start_experiment;
84
85/// Types for the `StartLaunch` operation.
86pub mod start_launch;
87
88/// Types for the `StopExperiment` operation.
89pub mod stop_experiment;
90
91/// Types for the `StopLaunch` operation.
92pub mod stop_launch;
93
94/// Types for the `TagResource` operation.
95pub mod tag_resource;
96
97/// Types for the `TestSegmentPattern` operation.
98pub mod test_segment_pattern;
99
100/// Types for the `UntagResource` operation.
101pub mod untag_resource;
102
103/// Types for the `UpdateExperiment` operation.
104pub mod update_experiment;
105
106/// Types for the `UpdateFeature` operation.
107pub mod update_feature;
108
109/// Types for the `UpdateLaunch` operation.
110pub mod update_launch;
111
112/// Types for the `UpdateProject` operation.
113pub mod update_project;
114
115/// Types for the `UpdateProjectDataDelivery` operation.
116pub mod update_project_data_delivery;