[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: CloudTrailClient.php
<?php namespace Aws\CloudTrail; use Aws\AwsClient; /** * This client is used to interact with the **AWS CloudTrail** service. * * @method \Aws\Result addTags(array $args = []) * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = []) * @method \Aws\Result cancelQuery(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelQueryAsync(array $args = []) * @method \Aws\Result createChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = []) * @method \Aws\Result createDashboard(array $args = []) * @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = []) * @method \Aws\Result createEventDataStore(array $args = []) * @method \GuzzleHttp\Promise\Promise createEventDataStoreAsync(array $args = []) * @method \Aws\Result createTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise createTrailAsync(array $args = []) * @method \Aws\Result deleteChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = []) * @method \Aws\Result deleteDashboard(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = []) * @method \Aws\Result deleteEventDataStore(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteEventDataStoreAsync(array $args = []) * @method \Aws\Result deleteResourcePolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = []) * @method \Aws\Result deleteTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTrailAsync(array $args = []) * @method \Aws\Result deregisterOrganizationDelegatedAdmin(array $args = []) * @method \GuzzleHttp\Promise\Promise deregisterOrganizationDelegatedAdminAsync(array $args = []) * @method \Aws\Result describeQuery(array $args = []) * @method \GuzzleHttp\Promise\Promise describeQueryAsync(array $args = []) * @method \Aws\Result describeTrails(array $args = []) * @method \GuzzleHttp\Promise\Promise describeTrailsAsync(array $args = []) * @method \Aws\Result disableFederation(array $args = []) * @method \GuzzleHttp\Promise\Promise disableFederationAsync(array $args = []) * @method \Aws\Result enableFederation(array $args = []) * @method \GuzzleHttp\Promise\Promise enableFederationAsync(array $args = []) * @method \Aws\Result generateQuery(array $args = []) * @method \GuzzleHttp\Promise\Promise generateQueryAsync(array $args = []) * @method \Aws\Result getChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise getChannelAsync(array $args = []) * @method \Aws\Result getDashboard(array $args = []) * @method \GuzzleHttp\Promise\Promise getDashboardAsync(array $args = []) * @method \Aws\Result getEventDataStore(array $args = []) * @method \GuzzleHttp\Promise\Promise getEventDataStoreAsync(array $args = []) * @method \Aws\Result getEventSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise getEventSelectorsAsync(array $args = []) * @method \Aws\Result getImport(array $args = []) * @method \GuzzleHttp\Promise\Promise getImportAsync(array $args = []) * @method \Aws\Result getInsightSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise getInsightSelectorsAsync(array $args = []) * @method \Aws\Result getQueryResults(array $args = []) * @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(array $args = []) * @method \Aws\Result getResourcePolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = []) * @method \Aws\Result getTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise getTrailAsync(array $args = []) * @method \Aws\Result getTrailStatus(array $args = []) * @method \GuzzleHttp\Promise\Promise getTrailStatusAsync(array $args = []) * @method \Aws\Result listChannels(array $args = []) * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = []) * @method \Aws\Result listDashboards(array $args = []) * @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = []) * @method \Aws\Result listEventDataStores(array $args = []) * @method \GuzzleHttp\Promise\Promise listEventDataStoresAsync(array $args = []) * @method \Aws\Result listImportFailures(array $args = []) * @method \GuzzleHttp\Promise\Promise listImportFailuresAsync(array $args = []) * @method \Aws\Result listImports(array $args = []) * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = []) * @method \Aws\Result listInsightsMetricData(array $args = []) * @method \GuzzleHttp\Promise\Promise listInsightsMetricDataAsync(array $args = []) * @method \Aws\Result listPublicKeys(array $args = []) * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = []) * @method \Aws\Result listQueries(array $args = []) * @method \GuzzleHttp\Promise\Promise listQueriesAsync(array $args = []) * @method \Aws\Result listTags(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = []) * @method \Aws\Result listTrails(array $args = []) * @method \GuzzleHttp\Promise\Promise listTrailsAsync(array $args = []) * @method \Aws\Result lookupEvents(array $args = []) * @method \GuzzleHttp\Promise\Promise lookupEventsAsync(array $args = []) * @method \Aws\Result putEventSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise putEventSelectorsAsync(array $args = []) * @method \Aws\Result putInsightSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise putInsightSelectorsAsync(array $args = []) * @method \Aws\Result putResourcePolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = []) * @method \Aws\Result registerOrganizationDelegatedAdmin(array $args = []) * @method \GuzzleHttp\Promise\Promise registerOrganizationDelegatedAdminAsync(array $args = []) * @method \Aws\Result removeTags(array $args = []) * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = []) * @method \Aws\Result restoreEventDataStore(array $args = []) * @method \GuzzleHttp\Promise\Promise restoreEventDataStoreAsync(array $args = []) * @method \Aws\Result searchSampleQueries(array $args = []) * @method \GuzzleHttp\Promise\Promise searchSampleQueriesAsync(array $args = []) * @method \Aws\Result startDashboardRefresh(array $args = []) * @method \GuzzleHttp\Promise\Promise startDashboardRefreshAsync(array $args = []) * @method \Aws\Result startEventDataStoreIngestion(array $args = []) * @method \GuzzleHttp\Promise\Promise startEventDataStoreIngestionAsync(array $args = []) * @method \Aws\Result startImport(array $args = []) * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = []) * @method \Aws\Result startLogging(array $args = []) * @method \GuzzleHttp\Promise\Promise startLoggingAsync(array $args = []) * @method \Aws\Result startQuery(array $args = []) * @method \GuzzleHttp\Promise\Promise startQueryAsync(array $args = []) * @method \Aws\Result stopEventDataStoreIngestion(array $args = []) * @method \GuzzleHttp\Promise\Promise stopEventDataStoreIngestionAsync(array $args = []) * @method \Aws\Result stopImport(array $args = []) * @method \GuzzleHttp\Promise\Promise stopImportAsync(array $args = []) * @method \Aws\Result stopLogging(array $args = []) * @method \GuzzleHttp\Promise\Promise stopLoggingAsync(array $args = []) * @method \Aws\Result updateChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = []) * @method \Aws\Result updateDashboard(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = []) * @method \Aws\Result updateEventDataStore(array $args = []) * @method \GuzzleHttp\Promise\Promise updateEventDataStoreAsync(array $args = []) * @method \Aws\Result updateTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise updateTrailAsync(array $args = []) */ class CloudTrailClient extends AwsClient {}
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.66 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002