aws-sdk-frauddetector 1.28.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,16 @@ module Aws::FraudDetector
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ ATIMetricDataPoint = Shapes::StructureShape.new(name: 'ATIMetricDataPoint')
17
+ ATIMetricDataPointsList = Shapes::ListShape.new(name: 'ATIMetricDataPointsList')
18
+ ATIModelPerformance = Shapes::StructureShape.new(name: 'ATIModelPerformance')
19
+ ATITrainingMetricsValue = Shapes::StructureShape.new(name: 'ATITrainingMetricsValue')
16
20
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
21
+ AggregatedLogOddsMetric = Shapes::StructureShape.new(name: 'AggregatedLogOddsMetric')
22
+ AggregatedVariablesImpactExplanation = Shapes::StructureShape.new(name: 'AggregatedVariablesImpactExplanation')
23
+ AggregatedVariablesImportanceMetrics = Shapes::StructureShape.new(name: 'AggregatedVariablesImportanceMetrics')
24
+ AllowDenyList = Shapes::StructureShape.new(name: 'AllowDenyList')
25
+ AllowDenyLists = Shapes::ListShape.new(name: 'AllowDenyLists')
17
26
  AsyncJobStatus = Shapes::StringShape.new(name: 'AsyncJobStatus')
18
27
  BatchCreateVariableError = Shapes::StructureShape.new(name: 'BatchCreateVariableError')
19
28
  BatchCreateVariableErrorList = Shapes::ListShape.new(name: 'BatchCreateVariableErrorList')
@@ -27,6 +36,7 @@ module Aws::FraudDetector
27
36
  BatchImportList = Shapes::ListShape.new(name: 'BatchImportList')
28
37
  BatchPrediction = Shapes::StructureShape.new(name: 'BatchPrediction')
29
38
  BatchPredictionList = Shapes::ListShape.new(name: 'BatchPredictionList')
39
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
30
40
  CancelBatchImportJobRequest = Shapes::StructureShape.new(name: 'CancelBatchImportJobRequest')
31
41
  CancelBatchImportJobResult = Shapes::StructureShape.new(name: 'CancelBatchImportJobResult')
32
42
  CancelBatchPredictionJobRequest = Shapes::StructureShape.new(name: 'CancelBatchPredictionJobRequest')
@@ -38,6 +48,8 @@ module Aws::FraudDetector
38
48
  CreateBatchPredictionJobResult = Shapes::StructureShape.new(name: 'CreateBatchPredictionJobResult')
39
49
  CreateDetectorVersionRequest = Shapes::StructureShape.new(name: 'CreateDetectorVersionRequest')
40
50
  CreateDetectorVersionResult = Shapes::StructureShape.new(name: 'CreateDetectorVersionResult')
51
+ CreateListRequest = Shapes::StructureShape.new(name: 'CreateListRequest')
52
+ CreateListResult = Shapes::StructureShape.new(name: 'CreateListResult')
41
53
  CreateModelRequest = Shapes::StructureShape.new(name: 'CreateModelRequest')
42
54
  CreateModelResult = Shapes::StructureShape.new(name: 'CreateModelResult')
43
55
  CreateModelVersionRequest = Shapes::StructureShape.new(name: 'CreateModelVersionRequest')
@@ -71,6 +83,8 @@ module Aws::FraudDetector
71
83
  DeleteExternalModelResult = Shapes::StructureShape.new(name: 'DeleteExternalModelResult')
72
84
  DeleteLabelRequest = Shapes::StructureShape.new(name: 'DeleteLabelRequest')
73
85
  DeleteLabelResult = Shapes::StructureShape.new(name: 'DeleteLabelResult')
86
+ DeleteListRequest = Shapes::StructureShape.new(name: 'DeleteListRequest')
87
+ DeleteListResult = Shapes::StructureShape.new(name: 'DeleteListResult')
74
88
  DeleteModelRequest = Shapes::StructureShape.new(name: 'DeleteModelRequest')
75
89
  DeleteModelResult = Shapes::StructureShape.new(name: 'DeleteModelResult')
76
90
  DeleteModelVersionRequest = Shapes::StructureShape.new(name: 'DeleteModelVersionRequest')
@@ -92,13 +106,23 @@ module Aws::FraudDetector
92
106
  DetectorVersionSummary = Shapes::StructureShape.new(name: 'DetectorVersionSummary')
93
107
  DetectorVersionSummaryList = Shapes::ListShape.new(name: 'DetectorVersionSummaryList')
94
108
  DetectorsMaxResults = Shapes::IntegerShape.new(name: 'DetectorsMaxResults')
109
+ Elements = Shapes::StringShape.new(name: 'Elements')
110
+ ElementsList = Shapes::ListShape.new(name: 'ElementsList')
95
111
  Entity = Shapes::StructureShape.new(name: 'Entity')
96
112
  EntityType = Shapes::StructureShape.new(name: 'EntityType')
113
+ EvaluatedExternalModel = Shapes::StructureShape.new(name: 'EvaluatedExternalModel')
114
+ EvaluatedModelVersion = Shapes::StructureShape.new(name: 'EvaluatedModelVersion')
115
+ EvaluatedRule = Shapes::StructureShape.new(name: 'EvaluatedRule')
116
+ EvaluatedRuleList = Shapes::ListShape.new(name: 'EvaluatedRuleList')
97
117
  Event = Shapes::StructureShape.new(name: 'Event')
98
118
  EventAttributeMap = Shapes::MapShape.new(name: 'EventAttributeMap')
99
119
  EventIngestion = Shapes::StringShape.new(name: 'EventIngestion')
120
+ EventOrchestration = Shapes::StructureShape.new(name: 'EventOrchestration')
121
+ EventPredictionSummary = Shapes::StructureShape.new(name: 'EventPredictionSummary')
122
+ EventPredictionsMaxResults = Shapes::IntegerShape.new(name: 'EventPredictionsMaxResults')
100
123
  EventType = Shapes::StructureShape.new(name: 'EventType')
101
124
  EventVariableMap = Shapes::MapShape.new(name: 'EventVariableMap')
125
+ EventVariableSummary = Shapes::StructureShape.new(name: 'EventVariableSummary')
102
126
  ExternalEventsDetail = Shapes::StructureShape.new(name: 'ExternalEventsDetail')
103
127
  ExternalModel = Shapes::StructureShape.new(name: 'ExternalModel')
104
128
  ExternalModelEndpointDataBlobMap = Shapes::MapShape.new(name: 'ExternalModelEndpointDataBlobMap')
@@ -109,6 +133,7 @@ module Aws::FraudDetector
109
133
  ExternalModelsMaxResults = Shapes::IntegerShape.new(name: 'ExternalModelsMaxResults')
110
134
  FieldValidationMessage = Shapes::StructureShape.new(name: 'FieldValidationMessage')
111
135
  FileValidationMessage = Shapes::StructureShape.new(name: 'FileValidationMessage')
136
+ FilterCondition = Shapes::StructureShape.new(name: 'FilterCondition')
112
137
  GetBatchImportJobsRequest = Shapes::StructureShape.new(name: 'GetBatchImportJobsRequest')
113
138
  GetBatchImportJobsResult = Shapes::StructureShape.new(name: 'GetBatchImportJobsResult')
114
139
  GetBatchPredictionJobsRequest = Shapes::StructureShape.new(name: 'GetBatchPredictionJobsRequest')
@@ -121,6 +146,8 @@ module Aws::FraudDetector
121
146
  GetDetectorsResult = Shapes::StructureShape.new(name: 'GetDetectorsResult')
122
147
  GetEntityTypesRequest = Shapes::StructureShape.new(name: 'GetEntityTypesRequest')
123
148
  GetEntityTypesResult = Shapes::StructureShape.new(name: 'GetEntityTypesResult')
