@aws-sdk/client-frauddetector 3.300.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +75 -91
- package/dist-es/models/models_0.js +75 -91
- 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/dist-types/models/models_0.d.ts +155 -75
- package/dist-types/ts3.4/models/models_0.d.ts +102 -75
- package/package.json +34 -34
|
@@ -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",
|
|
@@ -129,15 +129,20 @@ export interface AllowDenyList {
|
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* @public
|
|
132
|
+
* @enum
|
|
132
133
|
*/
|
|
133
|
-
export declare
|
|
134
|
-
CANCELED
|
|
135
|
-
CANCEL_IN_PROGRESS
|
|
136
|
-
COMPLETE
|
|
137
|
-
FAILED
|
|
138
|
-
IN_PROGRESS
|
|
139
|
-
IN_PROGRESS_INITIALIZING
|
|
140
|
-
}
|
|
134
|
+
export declare const AsyncJobStatus: {
|
|
135
|
+
readonly CANCELED: "CANCELED";
|
|
136
|
+
readonly CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS";
|
|
137
|
+
readonly COMPLETE: "COMPLETE";
|
|
138
|
+
readonly FAILED: "FAILED";
|
|
139
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
140
|
+
readonly IN_PROGRESS_INITIALIZING: "IN_PROGRESS_INITIALIZING";
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export type AsyncJobStatus = (typeof AsyncJobStatus)[keyof typeof AsyncJobStatus];
|
|
141
146
|
/**
|
|
142
147
|
* @public
|
|
143
148
|
* <p>
|
|
@@ -362,21 +367,31 @@ export interface BatchGetVariableError {
|
|
|
362
367
|
}
|
|
363
368
|
/**
|
|
364
369
|
* @public
|
|
370
|
+
* @enum
|
|
365
371
|
*/
|
|
366
|
-
export declare
|
|
367
|
-
EVENT
|
|
368
|
-
EXTERNAL_MODEL_SCORE
|
|
369
|
-
MODEL_SCORE
|
|
370
|
-
}
|
|
372
|
+
export declare const DataSource: {
|
|
373
|
+
readonly EVENT: "EVENT";
|
|
374
|
+
readonly EXTERNAL_MODEL_SCORE: "EXTERNAL_MODEL_SCORE";
|
|
375
|
+
readonly MODEL_SCORE: "MODEL_SCORE";
|
|
376
|
+
};
|
|
371
377
|
/**
|
|
372
378
|
* @public
|
|
373
379
|
*/
|
|
374
|
-
export
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
+
export type DataSource = (typeof DataSource)[keyof typeof DataSource];
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
* @enum
|
|
384
|
+
*/
|
|
385
|
+
export declare const DataType: {
|
|
386
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
387
|
+
readonly FLOAT: "FLOAT";
|
|
388
|
+
readonly INTEGER: "INTEGER";
|
|
389
|
+
readonly STRING: "STRING";
|
|
390
|
+
};
|
|
391
|
+
/**
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
export type DataType = (typeof DataType)[keyof typeof DataType];
|
|
380
395
|
/**
|
|
381
396
|
* @public
|
|
382
397
|
* <p>The variable.</p>
|
|
@@ -559,12 +574,17 @@ export interface CreateBatchPredictionJobResult {
|
|
|
559
574
|
}
|
|
560
575
|
/**
|
|
561
576
|
* @public
|
|
577
|
+
* @enum
|
|
562
578
|
*/
|
|
563
|
-
export declare
|
|
564
|
-
ACCOUNT_TAKEOVER_INSIGHTS
|
|
565
|
-
ONLINE_FRAUD_INSIGHTS
|
|
566
|
-
TRANSACTION_FRAUD_INSIGHTS
|
|
567
|
-
}
|
|
579
|
+
export declare const ModelTypeEnum: {
|
|
580
|
+
readonly ACCOUNT_TAKEOVER_INSIGHTS: "ACCOUNT_TAKEOVER_INSIGHTS";
|
|
581
|
+
readonly ONLINE_FRAUD_INSIGHTS: "ONLINE_FRAUD_INSIGHTS";
|
|
582
|
+
readonly TRANSACTION_FRAUD_INSIGHTS: "TRANSACTION_FRAUD_INSIGHTS";
|
|
583
|
+
};
|
|
584
|
+
/**
|
|
585
|
+
* @public
|
|
586
|
+
*/
|
|
587
|
+
export type ModelTypeEnum = (typeof ModelTypeEnum)[keyof typeof ModelTypeEnum];
|
|
568
588
|
/**
|
|
569
589
|
* @public
|
|
570
590
|
* <p>The model version.</p>
|
|
@@ -589,11 +609,16 @@ export interface ModelVersion {
|
|
|
589
609
|
}
|
|
590
610
|
/**
|
|
591
611
|
* @public
|
|
612
|
+
* @enum
|
|
592
613
|
*/
|
|
593
|
-
export declare
|
|
594
|
-
ALL_MATCHED
|
|
595
|
-
FIRST_MATCHED
|
|
596
|
-
}
|
|
614
|
+
export declare const RuleExecutionMode: {
|
|
615
|
+
readonly ALL_MATCHED: "ALL_MATCHED";
|
|
616
|
+
readonly FIRST_MATCHED: "FIRST_MATCHED";
|
|
617
|
+
};
|
|
618
|
+
/**
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
export type RuleExecutionMode = (typeof RuleExecutionMode)[keyof typeof RuleExecutionMode];
|
|
597
622
|
/**
|
|
598
623
|
* @public
|
|
599
624
|
* <p>A rule.</p>
|
|
@@ -651,12 +676,17 @@ export interface CreateDetectorVersionRequest {
|
|
|
651
676
|
}
|
|
652
677
|
/**
|
|
653
678
|
* @public
|
|
679
|
+
* @enum
|
|
654
680
|
*/
|
|
655
|
-
export declare
|
|
656
|
-
ACTIVE
|
|
657
|
-
DRAFT
|
|
658
|
-
INACTIVE
|
|
659
|
-
}
|
|
681
|
+
export declare const DetectorVersionStatus: {
|
|
682
|
+
readonly ACTIVE: "ACTIVE";
|
|
683
|
+
readonly DRAFT: "DRAFT";
|
|
684
|
+
readonly INACTIVE: "INACTIVE";
|
|
685
|
+
};
|
|
686
|
+
/**
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
export type DetectorVersionStatus = (typeof DetectorVersionStatus)[keyof typeof DetectorVersionStatus];
|
|
660
690
|
/**
|
|
661
691
|
* @public
|
|
662
692
|
*/
|
|
@@ -785,13 +815,18 @@ export interface IngestedEventsDetail {
|
|
|
785
815
|
}
|
|
786
816
|
/**
|
|
787
817
|
* @public
|
|
818
|
+
* @enum
|
|
788
819
|
*/
|
|
789
|
-
export declare
|
|
790
|
-
AUTO
|
|
791
|
-
FRAUD
|
|
792
|
-
IGNORE
|
|
793
|
-
LEGIT
|
|
794
|
-
}
|
|
820
|
+
export declare const UnlabeledEventsTreatment: {
|
|
821
|
+
readonly AUTO: "AUTO";
|
|
822
|
+
readonly FRAUD: "FRAUD";
|
|
823
|
+
readonly IGNORE: "IGNORE";
|
|
824
|
+
readonly LEGIT: "LEGIT";
|
|
825
|
+
};
|
|
826
|
+
/**
|
|
827
|
+
* @public
|
|
828
|
+
*/
|
|
829
|
+
export type UnlabeledEventsTreatment = (typeof UnlabeledEventsTreatment)[keyof typeof UnlabeledEventsTreatment];
|
|
795
830
|
/**
|
|
796
831
|
* @public
|
|
797
832
|
* <p>The label schema.</p>
|
|
@@ -838,11 +873,16 @@ export interface TrainingDataSchema {
|
|
|
838
873
|
}
|
|
839
874
|
/**
|
|
840
875
|
* @public
|
|
876
|
+
* @enum
|
|
841
877
|
*/
|
|
842
|
-
export declare
|
|
843
|
-
EXTERNAL_EVENTS
|
|
844
|
-
INGESTED_EVENTS
|
|
845
|
-
}
|
|
878
|
+
export declare const TrainingDataSourceEnum: {
|
|
879
|
+
readonly EXTERNAL_EVENTS: "EXTERNAL_EVENTS";
|
|
880
|
+
readonly INGESTED_EVENTS: "INGESTED_EVENTS";
|
|
881
|
+
};
|
|
882
|
+
/**
|
|
883
|
+
* @public
|
|
884
|
+
*/
|
|
885
|
+
export type TrainingDataSourceEnum = (typeof TrainingDataSourceEnum)[keyof typeof TrainingDataSourceEnum];
|
|
846
886
|
/**
|
|
847
887
|
* @public
|
|
848
888
|
*/
|
|
@@ -899,10 +939,15 @@ export interface CreateModelVersionResult {
|
|
|
899
939
|
}
|
|
900
940
|
/**
|
|
901
941
|
* @public
|
|
942
|
+
* @enum
|
|
902
943
|
*/
|
|
903
|
-
export declare
|
|
904
|
-
DETECTORPL
|
|
905
|
-
}
|
|
944
|
+
export declare const Language: {
|
|
945
|
+
readonly DETECTORPL: "DETECTORPL";
|
|
946
|
+
};
|
|
947
|
+
/**
|
|
948
|
+
* @public
|
|
949
|
+
*/
|
|
950
|
+
export type Language = (typeof Language)[keyof typeof Language];
|
|
906
951
|
/**
|
|
907
952
|
* @public
|
|
908
953
|
*/
|
|
@@ -2302,10 +2347,15 @@ export interface GetEventPredictionRequest {
|
|
|
2302
2347
|
}
|
|
2303
2348
|
/**
|
|
2304
2349
|
* @public
|
|
2350
|
+
* @enum
|
|
2305
2351
|
*/
|
|
2306
|
-
export declare
|
|
2307
|
-
SAGEMAKER
|
|
2308
|
-
}
|
|
2352
|
+
export declare const ModelSource: {
|
|
2353
|
+
readonly SAGEMAKER: "SAGEMAKER";
|
|
2354
|
+
};
|
|
2355
|
+
/**
|
|
2356
|
+
* @public
|
|
2357
|
+
*/
|
|
2358
|
+
export type ModelSource = (typeof ModelSource)[keyof typeof ModelSource];
|
|
2309
2359
|
/**
|
|
2310
2360
|
* @public
|
|
2311
2361
|
* <p>The Amazon SageMaker model.</p>
|
|
@@ -2762,11 +2812,16 @@ export interface GetEventTypesRequest {
|
|
|
2762
2812
|
}
|
|
2763
2813
|
/**
|
|
2764
2814
|
* @public
|
|
2815
|
+
* @enum
|
|
2765
2816
|
*/
|
|
2766
|
-
export declare
|
|
2767
|
-
DISABLED
|
|
2768
|
-
ENABLED
|
|
2769
|
-
}
|
|
2817
|
+
export declare const EventIngestion: {
|
|
2818
|
+
readonly DISABLED: "DISABLED";
|
|
2819
|
+
readonly ENABLED: "ENABLED";
|
|
2820
|
+
};
|
|
2821
|
+
/**
|
|
2822
|
+
* @public
|
|
2823
|
+
*/
|
|
2824
|
+
export type EventIngestion = (typeof EventIngestion)[keyof typeof EventIngestion];
|
|
2770
2825
|
/**
|
|
2771
2826
|
* @public
|
|
2772
2827
|
* <p>Data about the stored events.</p>
|
|
@@ -2872,11 +2927,16 @@ export interface GetExternalModelsRequest {
|
|
|
2872
2927
|
}
|
|
2873
2928
|
/**
|
|
2874
2929
|
* @public
|
|
2930
|
+
* @enum
|
|
2875
2931
|
*/
|
|
2876
|
-
export declare
|
|
2877
|
-
CSV
|
|
2878
|
-
JSON
|
|
2879
|
-
}
|
|
2932
|
+
export declare const ModelInputDataFormat: {
|
|
2933
|
+
readonly CSV: "TEXT_CSV";
|
|
2934
|
+
readonly JSON: "APPLICATION_JSON";
|
|
2935
|
+
};
|
|
2936
|
+
/**
|
|
2937
|
+
* @public
|
|
2938
|
+
*/
|
|
2939
|
+
export type ModelInputDataFormat = (typeof ModelInputDataFormat)[keyof typeof ModelInputDataFormat];
|
|
2880
2940
|
/**
|
|
2881
2941
|
* @public
|
|
2882
2942
|
* <p>The Amazon SageMaker model input configuration.</p>
|
|
@@ -2910,18 +2970,28 @@ export interface ModelInputConfiguration {
|
|
|
2910
2970
|
}
|
|
2911
2971
|
/**
|
|
2912
2972
|
* @public
|
|
2973
|
+
* @enum
|
|
2913
2974
|
*/
|
|
2914
|
-
export declare
|
|
2915
|
-
ASSOCIATED
|
|
2916
|
-
DISSOCIATED
|
|
2917
|
-
}
|
|
2975
|
+
export declare const ModelEndpointStatus: {
|
|
2976
|
+
readonly ASSOCIATED: "ASSOCIATED";
|
|
2977
|
+
readonly DISSOCIATED: "DISSOCIATED";
|
|
2978
|
+
};
|
|
2918
2979
|
/**
|
|
2919
2980
|
* @public
|
|
2920
2981
|
*/
|
|
2921
|
-
export
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2982
|
+
export type ModelEndpointStatus = (typeof ModelEndpointStatus)[keyof typeof ModelEndpointStatus];
|
|
2983
|
+
/**
|
|
2984
|
+
* @public
|
|
2985
|
+
* @enum
|
|
2986
|
+
*/
|
|
2987
|
+
export declare const ModelOutputDataFormat: {
|
|
2988
|
+
readonly CSV: "TEXT_CSV";
|
|
2989
|
+
readonly JSONLINES: "APPLICATION_JSONLINES";
|
|
2990
|
+
};
|
|
2991
|
+
/**
|
|
2992
|
+
* @public
|
|
2993
|
+
*/
|
|
2994
|
+
export type ModelOutputDataFormat = (typeof ModelOutputDataFormat)[keyof typeof ModelOutputDataFormat];
|
|
2925
2995
|
/**
|
|
2926
2996
|
* @public
|
|
2927
2997
|
* <p>Provides the Amazon Sagemaker model output configuration.</p>
|
|
@@ -4041,12 +4111,17 @@ export interface UpdateEventLabelResult {
|
|
|
4041
4111
|
}
|
|
4042
4112
|
/**
|
|
4043
4113
|
* @public
|
|
4114
|
+
* @enum
|
|
4044
4115
|
*/
|
|
4045
|
-
export declare
|
|
4046
|
-
APPEND
|
|
4047
|
-
REMOVE
|
|
4048
|
-
REPLACE
|
|
4049
|
-
}
|
|
4116
|
+
export declare const ListUpdateMode: {
|
|
4117
|
+
readonly APPEND: "APPEND";
|
|
4118
|
+
readonly REMOVE: "REMOVE";
|
|
4119
|
+
readonly REPLACE: "REPLACE";
|
|
4120
|
+
};
|
|
4121
|
+
/**
|
|
4122
|
+
* @public
|
|
4123
|
+
*/
|
|
4124
|
+
export type ListUpdateMode = (typeof ListUpdateMode)[keyof typeof ListUpdateMode];
|
|
4050
4125
|
/**
|
|
4051
4126
|
* @public
|
|
4052
4127
|
*/
|
|
@@ -4176,12 +4251,17 @@ export interface UpdateModelVersionResult {
|
|
|
4176
4251
|
}
|
|
4177
4252
|
/**
|
|
4178
4253
|
* @public
|
|
4254
|
+
* @enum
|
|
4179
4255
|
*/
|
|
4180
|
-
export declare
|
|
4181
|
-
ACTIVE
|
|
4182
|
-
INACTIVE
|
|
4183
|
-
TRAINING_CANCELLED
|
|
4184
|
-
}
|
|
4256
|
+
export declare const ModelVersionStatus: {
|
|
4257
|
+
readonly ACTIVE: "ACTIVE";
|
|
4258
|
+
readonly INACTIVE: "INACTIVE";
|
|
4259
|
+
readonly TRAINING_CANCELLED: "TRAINING_CANCELLED";
|
|
4260
|
+
};
|
|
4261
|
+
/**
|
|
4262
|
+
* @public
|
|
4263
|
+
*/
|
|
4264
|
+
export type ModelVersionStatus = (typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
4185
4265
|
/**
|
|
4186
4266
|
* @public
|
|
4187
4267
|
*/
|