aws-sdk-frauddetector 1.21.0 → 1.25.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.
@@ -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,14 +153,16 @@ 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')
130
- ListOfLogitMetrics = Shapes::ListShape.new(name: 'ListOfLogitMetrics')
156
+ ListOfExternalModelOutputs = Shapes::ListShape.new(name: 'ListOfExternalModelOutputs')
157
+ ListOfLogOddsMetrics = Shapes::ListShape.new(name: 'ListOfLogOddsMetrics')
131
158
  ListOfModelScores = Shapes::ListShape.new(name: 'ListOfModelScores')
132
159
  ListOfModelVersions = Shapes::ListShape.new(name: 'ListOfModelVersions')
133
160
  ListOfRuleResults = Shapes::ListShape.new(name: 'ListOfRuleResults')
134
161
  ListOfStrings = Shapes::ListShape.new(name: 'ListOfStrings')
135
162
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
136
163
  ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
137
- LogitMetric = Shapes::StructureShape.new(name: 'LogitMetric')
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')
@@ -170,6 +198,7 @@ module Aws::FraudDetector
170
198
  PutOutcomeRequest = Shapes::StructureShape.new(name: 'PutOutcomeRequest')
171
199
  PutOutcomeResult = Shapes::StructureShape.new(name: 'PutOutcomeResult')
172
200
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
201
+ ResourceUnavailableException = Shapes::StructureShape.new(name: 'ResourceUnavailableException')
173
202
  Rule = Shapes::StructureShape.new(name: 'Rule')
174
203
  RuleDetail = Shapes::StructureShape.new(name: 'RuleDetail')
175
204
  RuleDetailList = Shapes::ListShape.new(name: 'RuleDetailList')
@@ -177,6 +206,8 @@ module Aws::FraudDetector
177
206
  RuleList = Shapes::ListShape.new(name: 'RuleList')
178
207
  RuleResult = Shapes::StructureShape.new(name: 'RuleResult')
179
208
  RulesMaxResults = Shapes::IntegerShape.new(name: 'RulesMaxResults')
209
+ SendEventRequest = Shapes::StructureShape.new(name: 'SendEventRequest')
210
+ SendEventResult = Shapes::StructureShape.new(name: 'SendEventResult')
180
211
  Tag = Shapes::StructureShape.new(name: 'Tag')
181
212
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
182
213
  TagResourceResult = Shapes::StructureShape.new(name: 'TagResourceResult')
@@ -186,6 +217,7 @@ module Aws::FraudDetector
186
217
  TrainingDataSourceEnum = Shapes::StringShape.new(name: 'TrainingDataSourceEnum')
187
218
  TrainingMetrics = Shapes::StructureShape.new(name: 'TrainingMetrics')
188
219
  TrainingResult = Shapes::StructureShape.new(name: 'TrainingResult')
220
+ UnlabeledEventsTreatment = Shapes::StringShape.new(name: 'UnlabeledEventsTreatment')
189
221
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
190
222
  UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
191
223
  UpdateDetectorVersionMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDetectorVersionMetadataRequest')
@@ -194,6 +226,8 @@ module Aws::FraudDetector
194
226
  UpdateDetectorVersionResult = Shapes::StructureShape.new(name: 'UpdateDetectorVersionResult')
195
227
  UpdateDetectorVersionStatusRequest = Shapes::StructureShape.new(name: 'UpdateDetectorVersionStatusRequest')
196
228
  UpdateDetectorVersionStatusResult = Shapes::StructureShape.new(name: 'UpdateDetectorVersionStatusResult')
229
+ UpdateEventLabelRequest = Shapes::StructureShape.new(name: 'UpdateEventLabelRequest')
230
+ UpdateEventLabelResult = Shapes::StructureShape.new(name: 'UpdateEventLabelResult')
197
231
  UpdateModelRequest = Shapes::StructureShape.new(name: 'UpdateModelRequest')
198
232
  UpdateModelResult = Shapes::StructureShape.new(name: 'UpdateModelResult')
199
233
  UpdateModelVersionRequest = Shapes::StructureShape.new(name: 'UpdateModelVersionRequest')
@@ -214,10 +248,14 @@ module Aws::FraudDetector
214
248
  VariableImportanceMetrics = Shapes::StructureShape.new(name: 'VariableImportanceMetrics')
215
249
  VariableList = Shapes::ListShape.new(name: 'VariableList')
216
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')
217
254
  batchPredictionsMaxPageSize = Shapes::IntegerShape.new(name: 'batchPredictionsMaxPageSize')
218
255
  blob = Shapes::BlobShape.new(name: 'blob')