149
+ GetEventPredictionMetadataRequest = Shapes::StructureShape.new(name: 'GetEventPredictionMetadataRequest')
150
+ GetEventPredictionMetadataResult = Shapes::StructureShape.new(name: 'GetEventPredictionMetadataResult')
124
151
  GetEventPredictionRequest = Shapes::StructureShape.new(name: 'GetEventPredictionRequest')
125
152
  GetEventPredictionResult = Shapes::StructureShape.new(name: 'GetEventPredictionResult')
126
153
  GetEventRequest = Shapes::StructureShape.new(name: 'GetEventRequest')
@@ -132,6 +159,10 @@ module Aws::FraudDetector
132
159
  GetKMSEncryptionKeyResult = Shapes::StructureShape.new(name: 'GetKMSEncryptionKeyResult')
133
160
  GetLabelsRequest = Shapes::StructureShape.new(name: 'GetLabelsRequest')
134
161
  GetLabelsResult = Shapes::StructureShape.new(name: 'GetLabelsResult')
162
+ GetListElementsRequest = Shapes::StructureShape.new(name: 'GetListElementsRequest')
163
+ GetListElementsResult = Shapes::StructureShape.new(name: 'GetListElementsResult')
164
+ GetListsMetadataRequest = Shapes::StructureShape.new(name: 'GetListsMetadataRequest')
165
+ GetListsMetadataResult = Shapes::StructureShape.new(name: 'GetListsMetadataResult')
135
166
  GetModelVersionRequest = Shapes::StructureShape.new(name: 'GetModelVersionRequest')
136
167
  GetModelVersionResult = Shapes::StructureShape.new(name: 'GetModelVersionResult')
137
168
  GetModelsRequest = Shapes::StructureShape.new(name: 'GetModelsRequest')
@@ -153,16 +184,29 @@ module Aws::FraudDetector
153
184
  Label = Shapes::StructureShape.new(name: 'Label')
154
185
  LabelSchema = Shapes::StructureShape.new(name: 'LabelSchema')
155
186
  Language = Shapes::StringShape.new(name: 'Language')
187
+ ListEventPredictionsRequest = Shapes::StructureShape.new(name: 'ListEventPredictionsRequest')
188
+ ListEventPredictionsResult = Shapes::StructureShape.new(name: 'ListEventPredictionsResult')
189
+ ListOfAggregatedLogOddsMetrics = Shapes::ListShape.new(name: 'ListOfAggregatedLogOddsMetrics')
190
+ ListOfAggregatedVariablesImpactExplanations = Shapes::ListShape.new(name: 'ListOfAggregatedVariablesImpactExplanations')
191
+ ListOfEvaluatedExternalModels = Shapes::ListShape.new(name: 'ListOfEvaluatedExternalModels')
192
+ ListOfEvaluatedModelVersions = Shapes::ListShape.new(name: 'ListOfEvaluatedModelVersions')
193
+ ListOfEventPredictionSummaries = Shapes::ListShape.new(name: 'ListOfEventPredictionSummaries')
194
+ ListOfEventVariableSummaries = Shapes::ListShape.new(name: 'ListOfEventVariableSummaries')
156
195
  ListOfExternalModelOutputs = Shapes::ListShape.new(name: 'ListOfExternalModelOutputs')
157
196
  ListOfLogOddsMetrics = Shapes::ListShape.new(name: 'ListOfLogOddsMetrics')
158
197
  ListOfModelScores = Shapes::ListShape.new(name: 'ListOfModelScores')
198
+ ListOfModelVersionEvaluations = Shapes::ListShape.new(name: 'ListOfModelVersionEvaluations')
159
199
  ListOfModelVersions = Shapes::ListShape.new(name: 'ListOfModelVersions')
160
200
  ListOfRuleResults = Shapes::ListShape.new(name: 'ListOfRuleResults')
161
201
  ListOfStrings = Shapes::ListShape.new(name: 'ListOfStrings')
162
202
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
163
203
  ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
204
+ ListUpdateMode = Shapes::StringShape.new(name: 'ListUpdateMode')
205
+ ListsElementsMaxResults = Shapes::IntegerShape.new(name: 'ListsElementsMaxResults')
206
+ ListsMetadataMaxResults = Shapes::IntegerShape.new(name: 'ListsMetadataMaxResults')
164
207
  LogOddsMetric = Shapes::StructureShape.new(name: 'LogOddsMetric')
165
208
  Long = Shapes::IntegerShape.new(name: 'Long')
209
+ MapOfStrings = Shapes::MapShape.new(name: 'MapOfStrings')
166
210
  MetricDataPoint = Shapes::StructureShape.new(name: 'MetricDataPoint')
167
211
  Model = Shapes::StructureShape.new(name: 'Model')
168
212
  ModelEndpointDataBlob = Shapes::StructureShape.new(name: 'ModelEndpointDataBlob')
@@ -177,12 +221,19 @@ module Aws::FraudDetector
177
221
  ModelTypeEnum = Shapes::StringShape.new(name: 'ModelTypeEnum')
178
222
  ModelVersion = Shapes::StructureShape.new(name: 'ModelVersion')
179
223
  ModelVersionDetail = Shapes::StructureShape.new(name: 'ModelVersionDetail')
224
+ ModelVersionEvaluation = Shapes::StructureShape.new(name: 'ModelVersionEvaluation')
180
225
  ModelVersionStatus = Shapes::StringShape.new(name: 'ModelVersionStatus')
181
226
  NameList = Shapes::ListShape.new(name: 'NameList')
182
227
  NonEmptyListOfStrings = Shapes::ListShape.new(name: 'NonEmptyListOfStrings')
228
+ OFIMetricDataPoint = Shapes::StructureShape.new(name: 'OFIMetricDataPoint')
229
+ OFIMetricDataPointsList = Shapes::ListShape.new(name: 'OFIMetricDataPointsList')
230
+ OFIModelPerformance = Shapes::StructureShape.new(name: 'OFIModelPerformance')
231
+ OFITrainingMetricsValue = Shapes::StructureShape.new(name: 'OFITrainingMetricsValue')
183
232
  Outcome = Shapes::StructureShape.new(name: 'Outcome')
184
233
  OutcomeList = Shapes::ListShape.new(name: 'OutcomeList')
185
234
  OutcomesMaxResults = Shapes::IntegerShape.new(name: 'OutcomesMaxResults')
235
+ PredictionExplanations = Shapes::StructureShape.new(name: 'PredictionExplanations')
236
+ PredictionTimeRange = Shapes::StructureShape.new(name: 'PredictionTimeRange')
186
237
  PutDetectorRequest = Shapes::StructureShape.new(name: 'PutDetectorRequest')
187
238
  PutDetectorResult = Shapes::StructureShape.new(name: 'PutDetectorResult')
188
239
  PutEntityTypeRequest = Shapes::StructureShape.new(name: 'PutEntityTypeRequest')
@@ -208,6 +259,10 @@ module Aws::FraudDetector
208
259
  RulesMaxResults = Shapes::IntegerShape.new(name: 'RulesMaxResults')
209
260
  SendEventRequest = Shapes::StructureShape.new(name: 'SendEventRequest')
210
261
  SendEventResult = Shapes::StructureShape.new(name: 'SendEventResult')
262
+ TFIMetricDataPoint = Shapes::StructureShape.new(name: 'TFIMetricDataPoint')
263
+ TFIMetricDataPointsList = Shapes::ListShape.new(name: 'TFIMetricDataPointsList')
264
+ TFIModelPerformance = Shapes::StructureShape.new(name: 'TFIModelPerformance')
265
+ TFITrainingMetricsValue = Shapes::StructureShape.new(name: 'TFITrainingMetricsValue')
211
266
  Tag = Shapes::StructureShape.new(name: 'Tag')
212
267
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
213
268
  TagResourceResult = Shapes::StructureShape.new(name: 'TagResourceResult')
@@ -216,7 +271,10 @@ module Aws::FraudDetector
216
271
  TrainingDataSchema = Shapes::StructureShape.new(name: 'TrainingDataSchema')
