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