runff 1.0 commit
This commit is contained in:
9
lib/aws/Aws/Translate/Exception/TranslateException.php
Normal file
9
lib/aws/Aws/Translate/Exception/TranslateException.php
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 {}
|
||||
19
lib/aws/Aws/Translate/TranslateClient.php
Normal file
19
lib/aws/Aws/Translate/TranslateClient.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace Aws\Translate;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Translate** service.
|
||||
* @method \Aws\Result deleteTerminology(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteTerminologyAsync(array $args = [])
|
||||
* @method \Aws\Result getTerminology(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getTerminologyAsync(array $args = [])
|
||||
* @method \Aws\Result importTerminology(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise importTerminologyAsync(array $args = [])
|
||||
* @method \Aws\Result listTerminologies(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTerminologiesAsync(array $args = [])
|
||||
* @method \Aws\Result translateText(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise translateTextAsync(array $args = [])
|
||||
*/
|
||||
class TranslateClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user