HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/javago-portal-updates/vendor/aws/aws-sdk-php/src/GameLiftStreams/GameLiftStreamsClient.php
<?php
namespace Aws\GameLiftStreams;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Amazon GameLift Streams** service.
 * @method \Aws\Result addStreamGroupLocations(array $args = [])
 * @method \GuzzleHttp\Promise\Promise addStreamGroupLocationsAsync(array $args = [])
 * @method \Aws\Result associateApplications(array $args = [])
 * @method \GuzzleHttp\Promise\Promise associateApplicationsAsync(array $args = [])
 * @method \Aws\Result createApplication(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
 * @method \Aws\Result createStreamGroup(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createStreamGroupAsync(array $args = [])
 * @method \Aws\Result createStreamSessionConnection(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createStreamSessionConnectionAsync(array $args = [])
 * @method \Aws\Result deleteApplication(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
 * @method \Aws\Result deleteStreamGroup(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteStreamGroupAsync(array $args = [])
 * @method \Aws\Result disassociateApplications(array $args = [])
 * @method \GuzzleHttp\Promise\Promise disassociateApplicationsAsync(array $args = [])
 * @method \Aws\Result exportStreamSessionFiles(array $args = [])
 * @method \GuzzleHttp\Promise\Promise exportStreamSessionFilesAsync(array $args = [])
 * @method \Aws\Result getApplication(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
 * @method \Aws\Result getStreamGroup(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getStreamGroupAsync(array $args = [])
 * @method \Aws\Result getStreamSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getStreamSessionAsync(array $args = [])
 * @method \Aws\Result listApplications(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
 * @method \Aws\Result listStreamGroups(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listStreamGroupsAsync(array $args = [])
 * @method \Aws\Result listStreamSessions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listStreamSessionsAsync(array $args = [])
 * @method \Aws\Result listStreamSessionsByAccount(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listStreamSessionsByAccountAsync(array $args = [])
 * @method \Aws\Result listTagsForResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 * @method \Aws\Result removeStreamGroupLocations(array $args = [])
 * @method \GuzzleHttp\Promise\Promise removeStreamGroupLocationsAsync(array $args = [])
 * @method \Aws\Result startStreamSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startStreamSessionAsync(array $args = [])
 * @method \Aws\Result tagResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
 * @method \Aws\Result terminateStreamSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise terminateStreamSessionAsync(array $args = [])
 * @method \Aws\Result untagResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
 * @method \Aws\Result updateApplication(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
 * @method \Aws\Result updateStreamGroup(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateStreamGroupAsync(array $args = [])
 */
class GameLiftStreamsClient extends AwsClient {}