aws_sdk_notifications/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 `AssociateChannel` operation.
5pub mod associate_channel;
6
7/// Types for the `AssociateManagedNotificationAccountContact` operation.
8pub mod associate_managed_notification_account_contact;
9
10/// Types for the `AssociateManagedNotificationAdditionalChannel` operation.
11pub mod associate_managed_notification_additional_channel;
12
13/// Types for the `CreateEventRule` operation.
14pub mod create_event_rule;
15
16/// Types for the `CreateNotificationConfiguration` operation.
17pub mod create_notification_configuration;
18
19/// Types for the `DeleteEventRule` operation.
20pub mod delete_event_rule;
21
22/// Types for the `DeleteNotificationConfiguration` operation.
23pub mod delete_notification_configuration;
24
25/// Types for the `DeregisterNotificationHub` operation.
26pub mod deregister_notification_hub;
27
28/// Types for the `DisableNotificationsAccessForOrganization` operation.
29pub mod disable_notifications_access_for_organization;
30
31/// Types for the `DisassociateChannel` operation.
32pub mod disassociate_channel;
33
34/// Types for the `DisassociateManagedNotificationAccountContact` operation.
35pub mod disassociate_managed_notification_account_contact;
36
37/// Types for the `DisassociateManagedNotificationAdditionalChannel` operation.
38pub mod disassociate_managed_notification_additional_channel;
39
40/// Types for the `EnableNotificationsAccessForOrganization` operation.
41pub mod enable_notifications_access_for_organization;
42
43/// Types for the `GetEventRule` operation.
44pub mod get_event_rule;
45
46/// Types for the `GetManagedNotificationChildEvent` operation.
47pub mod get_managed_notification_child_event;
48
49/// Types for the `GetManagedNotificationConfiguration` operation.
50pub mod get_managed_notification_configuration;
51
52/// Types for the `GetManagedNotificationEvent` operation.
53pub mod get_managed_notification_event;
54
55/// Types for the `GetNotificationConfiguration` operation.
56pub mod get_notification_configuration;
57
58/// Types for the `GetNotificationEvent` operation.
59pub mod get_notification_event;
60
61/// Types for the `GetNotificationsAccessForOrganization` operation.
62pub mod get_notifications_access_for_organization;
63
64/// Types for the `ListChannels` operation.
65pub mod list_channels;
66
67/// Types for the `ListEventRules` operation.
68pub mod list_event_rules;
69
70/// Types for the `ListManagedNotificationChannelAssociations` operation.
71pub mod list_managed_notification_channel_associations;
72
73/// Types for the `ListManagedNotificationChildEvents` operation.
74pub mod list_managed_notification_child_events;
75
76/// Types for the `ListManagedNotificationConfigurations` operation.
77pub mod list_managed_notification_configurations;
78
79/// Types for the `ListManagedNotificationEvents` operation.
80pub mod list_managed_notification_events;
81
82/// Types for the `ListNotificationConfigurations` operation.
83pub mod list_notification_configurations;
84
85/// Types for the `ListNotificationEvents` operation.
86pub mod list_notification_events;
87
88/// Types for the `ListNotificationHubs` operation.
89pub mod list_notification_hubs;
90
91/// Types for the `ListTagsForResource` operation.
92pub mod list_tags_for_resource;
93
94/// Types for the `RegisterNotificationHub` operation.
95pub mod register_notification_hub;
96
97/// Types for the `TagResource` operation.
98pub mod tag_resource;
99
100/// Types for the `UntagResource` operation.
101pub mod untag_resource;
102
103/// Types for the `UpdateEventRule` operation.
104pub mod update_event_rule;
105
106/// Types for the `UpdateNotificationConfiguration` operation.
107pub mod update_notification_configuration;