217
272
  TrainingDataSourceEnum = Shapes::StringShape.new(name: 'TrainingDataSourceEnum')
218
273
  TrainingMetrics = Shapes::StructureShape.new(name: 'TrainingMetrics')
274
+ TrainingMetricsV2 = Shapes::StructureShape.new(name: 'TrainingMetricsV2')
219
275
  TrainingResult = Shapes::StructureShape.new(name: 'TrainingResult')
276
+ TrainingResultV2 = Shapes::StructureShape.new(name: 'TrainingResultV2')
277
+ UncertaintyRange = Shapes::StructureShape.new(name: 'UncertaintyRange')
220
278
  UnlabeledEventsTreatment = Shapes::StringShape.new(name: 'UnlabeledEventsTreatment')
221
279
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
222
280
  UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
@@ -228,6 +286,8 @@ module Aws::FraudDetector
228
286
  UpdateDetectorVersionStatusResult = Shapes::StructureShape.new(name: 'UpdateDetectorVersionStatusResult')
229
287
  UpdateEventLabelRequest = Shapes::StructureShape.new(name: 'UpdateEventLabelRequest')
230
288
  UpdateEventLabelResult = Shapes::StructureShape.new(name: 'UpdateEventLabelResult')
289
+ UpdateListRequest = Shapes::StructureShape.new(name: 'UpdateListRequest')
290
+ UpdateListResult = Shapes::StructureShape.new(name: 'UpdateListResult')
231
291
  UpdateModelRequest = Shapes::StructureShape.new(name: 'UpdateModelRequest')
232
292
  UpdateModelResult = Shapes::StructureShape.new(name: 'UpdateModelResult')
233
293
  UpdateModelVersionRequest = Shapes::StructureShape.new(name: 'UpdateModelVersionRequest')
@@ -245,6 +305,7 @@ module Aws::FraudDetector
245
305
  Variable = Shapes::StructureShape.new(name: 'Variable')
246
306
  VariableEntry = Shapes::StructureShape.new(name: 'VariableEntry')
247
307
  VariableEntryList = Shapes::ListShape.new(name: 'VariableEntryList')
308
+ VariableImpactExplanation = Shapes::StructureShape.new(name: 'VariableImpactExplanation')
248
309
  VariableImportanceMetrics = Shapes::StructureShape.new(name: 'VariableImportanceMetrics')
249
310
  VariableList = Shapes::ListShape.new(name: 'VariableList')
250
311
  VariablesMaxResults = Shapes::IntegerShape.new(name: 'VariablesMaxResults')
@@ -262,6 +323,7 @@ module Aws::FraudDetector
262
323
  eventTypesMaxResults = Shapes::IntegerShape.new(name: 'eventTypesMaxResults')
263
324
  fieldValidationMessageList = Shapes::ListShape.new(name: 'fieldValidationMessageList')
264
325
  fileValidationMessageList = Shapes::ListShape.new(name: 'fileValidationMessageList')
326
+ filterString = Shapes::StringShape.new(name: 'filterString')
265
327
  float = Shapes::FloatShape.new(name: 'float')
266
328
  floatVersionString = Shapes::StringShape.new(name: 'floatVersionString')
267
329
  fraudDetectorArn = Shapes::StringShape.new(name: 'fraudDetectorArn')
@@ -272,15 +334,19 @@ module Aws::FraudDetector
272
334
  labelMapper = Shapes::MapShape.new(name: 'labelMapper')
273
335
  labelsMaxResults = Shapes::IntegerShape.new(name: 'labelsMaxResults')
274
336
  listOfEntities = Shapes::ListShape.new(name: 'listOfEntities')
337
+ listOfVariableImpactExplanations = Shapes::ListShape.new(name: 'listOfVariableImpactExplanations')
275
338
  metricDataPointsList = Shapes::ListShape.new(name: 'metricDataPointsList')
276
339
  modelIdentifier = Shapes::StringShape.new(name: 'modelIdentifier')
277
340
  modelInputTemplate = Shapes::StringShape.new(name: 'modelInputTemplate')
278
341
  modelList = Shapes::ListShape.new(name: 'modelList')
279
342
  modelVersionDetailList = Shapes::ListShape.new(name: 'modelVersionDetailList')
280
343
  modelsMaxPageSize = Shapes::IntegerShape.new(name: 'modelsMaxPageSize')
344
+ nextToken = Shapes::StringShape.new(name: 'nextToken')
345
+ noDashIdentifier = Shapes::StringShape.new(name: 'noDashIdentifier')
281
346
  ruleExpression = Shapes::StringShape.new(name: 'ruleExpression')
282
347
  s3BucketLocation = Shapes::StringShape.new(name: 's3BucketLocation')
283
348
  sageMakerEndpointIdentifier = Shapes::StringShape.new(name: 'sageMakerEndpointIdentifier')
349
+ sensitiveString = Shapes::StringShape.new(name: 'sensitiveString')
284
350
  string = Shapes::StringShape.new(name: 'string')
285
351
  tagKey = Shapes::StringShape.new(name: 'tagKey')
286
352
  tagKeyList = Shapes::ListShape.new(name: 'tagKeyList')
@@ -289,12 +355,50 @@ module Aws::FraudDetector
289
355
  time = Shapes::StringShape.new(name: 'time')
290
356
  utcTimestampISO8601 = Shapes::StringShape.new(name: 'utcTimestampISO8601')
291
357
  variableName = Shapes::StringShape.new(name: 'variableName')
358
+ variableType = Shapes::StringShape.new(name: 'variableType')
292
359
  variableValue = Shapes::StringShape.new(name: 'variableValue')
293
360
  wholeNumberVersionString = Shapes::StringShape.new(name: 'wholeNumberVersionString')
294
361
 
362
+ ATIMetricDataPoint.add_member(:cr, Shapes::ShapeRef.new(shape: float, location_name: "cr"))
363
+ ATIMetricDataPoint.add_member(:adr, Shapes::ShapeRef.new(shape: float, location_name: "adr"))
364
+ ATIMetricDataPoint.add_member(:threshold, Shapes::ShapeRef.new(shape: float, location_name: "threshold"))
365
+ ATIMetricDataPoint.add_member(:atodr, Shapes::ShapeRef.new(shape: float, location_name: "atodr"))
366
+ ATIMetricDataPoint.struct_class = Types::ATIMetricDataPoint
367
+
368
+ ATIMetricDataPointsList.member = Shapes::ShapeRef.new(shape: ATIMetricDataPoint)
369
+
370
+ ATIModelPerformance.add_member(:asi, Shapes::ShapeRef.new(shape: float, location_name: "asi"))
371
+ ATIModelPerformance.struct_class = Types::ATIModelPerformance
372
+
373
+ ATITrainingMetricsValue.add_member(:metric_data_points, Shapes::ShapeRef.new(shape: ATIMetricDataPointsList, location_name: "metricDataPoints"))
374
+ ATITrainingMetricsValue.add_member(:model_performance, Shapes::ShapeRef.new(shape: ATIModelPerformance, location_name: "modelPerformance"))
375
+ ATITrainingMetricsValue.struct_class = Types::ATITrainingMetricsValue
376
+
295
377
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
296
378
  AccessDeniedException.struct_class = Types::AccessDeniedException
297
379
 
