OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
zzXpress
/
vendor
/
aws
/
aws-sdk-php
/
src
/
IoTFleetHub
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:23 AM
rwxr-xr-x
📁
Exception
-
05/19/2025 10:07:23 AM
rwxr-xr-x
📄
IoTFleetHubClient.php
1.27 KB
05/19/2025 10:07:23 AM
rw-r--r--
Editing: IoTFleetHubClient.php
Close
<?php namespace Aws\IoTFleetHub; use Aws\AwsClient; /** * This client is used to interact with the **AWS IoT Fleet Hub** service. * @method \Aws\Result createApplication(array $args = []) * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = []) * @method \Aws\Result deleteApplication(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = []) * @method \Aws\Result describeApplication(array $args = []) * @method \GuzzleHttp\Promise\Promise describeApplicationAsync(array $args = []) * @method \Aws\Result listApplications(array $args = []) * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(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 updateApplication(array $args = []) * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = []) */ class IoTFleetHubClient extends AwsClient {}