You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
503 B
13 lines
503 B
<?php
|
|
namespace Aws\EC2InstanceConnect;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS EC2 Instance Connect** service.
|
|
* @method \Aws\Result sendSSHPublicKey(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise sendSSHPublicKeyAsync(array $args = [])
|
|
* @method \Aws\Result sendSerialConsoleSSHPublicKey(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise sendSerialConsoleSSHPublicKeyAsync(array $args = [])
|
|
*/
|
|
class EC2InstanceConnectClient extends AwsClient {}
|
|
|