1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\BedrockAgent;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Agents for Amazon Bedrock** service.
|
|
|
8 |
* @method \Aws\Result associateAgentCollaborator(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise associateAgentCollaboratorAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result associateAgentKnowledgeBase(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise associateAgentKnowledgeBaseAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createAgent(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createAgentAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createAgentActionGroup(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createAgentActionGroupAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createAgentAlias(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createAgentAliasAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createDataSource(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createFlow(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createFlowAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createFlowAlias(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createFlowAliasAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createFlowVersion(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createFlowVersionAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createKnowledgeBase(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createKnowledgeBaseAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createPrompt(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createPromptAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result createPromptVersion(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createPromptVersionAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deleteAgent(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deleteAgentAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteAgentActionGroup(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteAgentActionGroupAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteAgentAlias(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteAgentAliasAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteAgentVersion(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteAgentVersionAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result deleteDataSource(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result deleteFlow(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deleteFlowAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteFlowAlias(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteFlowAliasAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteFlowVersion(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteFlowVersionAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteKnowledgeBase(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteKnowledgeBaseAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deleteKnowledgeBaseDocuments(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteKnowledgeBaseDocumentsAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deletePrompt(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deletePromptAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result disassociateAgentCollaborator(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise disassociateAgentCollaboratorAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result disassociateAgentKnowledgeBase(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise disassociateAgentKnowledgeBaseAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result getAgent(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise getAgentAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result getAgentActionGroup(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise getAgentActionGroupAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result getAgentAlias(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise getAgentAliasAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result getAgentCollaborator(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise getAgentCollaboratorAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result getAgentKnowledgeBase(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise getAgentKnowledgeBaseAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result getAgentVersion(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise getAgentVersionAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result getDataSource(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result getFlow(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise getFlowAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result getFlowAlias(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise getFlowAliasAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result getFlowVersion(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise getFlowVersionAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result getIngestionJob(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise getIngestionJobAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result getKnowledgeBase(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise getKnowledgeBaseAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result getKnowledgeBaseDocuments(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise getKnowledgeBaseDocumentsAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result getPrompt(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise getPromptAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result ingestKnowledgeBaseDocuments(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise ingestKnowledgeBaseDocumentsAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result listAgentActionGroups(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise listAgentActionGroupsAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result listAgentAliases(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise listAgentAliasesAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result listAgentCollaborators(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise listAgentCollaboratorsAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result listAgentKnowledgeBases(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise listAgentKnowledgeBasesAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result listAgentVersions(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise listAgentVersionsAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result listAgents(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise listAgentsAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result listDataSources(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result listFlowAliases(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise listFlowAliasesAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result listFlowVersions(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise listFlowVersionsAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result listFlows(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise listFlowsAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result listIngestionJobs(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise listIngestionJobsAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result listKnowledgeBaseDocuments(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise listKnowledgeBaseDocumentsAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result listKnowledgeBases(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise listKnowledgeBasesAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result listPrompts(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise listPromptsAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result prepareAgent(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise prepareAgentAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result prepareFlow(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise prepareFlowAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result startIngestionJob(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise startIngestionJobAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result stopIngestionJob(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise stopIngestionJobAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result updateAgent(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise updateAgentAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result updateAgentActionGroup(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise updateAgentActionGroupAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result updateAgentAlias(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise updateAgentAliasAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result updateAgentCollaborator(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise updateAgentCollaboratorAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result updateAgentKnowledgeBase(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise updateAgentKnowledgeBaseAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result updateDataSource(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
|
|
|
142 |
* @method \Aws\Result updateFlow(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise updateFlowAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result updateFlowAlias(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise updateFlowAliasAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result updateKnowledgeBase(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise updateKnowledgeBaseAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result updatePrompt(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise updatePromptAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result validateFlowDefinition(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise validateFlowDefinitionAsync(array $args = [])
|
|
|
152 |
*/
|
|
|
153 |
class BedrockAgentClient extends AwsClient {}
|