aws-sdk-frauddetector 1.23.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,11 +23,17 @@ module Aws::FraudDetector
23
23
  BatchGetVariableErrorList = Shapes::ListShape.new(name: 'BatchGetVariableErrorList')
24
24
  BatchGetVariableRequest = Shapes::StructureShape.new(name: 'BatchGetVariableRequest')
25
25
  BatchGetVariableResult = Shapes::StructureShape.new(name: 'BatchGetVariableResult')
26
+ BatchImport = Shapes::StructureShape.new(name: 'BatchImport')
27
+ BatchImportList = Shapes::ListShape.new(name: 'BatchImportList')
26
28
  BatchPrediction = Shapes::StructureShape.new(name: 'BatchPrediction')
27
29
  BatchPredictionList = Shapes::ListShape.new(name: 'BatchPredictionList')
30
+ CancelBatchImportJobRequest = Shapes::StructureShape.new(name: 'CancelBatchImportJobRequest')
31
+ CancelBatchImportJobResult = Shapes::StructureShape.new(name: 'CancelBatchImportJobResult')
28
32
  CancelBatchPredictionJobRequest = Shapes::StructureShape.new(name: 'CancelBatchPredictionJobRequest')
29
33
  CancelBatchPredictionJobResult = Shapes::StructureShape.new(name: 'CancelBatchPredictionJobResult')
30
34
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
35
+ CreateBatchImportJobRequest = Shapes::StructureShape.new(name: 'CreateBatchImportJobRequest')
36
+ CreateBatchImportJobResult = Shapes::StructureShape.new(name: 'CreateBatchImportJobResult')
31
37
  CreateBatchPredictionJobRequest = Shapes::StructureShape.new(name: 'CreateBatchPredictionJobRequest')
32
38
  CreateBatchPredictionJobResult = Shapes::StructureShape.new(name: 'CreateBatchPredictionJobResult')
33
39
  CreateDetectorVersionRequest = Shapes::StructureShape.new(name: 'CreateDetectorVersionRequest')
@@ -44,6 +50,9 @@ module Aws::FraudDetector
44
50
  DataSource = Shapes::StringShape.new(name: 'DataSource')
45
51
  DataType = Shapes::StringShape.new(name: 'DataType')
46
52
  DataValidationMetrics = Shapes::StructureShape.new(name: 'DataValidationMetrics')
53
+ DeleteAuditHistory = Shapes::BooleanShape.new(name: 'DeleteAuditHistory')
54
+ DeleteBatchImportJobRequest = Shapes::StructureShape.new(name: 'DeleteBatchImportJobRequest')
55
+ DeleteBatchImportJobResult = Shapes::StructureShape.new(name: 'DeleteBatchImportJobResult')
47
56
  DeleteBatchPredictionJobRequest = Shapes::StructureShape.new(name: 'DeleteBatchPredictionJobRequest')
48
57
  DeleteBatchPredictionJobResult = Shapes::StructureShape.new(name: 'DeleteBatchPredictionJobResult')
49
58
  DeleteDetectorRequest = Shapes::StructureShape.new(name: 'DeleteDetectorRequest')
@@ -56,6 +65,8 @@ module Aws::FraudDetector
56
65
  DeleteEventResult = Shapes::StructureShape.new(name: 'DeleteEventResult')
57
66
  DeleteEventTypeRequest = Shapes::StructureShape.new(name: 'DeleteEventTypeRequest')
58
67
  DeleteEventTypeResult = Shapes::StructureShape.new(name: 'DeleteEventTypeResult')
68
+ DeleteEventsByEventTypeRequest = Shapes::StructureShape.new(name: 'DeleteEventsByEventTypeRequest')
69
+ DeleteEventsByEventTypeResult = Shapes::StructureShape.new(name: 'DeleteEventsByEventTypeResult')
59
70
  DeleteExternalModelRequest = Shapes::StructureShape.new(name: 'DeleteExternalModelRequest')
60
71
  DeleteExternalModelResult = Shapes::StructureShape.new(name: 'DeleteExternalModelResult')
61
72
  DeleteLabelRequest = Shapes::StructureShape.new(name: 'DeleteLabelRequest')
@@ -83,17 +94,27 @@ module Aws::FraudDetector
83
94
  DetectorsMaxResults = Shapes::IntegerShape.new(name: 'DetectorsMaxResults')
84
95
  Entity = Shapes::StructureShape.new(name: 'Entity')
85
96
  EntityType = Shapes::StructureShape.new(name: 'EntityType')
97
+ Event = Shapes::StructureShape.new(name: 'Event')
98
+ EventAttributeMap = Shapes::MapShape.new(name: 'EventAttributeMap')
99
+ EventIngestion = Shapes::StringShape.new(name: 'EventIngestion')
86
100
  EventType = Shapes::StructureShape.new(name: 'EventType')
87
101
  EventVariableMap = Shapes::MapShape.new(name: 'EventVariableMap')
88
102
  ExternalEventsDetail = Shapes::StructureShape.new(name: 'ExternalEventsDetail')
89
103
  ExternalModel = Shapes::StructureShape.new(name: 'ExternalModel')
90
104
  ExternalModelEndpointDataBlobMap = Shapes::MapShape.new(name: 'ExternalModelEndpointDataBlobMap')
91
105
  ExternalModelList = Shapes::ListShape.new(name: 'ExternalModelList')
106
+ ExternalModelOutputs = Shapes::StructureShape.new(name: 'ExternalModelOutputs')
107
+ ExternalModelPredictionMap = Shapes::MapShape.new(name: 'ExternalModelPredictionMap')
108
+ ExternalModelSummary = Shapes::StructureShape.new(name: 'ExternalModelSummary')
92
109
  ExternalModelsMaxResults = Shapes::IntegerShape.new(name: 'ExternalModelsMaxResults')
93
110
  FieldValidationMessage = Shapes::StructureShape.new(name: 'FieldValidationMessage')
94
111
  FileValidationMessage = Shapes::StructureShape.new(name: 'FileValidationMessage')
112
+ GetBatchImportJobsRequest = Shapes::StructureShape.new(name: 'GetBatchImportJobsRequest')
113
+ GetBatchImportJobsResult = Shapes::StructureShape.new(name: 'GetBatchImportJobsResult')
95
114
  GetBatchPredictionJobsRequest = Shapes::StructureShape.new(name: 'GetBatchPredictionJobsRequest')
