Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/OpsWorksCM/OpsWorksCMClient.php
Строк: 49
<?php
namespace AwsOpsWorksCM;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS OpsWorks for Chef Automate** service.
* @method AwsResult associateNode(array $args = [])
* @method GuzzleHttpPromisePromise associateNodeAsync(array $args = [])
* @method AwsResult createBackup(array $args = [])
* @method GuzzleHttpPromisePromise createBackupAsync(array $args = [])
* @method AwsResult createServer(array $args = [])
* @method GuzzleHttpPromisePromise createServerAsync(array $args = [])
* @method AwsResult deleteBackup(array $args = [])
* @method GuzzleHttpPromisePromise deleteBackupAsync(array $args = [])
* @method AwsResult deleteServer(array $args = [])
* @method GuzzleHttpPromisePromise deleteServerAsync(array $args = [])
* @method AwsResult describeAccountAttributes(array $args = [])
* @method GuzzleHttpPromisePromise describeAccountAttributesAsync(array $args = [])
* @method AwsResult describeBackups(array $args = [])
* @method GuzzleHttpPromisePromise describeBackupsAsync(array $args = [])
* @method AwsResult describeEvents(array $args = [])
* @method GuzzleHttpPromisePromise describeEventsAsync(array $args = [])
* @method AwsResult describeNodeAssociationStatus(array $args = [])
* @method GuzzleHttpPromisePromise describeNodeAssociationStatusAsync(array $args = [])
* @method AwsResult describeServers(array $args = [])
* @method GuzzleHttpPromisePromise describeServersAsync(array $args = [])
* @method AwsResult disassociateNode(array $args = [])
* @method GuzzleHttpPromisePromise disassociateNodeAsync(array $args = [])
* @method AwsResult exportServerEngineAttribute(array $args = [])
* @method GuzzleHttpPromisePromise exportServerEngineAttributeAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult restoreServer(array $args = [])
* @method GuzzleHttpPromisePromise restoreServerAsync(array $args = [])
* @method AwsResult startMaintenance(array $args = [])
* @method GuzzleHttpPromisePromise startMaintenanceAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateServer(array $args = [])
* @method GuzzleHttpPromisePromise updateServerAsync(array $args = [])
* @method AwsResult updateServerEngineAttributes(array $args = [])
* @method GuzzleHttpPromisePromise updateServerEngineAttributesAsync(array $args = [])
*/
class OpsWorksCMClient extends AwsClient {}