

*************************
UserNotificationsContacts
*************************



======
Client
======



.. py:class:: UserNotificationsContacts.Client

  A low-level client representing AWS User Notifications Contacts
  

  AWS User Notifications Contacts is a service that allows you to create and manage email contacts for AWS User Notifications. The AWS User Notifications Contacts API Reference provides descriptions, API request parameters, and the JSON response for all email contact related API actions.

  ::

    
    import boto3
    
    client = boto3.client('notificationscontacts')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  notificationscontacts/client/activate_email_contact
  notificationscontacts/client/can_paginate
  notificationscontacts/client/close
  notificationscontacts/client/create_email_contact
  notificationscontacts/client/delete_email_contact
  notificationscontacts/client/get_email_contact
  notificationscontacts/client/get_paginator
  notificationscontacts/client/get_waiter
  notificationscontacts/client/list_email_contacts
  notificationscontacts/client/list_tags_for_resource
  notificationscontacts/client/send_activation_code
  notificationscontacts/client/tag_resource
  notificationscontacts/client/untag_resource


==========
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 <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  notificationscontacts/paginator/ListEmailContacts