96
115
  GetBatchPredictionJobsResult = Shapes::StructureShape.new(name: 'GetBatchPredictionJobsResult')
116
+ GetDeleteEventsByEventTypeStatusRequest = Shapes::StructureShape.new(name: 'GetDeleteEventsByEventTypeStatusRequest')
117
+ GetDeleteEventsByEventTypeStatusResult = Shapes::StructureShape.new(name: 'GetDeleteEventsByEventTypeStatusResult')
97
118
  GetDetectorVersionRequest = Shapes::StructureShape.new(name: 'GetDetectorVersionRequest')
98
119
  GetDetectorVersionResult = Shapes::StructureShape.new(name: 'GetDetectorVersionResult')
99
120
  GetDetectorsRequest = Shapes::StructureShape.new(name: 'GetDetectorsRequest')
@@ -102,6 +123,8 @@ module Aws::FraudDetector
102
123
  GetEntityTypesResult = Shapes::StructureShape.new(name: 'GetEntityTypesResult')
103
124
  GetEventPredictionRequest = Shapes::StructureShape.new(name: 'GetEventPredictionRequest')
104
125
  GetEventPredictionResult = Shapes::StructureShape.new(name: 'GetEventPredictionResult')
126
+ GetEventRequest = Shapes::StructureShape.new(name: 'GetEventRequest')
127
+ GetEventResult = Shapes::StructureShape.new(name: 'GetEventResult')
105
128
  GetEventTypesRequest = Shapes::StructureShape.new(name: 'GetEventTypesRequest')
106
129
  GetEventTypesResult = Shapes::StructureShape.new(name: 'GetEventTypesResult')
107
130
  GetExternalModelsRequest = Shapes::StructureShape.new(name: 'GetExternalModelsRequest')
@@ -119,6 +142,9 @@ module Aws::FraudDetector
119
142
  GetRulesResult = Shapes::StructureShape.new(name: 'GetRulesResult')
120
143
  GetVariablesRequest = Shapes::StructureShape.new(name: 'GetVariablesRequest')
121
144
  GetVariablesResult = Shapes::StructureShape.new(name: 'GetVariablesResult')
145
+ IngestedEventStatistics = Shapes::StructureShape.new(name: 'IngestedEventStatistics')
146
+ IngestedEventsDetail = Shapes::StructureShape.new(name: 'IngestedEventsDetail')
147
+ IngestedEventsTimeWindow = Shapes::StructureShape.new(name: 'IngestedEventsTimeWindow')
122
148
  Integer = Shapes::IntegerShape.new(name: 'Integer')
123
149
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
124
150
  JsonKeyToVariableMap = Shapes::MapShape.new(name: 'JsonKeyToVariableMap')
@@ -127,6 +153,7 @@ module Aws::FraudDetector
127
153
  Label = Shapes::StructureShape.new(name: 'Label')
128
154
  LabelSchema = Shapes::StructureShape.new(name: 'LabelSchema')
129
155
  Language = Shapes::StringShape.new(name: 'Language')
156
+ ListOfExternalModelOutputs = Shapes::ListShape.new(name: 'ListOfExternalModelOutputs')
130
157
  ListOfLogOddsMetrics = Shapes::ListShape.new(name: 'ListOfLogOddsMetrics')
131
158
  ListOfModelScores = Shapes::ListShape.new(name: 'ListOfModelScores')
132
159
  ListOfModelVersions = Shapes::ListShape.new(name: 'ListOfModelVersions')
@@ -135,6 +162,7 @@ module Aws::FraudDetector
135
162
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
136
163
  ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
137
164
  LogOddsMetric = Shapes::StructureShape.new(name: 'LogOddsMetric')
165
+ Long = Shapes::IntegerShape.new(name: 'Long')
138
166
  MetricDataPoint = Shapes::StructureShape.new(name: 'MetricDataPoint')
139
167
  Model = Shapes::StructureShape.new(name: 'Model')
140
168
  ModelEndpointDataBlob = Shapes::StructureShape.new(name: 'ModelEndpointDataBlob')
@@ -178,6 +206,8 @@ module Aws::FraudDetector
178
206
  RuleList = Shapes::ListShape.new(name: 'RuleList')
179
207
  RuleResult = Shapes::StructureShape.new(name: 'RuleResult')
180
208
  RulesMaxResults = Shapes::IntegerShape.new(name: 'RulesMaxResults')
209
+ SendEventRequest = Shapes::StructureShape.new(name: 'SendEventRequest')
210
+ SendEventResult = Shapes::StructureShape.new(name: 'SendEventResult')
181
211
  Tag = Shapes::StructureShape.new(name: 'Tag')
182
212
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
183
213
  TagResourceResult = Shapes::StructureShape.new(name: 'TagResourceResult')
@@ -187,6 +217,7 @@ module Aws::FraudDetector
187
217
  TrainingDataSourceEnum = Shapes::StringShape.new(name: 'TrainingDataSourceEnum')
188
218
  TrainingMetrics = Shapes::StructureShape.new(name: 'TrainingMetrics')
189
219
  TrainingResult = Shapes::StructureShape.new(name: 'TrainingResult')
220
+ UnlabeledEventsTreatment = Shapes::StringShape.new(name: 'UnlabeledEventsTreatment')
190
221
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
191
222
  UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
192
223
  UpdateDetectorVersionMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDetectorVersionMetadataRequest')
@@ -195,6 +226,8 @@ module Aws::FraudDetector
195
226
  UpdateDetectorVersionResult = Shapes::StructureShape.new(name: 'UpdateDetectorVersionResult')
196
227
  UpdateDetectorVersionStatusRequest = Shapes::StructureShape.new(name: 'UpdateDetectorVersionStatusRequest')
197
228
  UpdateDetectorVersionStatusResult = Shapes::StructureShape.new(name: 'UpdateDetectorVersionStatusResult')
229
+ UpdateEventLabelRequest = Shapes::StructureShape.new(name: 'UpdateEventLabelRequest')
230
+ UpdateEventLabelResult = Shapes::StructureShape.new(name: 'UpdateEventLabelResult')
198
231
  UpdateModelRequest = Shapes::StructureShape.new(name: 'UpdateModelRequest')
199
232
  UpdateModelResult = Shapes::StructureShape.new(name: 'UpdateModelResult')
200
233
  UpdateModelVersionRequest = Shapes::StructureShape.new(name: 'UpdateModelVersionRequest')
