UserNotifications¶
Client¶
- class UserNotifications.Client¶
A low-level client representing AWS User Notifications
The User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notifications API actions.
User Notification control plane 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 in addition to US East (Virginia).
Note
For information about descriptions, API request parameters, and the JSON response for email contact related API actions, see the User Notifications Contacts API Reference Guide.
import boto3 client = boto3.client('notifications')
These are the available methods:
- associate_channel
- associate_managed_notification_account_contact
- associate_managed_notification_additional_channel
- associate_organizational_unit
- can_paginate
- close
- create_event_rule
- create_notification_configuration
- delete_event_rule
- delete_notification_configuration
- deregister_notification_hub
- disable_notifications_access_for_organization
- disassociate_channel
- disassociate_managed_notification_account_contact
- disassociate_managed_notification_additional_channel
- disassociate_organizational_unit
- enable_notifications_access_for_organization
- get_event_rule
- get_managed_notification_child_event
- get_managed_notification_configuration
- get_managed_notification_event
- get_notification_configuration
- get_notification_event
- get_notifications_access_for_organization
- get_paginator
- get_waiter
- list_channels
- list_event_rules
- list_managed_notification_channel_associations
- list_managed_notification_child_events
- list_managed_notification_configurations
- list_managed_notification_events
- list_member_accounts
- list_notification_configurations
- list_notification_events
- list_notification_hubs
- list_organizational_units
- list_tags_for_resource
- register_notification_hub
- tag_resource
- untag_resource
- update_event_rule
- update_notification_configuration
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: