@aws-sdk/client-frauddetector 3.168.0 → 3.170.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 +1228 -345
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +538 -141
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2347 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DeleteModelVersionRequest,
|
|
15
|
+
DeleteModelVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteModelVersionCommandInput
|
|
18
|
+
extends DeleteModelVersionRequest {}
|
|
19
|
+
export interface DeleteModelVersionCommandOutput
|
|
20
|
+
extends DeleteModelVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteModelVersionCommand extends $Command<
|
|
24
|
+
DeleteModelVersionCommandInput,
|
|
25
|
+
DeleteModelVersionCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteModelVersionCommandInput;
|
|
29
|
+
constructor(input: DeleteModelVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {}
|
|
15
|
+
export interface DeleteOutcomeCommandOutput
|
|
16
|
+
extends DeleteOutcomeResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteOutcomeCommand extends $Command<
|
|
20
|
+
DeleteOutcomeCommandInput,
|
|
21
|
+
DeleteOutcomeCommandOutput,
|
|
22
|
+
FraudDetectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteOutcomeCommandInput;
|
|
25
|
+
constructor(input: DeleteOutcomeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
|
|
15
|
+
export interface DeleteRuleCommandOutput
|
|
16
|
+
extends DeleteRuleResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteRuleCommand extends $Command<
|
|
20
|
+
DeleteRuleCommandInput,
|
|
21
|
+
DeleteRuleCommandOutput,
|
|
22
|
+
FraudDetectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteRuleCommandInput;
|
|
25
|
+
constructor(input: DeleteRuleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DeleteVariableRequest,
|
|
15
|
+
DeleteVariableResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteVariableCommandInput extends DeleteVariableRequest {}
|
|
18
|
+
export interface DeleteVariableCommandOutput
|
|
19
|
+
extends DeleteVariableResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteVariableCommand extends $Command<
|
|
23
|
+
DeleteVariableCommandInput,
|
|
24
|
+
DeleteVariableCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteVariableCommandInput;
|
|
28
|
+
constructor(input: DeleteVariableCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteVariableCommandInput, DeleteVariableCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeDetectorRequest,
|
|
15
|
+
DescribeDetectorResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {}
|
|
18
|
+
export interface DescribeDetectorCommandOutput
|
|
19
|
+
extends DescribeDetectorResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeDetectorCommand extends $Command<
|
|
23
|
+
DescribeDetectorCommandInput,
|
|
24
|
+
DescribeDetectorCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDetectorCommandInput;
|
|
28
|
+
constructor(input: DescribeDetectorCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeDetectorCommandInput, DescribeDetectorCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeModelVersionsRequest,
|
|
15
|
+
DescribeModelVersionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeModelVersionsCommandInput
|
|
18
|
+
extends DescribeModelVersionsRequest {}
|
|
19
|
+
export interface DescribeModelVersionsCommandOutput
|
|
20
|
+
extends DescribeModelVersionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeModelVersionsCommand extends $Command<
|
|
24
|
+
DescribeModelVersionsCommandInput,
|
|
25
|
+
DescribeModelVersionsCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeModelVersionsCommandInput;
|
|
29
|
+
constructor(input: DescribeModelVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeModelVersionsCommandInput,
|
|
37
|
+
DescribeModelVersionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
GetBatchImportJobsRequest,
|
|
15
|
+
GetBatchImportJobsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetBatchImportJobsCommandInput
|
|
18
|
+
extends GetBatchImportJobsRequest {}
|
|
19
|
+
export interface GetBatchImportJobsCommandOutput
|
|
20
|
+
extends GetBatchImportJobsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetBatchImportJobsCommand extends $Command<
|
|
24
|
+
GetBatchImportJobsCommandInput,
|
|
25
|
+
GetBatchImportJobsCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetBatchImportJobsCommandInput;
|
|
29
|
+
constructor(input: GetBatchImportJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetBatchPredictionJobsRequest,
|
|
15
|
+
GetBatchPredictionJobsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetBatchPredictionJobsCommandInput
|
|
18
|
+
extends GetBatchPredictionJobsRequest {}
|
|
19
|
+
export interface GetBatchPredictionJobsCommandOutput
|
|
20
|
+
extends GetBatchPredictionJobsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetBatchPredictionJobsCommand extends $Command<
|
|
24
|
+
GetBatchPredictionJobsCommandInput,
|
|
25
|
+
GetBatchPredictionJobsCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetBatchPredictionJobsCommandInput;
|
|
29
|
+
constructor(input: GetBatchPredictionJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetBatchPredictionJobsCommandInput,
|
|
37
|
+
GetBatchPredictionJobsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetDeleteEventsByEventTypeStatusRequest,
|
|
15
|
+
GetDeleteEventsByEventTypeStatusResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeleteEventsByEventTypeStatusCommandInput
|
|
18
|
+
extends GetDeleteEventsByEventTypeStatusRequest {}
|
|
19
|
+
export interface GetDeleteEventsByEventTypeStatusCommandOutput
|
|
20
|
+
extends GetDeleteEventsByEventTypeStatusResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDeleteEventsByEventTypeStatusCommand extends $Command<
|
|
24
|
+
GetDeleteEventsByEventTypeStatusCommandInput,
|
|
25
|
+
GetDeleteEventsByEventTypeStatusCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDeleteEventsByEventTypeStatusCommandInput;
|
|
29
|
+
constructor(input: GetDeleteEventsByEventTypeStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDeleteEventsByEventTypeStatusCommandInput,
|
|
37
|
+
GetDeleteEventsByEventTypeStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
GetDetectorVersionRequest,
|
|
15
|
+
GetDetectorVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDetectorVersionCommandInput
|
|
18
|
+
extends GetDetectorVersionRequest {}
|
|
19
|
+
export interface GetDetectorVersionCommandOutput
|
|
20
|
+
extends GetDetectorVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDetectorVersionCommand extends $Command<
|
|
24
|
+
GetDetectorVersionCommandInput,
|
|
25
|
+
GetDetectorVersionCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDetectorVersionCommandInput;
|
|
29
|
+
constructor(input: GetDetectorVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
|
|
14
|
+
export interface GetDetectorsCommandInput extends GetDetectorsRequest {}
|
|
15
|
+
export interface GetDetectorsCommandOutput
|
|
16
|
+
extends GetDetectorsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetDetectorsCommand extends $Command<
|
|
20
|
+
GetDetectorsCommandInput,
|
|
21
|
+
GetDetectorsCommandOutput,
|
|
22
|
+
FraudDetectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetDetectorsCommandInput;
|
|
25
|
+
constructor(input: GetDetectorsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetDetectorsCommandInput, GetDetectorsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|