FraudDetectorClient.php
156 lines
| 1 | <?php |
| 2 | namespace Aws\FraudDetector; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Fraud Detector** service. |
| 8 | * @method \Aws\Result batchCreateVariable(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchCreateVariableAsync(array $args = []) |
| 10 | * @method \Aws\Result batchGetVariable(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchGetVariableAsync(array $args = []) |
| 12 | * @method \Aws\Result cancelBatchImportJob(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise cancelBatchImportJobAsync(array $args = []) |
| 14 | * @method \Aws\Result cancelBatchPredictionJob(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise cancelBatchPredictionJobAsync(array $args = []) |
| 16 | * @method \Aws\Result createBatchImportJob(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createBatchImportJobAsync(array $args = []) |
| 18 | * @method \Aws\Result createBatchPredictionJob(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createBatchPredictionJobAsync(array $args = []) |
| 20 | * @method \Aws\Result createDetectorVersion(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createDetectorVersionAsync(array $args = []) |
| 22 | * @method \Aws\Result createList(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createListAsync(array $args = []) |
| 24 | * @method \Aws\Result createModel(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = []) |
| 26 | * @method \Aws\Result createModelVersion(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createModelVersionAsync(array $args = []) |
| 28 | * @method \Aws\Result createRule(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createRuleAsync(array $args = []) |
| 30 | * @method \Aws\Result createVariable(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createVariableAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteBatchImportJob(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteBatchImportJobAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteBatchPredictionJob(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteBatchPredictionJobAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteDetector(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteDetectorAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteDetectorVersion(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteDetectorVersionAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteEntityType(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteEntityTypeAsync(array $args = []) |
| 42 | * @method \Aws\Result deleteEvent(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise deleteEventAsync(array $args = []) |
| 44 | * @method \Aws\Result deleteEventType(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise deleteEventTypeAsync(array $args = []) |
| 46 | * @method \Aws\Result deleteEventsByEventType(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise deleteEventsByEventTypeAsync(array $args = []) |
| 48 | * @method \Aws\Result deleteExternalModel(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise deleteExternalModelAsync(array $args = []) |
| 50 | * @method \Aws\Result deleteLabel(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise deleteLabelAsync(array $args = []) |
| 52 | * @method \Aws\Result deleteList(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise deleteListAsync(array $args = []) |
| 54 | * @method \Aws\Result deleteModel(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = []) |
| 56 | * @method \Aws\Result deleteModelVersion(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise deleteModelVersionAsync(array $args = []) |
| 58 | * @method \Aws\Result deleteOutcome(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise deleteOutcomeAsync(array $args = []) |
| 60 | * @method \Aws\Result deleteRule(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = []) |
| 62 | * @method \Aws\Result deleteVariable(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise deleteVariableAsync(array $args = []) |
| 64 | * @method \Aws\Result describeDetector(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise describeDetectorAsync(array $args = []) |
| 66 | * @method \Aws\Result describeModelVersions(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise describeModelVersionsAsync(array $args = []) |
| 68 | * @method \Aws\Result getBatchImportJobs(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise getBatchImportJobsAsync(array $args = []) |
| 70 | * @method \Aws\Result getBatchPredictionJobs(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise getBatchPredictionJobsAsync(array $args = []) |
| 72 | * @method \Aws\Result getDeleteEventsByEventTypeStatus(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise getDeleteEventsByEventTypeStatusAsync(array $args = []) |
| 74 | * @method \Aws\Result getDetectorVersion(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise getDetectorVersionAsync(array $args = []) |
| 76 | * @method \Aws\Result getDetectors(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise getDetectorsAsync(array $args = []) |
| 78 | * @method \Aws\Result getEntityTypes(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise getEntityTypesAsync(array $args = []) |
| 80 | * @method \Aws\Result getEvent(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise getEventAsync(array $args = []) |
| 82 | * @method \Aws\Result getEventPrediction(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise getEventPredictionAsync(array $args = []) |
| 84 | * @method \Aws\Result getEventPredictionMetadata(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise getEventPredictionMetadataAsync(array $args = []) |
| 86 | * @method \Aws\Result getEventTypes(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise getEventTypesAsync(array $args = []) |
| 88 | * @method \Aws\Result getExternalModels(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise getExternalModelsAsync(array $args = []) |
| 90 | * @method \Aws\Result getKMSEncryptionKey(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise getKMSEncryptionKeyAsync(array $args = []) |
| 92 | * @method \Aws\Result getLabels(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise getLabelsAsync(array $args = []) |
| 94 | * @method \Aws\Result getListElements(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise getListElementsAsync(array $args = []) |
| 96 | * @method \Aws\Result getListsMetadata(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise getListsMetadataAsync(array $args = []) |
| 98 | * @method \Aws\Result getModelVersion(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise getModelVersionAsync(array $args = []) |
| 100 | * @method \Aws\Result getModels(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise getModelsAsync(array $args = []) |
| 102 | * @method \Aws\Result getOutcomes(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise getOutcomesAsync(array $args = []) |
| 104 | * @method \Aws\Result getRules(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise getRulesAsync(array $args = []) |
| 106 | * @method \Aws\Result getVariables(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise getVariablesAsync(array $args = []) |
| 108 | * @method \Aws\Result listEventPredictions(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise listEventPredictionsAsync(array $args = []) |
| 110 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 112 | * @method \Aws\Result putDetector(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise putDetectorAsync(array $args = []) |
| 114 | * @method \Aws\Result putEntityType(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise putEntityTypeAsync(array $args = []) |
| 116 | * @method \Aws\Result putEventType(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise putEventTypeAsync(array $args = []) |
| 118 | * @method \Aws\Result putExternalModel(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise putExternalModelAsync(array $args = []) |
| 120 | * @method \Aws\Result putKMSEncryptionKey(array $args = []) |
| 121 | * @method \GuzzleHttp\Promise\Promise putKMSEncryptionKeyAsync(array $args = []) |
| 122 | * @method \Aws\Result putLabel(array $args = []) |
| 123 | * @method \GuzzleHttp\Promise\Promise putLabelAsync(array $args = []) |
| 124 | * @method \Aws\Result putOutcome(array $args = []) |
| 125 | * @method \GuzzleHttp\Promise\Promise putOutcomeAsync(array $args = []) |
| 126 | * @method \Aws\Result sendEvent(array $args = []) |
| 127 | * @method \GuzzleHttp\Promise\Promise sendEventAsync(array $args = []) |
| 128 | * @method \Aws\Result tagResource(array $args = []) |
| 129 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 130 | * @method \Aws\Result untagResource(array $args = []) |
| 131 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 132 | * @method \Aws\Result updateDetectorVersion(array $args = []) |
| 133 | * @method \GuzzleHttp\Promise\Promise updateDetectorVersionAsync(array $args = []) |
| 134 | * @method \Aws\Result updateDetectorVersionMetadata(array $args = []) |
| 135 | * @method \GuzzleHttp\Promise\Promise updateDetectorVersionMetadataAsync(array $args = []) |
| 136 | * @method \Aws\Result updateDetectorVersionStatus(array $args = []) |
| 137 | * @method \GuzzleHttp\Promise\Promise updateDetectorVersionStatusAsync(array $args = []) |
| 138 | * @method \Aws\Result updateEventLabel(array $args = []) |
| 139 | * @method \GuzzleHttp\Promise\Promise updateEventLabelAsync(array $args = []) |
| 140 | * @method \Aws\Result updateList(array $args = []) |
| 141 | * @method \GuzzleHttp\Promise\Promise updateListAsync(array $args = []) |
| 142 | * @method \Aws\Result updateModel(array $args = []) |
| 143 | * @method \GuzzleHttp\Promise\Promise updateModelAsync(array $args = []) |
| 144 | * @method \Aws\Result updateModelVersion(array $args = []) |
| 145 | * @method \GuzzleHttp\Promise\Promise updateModelVersionAsync(array $args = []) |
| 146 | * @method \Aws\Result updateModelVersionStatus(array $args = []) |
| 147 | * @method \GuzzleHttp\Promise\Promise updateModelVersionStatusAsync(array $args = []) |
| 148 | * @method \Aws\Result updateRuleMetadata(array $args = []) |
| 149 | * @method \GuzzleHttp\Promise\Promise updateRuleMetadataAsync(array $args = []) |
| 150 | * @method \Aws\Result updateRuleVersion(array $args = []) |
| 151 | * @method \GuzzleHttp\Promise\Promise updateRuleVersionAsync(array $args = []) |
| 152 | * @method \Aws\Result updateVariable(array $args = []) |
| 153 | * @method \GuzzleHttp\Promise\Promise updateVariableAsync(array $args = []) |
| 154 | */ |
| 155 | class FraudDetectorClient extends AwsClient {} |
| 156 |