Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CloudHsm/CloudHsmClient.php
Строк: 52
<?php
namespace AwsCloudHsm;
use AwsApiApiProvider;
use AwsApiDocModel;
use AwsApiService;
use AwsAwsClient;
/**
* This client is used to interact with **AWS CloudHSM**.
*
* @method AwsResult addTagsToResource(array $args = [])
* @method GuzzleHttpPromisePromise addTagsToResourceAsync(array $args = [])
* @method AwsResult createHapg(array $args = [])
* @method GuzzleHttpPromisePromise createHapgAsync(array $args = [])
* @method AwsResult createHsm(array $args = [])
* @method GuzzleHttpPromisePromise createHsmAsync(array $args = [])
* @method AwsResult createLunaClient(array $args = [])
* @method GuzzleHttpPromisePromise createLunaClientAsync(array $args = [])
* @method AwsResult deleteHapg(array $args = [])
* @method GuzzleHttpPromisePromise deleteHapgAsync(array $args = [])
* @method AwsResult deleteHsm(array $args = [])
* @method GuzzleHttpPromisePromise deleteHsmAsync(array $args = [])
* @method AwsResult deleteLunaClient(array $args = [])
* @method GuzzleHttpPromisePromise deleteLunaClientAsync(array $args = [])
* @method AwsResult describeHapg(array $args = [])
* @method GuzzleHttpPromisePromise describeHapgAsync(array $args = [])
* @method AwsResult describeHsm(array $args = [])
* @method GuzzleHttpPromisePromise describeHsmAsync(array $args = [])
* @method AwsResult describeLunaClient(array $args = [])
* @method GuzzleHttpPromisePromise describeLunaClientAsync(array $args = [])
* @method AwsResult getConfigFiles(array $args = [])
* @method GuzzleHttpPromisePromise getConfigFilesAsync(array $args = [])
* @method AwsResult listAvailableZones(array $args = [])
* @method GuzzleHttpPromisePromise listAvailableZonesAsync(array $args = [])
* @method AwsResult listHapgs(array $args = [])
* @method GuzzleHttpPromisePromise listHapgsAsync(array $args = [])
* @method AwsResult listHsms(array $args = [])
* @method GuzzleHttpPromisePromise listHsmsAsync(array $args = [])
* @method AwsResult listLunaClients(array $args = [])
* @method GuzzleHttpPromisePromise listLunaClientsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult modifyHapg(array $args = [])
* @method GuzzleHttpPromisePromise modifyHapgAsync(array $args = [])
* @method AwsResult modifyHsm(array $args = [])
* @method GuzzleHttpPromisePromise modifyHsmAsync(array $args = [])
* @method AwsResult modifyLunaClient(array $args = [])
* @method GuzzleHttpPromisePromise modifyLunaClientAsync(array $args = [])
* @method AwsResult removeTagsFromResource(array $args = [])
* @method GuzzleHttpPromisePromise removeTagsFromResourceAsync(array $args = [])
*/
class CloudHsmClient extends AwsClient {}