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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
// 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 `AssociateManagedNotificationAccountContact` operation.
pub mod associate_managed_notification_account_contact;

/// Types for the `AssociateManagedNotificationAdditionalChannel` operation.
pub mod associate_managed_notification_additional_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 `DisableNotificationsAccessForOrganization` operation.
pub mod disable_notifications_access_for_organization;

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

/// Types for the `DisassociateManagedNotificationAccountContact` operation.
pub mod disassociate_managed_notification_account_contact;

/// Types for the `DisassociateManagedNotificationAdditionalChannel` operation.
pub mod disassociate_managed_notification_additional_channel;

/// Types for the `EnableNotificationsAccessForOrganization` operation.
pub mod enable_notifications_access_for_organization;

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

/// Types for the `GetManagedNotificationChildEvent` operation.
pub mod get_managed_notification_child_event;

/// Types for the `GetManagedNotificationConfiguration` operation.
pub mod get_managed_notification_configuration;

/// Types for the `GetManagedNotificationEvent` operation.
pub mod get_managed_notification_event;

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

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

/// Types for the `GetNotificationsAccessForOrganization` operation.
pub mod get_notifications_access_for_organization;

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

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

/// Types for the `ListManagedNotificationChannelAssociations` operation.
pub mod list_managed_notification_channel_associations;

/// Types for the `ListManagedNotificationChildEvents` operation.
pub mod list_managed_notification_child_events;

/// Types for the `ListManagedNotificationConfigurations` operation.
pub mod list_managed_notification_configurations;

/// Types for the `ListManagedNotificationEvents` operation.
pub mod list_managed_notification_events;

/// 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;