@@ -215,10 +248,14 @@ module Aws::FraudDetector
215
248
  VariableImportanceMetrics = Shapes::StructureShape.new(name: 'VariableImportanceMetrics')
216
249
  VariableList = Shapes::ListShape.new(name: 'VariableList')
217
250
  VariablesMaxResults = Shapes::IntegerShape.new(name: 'VariablesMaxResults')
251
+ attributeKey = Shapes::StringShape.new(name: 'attributeKey')
252
+ attributeValue = Shapes::StringShape.new(name: 'attributeValue')
253
+ batchImportsMaxPageSize = Shapes::IntegerShape.new(name: 'batchImportsMaxPageSize')
218
254
  batchPredictionsMaxPageSize = Shapes::IntegerShape.new(name: 'batchPredictionsMaxPageSize')
219
255
  blob = Shapes::BlobShape.new(name: 'blob')
220
256
  contentType = Shapes::StringShape.new(name: 'contentType')
221
257
  description = Shapes::StringShape.new(name: 'description')
258
+ entityRestrictedString = Shapes::StringShape.new(name: 'entityRestrictedString')
222
259
  entityTypeList = Shapes::ListShape.new(name: 'entityTypeList')
223
260
  entityTypesMaxResults = Shapes::IntegerShape.new(name: 'entityTypesMaxResults')
224
261
  eventTypeList = Shapes::ListShape.new(name: 'eventTypeList')
@@ -237,10 +274,10 @@ module Aws::FraudDetector
237
274
  listOfEntities = Shapes::ListShape.new(name: 'listOfEntities')
238
275
  metricDataPointsList = Shapes::ListShape.new(name: 'metricDataPointsList')
239
276
  modelIdentifier = Shapes::StringShape.new(name: 'modelIdentifier')
277
+ modelInputTemplate = Shapes::StringShape.new(name: 'modelInputTemplate')
240
278
  modelList = Shapes::ListShape.new(name: 'modelList')
241
279
  modelVersionDetailList = Shapes::ListShape.new(name: 'modelVersionDetailList')
242
280
  modelsMaxPageSize = Shapes::IntegerShape.new(name: 'modelsMaxPageSize')
243
- nonEmptyString = Shapes::StringShape.new(name: 'nonEmptyString')
244
281
  ruleExpression = Shapes::StringShape.new(name: 'ruleExpression')
245
282
  s3BucketLocation = Shapes::StringShape.new(name: 's3BucketLocation')
246
283
  sageMakerEndpointIdentifier = Shapes::StringShape.new(name: 'sageMakerEndpointIdentifier')
@@ -286,6 +323,23 @@ module Aws::FraudDetector
286
323
  BatchGetVariableResult.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetVariableErrorList, location_name: "errors"))
287
324
  BatchGetVariableResult.struct_class = Types::BatchGetVariableResult
288
325
 
326
+ BatchImport.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, location_name: "jobId"))
327
+ BatchImport.add_member(:status, Shapes::ShapeRef.new(shape: AsyncJobStatus, location_name: "status"))
328
+ BatchImport.add_member(:failure_reason, Shapes::ShapeRef.new(shape: string, location_name: "failureReason"))
329
+ BatchImport.add_member(:start_time, Shapes::ShapeRef.new(shape: time, location_name: "startTime"))
330
+ BatchImport.add_member(:completion_time, Shapes::ShapeRef.new(shape: time, location_name: "completionTime"))
331
+ BatchImport.add_member(:input_path, Shapes::ShapeRef.new(shape: s3BucketLocation, location_name: "inputPath"))
332
+ BatchImport.add_member(:output_path, Shapes::ShapeRef.new(shape: s3BucketLocation, location_name: "outputPath"))
333
+ BatchImport.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
334
+ BatchImport.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: iamRoleArn, location_name: "iamRoleArn"))
335
+ BatchImport.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
336
+ BatchImport.add_member(:processed_records_count, Shapes::ShapeRef.new(shape: Integer, location_name: "processedRecordsCount"))
337
+ BatchImport.add_member(:failed_records_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedRecordsCount"))
338
+ BatchImport.add_member(:total_records_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRecordsCount"))
339
+ BatchImport.struct_class = Types::BatchImport
340
+
341
+ BatchImportList.member = Shapes::ShapeRef.new(shape: BatchImport)
342
+
289
343
  BatchPrediction.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, location_name: "jobId"))
290
344
  BatchPrediction.add_member(:status, Shapes::ShapeRef.new(shape: AsyncJobStatus, location_name: "status"))
291
345
  BatchPrediction.add_member(:failure_reason, Shapes::ShapeRef.new(shape: string, location_name: "failureReason"))
@@ -305,6 +359,11 @@ module Aws::FraudDetector
305
359
 
306
360
  BatchPredictionList.member = Shapes::ShapeRef.new(shape: BatchPrediction)
307
361
 
362
+ CancelBatchImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
363
+ CancelBatchImportJobRequest.struct_class = Types::CancelBatchImportJobRequest
364
+
365
+ CancelBatchImportJobResult.struct_class = Types::CancelBatchImportJobResult
366
+
308
367
  CancelBatchPredictionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
309
368
  CancelBatchPredictionJobRequest.struct_class = Types::CancelBatchPredictionJobRequest
310
369
 
@@ -313,6 +372,16 @@ module Aws::FraudDetector
313
372
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
314
373
  ConflictException.struct_class = Types::ConflictException
315
374
 
375
+ CreateBatchImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
376
+ CreateBatchImportJobRequest.add_member(:input_path, Shapes::ShapeRef.new(shape: s3BucketLocation, required: true, location_name: "inputPath"))
377
+ CreateBatchImportJobRequest.add_member(:output_path, Shapes::ShapeRef.new(shape: s3BucketLocation, required: true, location_name: "outputPath"))
378
+ CreateBatchImportJobRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
379
+ CreateBatchImportJobRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: iamRoleArn, required: true, location_name: "iamRoleArn"))
380
+ CreateBatchImportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
381
+ CreateBatchImportJobRequest.struct_class = Types::CreateBatchImportJobRequest
382
+
383
+ CreateBatchImportJobResult.struct_class = Types::CreateBatchImportJobResult
384
+
316
385
  CreateBatchPredictionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
317
386
  CreateBatchPredictionJobRequest.add_member(:input_path, Shapes::ShapeRef.new(shape: s3BucketLocation, required: true, location_name: "inputPath"))
