v2.1.7
This commit is contained in:
parent
c2ead8e434
commit
77d0cea926
995 changed files with 28142 additions and 8603 deletions
15
vendor/aws/aws-sdk-php/src/AgentRegistry/AgentRegistryClient.php
vendored
Normal file
15
vendor/aws/aws-sdk-php/src/AgentRegistry/AgentRegistryClient.php
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
namespace Aws\AgentRegistry;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Agent Registry** service.
|
||||
* @method \Aws\Result batchGetDiscoverableRegistryRecord(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise batchGetDiscoverableRegistryRecordAsync(array $args = [])
|
||||
* @method \Aws\Result listDiscoverableRegistryRecords(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDiscoverableRegistryRecordsAsync(array $args = [])
|
||||
* @method \Aws\Result searchDiscoverableRegistryRecords(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise searchDiscoverableRegistryRecordsAsync(array $args = [])
|
||||
*/
|
||||
class AgentRegistryClient extends AwsClient {}
|
||||
Loading…
Reference in a new issue