380
+ AggregatedLogOddsMetric.add_member(:variable_names, Shapes::ShapeRef.new(shape: ListOfStrings, required: true, location_name: "variableNames"))
381
+ AggregatedLogOddsMetric.add_member(:aggregated_variables_importance, Shapes::ShapeRef.new(shape: float, required: true, location_name: "aggregatedVariablesImportance"))
382
+ AggregatedLogOddsMetric.struct_class = Types::AggregatedLogOddsMetric
383
+
384
+ AggregatedVariablesImpactExplanation.add_member(:event_variable_names, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "eventVariableNames"))
385
+ AggregatedVariablesImpactExplanation.add_member(:relative_impact, Shapes::ShapeRef.new(shape: string, location_name: "relativeImpact"))
386
+ AggregatedVariablesImpactExplanation.add_member(:log_odds_impact, Shapes::ShapeRef.new(shape: float, location_name: "logOddsImpact"))
387
+ AggregatedVariablesImpactExplanation.struct_class = Types::AggregatedVariablesImpactExplanation
388
+
389
+ AggregatedVariablesImportanceMetrics.add_member(:log_odds_metrics, Shapes::ShapeRef.new(shape: ListOfAggregatedLogOddsMetrics, location_name: "logOddsMetrics"))
390
+ AggregatedVariablesImportanceMetrics.struct_class = Types::AggregatedVariablesImportanceMetrics
391
+
392
+ AllowDenyList.add_member(:name, Shapes::ShapeRef.new(shape: noDashIdentifier, required: true, location_name: "name"))
393
+ AllowDenyList.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
394
+ AllowDenyList.add_member(:variable_type, Shapes::ShapeRef.new(shape: variableType, location_name: "variableType"))
395
+ AllowDenyList.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
396
+ AllowDenyList.add_member(:updated_time, Shapes::ShapeRef.new(shape: time, location_name: "updatedTime"))
397
+ AllowDenyList.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
398
+ AllowDenyList.struct_class = Types::AllowDenyList
399
+
400
+ AllowDenyLists.member = Shapes::ShapeRef.new(shape: AllowDenyList)
401
+
298
402
  BatchCreateVariableError.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
299
403
  BatchCreateVariableError.add_member(:code, Shapes::ShapeRef.new(shape: integer, location_name: "code"))
300
404
  BatchCreateVariableError.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -408,6 +512,15 @@ module Aws::FraudDetector
408
512
  CreateDetectorVersionResult.add_member(:status, Shapes::ShapeRef.new(shape: DetectorVersionStatus, location_name: "status"))
409
513
  CreateDetectorVersionResult.struct_class = Types::CreateDetectorVersionResult
410
514
 
515
+ CreateListRequest.add_member(:name, Shapes::ShapeRef.new(shape: noDashIdentifier, required: true, location_name: "name"))
516
+ CreateListRequest.add_member(:elements, Shapes::ShapeRef.new(shape: ElementsList, location_name: "elements"))
517
+ CreateListRequest.add_member(:variable_type, Shapes::ShapeRef.new(shape: variableType, location_name: "variableType"))
518
+ CreateListRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
519
+ CreateListRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
520
+ CreateListRequest.struct_class = Types::CreateListRequest
521
+
522
+ CreateListResult.struct_class = Types::CreateListResult
523
+
411
524
  CreateModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
412
525
  CreateModelRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
413
526
  CreateModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
@@ -517,6 +630,11 @@ module Aws::FraudDetector
517
630
 
518
631
  DeleteLabelResult.struct_class = Types::DeleteLabelResult
519
632
 
633
+ DeleteListRequest.add_member(:name, Shapes::ShapeRef.new(shape: noDashIdentifier, required: true, location_name: "name"))
634
+ DeleteListRequest.struct_class = Types::DeleteListRequest
635
+
636
+ DeleteListResult.struct_class = Types::DeleteListResult
637
+
520
638
  DeleteModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
521
639
  DeleteModelRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
522
640
  DeleteModelRequest.struct_class = Types::DeleteModelRequest
@@ -585,6 +703,8 @@ module Aws::FraudDetector
585
703
 
586
704
  DetectorVersionSummaryList.member = Shapes::ShapeRef.new(shape: DetectorVersionSummary)
587
705
 
706
+ ElementsList.member = Shapes::ShapeRef.new(shape: Elements)
707
+
588
708
  Entity.add_member(:entity_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "entityType"))
589
709
  Entity.add_member(:entity_id, Shapes::ShapeRef.new(shape: entityRestrictedString, required: true, location_name: "entityId"))
590
710
  Entity.struct_class = Types::Entity
@@ -596,6 +716,29 @@ module Aws::FraudDetector
596
716
  EntityType.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
597
717
  EntityType.struct_class = Types::EntityType
598
718
 
719
+ EvaluatedExternalModel.add_member(:model_endpoint, Shapes::ShapeRef.new(shape: string, location_name: "modelEndpoint"))
720
+ EvaluatedExternalModel.add_member(:use_event_variables, Shapes::ShapeRef.new(shape: Boolean, location_name: "useEventVariables"))
721
+ EvaluatedExternalModel.add_member(:input_variables, Shapes::ShapeRef.new(shape: MapOfStrings, location_name: "inputVariables"))
722
+ EvaluatedExternalModel.add_member(:output_variables, Shapes::ShapeRef.new(shape: MapOfStrings, location_name: "outputVariables"))
723
+ EvaluatedExternalModel.struct_class = Types::EvaluatedExternalModel
724
+
725
+ EvaluatedModelVersion.add_member(:model_id, Shapes::ShapeRef.new(shape: string, location_name: "modelId"))
726
+ EvaluatedModelVersion.add_member(:model_version, Shapes::ShapeRef.new(shape: string, location_name: "modelVersion"))
727
+ EvaluatedModelVersion.add_member(:model_type, Shapes::ShapeRef.new(shape: string, location_name: "modelType"))
728
+ EvaluatedModelVersion.add_member(:evaluations, Shapes::ShapeRef.new(shape: ListOfModelVersionEvaluations, location_name: "evaluations"))
729
+ EvaluatedModelVersion.struct_class = Types::EvaluatedModelVersion
730
+
731
+ EvaluatedRule.add_member(:rule_id, Shapes::ShapeRef.new(shape: identifier, location_name: "ruleId"))
732
+ EvaluatedRule.add_member(:rule_version, Shapes::ShapeRef.new(shape: wholeNumberVersionString, location_name: "ruleVersion"))
733
+ EvaluatedRule.add_member(:expression, Shapes::ShapeRef.new(shape: sensitiveString, location_name: "expression"))
734
+ EvaluatedRule.add_member(:expression_with_values, Shapes::ShapeRef.new(shape: sensitiveString, location_name: "expressionWithValues"))
735
+ EvaluatedRule.add_member(:outcomes, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "outcomes"))
736
+ EvaluatedRule.add_member(:evaluated, Shapes::ShapeRef.new(shape: Boolean, location_name: "evaluated"))
737
+ EvaluatedRule.add_member(:matched, Shapes::ShapeRef.new(shape: Boolean, location_name: "matched"))
738
+ EvaluatedRule.struct_class = Types::EvaluatedRule
739
+
740
+ EvaluatedRuleList.member = Shapes::ShapeRef.new(shape: EvaluatedRule)
741
+
599
742
  Event.add_member(:event_id, Shapes::ShapeRef.new(shape: string, location_name: "eventId"))
600
743
  Event.add_member(:event_type_name, Shapes::ShapeRef.new(shape: string, location_name: "eventTypeName"))
601
744
  Event.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: string, location_name: "eventTimestamp"))
@@ -608,6 +751,17 @@ module Aws::FraudDetector
608
751
  EventAttributeMap.key = Shapes::ShapeRef.new(shape: attributeKey)
609
752
  EventAttributeMap.value = Shapes::ShapeRef.new(shape: attributeValue)
610
753
 
754
+ EventOrchestration.add_member(:event_bridge_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "eventBridgeEnabled"))
755
+ EventOrchestration.struct_class = Types::EventOrchestration
756
+
757
+ EventPredictionSummary.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, location_name: "eventId"))
758
+ EventPredictionSummary.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
759
+ EventPredictionSummary.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: time, location_name: "eventTimestamp"))
760
+ EventPredictionSummary.add_member(:prediction_timestamp, Shapes::ShapeRef.new(shape: time, location_name: "predictionTimestamp"))
761
+ EventPredictionSummary.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, location_name: "detectorId"))
762
+ EventPredictionSummary.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, location_name: "detectorVersionId"))
763
+ EventPredictionSummary.struct_class = Types::EventPredictionSummary
764
+
611
765
  EventType.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