219
256
  contentType = Shapes::StringShape.new(name: 'contentType')
220
257
  description = Shapes::StringShape.new(name: 'description')
258
+ entityRestrictedString = Shapes::StringShape.new(name: 'entityRestrictedString')
221
259
  entityTypeList = Shapes::ListShape.new(name: 'entityTypeList')
222
260
  entityTypesMaxResults = Shapes::IntegerShape.new(name: 'entityTypesMaxResults')
223
261
  eventTypeList = Shapes::ListShape.new(name: 'eventTypeList')
@@ -236,10 +274,10 @@ module Aws::FraudDetector
236
274
  listOfEntities = Shapes::ListShape.new(name: 'listOfEntities')
237
275
  metricDataPointsList = Shapes::ListShape.new(name: 'metricDataPointsList')
238
276
  modelIdentifier = Shapes::StringShape.new(name: 'modelIdentifier')
277
+ modelInputTemplate = Shapes::StringShape.new(name: 'modelInputTemplate')
239
278
  modelList = Shapes::ListShape.new(name: 'modelList')
240
279
  modelVersionDetailList = Shapes::ListShape.new(name: 'modelVersionDetailList')
241
280
  modelsMaxPageSize = Shapes::IntegerShape.new(name: 'modelsMaxPageSize')
242
- nonEmptyString = Shapes::StringShape.new(name: 'nonEmptyString')
243
281
  ruleExpression = Shapes::StringShape.new(name: 'ruleExpression')
244
282
  s3BucketLocation = Shapes::StringShape.new(name: 's3BucketLocation')
245
283
  sageMakerEndpointIdentifier = Shapes::StringShape.new(name: 'sageMakerEndpointIdentifier')
@@ -249,6 +287,7 @@ module Aws::FraudDetector
249
287
  tagList = Shapes::ListShape.new(name: 'tagList')
250
288
  tagValue = Shapes::StringShape.new(name: 'tagValue')
251
289
  time = Shapes::StringShape.new(name: 'time')
290
+ utcTimestampISO8601 = Shapes::StringShape.new(name: 'utcTimestampISO8601')
252
291
  variableName = Shapes::StringShape.new(name: 'variableName')
253
292
  variableValue = Shapes::StringShape.new(name: 'variableValue')
254
293
  wholeNumberVersionString = Shapes::StringShape.new(name: 'wholeNumberVersionString')
@@ -284,6 +323,23 @@ module Aws::FraudDetector
284
323
  BatchGetVariableResult.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetVariableErrorList, location_name: "errors"))
285
324
  BatchGetVariableResult.struct_class = Types::BatchGetVariableResult
286
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
+
287
343
  BatchPrediction.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, location_name: "jobId"))
288
344
  BatchPrediction.add_member(:status, Shapes::ShapeRef.new(shape: AsyncJobStatus, location_name: "status"))
289
345
  BatchPrediction.add_member(:failure_reason, Shapes::ShapeRef.new(shape: string, location_name: "failureReason"))
@@ -303,6 +359,11 @@ module Aws::FraudDetector
303
359
 
304
360
  BatchPredictionList.member = Shapes::ShapeRef.new(shape: BatchPrediction)
305
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
+
306
367
  CancelBatchPredictionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
307
368
  CancelBatchPredictionJobRequest.struct_class = Types::CancelBatchPredictionJobRequest
308
369
 
@@ -311,6 +372,16 @@ module Aws::FraudDetector
311
372
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
312
373
  ConflictException.struct_class = Types::ConflictException
313
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
+
314
385
  CreateBatchPredictionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
315
386
  CreateBatchPredictionJobRequest.add_member(:input_path, Shapes::ShapeRef.new(shape: s3BucketLocation, required: true, location_name: "inputPath"))
316
387
  CreateBatchPredictionJobRequest.add_member(:output_path, Shapes::ShapeRef.new(shape: s3BucketLocation, required: true, location_name: "outputPath"))
@@ -333,7 +404,7 @@ module Aws::FraudDetector
333
404
  CreateDetectorVersionRequest.struct_class = Types::CreateDetectorVersionRequest
334
405
 
335
406
  CreateDetectorVersionResult.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, location_name: "detectorId"))
336
- 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"))
337
408
  CreateDetectorVersionResult.add_member(:status, Shapes::ShapeRef.new(shape: DetectorVersionStatus, location_name: "status"))
338
409
  CreateDetectorVersionResult.struct_class = Types::CreateDetectorVersionResult
339
410
 
