AWS.Billingconductor — AWS SDK for JavaScript (original) (raw)

Property Details

endpointAWS.Endpoint

Returns an Endpoint object representing the endpoint URL for service requests.

Method Details

associateAccounts(params = {}, callback) ⇒ AWS.Request

Connects an array of account IDs in a consolidated billing family to a predefined billing group. The account IDs must be a part of the consolidated billing family during the current month, and not already associated with another billing group. The maximum number of accounts that can be associated in one call is 30.

associatePricingRules(params = {}, callback) ⇒ AWS.Request

Connects an array of PricingRuleArns to a defined PricingPlan. The maximum number PricingRuleArn that can be associated in one call is 30.

batchAssociateResourcesToCustomLineItem(params = {}, callback) ⇒ AWS.Request

Associates a batch of resources to a percentage custom line item.

batchDisassociateResourcesFromCustomLineItem(params = {}, callback) ⇒ AWS.Request

Disassociates a batch of resources from a percentage custom line item.

createBillingGroup(params = {}, callback) ⇒ AWS.Request

Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.

createCustomLineItem(params = {}, callback) ⇒ AWS.Request

Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount.

createPricingPlan(params = {}, callback) ⇒ AWS.Request

Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.

createPricingRule(params = {}, callback) ⇒ AWS.Request

Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.

deleteBillingGroup(params = {}, callback) ⇒ AWS.Request

deleteCustomLineItem(params = {}, callback) ⇒ AWS.Request

Deletes the custom line item identified by the given ARN in the current, or previous billing period.

deletePricingPlan(params = {}, callback) ⇒ AWS.Request

Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.

deletePricingRule(params = {}, callback) ⇒ AWS.Request

Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).

disassociateAccounts(params = {}, callback) ⇒ AWS.Request

Removes the specified list of account IDs from the given billing group.

disassociatePricingRules(params = {}, callback) ⇒ AWS.Request

Disassociates a list of pricing rules from a pricing plan.

getBillingGroupCostReport(params = {}, callback) ⇒ AWS.Request

Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Service for a specific billing group.

listAccountAssociations(params = {}, callback) ⇒ AWS.Request

This is a paginated call to list linked accounts that are linked to the payer account for the specified time period. If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.

listBillingGroupCostReports(params = {}, callback) ⇒ AWS.Request

A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.

listBillingGroups(params = {}, callback) ⇒ AWS.Request

A paginated call to retrieve a list of billing groups for the given billing period. If you don't provide a billing group, the current billing period is used.

listCustomLineItems(params = {}, callback) ⇒ AWS.Request

A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used.

listCustomLineItemVersions(params = {}, callback) ⇒ AWS.Request

A paginated call to get a list of all custom line item versions.

listPricingPlans(params = {}, callback) ⇒ AWS.Request

A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.

listPricingPlansAssociatedWithPricingRule(params = {}, callback) ⇒ AWS.Request

A list of the pricing plans that are associated with a pricing rule.

listPricingRules(params = {}, callback) ⇒ AWS.Request

Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.

listPricingRulesAssociatedToPricingPlan(params = {}, callback) ⇒ AWS.Request

Lists the pricing rules that are associated with a pricing plan.

listResourcesAssociatedToCustomLineItem(params = {}, callback) ⇒ AWS.Request

List the resources that are associated to a custom line item.

listTagsForResource(params = {}, callback) ⇒ AWS.Request

A list the tags for a resource.

tagResource(params = {}, callback) ⇒ AWS.Request

Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed.

untagResource(params = {}, callback) ⇒ AWS.Request

Deletes specified tags from a resource.

updateBillingGroup(params = {}, callback) ⇒ AWS.Request

This updates an existing billing group.

updateCustomLineItem(params = {}, callback) ⇒ AWS.Request

Update an existing custom line item in the current or previous billing period.

updatePricingPlan(params = {}, callback) ⇒ AWS.Request

This updates an existing pricing plan.

updatePricingRule(params = {}, callback) ⇒ AWS.Request

Updates an existing pricing rule.

waitFor(state, params = {}, callback) ⇒ AWS.Request

Waits for a given Billingconductor resource. The final callback or'complete' event will be fired only when the resource is either in its final state or the waiter has timed out and stopped polling for the final state.