summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions
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/LicenseManagerUserSubscriptions
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions')
-rw-r--r--vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/Exception/LicenseManagerUserSubscriptionsException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.php29
2 files changed, 38 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/Exception/LicenseManagerUserSubscriptionsException.php b/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/Exception/LicenseManagerUserSubscriptionsException.php
new file mode 100644
index 0000000..b3504fb
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/Exception/LicenseManagerUserSubscriptionsException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\LicenseManagerUserSubscriptions\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWS License Manager User Subscriptions** service.
+ */
+class LicenseManagerUserSubscriptionsException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.php b/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.php
new file mode 100644
index 0000000..1476f20
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.php
@@ -0,0 +1,29 @@
+<?php
+namespace Aws\LicenseManagerUserSubscriptions;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS License Manager User Subscriptions** service.
+ * @method \Aws\Result associateUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateUserAsync(array $args = [])
+ * @method \Aws\Result deregisterIdentityProvider(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deregisterIdentityProviderAsync(array $args = [])
+ * @method \Aws\Result disassociateUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateUserAsync(array $args = [])
+ * @method \Aws\Result listIdentityProviders(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listIdentityProvidersAsync(array $args = [])
+ * @method \Aws\Result listInstances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
+ * @method \Aws\Result listProductSubscriptions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listProductSubscriptionsAsync(array $args = [])
+ * @method \Aws\Result listUserAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listUserAssociationsAsync(array $args = [])
+ * @method \Aws\Result registerIdentityProvider(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise registerIdentityProviderAsync(array $args = [])
+ * @method \Aws\Result startProductSubscription(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startProductSubscriptionAsync(array $args = [])
+ * @method \Aws\Result stopProductSubscription(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopProductSubscriptionAsync(array $args = [])
+ */
+class LicenseManagerUserSubscriptionsClient extends AwsClient {}