@aws-sdk/client-frauddetector 3.296.0 → 3.297.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/FraudDetector.d.ts +78 -4
- package/dist-types/FraudDetectorClient.d.ts +24 -4
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +16 -0
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateListCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/GetEventCommand.d.ts +16 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +16 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +16 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +16 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +16 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +16 -0
- package/dist-types/commands/GetRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +16 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +20 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +16 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +16 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +16 -0
- package/dist-types/commands/PutLabelCommand.d.ts +16 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +16 -0
- package/dist-types/commands/SendEventCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateListCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +16 -0
- package/dist-types/models/FraudDetectorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +560 -1
- package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDetectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEntityTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEventTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetExternalModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLabelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetListElementsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetListsMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetOutcomesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetVariablesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { FraudDetectorServiceException as __BaseException } from "./FraudDetectorServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -12,6 +13,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
14
15
|
/**
|
|
16
|
+
* @public
|
|
15
17
|
* <p>The log odds metric details.</p>
|
|
16
18
|
* <p>Account Takeover Insights (ATI) model uses event variables from the login data you
|
|
17
19
|
* provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address.
|
|
@@ -32,6 +34,7 @@ export interface AggregatedLogOddsMetric {
|
|
|
32
34
|
aggregatedVariablesImportance: number | undefined;
|
|
33
35
|
}
|
|
34
36
|
/**
|
|
37
|
+
* @public
|
|
35
38
|
* <p>
|
|
36
39
|
* The details of the impact of aggregated variables on the prediction score. </p>
|
|
37
40
|
* <p>Account Takeover Insights (ATI) model uses the login data you
|
|
@@ -66,6 +69,7 @@ export interface AggregatedVariablesImpactExplanation {
|
|
|
66
69
|
logOddsImpact?: number;
|
|
67
70
|
}
|
|
68
71
|
/**
|
|
72
|
+
* @public
|
|
69
73
|
* <p>The details of the relative importance of the aggregated variables.</p>
|
|
70
74
|
* <p>Account Takeover Insights (ATI) model uses event variables from the login data you
|
|
71
75
|
* provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address.
|
|
@@ -80,6 +84,7 @@ export interface AggregatedVariablesImportanceMetrics {
|
|
|
80
84
|
logOddsMetrics?: AggregatedLogOddsMetric[];
|
|
81
85
|
}
|
|
82
86
|
/**
|
|
87
|
+
* @public
|
|
83
88
|
* <p>
|
|
84
89
|
* The metadata of a list.
|
|
85
90
|
* </p>
|
|
@@ -122,6 +127,9 @@ export interface AllowDenyList {
|
|
|
122
127
|
*/
|
|
123
128
|
arn?: string;
|
|
124
129
|
}
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
125
133
|
export declare enum AsyncJobStatus {
|
|
126
134
|
CANCELED = "CANCELED",
|
|
127
135
|
CANCEL_IN_PROGRESS = "CANCEL_IN_PROGRESS",
|
|
@@ -131,6 +139,7 @@ export declare enum AsyncJobStatus {
|
|
|
131
139
|
IN_PROGRESS_INITIALIZING = "IN_PROGRESS_INITIALIZING"
|
|
132
140
|
}
|
|
133
141
|
/**
|
|
142
|
+
* @public
|
|
134
143
|
* <p>
|
|
135
144
|
* The Account Takeover Insights (ATI) model performance metrics data points.
|
|
136
145
|
* </p>
|
|
@@ -167,6 +176,7 @@ export interface ATIMetricDataPoint {
|
|
|
167
176
|
atodr?: number;
|
|
168
177
|
}
|
|
169
178
|
/**
|
|
179
|
+
* @public
|
|
170
180
|
* <p>
|
|
171
181
|
* The Account Takeover Insights (ATI) model performance score.
|
|
172
182
|
* </p>
|
|
@@ -182,6 +192,7 @@ export interface ATIModelPerformance {
|
|
|
182
192
|
asi?: number;
|
|
183
193
|
}
|
|
184
194
|
/**
|
|
195
|
+
* @public
|
|
185
196
|
* <p>
|
|
186
197
|
* The Account Takeover Insights (ATI) model training metric details.
|
|
187
198
|
* </p>
|
|
@@ -201,6 +212,7 @@ export interface ATITrainingMetricsValue {
|
|
|
201
212
|
modelPerformance?: ATIModelPerformance;
|
|
202
213
|
}
|
|
203
214
|
/**
|
|
215
|
+
* @public
|
|
204
216
|
* <p>A key and value pair. </p>
|
|
205
217
|
*/
|
|
206
218
|
export interface Tag {
|
|
@@ -214,6 +226,7 @@ export interface Tag {
|
|
|
214
226
|
value: string | undefined;
|
|
215
227
|
}
|
|
216
228
|
/**
|
|
229
|
+
* @public
|
|
217
230
|
* <p>A variable in the list of variables for the batch create variable request.</p>
|
|
218
231
|
*/
|
|
219
232
|
export interface VariableEntry {
|
|
@@ -244,6 +257,9 @@ export interface VariableEntry {
|
|
|
244
257
|
*/
|
|
245
258
|
variableType?: string;
|
|
246
259
|
}
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
247
263
|
export interface BatchCreateVariableRequest {
|
|
248
264
|
/**
|
|
249
265
|
* <p>The list of variables for the batch create variable request.</p>
|
|
@@ -255,6 +271,7 @@ export interface BatchCreateVariableRequest {
|
|
|
255
271
|
tags?: Tag[];
|
|
256
272
|
}
|
|
257
273
|
/**
|
|
274
|
+
* @public
|
|
258
275
|
* <p>Provides the error of the batch create variable API.</p>
|
|
259
276
|
*/
|
|
260
277
|
export interface BatchCreateVariableError {
|
|
@@ -271,6 +288,9 @@ export interface BatchCreateVariableError {
|
|
|
271
288
|
*/
|
|
272
289
|
message?: string;
|
|
273
290
|
}
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
274
294
|
export interface BatchCreateVariableResult {
|
|
275
295
|
/**
|
|
276
296
|
* <p>Provides the errors for the <code>BatchCreateVariable</code> request.</p>
|
|
@@ -278,6 +298,7 @@ export interface BatchCreateVariableResult {
|
|
|
278
298
|
errors?: BatchCreateVariableError[];
|
|
279
299
|
}
|
|
280
300
|
/**
|
|
301
|
+
* @public
|
|
281
302
|
* <p>An exception indicating an internal server error.</p>
|
|
282
303
|
*/
|
|
283
304
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -289,6 +310,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
289
310
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
290
311
|
}
|
|
291
312
|
/**
|
|
313
|
+
* @public
|
|
292
314
|
* <p>An exception indicating a throttling error.</p>
|
|
293
315
|
*/
|
|
294
316
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -300,6 +322,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
300
322
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
301
323
|
}
|
|
302
324
|
/**
|
|
325
|
+
* @public
|
|
303
326
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
304
327
|
*/
|
|
305
328
|
export declare class ValidationException extends __BaseException {
|
|
@@ -310,6 +333,9 @@ export declare class ValidationException extends __BaseException {
|
|
|
310
333
|
*/
|
|
311
334
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
312
335
|
}
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
313
339
|
export interface BatchGetVariableRequest {
|
|
314
340
|
/**
|
|
315
341
|
* <p>The list of variable names to get.</p>
|
|
@@ -317,6 +343,7 @@ export interface BatchGetVariableRequest {
|
|
|
317
343
|
names: string[] | undefined;
|
|
318
344
|
}
|
|
319
345
|
/**
|
|
346
|
+
* @public
|
|
320
347
|
* <p>Provides the error of the batch get variable API.</p>
|
|
321
348
|
*/
|
|
322
349
|
export interface BatchGetVariableError {
|
|
@@ -333,11 +360,17 @@ export interface BatchGetVariableError {
|
|
|
333
360
|
*/
|
|
334
361
|
message?: string;
|
|
335
362
|
}
|
|
363
|
+
/**
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
336
366
|
export declare enum DataSource {
|
|
337
367
|
EVENT = "EVENT",
|
|
338
368
|
EXTERNAL_MODEL_SCORE = "EXTERNAL_MODEL_SCORE",
|
|
339
369
|
MODEL_SCORE = "MODEL_SCORE"
|
|
340
370
|
}
|
|
371
|
+
/**
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
341
374
|
export declare enum DataType {
|
|
342
375
|
BOOLEAN = "BOOLEAN",
|
|
343
376
|
FLOAT = "FLOAT",
|
|
@@ -345,6 +378,7 @@ export declare enum DataType {
|
|
|
345
378
|
STRING = "STRING"
|
|
346
379
|
}
|
|
347
380
|
/**
|
|
381
|
+
* @public
|
|
348
382
|
* <p>The variable.</p>
|
|
349
383
|
*/
|
|
350
384
|
export interface Variable {
|
|
@@ -387,6 +421,9 @@ export interface Variable {
|
|
|
387
421
|
*/
|
|
388
422
|
arn?: string;
|
|
389
423
|
}
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
390
427
|
export interface BatchGetVariableResult {
|
|
391
428
|
/**
|
|
392
429
|
* <p>The returned variables.</p>
|
|
@@ -397,6 +434,9 @@ export interface BatchGetVariableResult {
|
|
|
397
434
|
*/
|
|
398
435
|
errors?: BatchGetVariableError[];
|
|
399
436
|
}
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
400
440
|
export interface CancelBatchImportJobRequest {
|
|
401
441
|
/**
|
|
402
442
|
* <p> The ID of an in-progress batch import job to cancel. </p>
|
|
@@ -404,9 +444,13 @@ export interface CancelBatchImportJobRequest {
|
|
|
404
444
|
*/
|
|
405
445
|
jobId: string | undefined;
|
|
406
446
|
}
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
407
450
|
export interface CancelBatchImportJobResult {
|
|
408
451
|
}
|
|
409
452
|
/**
|
|
453
|
+
* @public
|
|
410
454
|
* <p>An exception indicating the specified resource was not found.</p>
|
|
411
455
|
*/
|
|
412
456
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -417,14 +461,23 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
417
461
|
*/
|
|
418
462
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
419
463
|
}
|
|
464
|
+
/**
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
420
467
|
export interface CancelBatchPredictionJobRequest {
|
|
421
468
|
/**
|
|
422
469
|
* <p>The ID of the batch prediction job to cancel.</p>
|
|
423
470
|
*/
|
|
424
471
|
jobId: string | undefined;
|
|
425
472
|
}
|
|
473
|
+
/**
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
426
476
|
export interface CancelBatchPredictionJobResult {
|
|
427
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
428
481
|
export interface CreateBatchImportJobRequest {
|
|
429
482
|
/**
|
|
430
483
|
* <p>The ID of the batch import job. The ID cannot be of a past job, unless the job exists in <code>CREATE_FAILED</code> state.</p>
|
|
@@ -454,8 +507,14 @@ export interface CreateBatchImportJobRequest {
|
|
|
454
507
|
*/
|
|
455
508
|
tags?: Tag[];
|
|
456
509
|
}
|
|
510
|
+
/**
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
457
513
|
export interface CreateBatchImportJobResult {
|
|
458
514
|
}
|
|
515
|
+
/**
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
459
518
|
export interface CreateBatchPredictionJobRequest {
|
|
460
519
|
/**
|
|
461
520
|
* <p>The ID of the batch prediction job.</p>
|
|
@@ -493,14 +552,21 @@ export interface CreateBatchPredictionJobRequest {
|
|
|
493
552
|
*/
|
|
494
553
|
tags?: Tag[];
|
|
495
554
|
}
|
|
555
|
+
/**
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
496
558
|
export interface CreateBatchPredictionJobResult {
|
|
497
559
|
}
|
|
560
|
+
/**
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
498
563
|
export declare enum ModelTypeEnum {
|
|
499
564
|
ACCOUNT_TAKEOVER_INSIGHTS = "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
500
565
|
ONLINE_FRAUD_INSIGHTS = "ONLINE_FRAUD_INSIGHTS",
|
|
501
566
|
TRANSACTION_FRAUD_INSIGHTS = "TRANSACTION_FRAUD_INSIGHTS"
|
|
502
567
|
}
|
|
503
568
|
/**
|
|
569
|
+
* @public
|
|
504
570
|
* <p>The model version.</p>
|
|
505
571
|
*/
|
|
506
572
|
export interface ModelVersion {
|
|
@@ -521,11 +587,15 @@ export interface ModelVersion {
|
|
|
521
587
|
*/
|
|
522
588
|
arn?: string;
|
|
523
589
|
}
|
|
590
|
+
/**
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
524
593
|
export declare enum RuleExecutionMode {
|
|
525
594
|
ALL_MATCHED = "ALL_MATCHED",
|
|
526
595
|
FIRST_MATCHED = "FIRST_MATCHED"
|
|
527
596
|
}
|
|
528
597
|
/**
|
|
598
|
+
* @public
|
|
529
599
|
* <p>A rule.</p>
|
|
530
600
|
*/
|
|
531
601
|
export interface Rule {
|
|
@@ -542,6 +612,9 @@ export interface Rule {
|
|
|
542
612
|
*/
|
|
543
613
|
ruleVersion: string | undefined;
|
|
544
614
|
}
|
|
615
|
+
/**
|
|
616
|
+
* @public
|
|
617
|
+
*/
|
|
545
618
|
export interface CreateDetectorVersionRequest {
|
|
546
619
|
/**
|
|
547
620
|
* <p>The ID of the detector under which you want to create a new version.</p>
|
|
@@ -576,11 +649,17 @@ export interface CreateDetectorVersionRequest {
|
|
|
576
649
|
*/
|
|
577
650
|
tags?: Tag[];
|
|
578
651
|
}
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
579
655
|
export declare enum DetectorVersionStatus {
|
|
580
656
|
ACTIVE = "ACTIVE",
|
|
581
657
|
DRAFT = "DRAFT",
|
|
582
658
|
INACTIVE = "INACTIVE"
|
|
583
659
|
}
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
584
663
|
export interface CreateDetectorVersionResult {
|
|
585
664
|
/**
|
|
586
665
|
* <p>The ID for the created version's parent detector.</p>
|
|
@@ -595,6 +674,9 @@ export interface CreateDetectorVersionResult {
|
|
|
595
674
|
*/
|
|
596
675
|
status?: DetectorVersionStatus | string;
|
|
597
676
|
}
|
|
677
|
+
/**
|
|
678
|
+
* @public
|
|
679
|
+
*/
|
|
598
680
|
export interface CreateListRequest {
|
|
599
681
|
/**
|
|
600
682
|
* <p>
|
|
@@ -628,8 +710,14 @@ export interface CreateListRequest {
|
|
|
628
710
|
*/
|
|
629
711
|
tags?: Tag[];
|
|
630
712
|
}
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
*/
|
|
631
716
|
export interface CreateListResult {
|
|
632
717
|
}
|
|
718
|
+
/**
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
633
721
|
export interface CreateModelRequest {
|
|
634
722
|
/**
|
|
635
723
|
* <p>The model ID.</p>
|
|
@@ -652,9 +740,13 @@ export interface CreateModelRequest {
|
|
|
652
740
|
*/
|
|
653
741
|
tags?: Tag[];
|
|
654
742
|
}
|
|
743
|
+
/**
|
|
744
|
+
* @public
|
|
745
|
+
*/
|
|
655
746
|
export interface CreateModelResult {
|
|
656
747
|
}
|
|
657
748
|
/**
|
|
749
|
+
* @public
|
|
658
750
|
* <p>Details for the external events data used for model version training.</p>
|
|
659
751
|
*/
|
|
660
752
|
export interface ExternalEventsDetail {
|
|
@@ -668,6 +760,7 @@ export interface ExternalEventsDetail {
|
|
|
668
760
|
dataAccessRoleArn: string | undefined;
|
|
669
761
|
}
|
|
670
762
|
/**
|
|
763
|
+
* @public
|
|
671
764
|
* <p>The start and stop time of the ingested events.</p>
|
|
672
765
|
*/
|
|
673
766
|
export interface IngestedEventsTimeWindow {
|
|
@@ -681,6 +774,7 @@ export interface IngestedEventsTimeWindow {
|
|
|
681
774
|
endTime: string | undefined;
|
|
682
775
|
}
|
|
683
776
|
/**
|
|
777
|
+
* @public
|
|
684
778
|
* <p>The details of the ingested event.</p>
|
|
685
779
|
*/
|
|
686
780
|
export interface IngestedEventsDetail {
|
|
@@ -689,6 +783,9 @@ export interface IngestedEventsDetail {
|
|
|
689
783
|
*/
|
|
690
784
|
ingestedEventsTimeWindow: IngestedEventsTimeWindow | undefined;
|
|
691
785
|
}
|
|
786
|
+
/**
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
692
789
|
export declare enum UnlabeledEventsTreatment {
|
|
693
790
|
AUTO = "AUTO",
|
|
694
791
|
FRAUD = "FRAUD",
|
|
@@ -696,11 +793,12 @@ export declare enum UnlabeledEventsTreatment {
|
|
|
696
793
|
LEGIT = "LEGIT"
|
|
697
794
|
}
|
|
698
795
|
/**
|
|
796
|
+
* @public
|
|
699
797
|
* <p>The label schema.</p>
|
|
700
798
|
*/
|
|
701
799
|
export interface LabelSchema {
|
|
702
800
|
/**
|
|
703
|
-
* <p>The label mapper maps the Amazon Fraud Detector supported model classification labels (<code>FRAUD</code>, <code>LEGIT</code>) to the appropriate event type labels. For example, if "<code>FRAUD</code>" and "<code>LEGIT</code>" are Amazon Fraud Detector supported labels, this mapper could be: <code
|
|
801
|
+
* <p>The label mapper maps the Amazon Fraud Detector supported model classification labels (<code>FRAUD</code>, <code>LEGIT</code>) to the appropriate event type labels. For example, if "<code>FRAUD</code>" and "<code>LEGIT</code>" are Amazon Fraud Detector supported labels, this mapper could be: <code>\{"FRAUD" => ["0"]</code>, <code>"LEGIT" => ["1"]\}</code> or <code>\{"FRAUD" => ["false"]</code>, <code>"LEGIT" => ["true"]\}</code> or <code>\{"FRAUD" => ["fraud", "abuse"]</code>, <code>"LEGIT" => ["legit", "safe"]\}</code>. The value part of the mapper is a list, because you may have multiple label variants from your event type for a single Amazon Fraud Detector label.
|
|
704
802
|
* </p>
|
|
705
803
|
*/
|
|
706
804
|
labelMapper?: Record<string, string[]>;
|
|
@@ -725,6 +823,7 @@ export interface LabelSchema {
|
|
|
725
823
|
unlabeledEventsTreatment?: UnlabeledEventsTreatment | string;
|
|
726
824
|
}
|
|
727
825
|
/**
|
|
826
|
+
* @public
|
|
728
827
|
* <p>The training data schema.</p>
|
|
729
828
|
*/
|
|
730
829
|
export interface TrainingDataSchema {
|
|
@@ -737,10 +836,16 @@ export interface TrainingDataSchema {
|
|
|
737
836
|
*/
|
|
738
837
|
labelSchema?: LabelSchema;
|
|
739
838
|
}
|
|
839
|
+
/**
|
|
840
|
+
* @public
|
|
841
|
+
*/
|
|
740
842
|
export declare enum TrainingDataSourceEnum {
|
|
741
843
|
EXTERNAL_EVENTS = "EXTERNAL_EVENTS",
|
|
742
844
|
INGESTED_EVENTS = "INGESTED_EVENTS"
|
|
743
845
|
}
|
|
846
|
+
/**
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
744
849
|
export interface CreateModelVersionRequest {
|
|
745
850
|
/**
|
|
746
851
|
* <p>The model ID. </p>
|
|
@@ -771,6 +876,9 @@ export interface CreateModelVersionRequest {
|
|
|
771
876
|
*/
|
|
772
877
|
tags?: Tag[];
|
|
773
878
|
}
|
|
879
|
+
/**
|
|
880
|
+
* @public
|
|
881
|
+
*/
|
|
774
882
|
export interface CreateModelVersionResult {
|
|
775
883
|
/**
|
|
776
884
|
* <p>The model ID.</p>
|
|
@@ -789,9 +897,15 @@ export interface CreateModelVersionResult {
|
|
|
789
897
|
*/
|
|
790
898
|
status?: string;
|
|
791
899
|
}
|
|
900
|
+
/**
|
|
901
|
+
* @public
|
|
902
|
+
*/
|
|
792
903
|
export declare enum Language {
|
|
793
904
|
DETECTORPL = "DETECTORPL"
|
|
794
905
|
}
|
|
906
|
+
/**
|
|
907
|
+
* @public
|
|
908
|
+
*/
|
|
795
909
|
export interface CreateRuleRequest {
|
|
796
910
|
/**
|
|
797
911
|
* <p>The rule ID.</p>
|
|
@@ -822,12 +936,18 @@ export interface CreateRuleRequest {
|
|
|
822
936
|
*/
|
|
823
937
|
tags?: Tag[];
|
|
824
938
|
}
|
|
939
|
+
/**
|
|
940
|
+
* @public
|
|
941
|
+
*/
|
|
825
942
|
export interface CreateRuleResult {
|
|
826
943
|
/**
|
|
827
944
|
* <p>The created rule.</p>
|
|
828
945
|
*/
|
|
829
946
|
rule?: Rule;
|
|
830
947
|
}
|
|
948
|
+
/**
|
|
949
|
+
* @public
|
|
950
|
+
*/
|
|
831
951
|
export interface CreateVariableRequest {
|
|
832
952
|
/**
|
|
833
953
|
* <p>The name of the variable.</p>
|
|
@@ -861,25 +981,41 @@ export interface CreateVariableRequest {
|
|
|
861
981
|
*/
|
|
862
982
|
tags?: Tag[];
|
|
863
983
|
}
|
|
984
|
+
/**
|
|
985
|
+
* @public
|
|
986
|
+
*/
|
|
864
987
|
export interface CreateVariableResult {
|
|
865
988
|
}
|
|
989
|
+
/**
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
866
992
|
export interface DeleteBatchImportJobRequest {
|
|
867
993
|
/**
|
|
868
994
|
* <p>The ID of the batch import job to delete. </p>
|
|
869
995
|
*/
|
|
870
996
|
jobId: string | undefined;
|
|
871
997
|
}
|
|
998
|
+
/**
|
|
999
|
+
* @public
|
|
1000
|
+
*/
|
|
872
1001
|
export interface DeleteBatchImportJobResult {
|
|
873
1002
|
}
|
|
1003
|
+
/**
|
|
1004
|
+
* @public
|
|
1005
|
+
*/
|
|
874
1006
|
export interface DeleteBatchPredictionJobRequest {
|
|
875
1007
|
/**
|
|
876
1008
|
* <p>The ID of the batch prediction job to delete.</p>
|
|
877
1009
|
*/
|
|
878
1010
|
jobId: string | undefined;
|
|
879
1011
|
}
|
|
1012
|
+
/**
|
|
1013
|
+
* @public
|
|
1014
|
+
*/
|
|
880
1015
|
export interface DeleteBatchPredictionJobResult {
|
|
881
1016
|
}
|
|
882
1017
|
/**
|
|
1018
|
+
* @public
|
|
883
1019
|
* <p>An exception indicating there was a conflict during a delete operation.</p>
|
|
884
1020
|
*/
|
|
885
1021
|
export declare class ConflictException extends __BaseException {
|
|
@@ -890,14 +1026,23 @@ export declare class ConflictException extends __BaseException {
|
|
|
890
1026
|
*/
|
|
891
1027
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
892
1028
|
}
|
|
1029
|
+
/**
|
|
1030
|
+
* @public
|
|
1031
|
+
*/
|
|
893
1032
|
export interface DeleteDetectorRequest {
|
|
894
1033
|
/**
|
|
895
1034
|
* <p>The ID of the detector to delete.</p>
|
|
896
1035
|
*/
|
|
897
1036
|
detectorId: string | undefined;
|
|
898
1037
|
}
|
|
1038
|
+
/**
|
|
1039
|
+
* @public
|
|
1040
|
+
*/
|
|
899
1041
|
export interface DeleteDetectorResult {
|
|
900
1042
|
}
|
|
1043
|
+
/**
|
|
1044
|
+
* @public
|
|
1045
|
+
*/
|
|
901
1046
|
export interface DeleteDetectorVersionRequest {
|
|
902
1047
|
/**
|
|
903
1048
|
* <p>The ID of the parent detector for the detector version to delete.</p>
|
|
@@ -908,16 +1053,28 @@ export interface DeleteDetectorVersionRequest {
|
|
|
908
1053
|
*/
|
|
909
1054
|
detectorVersionId: string | undefined;
|
|
910
1055
|
}
|
|
1056
|
+
/**
|
|
1057
|
+
* @public
|
|
1058
|
+
*/
|
|
911
1059
|
export interface DeleteDetectorVersionResult {
|
|
912
1060
|
}
|
|
1061
|
+
/**
|
|
1062
|
+
* @public
|
|
1063
|
+
*/
|
|
913
1064
|
export interface DeleteEntityTypeRequest {
|
|
914
1065
|
/**
|
|
915
1066
|
* <p>The name of the entity type to delete.</p>
|
|
916
1067
|
*/
|
|
917
1068
|
name: string | undefined;
|
|
918
1069
|
}
|
|
1070
|
+
/**
|
|
1071
|
+
* @public
|
|
1072
|
+
*/
|
|
919
1073
|
export interface DeleteEntityTypeResult {
|
|
920
1074
|
}
|
|
1075
|
+
/**
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
921
1078
|
export interface DeleteEventRequest {
|
|
922
1079
|
/**
|
|
923
1080
|
* <p>The ID of the event to delete.</p>
|
|
@@ -932,14 +1089,23 @@ export interface DeleteEventRequest {
|
|
|
932
1089
|
*/
|
|
933
1090
|
deleteAuditHistory?: boolean;
|
|
934
1091
|
}
|
|
1092
|
+
/**
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
935
1095
|
export interface DeleteEventResult {
|
|
936
1096
|
}
|
|
1097
|
+
/**
|
|
1098
|
+
* @public
|
|
1099
|
+
*/
|
|
937
1100
|
export interface DeleteEventsByEventTypeRequest {
|
|
938
1101
|
/**
|
|
939
1102
|
* <p>The name of the event type.</p>
|
|
940
1103
|
*/
|
|
941
1104
|
eventTypeName: string | undefined;
|
|
942
1105
|
}
|
|
1106
|
+
/**
|
|
1107
|
+
* @public
|
|
1108
|
+
*/
|
|
943
1109
|
export interface DeleteEventsByEventTypeResult {
|
|
944
1110
|
/**
|
|
945
1111
|
* <p>Name of event type for which to delete the events.</p>
|
|
@@ -950,30 +1116,51 @@ export interface DeleteEventsByEventTypeResult {
|
|
|
950
1116
|
*/
|
|
951
1117
|
eventsDeletionStatus?: string;
|
|
952
1118
|
}
|
|
1119
|
+
/**
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
953
1122
|
export interface DeleteEventTypeRequest {
|
|
954
1123
|
/**
|
|
955
1124
|
* <p>The name of the event type to delete.</p>
|
|
956
1125
|
*/
|
|
957
1126
|
name: string | undefined;
|
|
958
1127
|
}
|
|
1128
|
+
/**
|
|
1129
|
+
* @public
|
|
1130
|
+
*/
|
|
959
1131
|
export interface DeleteEventTypeResult {
|
|
960
1132
|
}
|
|
1133
|
+
/**
|
|
1134
|
+
* @public
|
|
1135
|
+
*/
|
|
961
1136
|
export interface DeleteExternalModelRequest {
|
|
962
1137
|
/**
|
|
963
1138
|
* <p>The endpoint of the Amazon Sagemaker model to delete.</p>
|
|
964
1139
|
*/
|
|
965
1140
|
modelEndpoint: string | undefined;
|
|
966
1141
|
}
|
|
1142
|
+
/**
|
|
1143
|
+
* @public
|
|
1144
|
+
*/
|
|
967
1145
|
export interface DeleteExternalModelResult {
|
|
968
1146
|
}
|
|
1147
|
+
/**
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
969
1150
|
export interface DeleteLabelRequest {
|
|
970
1151
|
/**
|
|
971
1152
|
* <p>The name of the label to delete.</p>
|
|
972
1153
|
*/
|
|
973
1154
|
name: string | undefined;
|
|
974
1155
|
}
|
|
1156
|
+
/**
|
|
1157
|
+
* @public
|
|
1158
|
+
*/
|
|
975
1159
|
export interface DeleteLabelResult {
|
|
976
1160
|
}
|
|
1161
|
+
/**
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
977
1164
|
export interface DeleteListRequest {
|
|
978
1165
|
/**
|
|
979
1166
|
* <p>
|
|
@@ -982,8 +1169,14 @@ export interface DeleteListRequest {
|
|
|
982
1169
|
*/
|
|
983
1170
|
name: string | undefined;
|
|
984
1171
|
}
|
|
1172
|
+
/**
|
|
1173
|
+
* @public
|
|
1174
|
+
*/
|
|
985
1175
|
export interface DeleteListResult {
|
|
986
1176
|
}
|
|
1177
|
+
/**
|
|
1178
|
+
* @public
|
|
1179
|
+
*/
|
|
987
1180
|
export interface DeleteModelRequest {
|
|
988
1181
|
/**
|
|
989
1182
|
* <p>The model ID of the model to delete.</p>
|
|
@@ -994,8 +1187,14 @@ export interface DeleteModelRequest {
|
|
|
994
1187
|
*/
|
|
995
1188
|
modelType: ModelTypeEnum | string | undefined;
|
|
996
1189
|
}
|
|
1190
|
+
/**
|
|
1191
|
+
* @public
|
|
1192
|
+
*/
|
|
997
1193
|
export interface DeleteModelResult {
|
|
998
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
999
1198
|
export interface DeleteModelVersionRequest {
|
|
1000
1199
|
/**
|
|
1001
1200
|
* <p>The model ID of the model version to delete.</p>
|
|
@@ -1010,32 +1209,56 @@ export interface DeleteModelVersionRequest {
|
|
|
1010
1209
|
*/
|
|
1011
1210
|
modelVersionNumber: string | undefined;
|
|
1012
1211
|
}
|
|
1212
|
+
/**
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1013
1215
|
export interface DeleteModelVersionResult {
|
|
1014
1216
|
}
|
|
1217
|
+
/**
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1015
1220
|
export interface DeleteOutcomeRequest {
|
|
1016
1221
|
/**
|
|
1017
1222
|
* <p>The name of the outcome to delete.</p>
|
|
1018
1223
|
*/
|
|
1019
1224
|
name: string | undefined;
|
|
1020
1225
|
}
|
|
1226
|
+
/**
|
|
1227
|
+
* @public
|
|
1228
|
+
*/
|
|
1021
1229
|
export interface DeleteOutcomeResult {
|
|
1022
1230
|
}
|
|
1231
|
+
/**
|
|
1232
|
+
* @public
|
|
1233
|
+
*/
|
|
1023
1234
|
export interface DeleteRuleRequest {
|
|
1024
1235
|
/**
|
|
1025
1236
|
* <p>A rule.</p>
|
|
1026
1237
|
*/
|
|
1027
1238
|
rule: Rule | undefined;
|
|
1028
1239
|
}
|
|
1240
|
+
/**
|
|
1241
|
+
* @public
|
|
1242
|
+
*/
|
|
1029
1243
|
export interface DeleteRuleResult {
|
|
1030
1244
|
}
|
|
1245
|
+
/**
|
|
1246
|
+
* @public
|
|
1247
|
+
*/
|
|
1031
1248
|
export interface DeleteVariableRequest {
|
|
1032
1249
|
/**
|
|
1033
1250
|
* <p>The name of the variable to delete.</p>
|
|
1034
1251
|
*/
|
|
1035
1252
|
name: string | undefined;
|
|
1036
1253
|
}
|
|
1254
|
+
/**
|
|
1255
|
+
* @public
|
|
1256
|
+
*/
|
|
1037
1257
|
export interface DeleteVariableResult {
|
|
1038
1258
|
}
|
|
1259
|
+
/**
|
|
1260
|
+
* @public
|
|
1261
|
+
*/
|
|
1039
1262
|
export interface DescribeDetectorRequest {
|
|
1040
1263
|
/**
|
|
1041
1264
|
* <p>The detector ID.</p>
|
|
@@ -1051,6 +1274,7 @@ export interface DescribeDetectorRequest {
|
|
|
1051
1274
|
maxResults?: number;
|
|
1052
1275
|
}
|
|
1053
1276
|
/**
|
|
1277
|
+
* @public
|
|
1054
1278
|
* <p>The summary of the detector version.</p>
|
|
1055
1279
|
*/
|
|
1056
1280
|
export interface DetectorVersionSummary {
|
|
@@ -1071,6 +1295,9 @@ export interface DetectorVersionSummary {
|
|
|
1071
1295
|
*/
|
|
1072
1296
|
lastUpdatedTime?: string;
|
|
1073
1297
|
}
|
|
1298
|
+
/**
|
|
1299
|
+
* @public
|
|
1300
|
+
*/
|
|
1074
1301
|
export interface DescribeDetectorResult {
|
|
1075
1302
|
/**
|
|
1076
1303
|
* <p>The detector ID.</p>
|
|
@@ -1089,6 +1316,9 @@ export interface DescribeDetectorResult {
|
|
|
1089
1316
|
*/
|
|
1090
1317
|
arn?: string;
|
|
1091
1318
|
}
|
|
1319
|
+
/**
|
|
1320
|
+
* @public
|
|
1321
|
+
*/
|
|
1092
1322
|
export interface DescribeModelVersionsRequest {
|
|
1093
1323
|
/**
|
|
1094
1324
|
* <p>The model ID.</p>
|
|
@@ -1112,6 +1342,7 @@ export interface DescribeModelVersionsRequest {
|
|
|
1112
1342
|
maxResults?: number;
|
|
1113
1343
|
}
|
|
1114
1344
|
/**
|
|
1345
|
+
* @public
|
|
1115
1346
|
* <p>The message details.</p>
|
|
1116
1347
|
*/
|
|
1117
1348
|
export interface FieldValidationMessage {
|
|
@@ -1137,6 +1368,7 @@ export interface FieldValidationMessage {
|
|
|
1137
1368
|
type?: string;
|
|
1138
1369
|
}
|
|
1139
1370
|
/**
|
|
1371
|
+
* @public
|
|
1140
1372
|
* <p>The message details.</p>
|
|
1141
1373
|
*/
|
|
1142
1374
|
export interface FileValidationMessage {
|
|
@@ -1154,6 +1386,7 @@ export interface FileValidationMessage {
|
|
|
1154
1386
|
type?: string;
|
|
1155
1387
|
}
|
|
1156
1388
|
/**
|
|
1389
|
+
* @public
|
|
1157
1390
|
* <p>The model training data validation metrics.</p>
|
|
1158
1391
|
*/
|
|
1159
1392
|
export interface DataValidationMetrics {
|
|
@@ -1167,6 +1400,7 @@ export interface DataValidationMetrics {
|
|
|
1167
1400
|
fieldLevelMessages?: FieldValidationMessage[];
|
|
1168
1401
|
}
|
|
1169
1402
|
/**
|
|
1403
|
+
* @public
|
|
1170
1404
|
* <p>Model performance metrics data points.</p>
|
|
1171
1405
|
*/
|
|
1172
1406
|
export interface MetricDataPoint {
|
|
@@ -1188,6 +1422,7 @@ export interface MetricDataPoint {
|
|
|
1188
1422
|
threshold?: number;
|
|
1189
1423
|
}
|
|
1190
1424
|
/**
|
|
1425
|
+
* @public
|
|
1191
1426
|
* <p>The training metric details.</p>
|
|
1192
1427
|
*/
|
|
1193
1428
|
export interface TrainingMetrics {
|
|
@@ -1201,6 +1436,7 @@ export interface TrainingMetrics {
|
|
|
1201
1436
|
metricDataPoints?: MetricDataPoint[];
|
|
1202
1437
|
}
|
|
1203
1438
|
/**
|
|
1439
|
+
* @public
|
|
1204
1440
|
* <p>The log odds metric details.</p>
|
|
1205
1441
|
*/
|
|
1206
1442
|
export interface LogOddsMetric {
|
|
@@ -1218,6 +1454,7 @@ export interface LogOddsMetric {
|
|
|
1218
1454
|
variableImportance: number | undefined;
|
|
1219
1455
|
}
|
|
1220
1456
|
/**
|
|
1457
|
+
* @public
|
|
1221
1458
|
* <p>The variable importance metrics details.</p>
|
|
1222
1459
|
*/
|
|
1223
1460
|
export interface VariableImportanceMetrics {
|
|
@@ -1227,6 +1464,7 @@ export interface VariableImportanceMetrics {
|
|
|
1227
1464
|
logOddsMetrics?: LogOddsMetric[];
|
|
1228
1465
|
}
|
|
1229
1466
|
/**
|
|
1467
|
+
* @public
|
|
1230
1468
|
* <p>The training result details.</p>
|
|
1231
1469
|
*/
|
|
1232
1470
|
export interface TrainingResult {
|
|
@@ -1244,6 +1482,7 @@ export interface TrainingResult {
|
|
|
1244
1482
|
variableImportanceMetrics?: VariableImportanceMetrics;
|
|
1245
1483
|
}
|
|
1246
1484
|
/**
|
|
1485
|
+
* @public
|
|
1247
1486
|
* <p>
|
|
1248
1487
|
* The Online Fraud Insights (OFI) model performance metrics data points.
|
|
1249
1488
|
* </p>
|
|
@@ -1275,6 +1514,7 @@ export interface OFIMetricDataPoint {
|
|
|
1275
1514
|
threshold?: number;
|
|
1276
1515
|
}
|
|
1277
1516
|
/**
|
|
1517
|
+
* @public
|
|
1278
1518
|
* <p>
|
|
1279
1519
|
* Range of area under curve (auc) expected from the model. A range greater than 0.1 indicates higher model uncertainity. A range is the difference between upper and lower bound of auc.
|
|
1280
1520
|
* </p>
|
|
@@ -1293,6 +1533,7 @@ export interface UncertaintyRange {
|
|
|
1293
1533
|
upperBoundValue: number | undefined;
|
|
1294
1534
|
}
|
|
1295
1535
|
/**
|
|
1536
|
+
* @public
|
|
1296
1537
|
* <p>
|
|
1297
1538
|
* The Online Fraud Insights (OFI) model performance score.
|
|
1298
1539
|
* </p>
|
|
@@ -1312,6 +1553,7 @@ export interface OFIModelPerformance {
|
|
|
1312
1553
|
uncertaintyRange?: UncertaintyRange;
|
|
1313
1554
|
}
|
|
1314
1555
|
/**
|
|
1556
|
+
* @public
|
|
1315
1557
|
* <p>
|
|
1316
1558
|
* The Online Fraud Insights (OFI) model training metric details.
|
|
1317
1559
|
* </p>
|
|
@@ -1331,6 +1573,7 @@ export interface OFITrainingMetricsValue {
|
|
|
1331
1573
|
modelPerformance?: OFIModelPerformance;
|
|
1332
1574
|
}
|
|
1333
1575
|
/**
|
|
1576
|
+
* @public
|
|
1334
1577
|
* <p>
|
|
1335
1578
|
* The performance metrics data points for Transaction Fraud Insights (TFI) model.
|
|
1336
1579
|
* </p>
|
|
@@ -1363,6 +1606,7 @@ export interface TFIMetricDataPoint {
|
|
|
1363
1606
|
threshold?: number;
|
|
1364
1607
|
}
|
|
1365
1608
|
/**
|
|
1609
|
+
* @public
|
|
1366
1610
|
* <p>
|
|
1367
1611
|
* The Transaction Fraud Insights (TFI) model performance score.
|
|
1368
1612
|
* </p>
|
|
@@ -1382,6 +1626,7 @@ export interface TFIModelPerformance {
|
|
|
1382
1626
|
uncertaintyRange?: UncertaintyRange;
|
|
1383
1627
|
}
|
|
1384
1628
|
/**
|
|
1629
|
+
* @public
|
|
1385
1630
|
* <p>
|
|
1386
1631
|
* The Transaction Fraud Insights (TFI) model training metric details.
|
|
1387
1632
|
* </p>
|
|
@@ -1401,6 +1646,7 @@ export interface TFITrainingMetricsValue {
|
|
|
1401
1646
|
modelPerformance?: TFIModelPerformance;
|
|
1402
1647
|
}
|
|
1403
1648
|
/**
|
|
1649
|
+
* @public
|
|
1404
1650
|
* <p>
|
|
1405
1651
|
* The training metrics details.
|
|
1406
1652
|
* </p>
|
|
@@ -1426,6 +1672,7 @@ export interface TrainingMetricsV2 {
|
|
|
1426
1672
|
ati?: ATITrainingMetricsValue;
|
|
1427
1673
|
}
|
|
1428
1674
|
/**
|
|
1675
|
+
* @public
|
|
1429
1676
|
* <p>
|
|
1430
1677
|
* The training result details.
|
|
1431
1678
|
* </p>
|
|
@@ -1456,6 +1703,7 @@ export interface TrainingResultV2 {
|
|
|
1456
1703
|
aggregatedVariablesImportanceMetrics?: AggregatedVariablesImportanceMetrics;
|
|
1457
1704
|
}
|
|
1458
1705
|
/**
|
|
1706
|
+
* @public
|
|
1459
1707
|
* <p>The details of the model version.</p>
|
|
1460
1708
|
*/
|
|
1461
1709
|
export interface ModelVersionDetail {
|
|
@@ -1514,6 +1762,9 @@ export interface ModelVersionDetail {
|
|
|
1514
1762
|
*/
|
|
1515
1763
|
trainingResultV2?: TrainingResultV2;
|
|
1516
1764
|
}
|
|
1765
|
+
/**
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1517
1768
|
export interface DescribeModelVersionsResult {
|
|
1518
1769
|
/**
|
|
1519
1770
|
* <p>The model version details.</p>
|
|
@@ -1524,6 +1775,9 @@ export interface DescribeModelVersionsResult {
|
|
|
1524
1775
|
*/
|
|
1525
1776
|
nextToken?: string;
|
|
1526
1777
|
}
|
|
1778
|
+
/**
|
|
1779
|
+
* @public
|
|
1780
|
+
*/
|
|
1527
1781
|
export interface GetBatchImportJobsRequest {
|
|
1528
1782
|
/**
|
|
1529
1783
|
* <p>The ID of the batch import job to get.</p>
|
|
@@ -1539,6 +1793,7 @@ export interface GetBatchImportJobsRequest {
|
|
|
1539
1793
|
nextToken?: string;
|
|
1540
1794
|
}
|
|
1541
1795
|
/**
|
|
1796
|
+
* @public
|
|
1542
1797
|
* <p>The batch import job details.</p>
|
|
1543
1798
|
*/
|
|
1544
1799
|
export interface BatchImport {
|
|
@@ -1595,6 +1850,9 @@ export interface BatchImport {
|
|
|
1595
1850
|
*/
|
|
1596
1851
|
totalRecordsCount?: number;
|
|
1597
1852
|
}
|
|
1853
|
+
/**
|
|
1854
|
+
* @public
|
|
1855
|
+
*/
|
|
1598
1856
|
export interface GetBatchImportJobsResult {
|
|
1599
1857
|
/**
|
|
1600
1858
|
* <p>An array containing the details of each batch import job.</p>
|
|
@@ -1605,6 +1863,9 @@ export interface GetBatchImportJobsResult {
|
|
|
1605
1863
|
*/
|
|
1606
1864
|
nextToken?: string;
|
|
1607
1865
|
}
|
|
1866
|
+
/**
|
|
1867
|
+
* @public
|
|
1868
|
+
*/
|
|
1608
1869
|
export interface GetBatchPredictionJobsRequest {
|
|
1609
1870
|
/**
|
|
1610
1871
|
* <p>The batch prediction job for which to get the details.</p>
|
|
@@ -1620,6 +1881,7 @@ export interface GetBatchPredictionJobsRequest {
|
|
|
1620
1881
|
nextToken?: string;
|
|
1621
1882
|
}
|
|
1622
1883
|
/**
|
|
1884
|
+
* @public
|
|
1623
1885
|
* <p>The batch prediction details.</p>
|
|
1624
1886
|
*/
|
|
1625
1887
|
export interface BatchPrediction {
|
|
@@ -1684,6 +1946,9 @@ export interface BatchPrediction {
|
|
|
1684
1946
|
*/
|
|
1685
1947
|
totalRecordsCount?: number;
|
|
1686
1948
|
}
|
|
1949
|
+
/**
|
|
1950
|
+
* @public
|
|
1951
|
+
*/
|
|
1687
1952
|
export interface GetBatchPredictionJobsResult {
|
|
1688
1953
|
/**
|
|
1689
1954
|
* <p>An array containing the details of each batch prediction job.</p>
|
|
@@ -1694,12 +1959,18 @@ export interface GetBatchPredictionJobsResult {
|
|
|
1694
1959
|
*/
|
|
1695
1960
|
nextToken?: string;
|
|
1696
1961
|
}
|
|
1962
|
+
/**
|
|
1963
|
+
* @public
|
|
1964
|
+
*/
|
|
1697
1965
|
export interface GetDeleteEventsByEventTypeStatusRequest {
|
|
1698
1966
|
/**
|
|
1699
1967
|
* <p>Name of event type for which to get the deletion status.</p>
|
|
1700
1968
|
*/
|
|
1701
1969
|
eventTypeName: string | undefined;
|
|
1702
1970
|
}
|
|
1971
|
+
/**
|
|
1972
|
+
* @public
|
|
1973
|
+
*/
|
|
1703
1974
|
export interface GetDeleteEventsByEventTypeStatusResult {
|
|
1704
1975
|
/**
|
|
1705
1976
|
* <p>The event type name.</p>
|
|
@@ -1710,6 +1981,9 @@ export interface GetDeleteEventsByEventTypeStatusResult {
|
|
|
1710
1981
|
*/
|
|
1711
1982
|
eventsDeletionStatus?: AsyncJobStatus | string;
|
|
1712
1983
|
}
|
|
1984
|
+
/**
|
|
1985
|
+
* @public
|
|
1986
|
+
*/
|
|
1713
1987
|
export interface GetDetectorsRequest {
|
|
1714
1988
|
/**
|
|
1715
1989
|
* <p>The detector ID.</p>
|
|
@@ -1725,6 +1999,7 @@ export interface GetDetectorsRequest {
|
|
|
1725
1999
|
maxResults?: number;
|
|
1726
2000
|
}
|
|
1727
2001
|
/**
|
|
2002
|
+
* @public
|
|
1728
2003
|
* <p>The detector.</p>
|
|
1729
2004
|
*/
|
|
1730
2005
|
export interface Detector {
|
|
@@ -1753,6 +2028,9 @@ export interface Detector {
|
|
|
1753
2028
|
*/
|
|
1754
2029
|
arn?: string;
|
|
1755
2030
|
}
|
|
2031
|
+
/**
|
|
2032
|
+
* @public
|
|
2033
|
+
*/
|
|
1756
2034
|
export interface GetDetectorsResult {
|
|
1757
2035
|
/**
|
|
1758
2036
|
* <p>The detectors.</p>
|
|
@@ -1763,6 +2041,9 @@ export interface GetDetectorsResult {
|
|
|
1763
2041
|
*/
|
|
1764
2042
|
nextToken?: string;
|
|
1765
2043
|
}
|
|
2044
|
+
/**
|
|
2045
|
+
* @public
|
|
2046
|
+
*/
|
|
1766
2047
|
export interface GetDetectorVersionRequest {
|
|
1767
2048
|
/**
|
|
1768
2049
|
* <p>The detector ID.</p>
|
|
@@ -1773,6 +2054,9 @@ export interface GetDetectorVersionRequest {
|
|
|
1773
2054
|
*/
|
|
1774
2055
|
detectorVersionId: string | undefined;
|
|
1775
2056
|
}
|
|
2057
|
+
/**
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
1776
2060
|
export interface GetDetectorVersionResult {
|
|
1777
2061
|
/**
|
|
1778
2062
|
* <p>The detector ID.</p>
|
|
@@ -1824,6 +2108,9 @@ export interface GetDetectorVersionResult {
|
|
|
1824
2108
|
*/
|
|
1825
2109
|
arn?: string;
|
|
1826
2110
|
}
|
|
2111
|
+
/**
|
|
2112
|
+
* @public
|
|
2113
|
+
*/
|
|
1827
2114
|
export interface GetEntityTypesRequest {
|
|
1828
2115
|
/**
|
|
1829
2116
|
* <p>The name.</p>
|
|
@@ -1839,6 +2126,7 @@ export interface GetEntityTypesRequest {
|
|
|
1839
2126
|
maxResults?: number;
|
|
1840
2127
|
}
|
|
1841
2128
|
/**
|
|
2129
|
+
* @public
|
|
1842
2130
|
* <p>The entity type details.</p>
|
|
1843
2131
|
*/
|
|
1844
2132
|
export interface EntityType {
|
|
@@ -1863,6 +2151,9 @@ export interface EntityType {
|
|
|
1863
2151
|
*/
|
|
1864
2152
|
arn?: string;
|
|
1865
2153
|
}
|
|
2154
|
+
/**
|
|
2155
|
+
* @public
|
|
2156
|
+
*/
|
|
1866
2157
|
export interface GetEntityTypesResult {
|
|
1867
2158
|
/**
|
|
1868
2159
|
* <p>An array of entity types.</p>
|
|
@@ -1873,6 +2164,9 @@ export interface GetEntityTypesResult {
|
|
|
1873
2164
|
*/
|
|
1874
2165
|
nextToken?: string;
|
|
1875
2166
|
}
|
|
2167
|
+
/**
|
|
2168
|
+
* @public
|
|
2169
|
+
*/
|
|
1876
2170
|
export interface GetEventRequest {
|
|
1877
2171
|
/**
|
|
1878
2172
|
* <p>The ID of the event to retrieve.</p>
|
|
@@ -1884,6 +2178,7 @@ export interface GetEventRequest {
|
|
|
1884
2178
|
eventTypeName: string | undefined;
|
|
1885
2179
|
}
|
|
1886
2180
|
/**
|
|
2181
|
+
* @public
|
|
1887
2182
|
* <p>The entity details. </p>
|
|
1888
2183
|
*/
|
|
1889
2184
|
export interface Entity {
|
|
@@ -1897,6 +2192,7 @@ export interface Entity {
|
|
|
1897
2192
|
entityId: string | undefined;
|
|
1898
2193
|
}
|
|
1899
2194
|
/**
|
|
2195
|
+
* @public
|
|
1900
2196
|
* <p>The event details.</p>
|
|
1901
2197
|
*/
|
|
1902
2198
|
export interface Event {
|
|
@@ -1929,6 +2225,9 @@ export interface Event {
|
|
|
1929
2225
|
*/
|
|
1930
2226
|
entities?: Entity[];
|
|
1931
2227
|
}
|
|
2228
|
+
/**
|
|
2229
|
+
* @public
|
|
2230
|
+
*/
|
|
1932
2231
|
export interface GetEventResult {
|
|
1933
2232
|
/**
|
|
1934
2233
|
* <p>The details of the event.</p>
|
|
@@ -1936,6 +2235,7 @@ export interface GetEventResult {
|
|
|
1936
2235
|
event?: Event;
|
|
1937
2236
|
}
|
|
1938
2237
|
/**
|
|
2238
|
+
* @public
|
|
1939
2239
|
* <p>A pre-formed Amazon SageMaker model input you can include if your detector version includes an imported Amazon SageMaker model endpoint with pass-through input configuration.</p>
|
|
1940
2240
|
*/
|
|
1941
2241
|
export interface ModelEndpointDataBlob {
|
|
@@ -1948,6 +2248,9 @@ export interface ModelEndpointDataBlob {
|
|
|
1948
2248
|
*/
|
|
1949
2249
|
contentType?: string;
|
|
1950
2250
|
}
|
|
2251
|
+
/**
|
|
2252
|
+
* @public
|
|
2253
|
+
*/
|
|
1951
2254
|
export interface GetEventPredictionRequest {
|
|
1952
2255
|
/**
|
|
1953
2256
|
* <p>The detector ID.</p>
|
|
@@ -1997,10 +2300,14 @@ export interface GetEventPredictionRequest {
|
|
|
1997
2300
|
*/
|
|
1998
2301
|
externalModelEndpointDataBlobs?: Record<string, ModelEndpointDataBlob>;
|
|
1999
2302
|
}
|
|
2303
|
+
/**
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
2000
2306
|
export declare enum ModelSource {
|
|
2001
2307
|
SAGEMAKER = "SAGEMAKER"
|
|
2002
2308
|
}
|
|
2003
2309
|
/**
|
|
2310
|
+
* @public
|
|
2004
2311
|
* <p>The Amazon SageMaker model.</p>
|
|
2005
2312
|
*/
|
|
2006
2313
|
export interface ExternalModelSummary {
|
|
@@ -2014,6 +2321,7 @@ export interface ExternalModelSummary {
|
|
|
2014
2321
|
modelSource?: ModelSource | string;
|
|
2015
2322
|
}
|
|
2016
2323
|
/**
|
|
2324
|
+
* @public
|
|
2017
2325
|
* <p>The fraud prediction scores from Amazon SageMaker model.</p>
|
|
2018
2326
|
*/
|
|
2019
2327
|
export interface ExternalModelOutputs {
|
|
@@ -2027,6 +2335,7 @@ export interface ExternalModelOutputs {
|
|
|
2027
2335
|
outputs?: Record<string, string>;
|
|
2028
2336
|
}
|
|
2029
2337
|
/**
|
|
2338
|
+
* @public
|
|
2030
2339
|
* <p>The fraud prediction scores.</p>
|
|
2031
2340
|
*/
|
|
2032
2341
|
export interface ModelScores {
|
|
@@ -2040,6 +2349,7 @@ export interface ModelScores {
|
|
|
2040
2349
|
scores?: Record<string, number>;
|
|
2041
2350
|
}
|
|
2042
2351
|
/**
|
|
2352
|
+
* @public
|
|
2043
2353
|
* <p>The rule results.</p>
|
|
2044
2354
|
*/
|
|
2045
2355
|
export interface RuleResult {
|
|
@@ -2052,6 +2362,9 @@ export interface RuleResult {
|
|
|
2052
2362
|
*/
|
|
2053
2363
|
outcomes?: string[];
|
|
2054
2364
|
}
|
|
2365
|
+
/**
|
|
2366
|
+
* @public
|
|
2367
|
+
*/
|
|
2055
2368
|
export interface GetEventPredictionResult {
|
|
2056
2369
|
/**
|
|
2057
2370
|
* <p>The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.</p>
|
|
@@ -2067,6 +2380,7 @@ export interface GetEventPredictionResult {
|
|
|
2067
2380
|
externalModelOutputs?: ExternalModelOutputs[];
|
|
2068
2381
|
}
|
|
2069
2382
|
/**
|
|
2383
|
+
* @public
|
|
2070
2384
|
* <p>An exception indicating that the attached customer-owned (external) model threw an exception when Amazon Fraud Detector invoked the model.</p>
|
|
2071
2385
|
*/
|
|
2072
2386
|
export declare class ResourceUnavailableException extends __BaseException {
|
|
@@ -2077,6 +2391,9 @@ export declare class ResourceUnavailableException extends __BaseException {
|
|
|
2077
2391
|
*/
|
|
2078
2392
|
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
2079
2393
|
}
|
|
2394
|
+
/**
|
|
2395
|
+
* @public
|
|
2396
|
+
*/
|
|
2080
2397
|
export interface GetEventPredictionMetadataRequest {
|
|
2081
2398
|
/**
|
|
2082
2399
|
* <p>
|
|
@@ -2111,6 +2428,7 @@ export interface GetEventPredictionMetadataRequest {
|
|
|
2111
2428
|
predictionTimestamp: string | undefined;
|
|
2112
2429
|
}
|
|
2113
2430
|
/**
|
|
2431
|
+
* @public
|
|
2114
2432
|
* <p>
|
|
2115
2433
|
* The details of the external (Amazon Sagemaker) model evaluated for generating predictions.
|
|
2116
2434
|
* </p>
|
|
@@ -2142,6 +2460,7 @@ export interface EvaluatedExternalModel {
|
|
|
2142
2460
|
outputVariables?: Record<string, string>;
|
|
2143
2461
|
}
|
|
2144
2462
|
/**
|
|
2463
|
+
* @public
|
|
2145
2464
|
* <p>
|
|
2146
2465
|
* The details of the event variable's impact on the prediction score.
|
|
2147
2466
|
* </p>
|
|
@@ -2175,6 +2494,7 @@ export interface VariableImpactExplanation {
|
|
|
2175
2494
|
logOddsImpact?: number;
|
|
2176
2495
|
}
|
|
2177
2496
|
/**
|
|
2497
|
+
* @public
|
|
2178
2498
|
* <p>
|
|
2179
2499
|
* The prediction explanations that provide insight into how each event variable impacted the model version's fraud prediction score.
|
|
2180
2500
|
* </p>
|
|
@@ -2197,6 +2517,7 @@ export interface PredictionExplanations {
|
|
|
2197
2517
|
aggregatedVariablesImpactExplanations?: AggregatedVariablesImpactExplanation[];
|
|
2198
2518
|
}
|
|
2199
2519
|
/**
|
|
2520
|
+
* @public
|
|
2200
2521
|
* <p>
|
|
2201
2522
|
* The model version evalutions.
|
|
2202
2523
|
* </p>
|
|
@@ -2222,6 +2543,7 @@ export interface ModelVersionEvaluation {
|
|
|
2222
2543
|
predictionExplanations?: PredictionExplanations;
|
|
2223
2544
|
}
|
|
2224
2545
|
/**
|
|
2546
|
+
* @public
|
|
2225
2547
|
* <p>
|
|
2226
2548
|
* The model version evaluated for generating prediction.
|
|
2227
2549
|
* </p>
|
|
@@ -2253,6 +2575,7 @@ export interface EvaluatedModelVersion {
|
|
|
2253
2575
|
evaluations?: ModelVersionEvaluation[];
|
|
2254
2576
|
}
|
|
2255
2577
|
/**
|
|
2578
|
+
* @public
|
|
2256
2579
|
* <p>
|
|
2257
2580
|
* Information about the summary of an event variable that was evaluated for generating prediction.
|
|
2258
2581
|
* </p>
|
|
@@ -2278,6 +2601,7 @@ export interface EventVariableSummary {
|
|
|
2278
2601
|
source?: string;
|
|
2279
2602
|
}
|
|
2280
2603
|
/**
|
|
2604
|
+
* @public
|
|
2281
2605
|
* <p>
|
|
2282
2606
|
* The details of the rule used for evaluating variable values.
|
|
2283
2607
|
* </p>
|
|
@@ -2326,6 +2650,9 @@ export interface EvaluatedRule {
|
|
|
2326
2650
|
*/
|
|
2327
2651
|
matched?: boolean;
|
|
2328
2652
|
}
|
|
2653
|
+
/**
|
|
2654
|
+
* @public
|
|
2655
|
+
*/
|
|
2329
2656
|
export interface GetEventPredictionMetadataResult {
|
|
2330
2657
|
/**
|
|
2331
2658
|
* <p>
|
|
@@ -2416,6 +2743,9 @@ export interface GetEventPredictionMetadataResult {
|
|
|
2416
2743
|
*/
|
|
2417
2744
|
predictionTimestamp?: string;
|
|
2418
2745
|
}
|
|
2746
|
+
/**
|
|
2747
|
+
* @public
|
|
2748
|
+
*/
|
|
2419
2749
|
export interface GetEventTypesRequest {
|
|
2420
2750
|
/**
|
|
2421
2751
|
* <p>The name.</p>
|
|
@@ -2430,11 +2760,15 @@ export interface GetEventTypesRequest {
|
|
|
2430
2760
|
*/
|
|
2431
2761
|
maxResults?: number;
|
|
2432
2762
|
}
|
|
2763
|
+
/**
|
|
2764
|
+
* @public
|
|
2765
|
+
*/
|
|
2433
2766
|
export declare enum EventIngestion {
|
|
2434
2767
|
DISABLED = "DISABLED",
|
|
2435
2768
|
ENABLED = "ENABLED"
|
|
2436
2769
|
}
|
|
2437
2770
|
/**
|
|
2771
|
+
* @public
|
|
2438
2772
|
* <p>Data about the stored events.</p>
|
|
2439
2773
|
*/
|
|
2440
2774
|
export interface IngestedEventStatistics {
|
|
@@ -2461,6 +2795,7 @@ export interface IngestedEventStatistics {
|
|
|
2461
2795
|
lastUpdatedTime?: string;
|
|
2462
2796
|
}
|
|
2463
2797
|
/**
|
|
2798
|
+
* @public
|
|
2464
2799
|
* <p>The event type details.</p>
|
|
2465
2800
|
*/
|
|
2466
2801
|
export interface EventType {
|
|
@@ -2505,6 +2840,9 @@ export interface EventType {
|
|
|
2505
2840
|
*/
|
|
2506
2841
|
arn?: string;
|
|
2507
2842
|
}
|
|
2843
|
+
/**
|
|
2844
|
+
* @public
|
|
2845
|
+
*/
|
|
2508
2846
|
export interface GetEventTypesResult {
|
|
2509
2847
|
/**
|
|
2510
2848
|
* <p>An array of event types.</p>
|
|
@@ -2515,6 +2853,9 @@ export interface GetEventTypesResult {
|
|
|
2515
2853
|
*/
|
|
2516
2854
|
nextToken?: string;
|
|
2517
2855
|
}
|
|
2856
|
+
/**
|
|
2857
|
+
* @public
|
|
2858
|
+
*/
|
|
2518
2859
|
export interface GetExternalModelsRequest {
|
|
2519
2860
|
/**
|
|
2520
2861
|
* <p>The Amazon SageMaker model endpoint.</p>
|
|
@@ -2529,11 +2870,15 @@ export interface GetExternalModelsRequest {
|
|
|
2529
2870
|
*/
|
|
2530
2871
|
maxResults?: number;
|
|
2531
2872
|
}
|
|
2873
|
+
/**
|
|
2874
|
+
* @public
|
|
2875
|
+
*/
|
|
2532
2876
|
export declare enum ModelInputDataFormat {
|
|
2533
2877
|
CSV = "TEXT_CSV",
|
|
2534
2878
|
JSON = "APPLICATION_JSON"
|
|
2535
2879
|
}
|
|
2536
2880
|
/**
|
|
2881
|
+
* @public
|
|
2537
2882
|
* <p>The Amazon SageMaker model input configuration.</p>
|
|
2538
2883
|
*/
|
|
2539
2884
|
export interface ModelInputConfiguration {
|
|
@@ -2563,15 +2908,22 @@ export interface ModelInputConfiguration {
|
|
|
2563
2908
|
*/
|
|
2564
2909
|
csvInputTemplate?: string;
|
|
2565
2910
|
}
|
|
2911
|
+
/**
|
|
2912
|
+
* @public
|
|
2913
|
+
*/
|
|
2566
2914
|
export declare enum ModelEndpointStatus {
|
|
2567
2915
|
ASSOCIATED = "ASSOCIATED",
|
|
2568
2916
|
DISSOCIATED = "DISSOCIATED"
|
|
2569
2917
|
}
|
|
2918
|
+
/**
|
|
2919
|
+
* @public
|
|
2920
|
+
*/
|
|
2570
2921
|
export declare enum ModelOutputDataFormat {
|
|
2571
2922
|
CSV = "TEXT_CSV",
|
|
2572
2923
|
JSONLINES = "APPLICATION_JSONLINES"
|
|
2573
2924
|
}
|
|
2574
2925
|
/**
|
|
2926
|
+
* @public
|
|
2575
2927
|
* <p>Provides the Amazon Sagemaker model output configuration.</p>
|
|
2576
2928
|
*/
|
|
2577
2929
|
export interface ModelOutputConfiguration {
|
|
@@ -2589,6 +2941,7 @@ export interface ModelOutputConfiguration {
|
|
|
2589
2941
|
csvIndexToVariableMap?: Record<string, string>;
|
|
2590
2942
|
}
|
|
2591
2943
|
/**
|
|
2944
|
+
* @public
|
|
2592
2945
|
* <p>The Amazon SageMaker model.</p>
|
|
2593
2946
|
*/
|
|
2594
2947
|
export interface ExternalModel {
|
|
@@ -2629,6 +2982,9 @@ export interface ExternalModel {
|
|
|
2629
2982
|
*/
|
|
2630
2983
|
arn?: string;
|
|
2631
2984
|
}
|
|
2985
|
+
/**
|
|
2986
|
+
* @public
|
|
2987
|
+
*/
|
|
2632
2988
|
export interface GetExternalModelsResult {
|
|
2633
2989
|
/**
|
|
2634
2990
|
* <p>Gets the Amazon SageMaker models.</p>
|
|
@@ -2640,6 +2996,7 @@ export interface GetExternalModelsResult {
|
|
|
2640
2996
|
nextToken?: string;
|
|
2641
2997
|
}
|
|
2642
2998
|
/**
|
|
2999
|
+
* @public
|
|
2643
3000
|
* <p>The KMS key details.</p>
|
|
2644
3001
|
*/
|
|
2645
3002
|
export interface KMSKey {
|
|
@@ -2648,12 +3005,18 @@ export interface KMSKey {
|
|
|
2648
3005
|
*/
|
|
2649
3006
|
kmsEncryptionKeyArn?: string;
|
|
2650
3007
|
}
|
|
3008
|
+
/**
|
|
3009
|
+
* @public
|
|
3010
|
+
*/
|
|
2651
3011
|
export interface GetKMSEncryptionKeyResult {
|
|
2652
3012
|
/**
|
|
2653
3013
|
* <p>The KMS encryption key.</p>
|
|
2654
3014
|
*/
|
|
2655
3015
|
kmsKey?: KMSKey;
|
|
2656
3016
|
}
|
|
3017
|
+
/**
|
|
3018
|
+
* @public
|
|
3019
|
+
*/
|
|
2657
3020
|
export interface GetLabelsRequest {
|
|
2658
3021
|
/**
|
|
2659
3022
|
* <p>The name of the label or labels to get.</p>
|
|
@@ -2669,6 +3032,7 @@ export interface GetLabelsRequest {
|
|
|
2669
3032
|
maxResults?: number;
|
|
2670
3033
|
}
|
|
2671
3034
|
/**
|
|
3035
|
+
* @public
|
|
2672
3036
|
* <p>The label details.</p>
|
|
2673
3037
|
*/
|
|
2674
3038
|
export interface Label {
|
|
@@ -2693,6 +3057,9 @@ export interface Label {
|
|
|
2693
3057
|
*/
|
|
2694
3058
|
arn?: string;
|
|
2695
3059
|
}
|
|
3060
|
+
/**
|
|
3061
|
+
* @public
|
|
3062
|
+
*/
|
|
2696
3063
|
export interface GetLabelsResult {
|
|
2697
3064
|
/**
|
|
2698
3065
|
* <p>An array of labels.</p>
|
|
@@ -2703,6 +3070,9 @@ export interface GetLabelsResult {
|
|
|
2703
3070
|
*/
|
|
2704
3071
|
nextToken?: string;
|
|
2705
3072
|
}
|
|
3073
|
+
/**
|
|
3074
|
+
* @public
|
|
3075
|
+
*/
|
|
2706
3076
|
export interface GetListElementsRequest {
|
|
2707
3077
|
/**
|
|
2708
3078
|
* <p>
|
|
@@ -2723,6 +3093,9 @@ export interface GetListElementsRequest {
|
|
|
2723
3093
|
*/
|
|
2724
3094
|
maxResults?: number;
|
|
2725
3095
|
}
|
|
3096
|
+
/**
|
|
3097
|
+
* @public
|
|
3098
|
+
*/
|
|
2726
3099
|
export interface GetListElementsResult {
|
|
2727
3100
|
/**
|
|
2728
3101
|
* <p>
|
|
@@ -2737,6 +3110,9 @@ export interface GetListElementsResult {
|
|
|
2737
3110
|
*/
|
|
2738
3111
|
nextToken?: string;
|
|
2739
3112
|
}
|
|
3113
|
+
/**
|
|
3114
|
+
* @public
|
|
3115
|
+
*/
|
|
2740
3116
|
export interface GetListsMetadataRequest {
|
|
2741
3117
|
/**
|
|
2742
3118
|
* <p>
|
|
@@ -2757,6 +3133,9 @@ export interface GetListsMetadataRequest {
|
|
|
2757
3133
|
*/
|
|
2758
3134
|
maxResults?: number;
|
|
2759
3135
|
}
|
|
3136
|
+
/**
|
|
3137
|
+
* @public
|
|
3138
|
+
*/
|
|
2760
3139
|
export interface GetListsMetadataResult {
|
|
2761
3140
|
/**
|
|
2762
3141
|
* <p>
|
|
@@ -2771,6 +3150,9 @@ export interface GetListsMetadataResult {
|
|
|
2771
3150
|
*/
|
|
2772
3151
|
nextToken?: string;
|
|
2773
3152
|
}
|
|
3153
|
+
/**
|
|
3154
|
+
* @public
|
|
3155
|
+
*/
|
|
2774
3156
|
export interface GetModelsRequest {
|
|
2775
3157
|
/**
|
|
2776
3158
|
* <p>The model ID.</p>
|
|
@@ -2790,6 +3172,7 @@ export interface GetModelsRequest {
|
|
|
2790
3172
|
maxResults?: number;
|
|
2791
3173
|
}
|
|
2792
3174
|
/**
|
|
3175
|
+
* @public
|
|
2793
3176
|
* <p>The model.</p>
|
|
2794
3177
|
*/
|
|
2795
3178
|
export interface Model {
|
|
@@ -2822,6 +3205,9 @@ export interface Model {
|
|
|
2822
3205
|
*/
|
|
2823
3206
|
arn?: string;
|
|
2824
3207
|
}
|
|
3208
|
+
/**
|
|
3209
|
+
* @public
|
|
3210
|
+
*/
|
|
2825
3211
|
export interface GetModelsResult {
|
|
2826
3212
|
/**
|
|
2827
3213
|
* <p>The next page token to be used in subsequent requests.</p>
|
|
@@ -2832,6 +3218,9 @@ export interface GetModelsResult {
|
|
|
2832
3218
|
*/
|
|
2833
3219
|
models?: Model[];
|
|
2834
3220
|
}
|
|
3221
|
+
/**
|
|
3222
|
+
* @public
|
|
3223
|
+
*/
|
|
2835
3224
|
export interface GetModelVersionRequest {
|
|
2836
3225
|
/**
|
|
2837
3226
|
* <p>The model ID.</p>
|
|
@@ -2846,6 +3235,9 @@ export interface GetModelVersionRequest {
|
|
|
2846
3235
|
*/
|
|
2847
3236
|
modelVersionNumber: string | undefined;
|
|
2848
3237
|
}
|
|
3238
|
+
/**
|
|
3239
|
+
* @public
|
|
3240
|
+
*/
|
|
2849
3241
|
export interface GetModelVersionResult {
|
|
2850
3242
|
/**
|
|
2851
3243
|
* <p>The model ID.</p>
|
|
@@ -2935,6 +3327,9 @@ export interface GetModelVersionResult {
|
|
|
2935
3327
|
*/
|
|
2936
3328
|
arn?: string;
|
|
2937
3329
|
}
|
|
3330
|
+
/**
|
|
3331
|
+
* @public
|
|
3332
|
+
*/
|
|
2938
3333
|
export interface GetOutcomesRequest {
|
|
2939
3334
|
/**
|
|
2940
3335
|
* <p>The name of the outcome or outcomes to get.</p>
|
|
@@ -2950,6 +3345,7 @@ export interface GetOutcomesRequest {
|
|
|
2950
3345
|
maxResults?: number;
|
|
2951
3346
|
}
|
|
2952
3347
|
/**
|
|
3348
|
+
* @public
|
|
2953
3349
|
* <p>The outcome.</p>
|
|
2954
3350
|
*/
|
|
2955
3351
|
export interface Outcome {
|
|
@@ -2974,6 +3370,9 @@ export interface Outcome {
|
|
|
2974
3370
|
*/
|
|
2975
3371
|
arn?: string;
|
|
2976
3372
|
}
|
|
3373
|
+
/**
|
|
3374
|
+
* @public
|
|
3375
|
+
*/
|
|
2977
3376
|
export interface GetOutcomesResult {
|
|
2978
3377
|
/**
|
|
2979
3378
|
* <p>The outcomes. </p>
|
|
@@ -2984,6 +3383,9 @@ export interface GetOutcomesResult {
|
|
|
2984
3383
|
*/
|
|
2985
3384
|
nextToken?: string;
|
|
2986
3385
|
}
|
|
3386
|
+
/**
|
|
3387
|
+
* @public
|
|
3388
|
+
*/
|
|
2987
3389
|
export interface GetRulesRequest {
|
|
2988
3390
|
/**
|
|
2989
3391
|
* <p>The rule ID.</p>
|
|
@@ -3007,6 +3409,7 @@ export interface GetRulesRequest {
|
|
|
3007
3409
|
maxResults?: number;
|
|
3008
3410
|
}
|
|
3009
3411
|
/**
|
|
3412
|
+
* @public
|
|
3010
3413
|
* <p>The details of the rule.</p>
|
|
3011
3414
|
*/
|
|
3012
3415
|
export interface RuleDetail {
|
|
@@ -3051,6 +3454,9 @@ export interface RuleDetail {
|
|
|
3051
3454
|
*/
|
|
3052
3455
|
arn?: string;
|
|
3053
3456
|
}
|
|
3457
|
+
/**
|
|
3458
|
+
* @public
|
|
3459
|
+
*/
|
|
3054
3460
|
export interface GetRulesResult {
|
|
3055
3461
|
/**
|
|
3056
3462
|
* <p>The details of the requested rule.</p>
|
|
@@ -3061,6 +3467,9 @@ export interface GetRulesResult {
|
|
|
3061
3467
|
*/
|
|
3062
3468
|
nextToken?: string;
|
|
3063
3469
|
}
|
|
3470
|
+
/**
|
|
3471
|
+
* @public
|
|
3472
|
+
*/
|
|
3064
3473
|
export interface GetVariablesRequest {
|
|
3065
3474
|
/**
|
|
3066
3475
|
* <p>The name of the variable. </p>
|
|
@@ -3075,6 +3484,9 @@ export interface GetVariablesRequest {
|
|
|
3075
3484
|
*/
|
|
3076
3485
|
maxResults?: number;
|
|
3077
3486
|
}
|
|
3487
|
+
/**
|
|
3488
|
+
* @public
|
|
3489
|
+
*/
|
|
3078
3490
|
export interface GetVariablesResult {
|
|
3079
3491
|
/**
|
|
3080
3492
|
* <p>The names of the variables returned. </p>
|
|
@@ -3086,6 +3498,7 @@ export interface GetVariablesResult {
|
|
|
3086
3498
|
nextToken?: string;
|
|
3087
3499
|
}
|
|
3088
3500
|
/**
|
|
3501
|
+
* @public
|
|
3089
3502
|
* <p>
|
|
3090
3503
|
* A conditional statement for filtering a list of past predictions.
|
|
3091
3504
|
* </p>
|
|
@@ -3099,6 +3512,7 @@ export interface FilterCondition {
|
|
|
3099
3512
|
value?: string;
|
|
3100
3513
|
}
|
|
3101
3514
|
/**
|
|
3515
|
+
* @public
|
|
3102
3516
|
* <p>
|
|
3103
3517
|
* The time period for when the predictions were generated.
|
|
3104
3518
|
* </p>
|
|
@@ -3117,6 +3531,9 @@ export interface PredictionTimeRange {
|
|
|
3117
3531
|
*/
|
|
3118
3532
|
endTime: string | undefined;
|
|
3119
3533
|
}
|
|
3534
|
+
/**
|
|
3535
|
+
* @public
|
|
3536
|
+
*/
|
|
3120
3537
|
export interface ListEventPredictionsRequest {
|
|
3121
3538
|
/**
|
|
3122
3539
|
* <p>
|
|
@@ -3162,6 +3579,7 @@ export interface ListEventPredictionsRequest {
|
|
|
3162
3579
|
maxResults?: number;
|
|
3163
3580
|
}
|
|
3164
3581
|
/**
|
|
3582
|
+
* @public
|
|
3165
3583
|
* <p>
|
|
3166
3584
|
* Information about the summary of an event prediction.
|
|
3167
3585
|
* </p>
|
|
@@ -3204,6 +3622,9 @@ export interface EventPredictionSummary {
|
|
|
3204
3622
|
*/
|
|
3205
3623
|
detectorVersionId?: string;
|
|
3206
3624
|
}
|
|
3625
|
+
/**
|
|
3626
|
+
* @public
|
|
3627
|
+
*/
|
|
3207
3628
|
export interface ListEventPredictionsResult {
|
|
3208
3629
|
/**
|
|
3209
3630
|
* <p>
|
|
@@ -3218,6 +3639,9 @@ export interface ListEventPredictionsResult {
|
|
|
3218
3639
|
*/
|
|
3219
3640
|
nextToken?: string;
|
|
3220
3641
|
}
|
|
3642
|
+
/**
|
|
3643
|
+
* @public
|
|
3644
|
+
*/
|
|
3221
3645
|
export interface ListTagsForResourceRequest {
|
|
3222
3646
|
/**
|
|
3223
3647
|
* <p>The ARN that specifies the resource whose tags you want to list.</p>
|
|
@@ -3232,6 +3656,9 @@ export interface ListTagsForResourceRequest {
|
|
|
3232
3656
|
*/
|
|
3233
3657
|
maxResults?: number;
|
|
3234
3658
|
}
|
|
3659
|
+
/**
|
|
3660
|
+
* @public
|
|
3661
|
+
*/
|
|
3235
3662
|
export interface ListTagsForResourceResult {
|
|
3236
3663
|
/**
|
|
3237
3664
|
* <p>A collection of key and value pairs.</p>
|
|
@@ -3242,6 +3669,9 @@ export interface ListTagsForResourceResult {
|
|
|
3242
3669
|
*/
|
|
3243
3670
|
nextToken?: string;
|
|
3244
3671
|
}
|
|
3672
|
+
/**
|
|
3673
|
+
* @public
|
|
3674
|
+
*/
|
|
3245
3675
|
export interface PutDetectorRequest {
|
|
3246
3676
|
/**
|
|
3247
3677
|
* <p>The detector ID. </p>
|
|
@@ -3260,8 +3690,14 @@ export interface PutDetectorRequest {
|
|
|
3260
3690
|
*/
|
|
3261
3691
|
tags?: Tag[];
|
|
3262
3692
|
}
|
|
3693
|
+
/**
|
|
3694
|
+
* @public
|
|
3695
|
+
*/
|
|
3263
3696
|
export interface PutDetectorResult {
|
|
3264
3697
|
}
|
|
3698
|
+
/**
|
|
3699
|
+
* @public
|
|
3700
|
+
*/
|
|
3265
3701
|
export interface PutEntityTypeRequest {
|
|
3266
3702
|
/**
|
|
3267
3703
|
* <p>The name of the entity type.</p>
|
|
@@ -3276,8 +3712,14 @@ export interface PutEntityTypeRequest {
|
|
|
3276
3712
|
*/
|
|
3277
3713
|
tags?: Tag[];
|
|
3278
3714
|
}
|
|
3715
|
+
/**
|
|
3716
|
+
* @public
|
|
3717
|
+
*/
|
|
3279
3718
|
export interface PutEntityTypeResult {
|
|
3280
3719
|
}
|
|
3720
|
+
/**
|
|
3721
|
+
* @public
|
|
3722
|
+
*/
|
|
3281
3723
|
export interface PutEventTypeRequest {
|
|
3282
3724
|
/**
|
|
3283
3725
|
* <p>The name.</p>
|
|
@@ -3308,8 +3750,14 @@ export interface PutEventTypeRequest {
|
|
|
3308
3750
|
*/
|
|
3309
3751
|
tags?: Tag[];
|
|
3310
3752
|
}
|
|
3753
|
+
/**
|
|
3754
|
+
* @public
|
|
3755
|
+
*/
|
|
3311
3756
|
export interface PutEventTypeResult {
|
|
3312
3757
|
}
|
|
3758
|
+
/**
|
|
3759
|
+
* @public
|
|
3760
|
+
*/
|
|
3313
3761
|
export interface PutExternalModelRequest {
|
|
3314
3762
|
/**
|
|
3315
3763
|
* <p>The model endpoints name.</p>
|
|
@@ -3340,8 +3788,14 @@ export interface PutExternalModelRequest {
|
|
|
3340
3788
|
*/
|
|
3341
3789
|
tags?: Tag[];
|
|
3342
3790
|
}
|
|
3791
|
+
/**
|
|
3792
|
+
* @public
|
|
3793
|
+
*/
|
|
3343
3794
|
export interface PutExternalModelResult {
|
|
3344
3795
|
}
|
|
3796
|
+
/**
|
|
3797
|
+
* @public
|
|
3798
|
+
*/
|
|
3345
3799
|
export interface PutKMSEncryptionKeyRequest {
|
|
3346
3800
|
/**
|
|
3347
3801
|
* <p>The KMS encryption key ARN.</p>
|
|
@@ -3349,8 +3803,14 @@ export interface PutKMSEncryptionKeyRequest {
|
|
|
3349
3803
|
*/
|
|
3350
3804
|
kmsEncryptionKeyArn: string | undefined;
|
|
3351
3805
|
}
|
|
3806
|
+
/**
|
|
3807
|
+
* @public
|
|
3808
|
+
*/
|
|
3352
3809
|
export interface PutKMSEncryptionKeyResult {
|
|
3353
3810
|
}
|
|
3811
|
+
/**
|
|
3812
|
+
* @public
|
|
3813
|
+
*/
|
|
3354
3814
|
export interface PutLabelRequest {
|
|
3355
3815
|
/**
|
|
3356
3816
|
* <p>The label name.</p>
|
|
@@ -3365,8 +3825,14 @@ export interface PutLabelRequest {
|
|
|
3365
3825
|
*/
|
|
3366
3826
|
tags?: Tag[];
|
|
3367
3827
|
}
|
|
3828
|
+
/**
|
|
3829
|
+
* @public
|
|
3830
|
+
*/
|
|
3368
3831
|
export interface PutLabelResult {
|
|
3369
3832
|
}
|
|
3833
|
+
/**
|
|
3834
|
+
* @public
|
|
3835
|
+
*/
|
|
3370
3836
|
export interface PutOutcomeRequest {
|
|
3371
3837
|
/**
|
|
3372
3838
|
* <p>The name of the outcome.</p>
|
|
@@ -3381,8 +3847,14 @@ export interface PutOutcomeRequest {
|
|
|
3381
3847
|
*/
|
|
3382
3848
|
tags?: Tag[];
|
|
3383
3849
|
}
|
|
3850
|
+
/**
|
|
3851
|
+
* @public
|
|
3852
|
+
*/
|
|
3384
3853
|
export interface PutOutcomeResult {
|
|
3385
3854
|
}
|
|
3855
|
+
/**
|
|
3856
|
+
* @public
|
|
3857
|
+
*/
|
|
3386
3858
|
export interface SendEventRequest {
|
|
3387
3859
|
/**
|
|
3388
3860
|
* <p>The event ID to upload.</p>
|
|
@@ -3413,8 +3885,14 @@ export interface SendEventRequest {
|
|
|
3413
3885
|
*/
|
|
3414
3886
|
entities: Entity[] | undefined;
|
|
3415
3887
|
}
|
|
3888
|
+
/**
|
|
3889
|
+
* @public
|
|
3890
|
+
*/
|
|
3416
3891
|
export interface SendEventResult {
|
|
3417
3892
|
}
|
|
3893
|
+
/**
|
|
3894
|
+
* @public
|
|
3895
|
+
*/
|
|
3418
3896
|
export interface TagResourceRequest {
|
|
3419
3897
|
/**
|
|
3420
3898
|
* <p>The resource ARN.</p>
|
|
@@ -3425,8 +3903,14 @@ export interface TagResourceRequest {
|
|
|
3425
3903
|
*/
|
|
3426
3904
|
tags: Tag[] | undefined;
|
|
3427
3905
|
}
|
|
3906
|
+
/**
|
|
3907
|
+
* @public
|
|
3908
|
+
*/
|
|
3428
3909
|
export interface TagResourceResult {
|
|
3429
3910
|
}
|
|
3911
|
+
/**
|
|
3912
|
+
* @public
|
|
3913
|
+
*/
|
|
3430
3914
|
export interface UntagResourceRequest {
|
|
3431
3915
|
/**
|
|
3432
3916
|
* <p>The ARN of the resource from which to remove the tag.</p>
|
|
@@ -3437,8 +3921,14 @@ export interface UntagResourceRequest {
|
|
|
3437
3921
|
*/
|
|
3438
3922
|
tagKeys: string[] | undefined;
|
|
3439
3923
|
}
|
|
3924
|
+
/**
|
|
3925
|
+
* @public
|
|
3926
|
+
*/
|
|
3440
3927
|
export interface UntagResourceResult {
|
|
3441
3928
|
}
|
|
3929
|
+
/**
|
|
3930
|
+
* @public
|
|
3931
|
+
*/
|
|
3442
3932
|
export interface UpdateDetectorVersionRequest {
|
|
3443
3933
|
/**
|
|
3444
3934
|
* <p>The parent detector ID for the detector version you want to update.</p>
|
|
@@ -3472,8 +3962,14 @@ export interface UpdateDetectorVersionRequest {
|
|
|
3472
3962
|
*/
|
|
3473
3963
|
ruleExecutionMode?: RuleExecutionMode | string;
|
|
3474
3964
|
}
|
|
3965
|
+
/**
|
|
3966
|
+
* @public
|
|
3967
|
+
*/
|
|
3475
3968
|
export interface UpdateDetectorVersionResult {
|
|
3476
3969
|
}
|
|
3970
|
+
/**
|
|
3971
|
+
* @public
|
|
3972
|
+
*/
|
|
3477
3973
|
export interface UpdateDetectorVersionMetadataRequest {
|
|
3478
3974
|
/**
|
|
3479
3975
|
* <p>The detector ID.</p>
|
|
@@ -3488,8 +3984,14 @@ export interface UpdateDetectorVersionMetadataRequest {
|
|
|
3488
3984
|
*/
|
|
3489
3985
|
description: string | undefined;
|
|
3490
3986
|
}
|
|
3987
|
+
/**
|
|
3988
|
+
* @public
|
|
3989
|
+
*/
|
|
3491
3990
|
export interface UpdateDetectorVersionMetadataResult {
|
|
3492
3991
|
}
|
|
3992
|
+
/**
|
|
3993
|
+
* @public
|
|
3994
|
+
*/
|
|
3493
3995
|
export interface UpdateDetectorVersionStatusRequest {
|
|
3494
3996
|
/**
|
|
3495
3997
|
* <p>The detector ID. </p>
|
|
@@ -3506,8 +4008,14 @@ export interface UpdateDetectorVersionStatusRequest {
|
|
|
3506
4008
|
*/
|
|
3507
4009
|
status: DetectorVersionStatus | string | undefined;
|
|
3508
4010
|
}
|
|
4011
|
+
/**
|
|
4012
|
+
* @public
|
|
4013
|
+
*/
|
|
3509
4014
|
export interface UpdateDetectorVersionStatusResult {
|
|
3510
4015
|
}
|
|
4016
|
+
/**
|
|
4017
|
+
* @public
|
|
4018
|
+
*/
|
|
3511
4019
|
export interface UpdateEventLabelRequest {
|
|
3512
4020
|
/**
|
|
3513
4021
|
* <p>The ID of the event associated with the label to update.</p>
|
|
@@ -3526,13 +4034,22 @@ export interface UpdateEventLabelRequest {
|
|
|
3526
4034
|
*/
|
|
3527
4035
|
labelTimestamp: string | undefined;
|
|
3528
4036
|
}
|
|
4037
|
+
/**
|
|
4038
|
+
* @public
|
|
4039
|
+
*/
|
|
3529
4040
|
export interface UpdateEventLabelResult {
|
|
3530
4041
|
}
|
|
4042
|
+
/**
|
|
4043
|
+
* @public
|
|
4044
|
+
*/
|
|
3531
4045
|
export declare enum ListUpdateMode {
|
|
3532
4046
|
APPEND = "APPEND",
|
|
3533
4047
|
REMOVE = "REMOVE",
|
|
3534
4048
|
REPLACE = "REPLACE"
|
|
3535
4049
|
}
|
|
4050
|
+
/**
|
|
4051
|
+
* @public
|
|
4052
|
+
*/
|
|
3536
4053
|
export interface UpdateListRequest {
|
|
3537
4054
|
/**
|
|
3538
4055
|
* <p>
|
|
@@ -3580,8 +4097,14 @@ export interface UpdateListRequest {
|
|
|
3580
4097
|
*/
|
|
3581
4098
|
variableType?: string;
|
|
3582
4099
|
}
|
|
4100
|
+
/**
|
|
4101
|
+
* @public
|
|
4102
|
+
*/
|
|
3583
4103
|
export interface UpdateListResult {
|
|
3584
4104
|
}
|
|
4105
|
+
/**
|
|
4106
|
+
* @public
|
|
4107
|
+
*/
|
|
3585
4108
|
export interface UpdateModelRequest {
|
|
3586
4109
|
/**
|
|
3587
4110
|
* <p>The model ID.</p>
|
|
@@ -3596,8 +4119,14 @@ export interface UpdateModelRequest {
|
|
|
3596
4119
|
*/
|
|
3597
4120
|
description?: string;
|
|
3598
4121
|
}
|
|
4122
|
+
/**
|
|
4123
|
+
* @public
|
|
4124
|
+
*/
|
|
3599
4125
|
export interface UpdateModelResult {
|
|
3600
4126
|
}
|
|
4127
|
+
/**
|
|
4128
|
+
* @public
|
|
4129
|
+
*/
|
|
3601
4130
|
export interface UpdateModelVersionRequest {
|
|
3602
4131
|
/**
|
|
3603
4132
|
* <p>The model ID.</p>
|
|
@@ -3624,6 +4153,9 @@ export interface UpdateModelVersionRequest {
|
|
|
3624
4153
|
*/
|
|
3625
4154
|
tags?: Tag[];
|
|
3626
4155
|
}
|
|
4156
|
+
/**
|
|
4157
|
+
* @public
|
|
4158
|
+
*/
|
|
3627
4159
|
export interface UpdateModelVersionResult {
|
|
3628
4160
|
/**
|
|
3629
4161
|
* <p>The model ID.</p>
|
|
@@ -3642,11 +4174,17 @@ export interface UpdateModelVersionResult {
|
|
|
3642
4174
|
*/
|
|
3643
4175
|
status?: string;
|
|
3644
4176
|
}
|
|
4177
|
+
/**
|
|
4178
|
+
* @public
|
|
4179
|
+
*/
|
|
3645
4180
|
export declare enum ModelVersionStatus {
|
|
3646
4181
|
ACTIVE = "ACTIVE",
|
|
3647
4182
|
INACTIVE = "INACTIVE",
|
|
3648
4183
|
TRAINING_CANCELLED = "TRAINING_CANCELLED"
|
|
3649
4184
|
}
|
|
4185
|
+
/**
|
|
4186
|
+
* @public
|
|
4187
|
+
*/
|
|
3650
4188
|
export interface UpdateModelVersionStatusRequest {
|
|
3651
4189
|
/**
|
|
3652
4190
|
* <p>The model ID of the model version to update.</p>
|
|
@@ -3665,8 +4203,14 @@ export interface UpdateModelVersionStatusRequest {
|
|
|
3665
4203
|
*/
|
|
3666
4204
|
status: ModelVersionStatus | string | undefined;
|
|
3667
4205
|
}
|
|
4206
|
+
/**
|
|
4207
|
+
* @public
|
|
4208
|
+
*/
|
|
3668
4209
|
export interface UpdateModelVersionStatusResult {
|
|
3669
4210
|
}
|
|
4211
|
+
/**
|
|
4212
|
+
* @public
|
|
4213
|
+
*/
|
|
3670
4214
|
export interface UpdateRuleMetadataRequest {
|
|
3671
4215
|
/**
|
|
3672
4216
|
* <p>The rule to update.</p>
|
|
@@ -3677,8 +4221,14 @@ export interface UpdateRuleMetadataRequest {
|
|
|
3677
4221
|
*/
|
|
3678
4222
|
description: string | undefined;
|
|
3679
4223
|
}
|
|
4224
|
+
/**
|
|
4225
|
+
* @public
|
|
4226
|
+
*/
|
|
3680
4227
|
export interface UpdateRuleMetadataResult {
|
|
3681
4228
|
}
|
|
4229
|
+
/**
|
|
4230
|
+
* @public
|
|
4231
|
+
*/
|
|
3682
4232
|
export interface UpdateRuleVersionRequest {
|
|
3683
4233
|
/**
|
|
3684
4234
|
* <p>The rule to update.</p>
|
|
@@ -3705,12 +4255,18 @@ export interface UpdateRuleVersionRequest {
|
|
|
3705
4255
|
*/
|
|
3706
4256
|
tags?: Tag[];
|
|
3707
4257
|
}
|
|
4258
|
+
/**
|
|
4259
|
+
* @public
|
|
4260
|
+
*/
|
|
3708
4261
|
export interface UpdateRuleVersionResult {
|
|
3709
4262
|
/**
|
|
3710
4263
|
* <p>The new rule version that was created.</p>
|
|
3711
4264
|
*/
|
|
3712
4265
|
rule?: Rule;
|
|
3713
4266
|
}
|
|
4267
|
+
/**
|
|
4268
|
+
* @public
|
|
4269
|
+
*/
|
|
3714
4270
|
export interface UpdateVariableRequest {
|
|
3715
4271
|
/**
|
|
3716
4272
|
* <p>The name of the variable.</p>
|
|
@@ -3729,6 +4285,9 @@ export interface UpdateVariableRequest {
|
|
|
3729
4285
|
*/
|
|
3730
4286
|
variableType?: string;
|
|
3731
4287
|
}
|
|
4288
|
+
/**
|
|
4289
|
+
* @public
|
|
4290
|
+
*/
|
|
3732
4291
|
export interface UpdateVariableResult {
|
|
3733
4292
|
}
|
|
3734
4293
|
/**
|