pub enum EventsOperation {
Show 57 variants
CreateEventBus,
DeleteEventBus,
DescribeEventBus,
ListEventBuses,
PutRule,
DeleteRule,
DescribeRule,
ListRules,
EnableRule,
DisableRule,
PutTargets,
RemoveTargets,
ListTargetsByRule,
PutEvents,
TestEventPattern,
TagResource,
UntagResource,
ListTagsForResource,
PutPermission,
RemovePermission,
ListRuleNamesByTarget,
UpdateEventBus,
CreateArchive,
DeleteArchive,
DescribeArchive,
ListArchives,
UpdateArchive,
StartReplay,
CancelReplay,
DescribeReplay,
ListReplays,
CreateApiDestination,
DeleteApiDestination,
DescribeApiDestination,
ListApiDestinations,
UpdateApiDestination,
CreateConnection,
DeleteConnection,
DescribeConnection,
ListConnections,
UpdateConnection,
DeauthorizeConnection,
CreateEndpoint,
DeleteEndpoint,
DescribeEndpoint,
ListEndpoints,
UpdateEndpoint,
ActivateEventSource,
CreatePartnerEventSource,
DeactivateEventSource,
DeletePartnerEventSource,
DescribeEventSource,
DescribePartnerEventSource,
ListEventSources,
ListPartnerEventSourceAccounts,
ListPartnerEventSources,
PutPartnerEvents,
}Expand description
All supported EventBridge operations.
Variants§
CreateEventBus
Create an event bus.
DeleteEventBus
Delete an event bus.
DescribeEventBus
Describe an event bus.
ListEventBuses
List event buses.
PutRule
Create or update a rule.
DeleteRule
Delete a rule.
DescribeRule
Describe a rule.
ListRules
List rules on an event bus.
EnableRule
Enable a rule.
DisableRule
Disable a rule.
PutTargets
Add targets to a rule.
RemoveTargets
Remove targets from a rule.
ListTargetsByRule
List targets for a rule.
PutEvents
Put events onto an event bus.
TestEventPattern
Test an event pattern against an event.
TagResource
Tag a resource.
UntagResource
Untag a resource.
ListTagsForResource
List tags for a resource.
PutPermission
Add a permission to an event bus.
RemovePermission
Remove a permission from an event bus.
ListRuleNamesByTarget
List rule names that target a given ARN.
UpdateEventBus
Update an event bus.
CreateArchive
Create an archive.
DeleteArchive
Delete an archive.
DescribeArchive
Describe an archive.
ListArchives
List archives.
UpdateArchive
Update an archive.
StartReplay
Start a replay.
CancelReplay
Cancel a replay.
DescribeReplay
Describe a replay.
ListReplays
List replays.
CreateApiDestination
Create an API destination.
DeleteApiDestination
Delete an API destination.
DescribeApiDestination
Describe an API destination.
ListApiDestinations
List API destinations.
UpdateApiDestination
Update an API destination.
CreateConnection
Create a connection.
DeleteConnection
Delete a connection.
DescribeConnection
Describe a connection.
ListConnections
List connections.
UpdateConnection
Update a connection.
Deauthorize a connection.
CreateEndpoint
Create an endpoint.
DeleteEndpoint
Delete an endpoint.
DescribeEndpoint
Describe an endpoint.
ListEndpoints
List endpoints.
UpdateEndpoint
Update an endpoint.
ActivateEventSource
Activate an event source.
CreatePartnerEventSource
Create a partner event source.
DeactivateEventSource
Deactivate an event source.
DeletePartnerEventSource
Delete a partner event source.
DescribeEventSource
Describe an event source.
DescribePartnerEventSource
Describe a partner event source.
ListEventSources
List event sources.
ListPartnerEventSourceAccounts
List partner event source accounts.
ListPartnerEventSources
List partner event sources.
PutPartnerEvents
Put partner events.
Implementations§
Trait Implementations§
Source§impl Clone for EventsOperation
impl Clone for EventsOperation
Source§fn clone(&self) -> EventsOperation
fn clone(&self) -> EventsOperation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more