Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/EKS/EKSClient.php
Строк: 43
<?php
namespace AwsEKS;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Elastic Container Service for Kubernetes** service.
* @method AwsResult createCluster(array $args = [])
* @method GuzzleHttpPromisePromise createClusterAsync(array $args = [])
* @method AwsResult createFargateProfile(array $args = [])
* @method GuzzleHttpPromisePromise createFargateProfileAsync(array $args = [])
* @method AwsResult createNodegroup(array $args = [])
* @method GuzzleHttpPromisePromise createNodegroupAsync(array $args = [])
* @method AwsResult deleteCluster(array $args = [])
* @method GuzzleHttpPromisePromise deleteClusterAsync(array $args = [])
* @method AwsResult deleteFargateProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteFargateProfileAsync(array $args = [])
* @method AwsResult deleteNodegroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteNodegroupAsync(array $args = [])
* @method AwsResult describeCluster(array $args = [])
* @method GuzzleHttpPromisePromise describeClusterAsync(array $args = [])
* @method AwsResult describeFargateProfile(array $args = [])
* @method GuzzleHttpPromisePromise describeFargateProfileAsync(array $args = [])
* @method AwsResult describeNodegroup(array $args = [])
* @method GuzzleHttpPromisePromise describeNodegroupAsync(array $args = [])
* @method AwsResult describeUpdate(array $args = [])
* @method GuzzleHttpPromisePromise describeUpdateAsync(array $args = [])
* @method AwsResult listClusters(array $args = [])
* @method GuzzleHttpPromisePromise listClustersAsync(array $args = [])
* @method AwsResult listFargateProfiles(array $args = [])
* @method GuzzleHttpPromisePromise listFargateProfilesAsync(array $args = [])
* @method AwsResult listNodegroups(array $args = [])
* @method GuzzleHttpPromisePromise listNodegroupsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listUpdates(array $args = [])
* @method GuzzleHttpPromisePromise listUpdatesAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateClusterConfig(array $args = [])
* @method GuzzleHttpPromisePromise updateClusterConfigAsync(array $args = [])
* @method AwsResult updateClusterVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateClusterVersionAsync(array $args = [])
* @method AwsResult updateNodegroupConfig(array $args = [])
* @method GuzzleHttpPromisePromise updateNodegroupConfigAsync(array $args = [])
* @method AwsResult updateNodegroupVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateNodegroupVersionAsync(array $args = [])
*/
class EKSClient extends AwsClient {}