@aws-sdk/client-frauddetector 3.325.0 → 3.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +12 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +25 -0
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +8 -0
- package/dist-types/commands/CreateListCommand.d.ts +4 -0
- package/dist-types/commands/CreateModelCommand.d.ts +4 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +10 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +167 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +23 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +25 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +31 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +15 -0
- package/dist-types/commands/GetEventCommand.d.ts +21 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +37 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +79 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +32 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +33 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +8 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +15 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +9 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +34 -0
- package/dist-types/commands/GetModelsCommand.d.ts +17 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +15 -0
- package/dist-types/commands/GetRulesCommand.d.ts +22 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +19 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +4 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +4 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +4 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +4 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +4 -0
- package/dist-types/commands/PutLabelCommand.d.ts +4 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +4 -0
- package/dist-types/commands/SendEventCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateListCommand.d.ts +4 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -29,6 +29,12 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new GetKMSEncryptionKeyCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // GetKMSEncryptionKeyResult
|
|
33
|
+
* // kmsKey: { // KMSKey
|
|
34
|
+
* // kmsEncryptionKeyArn: "STRING_VALUE",
|
|
35
|
+
* // },
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
32
38
|
* ```
|
|
33
39
|
*
|
|
34
40
|
* @param GetKMSEncryptionKeyCommandInput - {@link GetKMSEncryptionKeyCommandInput}
|
|
@@ -49,6 +55,8 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
|
|
|
49
55
|
* @throws {@link ThrottlingException} (client fault)
|
|
50
56
|
* <p>An exception indicating a throttling error.</p>
|
|
51
57
|
*
|
|
58
|
+
* @throws {@link FraudDetectorServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
52
60
|
*
|
|
53
61
|
*/
|
|
54
62
|
export declare class GetKMSEncryptionKeyCommand extends $Command<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -38,6 +38,19 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new GetLabelsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // GetLabelsResult
|
|
42
|
+
* // labels: [ // labelList
|
|
43
|
+
* // { // Label
|
|
44
|
+
* // name: "STRING_VALUE",
|
|
45
|
+
* // description: "STRING_VALUE",
|
|
46
|
+
* // lastUpdatedTime: "STRING_VALUE",
|
|
47
|
+
* // createdTime: "STRING_VALUE",
|
|
48
|
+
* // arn: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // nextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
41
54
|
* ```
|
|
42
55
|
*
|
|
43
56
|
* @param GetLabelsCommandInput - {@link GetLabelsCommandInput}
|
|
@@ -61,6 +74,8 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
|
|
|
61
74
|
* @throws {@link ValidationException} (client fault)
|
|
62
75
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
63
76
|
*
|
|
77
|
+
* @throws {@link FraudDetectorServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
64
79
|
*
|
|
65
80
|
*/
|
|
66
81
|
export declare class GetLabelsCommand extends $Command<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -35,6 +35,13 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetListElementsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetListElementsResult
|
|
39
|
+
* // elements: [ // ElementsList
|
|
40
|
+
* // "STRING_VALUE",
|
|
41
|
+
* // ],
|
|
42
|
+
* // nextToken: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
38
45
|
* ```
|
|
39
46
|
*
|
|
40
47
|
* @param GetListElementsCommandInput - {@link GetListElementsCommandInput}
|
|
@@ -58,6 +65,8 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
|
|
|
58
65
|
* @throws {@link ValidationException} (client fault)
|
|
59
66
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
60
67
|
*
|
|
68
|
+
* @throws {@link FraudDetectorServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
61
70
|
*
|
|
62
71
|
*/
|
|
63
72
|
export declare class GetListElementsCommand extends $Command<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -35,6 +35,20 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetListsMetadataCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetListsMetadataResult
|
|
39
|
+
* // lists: [ // AllowDenyLists
|
|
40
|
+
* // { // AllowDenyList
|
|
41
|
+
* // name: "STRING_VALUE", // required
|
|
42
|
+
* // description: "STRING_VALUE",
|
|
43
|
+
* // variableType: "STRING_VALUE",
|
|
44
|
+
* // createdTime: "STRING_VALUE",
|
|
45
|
+
* // updatedTime: "STRING_VALUE",
|
|
46
|
+
* // arn: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // nextToken: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
38
52
|
* ```
|
|
39
53
|
*
|
|
40
54
|
* @param GetListsMetadataCommandInput - {@link GetListsMetadataCommandInput}
|
|
@@ -58,6 +72,8 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
|
|
|
58
72
|
* @throws {@link ValidationException} (client fault)
|
|
59
73
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
60
74
|
*
|
|
75
|
+
* @throws {@link FraudDetectorServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
61
77
|
*
|
|
62
78
|
*/
|
|
63
79
|
export declare class GetListsMetadataCommand extends $Command<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -33,6 +33,38 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetModelVersionCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetModelVersionResult
|
|
37
|
+
* // modelId: "STRING_VALUE",
|
|
38
|
+
* // modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
39
|
+
* // modelVersionNumber: "STRING_VALUE",
|
|
40
|
+
* // trainingDataSource: "EXTERNAL_EVENTS" || "INGESTED_EVENTS",
|
|
41
|
+
* // trainingDataSchema: { // TrainingDataSchema
|
|
42
|
+
* // modelVariables: [ // ListOfStrings // required
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // labelSchema: { // LabelSchema
|
|
46
|
+
* // labelMapper: { // labelMapper
|
|
47
|
+
* // "<keys>": [
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // },
|
|
51
|
+
* // unlabeledEventsTreatment: "IGNORE" || "FRAUD" || "LEGIT" || "AUTO",
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // externalEventsDetail: { // ExternalEventsDetail
|
|
55
|
+
* // dataLocation: "STRING_VALUE", // required
|
|
56
|
+
* // dataAccessRoleArn: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // ingestedEventsDetail: { // IngestedEventsDetail
|
|
59
|
+
* // ingestedEventsTimeWindow: { // IngestedEventsTimeWindow
|
|
60
|
+
* // startTime: "STRING_VALUE", // required
|
|
61
|
+
* // endTime: "STRING_VALUE", // required
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // status: "STRING_VALUE",
|
|
65
|
+
* // arn: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
36
68
|
* ```
|
|
37
69
|
*
|
|
38
70
|
* @param GetModelVersionCommandInput - {@link GetModelVersionCommandInput}
|
|
@@ -56,6 +88,8 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
|
|
|
56
88
|
* @throws {@link ValidationException} (client fault)
|
|
57
89
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
58
90
|
*
|
|
91
|
+
* @throws {@link FraudDetectorServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
59
93
|
*
|
|
60
94
|
*/
|
|
61
95
|
export declare class GetModelVersionCommand extends $Command<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -40,6 +40,21 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new GetModelsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // GetModelsResult
|
|
44
|
+
* // nextToken: "STRING_VALUE",
|
|
45
|
+
* // models: [ // modelList
|
|
46
|
+
* // { // Model
|
|
47
|
+
* // modelId: "STRING_VALUE",
|
|
48
|
+
* // modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
49
|
+
* // description: "STRING_VALUE",
|
|
50
|
+
* // eventTypeName: "STRING_VALUE",
|
|
51
|
+
* // createdTime: "STRING_VALUE",
|
|
52
|
+
* // lastUpdatedTime: "STRING_VALUE",
|
|
53
|
+
* // arn: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
43
58
|
* ```
|
|
44
59
|
*
|
|
45
60
|
* @param GetModelsCommandInput - {@link GetModelsCommandInput}
|
|
@@ -63,6 +78,8 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
|
|
|
63
78
|
* @throws {@link ValidationException} (client fault)
|
|
64
79
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
65
80
|
*
|
|
81
|
+
* @throws {@link FraudDetectorServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
66
83
|
*
|
|
67
84
|
*/
|
|
68
85
|
export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -38,6 +38,19 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new GetOutcomesCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // GetOutcomesResult
|
|
42
|
+
* // outcomes: [ // OutcomeList
|
|
43
|
+
* // { // Outcome
|
|
44
|
+
* // name: "STRING_VALUE",
|
|
45
|
+
* // description: "STRING_VALUE",
|
|
46
|
+
* // lastUpdatedTime: "STRING_VALUE",
|
|
47
|
+
* // createdTime: "STRING_VALUE",
|
|
48
|
+
* // arn: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // nextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
41
54
|
* ```
|
|
42
55
|
*
|
|
43
56
|
* @param GetOutcomesCommandInput - {@link GetOutcomesCommandInput}
|
|
@@ -61,6 +74,8 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
|
|
|
61
74
|
* @throws {@link ValidationException} (client fault)
|
|
62
75
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
63
76
|
*
|
|
77
|
+
* @throws {@link FraudDetectorServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
64
79
|
*
|
|
65
80
|
*/
|
|
66
81
|
export declare class GetOutcomesCommand extends $Command<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -36,6 +36,26 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetRulesCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetRulesResult
|
|
40
|
+
* // ruleDetails: [ // RuleDetailList
|
|
41
|
+
* // { // RuleDetail
|
|
42
|
+
* // ruleId: "STRING_VALUE",
|
|
43
|
+
* // description: "STRING_VALUE",
|
|
44
|
+
* // detectorId: "STRING_VALUE",
|
|
45
|
+
* // ruleVersion: "STRING_VALUE",
|
|
46
|
+
* // expression: "STRING_VALUE",
|
|
47
|
+
* // language: "DETECTORPL",
|
|
48
|
+
* // outcomes: [ // NonEmptyListOfStrings
|
|
49
|
+
* // "STRING_VALUE",
|
|
50
|
+
* // ],
|
|
51
|
+
* // lastUpdatedTime: "STRING_VALUE",
|
|
52
|
+
* // createdTime: "STRING_VALUE",
|
|
53
|
+
* // arn: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // nextToken: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
39
59
|
* ```
|
|
40
60
|
*
|
|
41
61
|
* @param GetRulesCommandInput - {@link GetRulesCommandInput}
|
|
@@ -59,6 +79,8 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
|
|
|
59
79
|
* @throws {@link ValidationException} (client fault)
|
|
60
80
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
61
81
|
*
|
|
82
|
+
* @throws {@link FraudDetectorServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
62
84
|
*
|
|
63
85
|
*/
|
|
64
86
|
export declare class GetRulesCommand extends $Command<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -38,6 +38,23 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new GetVariablesCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // GetVariablesResult
|
|
42
|
+
* // variables: [ // VariableList
|
|
43
|
+
* // { // Variable
|
|
44
|
+
* // name: "STRING_VALUE",
|
|
45
|
+
* // dataType: "STRING" || "INTEGER" || "FLOAT" || "BOOLEAN",
|
|
46
|
+
* // dataSource: "EVENT" || "MODEL_SCORE" || "EXTERNAL_MODEL_SCORE",
|
|
47
|
+
* // defaultValue: "STRING_VALUE",
|
|
48
|
+
* // description: "STRING_VALUE",
|
|
49
|
+
* // variableType: "STRING_VALUE",
|
|
50
|
+
* // lastUpdatedTime: "STRING_VALUE",
|
|
51
|
+
* // createdTime: "STRING_VALUE",
|
|
52
|
+
* // arn: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // nextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
41
58
|
* ```
|
|
42
59
|
*
|
|
43
60
|
* @param GetVariablesCommandInput - {@link GetVariablesCommandInput}
|
|
@@ -61,6 +78,8 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
|
|
|
61
78
|
* @throws {@link ValidationException} (client fault)
|
|
62
79
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
63
80
|
*
|
|
81
|
+
* @throws {@link FraudDetectorServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
64
83
|
*
|
|
65
84
|
*/
|
|
66
85
|
export declare class GetVariablesCommand extends $Command<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -59,6 +59,20 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new ListEventPredictionsCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // ListEventPredictionsResult
|
|
63
|
+
* // eventPredictionSummaries: [ // ListOfEventPredictionSummaries
|
|
64
|
+
* // { // EventPredictionSummary
|
|
65
|
+
* // eventId: "STRING_VALUE",
|
|
66
|
+
* // eventTypeName: "STRING_VALUE",
|
|
67
|
+
* // eventTimestamp: "STRING_VALUE",
|
|
68
|
+
* // predictionTimestamp: "STRING_VALUE",
|
|
69
|
+
* // detectorId: "STRING_VALUE",
|
|
70
|
+
* // detectorVersionId: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // nextToken: "STRING_VALUE",
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
62
76
|
* ```
|
|
63
77
|
*
|
|
64
78
|
* @param ListEventPredictionsCommandInput - {@link ListEventPredictionsCommandInput}
|
|
@@ -79,6 +93,8 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
|
|
|
79
93
|
* @throws {@link ValidationException} (client fault)
|
|
80
94
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
81
95
|
*
|
|
96
|
+
* @throws {@link FraudDetectorServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
82
98
|
*
|
|
83
99
|
*/
|
|
84
100
|
export declare class ListEventPredictionsCommand extends $Command<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -35,6 +35,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListTagsForResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListTagsForResourceResult
|
|
39
|
+
* // tags: [ // tagList
|
|
40
|
+
* // { // Tag
|
|
41
|
+
* // key: "STRING_VALUE", // required
|
|
42
|
+
* // value: "STRING_VALUE", // required
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // nextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -55,6 +65,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
55
65
|
* @throws {@link ValidationException} (client fault)
|
|
56
66
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
57
67
|
*
|
|
68
|
+
* @throws {@link FraudDetectorServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
58
70
|
*
|
|
59
71
|
*/
|
|
60
72
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new PutDetectorCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param PutDetectorCommandInput - {@link PutDetectorCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
|
|
|
62
64
|
* @throws {@link ValidationException} (client fault)
|
|
63
65
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link FraudDetectorServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class PutDetectorCommand extends $Command<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new PutEntityTypeCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param PutEntityTypeCommandInput - {@link PutEntityTypeCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
|
|
|
61
63
|
* @throws {@link ValidationException} (client fault)
|
|
62
64
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link FraudDetectorServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class PutEntityTypeCommand extends $Command<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -48,6 +48,8 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new PutEventTypeCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // {};
|
|
52
|
+
*
|
|
51
53
|
* ```
|
|
52
54
|
*
|
|
53
55
|
* @param PutEventTypeCommandInput - {@link PutEventTypeCommandInput}
|
|
@@ -71,6 +73,8 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
|
|
|
71
73
|
* @throws {@link ValidationException} (client fault)
|
|
72
74
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
73
75
|
*
|
|
76
|
+
* @throws {@link FraudDetectorServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
74
78
|
*
|
|
75
79
|
*/
|
|
76
80
|
export declare class PutEventTypeCommand extends $Command<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -56,6 +56,8 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new PutExternalModelCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // {};
|
|
60
|
+
*
|
|
59
61
|
* ```
|
|
60
62
|
*
|
|
61
63
|
* @param PutExternalModelCommandInput - {@link PutExternalModelCommandInput}
|
|
@@ -79,6 +81,8 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
|
|
|
79
81
|
* @throws {@link ValidationException} (client fault)
|
|
80
82
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
81
83
|
*
|
|
84
|
+
* @throws {@link FraudDetectorServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
82
86
|
*
|
|
83
87
|
*/
|
|
84
88
|
export declare class PutExternalModelCommand extends $Command<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new PutKMSEncryptionKeyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param PutKMSEncryptionKeyCommandInput - {@link PutKMSEncryptionKeyCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link FraudDetectorServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class PutKMSEncryptionKeyCommand extends $Command<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new PutLabelCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param PutLabelCommandInput - {@link PutLabelCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
|
|
|
61
63
|
* @throws {@link ValidationException} (client fault)
|
|
62
64
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link FraudDetectorServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class PutLabelCommand extends $Command<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new PutOutcomeCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param PutOutcomeCommandInput - {@link PutOutcomeCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
|
|
|
61
63
|
* @throws {@link ValidationException} (client fault)
|
|
62
64
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link FraudDetectorServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class PutOutcomeCommand extends $Command<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -44,6 +44,8 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new SendEventCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param SendEventCommandInput - {@link SendEventCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
|
|
|
70
72
|
* @throws {@link ValidationException} (client fault)
|
|
71
73
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link FraudDetectorServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new TagResourceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link FraudDetectorServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
54
56
|
* @throws {@link ValidationException} (client fault)
|
|
55
57
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link FraudDetectorServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
57
61
|
*
|
|
58
62
|
*/
|
|
59
63
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -52,6 +52,8 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new UpdateDetectorVersionCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // {};
|
|
56
|
+
*
|
|
55
57
|
* ```
|
|
56
58
|
*
|
|
57
59
|
* @param UpdateDetectorVersionCommandInput - {@link UpdateDetectorVersionCommandInput}
|
|
@@ -78,6 +80,8 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
|
|
|
78
80
|
* @throws {@link ValidationException} (client fault)
|
|
79
81
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
80
82
|
*
|
|
83
|
+
* @throws {@link FraudDetectorServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
81
85
|
*
|
|
82
86
|
*/
|
|
83
87
|
export declare class UpdateDetectorVersionCommand extends $Command<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateDetectorVersionMetadataCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UpdateDetectorVersionMetadataCommandInput - {@link UpdateDetectorVersionMetadataCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link FraudDetectorServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class UpdateDetectorVersionMetadataCommand extends $Command<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateDetectorVersionStatusCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UpdateDetectorVersionStatusCommandInput - {@link UpdateDetectorVersionStatusCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
|
|
|
60
62
|
* @throws {@link ValidationException} (client fault)
|
|
61
63
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link FraudDetectorServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UpdateDetectorVersionStatusCommand extends $Command<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateEventLabelCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UpdateEventLabelCommandInput - {@link UpdateEventLabelCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
|
|
|
60
62
|
* @throws {@link ValidationException} (client fault)
|
|
61
63
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link FraudDetectorServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UpdateEventLabelCommand extends $Command<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdateListCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param UpdateListCommandInput - {@link UpdateListCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
|
|
|
65
67
|
* @throws {@link ValidationException} (client fault)
|
|
66
68
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link FraudDetectorServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class UpdateListCommand extends $Command<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateModelCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param UpdateModelCommandInput - {@link UpdateModelCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
|
|
|
59
61
|
* @throws {@link ValidationException} (client fault)
|
|
60
62
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link FraudDetectorServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig> {
|