318
387
  CreateBatchPredictionJobRequest.add_member(:output_path, Shapes::ShapeRef.new(shape: s3BucketLocation, required: true, location_name: "outputPath"))
@@ -335,7 +404,7 @@ module Aws::FraudDetector
335
404
  CreateDetectorVersionRequest.struct_class = Types::CreateDetectorVersionRequest
336
405
 
337
406
  CreateDetectorVersionResult.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, location_name: "detectorId"))
338
- CreateDetectorVersionResult.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: nonEmptyString, location_name: "detectorVersionId"))
407
+ CreateDetectorVersionResult.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, location_name: "detectorVersionId"))
339
408
  CreateDetectorVersionResult.add_member(:status, Shapes::ShapeRef.new(shape: DetectorVersionStatus, location_name: "status"))
340
409
  CreateDetectorVersionResult.struct_class = Types::CreateDetectorVersionResult
341
410
 
@@ -353,12 +422,13 @@ module Aws::FraudDetector
353
422
  CreateModelVersionRequest.add_member(:training_data_source, Shapes::ShapeRef.new(shape: TrainingDataSourceEnum, required: true, location_name: "trainingDataSource"))
354
423
  CreateModelVersionRequest.add_member(:training_data_schema, Shapes::ShapeRef.new(shape: TrainingDataSchema, required: true, location_name: "trainingDataSchema"))
355
424
  CreateModelVersionRequest.add_member(:external_events_detail, Shapes::ShapeRef.new(shape: ExternalEventsDetail, location_name: "externalEventsDetail"))
425
+ CreateModelVersionRequest.add_member(:ingested_events_detail, Shapes::ShapeRef.new(shape: IngestedEventsDetail, location_name: "ingestedEventsDetail"))
356
426
  CreateModelVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
357
427
  CreateModelVersionRequest.struct_class = Types::CreateModelVersionRequest
358
428
 
359
429
  CreateModelVersionResult.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, location_name: "modelId"))
360
430
  CreateModelVersionResult.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, location_name: "modelType"))
361
- CreateModelVersionResult.add_member(:model_version_number, Shapes::ShapeRef.new(shape: nonEmptyString, location_name: "modelVersionNumber"))
431
+ CreateModelVersionResult.add_member(:model_version_number, Shapes::ShapeRef.new(shape: floatVersionString, location_name: "modelVersionNumber"))
362
432
  CreateModelVersionResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
363
433
  CreateModelVersionResult.struct_class = Types::CreateModelVersionResult
364
434
 
@@ -392,6 +462,11 @@ module Aws::FraudDetector
392
462
  DataValidationMetrics.add_member(:field_level_messages, Shapes::ShapeRef.new(shape: fieldValidationMessageList, location_name: "fieldLevelMessages"))
393
463
  DataValidationMetrics.struct_class = Types::DataValidationMetrics
394
464
 
465
+ DeleteBatchImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
466
+ DeleteBatchImportJobRequest.struct_class = Types::DeleteBatchImportJobRequest
467
+
468
+ DeleteBatchImportJobResult.struct_class = Types::DeleteBatchImportJobResult
469
+
395
470
  DeleteBatchPredictionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
396
471
  DeleteBatchPredictionJobRequest.struct_class = Types::DeleteBatchPredictionJobRequest
397
472
 
@@ -415,6 +490,7 @@ module Aws::FraudDetector
415
490
 
416
491
  DeleteEventRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventId"))
417
492
  DeleteEventRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
493
+ DeleteEventRequest.add_member(:delete_audit_history, Shapes::ShapeRef.new(shape: DeleteAuditHistory, location_name: "deleteAuditHistory"))
418
494
  DeleteEventRequest.struct_class = Types::DeleteEventRequest
419
495
 
420
496
  DeleteEventResult.struct_class = Types::DeleteEventResult
@@ -424,6 +500,13 @@ module Aws::FraudDetector
424
500
 
425
501
  DeleteEventTypeResult.struct_class = Types::DeleteEventTypeResult
426
502
 
503
+ DeleteEventsByEventTypeRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
504
+ DeleteEventsByEventTypeRequest.struct_class = Types::DeleteEventsByEventTypeRequest
505
+
506
+ DeleteEventsByEventTypeResult.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
507
+ DeleteEventsByEventTypeResult.add_member(:events_deletion_status, Shapes::ShapeRef.new(shape: string, location_name: "eventsDeletionStatus"))
508
+ DeleteEventsByEventTypeResult.struct_class = Types::DeleteEventsByEventTypeResult
509
+
427
510
  DeleteExternalModelRequest.add_member(:model_endpoint, Shapes::ShapeRef.new(shape: sageMakerEndpointIdentifier, required: true, location_name: "modelEndpoint"))
428
511
  DeleteExternalModelRequest.struct_class = Types::DeleteExternalModelRequest
429
512
 
@@ -494,7 +577,7 @@ module Aws::FraudDetector
494
577
 
495
578
  DetectorList.member = Shapes::ShapeRef.new(shape: Detector)
496
579
 
497
- DetectorVersionSummary.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: nonEmptyString, location_name: "detectorVersionId"))
580
+ DetectorVersionSummary.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, location_name: "detectorVersionId"))
498
581
  DetectorVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: DetectorVersionStatus, location_name: "status"))
499
582
  DetectorVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
500
583
  DetectorVersionSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
@@ -503,7 +586,7 @@ module Aws::FraudDetector
503
586
  DetectorVersionSummaryList.member = Shapes::ShapeRef.new(shape: DetectorVersionSummary)
504
587
 
505
588
  Entity.add_member(:entity_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "entityType"))
506
- Entity.add_member(:entity_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "entityId"))
589
+ Entity.add_member(:entity_id, Shapes::ShapeRef.new(shape: entityRestrictedString, required: true, location_name: "entityId"))
507
590
  Entity.struct_class = Types::Entity
508
591
 
509
592
  EntityType.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
@@ -513,11 +596,25 @@ module Aws::FraudDetector
513
596
  EntityType.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
514
597
  EntityType.struct_class = Types::EntityType
515
598
 
