Your IP : 3.144.35.147
<?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 {} |