612
766
  EventType.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
613
767
  EventType.add_member(:event_variables, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "eventVariables"))
@@ -618,11 +772,17 @@ module Aws::FraudDetector
618
772
  EventType.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
619
773
  EventType.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
620
774
  EventType.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
775
+ EventType.add_member(:event_orchestration, Shapes::ShapeRef.new(shape: EventOrchestration, location_name: "eventOrchestration"))
621
776
  EventType.struct_class = Types::EventType
622
777
 
623
778
  EventVariableMap.key = Shapes::ShapeRef.new(shape: variableName)
624
779
  EventVariableMap.value = Shapes::ShapeRef.new(shape: variableValue)
625
780
 
781
+ EventVariableSummary.add_member(:name, Shapes::ShapeRef.new(shape: sensitiveString, location_name: "name"))
782
+ EventVariableSummary.add_member(:value, Shapes::ShapeRef.new(shape: sensitiveString, location_name: "value"))
783
+ EventVariableSummary.add_member(:source, Shapes::ShapeRef.new(shape: sensitiveString, location_name: "source"))
784
+ EventVariableSummary.struct_class = Types::EventVariableSummary
785
+
626
786
  ExternalEventsDetail.add_member(:data_location, Shapes::ShapeRef.new(shape: s3BucketLocation, required: true, location_name: "dataLocation"))
627
787
  ExternalEventsDetail.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: iamRoleArn, required: true, location_name: "dataAccessRoleArn"))
628
788
  ExternalEventsDetail.struct_class = Types::ExternalEventsDetail
@@ -666,6 +826,9 @@ module Aws::FraudDetector
666
826
  FileValidationMessage.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "type"))
667
827
  FileValidationMessage.struct_class = Types::FileValidationMessage
668
828
 
829
+ FilterCondition.add_member(:value, Shapes::ShapeRef.new(shape: filterString, location_name: "value"))
830
+ FilterCondition.struct_class = Types::FilterCondition
831
+
669
832
  GetBatchImportJobsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: identifier, location_name: "jobId"))
670
833
  GetBatchImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: batchImportsMaxPageSize, location_name: "maxResults"))
671
834
  GetBatchImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
@@ -726,6 +889,30 @@ module Aws::FraudDetector
726
889
  GetEntityTypesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
727
890
  GetEntityTypesResult.struct_class = Types::GetEntityTypesResult
728
891
 
892
+ GetEventPredictionMetadataRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventId"))
893
+ GetEventPredictionMetadataRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
894
+ GetEventPredictionMetadataRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "detectorId"))
895
+ GetEventPredictionMetadataRequest.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, required: true, location_name: "detectorVersionId"))
896
+ GetEventPredictionMetadataRequest.add_member(:prediction_timestamp, Shapes::ShapeRef.new(shape: time, required: true, location_name: "predictionTimestamp"))
897
+ GetEventPredictionMetadataRequest.struct_class = Types::GetEventPredictionMetadataRequest
898
+
899
+ GetEventPredictionMetadataResult.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, location_name: "eventId"))
900
+ GetEventPredictionMetadataResult.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
901
+ GetEventPredictionMetadataResult.add_member(:entity_id, Shapes::ShapeRef.new(shape: string, location_name: "entityId"))
902
+ GetEventPredictionMetadataResult.add_member(:entity_type, Shapes::ShapeRef.new(shape: string, location_name: "entityType"))
903
+ GetEventPredictionMetadataResult.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: time, location_name: "eventTimestamp"))
904
+ GetEventPredictionMetadataResult.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, location_name: "detectorId"))
905
+ GetEventPredictionMetadataResult.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, location_name: "detectorVersionId"))
906
+ GetEventPredictionMetadataResult.add_member(:detector_version_status, Shapes::ShapeRef.new(shape: string, location_name: "detectorVersionStatus"))
907
+ GetEventPredictionMetadataResult.add_member(:event_variables, Shapes::ShapeRef.new(shape: ListOfEventVariableSummaries, location_name: "eventVariables"))
908
+ GetEventPredictionMetadataResult.add_member(:rules, Shapes::ShapeRef.new(shape: EvaluatedRuleList, location_name: "rules"))
909
+ GetEventPredictionMetadataResult.add_member(:rule_execution_mode, Shapes::ShapeRef.new(shape: RuleExecutionMode, location_name: "ruleExecutionMode"))
910
+ GetEventPredictionMetadataResult.add_member(:outcomes, Shapes::ShapeRef.new(shape: ListOfStrings, location_name: "outcomes"))
911
+ GetEventPredictionMetadataResult.add_member(:evaluated_model_versions, Shapes::ShapeRef.new(shape: ListOfEvaluatedModelVersions, location_name: "evaluatedModelVersions"))
912
+ GetEventPredictionMetadataResult.add_member(:evaluated_external_models, Shapes::ShapeRef.new(shape: ListOfEvaluatedExternalModels, location_name: "evaluatedExternalModels"))
913
+ GetEventPredictionMetadataResult.add_member(:prediction_timestamp, Shapes::ShapeRef.new(shape: time, location_name: "predictionTimestamp"))
914
+ GetEventPredictionMetadataResult.struct_class = Types::GetEventPredictionMetadataResult
915
+
729
916
  GetEventPredictionRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "detectorId"))
730
917
  GetEventPredictionRequest.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: wholeNumberVersionString, location_name: "detectorVersionId"))
731
918
  GetEventPredictionRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "eventId"))
@@ -778,6 +965,24 @@ module Aws::FraudDetector
778
965
  GetLabelsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
779
966
  GetLabelsResult.struct_class = Types::GetLabelsResult
780
967
 
968
+ GetListElementsRequest.add_member(:name, Shapes::ShapeRef.new(shape: noDashIdentifier, required: true, location_name: "name"))
969
+ GetListElementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
970
+ GetListElementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListsElementsMaxResults, location_name: "maxResults"))
971
+ GetListElementsRequest.struct_class = Types::GetListElementsRequest
972
+
973
+ GetListElementsResult.add_member(:elements, Shapes::ShapeRef.new(shape: ElementsList, location_name: "elements"))
974
+ GetListElementsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
975
+ GetListElementsResult.struct_class = Types::GetListElementsResult
976
+
977
+ GetListsMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: noDashIdentifier, location_name: "name"))
978
+ GetListsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
979
+ GetListsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListsMetadataMaxResults, location_name: "maxResults"))
980
+ GetListsMetadataRequest.struct_class = Types::GetListsMetadataRequest
981
+
982
+ GetListsMetadataResult.add_member(:lists, Shapes::ShapeRef.new(shape: AllowDenyLists, location_name: "lists"))
983
+ GetListsMetadataResult.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
984
+ GetListsMetadataResult.struct_class = Types::GetListsMetadataResult
985
+
781
986
  GetModelVersionRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
782
987
  GetModelVersionRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
783
988
  GetModelVersionRequest.add_member(:model_version_number, Shapes::ShapeRef.new(shape: floatVersionString, required: true, location_name: "modelVersionNumber"))
@@ -863,16 +1068,43 @@ module Aws::FraudDetector
863
1068
  Label.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
864
1069
  Label.struct_class = Types::Label
865
1070
 
866
- LabelSchema.add_member(:label_mapper, Shapes::ShapeRef.new(shape: labelMapper, required: true, location_name: "labelMapper"))
1071
+ LabelSchema.add_member(:label_mapper, Shapes::ShapeRef.new(shape: labelMapper, location_name: "labelMapper"))
867
1072
  LabelSchema.add_member(:unlabeled_events_treatment, Shapes::ShapeRef.new(shape: UnlabeledEventsTreatment, location_name: "unlabeledEventsTreatment"))
868
1073
  LabelSchema.struct_class = Types::LabelSchema
869
1074
 
