@aws-sdk/client-frauddetector 3.300.0 → 3.301.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-types/commands/BatchCreateVariableCommand.d.ts +5 -5
- package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -2
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +8 -8
- package/dist-types/commands/CreateListCommand.d.ts +4 -4
- package/dist-types/commands/CreateModelCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelVersionCommand.d.ts +10 -10
- package/dist-types/commands/CreateRuleCommand.d.ts +4 -4
- package/dist-types/commands/CreateVariableCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLabelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVariableCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetEventCommand.d.ts +1 -1
- package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -6
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetEventTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetExternalModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetLabelsCommand.d.ts +1 -1
- package/dist-types/commands/GetListElementsCommand.d.ts +1 -1
- package/dist-types/commands/GetListsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetOutcomesCommand.d.ts +1 -1
- package/dist-types/commands/GetRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetVariablesCommand.d.ts +1 -1
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDetectorCommand.d.ts +3 -3
- package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -3
- package/dist-types/commands/PutEventTypeCommand.d.ts +5 -5
- package/dist-types/commands/PutExternalModelCommand.d.ts +7 -7
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/PutLabelCommand.d.ts +3 -3
- package/dist-types/commands/PutOutcomeCommand.d.ts +3 -3
- package/dist-types/commands/SendEventCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateListCommand.d.ts +2 -2
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +5 -5
- package/dist-types/commands/UpdateVariableCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,9 +26,9 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
|
|
|
26
26
|
* import { FraudDetectorClient, BatchCreateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, BatchCreateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* variableEntries: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // BatchCreateVariableRequest
|
|
30
|
+
* variableEntries: [ // VariableEntryList // required
|
|
31
|
+
* { // VariableEntry
|
|
32
32
|
* name: "STRING_VALUE",
|
|
33
33
|
* dataType: "STRING_VALUE",
|
|
34
34
|
* dataSource: "STRING_VALUE",
|
|
@@ -37,8 +37,8 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
|
|
|
37
37
|
* variableType: "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* ],
|
|
40
|
-
* tags: [
|
|
41
|
-
* {
|
|
40
|
+
* tags: [ // tagList
|
|
41
|
+
* { // Tag
|
|
42
42
|
* key: "STRING_VALUE", // required
|
|
43
43
|
* value: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
@@ -26,8 +26,8 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
|
|
|
26
26
|
* import { FraudDetectorClient, BatchGetVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, BatchGetVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* names: [ // required
|
|
29
|
+
* const input = { // BatchGetVariableRequest
|
|
30
|
+
* names: [ // NameList // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
|
|
|
26
26
|
* import { FraudDetectorClient, CancelBatchImportJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CancelBatchImportJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelBatchImportJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelBatchImportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
|
|
|
26
26
|
* import { FraudDetectorClient, CancelBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CancelBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelBatchPredictionJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelBatchPredictionJobCommand(input);
|
|
@@ -26,14 +26,14 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
|
|
|
26
26
|
* import { FraudDetectorClient, CreateBatchImportJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateBatchImportJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateBatchImportJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* inputPath: "STRING_VALUE", // required
|
|
32
32
|
* outputPath: "STRING_VALUE", // required
|
|
33
33
|
* eventTypeName: "STRING_VALUE", // required
|
|
34
34
|
* iamRoleArn: "STRING_VALUE", // required
|
|
35
|
-
* tags: [
|
|
36
|
-
* {
|
|
35
|
+
* tags: [ // tagList
|
|
36
|
+
* { // Tag
|
|
37
37
|
* key: "STRING_VALUE", // required
|
|
38
38
|
* value: "STRING_VALUE", // required
|
|
39
39
|
* },
|
|
@@ -26,7 +26,7 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
|
|
|
26
26
|
* import { FraudDetectorClient, CreateBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateBatchPredictionJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* inputPath: "STRING_VALUE", // required
|
|
32
32
|
* outputPath: "STRING_VALUE", // required
|
|
@@ -34,8 +34,8 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
|
|
|
34
34
|
* detectorName: "STRING_VALUE", // required
|
|
35
35
|
* detectorVersion: "STRING_VALUE",
|
|
36
36
|
* iamRoleArn: "STRING_VALUE", // required
|
|
37
|
-
* tags: [
|
|
38
|
-
* {
|
|
37
|
+
* tags: [ // tagList
|
|
38
|
+
* { // Tag
|
|
39
39
|
* key: "STRING_VALUE", // required
|
|
40
40
|
* value: "STRING_VALUE", // required
|
|
41
41
|
* },
|
|
@@ -26,21 +26,21 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
|
|
|
26
26
|
* import { FraudDetectorClient, CreateDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateDetectorVersionRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* externalModelEndpoints: [
|
|
32
|
+
* externalModelEndpoints: [ // ListOfStrings
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
|
-
* rules: [ // required
|
|
36
|
-
* {
|
|
35
|
+
* rules: [ // RuleList // required
|
|
36
|
+
* { // Rule
|
|
37
37
|
* detectorId: "STRING_VALUE", // required
|
|
38
38
|
* ruleId: "STRING_VALUE", // required
|
|
39
39
|
* ruleVersion: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
41
|
* ],
|
|
42
|
-
* modelVersions: [
|
|
43
|
-
* {
|
|
42
|
+
* modelVersions: [ // ListOfModelVersions
|
|
43
|
+
* { // ModelVersion
|
|
44
44
|
* modelId: "STRING_VALUE", // required
|
|
45
45
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
46
46
|
* modelVersionNumber: "STRING_VALUE", // required
|
|
@@ -48,8 +48,8 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
|
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
50
|
* ruleExecutionMode: "ALL_MATCHED" || "FIRST_MATCHED",
|
|
51
|
-
* tags: [
|
|
52
|
-
* {
|
|
51
|
+
* tags: [ // tagList
|
|
52
|
+
* { // Tag
|
|
53
53
|
* key: "STRING_VALUE", // required
|
|
54
54
|
* value: "STRING_VALUE", // required
|
|
55
55
|
* },
|
|
@@ -30,15 +30,15 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
|
|
|
30
30
|
* import { FraudDetectorClient, CreateListCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
31
31
|
* // const { FraudDetectorClient, CreateListCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
32
32
|
* const client = new FraudDetectorClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateListRequest
|
|
34
34
|
* name: "STRING_VALUE", // required
|
|
35
|
-
* elements: [
|
|
35
|
+
* elements: [ // ElementsList
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* variableType: "STRING_VALUE",
|
|
39
39
|
* description: "STRING_VALUE",
|
|
40
|
-
* tags: [
|
|
41
|
-
* {
|
|
40
|
+
* tags: [ // tagList
|
|
41
|
+
* { // Tag
|
|
42
42
|
* key: "STRING_VALUE", // required
|
|
43
43
|
* value: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
@@ -26,13 +26,13 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
|
|
|
26
26
|
* import { FraudDetectorClient, CreateModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateModelRequest
|
|
30
30
|
* modelId: "STRING_VALUE", // required
|
|
31
31
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
33
|
* eventTypeName: "STRING_VALUE", // required
|
|
34
|
-
* tags: [
|
|
35
|
-
* {
|
|
34
|
+
* tags: [ // tagList
|
|
35
|
+
* { // Tag
|
|
36
36
|
* key: "STRING_VALUE", // required
|
|
37
37
|
* value: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
@@ -27,16 +27,16 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
|
|
|
27
27
|
* import { FraudDetectorClient, CreateModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, CreateModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateModelVersionRequest
|
|
31
31
|
* modelId: "STRING_VALUE", // required
|
|
32
32
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
33
33
|
* trainingDataSource: "EXTERNAL_EVENTS" || "INGESTED_EVENTS", // required
|
|
34
|
-
* trainingDataSchema: {
|
|
35
|
-
* modelVariables: [ // required
|
|
34
|
+
* trainingDataSchema: { // TrainingDataSchema
|
|
35
|
+
* modelVariables: [ // ListOfStrings // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
|
-
* labelSchema: {
|
|
39
|
-
* labelMapper: {
|
|
38
|
+
* labelSchema: { // LabelSchema
|
|
39
|
+
* labelMapper: { // labelMapper
|
|
40
40
|
* "<keys>": [
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
@@ -44,18 +44,18 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
|
|
|
44
44
|
* unlabeledEventsTreatment: "IGNORE" || "FRAUD" || "LEGIT" || "AUTO",
|
|
45
45
|
* },
|
|
46
46
|
* },
|
|
47
|
-
* externalEventsDetail: {
|
|
47
|
+
* externalEventsDetail: { // ExternalEventsDetail
|
|
48
48
|
* dataLocation: "STRING_VALUE", // required
|
|
49
49
|
* dataAccessRoleArn: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
51
|
-
* ingestedEventsDetail: {
|
|
52
|
-
* ingestedEventsTimeWindow: {
|
|
51
|
+
* ingestedEventsDetail: { // IngestedEventsDetail
|
|
52
|
+
* ingestedEventsTimeWindow: { // IngestedEventsTimeWindow
|
|
53
53
|
* startTime: "STRING_VALUE", // required
|
|
54
54
|
* endTime: "STRING_VALUE", // required
|
|
55
55
|
* },
|
|
56
56
|
* },
|
|
57
|
-
* tags: [
|
|
58
|
-
* {
|
|
57
|
+
* tags: [ // tagList
|
|
58
|
+
* { // Tag
|
|
59
59
|
* key: "STRING_VALUE", // required
|
|
60
60
|
* value: "STRING_VALUE", // required
|
|
61
61
|
* },
|
|
@@ -26,17 +26,17 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
|
|
|
26
26
|
* import { FraudDetectorClient, CreateRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateRuleRequest
|
|
30
30
|
* ruleId: "STRING_VALUE", // required
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
33
|
* expression: "STRING_VALUE", // required
|
|
34
34
|
* language: "DETECTORPL", // required
|
|
35
|
-
* outcomes: [ // required
|
|
35
|
+
* outcomes: [ // NonEmptyListOfStrings // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
|
-
* tags: [
|
|
39
|
-
* {
|
|
38
|
+
* tags: [ // tagList
|
|
39
|
+
* { // Tag
|
|
40
40
|
* key: "STRING_VALUE", // required
|
|
41
41
|
* value: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
@@ -26,15 +26,15 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
|
|
|
26
26
|
* import { FraudDetectorClient, CreateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, CreateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateVariableRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* dataType: "STRING" || "INTEGER" || "FLOAT" || "BOOLEAN", // required
|
|
32
32
|
* dataSource: "EVENT" || "MODEL_SCORE" || "EXTERNAL_MODEL_SCORE", // required
|
|
33
33
|
* defaultValue: "STRING_VALUE", // required
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
35
|
* variableType: "STRING_VALUE",
|
|
36
|
-
* tags: [
|
|
37
|
-
* {
|
|
36
|
+
* tags: [ // tagList
|
|
37
|
+
* { // Tag
|
|
38
38
|
* key: "STRING_VALUE", // required
|
|
39
39
|
* value: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
@@ -26,7 +26,7 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
|
|
|
26
26
|
* import { FraudDetectorClient, DeleteBatchImportJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DeleteBatchImportJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteBatchImportJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBatchImportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
|
|
|
26
26
|
* import { FraudDetectorClient, DeleteBatchPredictionJobCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DeleteBatchPredictionJobCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteBatchPredictionJobRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBatchPredictionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteDetectorRequest
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteDetectorCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteDetectorVersionRequest
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* detectorVersionId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteEntityTypeRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteEntityTypeCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteEventRequest
|
|
31
31
|
* eventId: "STRING_VALUE", // required
|
|
32
32
|
* eventTypeName: "STRING_VALUE", // required
|
|
33
33
|
* deleteAuditHistory: true || false,
|
|
@@ -28,7 +28,7 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteEventTypeRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteEventTypeCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
|
|
|
26
26
|
* import { FraudDetectorClient, DeleteEventsByEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DeleteEventsByEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteEventsByEventTypeRequest
|
|
30
30
|
* eventTypeName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEventsByEventTypeCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteExternalModelRequest
|
|
31
31
|
* modelEndpoint: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteExternalModelCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
|
|
|
29
29
|
* import { FraudDetectorClient, DeleteLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, DeleteLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteLabelRequest
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteLabelCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
|
|
|
29
29
|
* import { FraudDetectorClient, DeleteListCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, DeleteListCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteListRequest
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteListCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteModelRequest
|
|
32
32
|
* modelId: "STRING_VALUE", // required
|
|
33
33
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
34
34
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteModelVersionRequest
|
|
32
32
|
* modelId: "STRING_VALUE", // required
|
|
33
33
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
34
34
|
* modelVersionNumber: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
|
|
|
28
28
|
* import { FraudDetectorClient, DeleteOutcomeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, DeleteOutcomeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteOutcomeRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteOutcomeCommand(input);
|
|
@@ -27,8 +27,8 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
|
|
|
27
27
|
* import { FraudDetectorClient, DeleteRuleCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, DeleteRuleCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* rule: {
|
|
30
|
+
* const input = { // DeleteRuleRequest
|
|
31
|
+
* rule: { // Rule
|
|
32
32
|
* detectorId: "STRING_VALUE", // required
|
|
33
33
|
* ruleId: "STRING_VALUE", // required
|
|
34
34
|
* ruleVersion: "STRING_VALUE", // required
|
|
@@ -29,7 +29,7 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
|
|
|
29
29
|
* import { FraudDetectorClient, DeleteVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, DeleteVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteVariableRequest
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteVariableCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
|
|
|
26
26
|
* import { FraudDetectorClient, DescribeDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DescribeDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDetectorRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
|
|
|
26
26
|
* import { FraudDetectorClient, DescribeModelVersionsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, DescribeModelVersionsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeModelVersionsRequest
|
|
30
30
|
* modelId: "STRING_VALUE",
|
|
31
31
|
* modelVersionNumber: "STRING_VALUE",
|
|
32
32
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
@@ -29,7 +29,7 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
|
|
|
29
29
|
* import { FraudDetectorClient, GetBatchImportJobsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
30
30
|
* // const { FraudDetectorClient, GetBatchImportJobsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
31
31
|
* const client = new FraudDetectorClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetBatchImportJobsRequest
|
|
33
33
|
* jobId: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
35
35
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
|
|
|
26
26
|
* import { FraudDetectorClient, GetBatchPredictionJobsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetBatchPredictionJobsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetBatchPredictionJobsRequest
|
|
30
30
|
* jobId: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
|
|
|
26
26
|
* import { FraudDetectorClient, GetDeleteEventsByEventTypeStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetDeleteEventsByEventTypeStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeleteEventsByEventTypeStatusRequest
|
|
30
30
|
* eventTypeName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeleteEventsByEventTypeStatusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
|
|
|
26
26
|
* import { FraudDetectorClient, GetDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDetectorVersionRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* detectorVersionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -31,7 +31,7 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
|
|
|
31
31
|
* import { FraudDetectorClient, GetDetectorsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetDetectorsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetDetectorsRequest
|
|
35
35
|
* detectorId: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
|
|
|
31
31
|
* import { FraudDetectorClient, GetEntityTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetEntityTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetEntityTypesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
|
|
|
26
26
|
* import { FraudDetectorClient, GetEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEventRequest
|
|
30
30
|
* eventId: "STRING_VALUE", // required
|
|
31
31
|
* eventTypeName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,23 +26,23 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
|
|
|
26
26
|
* import { FraudDetectorClient, GetEventPredictionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetEventPredictionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEventPredictionRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* detectorVersionId: "STRING_VALUE",
|
|
32
32
|
* eventId: "STRING_VALUE", // required
|
|
33
33
|
* eventTypeName: "STRING_VALUE", // required
|
|
34
|
-
* entities: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* entities: [ // listOfEntities // required
|
|
35
|
+
* { // Entity
|
|
36
36
|
* entityType: "STRING_VALUE", // required
|
|
37
37
|
* entityId: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
39
39
|
* ],
|
|
40
40
|
* eventTimestamp: "STRING_VALUE", // required
|
|
41
|
-
* eventVariables: { // required
|
|
41
|
+
* eventVariables: { // EventVariableMap // required
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
-
* externalModelEndpointDataBlobs: {
|
|
45
|
-
* "<keys>": {
|
|
44
|
+
* externalModelEndpointDataBlobs: { // ExternalModelEndpointDataBlobMap
|
|
45
|
+
* "<keys>": { // ModelEndpointDataBlob
|
|
46
46
|
* byteBuffer: "BLOB_VALUE",
|
|
47
47
|
* contentType: "STRING_VALUE",
|
|
48
48
|
* },
|
|
@@ -28,7 +28,7 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
|
|
|
28
28
|
* import { FraudDetectorClient, GetEventPredictionMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, GetEventPredictionMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetEventPredictionMetadataRequest
|
|
32
32
|
* eventId: "STRING_VALUE", // required
|
|
33
33
|
* eventTypeName: "STRING_VALUE", // required
|
|
34
34
|
* detectorId: "STRING_VALUE", // required
|
|
@@ -31,7 +31,7 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
|
|
|
31
31
|
* import { FraudDetectorClient, GetEventTypesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetEventTypesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetEventTypesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
|
|
|
31
31
|
* import { FraudDetectorClient, GetExternalModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetExternalModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetExternalModelsRequest
|
|
35
35
|
* modelEndpoint: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
|
|
|
31
31
|
* import { FraudDetectorClient, GetLabelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetLabelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetLabelsRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
|
|
|
28
28
|
* import { FraudDetectorClient, GetListElementsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, GetListElementsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetListElementsRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
|
|
|
28
28
|
* import { FraudDetectorClient, GetListsMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, GetListsMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetListsMetadataRequest
|
|
32
32
|
* name: "STRING_VALUE",
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
|
|
|
26
26
|
* import { FraudDetectorClient, GetModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, GetModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetModelVersionRequest
|
|
30
30
|
* modelId: "STRING_VALUE", // required
|
|
31
31
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
32
32
|
* modelVersionNumber: "STRING_VALUE", // required
|
|
@@ -32,7 +32,7 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
|
|
|
32
32
|
* import { FraudDetectorClient, GetModelsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
33
33
|
* // const { FraudDetectorClient, GetModelsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
34
34
|
* const client = new FraudDetectorClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // GetModelsRequest
|
|
36
36
|
* modelId: "STRING_VALUE",
|
|
37
37
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
38
38
|
* nextToken: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
|
|
|
31
31
|
* import { FraudDetectorClient, GetOutcomesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetOutcomesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetOutcomesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
|
|
|
27
27
|
* import { FraudDetectorClient, GetRulesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, GetRulesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetRulesRequest
|
|
31
31
|
* ruleId: "STRING_VALUE",
|
|
32
32
|
* detectorId: "STRING_VALUE", // required
|
|
33
33
|
* ruleVersion: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
|
|
|
31
31
|
* import { FraudDetectorClient, GetVariablesCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
32
32
|
* // const { FraudDetectorClient, GetVariablesCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
33
33
|
* const client = new FraudDetectorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetVariablesRequest
|
|
35
35
|
* name: "STRING_VALUE",
|
|
36
36
|
* nextToken: "STRING_VALUE",
|
|
37
37
|
* maxResults: Number("int"),
|
|
@@ -37,8 +37,8 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
|
|
|
37
37
|
* import { FraudDetectorClient, ListEventPredictionsCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
38
38
|
* // const { FraudDetectorClient, ListEventPredictionsCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
39
39
|
* const client = new FraudDetectorClient(config);
|
|
40
|
-
* const input = {
|
|
41
|
-
* eventId: {
|
|
40
|
+
* const input = { // ListEventPredictionsRequest
|
|
41
|
+
* eventId: { // FilterCondition
|
|
42
42
|
* value: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* eventType: {
|
|
@@ -50,7 +50,7 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
|
|
|
50
50
|
* detectorVersionId: {
|
|
51
51
|
* value: "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
|
-
* predictionTimeRange: {
|
|
53
|
+
* predictionTimeRange: { // PredictionTimeRange
|
|
54
54
|
* startTime: "STRING_VALUE", // required
|
|
55
55
|
* endTime: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
@@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
28
28
|
* import { FraudDetectorClient, ListTagsForResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTagsForResourceRequest
|
|
32
32
|
* resourceARN: "STRING_VALUE", // required
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
@@ -26,12 +26,12 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
|
|
|
26
26
|
* import { FraudDetectorClient, PutDetectorCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutDetectorCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutDetectorRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* eventTypeName: "STRING_VALUE", // required
|
|
33
|
-
* tags: [
|
|
34
|
-
* {
|
|
33
|
+
* tags: [ // tagList
|
|
34
|
+
* { // Tag
|
|
35
35
|
* key: "STRING_VALUE", // required
|
|
36
36
|
* value: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -26,11 +26,11 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
|
|
|
26
26
|
* import { FraudDetectorClient, PutEntityTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutEntityTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutEntityTypeRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* tags: [
|
|
33
|
-
* {
|
|
32
|
+
* tags: [ // tagList
|
|
33
|
+
* { // Tag
|
|
34
34
|
* key: "STRING_VALUE", // required
|
|
35
35
|
* value: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
@@ -26,21 +26,21 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
|
|
|
26
26
|
* import { FraudDetectorClient, PutEventTypeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutEventTypeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutEventTypeRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* eventVariables: [ // required
|
|
32
|
+
* eventVariables: [ // NonEmptyListOfStrings // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
|
-
* labels: [
|
|
35
|
+
* labels: [ // ListOfStrings
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* entityTypes: [ // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* eventIngestion: "ENABLED" || "DISABLED",
|
|
42
|
-
* tags: [
|
|
43
|
-
* {
|
|
42
|
+
* tags: [ // tagList
|
|
43
|
+
* { // Tag
|
|
44
44
|
* key: "STRING_VALUE", // required
|
|
45
45
|
* value: "STRING_VALUE", // required
|
|
46
46
|
* },
|
|
@@ -26,29 +26,29 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
|
|
|
26
26
|
* import { FraudDetectorClient, PutExternalModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutExternalModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutExternalModelRequest
|
|
30
30
|
* modelEndpoint: "STRING_VALUE", // required
|
|
31
31
|
* modelSource: "SAGEMAKER", // required
|
|
32
32
|
* invokeModelEndpointRoleArn: "STRING_VALUE", // required
|
|
33
|
-
* inputConfiguration: {
|
|
33
|
+
* inputConfiguration: { // ModelInputConfiguration
|
|
34
34
|
* eventTypeName: "STRING_VALUE",
|
|
35
35
|
* format: "TEXT_CSV" || "APPLICATION_JSON",
|
|
36
36
|
* useEventVariables: true || false, // required
|
|
37
37
|
* jsonInputTemplate: "STRING_VALUE",
|
|
38
38
|
* csvInputTemplate: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
|
-
* outputConfiguration: {
|
|
40
|
+
* outputConfiguration: { // ModelOutputConfiguration
|
|
41
41
|
* format: "TEXT_CSV" || "APPLICATION_JSONLINES", // required
|
|
42
|
-
* jsonKeyToVariableMap: {
|
|
42
|
+
* jsonKeyToVariableMap: { // JsonKeyToVariableMap
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
|
-
* csvIndexToVariableMap: {
|
|
45
|
+
* csvIndexToVariableMap: { // CsvIndexToVariableMap
|
|
46
46
|
* "<keys>": "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
48
|
* },
|
|
49
49
|
* modelEndpointStatus: "ASSOCIATED" || "DISSOCIATED", // required
|
|
50
|
-
* tags: [
|
|
51
|
-
* {
|
|
50
|
+
* tags: [ // tagList
|
|
51
|
+
* { // Tag
|
|
52
52
|
* key: "STRING_VALUE", // required
|
|
53
53
|
* value: "STRING_VALUE", // required
|
|
54
54
|
* },
|
|
@@ -26,7 +26,7 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
|
|
|
26
26
|
* import { FraudDetectorClient, PutKMSEncryptionKeyCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutKMSEncryptionKeyCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutKMSEncryptionKeyRequest
|
|
30
30
|
* kmsEncryptionKeyArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new PutKMSEncryptionKeyCommand(input);
|
|
@@ -26,11 +26,11 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
|
|
|
26
26
|
* import { FraudDetectorClient, PutLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutLabelRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* tags: [
|
|
33
|
-
* {
|
|
32
|
+
* tags: [ // tagList
|
|
33
|
+
* { // Tag
|
|
34
34
|
* key: "STRING_VALUE", // required
|
|
35
35
|
* value: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
@@ -26,11 +26,11 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
|
|
|
26
26
|
* import { FraudDetectorClient, PutOutcomeCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, PutOutcomeCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutOutcomeRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* tags: [
|
|
33
|
-
* {
|
|
32
|
+
* tags: [ // tagList
|
|
33
|
+
* { // Tag
|
|
34
34
|
* key: "STRING_VALUE", // required
|
|
35
35
|
* value: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
@@ -26,17 +26,17 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
|
|
|
26
26
|
* import { FraudDetectorClient, SendEventCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, SendEventCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // SendEventRequest
|
|
30
30
|
* eventId: "STRING_VALUE", // required
|
|
31
31
|
* eventTypeName: "STRING_VALUE", // required
|
|
32
32
|
* eventTimestamp: "STRING_VALUE", // required
|
|
33
|
-
* eventVariables: { // required
|
|
33
|
+
* eventVariables: { // EventVariableMap // required
|
|
34
34
|
* "<keys>": "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
36
|
* assignedLabel: "STRING_VALUE",
|
|
37
37
|
* labelTimestamp: "STRING_VALUE",
|
|
38
|
-
* entities: [ // required
|
|
39
|
-
* {
|
|
38
|
+
* entities: [ // listOfEntities // required
|
|
39
|
+
* { // Entity
|
|
40
40
|
* entityType: "STRING_VALUE", // required
|
|
41
41
|
* entityId: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
26
26
|
* import { FraudDetectorClient, TagResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, TagResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* resourceARN: "STRING_VALUE", // required
|
|
31
|
-
* tags: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* tags: [ // tagList // required
|
|
32
|
+
* { // Tag
|
|
33
33
|
* key: "STRING_VALUE", // required
|
|
34
34
|
* value: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
26
26
|
* import { FraudDetectorClient, UntagResourceCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UntagResourceCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* resourceARN: "STRING_VALUE", // required
|
|
31
|
-
* tagKeys: [ // required
|
|
31
|
+
* tagKeys: [ // tagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,22 +26,22 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
|
|
|
26
26
|
* import { FraudDetectorClient, UpdateDetectorVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UpdateDetectorVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateDetectorVersionRequest
|
|
30
30
|
* detectorId: "STRING_VALUE", // required
|
|
31
31
|
* detectorVersionId: "STRING_VALUE", // required
|
|
32
|
-
* externalModelEndpoints: [ // required
|
|
32
|
+
* externalModelEndpoints: [ // ListOfStrings // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
|
-
* rules: [ // required
|
|
36
|
-
* {
|
|
35
|
+
* rules: [ // RuleList // required
|
|
36
|
+
* { // Rule
|
|
37
37
|
* detectorId: "STRING_VALUE", // required
|
|
38
38
|
* ruleId: "STRING_VALUE", // required
|
|
39
39
|
* ruleVersion: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
41
|
* ],
|
|
42
42
|
* description: "STRING_VALUE",
|
|
43
|
-
* modelVersions: [
|
|
44
|
-
* {
|
|
43
|
+
* modelVersions: [ // ListOfModelVersions
|
|
44
|
+
* { // ModelVersion
|
|
45
45
|
* modelId: "STRING_VALUE", // required
|
|
46
46
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
47
47
|
* modelVersionNumber: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
|
|
|
27
27
|
* import { FraudDetectorClient, UpdateDetectorVersionMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, UpdateDetectorVersionMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateDetectorVersionMetadataRequest
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* detectorVersionId: "STRING_VALUE", // required
|
|
33
33
|
* description: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
|
|
|
27
27
|
* import { FraudDetectorClient, UpdateDetectorVersionStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
28
28
|
* // const { FraudDetectorClient, UpdateDetectorVersionStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
29
29
|
* const client = new FraudDetectorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateDetectorVersionStatusRequest
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* detectorVersionId: "STRING_VALUE", // required
|
|
33
33
|
* status: "DRAFT" || "ACTIVE" || "INACTIVE", // required
|
|
@@ -26,7 +26,7 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
|
|
|
26
26
|
* import { FraudDetectorClient, UpdateEventLabelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UpdateEventLabelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateEventLabelRequest
|
|
30
30
|
* eventId: "STRING_VALUE", // required
|
|
31
31
|
* eventTypeName: "STRING_VALUE", // required
|
|
32
32
|
* assignedLabel: "STRING_VALUE", // required
|
|
@@ -28,9 +28,9 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
|
|
|
28
28
|
* import { FraudDetectorClient, UpdateListCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
29
29
|
* // const { FraudDetectorClient, UpdateListCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
30
30
|
* const client = new FraudDetectorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateListRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
|
-
* elements: [
|
|
33
|
+
* elements: [ // ElementsList
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* description: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
|
|
|
26
26
|
* import { FraudDetectorClient, UpdateModelCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UpdateModelCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateModelRequest
|
|
30
30
|
* modelId: "STRING_VALUE", // required
|
|
31
31
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
@@ -26,22 +26,22 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
|
|
|
26
26
|
* import { FraudDetectorClient, UpdateModelVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UpdateModelVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateModelVersionRequest
|
|
30
30
|
* modelId: "STRING_VALUE", // required
|
|
31
31
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
32
32
|
* majorVersionNumber: "STRING_VALUE", // required
|
|
33
|
-
* externalEventsDetail: {
|
|
33
|
+
* externalEventsDetail: { // ExternalEventsDetail
|
|
34
34
|
* dataLocation: "STRING_VALUE", // required
|
|
35
35
|
* dataAccessRoleArn: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
|
-
* ingestedEventsDetail: {
|
|
38
|
-
* ingestedEventsTimeWindow: {
|
|
37
|
+
* ingestedEventsDetail: { // IngestedEventsDetail
|
|
38
|
+
* ingestedEventsTimeWindow: { // IngestedEventsTimeWindow
|
|
39
39
|
* startTime: "STRING_VALUE", // required
|
|
40
40
|
* endTime: "STRING_VALUE", // required
|
|
41
41
|
* },
|
|
42
42
|
* },
|
|
43
|
-
* tags: [
|
|
44
|
-
* {
|
|
43
|
+
* tags: [ // tagList
|
|
44
|
+
* { // Tag
|
|
45
45
|
* key: "STRING_VALUE", // required
|
|
46
46
|
* value: "STRING_VALUE", // required
|
|
47
47
|
* },
|
|
@@ -38,7 +38,7 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
|
|
|
38
38
|
* import { FraudDetectorClient, UpdateModelVersionStatusCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
39
39
|
* // const { FraudDetectorClient, UpdateModelVersionStatusCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
40
40
|
* const client = new FraudDetectorClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // UpdateModelVersionStatusRequest
|
|
42
42
|
* modelId: "STRING_VALUE", // required
|
|
43
43
|
* modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS", // required
|
|
44
44
|
* modelVersionNumber: "STRING_VALUE", // required
|
|
@@ -26,8 +26,8 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
|
|
|
26
26
|
* import { FraudDetectorClient, UpdateRuleMetadataCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UpdateRuleMetadataCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* rule: {
|
|
29
|
+
* const input = { // UpdateRuleMetadataRequest
|
|
30
|
+
* rule: { // Rule
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* ruleId: "STRING_VALUE", // required
|
|
33
33
|
* ruleVersion: "STRING_VALUE", // required
|
|
@@ -26,8 +26,8 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
|
|
|
26
26
|
* import { FraudDetectorClient, UpdateRuleVersionCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UpdateRuleVersionCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* rule: {
|
|
29
|
+
* const input = { // UpdateRuleVersionRequest
|
|
30
|
+
* rule: { // Rule
|
|
31
31
|
* detectorId: "STRING_VALUE", // required
|
|
32
32
|
* ruleId: "STRING_VALUE", // required
|
|
33
33
|
* ruleVersion: "STRING_VALUE", // required
|
|
@@ -35,11 +35,11 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
|
|
|
35
35
|
* description: "STRING_VALUE",
|
|
36
36
|
* expression: "STRING_VALUE", // required
|
|
37
37
|
* language: "DETECTORPL", // required
|
|
38
|
-
* outcomes: [ // required
|
|
38
|
+
* outcomes: [ // NonEmptyListOfStrings // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
|
-
* tags: [
|
|
42
|
-
* {
|
|
41
|
+
* tags: [ // tagList
|
|
42
|
+
* { // Tag
|
|
43
43
|
* key: "STRING_VALUE", // required
|
|
44
44
|
* value: "STRING_VALUE", // required
|
|
45
45
|
* },
|
|
@@ -26,7 +26,7 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
|
|
|
26
26
|
* import { FraudDetectorClient, UpdateVariableCommand } from "@aws-sdk/client-frauddetector"; // ES Modules import
|
|
27
27
|
* // const { FraudDetectorClient, UpdateVariableCommand } = require("@aws-sdk/client-frauddetector"); // CommonJS import
|
|
28
28
|
* const client = new FraudDetectorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateVariableRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* defaultValue: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
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.301.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|