@@ -351,12 +422,13 @@ module Aws::FraudDetector
351
422
  CreateModelVersionRequest.add_member(:training_data_source, Shapes::ShapeRef.new(shape: TrainingDataSourceEnum, required: true, location_name: "trainingDataSource"))
352
423
  CreateModelVersionRequest.add_member(:training_data_schema, Shapes::ShapeRef.new(shape: TrainingDataSchema, required: true, location_name: "trainingDataSchema"))
353
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"))
354
426
  CreateModelVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
355
427
  CreateModelVersionRequest.struct_class = Types::CreateModelVersionRequest
356
428
 
357
429
  CreateModelVersionResult.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, location_name: "modelId"))
358
430
  CreateModelVersionResult.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, location_name: "modelType"))
359
- 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"))
360
432
  CreateModelVersionResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
361
433
  CreateModelVersionResult.struct_class = Types::CreateModelVersionResult
362
434
 
@@ -390,6 +462,11 @@ module Aws::FraudDetector
390
462
  DataValidationMetrics.add_member(:field_level_messages, Shapes::ShapeRef.new(shape: fieldValidationMessageList, location_name: "fieldLevelMessages"))
391
463
  DataValidationMetrics.struct_class = Types::DataValidationMetrics
392
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
+
393
470
  DeleteBatchPredictionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "jobId"))
394
471
  DeleteBatchPredictionJobRequest.struct_class = Types::DeleteBatchPredictionJobRequest
395
472
 
@@ -413,6 +490,7 @@ module Aws::FraudDetector
413
490
 
414
491
  DeleteEventRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventId"))
415
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"))
416
494
  DeleteEventRequest.struct_class = Types::DeleteEventRequest
417
495
 
418
496
  DeleteEventResult.struct_class = Types::DeleteEventResult
@@ -422,6 +500,13 @@ module Aws::FraudDetector
422
500
 
423
501
  DeleteEventTypeResult.struct_class = Types::DeleteEventTypeResult
424
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
+
425
510
  DeleteExternalModelRequest.add_member(:model_endpoint, Shapes::ShapeRef.new(shape: sageMakerEndpointIdentifier, required: true, location_name: "modelEndpoint"))
426
511
  DeleteExternalModelRequest.struct_class = Types::DeleteExternalModelRequest
427
512
 
@@ -492,7 +577,7 @@ module Aws::FraudDetector
492
577
 
493
578
  DetectorList.member = Shapes::ShapeRef.new(shape: Detector)
494
579
 
495
- 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"))
496
581
  DetectorVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: DetectorVersionStatus, location_name: "status"))
497
582
  DetectorVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
498
583
  DetectorVersionSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
@@ -501,7 +586,7 @@ module Aws::FraudDetector
501
586
  DetectorVersionSummaryList.member = Shapes::ShapeRef.new(shape: DetectorVersionSummary)
502
587
 
503
588
  Entity.add_member(:entity_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "entityType"))
504
- 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"))
505
590
  Entity.struct_class = Types::Entity
506
591
 
507
592
  EntityType.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
@@ -511,11 +596,25 @@ module Aws::FraudDetector
511
596
  EntityType.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
512
597
  EntityType.struct_class = Types::EntityType
513
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
+
514
611
  EventType.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
515
612
  EventType.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
516
613
  EventType.add_member(:event_variables, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "eventVariables"))
517
614
  EventType.add_member(:labels, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "labels"))
518
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"))
519
618
  EventType.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
520
619
  EventType.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
521
620
  EventType.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
@@ -539,11 +638,22 @@ module Aws::FraudDetector
539
638
  ExternalModel.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
540
639
  ExternalModel.struct_class = Types::ExternalModel
541
640
 
542
- ExternalModelEndpointDataBlobMap.key = Shapes::ShapeRef.new(shape: string)
641
+ ExternalModelEndpointDataBlobMap.key = Shapes::ShapeRef.new(shape: sageMakerEndpointIdentifier)
543
642
  ExternalModelEndpointDataBlobMap.value = Shapes::ShapeRef.new(shape: ModelEndpointDataBlob)
544
643
 
545
644
  ExternalModelList.member = Shapes::ShapeRef.new(shape: ExternalModel)
546
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
+
547
657
  FieldValidationMessage.add_member(:field_name, Shapes::ShapeRef.new(shape: string, location_name: "fieldName"))
548
658
  FieldValidationMessage.add_member(:identifier, Shapes::ShapeRef.new(shape: string, location_name: "identifier"))
549
659
  FieldValidationMessage.add_member(:title, Shapes::ShapeRef.new(shape: string, location_name: "title"))
@@ -556,6 +666,15 @@ module Aws::FraudDetector
556
666
  FileValidationMessage.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "type"))
