

********
Artifact
********



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



.. py:class:: Artifact.Client

  A low-level client representing AWS Artifact
  

  This reference provides descriptions of the low-level AWS Artifact Service API.

  ::

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

  

These are the available methods:

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

  artifact/client/can_paginate
  artifact/client/close
  artifact/client/get_account_settings
  artifact/client/get_paginator
  artifact/client/get_report
  artifact/client/get_report_metadata
  artifact/client/get_term_for_report
  artifact/client/get_waiter
  artifact/client/list_customer_agreements
  artifact/client/list_report_versions
  artifact/client/list_reports
  artifact/client/put_account_settings


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

  artifact/paginator/ListCustomerAgreements
  artifact/paginator/ListReportVersions
  artifact/paginator/ListReports
