@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSBillingConductor
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSBillingConductor
instead.
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma version of your billing data each month, to accurately show or chargeback your end customers. Amazon Web Services Billing Conductor doesn't change the way you're billed by Amazon Web Services each month by design. Instead, it provides you with a mechanism to configure, generate, and display rates to certain customers over a given billing period. You can also analyze the difference between the rates you apply to your accounting groupings relative to your actual rates from Amazon Web Services. As a result of your Amazon Web Services Billing Conductor configuration, the payer account can also see the custom rate applied on the billing details page of the Amazon Web Services Billing console, or configure a cost and usage report per billing group.
This documentation shows how you can configure Amazon Web Services Billing Conductor using its API. For more information about using the Amazon Web Services Billing Conductor user interface, see the Amazon Web Services Billing Conductor User Guide.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateAccountsResult |
associateAccounts(AssociateAccountsRequest associateAccountsRequest)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
AssociatePricingRulesResult |
associatePricingRules(AssociatePricingRulesRequest associatePricingRulesRequest)
Connects an array of
PricingRuleArns to a defined PricingPlan . |
BatchAssociateResourcesToCustomLineItemResult |
batchAssociateResourcesToCustomLineItem(BatchAssociateResourcesToCustomLineItemRequest batchAssociateResourcesToCustomLineItemRequest)
Associates a batch of resources to a percentage custom line item.
|
BatchDisassociateResourcesFromCustomLineItemResult |
batchDisassociateResourcesFromCustomLineItem(BatchDisassociateResourcesFromCustomLineItemRequest batchDisassociateResourcesFromCustomLineItemRequest)
Disassociates a batch of resources from a percentage custom line item.
|
CreateBillingGroupResult |
createBillingGroup(CreateBillingGroupRequest createBillingGroupRequest)
Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off
of the predefined pricing plan computation.
|
CreateCustomLineItemResult |
createCustomLineItem(CreateCustomLineItemRequest createCustomLineItemRequest)
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.
|
CreatePricingPlanResult |
createPricingPlan(CreatePricingPlanRequest createPricingPlanRequest)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
CreatePricingRuleResult |
createPricingRule(CreatePricingRuleRequest createPricingRuleRequest)
Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
|
DeleteBillingGroupResult |
deleteBillingGroup(DeleteBillingGroupRequest deleteBillingGroupRequest)
Deletes a billing group.
|
DeleteCustomLineItemResult |
deleteCustomLineItem(DeleteCustomLineItemRequest deleteCustomLineItemRequest)
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
|
DeletePricingPlanResult |
deletePricingPlan(DeletePricingPlanRequest deletePricingPlanRequest)
Deletes a pricing plan.
|
DeletePricingRuleResult |
deletePricingRule(DeletePricingRuleRequest deletePricingRuleRequest)
Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).
|
DisassociateAccountsResult |
disassociateAccounts(DisassociateAccountsRequest disassociateAccountsRequest)
Removes the specified list of account IDs from the given billing group.
|
DisassociatePricingRulesResult |
disassociatePricingRules(DisassociatePricingRulesRequest disassociatePricingRulesRequest)
Disassociates a list of pricing rules from a pricing plan.
|
GetBillingGroupCostReportResult |
getBillingGroupCostReport(GetBillingGroupCostReportRequest getBillingGroupCostReportRequest)
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.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListAccountAssociationsResult |
listAccountAssociations(ListAccountAssociationsRequest listAccountAssociationsRequest)
This is a paginated call to list linked accounts that are linked to the payer account for the specified time
period.
|
ListBillingGroupCostReportsResult |
listBillingGroupCostReports(ListBillingGroupCostReportsRequest listBillingGroupCostReportsRequest)
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.
|
ListBillingGroupsResult |
listBillingGroups(ListBillingGroupsRequest listBillingGroupsRequest)
A paginated call to retrieve a list of billing groups for the given billing period.
|
ListCustomLineItemsResult |
listCustomLineItems(ListCustomLineItemsRequest listCustomLineItemsRequest)
A paginated call to get a list of all custom line items (FFLIs) for the given billing period.
|
ListCustomLineItemVersionsResult |
listCustomLineItemVersions(ListCustomLineItemVersionsRequest listCustomLineItemVersionsRequest)
A paginated call to get a list of all custom line item versions.
|
ListPricingPlansResult |
listPricingPlans(ListPricingPlansRequest listPricingPlansRequest)
A paginated call to get pricing plans for the given billing period.
|
ListPricingPlansAssociatedWithPricingRuleResult |
listPricingPlansAssociatedWithPricingRule(ListPricingPlansAssociatedWithPricingRuleRequest listPricingPlansAssociatedWithPricingRuleRequest)
A list of the pricing plans that are associated with a pricing rule.
|
ListPricingRulesResult |
listPricingRules(ListPricingRulesRequest listPricingRulesRequest)
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
|
ListPricingRulesAssociatedToPricingPlanResult |
listPricingRulesAssociatedToPricingPlan(ListPricingRulesAssociatedToPricingPlanRequest listPricingRulesAssociatedToPricingPlanRequest)
Lists the pricing rules that are associated with a pricing plan.
|
ListResourcesAssociatedToCustomLineItemResult |
listResourcesAssociatedToCustomLineItem(ListResourcesAssociatedToCustomLineItemRequest listResourcesAssociatedToCustomLineItemRequest)
List the resources that are associated to a custom line item.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
A list the tags for a resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn . |
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
UpdateBillingGroupResult |
updateBillingGroup(UpdateBillingGroupRequest updateBillingGroupRequest)
This updates an existing billing group.
|
UpdateCustomLineItemResult |
updateCustomLineItem(UpdateCustomLineItemRequest updateCustomLineItemRequest)
Update an existing custom line item in the current or previous billing period.
|
UpdatePricingPlanResult |
updatePricingPlan(UpdatePricingPlanRequest updatePricingPlanRequest)
This updates an existing pricing plan.
|
UpdatePricingRuleResult |
updatePricingRule(UpdatePricingRuleRequest updatePricingRuleRequest)
Updates an existing pricing rule.
|
static final String ENDPOINT_PREFIX
AssociateAccountsResult associateAccounts(AssociateAccountsRequest associateAccountsRequest)
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.
associateAccountsRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.ServiceLimitExceededException
- The request would cause a service limit to exceed.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.AssociatePricingRulesResult associatePricingRules(AssociatePricingRulesRequest associatePricingRulesRequest)
Connects an array of PricingRuleArns
to a defined PricingPlan
. The maximum number
PricingRuleArn
that can be associated in one call is 30.
associatePricingRulesRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.ServiceLimitExceededException
- The request would cause a service limit to exceed.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.BatchAssociateResourcesToCustomLineItemResult batchAssociateResourcesToCustomLineItem(BatchAssociateResourcesToCustomLineItemRequest batchAssociateResourcesToCustomLineItemRequest)
Associates a batch of resources to a percentage custom line item.
batchAssociateResourcesToCustomLineItemRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.ServiceLimitExceededException
- The request would cause a service limit to exceed.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.BatchDisassociateResourcesFromCustomLineItemResult batchDisassociateResourcesFromCustomLineItem(BatchDisassociateResourcesFromCustomLineItemRequest batchDisassociateResourcesFromCustomLineItemRequest)
Disassociates a batch of resources from a percentage custom line item.
batchDisassociateResourcesFromCustomLineItemRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.CreateBillingGroupResult createBillingGroup(CreateBillingGroupRequest createBillingGroupRequest)
Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.
createBillingGroupRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.ServiceLimitExceededException
- The request would cause a service limit to exceed.InternalServerException
- An unexpected error occurred while processing a request.CreateCustomLineItemResult createCustomLineItem(CreateCustomLineItemRequest createCustomLineItemRequest)
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.
createCustomLineItemRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.ServiceLimitExceededException
- The request would cause a service limit to exceed.InternalServerException
- An unexpected error occurred while processing a request.CreatePricingPlanResult createPricingPlan(CreatePricingPlanRequest createPricingPlanRequest)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
createPricingPlanRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.ServiceLimitExceededException
- The request would cause a service limit to exceed.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.CreatePricingRuleResult createPricingRule(CreatePricingRuleRequest createPricingRuleRequest)
Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
createPricingRuleRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.ServiceLimitExceededException
- The request would cause a service limit to exceed.InternalServerException
- An unexpected error occurred while processing a request.DeleteBillingGroupResult deleteBillingGroup(DeleteBillingGroupRequest deleteBillingGroupRequest)
Deletes a billing group.
deleteBillingGroupRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.DeleteCustomLineItemResult deleteCustomLineItem(DeleteCustomLineItemRequest deleteCustomLineItemRequest)
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
deleteCustomLineItemRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.DeletePricingPlanResult deletePricingPlan(DeletePricingPlanRequest deletePricingPlanRequest)
Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.
deletePricingPlanRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.DeletePricingRuleResult deletePricingRule(DeletePricingRuleRequest deletePricingRuleRequest)
Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).
deletePricingRuleRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.DisassociateAccountsResult disassociateAccounts(DisassociateAccountsRequest disassociateAccountsRequest)
Removes the specified list of account IDs from the given billing group.
disassociateAccountsRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.DisassociatePricingRulesResult disassociatePricingRules(DisassociatePricingRulesRequest disassociatePricingRulesRequest)
Disassociates a list of pricing rules from a pricing plan.
disassociatePricingRulesRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.GetBillingGroupCostReportResult getBillingGroupCostReport(GetBillingGroupCostReportRequest getBillingGroupCostReportRequest)
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.
getBillingGroupCostReportRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListAccountAssociationsResult listAccountAssociations(ListAccountAssociationsRequest listAccountAssociationsRequest)
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.
listAccountAssociationsRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListBillingGroupCostReportsResult listBillingGroupCostReports(ListBillingGroupCostReportsRequest listBillingGroupCostReportsRequest)
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.
listBillingGroupCostReportsRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListBillingGroupsResult listBillingGroups(ListBillingGroupsRequest listBillingGroupsRequest)
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.
listBillingGroupsRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListCustomLineItemVersionsResult listCustomLineItemVersions(ListCustomLineItemVersionsRequest listCustomLineItemVersionsRequest)
A paginated call to get a list of all custom line item versions.
listCustomLineItemVersionsRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ListCustomLineItemsResult listCustomLineItems(ListCustomLineItemsRequest listCustomLineItemsRequest)
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.
listCustomLineItemsRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListPricingPlansResult listPricingPlans(ListPricingPlansRequest listPricingPlansRequest)
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.
listPricingPlansRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ListPricingPlansAssociatedWithPricingRuleResult listPricingPlansAssociatedWithPricingRule(ListPricingPlansAssociatedWithPricingRuleRequest listPricingPlansAssociatedWithPricingRuleRequest)
A list of the pricing plans that are associated with a pricing rule.
listPricingPlansAssociatedWithPricingRuleRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListPricingRulesResult listPricingRules(ListPricingRulesRequest listPricingRulesRequest)
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
listPricingRulesRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ListPricingRulesAssociatedToPricingPlanResult listPricingRulesAssociatedToPricingPlan(ListPricingRulesAssociatedToPricingPlanRequest listPricingRulesAssociatedToPricingPlanRequest)
Lists the pricing rules that are associated with a pricing plan.
listPricingRulesAssociatedToPricingPlanRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListResourcesAssociatedToCustomLineItemResult listResourcesAssociatedToCustomLineItem(ListResourcesAssociatedToCustomLineItemRequest listResourcesAssociatedToCustomLineItemRequest)
List the resources that are associated to a custom line item.
listResourcesAssociatedToCustomLineItemRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
A list the tags for a resource.
listTagsForResourceRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
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.
tagResourceRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
untagResourceRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.UpdateBillingGroupResult updateBillingGroup(UpdateBillingGroupRequest updateBillingGroupRequest)
This updates an existing billing group.
updateBillingGroupRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.UpdateCustomLineItemResult updateCustomLineItem(UpdateCustomLineItemRequest updateCustomLineItemRequest)
Update an existing custom line item in the current or previous billing period.
updateCustomLineItemRequest
- ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.UpdatePricingPlanResult updatePricingPlan(UpdatePricingPlanRequest updatePricingPlanRequest)
This updates an existing pricing plan.
updatePricingPlanRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.UpdatePricingRuleResult updatePricingRule(UpdatePricingRuleRequest updatePricingRuleRequest)
Updates an existing pricing rule.
updatePricingRuleRequest
- ThrottlingException
- The request was denied due to request throttling.ConflictException
- You can cause an inconsistent state by updating or deleting a resource.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input doesn't match with the constraints specified by Amazon Web Services.InternalServerException
- An unexpected error occurred while processing a request.ResourceNotFoundException
- The request references a resource that doesn't exist.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.