599
+ Event.add_member(:event_id, Shapes::ShapeRef.new(shape: string, location_name: "eventId"))
600
+ Event.add_member(:event_type_name, Shapes::ShapeRef.new(shape: string, location_name: "eventTypeName"))
601
+ Event.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: string, location_name: "eventTimestamp"))
602
+ Event.add_member(:event_variables, Shapes::ShapeRef.new(shape: EventAttributeMap, location_name: "eventVariables"))
603
+ Event.add_member(:current_label, Shapes::ShapeRef.new(shape: string, location_name: "currentLabel"))
604
+ Event.add_member(:label_timestamp, Shapes::ShapeRef.new(shape: string, location_name: "labelTimestamp"))
605
+ Event.add_member(:entities, Shapes::ShapeRef.new(shape: listOfEntities, location_name: "entities"))
606
+ Event.struct_class = Types::Event
607
+
608
+ EventAttributeMap.key = Shapes::ShapeRef.new(shape: attributeKey)
609
+ EventAttributeMap.value = Shapes::ShapeRef.new(shape: attributeValue)
610
+
516
611
  EventType.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
517
612
  EventType.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
518
613
  EventType.add_member(:event_variables, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "eventVariables"))
519
614
  EventType.add_member(:labels, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "labels"))
520
615
  EventType.add_member(:entity_types, Shapes::ShapeRef.new(shape: NonEmptyListOfStrings, location_name: "entityTypes"))
616
+ EventType.add_member(:event_ingestion, Shapes::ShapeRef.new(shape: EventIngestion, location_name: "eventIngestion"))
617
+ EventType.add_member(:ingested_event_statistics, Shapes::ShapeRef.new(shape: IngestedEventStatistics, location_name: "ingestedEventStatistics"))
521
618
  EventType.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
522
619
  EventType.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
523
620
  EventType.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
@@ -541,11 +638,22 @@ module Aws::FraudDetector
541
638
  ExternalModel.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
542
639
  ExternalModel.struct_class = Types::ExternalModel
543
640
 
544
- ExternalModelEndpointDataBlobMap.key = Shapes::ShapeRef.new(shape: string)
641
+ ExternalModelEndpointDataBlobMap.key = Shapes::ShapeRef.new(shape: sageMakerEndpointIdentifier)
545
642
  ExternalModelEndpointDataBlobMap.value = Shapes::ShapeRef.new(shape: ModelEndpointDataBlob)
546
643
 
547
644
  ExternalModelList.member = Shapes::ShapeRef.new(shape: ExternalModel)
548
645
 
646
+ ExternalModelOutputs.add_member(:external_model, Shapes::ShapeRef.new(shape: ExternalModelSummary, location_name: "externalModel"))
647
+ ExternalModelOutputs.add_member(:outputs, Shapes::ShapeRef.new(shape: ExternalModelPredictionMap, location_name: "outputs"))
648
+ ExternalModelOutputs.struct_class = Types::ExternalModelOutputs
649
+
650
+ ExternalModelPredictionMap.key = Shapes::ShapeRef.new(shape: string)
651
+ ExternalModelPredictionMap.value = Shapes::ShapeRef.new(shape: string)
652
+
653
+ ExternalModelSummary.add_member(:model_endpoint, Shapes::ShapeRef.new(shape: string, location_name: "modelEndpoint"))
654
+ ExternalModelSummary.add_member(:model_source, Shapes::ShapeRef.new(shape: ModelSource, location_name: "modelSource"))
655
+ ExternalModelSummary.struct_class = Types::ExternalModelSummary
656
+
549
657
  FieldValidationMessage.add_member(:field_name, Shapes::ShapeRef.new(shape: string, location_name: "fieldName"))
550
658
  FieldValidationMessage.add_member(:identifier, Shapes::ShapeRef.new(shape: string, location_name: "identifier"))
551
659
  FieldValidationMessage.add_member(:title, Shapes::ShapeRef.new(shape: string, location_name: "title"))
@@ -558,6 +666,15 @@ module Aws::FraudDetector
558
666
  FileValidationMessage.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "type"))
559
667
  FileValidationMessage.struct_class = Types::FileValidationMessage
560
668
 
669
+ GetBatchImportJobsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, location_name: "jobId"))
670
+ GetBatchImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: batchImportsMaxPageSize, location_name: "maxResults"))
671
+ GetBatchImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
672
+ GetBatchImportJobsRequest.struct_class = Types::GetBatchImportJobsRequest
673
+
674
+ GetBatchImportJobsResult.add_member(:batch_imports, Shapes::ShapeRef.new(shape: BatchImportList, location_name: "batchImports"))
675
+ GetBatchImportJobsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
676
+ GetBatchImportJobsResult.struct_class = Types::GetBatchImportJobsResult
677
+
561
678
  GetBatchPredictionJobsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, location_name: "jobId"))
562
679
  GetBatchPredictionJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: batchPredictionsMaxPageSize, location_name: "maxResults"))
563
680
  GetBatchPredictionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
@@ -567,6 +684,13 @@ module Aws::FraudDetector
567
684
  GetBatchPredictionJobsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
568
685
  GetBatchPredictionJobsResult.struct_class = Types::GetBatchPredictionJobsResult
569
686
 
687
+ GetDeleteEventsByEventTypeStatusRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
688
+ GetDeleteEventsByEventTypeStatusRequest.struct_class = Types::GetDeleteEventsByEventTypeStatusRequest
689
+
690
+ GetDeleteEventsByEventTypeStatusResult.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
691
+ GetDeleteEventsByEventTypeStatusResult.add_member(:events_deletion_status, Shapes::ShapeRef.new(shape: AsyncJobStatus, location_name: "eventsDeletionStatus"))
692
+ GetDeleteEventsByEventTypeStatusResult.struct_class = Types::GetDeleteEventsByEventTypeStatusResult
693
+
570
694
  GetDetectorVersionRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "detectorId"))
571
695
  GetDetectorVersionRequest.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, required: true, location_name: "detectorVersionId"))
572
696
  GetDetectorVersionRequest.struct_class = Types::GetDetectorVersionRequest
@@ -614,8 +738,16 @@ module Aws::FraudDetector
614
738
 
615
739
  GetEventPredictionResult.add_member(:model_scores, Shapes::ShapeRef.new(shape: ListOfModelScores, location_name: "modelScores"))
616
740
  GetEventPredictionResult.add_member(:rule_results, Shapes::ShapeRef.new(shape: ListOfRuleResults, location_name: "ruleResults"))
741
+ GetEventPredictionResult.add_member(:external_model_outputs, Shapes::ShapeRef.new(shape: ListOfExternalModelOutputs, location_name: "externalModelOutputs"))
617
742
  GetEventPredictionResult.struct_class = Types::GetEventPredictionResult
618
743
 
