mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-18 04:02:15 +08:00
13 lines
483 B
PHP
13 lines
483 B
PHP
<?php
|
|
namespace Aws\BedrockRuntime;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon Bedrock Runtime** service.
|
|
* @method \Aws\Result invokeModel(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise invokeModelAsync(array $args = [])
|
|
* @method \Aws\Result invokeModelWithResponseStream(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise invokeModelWithResponseStreamAsync(array $args = [])
|
|
*/
|
|
class BedrockRuntimeClient extends AwsClient {}
|