Awso_billingconductor_lwtSourceval associate_accounts :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.AssociateAccountsInput.t ->
(Awso_billingconductor.Values.AssociateAccountsOutput.t,
Awso_billingconductor.Values.AssociateAccountsOutput.error)
Result.t
Lwt.tval associate_pricing_rules :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.AssociatePricingRulesInput.t ->
(Awso_billingconductor.Values.AssociatePricingRulesOutput.t,
Awso_billingconductor.Values.AssociatePricingRulesOutput.error)
Result.t
Lwt.tval batch_associate_resources_to_custom_line_item :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.BatchAssociateResourcesToCustomLineItemInput.t ->
(Awso_billingconductor.Values.BatchAssociateResourcesToCustomLineItemOutput.t,
Awso_billingconductor.Values.BatchAssociateResourcesToCustomLineItemOutput.error)
Result.t
Lwt.tval batch_disassociate_resources_from_custom_line_item :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.BatchDisassociateResourcesFromCustomLineItemInput.t ->
(Awso_billingconductor.Values.BatchDisassociateResourcesFromCustomLineItemOutput.t,
Awso_billingconductor.Values.BatchDisassociateResourcesFromCustomLineItemOutput.error)
Result.t
Lwt.tval create_billing_group :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.CreateBillingGroupInput.t ->
(Awso_billingconductor.Values.CreateBillingGroupOutput.t,
Awso_billingconductor.Values.CreateBillingGroupOutput.error)
Result.t
Lwt.tval create_custom_line_item :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.CreateCustomLineItemInput.t ->
(Awso_billingconductor.Values.CreateCustomLineItemOutput.t,
Awso_billingconductor.Values.CreateCustomLineItemOutput.error)
Result.t
Lwt.tval create_pricing_plan :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.CreatePricingPlanInput.t ->
(Awso_billingconductor.Values.CreatePricingPlanOutput.t,
Awso_billingconductor.Values.CreatePricingPlanOutput.error)
Result.t
Lwt.tval create_pricing_rule :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.CreatePricingRuleInput.t ->
(Awso_billingconductor.Values.CreatePricingRuleOutput.t,
Awso_billingconductor.Values.CreatePricingRuleOutput.error)
Result.t
Lwt.tval delete_billing_group :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.DeleteBillingGroupInput.t ->
(Awso_billingconductor.Values.DeleteBillingGroupOutput.t,
Awso_billingconductor.Values.DeleteBillingGroupOutput.error)
Result.t
Lwt.tval delete_custom_line_item :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.DeleteCustomLineItemInput.t ->
(Awso_billingconductor.Values.DeleteCustomLineItemOutput.t,
Awso_billingconductor.Values.DeleteCustomLineItemOutput.error)
Result.t
Lwt.tval delete_pricing_plan :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.DeletePricingPlanInput.t ->
(Awso_billingconductor.Values.DeletePricingPlanOutput.t,
Awso_billingconductor.Values.DeletePricingPlanOutput.error)
Result.t
Lwt.tval delete_pricing_rule :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.DeletePricingRuleInput.t ->
(Awso_billingconductor.Values.DeletePricingRuleOutput.t,
Awso_billingconductor.Values.DeletePricingRuleOutput.error)
Result.t
Lwt.tval disassociate_accounts :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.DisassociateAccountsInput.t ->
(Awso_billingconductor.Values.DisassociateAccountsOutput.t,
Awso_billingconductor.Values.DisassociateAccountsOutput.error)
Result.t
Lwt.tval disassociate_pricing_rules :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.DisassociatePricingRulesInput.t ->
(Awso_billingconductor.Values.DisassociatePricingRulesOutput.t,
Awso_billingconductor.Values.DisassociatePricingRulesOutput.error)
Result.t
Lwt.tval get_billing_group_cost_report :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.GetBillingGroupCostReportInput.t ->
(Awso_billingconductor.Values.GetBillingGroupCostReportOutput.t,
Awso_billingconductor.Values.GetBillingGroupCostReportOutput.error)
Result.t
Lwt.tval list_account_associations :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListAccountAssociationsInput.t ->
(Awso_billingconductor.Values.ListAccountAssociationsOutput.t,
Awso_billingconductor.Values.ListAccountAssociationsOutput.error)
Result.t
Lwt.tval list_billing_group_cost_reports :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListBillingGroupCostReportsInput.t ->
(Awso_billingconductor.Values.ListBillingGroupCostReportsOutput.t,
Awso_billingconductor.Values.ListBillingGroupCostReportsOutput.error)
Result.t
Lwt.tval list_billing_groups :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListBillingGroupsInput.t ->
(Awso_billingconductor.Values.ListBillingGroupsOutput.t,
Awso_billingconductor.Values.ListBillingGroupsOutput.error)
Result.t
Lwt.tval list_custom_line_item_versions :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListCustomLineItemVersionsInput.t ->
(Awso_billingconductor.Values.ListCustomLineItemVersionsOutput.t,
Awso_billingconductor.Values.ListCustomLineItemVersionsOutput.error)
Result.t
Lwt.tval list_custom_line_items :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListCustomLineItemsInput.t ->
(Awso_billingconductor.Values.ListCustomLineItemsOutput.t,
Awso_billingconductor.Values.ListCustomLineItemsOutput.error)
Result.t
Lwt.tval list_pricing_plans :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListPricingPlansInput.t ->
(Awso_billingconductor.Values.ListPricingPlansOutput.t,
Awso_billingconductor.Values.ListPricingPlansOutput.error)
Result.t
Lwt.tval list_pricing_plans_associated_with_pricing_rule :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListPricingPlansAssociatedWithPricingRuleInput.t ->
(Awso_billingconductor.Values.ListPricingPlansAssociatedWithPricingRuleOutput.t,
Awso_billingconductor.Values.ListPricingPlansAssociatedWithPricingRuleOutput.error)
Result.t
Lwt.tval list_pricing_rules :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListPricingRulesInput.t ->
(Awso_billingconductor.Values.ListPricingRulesOutput.t,
Awso_billingconductor.Values.ListPricingRulesOutput.error)
Result.t
Lwt.tval list_pricing_rules_associated_to_pricing_plan :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListPricingRulesAssociatedToPricingPlanInput.t ->
(Awso_billingconductor.Values.ListPricingRulesAssociatedToPricingPlanOutput.t,
Awso_billingconductor.Values.ListPricingRulesAssociatedToPricingPlanOutput.error)
Result.t
Lwt.tval list_resources_associated_to_custom_line_item :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemInput.t ->
(Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemOutput.t,
Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemOutput.error)
Result.t
Lwt.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.ListTagsForResourceRequest.t ->
(Awso_billingconductor.Values.ListTagsForResourceResponse.t,
Awso_billingconductor.Values.ListTagsForResourceResponse.error)
Result.t
Lwt.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.TagResourceRequest.t ->
(Awso_billingconductor.Values.TagResourceResponse.t,
Awso_billingconductor.Values.TagResourceResponse.error)
Result.t
Lwt.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.UntagResourceRequest.t ->
(Awso_billingconductor.Values.UntagResourceResponse.t,
Awso_billingconductor.Values.UntagResourceResponse.error)
Result.t
Lwt.tval update_billing_group :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.UpdateBillingGroupInput.t ->
(Awso_billingconductor.Values.UpdateBillingGroupOutput.t,
Awso_billingconductor.Values.UpdateBillingGroupOutput.error)
Result.t
Lwt.tval update_custom_line_item :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.UpdateCustomLineItemInput.t ->
(Awso_billingconductor.Values.UpdateCustomLineItemOutput.t,
Awso_billingconductor.Values.UpdateCustomLineItemOutput.error)
Result.t
Lwt.tval update_pricing_plan :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.UpdatePricingPlanInput.t ->
(Awso_billingconductor.Values.UpdatePricingPlanOutput.t,
Awso_billingconductor.Values.UpdatePricingPlanOutput.error)
Result.t
Lwt.tval update_pricing_rule :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_billingconductor.Values.UpdatePricingRuleInput.t ->
(Awso_billingconductor.Values.UpdatePricingRuleOutput.t,
Awso_billingconductor.Values.UpdatePricingRuleOutput.error)
Result.t
Lwt.tinclude module type of struct include Awso_billingconductor.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. For example, if you create a custom line item and you want to filter out a value, such as Savings Plans discounts, you can update LineItemFilter to exclude it.
module CustomLineItemPercentageChargeValue =
Awso_billingconductor.Values.CustomLineItemPercentageChargeValueThe possible Amazon Web Services Free Tier configurations.
module ListCustomLineItemFlatChargeDetails =
Awso_billingconductor.Values.ListCustomLineItemFlatChargeDetailsA representation of the charge details that are associated with a flat custom line item.
module ListCustomLineItemPercentageChargeDetails =
Awso_billingconductor.Values.ListCustomLineItemPercentageChargeDetailsA representation of the charge details that are associated with a percentage custom line item.
The key-value pair that represents the attribute by which the BillingGroupCostReportResults are grouped. For example, if you want a service-level breakdown for Amazon Simple Storage Service (Amazon S3) of the billing group, the attribute will be a key-value pair of "PRODUCT_NAME" and "S3".
module CustomLineItemAssociationElement =
Awso_billingconductor.Values.CustomLineItemAssociationElementmodule AssociateResourceErrorReason =
Awso_billingconductor.Values.AssociateResourceErrorReasonThe field's information of a request that resulted in an exception.
module NumberOfPricingPlansAssociatedWith =
Awso_billingconductor.Values.NumberOfPricingPlansAssociatedWithThe set of tiering configurations for the pricing rule.
module NumberOfAssociatedPricingRules =
Awso_billingconductor.Values.NumberOfAssociatedPricingRulesmodule ListCustomLineItemChargeDetails =
Awso_billingconductor.Values.ListCustomLineItemChargeDetailsA representation of the charge details of a custom line item.
An object that defines how custom line item charges are presented in the bill, containing specifications for service presentation.
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
module ListBillingGroupAccountGrouping =
Awso_billingconductor.Values.ListBillingGroupAccountGroupingSpecifies if the billing group has the following features enabled.
A structure that defines string search parameters.
module CustomLineItemAssociationsList =
Awso_billingconductor.Values.CustomLineItemAssociationsListA representation of a resource association error.
The possible Amazon Web Services Free Tier configurations.
module ValidationExceptionFieldList =
Awso_billingconductor.Values.ValidationExceptionFieldListmodule UpdateCustomLineItemFlatChargeDetails =
Awso_billingconductor.Values.UpdateCustomLineItemFlatChargeDetailsA representation of the new charge details that are associated with a flat custom line item.
module UpdateCustomLineItemPercentageChargeDetails =
Awso_billingconductor.Values.UpdateCustomLineItemPercentageChargeDetailsA representation of the new charge details that are associated with a percentage custom line item.
module ListResourcesAssociatedToCustomLineItemResponseElement =
Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemResponseElementA representation of a resource association for a custom line item.
A representation of a pricing rule.
A representation of a pricing plan.
A representation of a custom line item.
module CustomLineItemVersionListElement =
Awso_billingconductor.Values.CustomLineItemVersionListElementA representation of a custom line item version.
module ListCustomLineItemVersionsBillingPeriodRangeFilter =
Awso_billingconductor.Values.ListCustomLineItemVersionsBillingPeriodRangeFilterA billing period filter that specifies the custom line item versions to retrieve.
A representation of a billing group.
module ResponsibilityTransferArnsList =
Awso_billingconductor.Values.ResponsibilityTransferArnsListmodule BillingGroupCostReportElement =
Awso_billingconductor.Values.BillingGroupCostReportElementA summary report of actual Amazon Web Services charges and calculated Amazon Web Services charges, based on the associated pricing plan of a billing group.
module AccountAssociationsListElement =
Awso_billingconductor.Values.AccountAssociationsListElementA representation of a linked account.
module BillingGroupCostReportResultElement =
Awso_billingconductor.Values.BillingGroupCostReportResultElementA paginated call to retrieve a list of summary reports of actual Amazon Web Services charges and the calculated Amazon Web Services charges, broken down by attributes.
The possible Amazon Web Services Free Tier configurations.
module CustomLineItemFlatChargeDetails =
Awso_billingconductor.Values.CustomLineItemFlatChargeDetailsA representation of the charge details that are associated with a flat custom line item.
module CustomLineItemPercentageChargeDetails =
Awso_billingconductor.Values.CustomLineItemPercentageChargeDetailsA representation of the charge details that are associated with a percentage custom line item.
module DisassociateResourceResponseElement =
Awso_billingconductor.Values.DisassociateResourceResponseElementA resource disassociation result for a percentage custom line item.
module AssociateResourceResponseElement =
Awso_billingconductor.Values.AssociateResourceResponseElementA resource association result for a percentage custom line item.
You do not have sufficient access to perform this action.
You can cause an inconsistent state by updating or deleting a resource.
An unexpected error occurred while processing a request.
The request references a resource that doesn't exist.
The request was denied due to request throttling.
The set of tiering configurations for the pricing rule.
The input doesn't match with the constraints specified by Amazon Web Services services.
module CustomLineItemBillingPeriodRange =
Awso_billingconductor.Values.CustomLineItemBillingPeriodRangeThe billing period range in which the custom line item request will be applied.
module UpdateCustomLineItemChargeDetails =
Awso_billingconductor.Values.UpdateCustomLineItemChargeDetailsA representation of the new charge details of a custom line item. This should contain only one of Flat or Percentage.
module UpdateBillingGroupAccountGrouping =
Awso_billingconductor.Values.UpdateBillingGroupAccountGroupingSpecifies if the billing group has the following features enabled.
module ListResourcesAssociatedToCustomLineItemResponseList =
Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemResponseListmodule ListResourcesAssociatedToCustomLineItemFilter =
Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemFilterA filter that specifies the type of resource associations that should be retrieved for a custom line item.
The filter that specifies criteria that the pricing rules returned by the ListPricingRules API will adhere to.
The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve pricing plan information.
A filter that specifies the custom line items and billing groups to retrieve FFLI information.
module ListCustomLineItemVersionsFilter =
Awso_billingconductor.Values.ListCustomLineItemVersionsFilterA filter that specifies the billing period range where the custom line item versions reside.
The filter that specifies the billing groups and pricing plans to retrieve billing group information.
module ListBillingGroupCostReportsFilter =
Awso_billingconductor.Values.ListBillingGroupCostReportsFilterThe filter used to retrieve specific BillingGroupCostReportElements.
module ListAccountAssociationsFilter =
Awso_billingconductor.Values.ListAccountAssociationsFilterThe filter on the account ID of the linked account, or any of the following: MONITORED: linked accounts that are associated to billing groups. UNMONITORED: linked accounts that are not associated to billing groups. Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
module BillingGroupCostReportResultsList =
Awso_billingconductor.Values.BillingGroupCostReportResultsListA time range for which the margin summary is effective. The time range can be up to 12 months.
module MaxBillingGroupCostReportResults =
Awso_billingconductor.Values.MaxBillingGroupCostReportResultsmodule PricingRuleArnsNonEmptyInput =
Awso_billingconductor.Values.PricingRuleArnsNonEmptyInputmodule ServiceLimitExceededException =
Awso_billingconductor.Values.ServiceLimitExceededExceptionThe request would cause a service limit to exceed.
The set of tiering configurations for the pricing rule.
The charge details of a custom line item. It should contain only one of Flat or Percentage.
The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
module DisassociateResourcesResponseList =
Awso_billingconductor.Values.DisassociateResourcesResponseListmodule CustomLineItemBatchDisassociationsList =
Awso_billingconductor.Values.CustomLineItemBatchDisassociationsListmodule AssociateResourcesResponseList =
Awso_billingconductor.Values.AssociateResourcesResponseListmodule CustomLineItemBatchAssociationsList =
Awso_billingconductor.Values.CustomLineItemBatchAssociationsListUpdates an existing pricing rule.
Updates an existing pricing rule.
This updates an existing pricing plan.
This updates an existing pricing plan.
Update an existing custom line item in the current or previous billing period.
Update an existing custom line item in the current or previous billing period.
This updates an existing billing group.
This updates an existing billing group.
Deletes specified tags from a resource.
Deletes specified tags from a resource.
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.
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.
A list the tags for a resource.
A list the tags for a resource.
module ListResourcesAssociatedToCustomLineItemOutput =
Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemOutputList the resources that are associated to a custom line item.
module ListResourcesAssociatedToCustomLineItemInput =
Awso_billingconductor.Values.ListResourcesAssociatedToCustomLineItemInputList the resources that are associated to a custom line item.
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
module ListPricingRulesAssociatedToPricingPlanOutput =
Awso_billingconductor.Values.ListPricingRulesAssociatedToPricingPlanOutputLists the pricing rules that are associated with a pricing plan.
module ListPricingRulesAssociatedToPricingPlanInput =
Awso_billingconductor.Values.ListPricingRulesAssociatedToPricingPlanInputLists the pricing rules that are associated with a pricing plan.
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.
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.
module ListPricingPlansAssociatedWithPricingRuleOutput =
Awso_billingconductor.Values.ListPricingPlansAssociatedWithPricingRuleOutputA list of the pricing plans that are associated with a pricing rule.
module ListPricingPlansAssociatedWithPricingRuleInput =
Awso_billingconductor.Values.ListPricingPlansAssociatedWithPricingRuleInputA list of the pricing plans that are associated with a pricing rule.
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.
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.
module ListCustomLineItemVersionsOutput =
Awso_billingconductor.Values.ListCustomLineItemVersionsOutputA paginated call to get a list of all custom line item versions.
module ListCustomLineItemVersionsInput =
Awso_billingconductor.Values.ListCustomLineItemVersionsInputA paginated call to get a list of all custom line item versions.
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.
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.
module ListBillingGroupCostReportsOutput =
Awso_billingconductor.Values.ListBillingGroupCostReportsOutputA 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.
module ListBillingGroupCostReportsInput =
Awso_billingconductor.Values.ListBillingGroupCostReportsInputA 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.
module ListAccountAssociationsOutput =
Awso_billingconductor.Values.ListAccountAssociationsOutputThis 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.
module ListAccountAssociationsInput =
Awso_billingconductor.Values.ListAccountAssociationsInputThis 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.
module GetBillingGroupCostReportOutput =
Awso_billingconductor.Values.GetBillingGroupCostReportOutputRetrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Services service for a specific billing group.
module GetBillingGroupCostReportInput =
Awso_billingconductor.Values.GetBillingGroupCostReportInputRetrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Services service for a specific billing group.
module DisassociatePricingRulesOutput =
Awso_billingconductor.Values.DisassociatePricingRulesOutputDisassociates a list of pricing rules from a pricing plan.
module DisassociatePricingRulesInput =
Awso_billingconductor.Values.DisassociatePricingRulesInputDisassociates a list of pricing rules from a pricing plan.
Removes the specified list of account IDs from the given billing group.
Removes the specified list of account IDs from the given billing group.
Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).
Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).
Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.
Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
Deletes a billing group.
Deletes a billing group.
Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
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.
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.
Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.
Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.
module BatchDisassociateResourcesFromCustomLineItemOutput =
Awso_billingconductor.Values.BatchDisassociateResourcesFromCustomLineItemOutputDisassociates a batch of resources from a percentage custom line item.
module BatchDisassociateResourcesFromCustomLineItemInput =
Awso_billingconductor.Values.BatchDisassociateResourcesFromCustomLineItemInputDisassociates a batch of resources from a percentage custom line item.
module BatchAssociateResourcesToCustomLineItemOutput =
Awso_billingconductor.Values.BatchAssociateResourcesToCustomLineItemOutputAssociates a batch of resources to a percentage custom line item.
module BatchAssociateResourcesToCustomLineItemInput =
Awso_billingconductor.Values.BatchAssociateResourcesToCustomLineItemInputAssociates a batch of resources to a percentage custom line item.
Connects an array of PricingRuleArns to a defined PricingPlan. The maximum number PricingRuleArn that can be associated in one call is 30.
Connects an array of PricingRuleArns to a defined PricingPlan. The maximum number PricingRuleArn that can be associated in one call is 30.
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.
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.