1075
+ ListEventPredictionsRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: FilterCondition, location_name: "eventId"))
1076
+ ListEventPredictionsRequest.add_member(:event_type, Shapes::ShapeRef.new(shape: FilterCondition, location_name: "eventType"))
1077
+ ListEventPredictionsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: FilterCondition, location_name: "detectorId"))
1078
+ ListEventPredictionsRequest.add_member(:detector_version_id, Shapes::ShapeRef.new(shape: FilterCondition, location_name: "detectorVersionId"))
1079
+ ListEventPredictionsRequest.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "predictionTimeRange"))
1080
+ ListEventPredictionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
1081
+ ListEventPredictionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: EventPredictionsMaxResults, location_name: "maxResults"))
1082
+ ListEventPredictionsRequest.struct_class = Types::ListEventPredictionsRequest
1083
+
1084
+ ListEventPredictionsResult.add_member(:event_prediction_summaries, Shapes::ShapeRef.new(shape: ListOfEventPredictionSummaries, location_name: "eventPredictionSummaries"))
1085
+ ListEventPredictionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "nextToken"))
1086
+ ListEventPredictionsResult.struct_class = Types::ListEventPredictionsResult
1087
+
1088
+ ListOfAggregatedLogOddsMetrics.member = Shapes::ShapeRef.new(shape: AggregatedLogOddsMetric)
1089
+
1090
+ ListOfAggregatedVariablesImpactExplanations.member = Shapes::ShapeRef.new(shape: AggregatedVariablesImpactExplanation)
1091
+
1092
+ ListOfEvaluatedExternalModels.member = Shapes::ShapeRef.new(shape: EvaluatedExternalModel)
1093
+
1094
+ ListOfEvaluatedModelVersions.member = Shapes::ShapeRef.new(shape: EvaluatedModelVersion)
1095
+
1096
+ ListOfEventPredictionSummaries.member = Shapes::ShapeRef.new(shape: EventPredictionSummary)
1097
+
1098
+ ListOfEventVariableSummaries.member = Shapes::ShapeRef.new(shape: EventVariableSummary)
1099
+
870
1100
  ListOfExternalModelOutputs.member = Shapes::ShapeRef.new(shape: ExternalModelOutputs)
871
1101
 
872
1102
  ListOfLogOddsMetrics.member = Shapes::ShapeRef.new(shape: LogOddsMetric)
873
1103
 
874
1104
  ListOfModelScores.member = Shapes::ShapeRef.new(shape: ModelScores)
875
1105
 
1106
+ ListOfModelVersionEvaluations.member = Shapes::ShapeRef.new(shape: ModelVersionEvaluation)
1107
+
876
1108
  ListOfModelVersions.member = Shapes::ShapeRef.new(shape: ModelVersion)
877
1109
 
878
1110
  ListOfRuleResults.member = Shapes::ShapeRef.new(shape: RuleResult)
@@ -893,6 +1125,9 @@ module Aws::FraudDetector
893
1125
  LogOddsMetric.add_member(:variable_importance, Shapes::ShapeRef.new(shape: float, required: true, location_name: "variableImportance"))
894
1126
  LogOddsMetric.struct_class = Types::LogOddsMetric
895
1127
 
1128
+ MapOfStrings.key = Shapes::ShapeRef.new(shape: string)
1129
+ MapOfStrings.value = Shapes::ShapeRef.new(shape: string)
1130
+
896
1131
  MetricDataPoint.add_member(:fpr, Shapes::ShapeRef.new(shape: float, location_name: "fpr"))
897
1132
  MetricDataPoint.add_member(:precision, Shapes::ShapeRef.new(shape: float, location_name: "precision"))
898
1133
  MetricDataPoint.add_member(:tpr, Shapes::ShapeRef.new(shape: float, location_name: "tpr"))
@@ -949,12 +1184,34 @@ module Aws::FraudDetector
949
1184
  ModelVersionDetail.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
950
1185
  ModelVersionDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
951
1186
  ModelVersionDetail.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
1187
+ ModelVersionDetail.add_member(:training_result_v2, Shapes::ShapeRef.new(shape: TrainingResultV2, location_name: "trainingResultV2"))
952
1188
  ModelVersionDetail.struct_class = Types::ModelVersionDetail
953
1189
 
1190
+ ModelVersionEvaluation.add_member(:output_variable_name, Shapes::ShapeRef.new(shape: string, location_name: "outputVariableName"))
1191
+ ModelVersionEvaluation.add_member(:evaluation_score, Shapes::ShapeRef.new(shape: string, location_name: "evaluationScore"))
1192
+ ModelVersionEvaluation.add_member(:prediction_explanations, Shapes::ShapeRef.new(shape: PredictionExplanations, location_name: "predictionExplanations"))
1193
+ ModelVersionEvaluation.struct_class = Types::ModelVersionEvaluation
1194
+
954
1195
  NameList.member = Shapes::ShapeRef.new(shape: string)
955
1196
 
956
1197
  NonEmptyListOfStrings.member = Shapes::ShapeRef.new(shape: string)
957
1198
 
1199
+ OFIMetricDataPoint.add_member(:fpr, Shapes::ShapeRef.new(shape: float, location_name: "fpr"))
1200
+ OFIMetricDataPoint.add_member(:precision, Shapes::ShapeRef.new(shape: float, location_name: "precision"))
1201
+ OFIMetricDataPoint.add_member(:tpr, Shapes::ShapeRef.new(shape: float, location_name: "tpr"))
1202
+ OFIMetricDataPoint.add_member(:threshold, Shapes::ShapeRef.new(shape: float, location_name: "threshold"))
1203
+ OFIMetricDataPoint.struct_class = Types::OFIMetricDataPoint
1204
+
1205
+ OFIMetricDataPointsList.member = Shapes::ShapeRef.new(shape: OFIMetricDataPoint)
1206
+
1207
+ OFIModelPerformance.add_member(:auc, Shapes::ShapeRef.new(shape: float, location_name: "auc"))
1208
+ OFIModelPerformance.add_member(:uncertainty_range, Shapes::ShapeRef.new(shape: UncertaintyRange, location_name: "uncertaintyRange"))
1209
+ OFIModelPerformance.struct_class = Types::OFIModelPerformance
1210
+
1211
+ OFITrainingMetricsValue.add_member(:metric_data_points, Shapes::ShapeRef.new(shape: OFIMetricDataPointsList, location_name: "metricDataPoints"))
1212
+ OFITrainingMetricsValue.add_member(:model_performance, Shapes::ShapeRef.new(shape: OFIModelPerformance, location_name: "modelPerformance"))
1213
+ OFITrainingMetricsValue.struct_class = Types::OFITrainingMetricsValue
1214
+
958
1215
  Outcome.add_member(:name, Shapes::ShapeRef.new(shape: identifier, location_name: "name"))
959
1216
  Outcome.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
960
1217
  Outcome.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
@@ -964,6 +1221,14 @@ module Aws::FraudDetector
964
1221
 
965
1222
  OutcomeList.member = Shapes::ShapeRef.new(shape: Outcome)
966
1223
 
1224
+ PredictionExplanations.add_member(:variable_impact_explanations, Shapes::ShapeRef.new(shape: listOfVariableImpactExplanations, location_name: "variableImpactExplanations"))
1225
+ PredictionExplanations.add_member(:aggregated_variables_impact_explanations, Shapes::ShapeRef.new(shape: ListOfAggregatedVariablesImpactExplanations, location_name: "aggregatedVariablesImpactExplanations"))
1226
+ PredictionExplanations.struct_class = Types::PredictionExplanations
1227
+
1228
+ PredictionTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: time, required: true, location_name: "startTime"))
1229
+ PredictionTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: time, required: true, location_name: "endTime"))
1230
+ PredictionTimeRange.struct_class = Types::PredictionTimeRange
1231
+
967
1232
  PutDetectorRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "detectorId"))
968
1233
  PutDetectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
969
1234
  PutDetectorRequest.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, required: true, location_name: "eventTypeName"))
