summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/FraudDetector
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/FraudDetector
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/FraudDetector')
-rw-r--r--vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php145
2 files changed, 154 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php b/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php
new file mode 100644
index 0000000..7183d52
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\FraudDetector\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Fraud Detector** service.
+ */
+class FraudDetectorException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php b/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php
new file mode 100644
index 0000000..9ef5b3f
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php
@@ -0,0 +1,145 @@
+<?php
+namespace Aws\FraudDetector;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Fraud Detector** service.
+ * @method \Aws\Result batchCreateVariable(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchCreateVariableAsync(array $args = [])
+ * @method \Aws\Result batchGetVariable(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetVariableAsync(array $args = [])
+ * @method \Aws\Result cancelBatchImportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise cancelBatchImportJobAsync(array $args = [])
+ * @method \Aws\Result cancelBatchPredictionJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise cancelBatchPredictionJobAsync(array $args = [])
+ * @method \Aws\Result createBatchImportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBatchImportJobAsync(array $args = [])
+ * @method \Aws\Result createBatchPredictionJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBatchPredictionJobAsync(array $args = [])
+ * @method \Aws\Result createDetectorVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDetectorVersionAsync(array $args = [])
+ * @method \Aws\Result createModel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = [])
+ * @method \Aws\Result createModelVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createModelVersionAsync(array $args = [])
+ * @method \Aws\Result createRule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRuleAsync(array $args = [])
+ * @method \Aws\Result createVariable(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createVariableAsync(array $args = [])
+ * @method \Aws\Result deleteBatchImportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBatchImportJobAsync(array $args = [])
+ * @method \Aws\Result deleteBatchPredictionJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBatchPredictionJobAsync(array $args = [])
+ * @method \Aws\Result deleteDetector(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDetectorAsync(array $args = [])
+ * @method \Aws\Result deleteDetectorVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDetectorVersionAsync(array $args = [])
+ * @method \Aws\Result deleteEntityType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEntityTypeAsync(array $args = [])
+ * @method \Aws\Result deleteEvent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEventAsync(array $args = [])
+ * @method \Aws\Result deleteEventType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEventTypeAsync(array $args = [])
+ * @method \Aws\Result deleteEventsByEventType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEventsByEventTypeAsync(array $args = [])
+ * @method \Aws\Result deleteExternalModel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteExternalModelAsync(array $args = [])
+ * @method \Aws\Result deleteLabel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteLabelAsync(array $args = [])
+ * @method \Aws\Result deleteModel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = [])
+ * @method \Aws\Result deleteModelVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteModelVersionAsync(array $args = [])
+ * @method \Aws\Result deleteOutcome(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteOutcomeAsync(array $args = [])
+ * @method \Aws\Result deleteRule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
+ * @method \Aws\Result deleteVariable(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteVariableAsync(array $args = [])
+ * @method \Aws\Result describeDetector(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDetectorAsync(array $args = [])
+ * @method \Aws\Result describeModelVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeModelVersionsAsync(array $args = [])
+ * @method \Aws\Result getBatchImportJobs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBatchImportJobsAsync(array $args = [])
+ * @method \Aws\Result getBatchPredictionJobs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBatchPredictionJobsAsync(array $args = [])
+ * @method \Aws\Result getDeleteEventsByEventTypeStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDeleteEventsByEventTypeStatusAsync(array $args = [])
+ * @method \Aws\Result getDetectorVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDetectorVersionAsync(array $args = [])
+ * @method \Aws\Result getDetectors(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDetectorsAsync(array $args = [])
+ * @method \Aws\Result getEntityTypes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEntityTypesAsync(array $args = [])
+ * @method \Aws\Result getEvent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEventAsync(array $args = [])
+ * @method \Aws\Result getEventPrediction(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEventPredictionAsync(array $args = [])
+ * @method \Aws\Result getEventPredictionMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEventPredictionMetadataAsync(array $args = [])
+ * @method \Aws\Result getEventTypes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEventTypesAsync(array $args = [])
+ * @method \Aws\Result getExternalModels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getExternalModelsAsync(array $args = [])
+ * @method \Aws\Result getKMSEncryptionKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getKMSEncryptionKeyAsync(array $args = [])
+ * @method \Aws\Result getLabels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLabelsAsync(array $args = [])
+ * @method \Aws\Result getModelVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getModelVersionAsync(array $args = [])
+ * @method \Aws\Result getModels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getModelsAsync(array $args = [])
+ * @method \Aws\Result getOutcomes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getOutcomesAsync(array $args = [])
+ * @method \Aws\Result getRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRulesAsync(array $args = [])
+ * @method \Aws\Result getVariables(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getVariablesAsync(array $args = [])
+ * @method \Aws\Result listEventPredictions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEventPredictionsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result putDetector(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putDetectorAsync(array $args = [])
+ * @method \Aws\Result putEntityType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putEntityTypeAsync(array $args = [])
+ * @method \Aws\Result putEventType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putEventTypeAsync(array $args = [])
+ * @method \Aws\Result putExternalModel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putExternalModelAsync(array $args = [])
+ * @method \Aws\Result putKMSEncryptionKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putKMSEncryptionKeyAsync(array $args = [])
+ * @method \Aws\Result putLabel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putLabelAsync(array $args = [])
+ * @method \Aws\Result putOutcome(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putOutcomeAsync(array $args = [])
+ * @method \Aws\Result sendEvent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise sendEventAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateDetectorVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDetectorVersionAsync(array $args = [])
+ * @method \Aws\Result updateDetectorVersionMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDetectorVersionMetadataAsync(array $args = [])
+ * @method \Aws\Result updateDetectorVersionStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDetectorVersionStatusAsync(array $args = [])
+ * @method \Aws\Result updateEventLabel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateEventLabelAsync(array $args = [])
+ * @method \Aws\Result updateModel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateModelAsync(array $args = [])
+ * @method \Aws\Result updateModelVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateModelVersionAsync(array $args = [])
+ * @method \Aws\Result updateModelVersionStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateModelVersionStatusAsync(array $args = [])
+ * @method \Aws\Result updateRuleMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRuleMetadataAsync(array $args = [])
+ * @method \Aws\Result updateRuleVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRuleVersionAsync(array $args = [])
+ * @method \Aws\Result updateVariable(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateVariableAsync(array $args = [])
+ */
+class FraudDetectorClient extends AwsClient {}