@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBatchPredictionJobsCommandInput extends GetBatchPredictionJo
|
|
|
22
19
|
export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJobsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBatchPredictionJobsCommand_base: {
|
|
25
|
-
new (input: GetBatchPredictionJobsCommandInput): import("@smithy/core/client").CommandImpl<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetBatchPredictionJobsCommandInput]): import("@smithy/core/client").CommandImpl<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBatchPredictionJobsCommandInput): import("@smithy/core/client").CommandImpl<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetBatchPredictionJobsCommandInput]): import("@smithy/core/client").CommandImpl<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDeleteEventsByEventTypeStatusCommandInput extends GetDeleteE
|
|
|
22
19
|
export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDeleteEventsByEventTypeStatusResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
25
|
-
new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the status of a <code>DeleteEventsByEventType</code> action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDetectorVersionCommandInput extends GetDetectorVersionReques
|
|
|
22
19
|
export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDetectorVersionCommand_base: {
|
|
25
|
-
new (input: GetDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a particular detector version. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDetectorsCommandInput extends GetDetectorsRequest {
|
|
|
22
19
|
export interface GetDetectorsCommandOutput extends GetDetectorsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDetectorsCommand_base: {
|
|
25
|
-
new (input: GetDetectorsCommandInput): import("@smithy/core/client").CommandImpl<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetDetectorsCommandInput]): import("@smithy/core/client").CommandImpl<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDetectorsCommandInput): import("@smithy/core/client").CommandImpl<GetDetectorsCommandInput, GetDetectorsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetDetectorsCommandInput]): import("@smithy/core/client").CommandImpl<GetDetectorsCommandInput, GetDetectorsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets all detectors or a single detector if a <code>detectorId</code> is specified. This is a paginated API. If you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEntityTypesCommandInput extends GetEntityTypesRequest {
|
|
|
22
19
|
export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEntityTypesCommand_base: {
|
|
25
|
-
new (input: GetEntityTypesCommandInput): import("@smithy/core/client").CommandImpl<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetEntityTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEntityTypesCommandInput): import("@smithy/core/client").CommandImpl<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetEntityTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetEventRequest, GetEventResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEventCommandInput extends GetEventRequest {
|
|
|
22
19
|
export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEventCommand_base: {
|
|
25
|
-
new (input: GetEventCommandInput): import("@smithy/core/client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetEventCommandInput): import("@smithy/core/client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEventCommandInput): import("@smithy/core/client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEventCommandInput): import("@smithy/core/client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetEventPredictionRequest, GetEventPredictionResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEventPredictionCommandInput extends GetEventPredictionReques
|
|
|
22
19
|
export interface GetEventPredictionCommandOutput extends GetEventPredictionResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEventPredictionCommand_base: {
|
|
25
|
-
new (input: GetEventPredictionCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetEventPredictionCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEventPredictionCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEventPredictionCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Evaluates an event against a detector version. If a version ID is not provided, the detector’s (<code>ACTIVE</code>) version is used.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetEventPredictionMetadataRequest, GetEventPredictionMetadataResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEventPredictionMetadataCommandInput extends GetEventPredicti
|
|
|
22
19
|
export interface GetEventPredictionMetadataCommandOutput extends GetEventPredictionMetadataResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEventPredictionMetadataCommand_base: {
|
|
25
|
-
new (input: GetEventPredictionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetEventPredictionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEventPredictionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEventPredictionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetEventTypesRequest, GetEventTypesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEventTypesCommandInput extends GetEventTypesRequest {
|
|
|
22
19
|
export interface GetEventTypesCommandOutput extends GetEventTypesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEventTypesCommand_base: {
|
|
25
|
-
new (input: GetEventTypesCommandInput): import("@smithy/core/client").CommandImpl<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetEventTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEventTypesCommandInput): import("@smithy/core/client").CommandImpl<GetEventTypesCommandInput, GetEventTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetEventTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetEventTypesCommandInput, GetEventTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets all event types or a specific event type if name is provided. This is a paginated API. If you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetExternalModelsCommandInput extends GetExternalModelsRequest
|
|
|
22
19
|
export interface GetExternalModelsCommandOutput extends GetExternalModelsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetExternalModelsCommand_base: {
|
|
25
|
-
new (input: GetExternalModelsCommandInput): import("@smithy/core/client").CommandImpl<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetExternalModelsCommandInput]): import("@smithy/core/client").CommandImpl<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetExternalModelsCommandInput): import("@smithy/core/client").CommandImpl<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetExternalModelsCommandInput]): import("@smithy/core/client").CommandImpl<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details for one or more Amazon SageMaker models that have been imported into the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetKMSEncryptionKeyResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetKMSEncryptionKeyCommandInput {
|
|
|
22
19
|
export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetKMSEncryptionKeyCommand_base: {
|
|
25
|
-
new (input: GetKMSEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetKMSEncryptionKeyCommandInput]): import("@smithy/core/client").CommandImpl<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetKMSEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetKMSEncryptionKeyCommandInput]): import("@smithy/core/client").CommandImpl<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetLabelsRequest, GetLabelsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLabelsCommandInput extends GetLabelsRequest {
|
|
|
22
19
|
export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLabelsCommand_base: {
|
|
25
|
-
new (input: GetLabelsCommandInput): import("@smithy/core/client").CommandImpl<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetLabelsCommandInput]): import("@smithy/core/client").CommandImpl<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLabelsCommandInput): import("@smithy/core/client").CommandImpl<GetLabelsCommandInput, GetLabelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetLabelsCommandInput]): import("@smithy/core/client").CommandImpl<GetLabelsCommandInput, GetLabelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets all labels or a specific label if name is provided. This is a paginated API. If you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetListElementsRequest, GetListElementsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetListElementsCommandInput extends GetListElementsRequest {
|
|
|
22
19
|
export interface GetListElementsCommandOutput extends GetListElementsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetListElementsCommand_base: {
|
|
25
|
-
new (input: GetListElementsCommandInput): import("@smithy/core/client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetListElementsCommandInput): import("@smithy/core/client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetListElementsCommandInput): import("@smithy/core/client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetListElementsCommandInput): import("@smithy/core/client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetListsMetadataRequest, GetListsMetadataResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetListsMetadataCommandInput extends GetListsMetadataRequest {
|
|
|
22
19
|
export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetListsMetadataCommand_base: {
|
|
25
|
-
new (input: GetListsMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetListsMetadataCommandInput]): import("@smithy/core/client").CommandImpl<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetListsMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetListsMetadataCommandInput]): import("@smithy/core/client").CommandImpl<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetModelVersionRequest, GetModelVersionResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetModelVersionCommandInput extends GetModelVersionRequest {
|
|
|
22
19
|
export interface GetModelVersionCommandOutput extends GetModelVersionResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetModelVersionCommand_base: {
|
|
25
|
-
new (input: GetModelVersionCommandInput): import("@smithy/core/client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetModelVersionCommandInput): import("@smithy/core/client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetModelVersionCommandInput): import("@smithy/core/client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetModelVersionCommandInput): import("@smithy/core/client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details of the specified model version.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetModelsRequest, GetModelsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetModelsCommandInput extends GetModelsRequest {
|
|
|
22
19
|
export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetModelsCommand_base: {
|
|
25
|
-
new (input: GetModelsCommandInput): import("@smithy/core/client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetModelsCommandInput]): import("@smithy/core/client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetModelsCommandInput): import("@smithy/core/client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetModelsCommandInput]): import("@smithy/core/client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetOutcomesCommandInput extends GetOutcomesRequest {
|
|
|
22
19
|
export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetOutcomesCommand_base: {
|
|
25
|
-
new (input: GetOutcomesCommandInput): import("@smithy/core/client").CommandImpl<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetOutcomesCommandInput]): import("@smithy/core/client").CommandImpl<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetOutcomesCommandInput): import("@smithy/core/client").CommandImpl<GetOutcomesCommandInput, GetOutcomesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetOutcomesCommandInput]): import("@smithy/core/client").CommandImpl<GetOutcomesCommandInput, GetOutcomesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets one or more outcomes. This is a paginated
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetRulesRequest, GetRulesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRulesCommandInput extends GetRulesRequest {
|
|
|
22
19
|
export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRulesCommand_base: {
|
|
25
|
-
new (input: GetRulesCommandInput): import("@smithy/core/client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetRulesCommandInput): import("@smithy/core/client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetRulesCommandInput): import("@smithy/core/client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRulesCommandInput): import("@smithy/core/client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get all rules for a detector (paginated) if <code>ruleId</code> and <code>ruleVersion</code> are not specified. Gets all rules for the detector and the <code>ruleId</code> if present (paginated). Gets a specific rule if both the <code>ruleId</code> and the <code>ruleVersion</code> are specified.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { GetVariablesRequest, GetVariablesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetVariablesCommandInput extends GetVariablesRequest {
|
|
|
22
19
|
export interface GetVariablesCommandOutput extends GetVariablesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetVariablesCommand_base: {
|
|
25
|
-
new (input: GetVariablesCommandInput): import("@smithy/core/client").CommandImpl<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetVariablesCommandInput]): import("@smithy/core/client").CommandImpl<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetVariablesCommandInput): import("@smithy/core/client").CommandImpl<GetVariablesCommandInput, GetVariablesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetVariablesCommandInput]): import("@smithy/core/client").CommandImpl<GetVariablesCommandInput, GetVariablesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets all of the variables or the specific variable. This is a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEventPredictionsCommandInput extends ListEventPredictionsRe
|
|
|
22
19
|
export interface ListEventPredictionsCommandOutput extends ListEventPredictionsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEventPredictionsCommand_base: {
|
|
25
|
-
new (input: ListEventPredictionsCommandInput): import("@smithy/core/client").CommandImpl<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEventPredictionsCommandInput]): import("@smithy/core/client").CommandImpl<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEventPredictionsCommandInput): import("@smithy/core/client").CommandImpl<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEventPredictionsCommandInput]): import("@smithy/core/client").CommandImpl<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the
|