CloudHsmClient.php
54 lines
| 1 | <?php |
| 2 | namespace Aws\CloudHsm; |
| 3 | |
| 4 | use Aws\Api\ApiProvider; |
| 5 | use Aws\Api\DocModel; |
| 6 | use Aws\Api\Service; |
| 7 | use Aws\AwsClient; |
| 8 | |
| 9 | /** |
| 10 | * This client is used to interact with **AWS CloudHSM**. |
| 11 | * |
| 12 | * @method \Aws\Result addTagsToResource(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = []) |
| 14 | * @method \Aws\Result createHapg(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createHapgAsync(array $args = []) |
| 16 | * @method \Aws\Result createHsm(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createHsmAsync(array $args = []) |
| 18 | * @method \Aws\Result createLunaClient(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createLunaClientAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteHapg(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteHapgAsync(array $args = []) |
| 22 | * @method \Aws\Result deleteHsm(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deleteHsmAsync(array $args = []) |
| 24 | * @method \Aws\Result deleteLunaClient(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise deleteLunaClientAsync(array $args = []) |
| 26 | * @method \Aws\Result describeHapg(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeHapgAsync(array $args = []) |
| 28 | * @method \Aws\Result describeHsm(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeHsmAsync(array $args = []) |
| 30 | * @method \Aws\Result describeLunaClient(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise describeLunaClientAsync(array $args = []) |
| 32 | * @method \Aws\Result getConfigFiles(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise getConfigFilesAsync(array $args = []) |
| 34 | * @method \Aws\Result listAvailableZones(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listAvailableZonesAsync(array $args = []) |
| 36 | * @method \Aws\Result listHapgs(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listHapgsAsync(array $args = []) |
| 38 | * @method \Aws\Result listHsms(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise listHsmsAsync(array $args = []) |
| 40 | * @method \Aws\Result listLunaClients(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise listLunaClientsAsync(array $args = []) |
| 42 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 44 | * @method \Aws\Result modifyHapg(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise modifyHapgAsync(array $args = []) |
| 46 | * @method \Aws\Result modifyHsm(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise modifyHsmAsync(array $args = []) |
| 48 | * @method \Aws\Result modifyLunaClient(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise modifyLunaClientAsync(array $args = []) |
| 50 | * @method \Aws\Result removeTagsFromResource(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = []) |
| 52 | */ |
| 53 | class CloudHsmClient extends AwsClient {} |
| 54 |