Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/LicenseManager/LicenseManagerClient.php
Строк: 100
<?php
namespace AwsLicenseManager;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS License Manager** service.
* @method AwsResult createLicenseConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise createLicenseConfigurationAsync(array $args = [])
* @method AwsResult deleteLicenseConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise deleteLicenseConfigurationAsync(array $args = [])
* @method AwsResult getLicenseConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise getLicenseConfigurationAsync(array $args = [])
* @method AwsResult getServiceSettings(array $args = [])
* @method GuzzleHttpPromisePromise getServiceSettingsAsync(array $args = [])
* @method AwsResult listAssociationsForLicenseConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise listAssociationsForLicenseConfigurationAsync(array $args = [])
* @method AwsResult listFailuresForLicenseConfigurationOperations(array $args = [])
* @method GuzzleHttpPromisePromise listFailuresForLicenseConfigurationOperationsAsync(array $args = [])
* @method AwsResult listLicenseConfigurations(array $args = [])
* @method GuzzleHttpPromisePromise listLicenseConfigurationsAsync(array $args = [])
* @method AwsResult listLicenseSpecificationsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listLicenseSpecificationsForResourceAsync(array $args = [])
* @method AwsResult listResourceInventory(array $args = [])
* @method GuzzleHttpPromisePromise listResourceInventoryAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listUsageForLicenseConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise listUsageForLicenseConfigurationAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateLicenseConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise updateLicenseConfigurationAsync(array $args = [])
* @method AwsResult updateLicenseSpecificationsForResource(array $args = [])
* @method GuzzleHttpPromisePromise updateLicenseSpecificationsForResourceAsync(array $args = [])
* @method AwsResult updateServiceSettings(array $args = [])
* @method GuzzleHttpPromisePromise updateServiceSettingsAsync(array $args = [])
*/
class LicenseManagerClient extends AwsClient {}