UserNotifications#
Client#
- class UserNotifications.Client#
A low-level client representing AWS User Notifications
The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.
User Notification control APIs are currently available in US East (Virginia) -
us-east-1
.GetNotificationEvent and ListNotificationEvents APIs are currently available in commercial partition Regions and only return notifications stored in the same Region in which they’re called.
The User Notifications console can only be used in US East (Virginia). Your data however, is stored in each Region chosen as a `notification hub <https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html>>`__ in addition to US East (Virginia).
client = session.create_client('notifications')
These are the available methods:
- associate_channel
- can_paginate
- close
- create_event_rule
- create_notification_configuration
- delete_event_rule
- delete_notification_configuration
- deregister_notification_hub
- disassociate_channel
- get_event_rule
- get_notification_configuration
- get_notification_event
- get_paginator
- get_waiter
- list_channels
- list_event_rules
- list_notification_configurations
- list_notification_events
- list_notification_hubs
- list_tags_for_resource
- register_notification_hub
- tag_resource
- untag_resource
- update_event_rule
- update_notification_configuration
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: