BedrockAgentClient.php 8.3 KB

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