OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
aws
/
aws-sdk-php
/
src
/
BedrockAgent
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:27:40 AM
rwxr-xr-x
📄
BedrockAgentClient.php
5.7 KB
07/10/2024 05:23:22 AM
rw-r--r--
📁
Exception
-
07/10/2024 05:26:07 AM
rwxr-xr-x
Editing: BedrockAgentClient.php
Close
<?php namespace Aws\BedrockAgent; use Aws\AwsClient; /** * This client is used to interact with the **Agents for Amazon Bedrock** service. * @method \Aws\Result associateAgentKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise associateAgentKnowledgeBaseAsync(array $args = []) * @method \Aws\Result createAgent(array $args = []) * @method \GuzzleHttp\Promise\Promise createAgentAsync(array $args = []) * @method \Aws\Result createAgentActionGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise createAgentActionGroupAsync(array $args = []) * @method \Aws\Result createAgentAlias(array $args = []) * @method \GuzzleHttp\Promise\Promise createAgentAliasAsync(array $args = []) * @method \Aws\Result createDataSource(array $args = []) * @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = []) * @method \Aws\Result createKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise createKnowledgeBaseAsync(array $args = []) * @method \Aws\Result deleteAgent(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAgentAsync(array $args = []) * @method \Aws\Result deleteAgentActionGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAgentActionGroupAsync(array $args = []) * @method \Aws\Result deleteAgentAlias(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAgentAliasAsync(array $args = []) * @method \Aws\Result deleteAgentVersion(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAgentVersionAsync(array $args = []) * @method \Aws\Result deleteDataSource(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = []) * @method \Aws\Result deleteKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKnowledgeBaseAsync(array $args = []) * @method \Aws\Result disassociateAgentKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise disassociateAgentKnowledgeBaseAsync(array $args = []) * @method \Aws\Result getAgent(array $args = []) * @method \GuzzleHttp\Promise\Promise getAgentAsync(array $args = []) * @method \Aws\Result getAgentActionGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise getAgentActionGroupAsync(array $args = []) * @method \Aws\Result getAgentAlias(array $args = []) * @method \GuzzleHttp\Promise\Promise getAgentAliasAsync(array $args = []) * @method \Aws\Result getAgentKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise getAgentKnowledgeBaseAsync(array $args = []) * @method \Aws\Result getAgentVersion(array $args = []) * @method \GuzzleHttp\Promise\Promise getAgentVersionAsync(array $args = []) * @method \Aws\Result getDataSource(array $args = []) * @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = []) * @method \Aws\Result getIngestionJob(array $args = []) * @method \GuzzleHttp\Promise\Promise getIngestionJobAsync(array $args = []) * @method \Aws\Result getKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise getKnowledgeBaseAsync(array $args = []) * @method \Aws\Result listAgentActionGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise listAgentActionGroupsAsync(array $args = []) * @method \Aws\Result listAgentAliases(array $args = []) * @method \GuzzleHttp\Promise\Promise listAgentAliasesAsync(array $args = []) * @method \Aws\Result listAgentKnowledgeBases(array $args = []) * @method \GuzzleHttp\Promise\Promise listAgentKnowledgeBasesAsync(array $args = []) * @method \Aws\Result listAgentVersions(array $args = []) * @method \GuzzleHttp\Promise\Promise listAgentVersionsAsync(array $args = []) * @method \Aws\Result listAgents(array $args = []) * @method \GuzzleHttp\Promise\Promise listAgentsAsync(array $args = []) * @method \Aws\Result listDataSources(array $args = []) * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = []) * @method \Aws\Result listIngestionJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listIngestionJobsAsync(array $args = []) * @method \Aws\Result listKnowledgeBases(array $args = []) * @method \GuzzleHttp\Promise\Promise listKnowledgeBasesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result prepareAgent(array $args = []) * @method \GuzzleHttp\Promise\Promise prepareAgentAsync(array $args = []) * @method \Aws\Result startIngestionJob(array $args = []) * @method \GuzzleHttp\Promise\Promise startIngestionJobAsync(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 = []) * @method \Aws\Result updateAgent(array $args = []) * @method \GuzzleHttp\Promise\Promise updateAgentAsync(array $args = []) * @method \Aws\Result updateAgentActionGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise updateAgentActionGroupAsync(array $args = []) * @method \Aws\Result updateAgentAlias(array $args = []) * @method \GuzzleHttp\Promise\Promise updateAgentAliasAsync(array $args = []) * @method \Aws\Result updateAgentKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise updateAgentKnowledgeBaseAsync(array $args = []) * @method \Aws\Result updateDataSource(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = []) * @method \Aws\Result updateKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKnowledgeBaseAsync(array $args = []) */ class BedrockAgentClient extends AwsClient {}