

************
CostExplorer
************



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



.. py:class:: CostExplorer.Client

  A low-level client representing AWS Cost Explorer Service
  

  You can use the Cost Explorer API to programmatically query your cost and usage data. You can query for aggregated data such as total monthly costs or total daily usage. You can also query for granular data. This might include the number of daily write operations for Amazon DynamoDB database tables in your production environment.

   

  Service Endpoint

   

  The Cost Explorer API provides the following endpoint:

   

  
  * ``https://ce.us-east-1.amazonaws.com``
  

   

  For information about the costs that are associated with the Cost Explorer API, see `Amazon Web Services Cost Management Pricing <http://aws.amazon.com/aws-cost-management/pricing/>`__.

  ::

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

  

These are the available methods:

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

  ce/client/can_paginate
  ce/client/close
  ce/client/create_anomaly_monitor
  ce/client/create_anomaly_subscription
  ce/client/create_cost_category_definition
  ce/client/delete_anomaly_monitor
  ce/client/delete_anomaly_subscription
  ce/client/delete_cost_category_definition
  ce/client/describe_cost_category_definition
  ce/client/get_anomalies
  ce/client/get_anomaly_monitors
  ce/client/get_anomaly_subscriptions
  ce/client/get_approximate_usage_records
  ce/client/get_commitment_purchase_analysis
  ce/client/get_cost_and_usage
  ce/client/get_cost_and_usage_comparisons
  ce/client/get_cost_and_usage_with_resources
  ce/client/get_cost_categories
  ce/client/get_cost_comparison_drivers
  ce/client/get_cost_forecast
  ce/client/get_dimension_values
  ce/client/get_paginator
  ce/client/get_reservation_coverage
  ce/client/get_reservation_purchase_recommendation
  ce/client/get_reservation_utilization
  ce/client/get_rightsizing_recommendation
  ce/client/get_savings_plan_purchase_recommendation_details
  ce/client/get_savings_plans_coverage
  ce/client/get_savings_plans_purchase_recommendation
  ce/client/get_savings_plans_utilization
  ce/client/get_savings_plans_utilization_details
  ce/client/get_tags
  ce/client/get_usage_forecast
  ce/client/get_waiter
  ce/client/list_commitment_purchase_analyses
  ce/client/list_cost_allocation_tag_backfill_history
  ce/client/list_cost_allocation_tags
  ce/client/list_cost_category_definitions
  ce/client/list_cost_category_resource_associations
  ce/client/list_savings_plans_purchase_recommendation_generation
  ce/client/list_tags_for_resource
  ce/client/provide_anomaly_feedback
  ce/client/start_commitment_purchase_analysis
  ce/client/start_cost_allocation_tag_backfill
  ce/client/start_savings_plans_purchase_recommendation_generation
  ce/client/tag_resource
  ce/client/untag_resource
  ce/client/update_anomaly_monitor
  ce/client/update_anomaly_subscription
  ce/client/update_cost_allocation_tags_status
  ce/client/update_cost_category_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:

  ce/paginator/GetAnomalies
  ce/paginator/GetAnomalyMonitors
  ce/paginator/GetAnomalySubscriptions
  ce/paginator/GetCostAndUsageComparisons
  ce/paginator/GetCostComparisonDrivers
  ce/paginator/GetReservationPurchaseRecommendation
  ce/paginator/GetRightsizingRecommendation
  ce/paginator/ListCommitmentPurchaseAnalyses
  ce/paginator/ListCostAllocationTagBackfillHistory
  ce/paginator/ListCostAllocationTags
  ce/paginator/ListCostCategoryDefinitions
  ce/paginator/ListCostCategoryResourceAssociations
  ce/paginator/ListSavingsPlansPurchaseRecommendationGeneration
