@aws-sdk/client-frauddetector 3.278.0 → 3.281.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/README.md +587 -0
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +6 -0
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +6 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateListCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteListCommand.d.ts +6 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +6 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +6 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +6 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +6 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +6 -0
- package/dist-types/commands/GetEventCommand.d.ts +6 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +6 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +6 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +6 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +6 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +6 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetModelsCommand.d.ts +6 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +6 -0
- package/dist-types/commands/GetRulesCommand.d.ts +6 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +6 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +6 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +6 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +6 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +6 -0
- package/dist-types/commands/PutLabelCommand.d.ts +6 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +6 -0
- package/dist-types/commands/SendEventCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateListCommand.d.ts +6 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetKMSEncryptionKeyResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetKMSEncryptionKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetKMSEncryptionKeyCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetKMSEncryptionKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetLabelsRequest, GetLabelsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLabelsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLabelsCommandInput extends GetLabelsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLabelsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetListElementsRequest, GetListElementsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetListElementsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetListElementsCommandInput extends GetListElementsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetListElementsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetListElementsCommandOutput extends GetListElementsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetListsMetadataRequest, GetListsMetadataResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetListsMetadataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetListsMetadataCommandInput extends GetListsMetadataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetListsMetadataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetModelVersionRequest, GetModelVersionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetModelVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetModelVersionCommandInput extends GetModelVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetModelVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetModelVersionCommandOutput extends GetModelVersionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetModelsRequest, GetModelsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetModelsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetModelsCommandInput extends GetModelsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetModelsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetOutcomesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetOutcomesCommandInput extends GetOutcomesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetOutcomesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetRulesRequest, GetRulesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetRulesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetRulesCommandInput extends GetRulesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetRulesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { GetVariablesRequest, GetVariablesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetVariablesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetVariablesCommandInput extends GetVariablesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetVariablesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetVariablesCommandOutput extends GetVariablesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEventPredictionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEventPredictionsCommandInput extends ListEventPredictionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEventPredictionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEventPredictionsCommandOutput extends ListEventPredictionsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { PutDetectorRequest, PutDetectorResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutDetectorCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutDetectorCommandInput extends PutDetectorRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutDetectorCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutEntityTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutEntityTypeCommandInput extends PutEntityTypeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutEntityTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutEventTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutEventTypeCommandInput extends PutEventTypeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutEventTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutEventTypeCommandOutput extends PutEventTypeResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutExternalModelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutExternalModelCommandInput extends PutExternalModelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutExternalModelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutExternalModelCommandOutput extends PutExternalModelResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutKMSEncryptionKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutKMSEncryptionKeyCommandInput extends PutKMSEncryptionKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutKMSEncryptionKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { PutLabelRequest, PutLabelResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutLabelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutLabelCommandInput extends PutLabelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutLabelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutOutcomeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutOutcomeCommandInput extends PutOutcomeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutOutcomeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { SendEventRequest, SendEventResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SendEventCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SendEventCommandInput extends SendEventRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SendEventCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SendEventCommandOutput extends SendEventResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateDetectorVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateDetectorVersionCommandInput extends UpdateDetectorVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateDetectorVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateDetectorVersionMetadataRequest, UpdateDetectorVersionMetadataResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateDetectorVersionMetadataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateDetectorVersionMetadataCommandInput extends UpdateDetectorVersionMetadataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateDetectorVersionMetadataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetectorVersionMetadataResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateDetectorVersionStatusRequest, UpdateDetectorVersionStatusResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateDetectorVersionStatusCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateDetectorVersionStatusCommandInput extends UpdateDetectorVersionStatusRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateDetectorVersionStatusCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetectorVersionStatusResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateEventLabelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateEventLabelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateListRequest, UpdateListResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateListCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateListCommandInput extends UpdateListRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateListCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateModelRequest, UpdateModelResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateModelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateModelCommandInput extends UpdateModelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateModelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateModelVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateModelVersionCommandInput extends UpdateModelVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateModelVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateModelVersionStatusRequest, UpdateModelVersionStatusResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateModelVersionStatusCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateModelVersionStatusCommandInput extends UpdateModelVersionStatusRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateModelVersionStatusCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersionStatusResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateRuleMetadataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateRuleMetadataCommandInput extends UpdateRuleMetadataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateRuleMetadataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateRuleVersionRequest, UpdateRuleVersionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateRuleVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateRuleVersionCommandInput extends UpdateRuleVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateRuleVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
5
|
import { UpdateVariableRequest, UpdateVariableResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateVariableCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateVariableCommandInput extends UpdateVariableRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateVariableCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateVariableCommandOutput extends UpdateVariableResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.272.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.272.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.279.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.272.0",
|