557
667
  FileValidationMessage.struct_class = Types::FileValidationMessage
558
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
+
559
678
  GetBatchPredictionJobsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, location_name: "jobId"))
560
679
  GetBatchPredictionJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: batchPredictionsMaxPageSize, location_name: "maxResults"))
561
680
  GetBatchPredictionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
@@ -565,6 +684,13 @@ module Aws::FraudDetector
565
684
  GetBatchPredictionJobsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
566
685
  GetBatchPredictionJobsResult.struct_class = Types::GetBatchPredictionJobsResult
567
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
+
568
694
  GetDetectorVersionRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "detectorId"))
569
695
  GetDetectorVersionRequest.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, required: true, location_name: "detectorVersionId"))
570
696
  GetDetectorVersionRequest.struct_class = Types::GetDetectorVersionRequest
@@ -605,15 +731,23 @@ module Aws::FraudDetector
605
731
  GetEventPredictionRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "eventId"))
606
732
  GetEventPredictionRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "eventTypeName"))
607
733
  GetEventPredictionRequest.add_member(:entities, Shapes::ShapeRef.new(shape: listOfEntities, required: true, location_name: "entities"))
608
- GetEventPredictionRequest.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: string, required: true, location_name: "eventTimestamp"))
734
+ GetEventPredictionRequest.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: utcTimestampISO8601, required: true, location_name: "eventTimestamp"))
609
735
  GetEventPredictionRequest.add_member(:event_variables, Shapes::ShapeRef.new(shape: EventVariableMap, required: true, location_name: "eventVariables"))
610
736
  GetEventPredictionRequest.add_member(:external_model_endpoint_data_blobs, Shapes::ShapeRef.new(shape: ExternalModelEndpointDataBlobMap, location_name: "externalModelEndpointDataBlobs"))
611
737
  GetEventPredictionRequest.struct_class = Types::GetEventPredictionRequest
612
738
 
613
739
  GetEventPredictionResult.add_member(:model_scores, Shapes::ShapeRef.new(shape: ListOfModelScores, location_name: "modelScores"))
614
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"))
615
742
  GetEventPredictionResult.struct_class = Types::GetEventPredictionResult
616
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
+
617
751
  GetEventTypesRequest.add_member(:name, Shapes::ShapeRef.new(shape: identifier, location_name: "name"))
618
752
  GetEventTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
619
753
  GetEventTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: eventTypesMaxResults, location_name: "maxResults"))
@@ -655,6 +789,7 @@ module Aws::FraudDetector
655
789
  GetModelVersionResult.add_member(:training_data_source, Shapes::ShapeRef.new(shape: TrainingDataSourceEnum, location_name: "trainingDataSource"))
656
790
  GetModelVersionResult.add_member(:training_data_schema, Shapes::ShapeRef.new(shape: TrainingDataSchema, location_name: "trainingDataSchema"))
657
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"))
658
793
  GetModelVersionResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
659
794
  GetModelVersionResult.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
660
795
  GetModelVersionResult.struct_class = Types::GetModelVersionResult
@@ -698,6 +833,20 @@ module Aws::FraudDetector
698
833
  GetVariablesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
699
834
  GetVariablesResult.struct_class = Types::GetVariablesResult
700
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
+
701
850
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
702
851
  InternalServerException.struct_class = Types::InternalServerException
703
852
 
@@ -715,9 +864,12 @@ module Aws::FraudDetector
715
864
  Label.struct_class = Types::Label
716
865
 
717
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"))
718
868
  LabelSchema.struct_class = Types::LabelSchema
719
869
 
720
- ListOfLogitMetrics.member = Shapes::ShapeRef.new(shape: LogitMetric)
870
+ ListOfExternalModelOutputs.member = Shapes::ShapeRef.new(shape: ExternalModelOutputs)
871
+
872
+ ListOfLogOddsMetrics.member = Shapes::ShapeRef.new(shape: LogOddsMetric)
721
873
 
722
874
  ListOfModelScores.member = Shapes::ShapeRef.new(shape: ModelScores)
723
875
 
@@ -736,10 +888,10 @@ module Aws::FraudDetector
736
888
  ListTagsForResourceResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
737
889
  ListTagsForResourceResult.struct_class = Types::ListTagsForResourceResult
738
890
 
