mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 12:38:01 +00:00
12 lines
325 B
PHP
12 lines
325 B
PHP
<?php
|
|
namespace Aws\PersonalizeEvents;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon Personalize Events** service.
|
|
* @method \Aws\Result putEvents(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
|
|
*/
|
|
class PersonalizeEventsClient extends AwsClient {}
|