GameLiftClient.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?php
  2. namespace Aws\GameLift;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon GameLift** service.
  6. *
  7. * @method \Aws\Result createAlias(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
  9. * @method \Aws\Result createBuild(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise createBuildAsync(array $args = [])
  11. * @method \Aws\Result createFleet(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
  13. * @method \Aws\Result createGameSession(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createGameSessionAsync(array $args = [])
  15. * @method \Aws\Result createGameSessionQueue(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createGameSessionQueueAsync(array $args = [])
  17. * @method \Aws\Result createPlayerSession(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createPlayerSessionAsync(array $args = [])
  19. * @method \Aws\Result createPlayerSessions(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createPlayerSessionsAsync(array $args = [])
  21. * @method \Aws\Result deleteAlias(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise deleteAliasAsync(array $args = [])
  23. * @method \Aws\Result deleteBuild(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise deleteBuildAsync(array $args = [])
  25. * @method \Aws\Result deleteFleet(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
  27. * @method \Aws\Result deleteGameSessionQueue(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteGameSessionQueueAsync(array $args = [])
  29. * @method \Aws\Result deleteScalingPolicy(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deleteScalingPolicyAsync(array $args = [])
  31. * @method \Aws\Result describeAlias(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise describeAliasAsync(array $args = [])
  33. * @method \Aws\Result describeBuild(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise describeBuildAsync(array $args = [])
  35. * @method \Aws\Result describeEC2InstanceLimits(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise describeEC2InstanceLimitsAsync(array $args = [])
  37. * @method \Aws\Result describeFleetAttributes(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise describeFleetAttributesAsync(array $args = [])
  39. * @method \Aws\Result describeFleetCapacity(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise describeFleetCapacityAsync(array $args = [])
  41. * @method \Aws\Result describeFleetEvents(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise describeFleetEventsAsync(array $args = [])
  43. * @method \Aws\Result describeFleetPortSettings(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise describeFleetPortSettingsAsync(array $args = [])
  45. * @method \Aws\Result describeFleetUtilization(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise describeFleetUtilizationAsync(array $args = [])
  47. * @method \Aws\Result describeGameSessionDetails(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise describeGameSessionDetailsAsync(array $args = [])
  49. * @method \Aws\Result describeGameSessionPlacement(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise describeGameSessionPlacementAsync(array $args = [])
  51. * @method \Aws\Result describeGameSessionQueues(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise describeGameSessionQueuesAsync(array $args = [])
  53. * @method \Aws\Result describeGameSessions(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise describeGameSessionsAsync(array $args = [])
  55. * @method \Aws\Result describeInstances(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise describeInstancesAsync(array $args = [])
  57. * @method \Aws\Result describePlayerSessions(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise describePlayerSessionsAsync(array $args = [])
  59. * @method \Aws\Result describeRuntimeConfiguration(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise describeRuntimeConfigurationAsync(array $args = [])
  61. * @method \Aws\Result describeScalingPolicies(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise describeScalingPoliciesAsync(array $args = [])
  63. * @method \Aws\Result getGameSessionLogUrl(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise getGameSessionLogUrlAsync(array $args = [])
  65. * @method \Aws\Result getInstanceAccess(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise getInstanceAccessAsync(array $args = [])
  67. * @method \Aws\Result listAliases(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
  69. * @method \Aws\Result listBuilds(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise listBuildsAsync(array $args = [])
  71. * @method \Aws\Result listFleets(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
  73. * @method \Aws\Result putScalingPolicy(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise putScalingPolicyAsync(array $args = [])
  75. * @method \Aws\Result requestUploadCredentials(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise requestUploadCredentialsAsync(array $args = [])
  77. * @method \Aws\Result resolveAlias(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise resolveAliasAsync(array $args = [])
  79. * @method \Aws\Result searchGameSessions(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise searchGameSessionsAsync(array $args = [])
  81. * @method \Aws\Result startGameSessionPlacement(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise startGameSessionPlacementAsync(array $args = [])
  83. * @method \Aws\Result stopGameSessionPlacement(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise stopGameSessionPlacementAsync(array $args = [])
  85. * @method \Aws\Result updateAlias(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise updateAliasAsync(array $args = [])
  87. * @method \Aws\Result updateBuild(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise updateBuildAsync(array $args = [])
  89. * @method \Aws\Result updateFleetAttributes(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise updateFleetAttributesAsync(array $args = [])
  91. * @method \Aws\Result updateFleetCapacity(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise updateFleetCapacityAsync(array $args = [])
  93. * @method \Aws\Result updateFleetPortSettings(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise updateFleetPortSettingsAsync(array $args = [])
  95. * @method \Aws\Result updateGameSession(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise updateGameSessionAsync(array $args = [])
  97. * @method \Aws\Result updateGameSessionQueue(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise updateGameSessionQueueAsync(array $args = [])
  99. * @method \Aws\Result updateRuntimeConfiguration(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise updateRuntimeConfigurationAsync(array $args = [])
  101. */
  102. class GameLiftClient extends AwsClient {}