Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/FraudDetector/FraudDetectorClient.php
Строк: 73
<?php
namespace AwsFraudDetector;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Fraud Detector** service.
* @method AwsResult batchCreateVariable(array $args = [])
* @method GuzzleHttpPromisePromise batchCreateVariableAsync(array $args = [])
* @method AwsResult batchGetVariable(array $args = [])
* @method GuzzleHttpPromisePromise batchGetVariableAsync(array $args = [])
* @method AwsResult createDetectorVersion(array $args = [])
* @method GuzzleHttpPromisePromise createDetectorVersionAsync(array $args = [])
* @method AwsResult createModelVersion(array $args = [])
* @method GuzzleHttpPromisePromise createModelVersionAsync(array $args = [])
* @method AwsResult createRule(array $args = [])
* @method GuzzleHttpPromisePromise createRuleAsync(array $args = [])
* @method AwsResult createVariable(array $args = [])
* @method GuzzleHttpPromisePromise createVariableAsync(array $args = [])
* @method AwsResult deleteDetector(array $args = [])
* @method GuzzleHttpPromisePromise deleteDetectorAsync(array $args = [])
* @method AwsResult deleteDetectorVersion(array $args = [])
* @method GuzzleHttpPromisePromise deleteDetectorVersionAsync(array $args = [])
* @method AwsResult deleteEvent(array $args = [])
* @method GuzzleHttpPromisePromise deleteEventAsync(array $args = [])
* @method AwsResult deleteRuleVersion(array $args = [])
* @method GuzzleHttpPromisePromise deleteRuleVersionAsync(array $args = [])
* @method AwsResult describeDetector(array $args = [])
* @method GuzzleHttpPromisePromise describeDetectorAsync(array $args = [])
* @method AwsResult describeModelVersions(array $args = [])
* @method GuzzleHttpPromisePromise describeModelVersionsAsync(array $args = [])
* @method AwsResult getDetectorVersion(array $args = [])
* @method GuzzleHttpPromisePromise getDetectorVersionAsync(array $args = [])
* @method AwsResult getDetectors(array $args = [])
* @method GuzzleHttpPromisePromise getDetectorsAsync(array $args = [])
* @method AwsResult getExternalModels(array $args = [])
* @method GuzzleHttpPromisePromise getExternalModelsAsync(array $args = [])
* @method AwsResult getModelVersion(array $args = [])
* @method GuzzleHttpPromisePromise getModelVersionAsync(array $args = [])
* @method AwsResult getModels(array $args = [])
* @method GuzzleHttpPromisePromise getModelsAsync(array $args = [])
* @method AwsResult getOutcomes(array $args = [])
* @method GuzzleHttpPromisePromise getOutcomesAsync(array $args = [])
* @method AwsResult getPrediction(array $args = [])
* @method GuzzleHttpPromisePromise getPredictionAsync(array $args = [])
* @method AwsResult getRules(array $args = [])
* @method GuzzleHttpPromisePromise getRulesAsync(array $args = [])
* @method AwsResult getVariables(array $args = [])
* @method GuzzleHttpPromisePromise getVariablesAsync(array $args = [])
* @method AwsResult putDetector(array $args = [])
* @method GuzzleHttpPromisePromise putDetectorAsync(array $args = [])
* @method AwsResult putExternalModel(array $args = [])
* @method GuzzleHttpPromisePromise putExternalModelAsync(array $args = [])
* @method AwsResult putModel(array $args = [])
* @method GuzzleHttpPromisePromise putModelAsync(array $args = [])
* @method AwsResult putOutcome(array $args = [])
* @method GuzzleHttpPromisePromise putOutcomeAsync(array $args = [])
* @method AwsResult updateDetectorVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateDetectorVersionAsync(array $args = [])
* @method AwsResult updateDetectorVersionMetadata(array $args = [])
* @method GuzzleHttpPromisePromise updateDetectorVersionMetadataAsync(array $args = [])
* @method AwsResult updateDetectorVersionStatus(array $args = [])
* @method GuzzleHttpPromisePromise updateDetectorVersionStatusAsync(array $args = [])
* @method AwsResult updateModelVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateModelVersionAsync(array $args = [])
* @method AwsResult updateRuleMetadata(array $args = [])
* @method GuzzleHttpPromisePromise updateRuleMetadataAsync(array $args = [])
* @method AwsResult updateRuleVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateRuleVersionAsync(array $args = [])
* @method AwsResult updateVariable(array $args = [])
* @method GuzzleHttpPromisePromise updateVariableAsync(array $args = [])
*/
class FraudDetectorClient extends AwsClient {}