@aws-sdk/client-frauddetector 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/FraudDetector.d.ts +1160 -345
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +513 -141
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +68 -68
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1641 -2169
- package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +821 -206
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchCreateVariableRequest,
|
|
15
|
+
BatchCreateVariableResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchCreateVariableCommandInput
|
|
18
|
+
extends BatchCreateVariableRequest {}
|
|
19
|
+
export interface BatchCreateVariableCommandOutput
|
|
20
|
+
extends BatchCreateVariableResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchCreateVariableCommand extends $Command<
|
|
23
|
+
BatchCreateVariableCommandInput,
|
|
24
|
+
BatchCreateVariableCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchCreateVariableCommandInput;
|
|
28
|
+
constructor(input: BatchCreateVariableCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetVariableRequest,
|
|
15
|
+
BatchGetVariableResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {}
|
|
18
|
+
export interface BatchGetVariableCommandOutput
|
|
19
|
+
extends BatchGetVariableResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class BatchGetVariableCommand extends $Command<
|
|
22
|
+
BatchGetVariableCommandInput,
|
|
23
|
+
BatchGetVariableCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: BatchGetVariableCommandInput;
|
|
27
|
+
constructor(input: BatchGetVariableCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<BatchGetVariableCommandInput, BatchGetVariableCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CancelBatchImportJobRequest,
|
|
15
|
+
CancelBatchImportJobResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelBatchImportJobCommandInput
|
|
18
|
+
extends CancelBatchImportJobRequest {}
|
|
19
|
+
export interface CancelBatchImportJobCommandOutput
|
|
20
|
+
extends CancelBatchImportJobResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CancelBatchImportJobCommand extends $Command<
|
|
23
|
+
CancelBatchImportJobCommandInput,
|
|
24
|
+
CancelBatchImportJobCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelBatchImportJobCommandInput;
|
|
28
|
+
constructor(input: CancelBatchImportJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CancelBatchImportJobCommandInput,
|
|
35
|
+
CancelBatchImportJobCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CancelBatchPredictionJobRequest,
|
|
15
|
+
CancelBatchPredictionJobResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelBatchPredictionJobCommandInput
|
|
18
|
+
extends CancelBatchPredictionJobRequest {}
|
|
19
|
+
export interface CancelBatchPredictionJobCommandOutput
|
|
20
|
+
extends CancelBatchPredictionJobResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CancelBatchPredictionJobCommand extends $Command<
|
|
23
|
+
CancelBatchPredictionJobCommandInput,
|
|
24
|
+
CancelBatchPredictionJobCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelBatchPredictionJobCommandInput;
|
|
28
|
+
constructor(input: CancelBatchPredictionJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CancelBatchPredictionJobCommandInput,
|
|
35
|
+
CancelBatchPredictionJobCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateBatchImportJobRequest,
|
|
15
|
+
CreateBatchImportJobResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBatchImportJobCommandInput
|
|
18
|
+
extends CreateBatchImportJobRequest {}
|
|
19
|
+
export interface CreateBatchImportJobCommandOutput
|
|
20
|
+
extends CreateBatchImportJobResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateBatchImportJobCommand extends $Command<
|
|
23
|
+
CreateBatchImportJobCommandInput,
|
|
24
|
+
CreateBatchImportJobCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateBatchImportJobCommandInput;
|
|
28
|
+
constructor(input: CreateBatchImportJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateBatchImportJobCommandInput,
|
|
35
|
+
CreateBatchImportJobCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateBatchPredictionJobRequest,
|
|
15
|
+
CreateBatchPredictionJobResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBatchPredictionJobCommandInput
|
|
18
|
+
extends CreateBatchPredictionJobRequest {}
|
|
19
|
+
export interface CreateBatchPredictionJobCommandOutput
|
|
20
|
+
extends CreateBatchPredictionJobResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateBatchPredictionJobCommand extends $Command<
|
|
23
|
+
CreateBatchPredictionJobCommandInput,
|
|
24
|
+
CreateBatchPredictionJobCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateBatchPredictionJobCommandInput;
|
|
28
|
+
constructor(input: CreateBatchPredictionJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateBatchPredictionJobCommandInput,
|
|
35
|
+
CreateBatchPredictionJobCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDetectorVersionRequest,
|
|
15
|
+
CreateDetectorVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDetectorVersionCommandInput
|
|
18
|
+
extends CreateDetectorVersionRequest {}
|
|
19
|
+
export interface CreateDetectorVersionCommandOutput
|
|
20
|
+
extends CreateDetectorVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateDetectorVersionCommand extends $Command<
|
|
23
|
+
CreateDetectorVersionCommandInput,
|
|
24
|
+
CreateDetectorVersionCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDetectorVersionCommandInput;
|
|
28
|
+
constructor(input: CreateDetectorVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateDetectorVersionCommandInput,
|
|
35
|
+
CreateDetectorVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import { CreateModelRequest, CreateModelResult } from "../models/models_0";
|
|
14
|
+
export interface CreateModelCommandInput extends CreateModelRequest {}
|
|
15
|
+
export interface CreateModelCommandOutput
|
|
16
|
+
extends CreateModelResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateModelCommand extends $Command<
|
|
19
|
+
CreateModelCommandInput,
|
|
20
|
+
CreateModelCommandOutput,
|
|
21
|
+
FraudDetectorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateModelCommandInput;
|
|
24
|
+
constructor(input: CreateModelCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateModelVersionRequest,
|
|
15
|
+
CreateModelVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateModelVersionCommandInput
|
|
18
|
+
extends CreateModelVersionRequest {}
|
|
19
|
+
export interface CreateModelVersionCommandOutput
|
|
20
|
+
extends CreateModelVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateModelVersionCommand extends $Command<
|
|
23
|
+
CreateModelVersionCommandInput,
|
|
24
|
+
CreateModelVersionCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateModelVersionCommandInput;
|
|
28
|
+
constructor(input: CreateModelVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateModelVersionCommandInput, CreateModelVersionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
|
|
14
|
+
export interface CreateRuleCommandInput extends CreateRuleRequest {}
|
|
15
|
+
export interface CreateRuleCommandOutput
|
|
16
|
+
extends CreateRuleResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateRuleCommand extends $Command<
|
|
19
|
+
CreateRuleCommandInput,
|
|
20
|
+
CreateRuleCommandOutput,
|
|
21
|
+
FraudDetectorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateRuleCommandInput;
|
|
24
|
+
constructor(input: CreateRuleCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateVariableRequest,
|
|
15
|
+
CreateVariableResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateVariableCommandInput extends CreateVariableRequest {}
|
|
18
|
+
export interface CreateVariableCommandOutput
|
|
19
|
+
extends CreateVariableResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateVariableCommand extends $Command<
|
|
22
|
+
CreateVariableCommandInput,
|
|
23
|
+
CreateVariableCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateVariableCommandInput;
|
|
27
|
+
constructor(input: CreateVariableCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateVariableCommandInput, CreateVariableCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|