installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\SagemakerEdgeManager\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Sagemaker Edge Manager** service.
|
||||
*/
|
||||
class SagemakerEdgeManagerException extends AwsException {}
|
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace Aws\SagemakerEdgeManager;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Sagemaker Edge Manager** service.
|
||||
* @method \Aws\Result getDeviceRegistration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDeviceRegistrationAsync(array $args = [])
|
||||
* @method \Aws\Result sendHeartbeat(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise sendHeartbeatAsync(array $args = [])
|
||||
*/
|
||||
class SagemakerEdgeManagerClient extends AwsClient {}
|
Reference in New Issue
Block a user