This commit is contained in:
Javier Casares 2026-08-18 07:00:18 +00:00
commit 77d0cea926
995 changed files with 28142 additions and 8603 deletions

View 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 {}