Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/GroundStation/GroundStationClient.php
Строк: 95
<?php
namespace AwsGroundStation;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Ground Station** service.
* @method AwsResult cancelContact(array $args = [])
* @method GuzzleHttpPromisePromise cancelContactAsync(array $args = [])
* @method AwsResult createConfig(array $args = [])
* @method GuzzleHttpPromisePromise createConfigAsync(array $args = [])
* @method AwsResult createDataflowEndpointGroup(array $args = [])
* @method GuzzleHttpPromisePromise createDataflowEndpointGroupAsync(array $args = [])
* @method AwsResult createMissionProfile(array $args = [])
* @method GuzzleHttpPromisePromise createMissionProfileAsync(array $args = [])
* @method AwsResult deleteConfig(array $args = [])
* @method GuzzleHttpPromisePromise deleteConfigAsync(array $args = [])
* @method AwsResult deleteDataflowEndpointGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteDataflowEndpointGroupAsync(array $args = [])
* @method AwsResult deleteMissionProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteMissionProfileAsync(array $args = [])
* @method AwsResult describeContact(array $args = [])
* @method GuzzleHttpPromisePromise describeContactAsync(array $args = [])
* @method AwsResult getMissionProfileConfig(array $args = [])
* @method GuzzleHttpPromisePromise getMissionProfileConfigAsync(array $args = [])
* @method AwsResult getDataflowEndpointGroup(array $args = [])
* @method GuzzleHttpPromisePromise getDataflowEndpointGroupAsync(array $args = [])
* @method AwsResult getMinuteUsage(array $args = [])
* @method GuzzleHttpPromisePromise getMinuteUsageAsync(array $args = [])
* @method AwsResult getMissionProfile(array $args = [])
* @method GuzzleHttpPromisePromise getMissionProfileAsync(array $args = [])
* @method AwsResult getSatellite(array $args = [])
* @method GuzzleHttpPromisePromise getSatelliteAsync(array $args = [])
* @method AwsResult listConfigs(array $args = [])
* @method GuzzleHttpPromisePromise listConfigsAsync(array $args = [])
* @method AwsResult listContacts(array $args = [])
* @method GuzzleHttpPromisePromise listContactsAsync(array $args = [])
* @method AwsResult listDataflowEndpointGroups(array $args = [])
* @method GuzzleHttpPromisePromise listDataflowEndpointGroupsAsync(array $args = [])
* @method AwsResult listGroundStations(array $args = [])
* @method GuzzleHttpPromisePromise listGroundStationsAsync(array $args = [])
* @method AwsResult listMissionProfiles(array $args = [])
* @method GuzzleHttpPromisePromise listMissionProfilesAsync(array $args = [])
* @method AwsResult listSatellites(array $args = [])
* @method GuzzleHttpPromisePromise listSatellitesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult reserveContact(array $args = [])
* @method GuzzleHttpPromisePromise reserveContactAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateConfig(array $args = [])
* @method GuzzleHttpPromisePromise updateConfigAsync(array $args = [])
* @method AwsResult updateMissionProfile(array $args = [])
* @method GuzzleHttpPromisePromise updateMissionProfileAsync(array $args = [])
*/
class GroundStationClient extends AwsClient {}