@@ -986,6 +1251,7 @@ module Aws::FraudDetector
986
1251
  PutEventTypeRequest.add_member(:entity_types, Shapes::ShapeRef.new(shape: NonEmptyListOfStrings, required: true, location_name: "entityTypes"))
987
1252
  PutEventTypeRequest.add_member(:event_ingestion, Shapes::ShapeRef.new(shape: EventIngestion, location_name: "eventIngestion"))
988
1253
  PutEventTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
1254
+ PutEventTypeRequest.add_member(:event_orchestration, Shapes::ShapeRef.new(shape: EventOrchestration, location_name: "eventOrchestration"))
989
1255
  PutEventTypeRequest.struct_class = Types::PutEventTypeRequest
990
1256
 
991
1257
  PutEventTypeResult.struct_class = Types::PutEventTypeResult
@@ -1062,6 +1328,22 @@ module Aws::FraudDetector
1062
1328
 
1063
1329
  SendEventResult.struct_class = Types::SendEventResult
1064
1330
 
1331
+ TFIMetricDataPoint.add_member(:fpr, Shapes::ShapeRef.new(shape: float, location_name: "fpr"))
1332
+ TFIMetricDataPoint.add_member(:precision, Shapes::ShapeRef.new(shape: float, location_name: "precision"))
1333
+ TFIMetricDataPoint.add_member(:tpr, Shapes::ShapeRef.new(shape: float, location_name: "tpr"))
1334
+ TFIMetricDataPoint.add_member(:threshold, Shapes::ShapeRef.new(shape: float, location_name: "threshold"))
1335
+ TFIMetricDataPoint.struct_class = Types::TFIMetricDataPoint
1336
+
1337
+ TFIMetricDataPointsList.member = Shapes::ShapeRef.new(shape: TFIMetricDataPoint)
1338
+
1339
+ TFIModelPerformance.add_member(:auc, Shapes::ShapeRef.new(shape: float, location_name: "auc"))
1340
+ TFIModelPerformance.add_member(:uncertainty_range, Shapes::ShapeRef.new(shape: UncertaintyRange, location_name: "uncertaintyRange"))
1341
+ TFIModelPerformance.struct_class = Types::TFIModelPerformance
1342
+
1343
+ TFITrainingMetricsValue.add_member(:metric_data_points, Shapes::ShapeRef.new(shape: TFIMetricDataPointsList, location_name: "metricDataPoints"))
1344
+ TFITrainingMetricsValue.add_member(:model_performance, Shapes::ShapeRef.new(shape: TFIModelPerformance, location_name: "modelPerformance"))
1345
+ TFITrainingMetricsValue.struct_class = Types::TFITrainingMetricsValue
1346
+
1065
1347
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: tagKey, required: true, location_name: "key"))
1066
1348
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: tagValue, required: true, location_name: "value"))
1067
1349
  Tag.struct_class = Types::Tag
@@ -1076,18 +1358,33 @@ module Aws::FraudDetector
1076
1358
  ThrottlingException.struct_class = Types::ThrottlingException
1077
1359
 
1078
1360
  TrainingDataSchema.add_member(:model_variables, Shapes::ShapeRef.new(shape: ListOfStrings, required: true, location_name: "modelVariables"))
1079
- TrainingDataSchema.add_member(:label_schema, Shapes::ShapeRef.new(shape: LabelSchema, required: true, location_name: "labelSchema"))
1361
+ TrainingDataSchema.add_member(:label_schema, Shapes::ShapeRef.new(shape: LabelSchema, location_name: "labelSchema"))
1080
1362
  TrainingDataSchema.struct_class = Types::TrainingDataSchema
1081
1363
 
1082
1364
  TrainingMetrics.add_member(:auc, Shapes::ShapeRef.new(shape: float, location_name: "auc"))
1083
1365
  TrainingMetrics.add_member(:metric_data_points, Shapes::ShapeRef.new(shape: metricDataPointsList, location_name: "metricDataPoints"))
1084
1366
  TrainingMetrics.struct_class = Types::TrainingMetrics
1085
1367
 
1368
+ TrainingMetricsV2.add_member(:ofi, Shapes::ShapeRef.new(shape: OFITrainingMetricsValue, location_name: "ofi"))
1369
+ TrainingMetricsV2.add_member(:tfi, Shapes::ShapeRef.new(shape: TFITrainingMetricsValue, location_name: "tfi"))
1370
+ TrainingMetricsV2.add_member(:ati, Shapes::ShapeRef.new(shape: ATITrainingMetricsValue, location_name: "ati"))
1371
+ TrainingMetricsV2.struct_class = Types::TrainingMetricsV2
1372
+
1086
1373
  TrainingResult.add_member(:data_validation_metrics, Shapes::ShapeRef.new(shape: DataValidationMetrics, location_name: "dataValidationMetrics"))
1087
1374
  TrainingResult.add_member(:training_metrics, Shapes::ShapeRef.new(shape: TrainingMetrics, location_name: "trainingMetrics"))
1088
1375
  TrainingResult.add_member(:variable_importance_metrics, Shapes::ShapeRef.new(shape: VariableImportanceMetrics, location_name: "variableImportanceMetrics"))
1089
1376
  TrainingResult.struct_class = Types::TrainingResult
1090
1377
 
1378
+ TrainingResultV2.add_member(:data_validation_metrics, Shapes::ShapeRef.new(shape: DataValidationMetrics, location_name: "dataValidationMetrics"))
1379
+ TrainingResultV2.add_member(:training_metrics_v2, Shapes::ShapeRef.new(shape: TrainingMetricsV2, location_name: "trainingMetricsV2"))
1380
+ TrainingResultV2.add_member(:variable_importance_metrics, Shapes::ShapeRef.new(shape: VariableImportanceMetrics, location_name: "variableImportanceMetrics"))
1381
+ TrainingResultV2.add_member(:aggregated_variables_importance_metrics, Shapes::ShapeRef.new(shape: AggregatedVariablesImportanceMetrics, location_name: "aggregatedVariablesImportanceMetrics"))
1382
+ TrainingResultV2.struct_class = Types::TrainingResultV2
1383
+
1384
+ UncertaintyRange.add_member(:lower_bound_value, Shapes::ShapeRef.new(shape: float, required: true, location_name: "lowerBoundValue"))
1385
+ UncertaintyRange.add_member(:upper_bound_value, Shapes::ShapeRef.new(shape: float, required: true, location_name: "upperBoundValue"))
1386
+ UncertaintyRange.struct_class = Types::UncertaintyRange
1387
+
1091
1388
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, required: true, location_name: "resourceARN"))
1092
1389
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyList, required: true, location_name: "tagKeys"))
1093
1390
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1127,6 +1424,15 @@ module Aws::FraudDetector
1127
1424
 
1128
1425
  UpdateEventLabelResult.struct_class = Types::UpdateEventLabelResult
1129
1426
 
1427
+ UpdateListRequest.add_member(:name, Shapes::ShapeRef.new(shape: noDashIdentifier, required: true, location_name: "name"))
1428
+ UpdateListRequest.add_member(:elements, Shapes::ShapeRef.new(shape: ElementsList, location_name: "elements"))
1429
+ UpdateListRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
1430
+ UpdateListRequest.add_member(:update_mode, Shapes::ShapeRef.new(shape: ListUpdateMode, location_name: "updateMode"))
1431
+ UpdateListRequest.add_member(:variable_type, Shapes::ShapeRef.new(shape: variableType, location_name: "variableType"))
1432
+ UpdateListRequest.struct_class = Types::UpdateListRequest
1433
+
1434
+ UpdateListResult.struct_class = Types::UpdateListResult
1435
+
1130
1436
  UpdateModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: modelIdentifier, required: true, location_name: "modelId"))
1131
1437
  UpdateModelRequest.add_member(:model_type, Shapes::ShapeRef.new(shape: ModelTypeEnum, required: true, location_name: "modelType"))
1132
1438
  UpdateModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
