aws_sdk_eventbridge/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 `ActivateEventSource` operation.
5pub mod activate_event_source;
6
7/// Types for the `CancelReplay` operation.
8pub mod cancel_replay;
9
10/// Types for the `CreateApiDestination` operation.
11pub mod create_api_destination;
12
13/// Types for the `CreateArchive` operation.
14pub mod create_archive;
15
16/// Types for the `CreateConnection` operation.
17pub mod create_connection;
18
19/// Types for the `CreateEndpoint` operation.
20pub mod create_endpoint;
21
22/// Types for the `CreateEventBus` operation.
23pub mod create_event_bus;
24
25/// Types for the `CreatePartnerEventSource` operation.
26pub mod create_partner_event_source;
27
28/// Types for the `DeactivateEventSource` operation.
29pub mod deactivate_event_source;
30
31/// Types for the `DeauthorizeConnection` operation.
32pub mod deauthorize_connection;
33
34/// Types for the `DeleteApiDestination` operation.
35pub mod delete_api_destination;
36
37/// Types for the `DeleteArchive` operation.
38pub mod delete_archive;
39
40/// Types for the `DeleteConnection` operation.
41pub mod delete_connection;
42
43/// Types for the `DeleteEndpoint` operation.
44pub mod delete_endpoint;
45
46/// Types for the `DeleteEventBus` operation.
47pub mod delete_event_bus;
48
49/// Types for the `DeletePartnerEventSource` operation.
50pub mod delete_partner_event_source;
51
52/// Types for the `DeleteRule` operation.
53pub mod delete_rule;
54
55/// Types for the `DescribeApiDestination` operation.
56pub mod describe_api_destination;
57
58/// Types for the `DescribeArchive` operation.
59pub mod describe_archive;
60
61/// Types for the `DescribeConnection` operation.
62pub mod describe_connection;
63
64/// Types for the `DescribeEndpoint` operation.
65pub mod describe_endpoint;
66
67/// Types for the `DescribeEventBus` operation.
68pub mod describe_event_bus;
69
70/// Types for the `DescribeEventSource` operation.
71pub mod describe_event_source;
72
73/// Types for the `DescribePartnerEventSource` operation.
74pub mod describe_partner_event_source;
75
76/// Types for the `DescribeReplay` operation.
77pub mod describe_replay;
78
79/// Types for the `DescribeRule` operation.
80pub mod describe_rule;
81
82/// Types for the `DisableRule` operation.
83pub mod disable_rule;
84
85/// Types for the `EnableRule` operation.
86pub mod enable_rule;
87
88/// Types for the `ListApiDestinations` operation.
89pub mod list_api_destinations;
90
91/// Types for the `ListArchives` operation.
92pub mod list_archives;
93
94/// Types for the `ListConnections` operation.
95pub mod list_connections;
96
97/// Types for the `ListEndpoints` operation.
98pub mod list_endpoints;
99
100/// Types for the `ListEventBuses` operation.
101pub mod list_event_buses;
102
103/// Types for the `ListEventSources` operation.
104pub mod list_event_sources;
105
106/// Types for the `ListPartnerEventSourceAccounts` operation.
107pub mod list_partner_event_source_accounts;
108
109/// Types for the `ListPartnerEventSources` operation.
110pub mod list_partner_event_sources;
111
112/// Types for the `ListReplays` operation.
113pub mod list_replays;
114
115/// Types for the `ListRuleNamesByTarget` operation.
116pub mod list_rule_names_by_target;
117
118/// Types for the `ListRules` operation.
119pub mod list_rules;
120
121/// Types for the `ListTagsForResource` operation.
122pub mod list_tags_for_resource;
123
124/// Types for the `ListTargetsByRule` operation.
125pub mod list_targets_by_rule;
126
127/// Types for the `PutEvents` operation.
128pub mod put_events;
129
130/// Types for the `PutPartnerEvents` operation.
131pub mod put_partner_events;
132
133/// Types for the `PutPermission` operation.
134pub mod put_permission;
135
136/// Types for the `PutRule` operation.
137pub mod put_rule;
138
139/// Types for the `PutTargets` operation.
140pub mod put_targets;
141
142/// Types for the `RemovePermission` operation.
143pub mod remove_permission;
144
145/// Types for the `RemoveTargets` operation.
146pub mod remove_targets;
147
148/// Types for the `StartReplay` operation.
149pub mod start_replay;
150
151/// Types for the `TagResource` operation.
152pub mod tag_resource;
153
154/// Types for the `TestEventPattern` operation.
155pub mod test_event_pattern;
156
157/// Types for the `UntagResource` operation.
158pub mod untag_resource;
159
160/// Types for the `UpdateApiDestination` operation.
161pub mod update_api_destination;
162
163/// Types for the `UpdateArchive` operation.
164pub mod update_archive;
165
166/// Types for the `UpdateConnection` operation.
167pub mod update_connection;
168
169/// Types for the `UpdateEndpoint` operation.
170pub mod update_endpoint;
171
172/// Types for the `UpdateEventBus` operation.
173pub mod update_event_bus;