@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 { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes tags from a resource.</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 UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
46
53
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
47
54
|
readonly input: UntagResourceCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UntagResourceCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateDetectorVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateDetectorVersionCommandInput extends UpdateDetectorVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateDetectorVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a <code>DRAFT</code> 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 UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateDetectorVersionCommandInput - {@link UpdateDetectorVersionCommandInput}
|
|
34
|
+
* @returns {@link UpdateDetectorVersionCommandOutput}
|
|
28
35
|
* @see {@link UpdateDetectorVersionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateDetectorVersionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
|
|
|
52
59
|
export declare class UpdateDetectorVersionCommand extends $Command<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateDetectorVersionCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateDetectorVersionCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput>;
|
|
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 { UpdateDetectorVersionMetadataRequest, UpdateDetectorVersionMetadataResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateDetectorVersionMetadataCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateDetectorVersionMetadataCommandInput extends UpdateDetectorVersionMetadataRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateDetectorVersionMetadataCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetectorVersionMetadataResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the detector version's description. You can update the metadata for any detector version (<code>DRAFT, ACTIVE,</code> or
|
|
18
23
|
* <code>INACTIVE</code>). </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateDetectorVersionMetadataCommandInput - {@link UpdateDetectorVersionMetadataCommandInput}
|
|
35
|
+
* @returns {@link UpdateDetectorVersionMetadataCommandOutput}
|
|
29
36
|
* @see {@link UpdateDetectorVersionMetadataCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateDetectorVersionMetadataCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
|
|
|
50
57
|
export declare class UpdateDetectorVersionMetadataCommand extends $Command<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
51
58
|
readonly input: UpdateDetectorVersionMetadataCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: UpdateDetectorVersionMetadataCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput>;
|
|
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 { UpdateDetectorVersionStatusRequest, UpdateDetectorVersionStatusResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateDetectorVersionStatusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateDetectorVersionStatusCommandInput extends UpdateDetectorVersionStatusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateDetectorVersionStatusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetectorVersionStatusResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the detector version’s status. You can perform the following promotions or
|
|
18
23
|
* demotions using <code>UpdateDetectorVersionStatus</code>: <code>DRAFT</code> to <code>ACTIVE</code>, <code>ACTIVE</code> to <code>INACTIVE</code>, and <code>INACTIVE</code> to <code>ACTIVE</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateDetectorVersionStatusCommandInput - {@link UpdateDetectorVersionStatusCommandInput}
|
|
35
|
+
* @returns {@link UpdateDetectorVersionStatusCommandOutput}
|
|
29
36
|
* @see {@link UpdateDetectorVersionStatusCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateDetectorVersionStatusCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
|
|
|
53
60
|
export declare class UpdateDetectorVersionStatusCommand extends $Command<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateDetectorVersionStatusCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateDetectorVersionStatusCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput>;
|
|
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 { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateEventLabelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateEventLabelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the specified event with a new label.</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 UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateEventLabelCommandInput - {@link UpdateEventLabelCommandInput}
|
|
34
|
+
* @returns {@link UpdateEventLabelCommandOutput}
|
|
28
35
|
* @see {@link UpdateEventLabelCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateEventLabelCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
|
|
|
52
59
|
export declare class UpdateEventLabelCommand extends $Command<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateEventLabelCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateEventLabelCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput>;
|
|
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 { UpdateListRequest, UpdateListResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateListCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateListCommandInput extends UpdateListRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateListCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Updates a list.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UpdateListCommandInput - {@link UpdateListCommandInput}
|
|
36
|
+
* @returns {@link UpdateListCommandOutput}
|
|
30
37
|
* @see {@link UpdateListCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UpdateListCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
|
|
|
54
61
|
export declare class UpdateListCommand extends $Command<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
55
62
|
readonly input: UpdateListCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: UpdateListCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateListCommandInput, UpdateListCommandOutput>;
|
|
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 { UpdateModelRequest, UpdateModelResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateModelCommandInput extends UpdateModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates model description.</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 UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateModelCommandInput - {@link UpdateModelCommandInput}
|
|
34
|
+
* @returns {@link UpdateModelCommandOutput}
|
|
28
35
|
* @see {@link UpdateModelCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateModelCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
|
|
|
52
59
|
export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateModelCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateModelCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
|
|
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 { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateModelVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateModelVersionCommandInput extends UpdateModelVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateModelVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.</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 UpdateModelVersionCommandOutput extends UpdateModelVersionResul
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateModelVersionCommandInput - {@link UpdateModelVersionCommandInput}
|
|
34
|
+
* @returns {@link UpdateModelVersionCommandOutput}
|
|
28
35
|
* @see {@link UpdateModelVersionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateModelVersionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
|
|
|
52
59
|
export declare class UpdateModelVersionCommand extends $Command<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateModelVersionCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateModelVersionCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput>;
|
|
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 { UpdateModelVersionStatusRequest, UpdateModelVersionStatusResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateModelVersionStatusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateModelVersionStatusCommandInput extends UpdateModelVersionStatusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateModelVersionStatusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersionStatusResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the status of a model version.</p>
|
|
18
23
|
* <p>You can perform the following status updates:</p>
|
|
19
24
|
* <ol>
|
|
@@ -37,6 +42,8 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
|
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
45
|
+
* @param UpdateModelVersionStatusCommandInput - {@link UpdateModelVersionStatusCommandInput}
|
|
46
|
+
* @returns {@link UpdateModelVersionStatusCommandOutput}
|
|
40
47
|
* @see {@link UpdateModelVersionStatusCommandInput} for command's `input` shape.
|
|
41
48
|
* @see {@link UpdateModelVersionStatusCommandOutput} for command's `response` shape.
|
|
42
49
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
|
|
|
64
71
|
export declare class UpdateModelVersionStatusCommand extends $Command<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
65
72
|
readonly input: UpdateModelVersionStatusCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: UpdateModelVersionStatusCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateRuleMetadataCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateRuleMetadataCommandInput extends UpdateRuleMetadataRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateRuleMetadataCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a rule's metadata. The description attribute can be updated.</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 UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateRuleMetadataCommandInput - {@link UpdateRuleMetadataCommandInput}
|
|
34
|
+
* @returns {@link UpdateRuleMetadataCommandOutput}
|
|
28
35
|
* @see {@link UpdateRuleMetadataCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateRuleMetadataCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
|
|
|
52
59
|
export declare class UpdateRuleMetadataCommand extends $Command<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateRuleMetadataCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateRuleMetadataCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput>;
|
|
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 { UpdateRuleVersionRequest, UpdateRuleVersionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateRuleVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateRuleVersionCommandInput extends UpdateRuleVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateRuleVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...). </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 UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateRuleVersionCommandInput - {@link UpdateRuleVersionCommandInput}
|
|
34
|
+
* @returns {@link UpdateRuleVersionCommandOutput}
|
|
28
35
|
* @see {@link UpdateRuleVersionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateRuleVersionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
|
|
|
52
59
|
export declare class UpdateRuleVersionCommand extends $Command<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateRuleVersionCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateRuleVersionCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput>;
|
|
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 { UpdateVariableRequest, UpdateVariableResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateVariableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateVariableCommandInput extends UpdateVariableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateVariableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateVariableCommandOutput extends UpdateVariableResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates 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 UpdateVariableCommandOutput extends UpdateVariableResult, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateVariableCommandInput - {@link UpdateVariableCommandInput}
|
|
34
|
+
* @returns {@link UpdateVariableCommandOutput}
|
|
28
35
|
* @see {@link UpdateVariableCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateVariableCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
|
|
|
52
59
|
export declare class UpdateVariableCommand extends $Command<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateVariableCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateVariableCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVariableCommandInput, UpdateVariableCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from FraudDetector service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class FraudDetectorServiceException extends __ServiceException {
|