1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::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;