BillingConductorClient.php 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. namespace Aws\BillingConductor;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWSBillingConductor** service.
  6. * @method \Aws\Result associateAccounts(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateAccountsAsync(array $args = [])
  8. * @method \Aws\Result associatePricingRules(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associatePricingRulesAsync(array $args = [])
  10. * @method \Aws\Result batchAssociateResourcesToCustomLineItem(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchAssociateResourcesToCustomLineItemAsync(array $args = [])
  12. * @method \Aws\Result batchDisassociateResourcesFromCustomLineItem(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise batchDisassociateResourcesFromCustomLineItemAsync(array $args = [])
  14. * @method \Aws\Result createBillingGroup(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createBillingGroupAsync(array $args = [])
  16. * @method \Aws\Result createCustomLineItem(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createCustomLineItemAsync(array $args = [])
  18. * @method \Aws\Result createPricingPlan(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createPricingPlanAsync(array $args = [])
  20. * @method \Aws\Result createPricingRule(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createPricingRuleAsync(array $args = [])
  22. * @method \Aws\Result deleteBillingGroup(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteBillingGroupAsync(array $args = [])
  24. * @method \Aws\Result deleteCustomLineItem(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteCustomLineItemAsync(array $args = [])
  26. * @method \Aws\Result deletePricingPlan(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deletePricingPlanAsync(array $args = [])
  28. * @method \Aws\Result deletePricingRule(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deletePricingRuleAsync(array $args = [])
  30. * @method \Aws\Result disassociateAccounts(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise disassociateAccountsAsync(array $args = [])
  32. * @method \Aws\Result disassociatePricingRules(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise disassociatePricingRulesAsync(array $args = [])
  34. * @method \Aws\Result getBillingGroupCostReport(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getBillingGroupCostReportAsync(array $args = [])
  36. * @method \Aws\Result listAccountAssociations(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listAccountAssociationsAsync(array $args = [])
  38. * @method \Aws\Result listBillingGroupCostReports(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listBillingGroupCostReportsAsync(array $args = [])
  40. * @method \Aws\Result listBillingGroups(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listBillingGroupsAsync(array $args = [])
  42. * @method \Aws\Result listCustomLineItemVersions(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listCustomLineItemVersionsAsync(array $args = [])
  44. * @method \Aws\Result listCustomLineItems(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listCustomLineItemsAsync(array $args = [])
  46. * @method \Aws\Result listPricingPlans(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listPricingPlansAsync(array $args = [])
  48. * @method \Aws\Result listPricingPlansAssociatedWithPricingRule(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listPricingPlansAssociatedWithPricingRuleAsync(array $args = [])
  50. * @method \Aws\Result listPricingRules(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listPricingRulesAsync(array $args = [])
  52. * @method \Aws\Result listPricingRulesAssociatedToPricingPlan(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listPricingRulesAssociatedToPricingPlanAsync(array $args = [])
  54. * @method \Aws\Result listResourcesAssociatedToCustomLineItem(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listResourcesAssociatedToCustomLineItemAsync(array $args = [])
  56. * @method \Aws\Result listTagsForResource(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  58. * @method \Aws\Result tagResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  60. * @method \Aws\Result untagResource(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  62. * @method \Aws\Result updateBillingGroup(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise updateBillingGroupAsync(array $args = [])
  64. * @method \Aws\Result updateCustomLineItem(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise updateCustomLineItemAsync(array $args = [])
  66. * @method \Aws\Result updatePricingPlan(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise updatePricingPlanAsync(array $args = [])
  68. * @method \Aws\Result updatePricingRule(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise updatePricingRuleAsync(array $args = [])
  70. */
  71. class BillingConductorClient extends AwsClient {}