739
- LogitMetric.add_member(:variable_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "variableName"))
740
- LogitMetric.add_member(:variable_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "variableType"))
741
- LogitMetric.add_member(:variable_importance, Shapes::ShapeRef.new(shape: float, required: true, location_name: "variableImportance"))
742
- LogitMetric.struct_class = Types::LogitMetric
891
+ LogOddsMetric.add_member(:variable_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "variableName"))
892
+ LogOddsMetric.add_member(:variable_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "variableType"))
893
+ LogOddsMetric.add_member(:variable_importance, Shapes::ShapeRef.new(shape: float, required: true, location_name: "variableImportance"))
894
+ LogOddsMetric.struct_class = Types::LogOddsMetric
743
895
 
744
896
  MetricDataPoint.add_member(:fpr, Shapes::ShapeRef.new(shape: float, location_name: "fpr"))
745
897
  MetricDataPoint.add_member(:precision, Shapes::ShapeRef.new(shape: float, location_name: "precision"))
@@ -763,8 +915,8 @@ module Aws::FraudDetector
763
915
  ModelInputConfiguration.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
764
916
  ModelInputConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: ModelInputDataFormat, location_name: "format"))
765
917
  ModelInputConfiguration.add_member(:use_event_variables, Shapes::ShapeRef.new(shape: UseEventVariables, required: true, location_name: "useEventVariables"))
766
- ModelInputConfiguration.add_member(:json_input_template, Shapes::ShapeRef.new(shape: string, location_name: "jsonInputTemplate"))
767
- 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"))
768
920
  ModelInputConfiguration.struct_class = Types::ModelInputConfiguration
769
921
 
770
922
  ModelOutputConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: ModelOutputDataFormat, required: true, location_name: "format"))
@@ -781,7 +933,7 @@ module Aws::FraudDetector
781
933
 
782
934
  ModelVersion.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
783
935
  ModelVersion.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
784
- 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"))
785
937
  ModelVersion.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
786
938
  ModelVersion.struct_class = Types::ModelVersion
787
939
 
@@ -792,6 +944,7 @@ module Aws::FraudDetector
792
944
  ModelVersionDetail.add_member(:training_data_source, Shapes::ShapeRef.new(shape: TrainingDataSourceEnum, location_name: "trainingDataSource"))
793
945
  ModelVersionDetail.add_member(:training_data_schema, Shapes::ShapeRef.new(shape: TrainingDataSchema, location_name: "trainingDataSchema"))
794
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"))
795
948
  ModelVersionDetail.add_member(:training_result, Shapes::ShapeRef.new(shape: TrainingResult, location_name: "trainingResult"))
796
949
  ModelVersionDetail.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
797
950
  ModelVersionDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
@@ -831,6 +984,7 @@ module Aws::FraudDetector
831
984
  PutEventTypeRequest.add_member(:event_variables, Shapes::ShapeRef.new(shape: NonEmptyListOfStrings, required: true, location_name: "eventVariables"))
832
985
  PutEventTypeRequest.add_member(:labels, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "labels"))
833
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"))
834
988
  PutEventTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
835
989
  PutEventTypeRequest.struct_class = Types::PutEventTypeRequest
836
990
 
@@ -869,6 +1023,9 @@ module Aws::FraudDetector
869
1023
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
870
1024
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
871
1025
 
1026
+ ResourceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
1027
+ ResourceUnavailableException.struct_class = Types::ResourceUnavailableException
1028
+
872
1029
  Rule.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "detectorId"))
873
1030
  Rule.add_member(:rule_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "ruleId"))
874
1031
  Rule.add_member(:rule_version, Shapes::ShapeRef.new(shape: wholeNumberVersionString, required: true, location_name: "ruleVersion"))
@@ -894,6 +1051,17 @@ module Aws::FraudDetector
894
1051
  RuleResult.add_member(:outcomes, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "outcomes"))
895
1052
  RuleResult.struct_class = Types::RuleResult
896
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
+
897
1065
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: tagKey, required: true, location_name: "key"))
898
1066
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: tagValue, required: true, location_name: "value"))
899
1067
  Tag.struct_class = Types::Tag
@@ -951,6 +1119,14 @@ module Aws::FraudDetector
951
1119
 
952
1120
  UpdateDetectorVersionStatusResult.struct_class = Types::UpdateDetectorVersionStatusResult
953
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
+
954
1130
  UpdateModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
955
1131
  UpdateModelRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
956
1132
  UpdateModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
@@ -962,6 +1138,7 @@ module Aws::FraudDetector
962
1138
  UpdateModelVersionRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
963
1139
  UpdateModelVersionRequest.add_member(:major_version_number, Shapes::ShapeRef.new(shape: wholeNumberVersionString, required: true, location_name: "majorVersionNumber"))
964
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"))
965
1142
  UpdateModelVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
