Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Ecs/EcsClient.php
Строк: 162
<?php
namespace AwsEcs;

use 
AwsAwsClient;

/**
 * This client is used to interact with **Amazon ECS**.
 *
 * @method AwsResult createCapacityProvider(array $args = [])
 * @method GuzzleHttpPromisePromise createCapacityProviderAsync(array $args = [])
 * @method AwsResult createCluster(array $args = [])
 * @method GuzzleHttpPromisePromise createClusterAsync(array $args = [])
 * @method AwsResult createService(array $args = [])
 * @method GuzzleHttpPromisePromise createServiceAsync(array $args = [])
 * @method AwsResult createTaskSet(array $args = [])
 * @method GuzzleHttpPromisePromise createTaskSetAsync(array $args = [])
 * @method AwsResult deleteAccountSetting(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAccountSettingAsync(array $args = [])
 * @method AwsResult deleteAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAttributesAsync(array $args = [])
 * @method AwsResult deleteCapacityProvider(array $args = [])
 * @method GuzzleHttpPromisePromise deleteCapacityProviderAsync(array $args = [])
 * @method AwsResult deleteCluster(array $args = [])
 * @method GuzzleHttpPromisePromise deleteClusterAsync(array $args = [])
 * @method AwsResult deleteService(array $args = [])
 * @method GuzzleHttpPromisePromise deleteServiceAsync(array $args = [])
 * @method AwsResult deleteTaskSet(array $args = [])
 * @method GuzzleHttpPromisePromise deleteTaskSetAsync(array $args = [])
 * @method AwsResult deregisterContainerInstance(array $args = [])
 * @method GuzzleHttpPromisePromise deregisterContainerInstanceAsync(array $args = [])
 * @method AwsResult deregisterTaskDefinition(array $args = [])
 * @method GuzzleHttpPromisePromise deregisterTaskDefinitionAsync(array $args = [])
 * @method AwsResult describeCapacityProviders(array $args = [])
 * @method GuzzleHttpPromisePromise describeCapacityProvidersAsync(array $args = [])
 * @method AwsResult describeClusters(array $args = [])
 * @method GuzzleHttpPromisePromise describeClustersAsync(array $args = [])
 * @method AwsResult describeContainerInstances(array $args = [])
 * @method GuzzleHttpPromisePromise describeContainerInstancesAsync(array $args = [])
 * @method AwsResult describeServices(array $args = [])
 * @method GuzzleHttpPromisePromise describeServicesAsync(array $args = [])
 * @method AwsResult describeTaskDefinition(array $args = [])
 * @method GuzzleHttpPromisePromise describeTaskDefinitionAsync(array $args = [])
 * @method AwsResult describeTaskSets(array $args = [])
 * @method GuzzleHttpPromisePromise describeTaskSetsAsync(array $args = [])
 * @method AwsResult describeTasks(array $args = [])
 * @method GuzzleHttpPromisePromise describeTasksAsync(array $args = [])
 * @method AwsResult discoverPollEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise discoverPollEndpointAsync(array $args = [])
 * @method AwsResult listAccountSettings(array $args = [])
 * @method GuzzleHttpPromisePromise listAccountSettingsAsync(array $args = [])
 * @method AwsResult listAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise listAttributesAsync(array $args = [])
 * @method AwsResult listClusters(array $args = [])
 * @method GuzzleHttpPromisePromise listClustersAsync(array $args = [])
 * @method AwsResult listContainerInstances(array $args = [])
 * @method GuzzleHttpPromisePromise listContainerInstancesAsync(array $args = [])
 * @method AwsResult listServices(array $args = [])
 * @method GuzzleHttpPromisePromise listServicesAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult listTaskDefinitionFamilies(array $args = [])
 * @method GuzzleHttpPromisePromise listTaskDefinitionFamiliesAsync(array $args = [])
 * @method AwsResult listTaskDefinitions(array $args = [])
 * @method GuzzleHttpPromisePromise listTaskDefinitionsAsync(array $args = [])
 * @method AwsResult listTasks(array $args = [])
 * @method GuzzleHttpPromisePromise listTasksAsync(array $args = [])
 * @method AwsResult putAccountSetting(array $args = [])
 * @method GuzzleHttpPromisePromise putAccountSettingAsync(array $args = [])
 * @method AwsResult putAccountSettingDefault(array $args = [])
 * @method GuzzleHttpPromisePromise putAccountSettingDefaultAsync(array $args = [])
 * @method AwsResult putAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putAttributesAsync(array $args = [])
 * @method AwsResult putClusterCapacityProviders(array $args = [])
 * @method GuzzleHttpPromisePromise putClusterCapacityProvidersAsync(array $args = [])
 * @method AwsResult registerContainerInstance(array $args = [])
 * @method GuzzleHttpPromisePromise registerContainerInstanceAsync(array $args = [])
 * @method AwsResult registerTaskDefinition(array $args = [])
 * @method GuzzleHttpPromisePromise registerTaskDefinitionAsync(array $args = [])
 * @method AwsResult runTask(array $args = [])
 * @method GuzzleHttpPromisePromise runTaskAsync(array $args = [])
 * @method AwsResult startTask(array $args = [])
 * @method GuzzleHttpPromisePromise startTaskAsync(array $args = [])
 * @method AwsResult stopTask(array $args = [])
 * @method GuzzleHttpPromisePromise stopTaskAsync(array $args = [])
 * @method AwsResult submitAttachmentStateChanges(array $args = [])
 * @method GuzzleHttpPromisePromise submitAttachmentStateChangesAsync(array $args = [])
 * @method AwsResult submitContainerStateChange(array $args = [])
 * @method GuzzleHttpPromisePromise submitContainerStateChangeAsync(array $args = [])
 * @method AwsResult submitTaskStateChange(array $args = [])
 * @method GuzzleHttpPromisePromise submitTaskStateChangeAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateClusterSettings(array $args = [])
 * @method GuzzleHttpPromisePromise updateClusterSettingsAsync(array $args = [])
 * @method AwsResult updateContainerAgent(array $args = [])
 * @method GuzzleHttpPromisePromise updateContainerAgentAsync(array $args = [])
 * @method AwsResult updateContainerInstancesState(array $args = [])
 * @method GuzzleHttpPromisePromise updateContainerInstancesStateAsync(array $args = [])
 * @method AwsResult updateService(array $args = [])
 * @method GuzzleHttpPromisePromise updateServiceAsync(array $args = [])
 * @method AwsResult updateServicePrimaryTaskSet(array $args = [])
 * @method GuzzleHttpPromisePromise updateServicePrimaryTaskSetAsync(array $args = [])
 * @method AwsResult updateTaskSet(array $args = [])
 * @method GuzzleHttpPromisePromise updateTaskSetAsync(array $args = [])
 */
class EcsClient extends AwsClient {}
Онлайн: 0
Реклама