summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/GameSparks/GameSparksClient.php
blob: 5ea5caf59a55758ecc4aa67a62e29d4b047a8421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?php
namespace Aws\GameSparks;

use Aws\AwsClient;

/**
 * This client is used to interact with the **GameSparks** service.
 * @method \Aws\Result createGame(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createGameAsync(array $args = [])
 * @method \Aws\Result createSnapshot(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
 * @method \Aws\Result createStage(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createStageAsync(array $args = [])
 * @method \Aws\Result deleteGame(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteGameAsync(array $args = [])
 * @method \Aws\Result deleteStage(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteStageAsync(array $args = [])
 * @method \Aws\Result disconnectPlayer(array $args = [])
 * @method \GuzzleHttp\Promise\Promise disconnectPlayerAsync(array $args = [])
 * @method \Aws\Result exportSnapshot(array $args = [])
 * @method \GuzzleHttp\Promise\Promise exportSnapshotAsync(array $args = [])
 * @method \Aws\Result getExtension(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getExtensionAsync(array $args = [])
 * @method \Aws\Result getExtensionVersion(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getExtensionVersionAsync(array $args = [])
 * @method \Aws\Result getGame(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getGameAsync(array $args = [])
 * @method \Aws\Result getGameConfiguration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getGameConfigurationAsync(array $args = [])
 * @method \Aws\Result getGeneratedCodeJob(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getGeneratedCodeJobAsync(array $args = [])
 * @method \Aws\Result getPlayerConnectionStatus(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getPlayerConnectionStatusAsync(array $args = [])
 * @method \Aws\Result getSnapshot(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getSnapshotAsync(array $args = [])
 * @method \Aws\Result getStage(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
 * @method \Aws\Result getStageDeployment(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getStageDeploymentAsync(array $args = [])
 * @method \Aws\Result importGameConfiguration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise importGameConfigurationAsync(array $args = [])
 * @method \Aws\Result listExtensionVersions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listExtensionVersionsAsync(array $args = [])
 * @method \Aws\Result listExtensions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listExtensionsAsync(array $args = [])
 * @method \Aws\Result listGames(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listGamesAsync(array $args = [])
 * @method \Aws\Result listGeneratedCodeJobs(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listGeneratedCodeJobsAsync(array $args = [])
 * @method \Aws\Result listSnapshots(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listSnapshotsAsync(array $args = [])
 * @method \Aws\Result listStageDeployments(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listStageDeploymentsAsync(array $args = [])
 * @method \Aws\Result listStages(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listStagesAsync(array $args = [])
 * @method \Aws\Result listTagsForResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 * @method \Aws\Result startGeneratedCodeJob(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startGeneratedCodeJobAsync(array $args = [])
 * @method \Aws\Result startStageDeployment(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startStageDeploymentAsync(array $args = [])
 * @method \Aws\Result tagResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
 * @method \Aws\Result untagResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
 * @method \Aws\Result updateGame(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateGameAsync(array $args = [])
 * @method \Aws\Result updateGameConfiguration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateGameConfigurationAsync(array $args = [])
 * @method \Aws\Result updateSnapshot(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateSnapshotAsync(array $args = [])
 * @method \Aws\Result updateStage(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateStageAsync(array $args = [])
 */
class GameSparksClient extends AwsClient {}