Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/DAX/DAXClient.php
Строк: 49
<?php
namespace AwsDAX;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon DynamoDB Accelerator (DAX)** service.
* @method AwsResult createCluster(array $args = [])
* @method GuzzleHttpPromisePromise createClusterAsync(array $args = [])
* @method AwsResult createParameterGroup(array $args = [])
* @method GuzzleHttpPromisePromise createParameterGroupAsync(array $args = [])
* @method AwsResult createSubnetGroup(array $args = [])
* @method GuzzleHttpPromisePromise createSubnetGroupAsync(array $args = [])
* @method AwsResult decreaseReplicationFactor(array $args = [])
* @method GuzzleHttpPromisePromise decreaseReplicationFactorAsync(array $args = [])
* @method AwsResult deleteCluster(array $args = [])
* @method GuzzleHttpPromisePromise deleteClusterAsync(array $args = [])
* @method AwsResult deleteParameterGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteParameterGroupAsync(array $args = [])
* @method AwsResult deleteSubnetGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteSubnetGroupAsync(array $args = [])
* @method AwsResult describeClusters(array $args = [])
* @method GuzzleHttpPromisePromise describeClustersAsync(array $args = [])
* @method AwsResult describeDefaultParameters(array $args = [])
* @method GuzzleHttpPromisePromise describeDefaultParametersAsync(array $args = [])
* @method AwsResult describeEvents(array $args = [])
* @method GuzzleHttpPromisePromise describeEventsAsync(array $args = [])
* @method AwsResult describeParameterGroups(array $args = [])
* @method GuzzleHttpPromisePromise describeParameterGroupsAsync(array $args = [])
* @method AwsResult describeParameters(array $args = [])
* @method GuzzleHttpPromisePromise describeParametersAsync(array $args = [])
* @method AwsResult describeSubnetGroups(array $args = [])
* @method GuzzleHttpPromisePromise describeSubnetGroupsAsync(array $args = [])
* @method AwsResult increaseReplicationFactor(array $args = [])
* @method GuzzleHttpPromisePromise increaseReplicationFactorAsync(array $args = [])
* @method AwsResult listTags(array $args = [])
* @method GuzzleHttpPromisePromise listTagsAsync(array $args = [])
* @method AwsResult rebootNode(array $args = [])
* @method GuzzleHttpPromisePromise rebootNodeAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateCluster(array $args = [])
* @method GuzzleHttpPromisePromise updateClusterAsync(array $args = [])
* @method AwsResult updateParameterGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateParameterGroupAsync(array $args = [])
* @method AwsResult updateSubnetGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateSubnetGroupAsync(array $args = [])
*/
class DAXClient extends AwsClient {}