Laravel version update
Laravel version update
This commit is contained in:
9
vendor/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\Translate\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Translate** service.
|
||||
*/
|
||||
class TranslateException extends AwsException {}
|
||||
11
vendor/aws/aws-sdk-php/src/Translate/TranslateClient.php
vendored
Normal file
11
vendor/aws/aws-sdk-php/src/Translate/TranslateClient.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Aws\Translate;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Translate** service.
|
||||
* @method \Aws\Result translateText(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise translateTextAsync(array $args = [])
|
||||
*/
|
||||
class TranslateClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user