Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/PinpointSMSVoice/PinpointSMSVoiceClient.php
Строк: 78
<?php
namespace AwsPinpointSMSVoice;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Pinpoint SMS and Voice Service** service.
* @method AwsResult createConfigurationSet(array $args = [])
* @method GuzzleHttpPromisePromise createConfigurationSetAsync(array $args = [])
* @method AwsResult createConfigurationSetEventDestination(array $args = [])
* @method GuzzleHttpPromisePromise createConfigurationSetEventDestinationAsync(array $args = [])
* @method AwsResult deleteConfigurationSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteConfigurationSetAsync(array $args = [])
* @method AwsResult deleteConfigurationSetEventDestination(array $args = [])
* @method GuzzleHttpPromisePromise deleteConfigurationSetEventDestinationAsync(array $args = [])
* @method AwsResult getConfigurationSetEventDestinations(array $args = [])
* @method GuzzleHttpPromisePromise getConfigurationSetEventDestinationsAsync(array $args = [])
* @method AwsResult listConfigurationSets(array $args = [])
* @method GuzzleHttpPromisePromise listConfigurationSetsAsync(array $args = [])
* @method AwsResult sendVoiceMessage(array $args = [])
* @method GuzzleHttpPromisePromise sendVoiceMessageAsync(array $args = [])
* @method AwsResult updateConfigurationSetEventDestination(array $args = [])
* @method GuzzleHttpPromisePromise updateConfigurationSetEventDestinationAsync(array $args = [])
*/
class PinpointSMSVoiceClient extends AwsClient {}