966
1143
  UpdateModelVersionRequest.struct_class = Types::UpdateModelVersionRequest
967
1144
 
@@ -1028,7 +1205,7 @@ module Aws::FraudDetector
1028
1205
 
1029
1206
  VariableEntryList.member = Shapes::ShapeRef.new(shape: VariableEntry)
1030
1207
 
1031
- VariableImportanceMetrics.add_member(:logit_metrics, Shapes::ShapeRef.new(shape: ListOfLogitMetrics, location_name: "LogitMetrics"))
1208
+ VariableImportanceMetrics.add_member(:log_odds_metrics, Shapes::ShapeRef.new(shape: ListOfLogOddsMetrics, location_name: "logOddsMetrics"))
1032
1209
  VariableImportanceMetrics.struct_class = Types::VariableImportanceMetrics
1033
1210
 
1034
1211
  VariableList.member = Shapes::ShapeRef.new(shape: Variable)
@@ -1044,7 +1221,7 @@ module Aws::FraudDetector
1044
1221
  labelList.member = Shapes::ShapeRef.new(shape: Label)
1045
1222
 
1046
1223
  labelMapper.key = Shapes::ShapeRef.new(shape: string)
1047
- labelMapper.value = Shapes::ShapeRef.new(shape: ListOfStrings)
1224
+ labelMapper.value = Shapes::ShapeRef.new(shape: NonEmptyListOfStrings)
1048
1225
 
1049
1226
  listOfEntities.member = Shapes::ShapeRef.new(shape: Entity)
1050
1227
 
@@ -1100,6 +1277,19 @@ module Aws::FraudDetector
1100
1277
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1101
1278
  end)
1102
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
+
1103
1293
  api.add_operation(:cancel_batch_prediction_job, Seahorse::Model::Operation.new.tap do |o|
1104
1294
  o.name = "CancelBatchPredictionJob"
1105
1295
  o.http_method = "POST"
@@ -1109,6 +1299,20 @@ module Aws::FraudDetector
1109
1299
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1110
1300
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1111
1301
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1304
+ end)
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)
1112
1316
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1113
1317
  end)
1114
1318
 
@@ -1120,6 +1324,7 @@ module Aws::FraudDetector
1120
1324
  o.output = Shapes::ShapeRef.new(shape: CreateBatchPredictionJobResult)
1121
1325
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1122
1326
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1327
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1123
1328
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1124
1329
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1125
1330
  end)
@@ -1145,6 +1350,7 @@ module Aws::FraudDetector
1145
1350
  o.output = Shapes::ShapeRef.new(shape: CreateModelResult)
1146
1351
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1147
1352
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1148
1354
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1149
1355
  end)
1150
1356
 
@@ -1157,6 +1363,7 @@ module Aws::FraudDetector
1157
1363
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1158
1364
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1159
1365
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1160
1367
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1161
1368
  end)
1162
1369
 
@@ -1184,6 +1391,18 @@ module Aws::FraudDetector
1184
1391
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1185
1392
  end)
1186
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
+
1187
1406
  api.add_operation(:delete_batch_prediction_job, Seahorse::Model::Operation.new.tap do |o|
1188
1407
  o.name = "DeleteBatchPredictionJob"
1189
1408
  o.http_method = "POST"
@@ -1191,8 +1410,8 @@ module Aws::FraudDetector
1191
1410
  o.input = Shapes::ShapeRef.new(shape: DeleteBatchPredictionJobRequest)
1192
1411
  o.output = Shapes::ShapeRef.new(shape: DeleteBatchPredictionJobResult)
1193
1412
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1194
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1195
1413
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1196
1415
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1197
1416
  end)
1198
1417
 
@@ -1232,6 +1451,7 @@ module Aws::FraudDetector
1232
1451
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1233
1452
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1234
1453
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1235
1455
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1236
1456
  end)
1237
1457
 
@@ -1256,6 +1476,21 @@ module Aws::FraudDetector
1256
1476
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1257
1477
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1258
1478
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1479
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1481
+ end)
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)
1259
1494
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1260
1495
  end)
1261
1496
 
@@ -1280,6 +1515,7 @@ module Aws::FraudDetector
1280
1515
  o.output = Shapes::ShapeRef.new(shape: DeleteLabelResult)
1281
1516
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1282
1517
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1518
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1283
1519
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1284
1520
  end)
1285
1521
 
@@ -1292,6 +1528,7 @@ module Aws::FraudDetector
1292
1528
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1293
1529
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1294
1530
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1295
1532
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1296
1533
  end)
1297
1534
 
