summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/BillingConductor
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/BillingConductor
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/BillingConductor')
-rw-r--r--vendor/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php71
-rw-r--r--vendor/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php9
2 files changed, 80 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php b/vendor/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php
new file mode 100644
index 0000000..1a6a630
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php
@@ -0,0 +1,71 @@
+<?php
+namespace Aws\BillingConductor;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWSBillingConductor** service.
+ * @method \Aws\Result associateAccounts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateAccountsAsync(array $args = [])
+ * @method \Aws\Result associatePricingRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associatePricingRulesAsync(array $args = [])
+ * @method \Aws\Result batchAssociateResourcesToCustomLineItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchAssociateResourcesToCustomLineItemAsync(array $args = [])
+ * @method \Aws\Result batchDisassociateResourcesFromCustomLineItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchDisassociateResourcesFromCustomLineItemAsync(array $args = [])
+ * @method \Aws\Result createBillingGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBillingGroupAsync(array $args = [])
+ * @method \Aws\Result createCustomLineItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCustomLineItemAsync(array $args = [])
+ * @method \Aws\Result createPricingPlan(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createPricingPlanAsync(array $args = [])
+ * @method \Aws\Result createPricingRule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createPricingRuleAsync(array $args = [])
+ * @method \Aws\Result deleteBillingGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBillingGroupAsync(array $args = [])
+ * @method \Aws\Result deleteCustomLineItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCustomLineItemAsync(array $args = [])
+ * @method \Aws\Result deletePricingPlan(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deletePricingPlanAsync(array $args = [])
+ * @method \Aws\Result deletePricingRule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deletePricingRuleAsync(array $args = [])
+ * @method \Aws\Result disassociateAccounts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateAccountsAsync(array $args = [])
+ * @method \Aws\Result disassociatePricingRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociatePricingRulesAsync(array $args = [])
+ * @method \Aws\Result listAccountAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAccountAssociationsAsync(array $args = [])
+ * @method \Aws\Result listBillingGroupCostReports(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBillingGroupCostReportsAsync(array $args = [])
+ * @method \Aws\Result listBillingGroups(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBillingGroupsAsync(array $args = [])
+ * @method \Aws\Result listCustomLineItemVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCustomLineItemVersionsAsync(array $args = [])
+ * @method \Aws\Result listCustomLineItems(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCustomLineItemsAsync(array $args = [])
+ * @method \Aws\Result listPricingPlans(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPricingPlansAsync(array $args = [])
+ * @method \Aws\Result listPricingPlansAssociatedWithPricingRule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPricingPlansAssociatedWithPricingRuleAsync(array $args = [])
+ * @method \Aws\Result listPricingRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPricingRulesAsync(array $args = [])
+ * @method \Aws\Result listPricingRulesAssociatedToPricingPlan(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPricingRulesAssociatedToPricingPlanAsync(array $args = [])
+ * @method \Aws\Result listResourcesAssociatedToCustomLineItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listResourcesAssociatedToCustomLineItemAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateBillingGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateBillingGroupAsync(array $args = [])
+ * @method \Aws\Result updateCustomLineItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCustomLineItemAsync(array $args = [])
+ * @method \Aws\Result updatePricingPlan(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updatePricingPlanAsync(array $args = [])
+ * @method \Aws\Result updatePricingRule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updatePricingRuleAsync(array $args = [])
+ */
+class BillingConductorClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php b/vendor/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php
new file mode 100644
index 0000000..c166065
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\BillingConductor\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWSBillingConductor** service.
+ */
+class BillingConductorException extends AwsException {}