@aws-sdk/client-frauddetector 3.1076.0 → 3.1078.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-cjs/index.js +228 -879
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchCreateVariableCommand.js +2 -14
- package/dist-es/commands/BatchGetVariableCommand.js +2 -14
- package/dist-es/commands/CancelBatchImportJobCommand.js +2 -14
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchImportJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/CreateDetectorVersionCommand.js +2 -14
- package/dist-es/commands/CreateListCommand.js +2 -14
- package/dist-es/commands/CreateModelCommand.js +2 -14
- package/dist-es/commands/CreateModelVersionCommand.js +2 -14
- package/dist-es/commands/CreateRuleCommand.js +2 -14
- package/dist-es/commands/CreateVariableCommand.js +2 -14
- package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -14
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/DeleteDetectorCommand.js +2 -14
- package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -14
- package/dist-es/commands/DeleteEntityTypeCommand.js +2 -14
- package/dist-es/commands/DeleteEventCommand.js +2 -14
- package/dist-es/commands/DeleteEventTypeCommand.js +2 -14
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -14
- package/dist-es/commands/DeleteExternalModelCommand.js +2 -14
- package/dist-es/commands/DeleteLabelCommand.js +2 -14
- package/dist-es/commands/DeleteListCommand.js +2 -14
- package/dist-es/commands/DeleteModelCommand.js +2 -14
- package/dist-es/commands/DeleteModelVersionCommand.js +2 -14
- package/dist-es/commands/DeleteOutcomeCommand.js +2 -14
- package/dist-es/commands/DeleteRuleCommand.js +2 -14
- package/dist-es/commands/DeleteVariableCommand.js +2 -14
- package/dist-es/commands/DescribeDetectorCommand.js +2 -14
- package/dist-es/commands/DescribeModelVersionsCommand.js +2 -14
- package/dist-es/commands/GetBatchImportJobsCommand.js +2 -14
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -14
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -14
- package/dist-es/commands/GetDetectorVersionCommand.js +2 -14
- package/dist-es/commands/GetDetectorsCommand.js +2 -14
- package/dist-es/commands/GetEntityTypesCommand.js +2 -14
- package/dist-es/commands/GetEventCommand.js +2 -14
- package/dist-es/commands/GetEventPredictionCommand.js +2 -14
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -14
- package/dist-es/commands/GetEventTypesCommand.js +2 -14
- package/dist-es/commands/GetExternalModelsCommand.js +2 -14
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/GetLabelsCommand.js +2 -14
- package/dist-es/commands/GetListElementsCommand.js +2 -14
- package/dist-es/commands/GetListsMetadataCommand.js +2 -14
- package/dist-es/commands/GetModelVersionCommand.js +2 -14
- package/dist-es/commands/GetModelsCommand.js +2 -14
- package/dist-es/commands/GetOutcomesCommand.js +2 -14
- package/dist-es/commands/GetRulesCommand.js +2 -14
- package/dist-es/commands/GetVariablesCommand.js +2 -14
- package/dist-es/commands/ListEventPredictionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutDetectorCommand.js +2 -14
- package/dist-es/commands/PutEntityTypeCommand.js +2 -14
- package/dist-es/commands/PutEventTypeCommand.js +2 -14
- package/dist-es/commands/PutExternalModelCommand.js +2 -14
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/PutLabelCommand.js +2 -14
- package/dist-es/commands/PutOutcomeCommand.js +2 -14
- package/dist-es/commands/SendEventCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -14
- package/dist-es/commands/UpdateEventLabelCommand.js +2 -14
- package/dist-es/commands/UpdateListCommand.js +2 -14
- package/dist-es/commands/UpdateModelCommand.js +2 -14
- package/dist-es/commands/UpdateModelVersionCommand.js +2 -14
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -14
- package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateRuleVersionCommand.js +2 -14
- package/dist-es/commands/UpdateVariableCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetVariableCommand.d.ts +3 -8
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateListCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateVariableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVariableCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetDetectorsCommand.d.ts +3 -8
- package/dist-types/commands/GetEntityTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetEventCommand.d.ts +3 -8
- package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -8
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetEventTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetExternalModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetLabelsCommand.d.ts +3 -8
- package/dist-types/commands/GetListElementsCommand.d.ts +3 -8
- package/dist-types/commands/GetListsMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetOutcomesCommand.d.ts +3 -8
- package/dist-types/commands/GetRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetVariablesCommand.d.ts +3 -8
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutDetectorCommand.d.ts +3 -8
- package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -8
- package/dist-types/commands/PutEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/PutExternalModelCommand.d.ts +3 -8
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/PutLabelCommand.d.ts +3 -8
- package/dist-types/commands/PutOutcomeCommand.d.ts +3 -8
- package/dist-types/commands/SendEventCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVariableCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {}
|
|
12
5
|
export interface DeleteOutcomeCommandOutput
|
|
13
6
|
extends DeleteOutcomeResult,
|
|
@@ -18,22 +11,20 @@ declare const DeleteOutcomeCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteOutcomeCommandInput,
|
|
20
13
|
DeleteOutcomeCommandOutput,
|
|
21
|
-
FraudDetectorClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteOutcomeCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteOutcomeCommandInput,
|
|
29
22
|
DeleteOutcomeCommandOutput,
|
|
30
|
-
FraudDetectorClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
|
|
12
5
|
export interface DeleteRuleCommandOutput
|
|
13
6
|
extends DeleteRuleResult,
|
|
@@ -18,22 +11,20 @@ declare const DeleteRuleCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteRuleCommandInput,
|
|
20
13
|
DeleteRuleCommandOutput,
|
|
21
|
-
FraudDetectorClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteRuleCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteRuleCommandInput,
|
|
29
22
|
DeleteRuleCommandOutput,
|
|
30
|
-
FraudDetectorClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteVariableRequest,
|
|
10
4
|
DeleteVariableResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteVariableCommandInput extends DeleteVariableRequest {}
|
|
15
8
|
export interface DeleteVariableCommandOutput
|
|
16
9
|
extends DeleteVariableResult,
|
|
@@ -21,22 +14,20 @@ declare const DeleteVariableCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteVariableCommandInput,
|
|
23
16
|
DeleteVariableCommandOutput,
|
|
24
|
-
FraudDetectorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteVariableCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteVariableCommandInput,
|
|
32
25
|
DeleteVariableCommandOutput,
|
|
33
|
-
FraudDetectorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteVariableCommand extends DeleteVariableCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeDetectorRequest,
|
|
10
4
|
DescribeDetectorResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {}
|
|
15
8
|
export interface DescribeDetectorCommandOutput
|
|
16
9
|
extends DescribeDetectorResult,
|
|
@@ -21,22 +14,20 @@ declare const DescribeDetectorCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeDetectorCommandInput,
|
|
23
16
|
DescribeDetectorCommandOutput,
|
|
24
|
-
FraudDetectorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeDetectorCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeDetectorCommandInput,
|
|
32
25
|
DescribeDetectorCommandOutput,
|
|
33
|
-
FraudDetectorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeModelVersionsRequest,
|
|
10
4
|
DescribeModelVersionsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeModelVersionsCommandInput
|
|
15
8
|
extends DescribeModelVersionsRequest {}
|
|
16
9
|
export interface DescribeModelVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeModelVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeModelVersionsCommandInput,
|
|
24
17
|
DescribeModelVersionsCommandOutput,
|
|
25
|
-
FraudDetectorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeModelVersionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeModelVersionsCommandInput,
|
|
33
26
|
DescribeModelVersionsCommandOutput,
|
|
34
|
-
FraudDetectorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetBatchImportJobsRequest,
|
|
10
4
|
GetBatchImportJobsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetBatchImportJobsCommandInput
|
|
15
8
|
extends GetBatchImportJobsRequest {}
|
|
16
9
|
export interface GetBatchImportJobsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetBatchImportJobsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetBatchImportJobsCommandInput,
|
|
24
17
|
GetBatchImportJobsCommandOutput,
|
|
25
|
-
FraudDetectorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetBatchImportJobsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetBatchImportJobsCommandInput,
|
|
33
26
|
GetBatchImportJobsCommandOutput,
|
|
34
|
-
FraudDetectorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetBatchPredictionJobsRequest,
|
|
10
4
|
GetBatchPredictionJobsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetBatchPredictionJobsCommandInput
|
|
15
8
|
extends GetBatchPredictionJobsRequest {}
|
|
16
9
|
export interface GetBatchPredictionJobsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetBatchPredictionJobsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetBatchPredictionJobsCommandInput,
|
|
24
17
|
GetBatchPredictionJobsCommandOutput,
|
|
25
|
-
FraudDetectorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetBatchPredictionJobsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetBatchPredictionJobsCommandInput,
|
|
33
26
|
GetBatchPredictionJobsCommandOutput,
|
|
34
|
-
FraudDetectorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDeleteEventsByEventTypeStatusRequest,
|
|
10
4
|
GetDeleteEventsByEventTypeStatusResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDeleteEventsByEventTypeStatusCommandInput
|
|
15
8
|
extends GetDeleteEventsByEventTypeStatusRequest {}
|
|
16
9
|
export interface GetDeleteEventsByEventTypeStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDeleteEventsByEventTypeStatusCommandInput,
|
|
24
17
|
GetDeleteEventsByEventTypeStatusCommandOutput,
|
|
25
|
-
FraudDetectorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDeleteEventsByEventTypeStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDeleteEventsByEventTypeStatusCommandInput,
|
|
33
26
|
GetDeleteEventsByEventTypeStatusCommandOutput,
|
|
34
|
-
FraudDetectorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDetectorVersionRequest,
|
|
10
4
|
GetDetectorVersionResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDetectorVersionCommandInput
|
|
15
8
|
extends GetDetectorVersionRequest {}
|
|
16
9
|
export interface GetDetectorVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDetectorVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDetectorVersionCommandInput,
|
|
24
17
|
GetDetectorVersionCommandOutput,
|
|
25
|
-
FraudDetectorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDetectorVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDetectorVersionCommandInput,
|
|
33
26
|
GetDetectorVersionCommandOutput,
|
|
34
|
-
FraudDetectorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetDetectorsCommandInput extends GetDetectorsRequest {}
|
|
12
5
|
export interface GetDetectorsCommandOutput
|
|
13
6
|
extends GetDetectorsResult,
|
|
@@ -18,22 +11,20 @@ declare const GetDetectorsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetDetectorsCommandInput,
|
|
20
13
|
GetDetectorsCommandOutput,
|
|
21
|
-
FraudDetectorClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [GetDetectorsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetDetectorsCommandInput,
|
|
29
22
|
GetDetectorsCommandOutput,
|
|
30
|
-
FraudDetectorClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetDetectorsCommand extends GetDetectorsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetEntityTypesRequest,
|
|
10
4
|
GetEntityTypesResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetEntityTypesCommandInput extends GetEntityTypesRequest {}
|
|
15
8
|
export interface GetEntityTypesCommandOutput
|
|
16
9
|
extends GetEntityTypesResult,
|
|
@@ -21,22 +14,20 @@ declare const GetEntityTypesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetEntityTypesCommandInput,
|
|
23
16
|
GetEntityTypesCommandOutput,
|
|
24
|
-
FraudDetectorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [GetEntityTypesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetEntityTypesCommandInput,
|
|
32
25
|
GetEntityTypesCommandOutput,
|
|
33
|
-
FraudDetectorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import { GetEventRequest, GetEventResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetEventCommandInput extends GetEventRequest {}
|
|
12
5
|
export interface GetEventCommandOutput
|
|
13
6
|
extends GetEventResult,
|
|
@@ -16,20 +9,18 @@ declare const GetEventCommand_base: {
|
|
|
16
9
|
new (input: GetEventCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetEventCommandInput,
|
|
18
11
|
GetEventCommandOutput,
|
|
19
|
-
FraudDetectorClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetEventCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetEventCommandInput,
|
|
25
18
|
GetEventCommandOutput,
|
|
26
|
-
FraudDetectorClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetEventCommand extends GetEventCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetEventPredictionRequest,
|
|
10
4
|
GetEventPredictionResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetEventPredictionCommandInput
|
|
15
8
|
extends GetEventPredictionRequest {}
|
|
16
9
|
export interface GetEventPredictionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetEventPredictionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetEventPredictionCommandInput,
|
|
24
17
|
GetEventPredictionCommandOutput,
|
|
25
|
-
FraudDetectorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetEventPredictionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetEventPredictionCommandInput,
|
|
33
26
|
GetEventPredictionCommandOutput,
|
|
34
|
-
FraudDetectorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
FraudDetectorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../FraudDetectorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetEventPredictionMetadataRequest,
|
|
10
4
|
GetEventPredictionMetadataResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetEventPredictionMetadataCommandInput
|
|
15
8
|
extends GetEventPredictionMetadataRequest {}
|
|
16
9
|
export interface GetEventPredictionMetadataCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetEventPredictionMetadataCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetEventPredictionMetadataCommandInput,
|
|
24
17
|
GetEventPredictionMetadataCommandOutput,
|
|
25
|
-
FraudDetectorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetEventPredictionMetadataCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetEventPredictionMetadataCommandInput,
|
|
33
26
|
GetEventPredictionMetadataCommandOutput,
|
|
34
|
-
FraudDetectorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").FraudDetectorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {
|
|
43
34
|
protected static __types: {
|