summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php52
1 files changed, 52 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php b/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php
index f9b19d1..1c46f45 100644
--- a/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php
+++ b/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php
@@ -9,12 +9,54 @@ 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 createKxEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createKxEnvironmentAsync(array $args = [])
+ * @method \Aws\Result createKxUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createKxUserAsync(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 deleteKxDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteKxDatabaseAsync(array $args = [])
+ * @method \Aws\Result deleteKxEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteKxEnvironmentAsync(array $args = [])
+ * @method \Aws\Result deleteKxUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteKxUserAsync(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 getKxEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getKxEnvironmentAsync(array $args = [])
+ * @method \Aws\Result getKxUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getKxUserAsync(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 listKxEnvironments(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listKxEnvironmentsAsync(array $args = [])
+ * @method \Aws\Result listKxUsers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listKxUsersAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
@@ -23,5 +65,15 @@ use Psr\Http\Message\RequestInterface;
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateEnvironment(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(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 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 = [])
*/
class finspaceClient extends AwsClient {}