744
+ GetEventRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "eventId"))
745
+ GetEventRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "eventTypeName"))
746
+ GetEventRequest.struct_class = Types::GetEventRequest
747
+
748
+ GetEventResult.add_member(:event, Shapes::ShapeRef.new(shape: Event, location_name: "event"))
749
+ GetEventResult.struct_class = Types::GetEventResult
750
+
619
751
  GetEventTypesRequest.add_member(:name, Shapes::ShapeRef.new(shape: identifier, location_name: "name"))
620
752
  GetEventTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
621
753
  GetEventTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: eventTypesMaxResults, location_name: "maxResults"))
@@ -657,6 +789,7 @@ module Aws::FraudDetector
657
789
  GetModelVersionResult.add_member(:training_data_source, Shapes::ShapeRef.new(shape: TrainingDataSourceEnum, location_name: "trainingDataSource"))
658
790
  GetModelVersionResult.add_member(:training_data_schema, Shapes::ShapeRef.new(shape: TrainingDataSchema, location_name: "trainingDataSchema"))
659
791
  GetModelVersionResult.add_member(:external_events_detail, Shapes::ShapeRef.new(shape: ExternalEventsDetail, location_name: "externalEventsDetail"))
792
+ GetModelVersionResult.add_member(:ingested_events_detail, Shapes::ShapeRef.new(shape: IngestedEventsDetail, location_name: "ingestedEventsDetail"))
660
793
  GetModelVersionResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
661
794
  GetModelVersionResult.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
662
795
  GetModelVersionResult.struct_class = Types::GetModelVersionResult
@@ -700,6 +833,20 @@ module Aws::FraudDetector
700
833
  GetVariablesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
701
834
  GetVariablesResult.struct_class = Types::GetVariablesResult
702
835
 
836
+ IngestedEventStatistics.add_member(:number_of_events, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfEvents"))
837
+ IngestedEventStatistics.add_member(:event_data_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "eventDataSizeInBytes"))
838
+ IngestedEventStatistics.add_member(:least_recent_event, Shapes::ShapeRef.new(shape: time, location_name: "leastRecentEvent"))
839
+ IngestedEventStatistics.add_member(:most_recent_event, Shapes::ShapeRef.new(shape: time, location_name: "mostRecentEvent"))
840
+ IngestedEventStatistics.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
841
+ IngestedEventStatistics.struct_class = Types::IngestedEventStatistics
842
+
843
+ IngestedEventsDetail.add_member(:ingested_events_time_window, Shapes::ShapeRef.new(shape: IngestedEventsTimeWindow, required: true, location_name: "ingestedEventsTimeWindow"))
844
+ IngestedEventsDetail.struct_class = Types::IngestedEventsDetail
845
+
846
+ IngestedEventsTimeWindow.add_member(:start_time, Shapes::ShapeRef.new(shape: time, required: true, location_name: "startTime"))
847
+ IngestedEventsTimeWindow.add_member(:end_time, Shapes::ShapeRef.new(shape: time, required: true, location_name: "endTime"))
848
+ IngestedEventsTimeWindow.struct_class = Types::IngestedEventsTimeWindow
849
+
703
850
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
704
851
  InternalServerException.struct_class = Types::InternalServerException
705
852
 
@@ -717,8 +864,11 @@ module Aws::FraudDetector
717
864
  Label.struct_class = Types::Label
718
865
 
719
866
  LabelSchema.add_member(:label_mapper, Shapes::ShapeRef.new(shape: labelMapper, required: true, location_name: "labelMapper"))
867
+ LabelSchema.add_member(:unlabeled_events_treatment, Shapes::ShapeRef.new(shape: UnlabeledEventsTreatment, location_name: "unlabeledEventsTreatment"))
720
868
  LabelSchema.struct_class = Types::LabelSchema
721
869
 
870
+ ListOfExternalModelOutputs.member = Shapes::ShapeRef.new(shape: ExternalModelOutputs)
871
+
722
872
  ListOfLogOddsMetrics.member = Shapes::ShapeRef.new(shape: LogOddsMetric)
723
873
 
724
874
  ListOfModelScores.member = Shapes::ShapeRef.new(shape: ModelScores)
@@ -765,8 +915,8 @@ module Aws::FraudDetector
765
915
  ModelInputConfiguration.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
766
916
  ModelInputConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: ModelInputDataFormat, location_name: "format"))
767
917
  ModelInputConfiguration.add_member(:use_event_variables, Shapes::ShapeRef.new(shape: UseEventVariables, required: true, location_name: "useEventVariables"))
768
- ModelInputConfiguration.add_member(:json_input_template, Shapes::ShapeRef.new(shape: string, location_name: "jsonInputTemplate"))
769
- ModelInputConfiguration.add_member(:csv_input_template, Shapes::ShapeRef.new(shape: string, location_name: "csvInputTemplate"))
918
+ ModelInputConfiguration.add_member(:json_input_template, Shapes::ShapeRef.new(shape: modelInputTemplate, location_name: "jsonInputTemplate"))
919
+ ModelInputConfiguration.add_member(:csv_input_template, Shapes::ShapeRef.new(shape: modelInputTemplate, location_name: "csvInputTemplate"))
770
920
  ModelInputConfiguration.struct_class = Types::ModelInputConfiguration
771
921
 
772
922
  ModelOutputConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: ModelOutputDataFormat, required: true, location_name: "format"))
@@ -783,7 +933,7 @@ module Aws::FraudDetector
783
933
 
784
934
  ModelVersion.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
785
935
  ModelVersion.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
786
- ModelVersion.add_member(:model_version_number, Shapes::ShapeRef.new(shape: nonEmptyString, required: true, location_name: "modelVersionNumber"))
936
+ ModelVersion.add_member(:model_version_number, Shapes::ShapeRef.new(shape: floatVersionString, required: true, location_name: "modelVersionNumber"))
787
937
  ModelVersion.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
788
938
  ModelVersion.struct_class = Types::ModelVersion
789
939
 
@@ -794,6 +944,7 @@ module Aws::FraudDetector
794
944
  ModelVersionDetail.add_member(:training_data_source, Shapes::ShapeRef.new(shape: TrainingDataSourceEnum, location_name: "trainingDataSource"))
795
945
  ModelVersionDetail.add_member(:training_data_schema, Shapes::ShapeRef.new(shape: TrainingDataSchema, location_name: "trainingDataSchema"))
