[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: finspaceClient.php
<?php namespace Aws\finspace; use Aws\AwsClient; use Aws\CommandInterface; use Psr\Http\Message\RequestInterface; /** * This client is used to interact with the **FinSpace User Environment Management service** service. * @method \Aws\Result createEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = []) * @method \Aws\Result createKxChangeset(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxChangesetAsync(array $args = []) * @method \Aws\Result createKxCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxClusterAsync(array $args = []) * @method \Aws\Result createKxDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxDatabaseAsync(array $args = []) * @method \Aws\Result createKxDataview(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxDataviewAsync(array $args = []) * @method \Aws\Result createKxEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxEnvironmentAsync(array $args = []) * @method \Aws\Result createKxScalingGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxScalingGroupAsync(array $args = []) * @method \Aws\Result createKxUser(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxUserAsync(array $args = []) * @method \Aws\Result createKxVolume(array $args = []) * @method \GuzzleHttp\Promise\Promise createKxVolumeAsync(array $args = []) * @method \Aws\Result deleteEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = []) * @method \Aws\Result deleteKxCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxClusterAsync(array $args = []) * @method \Aws\Result deleteKxClusterNode(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxClusterNodeAsync(array $args = []) * @method \Aws\Result deleteKxDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxDatabaseAsync(array $args = []) * @method \Aws\Result deleteKxDataview(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxDataviewAsync(array $args = []) * @method \Aws\Result deleteKxEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxEnvironmentAsync(array $args = []) * @method \Aws\Result deleteKxScalingGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxScalingGroupAsync(array $args = []) * @method \Aws\Result deleteKxUser(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxUserAsync(array $args = []) * @method \Aws\Result deleteKxVolume(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKxVolumeAsync(array $args = []) * @method \Aws\Result getEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = []) * @method \Aws\Result getKxChangeset(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxChangesetAsync(array $args = []) * @method \Aws\Result getKxCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxClusterAsync(array $args = []) * @method \Aws\Result getKxConnectionString(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxConnectionStringAsync(array $args = []) * @method \Aws\Result getKxDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxDatabaseAsync(array $args = []) * @method \Aws\Result getKxDataview(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxDataviewAsync(array $args = []) * @method \Aws\Result getKxEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxEnvironmentAsync(array $args = []) * @method \Aws\Result getKxScalingGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxScalingGroupAsync(array $args = []) * @method \Aws\Result getKxUser(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxUserAsync(array $args = []) * @method \Aws\Result getKxVolume(array $args = []) * @method \GuzzleHttp\Promise\Promise getKxVolumeAsync(array $args = []) * @method \Aws\Result listEnvironments(array $args = []) * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = []) * @method \Aws\Result listKxChangesets(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxChangesetsAsync(array $args = []) * @method \Aws\Result listKxClusterNodes(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxClusterNodesAsync(array $args = []) * @method \Aws\Result listKxClusters(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxClustersAsync(array $args = []) * @method \Aws\Result listKxDatabases(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxDatabasesAsync(array $args = []) * @method \Aws\Result listKxDataviews(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxDataviewsAsync(array $args = []) * @method \Aws\Result listKxEnvironments(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxEnvironmentsAsync(array $args = []) * @method \Aws\Result listKxScalingGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxScalingGroupsAsync(array $args = []) * @method \Aws\Result listKxUsers(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxUsersAsync(array $args = []) * @method \Aws\Result listKxVolumes(array $args = []) * @method \GuzzleHttp\Promise\Promise listKxVolumesAsync(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 updateEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = []) * @method \Aws\Result updateKxClusterCodeConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxClusterCodeConfigurationAsync(array $args = []) * @method \Aws\Result updateKxClusterDatabases(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxClusterDatabasesAsync(array $args = []) * @method \Aws\Result updateKxDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxDatabaseAsync(array $args = []) * @method \Aws\Result updateKxDataview(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxDataviewAsync(array $args = []) * @method \Aws\Result updateKxEnvironment(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxEnvironmentAsync(array $args = []) * @method \Aws\Result updateKxEnvironmentNetwork(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxEnvironmentNetworkAsync(array $args = []) * @method \Aws\Result updateKxUser(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxUserAsync(array $args = []) * @method \Aws\Result updateKxVolume(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKxVolumeAsync(array $args = []) */ class finspaceClient 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.81 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