@aws-sdk/client-frauddetector 3.478.0 → 3.484.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/commands/BatchCreateVariableCommand.js +18 -41
- package/dist-cjs/commands/BatchGetVariableCommand.js +18 -41
- package/dist-cjs/commands/CancelBatchImportJobCommand.js +18 -41
- package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +18 -41
- package/dist-cjs/commands/CreateBatchImportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +18 -41
- package/dist-cjs/commands/CreateDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateListCommand.js +18 -41
- package/dist-cjs/commands/CreateModelCommand.js +18 -41
- package/dist-cjs/commands/CreateModelVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateVariableCommand.js +18 -41
- package/dist-cjs/commands/DeleteBatchImportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteDetectorCommand.js +18 -41
- package/dist-cjs/commands/DeleteDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteEntityTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteExternalModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteLabelCommand.js +18 -41
- package/dist-cjs/commands/DeleteListCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteOutcomeCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteVariableCommand.js +18 -41
- package/dist-cjs/commands/DescribeDetectorCommand.js +18 -41
- package/dist-cjs/commands/DescribeModelVersionsCommand.js +18 -41
- package/dist-cjs/commands/GetBatchImportJobsCommand.js +18 -41
- package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +18 -41
- package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +18 -41
- package/dist-cjs/commands/GetDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/GetDetectorsCommand.js +18 -41
- package/dist-cjs/commands/GetEntityTypesCommand.js +18 -41
- package/dist-cjs/commands/GetEventCommand.js +18 -41
- package/dist-cjs/commands/GetEventPredictionCommand.js +18 -41
- package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetEventTypesCommand.js +18 -41
- package/dist-cjs/commands/GetExternalModelsCommand.js +18 -41
- package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +18 -41
- package/dist-cjs/commands/GetLabelsCommand.js +18 -41
- package/dist-cjs/commands/GetListElementsCommand.js +18 -41
- package/dist-cjs/commands/GetListsMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetModelVersionCommand.js +18 -41
- package/dist-cjs/commands/GetModelsCommand.js +18 -41
- package/dist-cjs/commands/GetOutcomesCommand.js +18 -41
- package/dist-cjs/commands/GetRulesCommand.js +18 -41
- package/dist-cjs/commands/GetVariablesCommand.js +18 -41
- package/dist-cjs/commands/ListEventPredictionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutDetectorCommand.js +18 -41
- package/dist-cjs/commands/PutEntityTypeCommand.js +18 -41
- package/dist-cjs/commands/PutEventTypeCommand.js +18 -41
- package/dist-cjs/commands/PutExternalModelCommand.js +18 -41
- package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +18 -41
- package/dist-cjs/commands/PutLabelCommand.js +18 -41
- package/dist-cjs/commands/PutOutcomeCommand.js +18 -41
- package/dist-cjs/commands/SendEventCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventLabelCommand.js +18 -41
- package/dist-cjs/commands/UpdateListCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateRuleMetadataCommand.js +18 -41
- package/dist-cjs/commands/UpdateRuleVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateVariableCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BatchCreateVariableCommand.js +18 -41
- package/dist-es/commands/BatchGetVariableCommand.js +18 -41
- package/dist-es/commands/CancelBatchImportJobCommand.js +18 -41
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +18 -41
- package/dist-es/commands/CreateBatchImportJobCommand.js +18 -41
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +18 -41
- package/dist-es/commands/CreateDetectorVersionCommand.js +18 -41
- package/dist-es/commands/CreateListCommand.js +18 -41
- package/dist-es/commands/CreateModelCommand.js +18 -41
- package/dist-es/commands/CreateModelVersionCommand.js +18 -41
- package/dist-es/commands/CreateRuleCommand.js +18 -41
- package/dist-es/commands/CreateVariableCommand.js +18 -41
- package/dist-es/commands/DeleteBatchImportJobCommand.js +18 -41
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +18 -41
- package/dist-es/commands/DeleteDetectorCommand.js +18 -41
- package/dist-es/commands/DeleteDetectorVersionCommand.js +18 -41
- package/dist-es/commands/DeleteEntityTypeCommand.js +18 -41
- package/dist-es/commands/DeleteEventCommand.js +18 -41
- package/dist-es/commands/DeleteEventTypeCommand.js +18 -41
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +18 -41
- package/dist-es/commands/DeleteExternalModelCommand.js +18 -41
- package/dist-es/commands/DeleteLabelCommand.js +18 -41
- package/dist-es/commands/DeleteListCommand.js +18 -41
- package/dist-es/commands/DeleteModelCommand.js +18 -41
- package/dist-es/commands/DeleteModelVersionCommand.js +18 -41
- package/dist-es/commands/DeleteOutcomeCommand.js +18 -41
- package/dist-es/commands/DeleteRuleCommand.js +18 -41
- package/dist-es/commands/DeleteVariableCommand.js +18 -41
- package/dist-es/commands/DescribeDetectorCommand.js +18 -41
- package/dist-es/commands/DescribeModelVersionsCommand.js +18 -41
- package/dist-es/commands/GetBatchImportJobsCommand.js +18 -41
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +18 -41
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +18 -41
- package/dist-es/commands/GetDetectorVersionCommand.js +18 -41
- package/dist-es/commands/GetDetectorsCommand.js +18 -41
- package/dist-es/commands/GetEntityTypesCommand.js +18 -41
- package/dist-es/commands/GetEventCommand.js +18 -41
- package/dist-es/commands/GetEventPredictionCommand.js +18 -41
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +18 -41
- package/dist-es/commands/GetEventTypesCommand.js +18 -41
- package/dist-es/commands/GetExternalModelsCommand.js +18 -41
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +18 -41
- package/dist-es/commands/GetLabelsCommand.js +18 -41
- package/dist-es/commands/GetListElementsCommand.js +18 -41
- package/dist-es/commands/GetListsMetadataCommand.js +18 -41
- package/dist-es/commands/GetModelVersionCommand.js +18 -41
- package/dist-es/commands/GetModelsCommand.js +18 -41
- package/dist-es/commands/GetOutcomesCommand.js +18 -41
- package/dist-es/commands/GetRulesCommand.js +18 -41
- package/dist-es/commands/GetVariablesCommand.js +18 -41
- package/dist-es/commands/ListEventPredictionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutDetectorCommand.js +18 -41
- package/dist-es/commands/PutEntityTypeCommand.js +18 -41
- package/dist-es/commands/PutEventTypeCommand.js +18 -41
- package/dist-es/commands/PutExternalModelCommand.js +18 -41
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +18 -41
- package/dist-es/commands/PutLabelCommand.js +18 -41
- package/dist-es/commands/PutOutcomeCommand.js +18 -41
- package/dist-es/commands/SendEventCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorVersionCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +18 -41
- package/dist-es/commands/UpdateEventLabelCommand.js +18 -41
- package/dist-es/commands/UpdateListCommand.js +18 -41
- package/dist-es/commands/UpdateModelCommand.js +18 -41
- package/dist-es/commands/UpdateModelVersionCommand.js +18 -41
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +18 -41
- package/dist-es/commands/UpdateRuleMetadataCommand.js +18 -41
- package/dist-es/commands/UpdateRuleVersionCommand.js +18 -41
- package/dist-es/commands/UpdateVariableCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetVariableCommand.d.ts +6 -21
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +6 -21
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateListCommand.d.ts +6 -21
- package/dist-types/commands/CreateModelCommand.d.ts +6 -21
- package/dist-types/commands/CreateModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateVariableCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLabelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteListCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVariableCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDetectorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +6 -21
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +6 -21
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +6 -21
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetDetectorsCommand.d.ts +6 -21
- package/dist-types/commands/GetEntityTypesCommand.d.ts +6 -21
- package/dist-types/commands/GetEventCommand.d.ts +6 -21
- package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -21
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetEventTypesCommand.d.ts +6 -21
- package/dist-types/commands/GetExternalModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +6 -21
- package/dist-types/commands/GetLabelsCommand.d.ts +6 -21
- package/dist-types/commands/GetListElementsCommand.d.ts +6 -21
- package/dist-types/commands/GetListsMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetOutcomesCommand.d.ts +6 -21
- package/dist-types/commands/GetRulesCommand.d.ts +6 -21
- package/dist-types/commands/GetVariablesCommand.d.ts +6 -21
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutDetectorCommand.d.ts +6 -21
- package/dist-types/commands/PutEntityTypeCommand.d.ts +6 -21
- package/dist-types/commands/PutEventTypeCommand.d.ts +6 -21
- package/dist-types/commands/PutExternalModelCommand.d.ts +6 -21
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +6 -21
- package/dist-types/commands/PutLabelCommand.d.ts +6 -21
- package/dist-types/commands/PutOutcomeCommand.d.ts +6 -21
- package/dist-types/commands/SendEventCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateListCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVariableCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteOutcomeCommand_base: {
|
|
24
|
+
new (input: DeleteOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an outcome.</p>
|
|
@@ -66,23 +69,5 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DeleteOutcomeCommand extends
|
|
70
|
-
readonly input: DeleteOutcomeCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DeleteOutcomeCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteRuleCommandInput extends DeleteRuleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteRuleCommand_base: {
|
|
24
|
+
new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the rule. You cannot delete a rule if it is used by an <code>ACTIVE</code> or <code>INACTIVE</code> detector version.</p>
|
|
@@ -69,23 +72,5 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DeleteRuleCommand extends
|
|
73
|
-
readonly input: DeleteRuleCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DeleteRuleCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVariableCommandInput extends DeleteVariableRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVariableCommandOutput extends DeleteVariableResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVariableCommand_base: {
|
|
24
|
+
new (input: DeleteVariableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a variable.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteVariableCommand extends
|
|
71
|
-
readonly input: DeleteVariableCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteVariableCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVariableCommandInput, DeleteVariableCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteVariableCommand extends DeleteVariableCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDetectorCommand_base: {
|
|
24
|
+
new (input: DescribeDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets all versions for a specified detector.</p>
|
|
@@ -78,23 +81,5 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class DescribeDetectorCommand extends
|
|
82
|
-
readonly input: DescribeDetectorCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: DescribeDetectorCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDetectorCommandInput, DescribeDetectorCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeModelVersionsCommandInput extends DescribeModelVersions
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeModelVersionsCommandOutput extends DescribeModelVersionsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeModelVersionsCommand_base: {
|
|
24
|
+
new (input: DescribeModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version. </p>
|
|
@@ -231,23 +234,5 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
|
|
|
231
234
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
232
235
|
*
|
|
233
236
|
*/
|
|
234
|
-
export declare class DescribeModelVersionsCommand extends
|
|
235
|
-
readonly input: DescribeModelVersionsCommandInput;
|
|
236
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
237
|
-
/**
|
|
238
|
-
* @public
|
|
239
|
-
*/
|
|
240
|
-
constructor(input: DescribeModelVersionsCommandInput);
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput>;
|
|
245
|
-
/**
|
|
246
|
-
* @internal
|
|
247
|
-
*/
|
|
248
|
-
private serialize;
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
|
-
private deserialize;
|
|
237
|
+
export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {
|
|
253
238
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBatchImportJobsCommandInput extends GetBatchImportJobsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBatchImportJobsCommand_base: {
|
|
24
|
+
new (input: GetBatchImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets all batch import jobs or a specific job of the specified ID. This is a paginated API. If you provide a null <code>maxResults</code>,
|
|
@@ -88,23 +91,5 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class GetBatchImportJobsCommand extends
|
|
92
|
-
readonly input: GetBatchImportJobsCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: GetBatchImportJobsCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBatchPredictionJobsCommandInput extends GetBatchPredictionJo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJobsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBatchPredictionJobsCommand_base: {
|
|
24
|
+
new (input: GetBatchPredictionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -87,23 +90,5 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class GetBatchPredictionJobsCommand extends
|
|
91
|
-
readonly input: GetBatchPredictionJobsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: GetBatchPredictionJobsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDeleteEventsByEventTypeStatusCommandInput extends GetDeleteE
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDeleteEventsByEventTypeStatusResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
24
|
+
new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the status of a <code>DeleteEventsByEventType</code> action.</p>
|
|
@@ -67,23 +70,5 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetDeleteEventsByEventTypeStatusCommand extends
|
|
71
|
-
readonly input: GetDeleteEventsByEventTypeStatusCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetDeleteEventsByEventTypeStatusCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDetectorVersionCommandInput extends GetDetectorVersionReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDetectorVersionCommand_base: {
|
|
24
|
+
new (input: GetDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a particular detector version. </p>
|
|
@@ -92,23 +95,5 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class GetDetectorVersionCommand extends
|
|
96
|
-
readonly input: GetDetectorVersionCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: GetDetectorVersionCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDetectorsCommandInput extends GetDetectorsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDetectorsCommandOutput extends GetDetectorsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDetectorsCommand_base: {
|
|
24
|
+
new (input: GetDetectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets all detectors or a single detector if a <code>detectorId</code> is specified. This is a paginated API. If you
|
|
@@ -83,23 +86,5 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class GetDetectorsCommand extends
|
|
87
|
-
readonly input: GetDetectorsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetDetectorsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorsCommandInput, GetDetectorsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class GetDetectorsCommand extends GetDetectorsCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEntityTypesCommandInput extends GetEntityTypesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEntityTypesCommand_base: {
|
|
24
|
+
new (input: GetEntityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you
|
|
@@ -82,23 +85,5 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetEntityTypesCommand extends
|
|
86
|
-
readonly input: GetEntityTypesCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetEntityTypesCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEntityTypesCommandInput, GetEntityTypesCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetEventRequest, GetEventResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEventCommandInput extends GetEventRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEventCommand_base: {
|
|
24
|
+
new (input: GetEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.</p>
|
|
@@ -82,23 +85,5 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetEventCommand extends
|
|
86
|
-
readonly input: GetEventCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetEventCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventCommandInput, GetEventCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetEventCommand extends GetEventCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetEventPredictionRequest, GetEventPredictionResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEventPredictionCommandInput extends GetEventPredictionReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEventPredictionCommandOutput extends GetEventPredictionResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEventPredictionCommand_base: {
|
|
24
|
+
new (input: GetEventPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -122,23 +125,5 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
|
|
|
122
125
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
123
126
|
*
|
|
124
127
|
*/
|
|
125
|
-
export declare class GetEventPredictionCommand extends
|
|
126
|
-
readonly input: GetEventPredictionCommandInput;
|
|
127
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
|
-
/**
|
|
129
|
-
* @public
|
|
130
|
-
*/
|
|
131
|
-
constructor(input: GetEventPredictionCommandInput);
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventPredictionCommandInput, GetEventPredictionCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private serialize;
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
private deserialize;
|
|
128
|
+
export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {
|
|
144
129
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { GetEventPredictionMetadataRequest, GetEventPredictionMetadataResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEventPredictionMetadataCommandInput extends GetEventPredicti
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEventPredictionMetadataCommandOutput extends GetEventPredictionMetadataResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEventPredictionMetadataCommand_base: {
|
|
24
|
+
new (input: GetEventPredictionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -145,23 +148,5 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
|
|
|
145
148
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
146
149
|
*
|
|
147
150
|
*/
|
|
148
|
-
export declare class GetEventPredictionMetadataCommand extends
|
|
149
|
-
readonly input: GetEventPredictionMetadataCommandInput;
|
|
150
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
151
|
-
/**
|
|
152
|
-
* @public
|
|
153
|
-
*/
|
|
154
|
-
constructor(input: GetEventPredictionMetadataCommandInput);
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
private serialize;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
private deserialize;
|
|
151
|
+
export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {
|
|
167
152
|
}
|