Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Macie/MacieClient.php
Строк: 22
<?php
namespace AwsMacie;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Macie** service.
* @method AwsResult associateMemberAccount(array $args = [])
* @method GuzzleHttpPromisePromise associateMemberAccountAsync(array $args = [])
* @method AwsResult associateS3Resources(array $args = [])
* @method GuzzleHttpPromisePromise associateS3ResourcesAsync(array $args = [])
* @method AwsResult disassociateMemberAccount(array $args = [])
* @method GuzzleHttpPromisePromise disassociateMemberAccountAsync(array $args = [])
* @method AwsResult disassociateS3Resources(array $args = [])
* @method GuzzleHttpPromisePromise disassociateS3ResourcesAsync(array $args = [])
* @method AwsResult listMemberAccounts(array $args = [])
* @method GuzzleHttpPromisePromise listMemberAccountsAsync(array $args = [])
* @method AwsResult listS3Resources(array $args = [])
* @method GuzzleHttpPromisePromise listS3ResourcesAsync(array $args = [])
* @method AwsResult updateS3Resources(array $args = [])
* @method GuzzleHttpPromisePromise updateS3ResourcesAsync(array $args = [])
*/
class MacieClient extends AwsClient {}