mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
41
aws/Aws/LicenseManager/LicenseManagerClient.php
Normal file
41
aws/Aws/LicenseManager/LicenseManagerClient.php
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?php
|
||||
namespace Aws\LicenseManager;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS License Manager** service.
|
||||
* @method \Aws\Result createLicenseConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createLicenseConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteLicenseConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteLicenseConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result getLicenseConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getLicenseConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result getServiceSettings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getServiceSettingsAsync(array $args = [])
|
||||
* @method \Aws\Result listAssociationsForLicenseConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAssociationsForLicenseConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result listFailuresForLicenseConfigurationOperations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listFailuresForLicenseConfigurationOperationsAsync(array $args = [])
|
||||
* @method \Aws\Result listLicenseConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listLicenseConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result listLicenseSpecificationsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listLicenseSpecificationsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listResourceInventory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listResourceInventoryAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listUsageForLicenseConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listUsageForLicenseConfigurationAsync(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 updateLicenseConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateLicenseConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updateLicenseSpecificationsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateLicenseSpecificationsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updateServiceSettings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateServiceSettingsAsync(array $args = [])
|
||||
*/
|
||||
class LicenseManagerClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue