1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\CloudHSMV2;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS CloudHSM V2** service.
|
|
|
8 |
* @method \Aws\Result copyBackupToRegion(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise copyBackupToRegionAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createCluster(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createHsm(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createHsmAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result deleteBackup(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteCluster(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteHsm(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteHsmAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result describeBackups(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result describeClusters(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result initializeCluster(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise initializeClusterAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listTags(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result modifyBackupAttributes(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise modifyBackupAttributesAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result modifyCluster(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result restoreBackup(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise restoreBackupAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
38 |
*/
|
|
|
39 |
class CloudHSMV2Client extends AwsClient {}
|