View Source AWS.BCMPricingCalculator (aws-elixir v1.0.4)
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
Link to this section Summary
Functions
Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.
Create Amazon Web Services service usage that you want to model in a Bill Scenario.
Create Amazon Web Services service usage that you want to model in a Workload Estimate.
Delete commitment that you have created in a Bill Scenario.
Delete usage that you have created in a Bill Scenario.
Delete usage that you have created in a Workload estimate.
Update a newly added or existing commitment.
Update a newly added or existing usage lines.
Update a newly added or existing usage lines.
Create a Bill estimate from a Bill scenario.
Creates a new bill scenario to model potential changes to Amazon Web Services usage and costs.
Creates a new workload estimate to model costs for a specific workload.
Deletes an existing bill estimate.
Deletes an existing bill scenario.
Deletes an existing workload estimate.
Retrieves details of a specific bill estimate.
Retrieves details of a specific bill scenario.
Retrieves the current preferences for the Amazon Web Services Cost Explorer service.
Retrieves details of a specific workload estimate.
Lists the commitments associated with a bill estimate.
Lists the input commitment modifications associated with a bill estimate.
Lists the input usage modifications associated with a bill estimate.
Lists the line items associated with a bill estimate.
Lists all bill estimates for the account.
Lists the commitment modifications associated with a bill scenario.
Lists the usage modifications associated with a bill scenario.
Lists all bill scenarios for the account.
Lists all tags associated with a specified resource.
Lists the usage associated with a workload estimate.
Lists all workload estimates for the account.
Adds one or more tags to a specified resource.
Removes one or more tags from a specified resource.
Updates an existing bill estimate.
Updates an existing bill scenario.
Updates the preferences for the Amazon Web Services Cost Explorer service.
Updates an existing workload estimate.
Link to this section Functions
batch_create_bill_scenario_commitment_modification(client, input, options \\ [])
View SourceCreate Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.
batch_create_bill_scenario_usage_modification(client, input, options \\ [])
View SourceCreate Amazon Web Services service usage that you want to model in a Bill Scenario.
batch_create_workload_estimate_usage(client, input, options \\ [])
View SourceCreate Amazon Web Services service usage that you want to model in a Workload Estimate.
batch_delete_bill_scenario_commitment_modification(client, input, options \\ [])
View SourceDelete commitment that you have created in a Bill Scenario.
You can only delete a commitment that you had added and cannot model deletion (or removal) of a existing commitment. If you want model deletion of an existing commitment, see the negate BillScenarioCommitmentModificationAction of BatchCreateBillScenarioCommitmentModification operation.
batch_delete_bill_scenario_usage_modification(client, input, options \\ [])
View SourceDelete usage that you have created in a Bill Scenario.
You can only delete usage that you had added and cannot model deletion (or removal) of a existing usage. If you want model removal of an existing usage, see BatchUpdateBillScenarioUsageModification.
batch_delete_workload_estimate_usage(client, input, options \\ [])
View SourceDelete usage that you have created in a Workload estimate.
You can only delete usage that you had added and cannot model deletion (or removal) of a existing usage. If you want model removal of an existing usage, see BatchUpdateWorkloadEstimateUsage.
batch_update_bill_scenario_commitment_modification(client, input, options \\ [])
View SourceUpdate a newly added or existing commitment.
You can update the commitment group based on a commitment ID and a Bill scenario ID.
batch_update_bill_scenario_usage_modification(client, input, options \\ [])
View SourceUpdate a newly added or existing usage lines.
You can update the usage amounts, usage hour, and usage group based on a usage ID and a Bill scenario ID.
batch_update_workload_estimate_usage(client, input, options \\ [])
View SourceUpdate a newly added or existing usage lines.
You can update the usage amounts and usage group based on a usage ID and a Workload estimate ID.
Create a Bill estimate from a Bill scenario.
In the Bill scenario you can model usage addition, usage changes, and usage removal. You can also model commitment addition and commitment removal. After all changes in a Bill scenario is made satisfactorily, you can call this API with a Bill scenario ID to generate the Bill estimate. Bill estimate calculates the pre-tax cost for your consolidated billing family, incorporating all modeled usage and commitments alongside existing usage and commitments from your most recent completed anniversary bill, with any applicable discounts applied.
Creates a new bill scenario to model potential changes to Amazon Web Services usage and costs.
Creates a new workload estimate to model costs for a specific workload.
Deletes an existing bill estimate.
Deletes an existing bill scenario.
Deletes an existing workload estimate.
Retrieves details of a specific bill estimate.
Retrieves details of a specific bill scenario.
Retrieves the current preferences for the Amazon Web Services Cost Explorer service.
Retrieves details of a specific workload estimate.
Lists the commitments associated with a bill estimate.
list_bill_estimate_input_commitment_modifications(client, input, options \\ [])
View SourceLists the input commitment modifications associated with a bill estimate.
list_bill_estimate_input_usage_modifications(client, input, options \\ [])
View SourceLists the input usage modifications associated with a bill estimate.
Lists the line items associated with a bill estimate.
Lists all bill estimates for the account.
list_bill_scenario_commitment_modifications(client, input, options \\ [])
View SourceLists the commitment modifications associated with a bill scenario.
list_bill_scenario_usage_modifications(client, input, options \\ [])
View SourceLists the usage modifications associated with a bill scenario.
Lists all bill scenarios for the account.
Lists all tags associated with a specified resource.
Lists the usage associated with a workload estimate.
Lists all workload estimates for the account.
Adds one or more tags to a specified resource.
Removes one or more tags from a specified resource.
Updates an existing bill estimate.
Updates an existing bill scenario.
Updates the preferences for the Amazon Web Services Cost Explorer service.
Updates an existing workload estimate.