@aws-sdk/client-frauddetector 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +162 -163
- package/dist-cjs/models/FraudDetectorServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/FraudDetector.js +1 -1
- package/dist-es/FraudDetectorClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchCreateVariableCommand.js +2 -2
- package/dist-es/commands/BatchGetVariableCommand.js +2 -2
- package/dist-es/commands/CancelBatchImportJobCommand.js +2 -2
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -2
- package/dist-es/commands/CreateBatchImportJobCommand.js +2 -2
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -2
- package/dist-es/commands/CreateDetectorVersionCommand.js +2 -2
- package/dist-es/commands/CreateListCommand.js +2 -2
- package/dist-es/commands/CreateModelCommand.js +2 -2
- package/dist-es/commands/CreateModelVersionCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateVariableCommand.js +2 -2
- package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -2
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -2
- package/dist-es/commands/DeleteDetectorCommand.js +2 -2
- package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -2
- package/dist-es/commands/DeleteEntityTypeCommand.js +2 -2
- package/dist-es/commands/DeleteEventCommand.js +2 -2
- package/dist-es/commands/DeleteEventTypeCommand.js +2 -2
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -2
- package/dist-es/commands/DeleteExternalModelCommand.js +2 -2
- package/dist-es/commands/DeleteLabelCommand.js +2 -2
- package/dist-es/commands/DeleteListCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteModelVersionCommand.js +2 -2
- package/dist-es/commands/DeleteOutcomeCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteVariableCommand.js +2 -2
- package/dist-es/commands/DescribeDetectorCommand.js +2 -2
- package/dist-es/commands/DescribeModelVersionsCommand.js +2 -2
- package/dist-es/commands/GetBatchImportJobsCommand.js +2 -2
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -2
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -2
- package/dist-es/commands/GetDetectorVersionCommand.js +2 -2
- package/dist-es/commands/GetDetectorsCommand.js +2 -2
- package/dist-es/commands/GetEntityTypesCommand.js +2 -2
- package/dist-es/commands/GetEventCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -2
- package/dist-es/commands/GetEventTypesCommand.js +2 -2
- package/dist-es/commands/GetExternalModelsCommand.js +2 -2
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/GetLabelsCommand.js +2 -2
- package/dist-es/commands/GetListElementsCommand.js +2 -2
- package/dist-es/commands/GetListsMetadataCommand.js +2 -2
- package/dist-es/commands/GetModelVersionCommand.js +2 -2
- package/dist-es/commands/GetModelsCommand.js +2 -2
- package/dist-es/commands/GetOutcomesCommand.js +2 -2
- package/dist-es/commands/GetRulesCommand.js +2 -2
- package/dist-es/commands/GetVariablesCommand.js +2 -2
- package/dist-es/commands/ListEventPredictionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutDetectorCommand.js +2 -2
- package/dist-es/commands/PutEntityTypeCommand.js +2 -2
- package/dist-es/commands/PutEventTypeCommand.js +2 -2
- package/dist-es/commands/PutExternalModelCommand.js +2 -2
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/PutLabelCommand.js +2 -2
- package/dist-es/commands/PutOutcomeCommand.js +2 -2
- package/dist-es/commands/SendEventCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -2
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -2
- package/dist-es/commands/UpdateEventLabelCommand.js +2 -2
- package/dist-es/commands/UpdateListCommand.js +2 -2
- package/dist-es/commands/UpdateModelCommand.js +2 -2
- package/dist-es/commands/UpdateModelVersionCommand.js +2 -2
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -2
- package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateRuleVersionCommand.js +2 -2
- package/dist-es/commands/UpdateVariableCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/FraudDetectorServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/FraudDetectorClient.d.ts +5 -5
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetVariableCommand.d.ts +6 -4
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +6 -4
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateListCommand.d.ts +6 -4
- package/dist-types/commands/CreateModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateModelVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateVariableCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLabelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVariableCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDetectorCommand.d.ts +6 -4
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +6 -4
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +6 -4
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +6 -4
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetDetectorsCommand.d.ts +6 -4
- package/dist-types/commands/GetEntityTypesCommand.d.ts +6 -4
- package/dist-types/commands/GetEventCommand.d.ts +6 -4
- package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -4
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +6 -4
- package/dist-types/commands/GetEventTypesCommand.d.ts +6 -4
- package/dist-types/commands/GetExternalModelsCommand.d.ts +6 -4
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetLabelsCommand.d.ts +6 -4
- package/dist-types/commands/GetListElementsCommand.d.ts +6 -4
- package/dist-types/commands/GetListsMetadataCommand.d.ts +6 -4
- package/dist-types/commands/GetModelVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetModelsCommand.d.ts +6 -4
- package/dist-types/commands/GetOutcomesCommand.d.ts +6 -4
- package/dist-types/commands/GetRulesCommand.d.ts +6 -4
- package/dist-types/commands/GetVariablesCommand.d.ts +6 -4
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutDetectorCommand.d.ts +6 -4
- package/dist-types/commands/PutEntityTypeCommand.d.ts +6 -4
- package/dist-types/commands/PutEventTypeCommand.d.ts +6 -4
- package/dist-types/commands/PutExternalModelCommand.d.ts +6 -4
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +6 -4
- package/dist-types/commands/PutLabelCommand.d.ts +6 -4
- package/dist-types/commands/PutOutcomeCommand.d.ts +6 -4
- package/dist-types/commands/SendEventCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateListCommand.d.ts +6 -4
- package/dist-types/commands/UpdateModelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVariableCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/FraudDetectorServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { CreateModelRequest, CreateModelResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateModelCommandInput extends CreateModelRequest {
|
|
|
22
22
|
export interface CreateModelCommandOutput extends CreateModelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateModelCommand_base: {
|
|
25
|
-
new (input: CreateModelCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateModelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a model using the specified model type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateModelVersionCommandInput extends CreateModelVersionReques
|
|
|
22
22
|
export interface CreateModelVersionCommandOutput extends CreateModelVersionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateModelVersionCommand_base: {
|
|
25
|
-
new (input: CreateModelVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateModelVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateModelVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateModelVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a version of the model using the specified model type and model id.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateRuleCommandInput extends CreateRuleRequest {
|
|
|
22
22
|
export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRuleCommand_base: {
|
|
25
|
-
new (input: CreateRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a rule for use with the specified detector. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { CreateVariableRequest, CreateVariableResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateVariableCommandInput extends CreateVariableRequest {
|
|
|
22
22
|
export interface CreateVariableCommandOutput extends CreateVariableResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVariableCommand_base: {
|
|
25
|
-
new (input: CreateVariableCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateVariableCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateVariableCommandInput): import("@smithy/core/client").CommandImpl<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateVariableCommandInput): import("@smithy/core/client").CommandImpl<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a variable.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBatchImportJobCommandInput extends DeleteBatchImportJobRe
|
|
|
22
22
|
export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBatchImportJobCommand_base: {
|
|
25
|
-
new (input: DeleteBatchImportJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBatchImportJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBatchImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBatchImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBatchPredictionJobCommandInput extends DeleteBatchPredict
|
|
|
22
22
|
export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredictionJobResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBatchPredictionJobCommand_base: {
|
|
25
|
-
new (input: DeleteBatchPredictionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBatchPredictionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBatchPredictionJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBatchPredictionJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a batch prediction job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {
|
|
|
22
22
|
export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDetectorCommand_base: {
|
|
25
|
-
new (input: DeleteDetectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDetectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDetectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDetectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDetectorVersionCommandInput extends DeleteDetectorVersion
|
|
|
22
22
|
export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDetectorVersionCommand_base: {
|
|
25
|
-
new (input: DeleteDetectorVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDetectorVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the detector version. You cannot delete detector versions that are in <code>ACTIVE</code> status.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEntityTypeCommandInput extends DeleteEntityTypeRequest {
|
|
|
22
22
|
export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEntityTypeCommand_base: {
|
|
25
|
-
new (input: DeleteEntityTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEntityTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEntityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEntityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an entity type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteEventRequest, DeleteEventResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEventCommandInput extends DeleteEventRequest {
|
|
|
22
22
|
export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEventCommand_base: {
|
|
25
|
-
new (input: DeleteEventCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEventCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEventCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEventCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified event.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEventTypeCommandInput extends DeleteEventTypeRequest {
|
|
|
22
22
|
export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEventTypeCommand_base: {
|
|
25
|
-
new (input: DeleteEventTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEventTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEventTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEventTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an event type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEventsByEventTypeCommandInput extends DeleteEventsByEvent
|
|
|
22
22
|
export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEventTypeResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEventsByEventTypeCommand_base: {
|
|
25
|
-
new (input: DeleteEventsByEventTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEventsByEventTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEventsByEventTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEventsByEventTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes all events of a particular event type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteExternalModelCommandInput extends DeleteExternalModelRequ
|
|
|
22
22
|
export interface DeleteExternalModelCommandOutput extends DeleteExternalModelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteExternalModelCommand_base: {
|
|
25
|
-
new (input: DeleteExternalModelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteExternalModelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteExternalModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteExternalModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a SageMaker model from Amazon Fraud Detector.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLabelCommandInput extends DeleteLabelRequest {
|
|
|
22
22
|
export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLabelCommand_base: {
|
|
25
|
-
new (input: DeleteLabelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLabelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a label.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteListRequest, DeleteListResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteListCommandInput extends DeleteListRequest {
|
|
|
22
22
|
export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteListCommand_base: {
|
|
25
|
-
new (input: DeleteListCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteListCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteListCommandInput): import("@smithy/core/client").CommandImpl<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteListCommandInput): import("@smithy/core/client").CommandImpl<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteModelRequest, DeleteModelResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteModelCommandInput extends DeleteModelRequest {
|
|
|
22
22
|
export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteModelCommand_base: {
|
|
25
|
-
new (input: DeleteModelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteModelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a model.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteModelVersionCommandInput extends DeleteModelVersionReques
|
|
|
22
22
|
export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteModelVersionCommand_base: {
|
|
25
|
-
new (input: DeleteModelVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteModelVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a model version.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {
|
|
|
22
22
|
export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteOutcomeCommand_base: {
|
|
25
|
-
new (input: DeleteOutcomeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteOutcomeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteOutcomeCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteOutcomeCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an outcome.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRuleCommandInput extends DeleteRuleRequest {
|
|
|
22
22
|
export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRuleCommand_base: {
|
|
25
|
-
new (input: DeleteRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVariableCommandInput extends DeleteVariableRequest {
|
|
|
22
22
|
export interface DeleteVariableCommandOutput extends DeleteVariableResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVariableCommand_base: {
|
|
25
|
-
new (input: DeleteVariableCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVariableCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVariableCommandInput): import("@smithy/core/client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVariableCommandInput): import("@smithy/core/client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a variable.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {
|
|
|
22
22
|
export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDetectorCommand_base: {
|
|
25
|
-
new (input: DescribeDetectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeDetectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDetectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeDetectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets all versions for a specified detector.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeModelVersionsCommandInput extends DescribeModelVersions
|
|
|
22
22
|
export interface DescribeModelVersionsCommandOutput extends DescribeModelVersionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeModelVersionsCommand_base: {
|
|
25
|
-
new (input: DescribeModelVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeModelVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeModelVersionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBatchImportJobsCommandInput extends GetBatchImportJobsReques
|
|
|
22
22
|
export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBatchImportJobsCommand_base: {
|
|
25
|
-
new (input: GetBatchImportJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetBatchImportJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBatchImportJobsCommandInput): import("@smithy/core/client").CommandImpl<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetBatchImportJobsCommandInput]): import("@smithy/core/client").CommandImpl<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBatchPredictionJobsCommandInput extends GetBatchPredictionJo
|
|
|
22
22
|
export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJobsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBatchPredictionJobsCommand_base: {
|
|
25
|
-
new (input: GetBatchPredictionJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetBatchPredictionJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDeleteEventsByEventTypeStatusCommandInput extends GetDeleteE
|
|
|
22
22
|
export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDeleteEventsByEventTypeStatusResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
25
|
-
new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the status of a <code>DeleteEventsByEventType</code> action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
4
4
|
import type { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDetectorVersionCommandInput extends GetDetectorVersionReques
|
|
|
22
22
|
export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDetectorVersionCommand_base: {
|
|
25
|
-
new (input: GetDetectorVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDetectorVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a particular detector version. </p>
|