|
1
|
<?php |
|
2
|
namespace Aws\EC2InstanceConnect; |
|
3
|
|
|
4
|
use Aws\AwsClient; |
|
5
|
|
|
6
|
/** |
|
7
|
* This client is used to interact with the **AWS EC2 Instance Connect** service.
|
|
8
|
* @method \Aws\Result sendSSHPublicKey(array $args = [])
|
|
9
|
* @method \GuzzleHttp\Promise\Promise sendSSHPublicKeyAsync(array $args = [])
|
|
10
|
* @method \Aws\Result sendSerialConsoleSSHPublicKey(array $args = [])
|
|
11
|
* @method \GuzzleHttp\Promise\Promise sendSerialConsoleSSHPublicKeyAsync(array $args = [])
|
|
12
|
*/ |
|
13
|
class EC2InstanceConnectClient extends AwsClient {} |
|
14
|
|