mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 04:28:01 +00:00
16 lines
601 B
PHP
16 lines
601 B
PHP
<?php
|
|
namespace Aws\ElasticInference;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon Elastic Inference** service.
|
|
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
* @method \Aws\Result tagResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
* @method \Aws\Result untagResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
*/
|
|
class ElasticInferenceClient extends AwsClient {}
|