PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/upload/system/storage/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php

https://github.com/ocStore/ocStore
PHP | 200 lines | 4 code | 2 blank | 194 comment | 0 complexity | 23d8664f1d7868b3b707d2ff454ccb0a MD5 | raw file
  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 acceptMatch(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise acceptMatchAsync(array $args = [])
  9. * @method \Aws\Result claimGameServer(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise claimGameServerAsync(array $args = [])
  11. * @method \Aws\Result createAlias(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
  13. * @method \Aws\Result createBuild(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createBuildAsync(array $args = [])
  15. * @method \Aws\Result createFleet(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
  17. * @method \Aws\Result createFleetLocations(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createFleetLocationsAsync(array $args = [])
  19. * @method \Aws\Result createGameServerGroup(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createGameServerGroupAsync(array $args = [])
  21. * @method \Aws\Result createGameSession(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createGameSessionAsync(array $args = [])
  23. * @method \Aws\Result createGameSessionQueue(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createGameSessionQueueAsync(array $args = [])
  25. * @method \Aws\Result createMatchmakingConfiguration(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise createMatchmakingConfigurationAsync(array $args = [])
  27. * @method \Aws\Result createMatchmakingRuleSet(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise createMatchmakingRuleSetAsync(array $args = [])
  29. * @method \Aws\Result createPlayerSession(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise createPlayerSessionAsync(array $args = [])
  31. * @method \Aws\Result createPlayerSessions(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise createPlayerSessionsAsync(array $args = [])
  33. * @method \Aws\Result createScript(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise createScriptAsync(array $args = [])
  35. * @method \Aws\Result createVpcPeeringAuthorization(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise createVpcPeeringAuthorizationAsync(array $args = [])
  37. * @method \Aws\Result createVpcPeeringConnection(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise createVpcPeeringConnectionAsync(array $args = [])
  39. * @method \Aws\Result deleteAlias(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise deleteAliasAsync(array $args = [])
  41. * @method \Aws\Result deleteBuild(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise deleteBuildAsync(array $args = [])
  43. * @method \Aws\Result deleteFleet(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
  45. * @method \Aws\Result deleteFleetLocations(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise deleteFleetLocationsAsync(array $args = [])
  47. * @method \Aws\Result deleteGameServerGroup(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise deleteGameServerGroupAsync(array $args = [])
  49. * @method \Aws\Result deleteGameSessionQueue(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise deleteGameSessionQueueAsync(array $args = [])
  51. * @method \Aws\Result deleteMatchmakingConfiguration(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise deleteMatchmakingConfigurationAsync(array $args = [])
  53. * @method \Aws\Result deleteMatchmakingRuleSet(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise deleteMatchmakingRuleSetAsync(array $args = [])
  55. * @method \Aws\Result deleteScalingPolicy(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise deleteScalingPolicyAsync(array $args = [])
  57. * @method \Aws\Result deleteScript(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise deleteScriptAsync(array $args = [])
  59. * @method \Aws\Result deleteVpcPeeringAuthorization(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise deleteVpcPeeringAuthorizationAsync(array $args = [])
  61. * @method \Aws\Result deleteVpcPeeringConnection(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise deleteVpcPeeringConnectionAsync(array $args = [])
  63. * @method \Aws\Result deregisterGameServer(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise deregisterGameServerAsync(array $args = [])
  65. * @method \Aws\Result describeAlias(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise describeAliasAsync(array $args = [])
  67. * @method \Aws\Result describeBuild(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise describeBuildAsync(array $args = [])
  69. * @method \Aws\Result describeEC2InstanceLimits(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise describeEC2InstanceLimitsAsync(array $args = [])
  71. * @method \Aws\Result describeFleetAttributes(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise describeFleetAttributesAsync(array $args = [])
  73. * @method \Aws\Result describeFleetCapacity(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise describeFleetCapacityAsync(array $args = [])
  75. * @method \Aws\Result describeFleetEvents(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise describeFleetEventsAsync(array $args = [])
  77. * @method \Aws\Result describeFleetLocationAttributes(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise describeFleetLocationAttributesAsync(array $args = [])
  79. * @method \Aws\Result describeFleetLocationCapacity(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise describeFleetLocationCapacityAsync(array $args = [])
  81. * @method \Aws\Result describeFleetLocationUtilization(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise describeFleetLocationUtilizationAsync(array $args = [])
  83. * @method \Aws\Result describeFleetPortSettings(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise describeFleetPortSettingsAsync(array $args = [])
  85. * @method \Aws\Result describeFleetUtilization(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise describeFleetUtilizationAsync(array $args = [])
  87. * @method \Aws\Result describeGameServer(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise describeGameServerAsync(array $args = [])
  89. * @method \Aws\Result describeGameServerGroup(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise describeGameServerGroupAsync(array $args = [])
  91. * @method \Aws\Result describeGameServerInstances(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise describeGameServerInstancesAsync(array $args = [])
  93. * @method \Aws\Result describeGameSessionDetails(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise describeGameSessionDetailsAsync(array $args = [])
  95. * @method \Aws\Result describeGameSessionPlacement(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise describeGameSessionPlacementAsync(array $args = [])
  97. * @method \Aws\Result describeGameSessionQueues(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise describeGameSessionQueuesAsync(array $args = [])
  99. * @method \Aws\Result describeGameSessions(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise describeGameSessionsAsync(array $args = [])
  101. * @method \Aws\Result describeInstances(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise describeInstancesAsync(array $args = [])
  103. * @method \Aws\Result describeMatchmaking(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise describeMatchmakingAsync(array $args = [])
  105. * @method \Aws\Result describeMatchmakingConfigurations(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise describeMatchmakingConfigurationsAsync(array $args = [])
  107. * @method \Aws\Result describeMatchmakingRuleSets(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise describeMatchmakingRuleSetsAsync(array $args = [])
  109. * @method \Aws\Result describePlayerSessions(array $args = [])
  110. * @method \GuzzleHttp\Promise\Promise describePlayerSessionsAsync(array $args = [])
  111. * @method \Aws\Result describeRuntimeConfiguration(array $args = [])
  112. * @method \GuzzleHttp\Promise\Promise describeRuntimeConfigurationAsync(array $args = [])
  113. * @method \Aws\Result describeScalingPolicies(array $args = [])
  114. * @method \GuzzleHttp\Promise\Promise describeScalingPoliciesAsync(array $args = [])
  115. * @method \Aws\Result describeScript(array $args = [])
  116. * @method \GuzzleHttp\Promise\Promise describeScriptAsync(array $args = [])
  117. * @method \Aws\Result describeVpcPeeringAuthorizations(array $args = [])
  118. * @method \GuzzleHttp\Promise\Promise describeVpcPeeringAuthorizationsAsync(array $args = [])
  119. * @method \Aws\Result describeVpcPeeringConnections(array $args = [])
  120. * @method \GuzzleHttp\Promise\Promise describeVpcPeeringConnectionsAsync(array $args = [])
  121. * @method \Aws\Result getGameSessionLogUrl(array $args = [])
  122. * @method \GuzzleHttp\Promise\Promise getGameSessionLogUrlAsync(array $args = [])
  123. * @method \Aws\Result getInstanceAccess(array $args = [])
  124. * @method \GuzzleHttp\Promise\Promise getInstanceAccessAsync(array $args = [])
  125. * @method \Aws\Result listAliases(array $args = [])
  126. * @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
  127. * @method \Aws\Result listBuilds(array $args = [])
  128. * @method \GuzzleHttp\Promise\Promise listBuildsAsync(array $args = [])
  129. * @method \Aws\Result listFleets(array $args = [])
  130. * @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
  131. * @method \Aws\Result listGameServerGroups(array $args = [])
  132. * @method \GuzzleHttp\Promise\Promise listGameServerGroupsAsync(array $args = [])
  133. * @method \Aws\Result listGameServers(array $args = [])
  134. * @method \GuzzleHttp\Promise\Promise listGameServersAsync(array $args = [])
  135. * @method \Aws\Result listScripts(array $args = [])
  136. * @method \GuzzleHttp\Promise\Promise listScriptsAsync(array $args = [])
  137. * @method \Aws\Result listTagsForResource(array $args = [])
  138. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  139. * @method \Aws\Result putScalingPolicy(array $args = [])
  140. * @method \GuzzleHttp\Promise\Promise putScalingPolicyAsync(array $args = [])
  141. * @method \Aws\Result registerGameServer(array $args = [])
  142. * @method \GuzzleHttp\Promise\Promise registerGameServerAsync(array $args = [])
  143. * @method \Aws\Result requestUploadCredentials(array $args = [])
  144. * @method \GuzzleHttp\Promise\Promise requestUploadCredentialsAsync(array $args = [])
  145. * @method \Aws\Result resolveAlias(array $args = [])
  146. * @method \GuzzleHttp\Promise\Promise resolveAliasAsync(array $args = [])
  147. * @method \Aws\Result resumeGameServerGroup(array $args = [])
  148. * @method \GuzzleHttp\Promise\Promise resumeGameServerGroupAsync(array $args = [])
  149. * @method \Aws\Result searchGameSessions(array $args = [])
  150. * @method \GuzzleHttp\Promise\Promise searchGameSessionsAsync(array $args = [])
  151. * @method \Aws\Result startFleetActions(array $args = [])
  152. * @method \GuzzleHttp\Promise\Promise startFleetActionsAsync(array $args = [])
  153. * @method \Aws\Result startGameSessionPlacement(array $args = [])
  154. * @method \GuzzleHttp\Promise\Promise startGameSessionPlacementAsync(array $args = [])
  155. * @method \Aws\Result startMatchBackfill(array $args = [])
  156. * @method \GuzzleHttp\Promise\Promise startMatchBackfillAsync(array $args = [])
  157. * @method \Aws\Result startMatchmaking(array $args = [])
  158. * @method \GuzzleHttp\Promise\Promise startMatchmakingAsync(array $args = [])
  159. * @method \Aws\Result stopFleetActions(array $args = [])
  160. * @method \GuzzleHttp\Promise\Promise stopFleetActionsAsync(array $args = [])
  161. * @method \Aws\Result stopGameSessionPlacement(array $args = [])
  162. * @method \GuzzleHttp\Promise\Promise stopGameSessionPlacementAsync(array $args = [])
  163. * @method \Aws\Result stopMatchmaking(array $args = [])
  164. * @method \GuzzleHttp\Promise\Promise stopMatchmakingAsync(array $args = [])
  165. * @method \Aws\Result suspendGameServerGroup(array $args = [])
  166. * @method \GuzzleHttp\Promise\Promise suspendGameServerGroupAsync(array $args = [])
  167. * @method \Aws\Result tagResource(array $args = [])
  168. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  169. * @method \Aws\Result untagResource(array $args = [])
  170. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  171. * @method \Aws\Result updateAlias(array $args = [])
  172. * @method \GuzzleHttp\Promise\Promise updateAliasAsync(array $args = [])
  173. * @method \Aws\Result updateBuild(array $args = [])
  174. * @method \GuzzleHttp\Promise\Promise updateBuildAsync(array $args = [])
  175. * @method \Aws\Result updateFleetAttributes(array $args = [])
  176. * @method \GuzzleHttp\Promise\Promise updateFleetAttributesAsync(array $args = [])
  177. * @method \Aws\Result updateFleetCapacity(array $args = [])
  178. * @method \GuzzleHttp\Promise\Promise updateFleetCapacityAsync(array $args = [])
  179. * @method \Aws\Result updateFleetPortSettings(array $args = [])
  180. * @method \GuzzleHttp\Promise\Promise updateFleetPortSettingsAsync(array $args = [])
  181. * @method \Aws\Result updateGameServer(array $args = [])
  182. * @method \GuzzleHttp\Promise\Promise updateGameServerAsync(array $args = [])
  183. * @method \Aws\Result updateGameServerGroup(array $args = [])
  184. * @method \GuzzleHttp\Promise\Promise updateGameServerGroupAsync(array $args = [])
  185. * @method \Aws\Result updateGameSession(array $args = [])
  186. * @method \GuzzleHttp\Promise\Promise updateGameSessionAsync(array $args = [])
  187. * @method \Aws\Result updateGameSessionQueue(array $args = [])
  188. * @method \GuzzleHttp\Promise\Promise updateGameSessionQueueAsync(array $args = [])
  189. * @method \Aws\Result updateMatchmakingConfiguration(array $args = [])
  190. * @method \GuzzleHttp\Promise\Promise updateMatchmakingConfigurationAsync(array $args = [])
  191. * @method \Aws\Result updateRuntimeConfiguration(array $args = [])
  192. * @method \GuzzleHttp\Promise\Promise updateRuntimeConfigurationAsync(array $args = [])
  193. * @method \Aws\Result updateScript(array $args = [])
  194. * @method \GuzzleHttp\Promise\Promise updateScriptAsync(array $args = [])
  195. * @method \Aws\Result validateMatchmakingRuleSet(array $args = [])
  196. * @method \GuzzleHttp\Promise\Promise validateMatchmakingRuleSetAsync(array $args = [])
  197. */
  198. class GameLiftClient extends AwsClient {}