Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/AccessAnalyzer/AccessAnalyzerClient.php
Строк: 57
<?php
namespace AwsAccessAnalyzer;
use AwsAwsClient;
/**
* This client is used to interact with the **Access Analyzer** service.
* @method AwsResult createAnalyzer(array $args = [])
* @method GuzzleHttpPromisePromise createAnalyzerAsync(array $args = [])
* @method AwsResult createArchiveRule(array $args = [])
* @method GuzzleHttpPromisePromise createArchiveRuleAsync(array $args = [])
* @method AwsResult deleteAnalyzer(array $args = [])
* @method GuzzleHttpPromisePromise deleteAnalyzerAsync(array $args = [])
* @method AwsResult deleteArchiveRule(array $args = [])
* @method GuzzleHttpPromisePromise deleteArchiveRuleAsync(array $args = [])
* @method AwsResult getAnalyzedResource(array $args = [])
* @method GuzzleHttpPromisePromise getAnalyzedResourceAsync(array $args = [])
* @method AwsResult getAnalyzer(array $args = [])
* @method GuzzleHttpPromisePromise getAnalyzerAsync(array $args = [])
* @method AwsResult getArchiveRule(array $args = [])
* @method GuzzleHttpPromisePromise getArchiveRuleAsync(array $args = [])
* @method AwsResult getFinding(array $args = [])
* @method GuzzleHttpPromisePromise getFindingAsync(array $args = [])
* @method AwsResult listAnalyzedResources(array $args = [])
* @method GuzzleHttpPromisePromise listAnalyzedResourcesAsync(array $args = [])
* @method AwsResult listAnalyzers(array $args = [])
* @method GuzzleHttpPromisePromise listAnalyzersAsync(array $args = [])
* @method AwsResult listArchiveRules(array $args = [])
* @method GuzzleHttpPromisePromise listArchiveRulesAsync(array $args = [])
* @method AwsResult listFindings(array $args = [])
* @method GuzzleHttpPromisePromise listFindingsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult startResourceScan(array $args = [])
* @method GuzzleHttpPromisePromise startResourceScanAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateArchiveRule(array $args = [])
* @method GuzzleHttpPromisePromise updateArchiveRuleAsync(array $args = [])
* @method AwsResult updateFindings(array $args = [])
* @method GuzzleHttpPromisePromise updateFindingsAsync(array $args = [])
*/
class AccessAnalyzerClient extends AwsClient {}