

***********************
ApplicationCostProfiler
***********************



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



.. py:class:: ApplicationCostProfiler.Client

  A low-level client representing AWS Application Cost Profiler
  

  This reference provides descriptions of the AWS Application Cost Profiler API.

   

  The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete application cost report definitions, as well as to import your usage data into the Application Cost Profiler service.

   

  For more information about using this service, see the `AWS Application Cost Profiler User Guide <https://docs.aws.amazon.com/application-cost-profiler/latest/userguide/introduction.html>`__.

  ::

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

  

These are the available methods:

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

  applicationcostprofiler/client/can_paginate
  applicationcostprofiler/client/close
  applicationcostprofiler/client/delete_report_definition
  applicationcostprofiler/client/get_paginator
  applicationcostprofiler/client/get_report_definition
  applicationcostprofiler/client/get_waiter
  applicationcostprofiler/client/import_application_usage
  applicationcostprofiler/client/list_report_definitions
  applicationcostprofiler/client/put_report_definition
  applicationcostprofiler/client/update_report_definition


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

  applicationcostprofiler/paginator/ListReportDefinitions