@@ -1304,6 +1541,7 @@ module Aws::FraudDetector
1304
1541
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1305
1542
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1306
1543
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1307
1545
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1308
1546
  end)
1309
1547
 
@@ -1368,6 +1606,26 @@ module Aws::FraudDetector
1368
1606
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1369
1607
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1370
1608
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1610
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1611
+ o[:pager] = Aws::Pager.new(
1612
+ limit_key: "max_results",
1613
+ tokens: {
1614
+ "next_token" => "next_token"
1615
+ }
1616
+ )
1617
+ end)
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)
1371
1629
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1372
1630
  o[:pager] = Aws::Pager.new(
1373
1631
  limit_key: "max_results",
@@ -1386,6 +1644,7 @@ module Aws::FraudDetector
1386
1644
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1387
1645
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1388
1646
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1389
1648
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1390
1649
  o[:pager] = Aws::Pager.new(
1391
1650
  limit_key: "max_results",
@@ -1395,6 +1654,19 @@ module Aws::FraudDetector
1395
1654
  )
1396
1655
  end)
1397
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
+
1398
1670
  api.add_operation(:get_detector_version, Seahorse::Model::Operation.new.tap do |o|
1399
1671
  o.name = "GetDetectorVersion"
1400
1672
  o.http_method = "POST"
@@ -1436,6 +1708,7 @@ module Aws::FraudDetector
1436
1708
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1437
1709
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1438
1710
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1711
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1439
1712
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1440
1713
  o[:pager] = Aws::Pager.new(
1441
1714
  limit_key: "max_results",
@@ -1445,6 +1718,19 @@ module Aws::FraudDetector
1445
1718
  )
1446
1719
  end)
1447
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
+
1448
1734
  api.add_operation(:get_event_prediction, Seahorse::Model::Operation.new.tap do |o|
1449
1735
  o.name = "GetEventPrediction"
1450
1736
  o.http_method = "POST"
@@ -1457,6 +1743,7 @@ module Aws::FraudDetector
1457
1743
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1458
1744
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1459
1745
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
1460
1747
  end)
1461
1748
 
1462
1749
  api.add_operation(:get_event_types, Seahorse::Model::Operation.new.tap do |o|
@@ -1468,6 +1755,7 @@ module Aws::FraudDetector
1468
1755
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1469
1756
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1470
1757
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1471
1759
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1472
1760
  o[:pager] = Aws::Pager.new(
1473
1761
  limit_key: "max_results",
@@ -1504,6 +1792,7 @@ module Aws::FraudDetector
1504
1792
  o.output = Shapes::ShapeRef.new(shape: GetKMSEncryptionKeyResult)
1505
1793
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1506
1794
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1507
1796
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1508
1797
  end)
1509
1798
 
@@ -1516,6 +1805,7 @@ module Aws::FraudDetector
1516
1805
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1517
1806
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1518
1807
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1808
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1519
1809
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1520
1810
  o[:pager] = Aws::Pager.new(
1521
1811
  limit_key: "max_results",
@@ -1534,6 +1824,7 @@ module Aws::FraudDetector
1534
1824
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1535
1825
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1536
1826
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1827
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1537
1828
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1538
1829
  end)
1539
1830
 
@@ -1546,6 +1837,7 @@ module Aws::FraudDetector
1546
1837
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1547
1838
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1548
1839
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1840
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1549
1841
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1550
1842
  o[:pager] = Aws::Pager.new(
1551
1843
  limit_key: "max_results",
@@ -1620,6 +1912,7 @@ module Aws::FraudDetector
1620
1912
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
1621
1913
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1622
1914
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1915
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1623
1916
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1624
1917
  o[:pager] = Aws::Pager.new(
1625
1918
  limit_key: "max_results",
@@ -1639,6 +1932,7 @@ module Aws::FraudDetector
1639
1932
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1640
1933
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1641
1934
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1935
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1642
1936
  end)
1643
1937
 
1644
1938
  api.add_operation(:put_entity_type, Seahorse::Model::Operation.new.tap do |o|
@@ -1649,7 +1943,9 @@ module Aws::FraudDetector
1649
1943
  o.output = Shapes::ShapeRef.new(shape: PutEntityTypeResult)
1650
1944
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1651
1945
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1946
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1652
1947
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1948
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1653
1949
  end)
1654
1950
 
1655
1951
  api.add_operation(:put_event_type, Seahorse::Model::Operation.new.tap do |o|
@@ -1660,7 +1956,9 @@ module Aws::FraudDetector
1660
1956
  o.output = Shapes::ShapeRef.new(shape: PutEventTypeResult)
1661
1957
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1662
1958
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1959
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1663
1960
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1961
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1664
1962
  end)
1665
1963
 
1666
1964
  api.add_operation(:put_external_model, Seahorse::Model::Operation.new.tap do |o|
@@ -1673,6 +1971,7 @@ module Aws::FraudDetector
1673
1971
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1674
1972
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1675
1973
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1974
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1676
1975
  end)
1677
1976
 
1678
1977
  api.add_operation(:put_kms_encryption_key, Seahorse::Model::Operation.new.tap do |o|
@@ -1684,7 +1983,9 @@ module Aws::FraudDetector
1684
1983
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1685
1984
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1686
1985
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1986
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1687
1987
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1988
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1688
1989
  end)
1689
1990
 
1690
1991
  api.add_operation(:put_label, Seahorse::Model::Operation.new.tap do |o|
@@ -1695,7 +1996,9 @@ module Aws::FraudDetector
1695
1996
  o.output = Shapes::ShapeRef.new(shape: PutLabelResult)
1696
1997
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1697
1998
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1999
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1698
2000
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2001
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1699
2002
  end)
1700
2003
 
1701
2004
  api.add_operation(:put_outcome, Seahorse::Model::Operation.new.tap do |o|
@@ -1708,6 +2011,21 @@ module Aws::FraudDetector
1708
2011
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1709
2012
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1710
2013
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2014
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2015
+ end)
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)
1711
2029
  end)
