/home/mip/mip/public/img/credit/datatables/BedrockAgentRuntime.tar
BedrockAgentRuntimeClient.php000064400000001135151520662700012314 0ustar00<?php
namespace Aws\BedrockAgentRuntime;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Agents for Amazon Bedrock Runtime** service.
 * @method \Aws\Result invokeAgent(array $args = [])
 * @method \GuzzleHttp\Promise\Promise invokeAgentAsync(array $args = [])
 * @method \Aws\Result retrieve(array $args = [])
 * @method \GuzzleHttp\Promise\Promise retrieveAsync(array $args = [])
 * @method \Aws\Result retrieveAndGenerate(array $args = [])
 * @method \GuzzleHttp\Promise\Promise retrieveAndGenerateAsync(array $args = [])
 */
class BedrockAgentRuntimeClient extends AwsClient {}
Exception/BedrockAgentRuntimeException.php000064400000000363151520662700014774 0ustar00<?php
namespace Aws\BedrockAgentRuntime\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Agents for Amazon Bedrock Runtime** service.
 */
class BedrockAgentRuntimeException extends AwsException {}