

*************
rePostPrivate
*************



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



.. py:class:: rePostPrivate.Client

  A low-level client representing AWS re:Post Private
  

  AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. It provides access to knowledge and experts to accelerate cloud adoption and increase developer productivity. With your organization-specific private re:Post, you can build an organization-specific developer community that drives efficiencies at scale and provides access to valuable knowledge resources. Additionally, re:Post Private centralizes trusted AWS technical content and offers private discussion forums to improve how your teams collaborate internally and with AWS to remove technical obstacles, accelerate innovation, and scale more efficiently in the cloud.

  ::

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

  

These are the available methods:

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

  repostspace/client/batch_add_channel_role_to_accessors
  repostspace/client/batch_add_role
  repostspace/client/batch_remove_channel_role_from_accessors
  repostspace/client/batch_remove_role
  repostspace/client/can_paginate
  repostspace/client/close
  repostspace/client/create_channel
  repostspace/client/create_space
  repostspace/client/delete_space
  repostspace/client/deregister_admin
  repostspace/client/get_channel
  repostspace/client/get_paginator
  repostspace/client/get_space
  repostspace/client/get_waiter
  repostspace/client/list_channels
  repostspace/client/list_spaces
  repostspace/client/list_tags_for_resource
  repostspace/client/register_admin
  repostspace/client/send_invites
  repostspace/client/tag_resource
  repostspace/client/untag_resource
  repostspace/client/update_channel
  repostspace/client/update_space


==========
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:

  repostspace/paginator/ListChannels
  repostspace/paginator/ListSpaces


=======
Waiters
=======


Waiters are available on a client instance via the ``get_waiter`` method. For more detailed instructions and examples on the usage or waiters, see the waiters `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters>`_.

The available waiters are:

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

  repostspace/waiter/ChannelCreated
  repostspace/waiter/ChannelDeleted
  repostspace/waiter/SpaceCreated
  repostspace/waiter/SpaceDeleted