1712
2030
 
1713
2031
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1718,6 +2036,7 @@ module Aws::FraudDetector
1718
2036
  o.output = Shapes::ShapeRef.new(shape: TagResourceResult)
1719
2037
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1720
2038
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2039
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1721
2040
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1722
2041
  end)
1723
2042
 
@@ -1729,6 +2048,7 @@ module Aws::FraudDetector
1729
2048
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResult)
1730
2049
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1731
2050
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2051
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1732
2052
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1733
2053
  end)
1734
2054
 
@@ -1743,6 +2063,7 @@ module Aws::FraudDetector
1743
2063
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1744
2064
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1745
2065
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2066
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1746
2067
  end)
1747
2068
 
1748
2069
  api.add_operation(:update_detector_version_metadata, Seahorse::Model::Operation.new.tap do |o|
@@ -1755,6 +2076,7 @@ module Aws::FraudDetector
1755
2076
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1756
2077
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1757
2078
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2079
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1758
2080
  end)
1759
2081
 
1760
2082
  api.add_operation(:update_detector_version_status, Seahorse::Model::Operation.new.tap do |o|
@@ -1768,6 +2090,21 @@ module Aws::FraudDetector
1768
2090
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1769
2091
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1770
2092
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2093
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2094
+ end)
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)
1771
2108
  end)
1772
2109
 
1773
2110
  api.add_operation(:update_model, Seahorse::Model::Operation.new.tap do |o|
@@ -1779,7 +2116,9 @@ module Aws::FraudDetector
1779
2116
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1780
2117
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1781
2118
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2119
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1782
2120
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2121
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1783
2122
  end)
1784
2123
 
1785
2124
  api.add_operation(:update_model_version, Seahorse::Model::Operation.new.tap do |o|
@@ -1791,7 +2130,9 @@ module Aws::FraudDetector
1791
2130
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1792
2131
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1793
2132
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2133
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1794
2134
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2135
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1795
2136
  end)
1796
2137
 
1797
2138
  api.add_operation(:update_model_version_status, Seahorse::Model::Operation.new.tap do |o|
@@ -1803,7 +2144,9 @@ module Aws::FraudDetector
1803
2144
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1804
2145
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1805
2146
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2147
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1806
2148
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2149
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1807
2150
  end)
1808
2151
 
1809
2152
  api.add_operation(:update_rule_metadata, Seahorse::Model::Operation.new.tap do |o|
@@ -1817,6 +2160,7 @@ module Aws::FraudDetector
1817
2160
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1818
2161
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1819
2162
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2163
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1820
2164
  end)
1821
2165
 
1822
2166
  api.add_operation(:update_rule_version, Seahorse::Model::Operation.new.tap do |o|
@@ -1830,6 +2174,7 @@ module Aws::FraudDetector
1830
2174
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1831
2175
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1832
2176
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2177
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1833
2178
  end)
1834
2179
 
1835
2180
  api.add_operation(:update_variable, Seahorse::Model::Operation.new.tap do |o|
@@ -1843,6 +2188,7 @@ module Aws::FraudDetector
1843
2188
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1844
2189
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1845
2190
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2191
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1846
2192
  end)
1847
2193
  end
1848
2194