@@ -1205,6 +1511,11 @@ module Aws::FraudDetector
1205
1511
 
1206
1512
  VariableEntryList.member = Shapes::ShapeRef.new(shape: VariableEntry)
1207
1513
 
1514
+ VariableImpactExplanation.add_member(:event_variable_name, Shapes::ShapeRef.new(shape: string, location_name: "eventVariableName"))
1515
+ VariableImpactExplanation.add_member(:relative_impact, Shapes::ShapeRef.new(shape: string, location_name: "relativeImpact"))
1516
+ VariableImpactExplanation.add_member(:log_odds_impact, Shapes::ShapeRef.new(shape: float, location_name: "logOddsImpact"))
1517
+ VariableImpactExplanation.struct_class = Types::VariableImpactExplanation
1518
+
1208
1519
  VariableImportanceMetrics.add_member(:log_odds_metrics, Shapes::ShapeRef.new(shape: ListOfLogOddsMetrics, location_name: "logOddsMetrics"))
1209
1520
  VariableImportanceMetrics.struct_class = Types::VariableImportanceMetrics
1210
1521
 
@@ -1221,10 +1532,12 @@ module Aws::FraudDetector
1221
1532
  labelList.member = Shapes::ShapeRef.new(shape: Label)
1222
1533
 
1223
1534
  labelMapper.key = Shapes::ShapeRef.new(shape: string)
1224
- labelMapper.value = Shapes::ShapeRef.new(shape: NonEmptyListOfStrings)
1535
+ labelMapper.value = Shapes::ShapeRef.new(shape: ListOfStrings)
1225
1536
 
1226
1537
  listOfEntities.member = Shapes::ShapeRef.new(shape: Entity)
1227
1538
 
1539
+ listOfVariableImpactExplanations.member = Shapes::ShapeRef.new(shape: VariableImpactExplanation)
1540
+
1228
1541
  metricDataPointsList.member = Shapes::ShapeRef.new(shape: MetricDataPoint)
1229
1542
 
1230
1543
  modelList.member = Shapes::ShapeRef.new(shape: Model)
@@ -1342,6 +1655,18 @@ module Aws::FraudDetector
1342
1655
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1343
1656
  end)
1344
1657
 
1658
+ api.add_operation(:create_list, Seahorse::Model::Operation.new.tap do |o|
1659
+ o.name = "CreateList"
1660
+ o.http_method = "POST"
1661
+ o.http_request_uri = "/"
1662
+ o.input = Shapes::ShapeRef.new(shape: CreateListRequest)
1663
+ o.output = Shapes::ShapeRef.new(shape: CreateListResult)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
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
+
1345
1670
  api.add_operation(:create_model, Seahorse::Model::Operation.new.tap do |o|
1346
1671
  o.name = "CreateModel"
1347
1672
  o.http_method = "POST"
@@ -1519,6 +1844,19 @@ module Aws::FraudDetector
1519
1844
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1520
1845
  end)
1521
1846
 
1847
+ api.add_operation(:delete_list, Seahorse::Model::Operation.new.tap do |o|
1848
+ o.name = "DeleteList"
1849
+ o.http_method = "POST"
1850
+ o.http_request_uri = "/"
1851
+ o.input = Shapes::ShapeRef.new(shape: DeleteListRequest)
1852
+ o.output = Shapes::ShapeRef.new(shape: DeleteListResult)
1853
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1858
+ end)
1859
+
1522
1860
  api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
1523
1861
  o.name = "DeleteModel"
1524
1862
  o.http_method = "POST"
@@ -1746,6 +2084,19 @@ module Aws::FraudDetector
1746
2084
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
1747
2085
  end)
1748
2086
 
2087
+ api.add_operation(:get_event_prediction_metadata, Seahorse::Model::Operation.new.tap do |o|
2088
+ o.name = "GetEventPredictionMetadata"
2089
+ o.http_method = "POST"
2090
+ o.http_request_uri = "/"
2091
+ o.input = Shapes::ShapeRef.new(shape: GetEventPredictionMetadataRequest)
2092
+ o.output = Shapes::ShapeRef.new(shape: GetEventPredictionMetadataResult)
2093
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2094
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2095
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2096
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2097
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2098
+ end)
2099
+
1749
2100
  api.add_operation(:get_event_types, Seahorse::Model::Operation.new.tap do |o|
1750
2101
  o.name = "GetEventTypes"
1751
2102
  o.http_method = "POST"
@@ -1815,6 +2166,44 @@ module Aws::FraudDetector
1815
2166
  )
1816
2167
  end)
1817
2168
 
2169
+ api.add_operation(:get_list_elements, Seahorse::Model::Operation.new.tap do |o|
2170
+ o.name = "GetListElements"
2171
+ o.http_method = "POST"
2172
+ o.http_request_uri = "/"
2173
+ o.input = Shapes::ShapeRef.new(shape: GetListElementsRequest)
2174
+ o.output = Shapes::ShapeRef.new(shape: GetListElementsResult)
2175
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2176
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2177
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2178
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2179
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2180
+ o[:pager] = Aws::Pager.new(
2181
+ limit_key: "max_results",
2182
+ tokens: {
2183
+ "next_token" => "next_token"
2184
+ }
2185
+ )
2186
+ end)
2187
+
2188
+ api.add_operation(:get_lists_metadata, Seahorse::Model::Operation.new.tap do |o|
2189
+ o.name = "GetListsMetadata"
2190
+ o.http_method = "POST"
2191
+ o.http_request_uri = "/"
2192
+ o.input = Shapes::ShapeRef.new(shape: GetListsMetadataRequest)
2193
+ o.output = Shapes::ShapeRef.new(shape: GetListsMetadataResult)
2194
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2195
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2196
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2197
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2198
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2199
+ o[:pager] = Aws::Pager.new(
2200
+ limit_key: "max_results",
2201
+ tokens: {
2202
+ "next_token" => "next_token"
2203
+ }
2204
+ )
2205
+ end)
2206
+
1818
2207
  api.add_operation(:get_model_version, Seahorse::Model::Operation.new.tap do |o|
1819
2208
  o.name = "GetModelVersion"
1820
2209
  o.http_method = "POST"
@@ -1904,6 +2293,24 @@ module Aws::FraudDetector
1904
2293
  )
1905
2294
  end)
1906
2295
 
2296
+ api.add_operation(:list_event_predictions, Seahorse::Model::Operation.new.tap do |o|
2297
+ o.name = "ListEventPredictions"
2298
+ o.http_method = "POST"
2299
+ o.http_request_uri = "/"
2300
+ o.input = Shapes::ShapeRef.new(shape: ListEventPredictionsRequest)
2301
+ o.output = Shapes::ShapeRef.new(shape: ListEventPredictionsResult)
2302
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2303
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2304
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2305
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2306
+ o[:pager] = Aws::Pager.new(
2307
+ limit_key: "max_results",
2308
+ tokens: {
2309
+ "next_token" => "next_token"
2310
+ }
2311
+ )
2312
+ end)
2313
+
1907
2314
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1908
2315
  o.name = "ListTagsForResource"
1909
2316
  o.http_method = "POST"
@@ -2107,6 +2514,20 @@ module Aws::FraudDetector
2107
2514
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2108
2515
  end)
2109
2516
 
2517
+ api.add_operation(:update_list, Seahorse::Model::Operation.new.tap do |o|
2518
+ o.name = "UpdateList"
2519
+ o.http_method = "POST"
2520
+ o.http_request_uri = "/"
2521
+ o.input = Shapes::ShapeRef.new(shape: UpdateListRequest)
2522
+ o.output = Shapes::ShapeRef.new(shape: UpdateListResult)
2523
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2524
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2525
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2526
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2527
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2528
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2529
+ end)
2530
+
2110
2531
  api.add_operation(:update_model, Seahorse::Model::Operation.new.tap do |o|
2111
2532
  o.name = "UpdateModel"
2112
2533
  o.http_method = "POST"