mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-18 04:02:15 +08:00
13 lines
503 B
PHP
13 lines
503 B
PHP
<?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 {}
|