LicenseManagerClient.php
110 lines
| 1 | <?php |
| 2 | namespace Aws\LicenseManager; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS License Manager** service. |
| 8 | * @method \Aws\Result acceptGrant(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise acceptGrantAsync(array $args = []) |
| 10 | * @method \Aws\Result checkInLicense(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise checkInLicenseAsync(array $args = []) |
| 12 | * @method \Aws\Result checkoutBorrowLicense(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise checkoutBorrowLicenseAsync(array $args = []) |
| 14 | * @method \Aws\Result checkoutLicense(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise checkoutLicenseAsync(array $args = []) |
| 16 | * @method \Aws\Result createGrant(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createGrantAsync(array $args = []) |
| 18 | * @method \Aws\Result createGrantVersion(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createGrantVersionAsync(array $args = []) |
| 20 | * @method \Aws\Result createLicense(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createLicenseAsync(array $args = []) |
| 22 | * @method \Aws\Result createLicenseConfiguration(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createLicenseConfigurationAsync(array $args = []) |
| 24 | * @method \Aws\Result createLicenseConversionTaskForResource(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createLicenseConversionTaskForResourceAsync(array $args = []) |
| 26 | * @method \Aws\Result createLicenseManagerReportGenerator(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createLicenseManagerReportGeneratorAsync(array $args = []) |
| 28 | * @method \Aws\Result createLicenseVersion(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createLicenseVersionAsync(array $args = []) |
| 30 | * @method \Aws\Result createToken(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createTokenAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteGrant(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteGrantAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteLicense(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteLicenseAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteLicenseConfiguration(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteLicenseConfigurationAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteLicenseManagerReportGenerator(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteLicenseManagerReportGeneratorAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteToken(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteTokenAsync(array $args = []) |
| 42 | * @method \Aws\Result extendLicenseConsumption(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise extendLicenseConsumptionAsync(array $args = []) |
| 44 | * @method \Aws\Result getAccessToken(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise getAccessTokenAsync(array $args = []) |
| 46 | * @method \Aws\Result getGrant(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise getGrantAsync(array $args = []) |
| 48 | * @method \Aws\Result getLicense(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getLicenseAsync(array $args = []) |
| 50 | * @method \Aws\Result getLicenseConfiguration(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise getLicenseConfigurationAsync(array $args = []) |
| 52 | * @method \Aws\Result getLicenseConversionTask(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise getLicenseConversionTaskAsync(array $args = []) |
| 54 | * @method \Aws\Result getLicenseManagerReportGenerator(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise getLicenseManagerReportGeneratorAsync(array $args = []) |
| 56 | * @method \Aws\Result getLicenseUsage(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise getLicenseUsageAsync(array $args = []) |
| 58 | * @method \Aws\Result getServiceSettings(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise getServiceSettingsAsync(array $args = []) |
| 60 | * @method \Aws\Result listAssociationsForLicenseConfiguration(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise listAssociationsForLicenseConfigurationAsync(array $args = []) |
| 62 | * @method \Aws\Result listDistributedGrants(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise listDistributedGrantsAsync(array $args = []) |
| 64 | * @method \Aws\Result listFailuresForLicenseConfigurationOperations(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise listFailuresForLicenseConfigurationOperationsAsync(array $args = []) |
| 66 | * @method \Aws\Result listLicenseConfigurations(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise listLicenseConfigurationsAsync(array $args = []) |
| 68 | * @method \Aws\Result listLicenseConversionTasks(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise listLicenseConversionTasksAsync(array $args = []) |
| 70 | * @method \Aws\Result listLicenseManagerReportGenerators(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise listLicenseManagerReportGeneratorsAsync(array $args = []) |
| 72 | * @method \Aws\Result listLicenseSpecificationsForResource(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise listLicenseSpecificationsForResourceAsync(array $args = []) |
| 74 | * @method \Aws\Result listLicenseVersions(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise listLicenseVersionsAsync(array $args = []) |
| 76 | * @method \Aws\Result listLicenses(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise listLicensesAsync(array $args = []) |
| 78 | * @method \Aws\Result listReceivedGrants(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise listReceivedGrantsAsync(array $args = []) |
| 80 | * @method \Aws\Result listReceivedGrantsForOrganization(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise listReceivedGrantsForOrganizationAsync(array $args = []) |
| 82 | * @method \Aws\Result listReceivedLicenses(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise listReceivedLicensesAsync(array $args = []) |
| 84 | * @method \Aws\Result listReceivedLicensesForOrganization(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise listReceivedLicensesForOrganizationAsync(array $args = []) |
| 86 | * @method \Aws\Result listResourceInventory(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise listResourceInventoryAsync(array $args = []) |
| 88 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 90 | * @method \Aws\Result listTokens(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise listTokensAsync(array $args = []) |
| 92 | * @method \Aws\Result listUsageForLicenseConfiguration(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise listUsageForLicenseConfigurationAsync(array $args = []) |
| 94 | * @method \Aws\Result rejectGrant(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise rejectGrantAsync(array $args = []) |
| 96 | * @method \Aws\Result tagResource(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 98 | * @method \Aws\Result untagResource(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 100 | * @method \Aws\Result updateLicenseConfiguration(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise updateLicenseConfigurationAsync(array $args = []) |
| 102 | * @method \Aws\Result updateLicenseManagerReportGenerator(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise updateLicenseManagerReportGeneratorAsync(array $args = []) |
| 104 | * @method \Aws\Result updateLicenseSpecificationsForResource(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise updateLicenseSpecificationsForResourceAsync(array $args = []) |
| 106 | * @method \Aws\Result updateServiceSettings(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise updateServiceSettingsAsync(array $args = []) |
| 108 | */ |
| 109 | class LicenseManagerClient extends AwsClient {} |
| 110 |