BillingandCostManagementPricingCalculator#
Client#
- class BillingandCostManagementPricingCalculator.Client#
A low-level client representing AWS Billing and Cost Management Pricing Calculator
You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use. You can model usage and commitments such as Savings Plans and Reserved Instances, and generate estimated costs using your discounts and benefit sharing preferences.
The Pricing Calculator API provides the following endpoint:
https://bcm-pricing-calculator.us-east-1.api.aws
import boto3 client = boto3.client('bcm-pricing-calculator')
These are the available methods:
- batch_create_bill_scenario_commitment_modification
- batch_create_bill_scenario_usage_modification
- batch_create_workload_estimate_usage
- batch_delete_bill_scenario_commitment_modification
- batch_delete_bill_scenario_usage_modification
- batch_delete_workload_estimate_usage
- batch_update_bill_scenario_commitment_modification
- batch_update_bill_scenario_usage_modification
- batch_update_workload_estimate_usage
- can_paginate
- close
- create_bill_estimate
- create_bill_scenario
- create_workload_estimate
- delete_bill_estimate
- delete_bill_scenario
- delete_workload_estimate
- get_bill_estimate
- get_bill_scenario
- get_paginator
- get_preferences
- get_waiter
- get_workload_estimate
- list_bill_estimate_commitments
- list_bill_estimate_input_commitment_modifications
- list_bill_estimate_input_usage_modifications
- list_bill_estimate_line_items
- list_bill_estimates
- list_bill_scenario_commitment_modifications
- list_bill_scenario_usage_modifications
- list_bill_scenarios
- list_tags_for_resource
- list_workload_estimate_usage
- list_workload_estimates
- tag_resource
- untag_resource
- update_bill_estimate
- update_bill_scenario
- update_preferences
- update_workload_estimate
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.
The available paginators are: