aws_sdk_xray/
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 `BatchGetTraces` operation.
5pub mod batch_get_traces;
6
7/// Types for the `CancelTraceRetrieval` operation.
8pub mod cancel_trace_retrieval;
9
10/// Types for the `CreateGroup` operation.
11pub mod create_group;
12
13/// Types for the `CreateSamplingRule` operation.
14pub mod create_sampling_rule;
15
16/// Types for the `DeleteGroup` operation.
17pub mod delete_group;
18
19/// Types for the `DeleteResourcePolicy` operation.
20pub mod delete_resource_policy;
21
22/// Types for the `DeleteSamplingRule` operation.
23pub mod delete_sampling_rule;
24
25/// Types for the `GetEncryptionConfig` operation.
26pub mod get_encryption_config;
27
28/// Types for the `GetGroup` operation.
29pub mod get_group;
30
31/// Types for the `GetGroups` operation.
32pub mod get_groups;
33
34/// Types for the `GetIndexingRules` operation.
35pub mod get_indexing_rules;
36
37/// Types for the `GetInsight` operation.
38pub mod get_insight;
39
40/// Types for the `GetInsightEvents` operation.
41pub mod get_insight_events;
42
43/// Types for the `GetInsightImpactGraph` operation.
44pub mod get_insight_impact_graph;
45
46/// Types for the `GetInsightSummaries` operation.
47pub mod get_insight_summaries;
48
49/// Types for the `GetRetrievedTracesGraph` operation.
50pub mod get_retrieved_traces_graph;
51
52/// Types for the `GetSamplingRules` operation.
53pub mod get_sampling_rules;
54
55/// Types for the `GetSamplingStatisticSummaries` operation.
56pub mod get_sampling_statistic_summaries;
57
58/// Types for the `GetSamplingTargets` operation.
59pub mod get_sampling_targets;
60
61/// Types for the `GetServiceGraph` operation.
62pub mod get_service_graph;
63
64/// Types for the `GetTimeSeriesServiceStatistics` operation.
65pub mod get_time_series_service_statistics;
66
67/// Types for the `GetTraceGraph` operation.
68pub mod get_trace_graph;
69
70/// Types for the `GetTraceSegmentDestination` operation.
71pub mod get_trace_segment_destination;
72
73/// Types for the `GetTraceSummaries` operation.
74pub mod get_trace_summaries;
75
76/// Types for the `ListResourcePolicies` operation.
77pub mod list_resource_policies;
78
79/// Types for the `ListRetrievedTraces` operation.
80pub mod list_retrieved_traces;
81
82/// Types for the `ListTagsForResource` operation.
83pub mod list_tags_for_resource;
84
85/// Types for the `PutEncryptionConfig` operation.
86pub mod put_encryption_config;
87
88/// Types for the `PutResourcePolicy` operation.
89pub mod put_resource_policy;
90
91/// Types for the `PutTelemetryRecords` operation.
92pub mod put_telemetry_records;
93
94/// Types for the `PutTraceSegments` operation.
95pub mod put_trace_segments;
96
97/// Types for the `StartTraceRetrieval` operation.
98pub mod start_trace_retrieval;
99
100/// Types for the `TagResource` operation.
101pub mod tag_resource;
102
103/// Types for the `UntagResource` operation.
104pub mod untag_resource;
105
106/// Types for the `UpdateGroup` operation.
107pub mod update_group;
108
109/// Types for the `UpdateIndexingRule` operation.
110pub mod update_indexing_rule;
111
112/// Types for the `UpdateSamplingRule` operation.
113pub mod update_sampling_rule;
114
115/// Types for the `UpdateTraceSegmentDestination` operation.
116pub mod update_trace_segment_destination;