LicenseManagerClient.php 5.8 KB

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