aws_sdk_notifications/
operation.rs

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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateChannel` operation.
pub mod associate_channel;

/// Types for the `CreateEventRule` operation.
pub mod create_event_rule;

/// Types for the `CreateNotificationConfiguration` operation.
pub mod create_notification_configuration;

/// Types for the `DeleteEventRule` operation.
pub mod delete_event_rule;

/// Types for the `DeleteNotificationConfiguration` operation.
pub mod delete_notification_configuration;

/// Types for the `DeregisterNotificationHub` operation.
pub mod deregister_notification_hub;

/// Types for the `DisassociateChannel` operation.
pub mod disassociate_channel;

/// Types for the `GetEventRule` operation.
pub mod get_event_rule;

/// Types for the `GetNotificationConfiguration` operation.
pub mod get_notification_configuration;

/// Types for the `GetNotificationEvent` operation.
pub mod get_notification_event;

/// Types for the `ListChannels` operation.
pub mod list_channels;

/// Types for the `ListEventRules` operation.
pub mod list_event_rules;

/// Types for the `ListNotificationConfigurations` operation.
pub mod list_notification_configurations;

/// Types for the `ListNotificationEvents` operation.
pub mod list_notification_events;

/// Types for the `ListNotificationHubs` operation.
pub mod list_notification_hubs;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `RegisterNotificationHub` operation.
pub mod register_notification_hub;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateEventRule` operation.
pub mod update_event_rule;

/// Types for the `UpdateNotificationConfiguration` operation.
pub mod update_notification_configuration;