

********
FreeTier
********



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



.. py:class:: FreeTier.Client

  A low-level client representing AWS Free Tier
  

  You can use the Amazon Web Services Free Tier API to query programmatically your Free Tier usage data.

   

  Free Tier tracks your monthly usage data for all free tier offers that are associated with your Amazon Web Services account. You can use the Free Tier API to filter and show only the data that you want.

   

  Service endpoint

   

  The Free Tier API provides the following endpoint:

   

  

   

  For more information, see `Using the Amazon Web Services Free Tier <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-free-tier.html>`__ in the *Billing User Guide*.

  ::

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

  

These are the available methods:

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

  freetier/client/can_paginate
  freetier/client/close
  freetier/client/get_account_activity
  freetier/client/get_account_plan_state
  freetier/client/get_free_tier_usage
  freetier/client/get_paginator
  freetier/client/get_waiter
  freetier/client/list_account_activities
  freetier/client/upgrade_account_plan


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

  freetier/paginator/GetFreeTierUsage
  freetier/paginator/ListAccountActivities
