@aws-sdk/client-frauddetector 3.296.0 → 3.298.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-cjs/commands/BatchCreateVariableCommand.js +2 -3
- package/dist-cjs/commands/BatchGetVariableCommand.js +2 -3
- package/dist-cjs/commands/CancelBatchImportJobCommand.js +2 -3
- package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +2 -3
- package/dist-cjs/commands/CreateBatchImportJobCommand.js +2 -3
- package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +2 -3
- package/dist-cjs/commands/CreateDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateListCommand.js +1 -1
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/CreateModelVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateRuleCommand.js +1 -1
- package/dist-cjs/commands/CreateVariableCommand.js +2 -3
- package/dist-cjs/commands/DeleteBatchImportJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteDetectorCommand.js +2 -3
- package/dist-cjs/commands/DeleteDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteEntityTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteExternalModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteLabelCommand.js +2 -3
- package/dist-cjs/commands/DeleteListCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteOutcomeCommand.js +2 -3
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -3
- package/dist-cjs/commands/DeleteVariableCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/GetBatchImportJobsCommand.js +2 -3
- package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +2 -3
- package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -3
- package/dist-cjs/commands/GetDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/GetDetectorsCommand.js +2 -3
- package/dist-cjs/commands/GetEntityTypesCommand.js +2 -3
- package/dist-cjs/commands/GetEventCommand.js +1 -1
- package/dist-cjs/commands/GetEventPredictionCommand.js +1 -1
- package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +1 -1
- package/dist-cjs/commands/GetEventTypesCommand.js +1 -1
- package/dist-cjs/commands/GetExternalModelsCommand.js +2 -3
- package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +2 -3
- package/dist-cjs/commands/GetLabelsCommand.js +2 -3
- package/dist-cjs/commands/GetListElementsCommand.js +1 -1
- package/dist-cjs/commands/GetListsMetadataCommand.js +2 -3
- package/dist-cjs/commands/GetModelVersionCommand.js +2 -3
- package/dist-cjs/commands/GetModelsCommand.js +2 -3
- package/dist-cjs/commands/GetOutcomesCommand.js +2 -3
- package/dist-cjs/commands/GetRulesCommand.js +1 -1
- package/dist-cjs/commands/GetVariablesCommand.js +2 -3
- package/dist-cjs/commands/ListEventPredictionsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutDetectorCommand.js +2 -3
- package/dist-cjs/commands/PutEntityTypeCommand.js +2 -3
- package/dist-cjs/commands/PutEventTypeCommand.js +2 -3
- package/dist-cjs/commands/PutExternalModelCommand.js +2 -3
- package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +2 -3
- package/dist-cjs/commands/PutLabelCommand.js +2 -3
- package/dist-cjs/commands/PutOutcomeCommand.js +2 -3
- package/dist-cjs/commands/SendEventCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +2 -3
- package/dist-cjs/commands/UpdateEventLabelCommand.js +2 -3
- package/dist-cjs/commands/UpdateListCommand.js +1 -1
- package/dist-cjs/commands/UpdateModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +2 -3
- package/dist-cjs/commands/UpdateRuleMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateRuleVersionCommand.js +1 -1
- package/dist-cjs/commands/UpdateVariableCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -789
- package/dist-es/commands/BatchCreateVariableCommand.js +2 -3
- package/dist-es/commands/BatchGetVariableCommand.js +2 -3
- package/dist-es/commands/CancelBatchImportJobCommand.js +2 -3
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -3
- package/dist-es/commands/CreateBatchImportJobCommand.js +2 -3
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -3
- package/dist-es/commands/CreateDetectorVersionCommand.js +2 -3
- package/dist-es/commands/CreateListCommand.js +2 -2
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/CreateModelVersionCommand.js +2 -3
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateVariableCommand.js +2 -3
- package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -3
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -3
- package/dist-es/commands/DeleteDetectorCommand.js +2 -3
- package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -3
- package/dist-es/commands/DeleteEntityTypeCommand.js +2 -3
- package/dist-es/commands/DeleteEventCommand.js +2 -3
- package/dist-es/commands/DeleteEventTypeCommand.js +2 -3
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -3
- package/dist-es/commands/DeleteExternalModelCommand.js +2 -3
- package/dist-es/commands/DeleteLabelCommand.js +2 -3
- package/dist-es/commands/DeleteListCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DeleteModelVersionCommand.js +2 -3
- package/dist-es/commands/DeleteOutcomeCommand.js +2 -3
- package/dist-es/commands/DeleteRuleCommand.js +2 -3
- package/dist-es/commands/DeleteVariableCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorCommand.js +2 -3
- package/dist-es/commands/DescribeModelVersionsCommand.js +2 -3
- package/dist-es/commands/GetBatchImportJobsCommand.js +2 -3
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -3
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -3
- package/dist-es/commands/GetDetectorVersionCommand.js +2 -3
- package/dist-es/commands/GetDetectorsCommand.js +2 -3
- package/dist-es/commands/GetEntityTypesCommand.js +2 -3
- package/dist-es/commands/GetEventCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -2
- package/dist-es/commands/GetEventTypesCommand.js +2 -2
- package/dist-es/commands/GetExternalModelsCommand.js +2 -3
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -3
- package/dist-es/commands/GetLabelsCommand.js +2 -3
- package/dist-es/commands/GetListElementsCommand.js +2 -2
- package/dist-es/commands/GetListsMetadataCommand.js +2 -3
- package/dist-es/commands/GetModelVersionCommand.js +2 -3
- package/dist-es/commands/GetModelsCommand.js +2 -3
- package/dist-es/commands/GetOutcomesCommand.js +2 -3
- package/dist-es/commands/GetRulesCommand.js +2 -2
- package/dist-es/commands/GetVariablesCommand.js +2 -3
- package/dist-es/commands/ListEventPredictionsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutDetectorCommand.js +2 -3
- package/dist-es/commands/PutEntityTypeCommand.js +2 -3
- package/dist-es/commands/PutEventTypeCommand.js +2 -3
- package/dist-es/commands/PutExternalModelCommand.js +2 -3
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -3
- package/dist-es/commands/PutLabelCommand.js +2 -3
- package/dist-es/commands/PutOutcomeCommand.js +2 -3
- package/dist-es/commands/SendEventCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -3
- package/dist-es/commands/UpdateEventLabelCommand.js +2 -3
- package/dist-es/commands/UpdateListCommand.js +2 -2
- package/dist-es/commands/UpdateModelCommand.js +2 -3
- package/dist-es/commands/UpdateModelVersionCommand.js +2 -3
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -3
- package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateRuleVersionCommand.js +2 -2
- package/dist-es/commands/UpdateVariableCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -588
- package/dist-types/FraudDetector.d.ts +78 -4
- package/dist-types/FraudDetectorClient.d.ts +24 -4
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +16 -0
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateListCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/GetEventCommand.d.ts +16 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +16 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +16 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +16 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +16 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +16 -0
- package/dist-types/commands/GetRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +16 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +20 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +16 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +16 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +16 -0
- package/dist-types/commands/PutLabelCommand.d.ts +16 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +16 -0
- package/dist-types/commands/SendEventCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateListCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +16 -0
- package/dist-types/models/FraudDetectorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +575 -800
- package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDetectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEntityTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEventTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetExternalModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLabelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetListElementsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetListsMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetOutcomesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetVariablesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -560
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { CreateVariableRequest, CreateVariableResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateVariableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateVariableCommandInput extends CreateVariableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateVariableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateVariableCommandOutput extends CreateVariableResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a variable.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateVariableCommandInput - {@link CreateVariableCommandInput}
|
|
34
|
+
* @returns {@link CreateVariableCommandOutput}
|
|
28
35
|
* @see {@link CreateVariableCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateVariableCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
|
|
|
46
53
|
export declare class CreateVariableCommand extends $Command<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
47
54
|
readonly input: CreateVariableCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CreateVariableCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVariableCommandInput, CreateVariableCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBatchImportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBatchImportJobCommandInput extends DeleteBatchImportJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBatchImportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteBatchImportJobCommandInput - {@link DeleteBatchImportJobCommandInput}
|
|
34
|
+
* @returns {@link DeleteBatchImportJobCommandOutput}
|
|
28
35
|
* @see {@link DeleteBatchImportJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteBatchImportJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
|
|
|
46
53
|
export declare class DeleteBatchImportJobCommand extends $Command<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteBatchImportJobCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteBatchImportJobCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBatchPredictionJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBatchPredictionJobCommandInput extends DeleteBatchPredictionJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBatchPredictionJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredictionJobResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a batch prediction job.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteBatchPredictionJobCommandInput - {@link DeleteBatchPredictionJobCommandInput}
|
|
34
|
+
* @returns {@link DeleteBatchPredictionJobCommandOutput}
|
|
28
35
|
* @see {@link DeleteBatchPredictionJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteBatchPredictionJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
|
|
|
46
53
|
export declare class DeleteBatchPredictionJobCommand extends $Command<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteBatchPredictionJobCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteBatchPredictionJobCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDetectorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDetectorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.</p>
|
|
18
23
|
* <p>When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteDetectorCommandInput - {@link DeleteDetectorCommandInput}
|
|
35
|
+
* @returns {@link DeleteDetectorCommandOutput}
|
|
29
36
|
* @see {@link DeleteDetectorCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteDetectorCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
|
|
|
50
57
|
export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteDetectorCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteDetectorCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDetectorCommandInput, DeleteDetectorCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDetectorVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDetectorVersionCommandInput extends DeleteDetectorVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDetectorVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the detector version. You cannot delete detector versions that are in <code>ACTIVE</code> status.</p>
|
|
18
23
|
* <p>When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteDetectorVersionCommandInput - {@link DeleteDetectorVersionCommandInput}
|
|
35
|
+
* @returns {@link DeleteDetectorVersionCommandOutput}
|
|
29
36
|
* @see {@link DeleteDetectorVersionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteDetectorVersionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
|
|
|
53
60
|
export declare class DeleteDetectorVersionCommand extends $Command<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteDetectorVersionCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeleteDetectorVersionCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteEntityTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteEntityTypeCommandInput extends DeleteEntityTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteEntityTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an entity type.</p>
|
|
18
23
|
* <p>You cannot delete an entity type that is included in an event type.</p>
|
|
19
24
|
* <p>When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteEntityTypeCommandInput - {@link DeleteEntityTypeCommandInput}
|
|
36
|
+
* @returns {@link DeleteEntityTypeCommandOutput}
|
|
30
37
|
* @see {@link DeleteEntityTypeCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteEntityTypeCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
|
|
|
51
58
|
export declare class DeleteEntityTypeCommand extends $Command<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteEntityTypeCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteEntityTypeCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteEventRequest, DeleteEventResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteEventCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteEventCommandInput extends DeleteEventRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteEventCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified event.</p>
|
|
18
23
|
* <p>When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer stored in Amazon Fraud Detector.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteEventCommandInput - {@link DeleteEventCommandInput}
|
|
35
|
+
* @returns {@link DeleteEventCommandOutput}
|
|
29
36
|
* @see {@link DeleteEventCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteEventCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
|
|
|
47
54
|
export declare class DeleteEventCommand extends $Command<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
48
55
|
readonly input: DeleteEventCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DeleteEventCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventCommandInput, DeleteEventCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteEventTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteEventTypeCommandInput extends DeleteEventTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteEventTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an event type.</p>
|
|
18
23
|
* <p>You cannot delete an event type that is used in a detector or a model.</p>
|
|
19
24
|
* <p>When you delete an event type, Amazon Fraud Detector permanently deletes that event type and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteEventTypeCommandInput - {@link DeleteEventTypeCommandInput}
|
|
36
|
+
* @returns {@link DeleteEventTypeCommandOutput}
|
|
30
37
|
* @see {@link DeleteEventTypeCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteEventTypeCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
|
|
|
51
58
|
export declare class DeleteEventTypeCommand extends $Command<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteEventTypeCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteEventTypeCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteEventsByEventTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteEventsByEventTypeCommandInput extends DeleteEventsByEventTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteEventsByEventTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEventTypeResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes all events of a particular event type.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteEventsByEventTypeCommandInput - {@link DeleteEventsByEventTypeCommandInput}
|
|
34
|
+
* @returns {@link DeleteEventsByEventTypeCommandOutput}
|
|
28
35
|
* @see {@link DeleteEventsByEventTypeCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteEventsByEventTypeCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
|
|
|
52
59
|
export declare class DeleteEventsByEventTypeCommand extends $Command<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteEventsByEventTypeCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteEventsByEventTypeCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteExternalModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteExternalModelCommandInput extends DeleteExternalModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteExternalModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteExternalModelCommandOutput extends DeleteExternalModelResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a SageMaker model from Amazon Fraud Detector.</p>
|
|
18
23
|
* <p>You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteExternalModelCommandInput - {@link DeleteExternalModelCommandInput}
|
|
35
|
+
* @returns {@link DeleteExternalModelCommandOutput}
|
|
29
36
|
* @see {@link DeleteExternalModelCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteExternalModelCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
|
|
|
50
57
|
export declare class DeleteExternalModelCommand extends $Command<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteExternalModelCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteExternalModelCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLabelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLabelCommandInput extends DeleteLabelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLabelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a label.</p>
|
|
18
23
|
* <p>You cannot delete labels that are included in an event type in Amazon Fraud Detector.</p>
|
|
19
24
|
* <p>You cannot delete a label assigned to an event ID. You must first delete the relevant event ID.</p>
|
|
@@ -28,6 +33,8 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteLabelCommandInput - {@link DeleteLabelCommandInput}
|
|
37
|
+
* @returns {@link DeleteLabelCommandOutput}
|
|
31
38
|
* @see {@link DeleteLabelCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteLabelCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
|
|
|
49
56
|
export declare class DeleteLabelCommand extends $Command<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteLabelCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteLabelCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteListRequest, DeleteListResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteListCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteListCommandInput extends DeleteListRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteListCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Deletes the list, provided it is not used in a rule.
|
|
19
24
|
* </p>
|
|
@@ -28,6 +33,8 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteListCommandInput - {@link DeleteListCommandInput}
|
|
37
|
+
* @returns {@link DeleteListCommandOutput}
|
|
31
38
|
* @see {@link DeleteListCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteListCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
|
|
|
52
59
|
export declare class DeleteListCommand extends $Command<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteListCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteListCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteListCommandInput, DeleteListCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteModelRequest, DeleteModelResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteModelCommandInput extends DeleteModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a model.</p>
|
|
18
23
|
* <p>You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.</p>
|
|
19
24
|
* <p> When you delete a model, Amazon Fraud Detector permanently deletes that model and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteModelCommandInput - {@link DeleteModelCommandInput}
|
|
36
|
+
* @returns {@link DeleteModelCommandOutput}
|
|
30
37
|
* @see {@link DeleteModelCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteModelCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
|
|
|
51
58
|
export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteModelCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteModelCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|