@aws-sdk/client-frauddetector 3.295.0 → 3.297.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/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 +560 -1
- 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/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteModelVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteModelVersionCommandInput extends DeleteModelVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteModelVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a model version.</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 version, Amazon Fraud Detector permanently deletes that model version and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteModelVersionCommandInput - {@link DeleteModelVersionCommandInput}
|
|
36
|
+
* @returns {@link DeleteModelVersionCommandOutput}
|
|
30
37
|
* @see {@link DeleteModelVersionCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteModelVersionCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
|
|
|
51
58
|
export declare class DeleteModelVersionCommand extends $Command<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteModelVersionCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteModelVersionCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput>;
|
|
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 { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteOutcomeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteOutcomeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an outcome.</p>
|
|
18
23
|
* <p>You cannot delete an outcome that is used in a rule version.</p>
|
|
19
24
|
* <p>When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteOutcomeCommandInput - {@link DeleteOutcomeCommandInput}
|
|
36
|
+
* @returns {@link DeleteOutcomeCommandOutput}
|
|
30
37
|
* @see {@link DeleteOutcomeCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteOutcomeCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
|
|
|
51
58
|
export declare class DeleteOutcomeCommand extends $Command<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteOutcomeCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteOutcomeCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput>;
|
|
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 { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteRuleCommandInput extends DeleteRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the rule. You cannot delete a rule if it is used by an <code>ACTIVE</code> or <code>INACTIVE</code> detector version.</p>
|
|
18
23
|
* <p>When you delete a rule, Amazon Fraud Detector permanently deletes that rule and the data is no longer stored in Amazon Fraud Detector.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteRuleCommandInput - {@link DeleteRuleCommandInput}
|
|
35
|
+
* @returns {@link DeleteRuleCommandOutput}
|
|
29
36
|
* @see {@link DeleteRuleCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteRuleCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
|
|
|
50
57
|
export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteRuleCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteRuleCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
|
|
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 { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteVariableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteVariableCommandInput extends DeleteVariableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteVariableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteVariableCommandOutput extends DeleteVariableResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a variable.</p>
|
|
18
23
|
* <p>You can't delete variables that are included in an event type in Amazon Fraud Detector.</p>
|
|
19
24
|
* <p>Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.</p>
|
|
@@ -28,6 +33,8 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteVariableCommandInput - {@link DeleteVariableCommandInput}
|
|
37
|
+
* @returns {@link DeleteVariableCommandOutput}
|
|
31
38
|
* @see {@link DeleteVariableCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteVariableCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
|
|
|
52
59
|
export declare class DeleteVariableCommand extends $Command<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteVariableCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteVariableCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVariableCommandInput, DeleteVariableCommandOutput>;
|
|
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 { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDetectorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDetectorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets all versions for a specified detector.</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 DescribeDetectorCommandOutput extends DescribeDetectorResult, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeDetectorCommandInput - {@link DescribeDetectorCommandInput}
|
|
34
|
+
* @returns {@link DescribeDetectorCommandOutput}
|
|
28
35
|
* @see {@link DescribeDetectorCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeDetectorCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
|
|
|
49
56
|
export declare class DescribeDetectorCommand extends $Command<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeDetectorCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeDetectorCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDetectorCommandInput, DescribeDetectorCommandOutput>;
|
|
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 { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeModelVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeModelVersionsCommandInput extends DescribeModelVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeModelVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeModelVersionsCommandOutput extends DescribeModelVersionsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version. </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 DescribeModelVersionsCommandOutput extends DescribeModelVersion
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeModelVersionsCommandInput - {@link DescribeModelVersionsCommandInput}
|
|
34
|
+
* @returns {@link DescribeModelVersionsCommandOutput}
|
|
28
35
|
* @see {@link DescribeModelVersionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeModelVersionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
|
|
|
49
56
|
export declare class DescribeModelVersionsCommand extends $Command<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeModelVersionsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeModelVersionsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput>;
|
|
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 { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBatchImportJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBatchImportJobsCommandInput extends GetBatchImportJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBatchImportJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets all batch import jobs or a specific job of the specified ID. This is a paginated API. If you provide a null <code>maxResults</code>,
|
|
18
23
|
* this action retrieves a maximum of 50 records per page. If you provide a <code>maxResults</code>, the value must be between 1 and 50.
|
|
19
24
|
* To get the next page results, provide the pagination token from the <code>GetBatchImportJobsResponse</code> as part of your request.
|
|
@@ -28,6 +33,8 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param GetBatchImportJobsCommandInput - {@link GetBatchImportJobsCommandInput}
|
|
37
|
+
* @returns {@link GetBatchImportJobsCommandOutput}
|
|
31
38
|
* @see {@link GetBatchImportJobsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link GetBatchImportJobsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
|
|
|
52
59
|
export declare class GetBatchImportJobsCommand extends $Command<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: GetBatchImportJobsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: GetBatchImportJobsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput>;
|
|
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 { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBatchPredictionJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBatchPredictionJobsCommandInput extends GetBatchPredictionJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBatchPredictionJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJobsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.</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 GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBatchPredictionJobsCommandInput - {@link GetBatchPredictionJobsCommandInput}
|
|
34
|
+
* @returns {@link GetBatchPredictionJobsCommandOutput}
|
|
28
35
|
* @see {@link GetBatchPredictionJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBatchPredictionJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
|
|
|
49
56
|
export declare class GetBatchPredictionJobsCommand extends $Command<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
50
57
|
readonly input: GetBatchPredictionJobsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetBatchPredictionJobsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput>;
|
|
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 { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDeleteEventsByEventTypeStatusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDeleteEventsByEventTypeStatusCommandInput extends GetDeleteEventsByEventTypeStatusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDeleteEventsByEventTypeStatusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDeleteEventsByEventTypeStatusResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the status of a <code>DeleteEventsByEventType</code> action.</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 GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDeleteEventsByEventTypeStatusCommandInput - {@link GetDeleteEventsByEventTypeStatusCommandInput}
|
|
34
|
+
* @returns {@link GetDeleteEventsByEventTypeStatusCommandOutput}
|
|
28
35
|
* @see {@link GetDeleteEventsByEventTypeStatusCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDeleteEventsByEventTypeStatusCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
|
|
|
49
56
|
export declare class GetDeleteEventsByEventTypeStatusCommand extends $Command<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
50
57
|
readonly input: GetDeleteEventsByEventTypeStatusCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetDeleteEventsByEventTypeStatusCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput>;
|
|
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 { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDetectorVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDetectorVersionCommandInput extends GetDetectorVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDetectorVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a particular detector version. </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 GetDetectorVersionCommandOutput extends GetDetectorVersionResul
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDetectorVersionCommandInput - {@link GetDetectorVersionCommandInput}
|
|
34
|
+
* @returns {@link GetDetectorVersionCommandOutput}
|
|
28
35
|
* @see {@link GetDetectorVersionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDetectorVersionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
|
|
|
49
56
|
export declare class GetDetectorVersionCommand extends $Command<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
50
57
|
readonly input: GetDetectorVersionCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetDetectorVersionCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput>;
|
|
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 { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDetectorsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDetectorsCommandInput extends GetDetectorsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDetectorsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDetectorsCommandOutput extends GetDetectorsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets all detectors or a single detector if a <code>detectorId</code> is specified. This is a paginated API. If you
|
|
18
23
|
* provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
|
|
19
24
|
* per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
|
|
@@ -30,6 +35,8 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param GetDetectorsCommandInput - {@link GetDetectorsCommandInput}
|
|
39
|
+
* @returns {@link GetDetectorsCommandOutput}
|
|
33
40
|
* @see {@link GetDetectorsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link GetDetectorsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
|
|
|
54
61
|
export declare class GetDetectorsCommand extends $Command<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
55
62
|
readonly input: GetDetectorsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetDetectorsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorsCommandInput, GetDetectorsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetEntityTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetEntityTypesCommandInput extends GetEntityTypesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetEntityTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you
|
|
18
23
|
* provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
|
|
19
24
|
* per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
|
|
@@ -30,6 +35,8 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param GetEntityTypesCommandInput - {@link GetEntityTypesCommandInput}
|
|
39
|
+
* @returns {@link GetEntityTypesCommandOutput}
|
|
33
40
|
* @see {@link GetEntityTypesCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link GetEntityTypesCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
|
|
|
54
61
|
export declare class GetEntityTypesCommand extends $Command<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
55
62
|
readonly input: GetEntityTypesCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetEntityTypesCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEntityTypesCommandInput, GetEntityTypesCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|