796
946
  ModelVersionDetail.add_member(:external_events_detail, Shapes::ShapeRef.new(shape: ExternalEventsDetail, location_name: "externalEventsDetail"))
947
+ ModelVersionDetail.add_member(:ingested_events_detail, Shapes::ShapeRef.new(shape: IngestedEventsDetail, location_name: "ingestedEventsDetail"))
797
948
  ModelVersionDetail.add_member(:training_result, Shapes::ShapeRef.new(shape: TrainingResult, location_name: "trainingResult"))
798
949
  ModelVersionDetail.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
799
950
  ModelVersionDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
@@ -833,6 +984,7 @@ module Aws::FraudDetector
833
984
  PutEventTypeRequest.add_member(:event_variables, Shapes::ShapeRef.new(shape: NonEmptyListOfStrings, required: true, location_name: "eventVariables"))
834
985
  PutEventTypeRequest.add_member(:labels, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "labels"))
835
986
  PutEventTypeRequest.add_member(:entity_types, Shapes::ShapeRef.new(shape: NonEmptyListOfStrings, required: true, location_name: "entityTypes"))
987
+ PutEventTypeRequest.add_member(:event_ingestion, Shapes::ShapeRef.new(shape: EventIngestion, location_name: "eventIngestion"))
836
988
  PutEventTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
837
989
  PutEventTypeRequest.struct_class = Types::PutEventTypeRequest
838
990
 
@@ -899,6 +1051,17 @@ module Aws::FraudDetector
899
1051
  RuleResult.add_member(:outcomes, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "outcomes"))
900
1052
  RuleResult.struct_class = Types::RuleResult
901
1053
 
1054
+ SendEventRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventId"))
1055
+ SendEventRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
1056
+ SendEventRequest.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: utcTimestampISO8601, required: true, location_name: "eventTimestamp"))
1057
+ SendEventRequest.add_member(:event_variables, Shapes::ShapeRef.new(shape: EventVariableMap, required: true, location_name: "eventVariables"))
1058
+ SendEventRequest.add_member(:assigned_label, Shapes::ShapeRef.new(shape: identifier, location_name: "assignedLabel"))
1059
+ SendEventRequest.add_member(:label_timestamp, Shapes::ShapeRef.new(shape: utcTimestampISO8601, location_name: "labelTimestamp"))
1060
+ SendEventRequest.add_member(:entities, Shapes::ShapeRef.new(shape: listOfEntities, required: true, location_name: "entities"))
1061
+ SendEventRequest.struct_class = Types::SendEventRequest
1062
+
1063
+ SendEventResult.struct_class = Types::SendEventResult
1064
+
902
1065
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: tagKey, required: true, location_name: "key"))
903
1066
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: tagValue, required: true, location_name: "value"))
904
1067
  Tag.struct_class = Types::Tag
@@ -956,6 +1119,14 @@ module Aws::FraudDetector
956
1119
 
957
1120
  UpdateDetectorVersionStatusResult.struct_class = Types::UpdateDetectorVersionStatusResult
958
1121
 
1122
+ UpdateEventLabelRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventId"))
1123
+ UpdateEventLabelRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
1124
+ UpdateEventLabelRequest.add_member(:assigned_label, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "assignedLabel"))
1125
+ UpdateEventLabelRequest.add_member(:label_timestamp, Shapes::ShapeRef.new(shape: utcTimestampISO8601, required: true, location_name: "labelTimestamp"))
1126
+ UpdateEventLabelRequest.struct_class = Types::UpdateEventLabelRequest
1127
+
1128
+ UpdateEventLabelResult.struct_class = Types::UpdateEventLabelResult
1129
+
959
1130
  UpdateModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
960
1131
  UpdateModelRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
961
1132
  UpdateModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
@@ -967,6 +1138,7 @@ module Aws::FraudDetector
967
1138
  UpdateModelVersionRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
968
1139
  UpdateModelVersionRequest.add_member(:major_version_number, Shapes::ShapeRef.new(shape: wholeNumberVersionString, required: true, location_name: "majorVersionNumber"))
969
1140
  UpdateModelVersionRequest.add_member(:external_events_detail, Shapes::ShapeRef.new(shape: ExternalEventsDetail, location_name: "externalEventsDetail"))
1141
+ UpdateModelVersionRequest.add_member(:ingested_events_detail, Shapes::ShapeRef.new(shape: IngestedEventsDetail, location_name: "ingestedEventsDetail"))
970
1142
  UpdateModelVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
971
1143
  UpdateModelVersionRequest.struct_class = Types::UpdateModelVersionRequest
972
1144
 
@@ -1105,6 +1277,19 @@ module Aws::FraudDetector
1105
1277
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1106
1278
  end)
1107
1279
 
1280
+ api.add_operation(:cancel_batch_import_job, Seahorse::Model::Operation.new.tap do |o|
1281
+ o.name = "CancelBatchImportJob"
1282
+ o.http_method = "POST"
1283
+ o.http_request_uri = "/"
1284
+ o.input = Shapes::ShapeRef.new(shape: CancelBatchImportJobRequest)
1285
+ o.output = Shapes::ShapeRef.new(shape: CancelBatchImportJobResult)
1286
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1287
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1291
+ end)
1292
+
1108
1293
  api.add_operation(:cancel_batch_prediction_job, Seahorse::Model::Operation.new.tap do |o|
1109
1294
  o.name = "CancelBatchPredictionJob"
1110
1295
  o.http_method = "POST"
@@ -1118,6 +1303,19 @@ module Aws::FraudDetector
1118
1303
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1119
1304
  end)
1120
1305
 
1306
+ api.add_operation(:create_batch_import_job, Seahorse::Model::Operation.new.tap do |o|
1307
+ o.name = "CreateBatchImportJob"
1308
+ o.http_method = "POST"
1309
+ o.http_request_uri = "/"
1310
+ o.input = Shapes::ShapeRef.new(shape: CreateBatchImportJobRequest)
1311
+ o.output = Shapes::ShapeRef.new(shape: CreateBatchImportJobResult)
1312
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1315
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1316
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1317
+ end)
1318
+
1121
1319
  api.add_operation(:create_batch_prediction_job, Seahorse::Model::Operation.new.tap do |o|
1122
1320
  o.name = "CreateBatchPredictionJob"
1123
1321
  o.http_method = "POST"
@@ -1193,6 +1391,18 @@ module Aws::FraudDetector
1193
1391
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1194
1392
  end)
1195
1393
 
