

*********
RTBFabric
*********



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



.. py:class:: RTBFabric.Client

  A low-level client representing RTBFabric
  

  Amazon Web Services RTB Fabric provides secure, low-latency infrastructure for connecting real-time bidding (RTB) applications. Rather than hosting applications directly, RTB Fabric acts as the connecting fabric that enables your applications to communicate efficiently over private networks instead of the public internet. You maintain complete control over your applications, data, and bidding decisions, while RTB Fabric provides the underlying infrastructure for secure, reliable connectivity.

   

  You can use these APIs to complete RTB Fabric tasks, such as setting up audit log ingestions or viewing user access. For more information about RTB Fabric, including the required permissions to use the service, see the `Amazon Web Services RTB Fabric User Guide <https://docs.aws.amazon.com/rtb-fabric/latest/userguide/>`__.

  ::

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

  

These are the available methods:

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

  rtbfabric/client/accept_link
  rtbfabric/client/can_paginate
  rtbfabric/client/close
  rtbfabric/client/create_inbound_external_link
  rtbfabric/client/create_link
  rtbfabric/client/create_outbound_external_link
  rtbfabric/client/create_requester_gateway
  rtbfabric/client/create_responder_gateway
  rtbfabric/client/delete_inbound_external_link
  rtbfabric/client/delete_link
  rtbfabric/client/delete_outbound_external_link
  rtbfabric/client/delete_requester_gateway
  rtbfabric/client/delete_responder_gateway
  rtbfabric/client/get_inbound_external_link
  rtbfabric/client/get_link
  rtbfabric/client/get_outbound_external_link
  rtbfabric/client/get_paginator
  rtbfabric/client/get_requester_gateway
  rtbfabric/client/get_responder_gateway
  rtbfabric/client/get_waiter
  rtbfabric/client/list_links
  rtbfabric/client/list_requester_gateways
  rtbfabric/client/list_responder_gateways
  rtbfabric/client/list_tags_for_resource
  rtbfabric/client/reject_link
  rtbfabric/client/tag_resource
  rtbfabric/client/untag_resource
  rtbfabric/client/update_link
  rtbfabric/client/update_link_module_flow
  rtbfabric/client/update_requester_gateway
  rtbfabric/client/update_responder_gateway


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

  rtbfabric/paginator/ListLinks
  rtbfabric/paginator/ListRequesterGateways
  rtbfabric/paginator/ListResponderGateways


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

  rtbfabric/waiter/InboundExternalLinkActive
  rtbfabric/waiter/LinkAccepted
  rtbfabric/waiter/LinkActive
  rtbfabric/waiter/OutboundExternalLinkActive
  rtbfabric/waiter/RequesterGatewayActive
  rtbfabric/waiter/RequesterGatewayDeleted
  rtbfabric/waiter/ResponderGatewayActive
  rtbfabric/waiter/ResponderGatewayDeleted
