Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CloudHSMV2/CloudHSMV2Client.php
Строк: 27
<?php
namespace AwsCloudHSMV2;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS CloudHSM V2** service.
* @method AwsResult copyBackupToRegion(array $args = [])
* @method GuzzleHttpPromisePromise copyBackupToRegionAsync(array $args = [])
* @method AwsResult createCluster(array $args = [])
* @method GuzzleHttpPromisePromise createClusterAsync(array $args = [])
* @method AwsResult createHsm(array $args = [])
* @method GuzzleHttpPromisePromise createHsmAsync(array $args = [])
* @method AwsResult deleteBackup(array $args = [])
* @method GuzzleHttpPromisePromise deleteBackupAsync(array $args = [])
* @method AwsResult deleteCluster(array $args = [])
* @method GuzzleHttpPromisePromise deleteClusterAsync(array $args = [])
* @method AwsResult deleteHsm(array $args = [])
* @method GuzzleHttpPromisePromise deleteHsmAsync(array $args = [])
* @method AwsResult describeBackups(array $args = [])
* @method GuzzleHttpPromisePromise describeBackupsAsync(array $args = [])
* @method AwsResult describeClusters(array $args = [])
* @method GuzzleHttpPromisePromise describeClustersAsync(array $args = [])
* @method AwsResult initializeCluster(array $args = [])
* @method GuzzleHttpPromisePromise initializeClusterAsync(array $args = [])
* @method AwsResult listTags(array $args = [])
* @method GuzzleHttpPromisePromise listTagsAsync(array $args = [])
* @method AwsResult restoreBackup(array $args = [])
* @method GuzzleHttpPromisePromise restoreBackupAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class CloudHSMV2Client extends AwsClient {}