1394
+ api.add_operation(:delete_batch_import_job, Seahorse::Model::Operation.new.tap do |o|
1395
+ o.name = "DeleteBatchImportJob"
1396
+ o.http_method = "POST"
1397
+ o.http_request_uri = "/"
1398
+ o.input = Shapes::ShapeRef.new(shape: DeleteBatchImportJobRequest)
1399
+ o.output = Shapes::ShapeRef.new(shape: DeleteBatchImportJobResult)
1400
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1402
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1403
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1404
+ end)
1405
+
1196
1406
  api.add_operation(:delete_batch_prediction_job, Seahorse::Model::Operation.new.tap do |o|
1197
1407
  o.name = "DeleteBatchPredictionJob"
1198
1408
  o.http_method = "POST"
@@ -1200,7 +1410,6 @@ module Aws::FraudDetector
1200
1410
  o.input = Shapes::ShapeRef.new(shape: DeleteBatchPredictionJobRequest)
1201
1411
  o.output = Shapes::ShapeRef.new(shape: DeleteBatchPredictionJobResult)
1202
1412
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1203
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1204
1413
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1205
1414
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1206
1415
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -1271,6 +1480,20 @@ module Aws::FraudDetector
1271
1480
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1272
1481
  end)
1273
1482
 
1483
+ api.add_operation(:delete_events_by_event_type, Seahorse::Model::Operation.new.tap do |o|
1484
+ o.name = "DeleteEventsByEventType"
1485
+ o.http_method = "POST"
1486
+ o.http_request_uri = "/"
1487
+ o.input = Shapes::ShapeRef.new(shape: DeleteEventsByEventTypeRequest)
1488
+ o.output = Shapes::ShapeRef.new(shape: DeleteEventsByEventTypeResult)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1491
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1495
+ end)
1496
+
1274
1497
  api.add_operation(:delete_external_model, Seahorse::Model::Operation.new.tap do |o|
1275
1498
  o.name = "DeleteExternalModel"
1276
1499
  o.http_method = "POST"
@@ -1393,6 +1616,25 @@ module Aws::FraudDetector
1393
1616
  )
1394
1617
  end)
1395
1618
 
1619
+ api.add_operation(:get_batch_import_jobs, Seahorse::Model::Operation.new.tap do |o|
1620
+ o.name = "GetBatchImportJobs"
1621
+ o.http_method = "POST"
1622
+ o.http_request_uri = "/"
1623
+ o.input = Shapes::ShapeRef.new(shape: GetBatchImportJobsRequest)
1624
+ o.output = Shapes::ShapeRef.new(shape: GetBatchImportJobsResult)
1625
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1626
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1628
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1629
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1630
+ o[:pager] = Aws::Pager.new(
1631
+ limit_key: "max_results",
1632
+ tokens: {
1633
+ "next_token" => "next_token"
1634
+ }
1635
+ )
1636
+ end)
1637
+
1396
1638
  api.add_operation(:get_batch_prediction_jobs, Seahorse::Model::Operation.new.tap do |o|
1397
1639
  o.name = "GetBatchPredictionJobs"
1398
1640
  o.http_method = "POST"
@@ -1412,6 +1654,19 @@ module Aws::FraudDetector
1412
1654
  )
1413
1655
  end)
1414
1656
 
1657
+ api.add_operation(:get_delete_events_by_event_type_status, Seahorse::Model::Operation.new.tap do |o|
1658
+ o.name = "GetDeleteEventsByEventTypeStatus"
1659
+ o.http_method = "POST"
1660
+ o.http_request_uri = "/"
1661
+ o.input = Shapes::ShapeRef.new(shape: GetDeleteEventsByEventTypeStatusRequest)
1662
+ o.output = Shapes::ShapeRef.new(shape: GetDeleteEventsByEventTypeStatusResult)
1663
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1666
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1667
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1668
+ end)
1669
+
1415
1670
  api.add_operation(:get_detector_version, Seahorse::Model::Operation.new.tap do |o|
1416
1671
  o.name = "GetDetectorVersion"
1417
1672
  o.http_method = "POST"
@@ -1463,6 +1718,19 @@ module Aws::FraudDetector
1463
1718
  )
1464
1719
  end)
1465
1720
 
1721
+ api.add_operation(:get_event, Seahorse::Model::Operation.new.tap do |o|
1722
+ o.name = "GetEvent"
1723
+ o.http_method = "POST"
1724
+ o.http_request_uri = "/"
1725
+ o.input = Shapes::ShapeRef.new(shape: GetEventRequest)
1726
+ o.output = Shapes::ShapeRef.new(shape: GetEventResult)
1727
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1730
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1732
+ end)
1733
+
1466
1734
  api.add_operation(:get_event_prediction, Seahorse::Model::Operation.new.tap do |o|
1467
1735
  o.name = "GetEventPrediction"
1468
1736
  o.http_method = "POST"
@@ -1746,6 +2014,20 @@ module Aws::FraudDetector
1746
2014
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1747
2015
  end)
1748
2016
 
2017
+ api.add_operation(:send_event, Seahorse::Model::Operation.new.tap do |o|
2018
+ o.name = "SendEvent"
2019
+ o.http_method = "POST"
2020
+ o.http_request_uri = "/"
2021
+ o.input = Shapes::ShapeRef.new(shape: SendEventRequest)
2022
+ o.output = Shapes::ShapeRef.new(shape: SendEventResult)
2023
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2024
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2025
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2026
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2027
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2028
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2029
+ end)
2030
+
1749
2031
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1750
2032
  o.name = "TagResource"
1751
2033
  o.http_method = "POST"
@@ -1811,6 +2093,20 @@ module Aws::FraudDetector
1811
2093
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1812
2094
  end)
1813
2095
 
2096
+ api.add_operation(:update_event_label, Seahorse::Model::Operation.new.tap do |o|
2097
+ o.name = "UpdateEventLabel"
2098
+ o.http_method = "POST"
2099
+ o.http_request_uri = "/"
2100
+ o.input = Shapes::ShapeRef.new(shape: UpdateEventLabelRequest)
2101
+ o.output = Shapes::ShapeRef.new(shape: UpdateEventLabelResult)
2102
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2103
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2104
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2105
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2106
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2107
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2108
+ end)
2109
+
1814
2110
  api.add_operation(:update_model, Seahorse::Model::Operation.new.tap do |o|
1815
2111
  o.name = "UpdateModel"
1816
2112
  o.http_method = "POST"