@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,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
|
+
DeleteBatchImportJobRequest,
|
|
15
|
+
DeleteBatchImportJobResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteBatchImportJobCommandInput
|
|
18
|
+
extends DeleteBatchImportJobRequest {}
|
|
19
|
+
export interface DeleteBatchImportJobCommandOutput
|
|
20
|
+
extends DeleteBatchImportJobResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteBatchImportJobCommand extends $Command<
|
|
24
|
+
DeleteBatchImportJobCommandInput,
|
|
25
|
+
DeleteBatchImportJobCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteBatchImportJobCommandInput;
|
|
29
|
+
constructor(input: DeleteBatchImportJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteBatchImportJobCommandInput,
|
|
37
|
+
DeleteBatchImportJobCommandOutput
|
|
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
|
+
DeleteBatchPredictionJobRequest,
|
|
15
|
+
DeleteBatchPredictionJobResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteBatchPredictionJobCommandInput
|
|
18
|
+
extends DeleteBatchPredictionJobRequest {}
|
|
19
|
+
export interface DeleteBatchPredictionJobCommandOutput
|
|
20
|
+
extends DeleteBatchPredictionJobResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteBatchPredictionJobCommand extends $Command<
|
|
24
|
+
DeleteBatchPredictionJobCommandInput,
|
|
25
|
+
DeleteBatchPredictionJobCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteBatchPredictionJobCommandInput;
|
|
29
|
+
constructor(input: DeleteBatchPredictionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteBatchPredictionJobCommandInput,
|
|
37
|
+
DeleteBatchPredictionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DeleteDetectorRequest,
|
|
15
|
+
DeleteDetectorResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {}
|
|
18
|
+
export interface DeleteDetectorCommandOutput
|
|
19
|
+
extends DeleteDetectorResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteDetectorCommand extends $Command<
|
|
23
|
+
DeleteDetectorCommandInput,
|
|
24
|
+
DeleteDetectorCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDetectorCommandInput;
|
|
28
|
+
constructor(input: DeleteDetectorCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteDetectorCommandInput, DeleteDetectorCommandOutput>;
|
|
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
|
+
DeleteDetectorVersionRequest,
|
|
15
|
+
DeleteDetectorVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDetectorVersionCommandInput
|
|
18
|
+
extends DeleteDetectorVersionRequest {}
|
|
19
|
+
export interface DeleteDetectorVersionCommandOutput
|
|
20
|
+
extends DeleteDetectorVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDetectorVersionCommand extends $Command<
|
|
24
|
+
DeleteDetectorVersionCommandInput,
|
|
25
|
+
DeleteDetectorVersionCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDetectorVersionCommandInput;
|
|
29
|
+
constructor(input: DeleteDetectorVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDetectorVersionCommandInput,
|
|
37
|
+
DeleteDetectorVersionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DeleteEntityTypeRequest,
|
|
15
|
+
DeleteEntityTypeResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEntityTypeCommandInput extends DeleteEntityTypeRequest {}
|
|
18
|
+
export interface DeleteEntityTypeCommandOutput
|
|
19
|
+
extends DeleteEntityTypeResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteEntityTypeCommand extends $Command<
|
|
23
|
+
DeleteEntityTypeCommandInput,
|
|
24
|
+
DeleteEntityTypeCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEntityTypeCommandInput;
|
|
28
|
+
constructor(input: DeleteEntityTypeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteEventRequest, DeleteEventResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteEventCommandInput extends DeleteEventRequest {}
|
|
15
|
+
export interface DeleteEventCommandOutput
|
|
16
|
+
extends DeleteEventResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteEventCommand extends $Command<
|
|
20
|
+
DeleteEventCommandInput,
|
|
21
|
+
DeleteEventCommandOutput,
|
|
22
|
+
FraudDetectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteEventCommandInput;
|
|
25
|
+
constructor(input: DeleteEventCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteEventCommandInput, DeleteEventCommandOutput>;
|
|
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
|
+
DeleteEventTypeRequest,
|
|
15
|
+
DeleteEventTypeResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEventTypeCommandInput extends DeleteEventTypeRequest {}
|
|
18
|
+
export interface DeleteEventTypeCommandOutput
|
|
19
|
+
extends DeleteEventTypeResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteEventTypeCommand extends $Command<
|
|
23
|
+
DeleteEventTypeCommandInput,
|
|
24
|
+
DeleteEventTypeCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEventTypeCommandInput;
|
|
28
|
+
constructor(input: DeleteEventTypeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput>;
|
|
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
|
+
DeleteEventsByEventTypeRequest,
|
|
15
|
+
DeleteEventsByEventTypeResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEventsByEventTypeCommandInput
|
|
18
|
+
extends DeleteEventsByEventTypeRequest {}
|
|
19
|
+
export interface DeleteEventsByEventTypeCommandOutput
|
|
20
|
+
extends DeleteEventsByEventTypeResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteEventsByEventTypeCommand extends $Command<
|
|
24
|
+
DeleteEventsByEventTypeCommandInput,
|
|
25
|
+
DeleteEventsByEventTypeCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteEventsByEventTypeCommandInput;
|
|
29
|
+
constructor(input: DeleteEventsByEventTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteEventsByEventTypeCommandInput,
|
|
37
|
+
DeleteEventsByEventTypeCommandOutput
|
|
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
|
+
DeleteExternalModelRequest,
|
|
15
|
+
DeleteExternalModelResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteExternalModelCommandInput
|
|
18
|
+
extends DeleteExternalModelRequest {}
|
|
19
|
+
export interface DeleteExternalModelCommandOutput
|
|
20
|
+
extends DeleteExternalModelResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteExternalModelCommand extends $Command<
|
|
24
|
+
DeleteExternalModelCommandInput,
|
|
25
|
+
DeleteExternalModelCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteExternalModelCommandInput;
|
|
29
|
+
constructor(input: DeleteExternalModelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput>;
|
|
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 { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteLabelCommandInput extends DeleteLabelRequest {}
|
|
15
|
+
export interface DeleteLabelCommandOutput
|
|
16
|
+
extends DeleteLabelResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteLabelCommand extends $Command<
|
|
20
|
+
DeleteLabelCommandInput,
|
|
21
|
+
DeleteLabelCommandOutput,
|
|
22
|
+
FraudDetectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteLabelCommandInput;
|
|
25
|
+
constructor(input: DeleteLabelCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
|
|
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 { DeleteModelRequest, DeleteModelResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
15
|
+
export interface DeleteModelCommandOutput
|
|
16
|
+
extends DeleteModelResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteModelCommand extends $Command<
|
|
20
|
+
DeleteModelCommandInput,
|
|
21
|
+
DeleteModelCommandOutput,
|
|
22
|
+
FraudDetectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteModelCommandInput;
|
|
25
|
+
constructor(input: DeleteModelCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|