summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php b/vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php
index b17058e..7f40c5f 100644
--- a/vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php
+++ b/vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php
@@ -5,14 +5,20 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Voice ID** service.
+ * @method \Aws\Result associateFraudster(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateFraudsterAsync(array $args = [])
* @method \Aws\Result createDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
+ * @method \Aws\Result createWatchlist(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createWatchlistAsync(array $args = [])
* @method \Aws\Result deleteDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
* @method \Aws\Result deleteFraudster(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFraudsterAsync(array $args = [])
* @method \Aws\Result deleteSpeaker(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSpeakerAsync(array $args = [])
+ * @method \Aws\Result deleteWatchlist(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteWatchlistAsync(array $args = [])
* @method \Aws\Result describeDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
* @method \Aws\Result describeFraudster(array $args = [])
@@ -23,18 +29,26 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeSpeakerAsync(array $args = [])
* @method \Aws\Result describeSpeakerEnrollmentJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSpeakerEnrollmentJobAsync(array $args = [])
+ * @method \Aws\Result describeWatchlist(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeWatchlistAsync(array $args = [])
+ * @method \Aws\Result disassociateFraudster(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateFraudsterAsync(array $args = [])
* @method \Aws\Result evaluateSession(array $args = [])
* @method \GuzzleHttp\Promise\Promise evaluateSessionAsync(array $args = [])
* @method \Aws\Result listDomains(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
* @method \Aws\Result listFraudsterRegistrationJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFraudsterRegistrationJobsAsync(array $args = [])
+ * @method \Aws\Result listFraudsters(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listFraudstersAsync(array $args = [])
* @method \Aws\Result listSpeakerEnrollmentJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSpeakerEnrollmentJobsAsync(array $args = [])
* @method \Aws\Result listSpeakers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSpeakersAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listWatchlists(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listWatchlistsAsync(array $args = [])
* @method \Aws\Result optOutSpeaker(array $args = [])
* @method \GuzzleHttp\Promise\Promise optOutSpeakerAsync(array $args = [])
* @method \Aws\Result startFraudsterRegistrationJob(array $args = [])
@@ -47,5 +61,7 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = [])
+ * @method \Aws\Result updateWatchlist(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateWatchlistAsync(array $args = [])
*/
class VoiceIDClient extends AwsClient {}