1{
2  "version": "2.0",
3  "service": "<p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need detailed information about Amazon Fraud Detector API actions, data types, and errors. For more information about Amazon Fraud Detector features, see the <a href=\"https://docs.aws.amazon.com/frauddetector/latest/ug/\">Amazon Fraud Detector User Guide</a>.</p>",
4  "operations": {
5    "BatchCreateVariable": "<p>Creates a batch of variables.</p>",
6    "BatchGetVariable": "<p>Gets a batch of variables.</p>",
7    "CreateDetectorVersion": "<p>Creates a detector version. The detector version starts in a <code>DRAFT</code> status.</p>",
8    "CreateModelVersion": "<p>Creates a version of the model using the specified model type. </p>",
9    "CreateRule": "<p>Creates a rule for use with the specified detector. </p>",
10    "CreateVariable": "<p>Creates a variable.</p>",
11    "DeleteDetectorVersion": "<p>Deletes the detector version.</p>",
12    "DeleteEvent": "<p>Deletes the specified event.</p>",
13    "DescribeDetector": "<p>Gets all versions for a specified detector.</p>",
14    "DescribeModelVersions": "<p>Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version. </p>",
15    "GetDetectorVersion": "<p>Gets a particular detector version. </p>",
16    "GetDetectors": "<p>Gets all of detectors. This is a paginated API. If you provide a null <code>maxSizePerPage</code>, this actions retrieves a maximum of 10 records per page. If you provide a <code>maxSizePerPage</code>, the value must be between 5 and 10. To get the next page results, provide the pagination token from the <code>GetEventTypesResponse</code> as part of your request. A null pagination token fetches the records from the beginning. </p>",
17    "GetExternalModels": "<p>Gets the details for one or more Amazon SageMaker models that have been imported into the service. This is a paginated API. If you provide a null <code>maxSizePerPage</code>, this actions retrieves a maximum of 10 records per page. If you provide a <code>maxSizePerPage</code>, the value must be between 5 and 10. To get the next page results, provide the pagination token from the <code>GetExternalModelsResult</code> as part of your request. A null pagination token fetches the records from the beginning. </p>",
18    "GetModelVersion": "<p>Gets a model version. </p>",
19    "GetModels": "<p>Gets all of the models for the AWS account, or the specified model type, or gets a single model for the specified model type, model ID combination. </p>",
20    "GetOutcomes": "<p>Gets one or more outcomes. This is a paginated API. If you provide a null <code>maxSizePerPage</code>, this actions retrieves a maximum of 10 records per page. If you provide a <code>maxSizePerPage</code>, the value must be between 50 and 100. To get the next page results, provide the pagination token from the <code>GetOutcomesResult</code> as part of your request. A null pagination token fetches the records from the beginning. </p>",
21    "GetPrediction": "<p>Evaluates an event against a detector version. If a version ID is not provided, the detector’s (<code>ACTIVE</code>) version is used. </p>",
22    "GetRules": "<p>Gets all rules available for the specified detector.</p>",
23    "GetVariables": "<p>Gets all of the variables or the specific variable. This is a paginated API. Providing null <code>maxSizePerPage</code> results in retrieving maximum of 100 records per page. If you provide <code>maxSizePerPage</code> the value must be between 50 and 100. To get the next page result, a provide a pagination token from <code>GetVariablesResult</code> as part of your request. Null pagination token fetches the records from the beginning. </p>",
24    "PutDetector": "<p>Creates or updates a detector. </p>",
25    "PutExternalModel": "<p>Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables. </p>",
26    "PutModel": "<p>Creates or updates a model. </p>",
27    "PutOutcome": "<p>Creates or updates an outcome. </p>",
28    "UpdateDetectorVersion": "<p> Updates a detector version. The detector version attributes that you can update include models, external model endpoints, rules, and description. You can only update a <code>DRAFT</code> detector version.</p>",
29    "UpdateDetectorVersionMetadata": "<p>Updates the detector version's description. You can update the metadata for any detector version (<code>DRAFT, ACTIVE,</code> or <code>INACTIVE</code>). </p>",
30    "UpdateDetectorVersionStatus": "<p>Updates the detector version’s status. You can perform the following promotions or demotions using <code>UpdateDetectorVersionStatus</code>: <code>DRAFT</code> to <code>ACTIVE</code>, <code>ACTIVE</code> to <code>INACTIVE</code>, and <code>INACTIVE</code> to <code>ACTIVE</code>.</p>",
31    "UpdateModelVersion": "<p>Updates a model version. You can update the description and status attributes using this action. You can perform the following status updates: </p> <ol> <li> <p>Change the <code>TRAINING_COMPLETE</code> status to <code>ACTIVE</code> </p> </li> <li> <p>Change <code>ACTIVE</code> back to <code>TRAINING_COMPLETE</code> </p> </li> </ol>",
32    "UpdateRuleMetadata": "<p>Updates a rule's metadata. </p>",
33    "UpdateRuleVersion": "<p>Updates a rule version resulting in a new rule version. </p>",
34    "UpdateVariable": "<p>Updates a variable.</p>"
35  },
36  "shapes": {
37    "BatchCreateVariableError": {
38      "base": "<p>Provides the error of the batch create variable API.</p>",
39      "refs": {
40        "BatchCreateVariableErrorList$member": null
41      }
42    },
43    "BatchCreateVariableErrorList": {
44      "base": null,
45      "refs": {
46        "BatchCreateVariableResult$errors": "<p>Provides the errors for the <code>BatchCreateVariable</code> request.</p>"
47      }
48    },
49    "BatchCreateVariableRequest": {
50      "base": null,
51      "refs": {
52      }
53    },
54    "BatchCreateVariableResult": {
55      "base": null,
56      "refs": {
57      }
58    },
59    "BatchGetVariableError": {
60      "base": "<p>Provides the error of the batch get variable API.</p>",
61      "refs": {
62        "BatchGetVariableErrorList$member": null
63      }
64    },
65    "BatchGetVariableErrorList": {
66      "base": null,
67      "refs": {
68        "BatchGetVariableResult$errors": "<p>The errors from the request.</p>"
69      }
70    },
71    "BatchGetVariableRequest": {
72      "base": null,
73      "refs": {
74      }
75    },
76    "BatchGetVariableResult": {
77      "base": null,
78      "refs": {
79      }
80    },
81    "CreateDetectorVersionRequest": {
82      "base": null,
83      "refs": {
84      }
85    },
86    "CreateDetectorVersionResult": {
87      "base": null,
88      "refs": {
89      }
90    },
91    "CreateModelVersionRequest": {
92      "base": null,
93      "refs": {
94      }
95    },
96    "CreateModelVersionResult": {
97      "base": null,
98      "refs": {
99      }
100    },
101    "CreateRuleRequest": {
102      "base": null,
103      "refs": {
104      }
105    },
106    "CreateRuleResult": {
107      "base": null,
108      "refs": {
109      }
110    },
111    "CreateVariableRequest": {
112      "base": null,
113      "refs": {
114      }
115    },
116    "CreateVariableResult": {
117      "base": null,
118      "refs": {
119      }
120    },
121    "CsvIndexToVariableMap": {
122      "base": null,
123      "refs": {
124        "ModelOutputConfiguration$csvIndexToVariableMap": "<p>A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables. </p>"
125      }
126    },
127    "DataSource": {
128      "base": null,
129      "refs": {
130        "CreateVariableRequest$dataSource": "<p>The source of the data.</p>",
131        "Variable$dataSource": "<p>The data source of the variable.</p>"
132      }
133    },
134    "DataType": {
135      "base": null,
136      "refs": {
137        "CreateVariableRequest$dataType": "<p>The data type.</p>",
138        "Variable$dataType": "<p>The data type of the variable.</p>"
139      }
140    },
141    "DeleteDetectorVersionRequest": {
142      "base": null,
143      "refs": {
144      }
145    },
146    "DeleteDetectorVersionResult": {
147      "base": null,
148      "refs": {
149      }
150    },
151    "DeleteEventRequest": {
152      "base": null,
153      "refs": {
154      }
155    },
156    "DeleteEventResult": {
157      "base": null,
158      "refs": {
159      }
160    },
161    "DescribeDetectorRequest": {
162      "base": null,
163      "refs": {
164      }
165    },
166    "DescribeDetectorResult": {
167      "base": null,
168      "refs": {
169      }
170    },
171    "DescribeModelVersionsRequest": {
172      "base": null,
173      "refs": {
174      }
175    },
176    "DescribeModelVersionsResult": {
177      "base": null,
178      "refs": {
179      }
180    },
181    "Detector": {
182      "base": "<p>The detector.</p>",
183      "refs": {
184        "DetectorList$member": null
185      }
186    },
187    "DetectorList": {
188      "base": null,
189      "refs": {
190        "GetDetectorsResult$detectors": "<p>The detectors.</p>"
191      }
192    },
193    "DetectorVersionMaxResults": {
194      "base": null,
195      "refs": {
196        "DescribeDetectorRequest$maxResults": "<p>The maximum number of results to return for the request.</p>"
197      }
198    },
199    "DetectorVersionStatus": {
200      "base": null,
201      "refs": {
202        "CreateDetectorVersionResult$status": "<p>The status of the detector version.</p>",
203        "DetectorVersionSummary$status": "<p>The detector version status. </p>",
204        "GetDetectorVersionResult$status": "<p>The status of the detector version.</p>",
205        "UpdateDetectorVersionStatusRequest$status": "<p>The new status.</p>"
206      }
207    },
208    "DetectorVersionSummary": {
209      "base": "<p>The summary of the detector version.</p>",
210      "refs": {
211        "DetectorVersionSummaryList$member": null
212      }
213    },
214    "DetectorVersionSummaryList": {
215      "base": null,
216      "refs": {
217        "DescribeDetectorResult$detectorVersionSummaries": "<p>The status and description for each detector version.</p>"
218      }
219    },
220    "DetectorsMaxResults": {
221      "base": null,
222      "refs": {
223        "GetDetectorsRequest$maxResults": "<p>The maximum number of objects to return for the request.</p>"
224      }
225    },
226    "EventAttributeMap": {
227      "base": null,
228      "refs": {
229        "GetPredictionRequest$eventAttributes": "<p>Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding values for the event you are sending for evaluation.</p>"
230      }
231    },
232    "ExternalModel": {
233      "base": "<p>The Amazon SageMaker model.</p>",
234      "refs": {
235        "ExternalModelList$member": null
236      }
237    },
238    "ExternalModelEndpointDataBlobMap": {
239      "base": null,
240      "refs": {
241        "GetPredictionRequest$externalModelEndpointDataBlobs": "<p>The Amazon SageMaker model endpoint input data blobs.</p>"
242      }
243    },
244    "ExternalModelList": {
245      "base": null,
246      "refs": {
247        "GetExternalModelsResult$externalModels": "<p>Gets the Amazon SageMaker models.</p>"
248      }
249    },
250    "ExternalModelsMaxResults": {
251      "base": null,
252      "refs": {
253        "GetExternalModelsRequest$maxResults": "<p>The maximum number of objects to return for the request.</p>"
254      }
255    },
256    "GetDetectorVersionRequest": {
257      "base": null,
258      "refs": {
259      }
260    },
261    "GetDetectorVersionResult": {
262      "base": null,
263      "refs": {
264      }
265    },
266    "GetDetectorsRequest": {
267      "base": null,
268      "refs": {
269      }
270    },
271    "GetDetectorsResult": {
272      "base": null,
273      "refs": {
274      }
275    },
276    "GetExternalModelsRequest": {
277      "base": null,
278      "refs": {
279      }
280    },
281    "GetExternalModelsResult": {
282      "base": null,
283      "refs": {
284      }
285    },
286    "GetModelVersionRequest": {
287      "base": null,
288      "refs": {
289      }
290    },
291    "GetModelVersionResult": {
292      "base": null,
293      "refs": {
294      }
295    },
296    "GetModelsRequest": {
297      "base": null,
298      "refs": {
299      }
300    },
301    "GetModelsResult": {
302      "base": null,
303      "refs": {
304      }
305    },
306    "GetOutcomesRequest": {
307      "base": null,
308      "refs": {
309      }
310    },
311    "GetOutcomesResult": {
312      "base": null,
313      "refs": {
314      }
315    },
316    "GetPredictionRequest": {
317      "base": null,
318      "refs": {
319      }
320    },
321    "GetPredictionResult": {
322      "base": null,
323      "refs": {
324      }
325    },
326    "GetRulesRequest": {
327      "base": null,
328      "refs": {
329      }
330    },
331    "GetRulesResult": {
332      "base": null,
333      "refs": {
334      }
335    },
336    "GetVariablesRequest": {
337      "base": null,
338      "refs": {
339      }
340    },
341    "GetVariablesResult": {
342      "base": null,
343      "refs": {
344      }
345    },
346    "InternalServerException": {
347      "base": "<p>An exception indicating an internal server error.</p>",
348      "refs": {
349      }
350    },
351    "IsOpaque": {
352      "base": null,
353      "refs": {
354        "ModelInputConfiguration$isOpaque": "<p> For an opaque-model, the input to the model will be a ByteBuffer blob provided in the getPrediction request, and will be passed to SageMaker as-is. For non-opaque models, the input will be constructed by Amazon Fraud Detector based on the model-configuration. </p>"
355      }
356    },
357    "JsonKeyToVariableMap": {
358      "base": null,
359      "refs": {
360        "ModelOutputConfiguration$jsonKeyToVariableMap": "<p>A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables. </p>"
361      }
362    },
363    "LabelMapper": {
364      "base": null,
365      "refs": {
366        "LabelSchema$labelMapper": "<p>The label mapper maps the Amazon Fraud Detector supported label to the appropriate source labels. For example, if <code>\"FRAUD\"</code> and <code>\"LEGIT\"</code> are Amazon Fraud Detector supported labels, this mapper could be: <code>{\"FRAUD\" =&gt; [\"0\"]</code>, \"LEGIT\" =&gt; [\"1\"]} or <code>{\"FRAUD\" =&gt; [\"false\"], \"LEGIT\" =&gt; [\"true\"]}</code> or <code>{\"FRAUD\" =&gt; [\"fraud\", \"abuse\"], \"LEGIT\" =&gt; [\"legit\", \"safe\"]}</code>. The value part of the mapper is a list, because you may have multiple variants for a single Amazon Fraud Detector label. </p>"
367      }
368    },
369    "LabelSchema": {
370      "base": "<p>The label schema.</p>",
371      "refs": {
372        "Model$labelSchema": "<p>The model label schema.</p>",
373        "ModelVersionDetail$labelSchema": "<p>The model label schema.</p>",
374        "PutModelRequest$labelSchema": "<p>The label schema.</p>"
375      }
376    },
377    "Language": {
378      "base": null,
379      "refs": {
380        "CreateRuleRequest$language": "<p>The language of the rule.</p>",
381        "RuleDetail$language": "<p>The rule language.</p>",
382        "UpdateRuleVersionRequest$language": "<p>The language.</p>"
383      }
384    },
385    "ListOfModelScores": {
386      "base": null,
387      "refs": {
388        "GetPredictionResult$modelScores": "<p>The model scores for models used in the detector version.</p>"
389      }
390    },
391    "ListOfModelVersions": {
392      "base": null,
393      "refs": {
394        "CreateDetectorVersionRequest$modelVersions": "<p>The model versions to include in the detector version.</p>",
395        "GetDetectorVersionResult$modelVersions": "<p>The model versions included in the detector version. </p>",
396        "UpdateDetectorVersionRequest$modelVersions": "<p>The model versions to include in the detector version.</p>"
397      }
398    },
399    "ListOfStrings": {
400      "base": null,
401      "refs": {
402        "CreateDetectorVersionRequest$externalModelEndpoints": "<p>The Amazon Sagemaker model endpoints to include in the detector version.</p>",
403        "GetDetectorVersionResult$externalModelEndpoints": "<p>The Amazon SageMaker model endpoints included in the detector version.</p>",
404        "GetPredictionResult$outcomes": "<p>The prediction outcomes.</p>",
405        "LabelMapper$value": null,
406        "UpdateDetectorVersionRequest$externalModelEndpoints": "<p>The Amazon SageMaker model endpoints to include in the detector version.</p>"
407      }
408    },
409    "MaxResults": {
410      "base": null,
411      "refs": {
412        "DescribeModelVersionsRequest$maxResults": "<p>The maximum number of results to return.</p>",
413        "GetModelsRequest$maxResults": "<p>The maximum results to return for the request.</p>"
414      }
415    },
416    "MetricsMap": {
417      "base": null,
418      "refs": {
419        "ModelVersionDetail$validationMetrics": "<p>The model validation metrics.</p>",
420        "ModelVersionDetail$trainingMetrics": "<p>The model training metrics.</p>"
421      }
422    },
423    "Model": {
424      "base": "<p>The model.</p>",
425      "refs": {
426        "ModelList$member": null
427      }
428    },
429    "ModelEndpointDataBlob": {
430      "base": "<p>A pre-formed Amazon SageMaker model input you can include if your detector version includes an imported Amazon SageMaker model endpoint with pass-through input configuration.</p>",
431      "refs": {
432        "ExternalModelEndpointDataBlobMap$value": null
433      }
434    },
435    "ModelEndpointStatus": {
436      "base": null,
437      "refs": {
438        "ExternalModel$modelEndpointStatus": "<p>The Amazon Fraud Detector status for the external model endpoint</p>",
439        "PutExternalModelRequest$modelEndpointStatus": "<p>The model endpoint’s status in Amazon Fraud Detector.</p>"
440      }
441    },
442    "ModelInputConfiguration": {
443      "base": "<p>The model input configuration.</p>",
444      "refs": {
445        "ExternalModel$inputConfiguration": "<p>The input configuration.</p>",
446        "PutExternalModelRequest$inputConfiguration": "<p>The model endpoint input configuration.</p>"
447      }
448    },
449    "ModelInputDataFormat": {
450      "base": null,
451      "refs": {
452        "ModelInputConfiguration$format": "<p> The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.</p>"
453      }
454    },
455    "ModelList": {
456      "base": null,
457      "refs": {
458        "GetModelsResult$models": "<p>The returned models. </p>"
459      }
460    },
461    "ModelOutputConfiguration": {
462      "base": "<p>Provides the model output configuration.</p>",
463      "refs": {
464        "ExternalModel$outputConfiguration": "<p>The output configuration.</p>",
465        "PutExternalModelRequest$outputConfiguration": "<p>The model endpoint output configuration.</p>"
466      }
467    },
468    "ModelOutputDataFormat": {
469      "base": null,
470      "refs": {
471        "ModelOutputConfiguration$format": "<p>The format of the model output configuration.</p>"
472      }
473    },
474    "ModelPredictionMap": {
475      "base": null,
476      "refs": {
477        "ModelScores$scores": "<p>The model's fraud prediction scores.</p>"
478      }
479    },
480    "ModelScores": {
481      "base": "<p>The fraud prediction scores.</p>",
482      "refs": {
483        "ListOfModelScores$member": null
484      }
485    },
486    "ModelSource": {
487      "base": null,
488      "refs": {
489        "ExternalModel$modelSource": "<p>The source of the model.</p>",
490        "PutExternalModelRequest$modelSource": "<p>The source of the model.</p>"
491      }
492    },
493    "ModelTypeEnum": {
494      "base": null,
495      "refs": {
496        "CreateModelVersionRequest$modelType": "<p>The model type.</p>",
497        "CreateModelVersionResult$modelType": "<p>The model type.</p>",
498        "DescribeModelVersionsRequest$modelType": "<p>The model type.</p>",
499        "GetModelVersionRequest$modelType": "<p>The model type. </p>",
500        "GetModelVersionResult$modelType": "<p>The model type. </p>",
501        "GetModelsRequest$modelType": "<p>The model type.</p>",
502        "Model$modelType": "<p>The model type.</p>",
503        "ModelVersion$modelType": "<p>The model type.</p>",
504        "ModelVersionDetail$modelType": "<p>The model type.</p>",
505        "PutModelRequest$modelType": "<p>The model type. </p>",
506        "UpdateModelVersionRequest$modelType": "<p>The model type.</p>"
507      }
508    },
509    "ModelVariable": {
510      "base": "<p>The model variable.&gt;</p>",
511      "refs": {
512        "ModelVariablesList$member": null
513      }
514    },
515    "ModelVariableIndex": {
516      "base": null,
517      "refs": {
518        "ModelVariable$index": "<p>The model variable's index.&gt;</p>"
519      }
520    },
521    "ModelVariablesList": {
522      "base": null,
523      "refs": {
524        "Model$modelVariables": "<p>The model input variables.</p>",
525        "ModelVersionDetail$modelVariables": "<p>The model variables.</p>",
526        "PutModelRequest$modelVariables": "<p>The model input variables.</p>"
527      }
528    },
529    "ModelVersion": {
530      "base": "<p>The model version.</p>",
531      "refs": {
532        "ListOfModelVersions$member": null,
533        "ModelScores$modelVersion": "<p>The model version.</p>"
534      }
535    },
536    "ModelVersionDetail": {
537      "base": "<p>Provides the model version details. </p>",
538      "refs": {
539        "ModelVersionDetailList$member": null
540      }
541    },
542    "ModelVersionDetailList": {
543      "base": null,
544      "refs": {
545        "DescribeModelVersionsResult$modelVersionDetails": "<p>The model version details.</p>"
546      }
547    },
548    "ModelVersionStatus": {
549      "base": null,
550      "refs": {
551        "UpdateModelVersionRequest$status": "<p>The new model status.</p>"
552      }
553    },
554    "NameList": {
555      "base": null,
556      "refs": {
557        "BatchGetVariableRequest$names": "<p>The list of variable names to get.</p>"
558      }
559    },
560    "NonEmptyListOfStrings": {
561      "base": null,
562      "refs": {
563        "CreateRuleRequest$outcomes": "<p>The outcome or outcomes returned when the rule expression matches.</p>",
564        "RuleDetail$outcomes": "<p>The rule outcomes.</p>",
565        "UpdateRuleVersionRequest$outcomes": "<p>The outcomes.</p>"
566      }
567    },
568    "Outcome": {
569      "base": "<p>The outcome.</p>",
570      "refs": {
571        "OutcomeList$member": null
572      }
573    },
574    "OutcomeList": {
575      "base": null,
576      "refs": {
577        "GetOutcomesResult$outcomes": "<p>The outcomes. </p>"
578      }
579    },
580    "OutcomesMaxResults": {
581      "base": null,
582      "refs": {
583        "GetOutcomesRequest$maxResults": "<p>The maximum number of objects to return for the request. </p>"
584      }
585    },
586    "PutDetectorRequest": {
587      "base": null,
588      "refs": {
589      }
590    },
591    "PutDetectorResult": {
592      "base": null,
593      "refs": {
594      }
595    },
596    "PutExternalModelRequest": {
597      "base": null,
598      "refs": {
599      }
600    },
601    "PutExternalModelResult": {
602      "base": null,
603      "refs": {
604      }
605    },
606    "PutModelRequest": {
607      "base": null,
608      "refs": {
609      }
610    },
611    "PutModelResult": {
612      "base": null,
613      "refs": {
614      }
615    },
616    "PutOutcomeRequest": {
617      "base": null,
618      "refs": {
619      }
620    },
621    "PutOutcomeResult": {
622      "base": null,
623      "refs": {
624      }
625    },
626    "ResourceNotFoundException": {
627      "base": "<p>An exception indicating the specified resource was not found.</p>",
628      "refs": {
629      }
630    },
631    "Role": {
632      "base": "<p>The role used to invoke external model endpoints.</p>",
633      "refs": {
634        "ExternalModel$role": "<p>The role used to invoke the model. </p>",
635        "PutExternalModelRequest$role": "<p>The IAM role used to invoke the model endpoint.</p>"
636      }
637    },
638    "Rule": {
639      "base": "<p>A rule.</p>",
640      "refs": {
641        "CreateRuleResult$rule": "<p>The created rule.</p>",
642        "RuleList$member": null,
643        "UpdateRuleMetadataRequest$rule": "<p>The rule to update.</p>",
644        "UpdateRuleVersionRequest$rule": "<p>The rule to update.</p>",
645        "UpdateRuleVersionResult$rule": "<p>The new rule version that was created.</p>"
646      }
647    },
648    "RuleDetail": {
649      "base": "<p>The details of the rule.</p>",
650      "refs": {
651        "RuleDetailList$member": null
652      }
653    },
654    "RuleDetailList": {
655      "base": null,
656      "refs": {
657        "GetRulesResult$ruleDetails": "<p>The details of the requested rule.</p>"
658      }
659    },
660    "RuleList": {
661      "base": null,
662      "refs": {
663        "CreateDetectorVersionRequest$rules": "<p>The rules to include in the detector version.</p>",
664        "GetDetectorVersionResult$rules": "<p>The rules included in the detector version.</p>",
665        "UpdateDetectorVersionRequest$rules": "<p>The rules to include in the detector version.</p>"
666      }
667    },
668    "RulesMaxResults": {
669      "base": null,
670      "refs": {
671        "GetRulesRequest$maxResults": "<p>The maximum number of rules to return for the request.</p>"
672      }
673    },
674    "ThrottlingException": {
675      "base": "<p>An exception indicating a throttling error.</p>",
676      "refs": {
677      }
678    },
679    "TrainingDataSource": {
680      "base": "<p>The training data source.</p>",
681      "refs": {
682        "Model$trainingDataSource": "<p>The model training data source in Amazon S3.</p>",
683        "ModelVersionDetail$trainingDataSource": "<p>The model training data source.</p>",
684        "PutModelRequest$trainingDataSource": "<p>The training data source location in Amazon S3. </p>"
685      }
686    },
687    "UpdateDetectorVersionMetadataRequest": {
688      "base": null,
689      "refs": {
690      }
691    },
692    "UpdateDetectorVersionMetadataResult": {
693      "base": null,
694      "refs": {
695      }
696    },
697    "UpdateDetectorVersionRequest": {
698      "base": null,
699      "refs": {
700      }
701    },
702    "UpdateDetectorVersionResult": {
703      "base": null,
704      "refs": {
705      }
706    },
707    "UpdateDetectorVersionStatusRequest": {
708      "base": null,
709      "refs": {
710      }
711    },
712    "UpdateDetectorVersionStatusResult": {
713      "base": null,
714      "refs": {
715      }
716    },
717    "UpdateModelVersionRequest": {
718      "base": null,
719      "refs": {
720      }
721    },
722    "UpdateModelVersionResult": {
723      "base": null,
724      "refs": {
725      }
726    },
727    "UpdateRuleMetadataRequest": {
728      "base": null,
729      "refs": {
730      }
731    },
732    "UpdateRuleMetadataResult": {
733      "base": null,
734      "refs": {
735      }
736    },
737    "UpdateRuleVersionRequest": {
738      "base": null,
739      "refs": {
740      }
741    },
742    "UpdateRuleVersionResult": {
743      "base": null,
744      "refs": {
745      }
746    },
747    "UpdateVariableRequest": {
748      "base": null,
749      "refs": {
750      }
751    },
752    "UpdateVariableResult": {
753      "base": null,
754      "refs": {
755      }
756    },
757    "ValidationException": {
758      "base": "<p>An exception indicating a specified value is not allowed.</p>",
759      "refs": {
760      }
761    },
762    "Variable": {
763      "base": "<p>The variable.</p>",
764      "refs": {
765        "VariableList$member": null
766      }
767    },
768    "VariableEntry": {
769      "base": "<p>The variable entry in a list.</p>",
770      "refs": {
771        "VariableEntryList$member": null
772      }
773    },
774    "VariableEntryList": {
775      "base": null,
776      "refs": {
777        "BatchCreateVariableRequest$variableEntries": "<p>The list of variables for the batch create variable request.</p>"
778      }
779    },
780    "VariableList": {
781      "base": null,
782      "refs": {
783        "BatchGetVariableResult$variables": "<p>The returned variables.</p>",
784        "GetVariablesResult$variables": "<p>The names of the variables returned. </p>"
785      }
786    },
787    "VariablesMaxResults": {
788      "base": null,
789      "refs": {
790        "GetVariablesRequest$maxResults": "<p>The max size per page determined for the get variable request. </p>"
791      }
792    },
793    "attributeKey": {
794      "base": null,
795      "refs": {
796        "EventAttributeMap$key": null
797      }
798    },
799    "attributeValue": {
800      "base": null,
801      "refs": {
802        "EventAttributeMap$value": null
803      }
804    },
805    "blob": {
806      "base": null,
807      "refs": {
808        "ModelEndpointDataBlob$byteBuffer": "<p>The byte buffer of the Amazon SageMaker model endpoint input data blob.</p>"
809      }
810    },
811    "contentType": {
812      "base": null,
813      "refs": {
814        "ModelEndpointDataBlob$contentType": "<p>The content type of the Amazon SageMaker model endpoint input data blob. </p>"
815      }
816    },
817    "description": {
818      "base": null,
819      "refs": {
820        "CreateDetectorVersionRequest$description": "<p>The description of the detector version.</p>",
821        "CreateModelVersionRequest$description": "<p>The model version description.</p>",
822        "CreateRuleRequest$description": "<p>The rule description.</p>",
823        "Detector$description": "<p>The detector description.</p>",
824        "DetectorVersionSummary$description": "<p>The detector version description. </p>",
825        "GetDetectorVersionResult$description": "<p>The detector version description.</p>",
826        "GetModelVersionResult$description": "<p>The model version description.</p>",
827        "Model$description": "<p>The model description.</p>",
828        "ModelVersionDetail$description": "<p>The model description.</p>",
829        "Outcome$description": "<p>The outcome description.</p>",
830        "PutDetectorRequest$description": "<p>The description of the detector.</p>",
831        "PutModelRequest$description": "<p>The model description. </p>",
832        "PutOutcomeRequest$description": "<p>The outcome description.</p>",
833        "RuleDetail$description": "<p>The rule description.</p>",
834        "UpdateDetectorVersionMetadataRequest$description": "<p>The description.</p>",
835        "UpdateDetectorVersionRequest$description": "<p>The detector version description. </p>",
836        "UpdateModelVersionRequest$description": "<p>The model description.</p>",
837        "UpdateRuleMetadataRequest$description": "<p>The rule description.</p>",
838        "UpdateRuleVersionRequest$description": "<p>The description.</p>"
839      }
840    },
841    "float": {
842      "base": null,
843      "refs": {
844        "ModelPredictionMap$value": null
845      }
846    },
847    "iamRoleArn": {
848      "base": null,
849      "refs": {
850        "TrainingDataSource$dataAccessRoleArn": "<p>The data access role ARN for the training data source.</p>"
851      }
852    },
853    "identifier": {
854      "base": null,
855      "refs": {
856        "CreateDetectorVersionRequest$detectorId": "<p>The ID of the detector under which you want to create a new version.</p>",
857        "CreateDetectorVersionResult$detectorId": "<p>The ID for the created version's parent detector.</p>",
858        "CreateModelVersionRequest$modelId": "<p>The model ID. </p>",
859        "CreateModelVersionResult$modelId": "<p>The model ID. </p>",
860        "CreateRuleRequest$ruleId": "<p>The rule ID.</p>",
861        "CreateRuleRequest$detectorId": "<p>The detector ID for the rule's parent detector.</p>",
862        "DeleteDetectorVersionRequest$detectorId": "<p>The ID of the parent detector for the detector version to delete.</p>",
863        "DescribeDetectorRequest$detectorId": "<p>The detector ID.</p>",
864        "DescribeDetectorResult$detectorId": "<p>The detector ID.</p>",
865        "DescribeModelVersionsRequest$modelId": "<p>The model ID.</p>",
866        "Detector$detectorId": "<p>The detector ID.</p>",
867        "GetDetectorVersionRequest$detectorId": "<p>The detector ID.</p>",
868        "GetDetectorVersionResult$detectorId": "<p>The detector ID.</p>",
869        "GetDetectorsRequest$detectorId": "<p>The detector ID.</p>",
870        "GetModelVersionRequest$modelId": "<p>The model ID. </p>",
871        "GetModelVersionResult$modelId": "<p>The model ID. </p>",
872        "GetModelsRequest$modelId": "<p>The model ID.</p>",
873        "GetOutcomesRequest$name": "<p>The name of the outcome or outcomes to get.</p>",
874        "GetRulesRequest$ruleId": "<p>The rule ID.</p>",
875        "GetRulesRequest$detectorId": "<p>The detector ID.</p>",
876        "Model$modelId": "<p>The model ID.</p>",
877        "ModelVersion$modelId": "<p>The parent model ID.</p>",
878        "ModelVersionDetail$modelId": "<p>The model ID.</p>",
879        "Outcome$name": "<p>The outcome name.</p>",
880        "PutDetectorRequest$detectorId": "<p>The detector ID. </p>",
881        "PutModelRequest$modelId": "<p>The model ID.</p>",
882        "PutOutcomeRequest$name": "<p>The name of the outcome.</p>",
883        "Rule$detectorId": "<p>The detector for which the rule is associated.</p>",
884        "Rule$ruleId": "<p>The rule ID.</p>",
885        "RuleDetail$ruleId": "<p>The rule ID.</p>",
886        "RuleDetail$detectorId": "<p>The detector for which the rule is associated.</p>",
887        "UpdateDetectorVersionMetadataRequest$detectorId": "<p>The detector ID.</p>",
888        "UpdateDetectorVersionRequest$detectorId": "<p>The parent detector ID for the detector version you want to update.</p>",
889        "UpdateDetectorVersionStatusRequest$detectorId": "<p>The detector ID. </p>",
890        "UpdateModelVersionRequest$modelId": "<p>The model ID.</p>"
891      }
892    },
893    "integer": {
894      "base": null,
895      "refs": {
896        "BatchCreateVariableError$code": "<p>The error code. </p>",
897        "BatchGetVariableError$code": "<p>The error code. </p>"
898      }
899    },
900    "nonEmptyString": {
901      "base": null,
902      "refs": {
903        "CreateDetectorVersionResult$detectorVersionId": "<p>The ID for the created detector. </p>",
904        "CreateModelVersionResult$modelVersionNumber": "<p>The version of the model. </p>",
905        "DeleteDetectorVersionRequest$detectorVersionId": "<p>The ID of the detector version to delete.</p>",
906        "DescribeModelVersionsRequest$modelVersionNumber": "<p>The model version. </p>",
907        "DetectorVersionSummary$detectorVersionId": "<p>The detector version ID. </p>",
908        "GetDetectorVersionRequest$detectorVersionId": "<p>The detector version ID.</p>",
909        "GetDetectorVersionResult$detectorVersionId": "<p>The detector version ID.</p>",
910        "GetModelVersionRequest$modelVersionNumber": "<p>The model version. </p>",
911        "GetModelVersionResult$modelVersionNumber": "<p>The model version. </p>",
912        "GetRulesRequest$ruleVersion": "<p>The rule version.</p>",
913        "ModelVersion$modelVersionNumber": "<p>The model version.</p>",
914        "ModelVersionDetail$modelVersionNumber": "<p>The model version.</p>",
915        "Rule$ruleVersion": "<p>The rule version.</p>",
916        "RuleDetail$ruleVersion": "<p>The rule version.</p>",
917        "UpdateDetectorVersionMetadataRequest$detectorVersionId": "<p>The detector version ID. </p>",
918        "UpdateDetectorVersionRequest$detectorVersionId": "<p>The detector version ID. </p>",
919        "UpdateDetectorVersionStatusRequest$detectorVersionId": "<p>The detector version ID. </p>",
920        "UpdateModelVersionRequest$modelVersionNumber": "<p>The model version.</p>"
921      }
922    },
923    "ruleExpression": {
924      "base": null,
925      "refs": {
926        "CreateRuleRequest$expression": "<p>The rule expression.</p>",
927        "RuleDetail$expression": "<p>The rule expression.</p>",
928        "UpdateRuleVersionRequest$expression": "<p>The rule expression.</p>"
929      }
930    },
931    "s3BucketLocation": {
932      "base": null,
933      "refs": {
934        "TrainingDataSource$dataLocation": "<p>The data location of the training data source.</p>"
935      }
936    },
937    "string": {
938      "base": null,
939      "refs": {
940        "BatchCreateVariableError$name": "<p>The name.</p>",
941        "BatchCreateVariableError$message": "<p>The error message.</p>",
942        "BatchGetVariableError$name": "<p>The error name. </p>",
943        "BatchGetVariableError$message": "<p>The error message.</p>",
944        "CreateModelVersionResult$status": "<p>The model version status. </p>",
945        "CreateVariableRequest$name": "<p>The name of the variable.</p>",
946        "CreateVariableRequest$defaultValue": "<p>The default value for the variable when no value is received.</p>",
947        "CreateVariableRequest$description": "<p>The description.</p>",
948        "CreateVariableRequest$variableType": "<p>The variable type.</p>",
949        "CsvIndexToVariableMap$key": null,
950        "CsvIndexToVariableMap$value": null,
951        "DeleteEventRequest$eventId": "<p>The ID of the event to delete.</p>",
952        "DescribeDetectorRequest$nextToken": "<p>The next token from the previous response.</p>",
953        "DescribeDetectorResult$nextToken": "<p>The next token to be used for subsequent requests.</p>",
954        "DescribeModelVersionsRequest$nextToken": "<p>The next token from the previous results.</p>",
955        "DescribeModelVersionsResult$nextToken": "<p>The next token.</p>",
956        "ExternalModel$modelEndpoint": "<p>The Amazon SageMaker model endpoints.</p>",
957        "ExternalModelEndpointDataBlobMap$key": null,
958        "GetDetectorsRequest$nextToken": "<p>The next token for the subsequent request.</p>",
959        "GetDetectorsResult$nextToken": "<p>The next page token.</p>",
960        "GetExternalModelsRequest$modelEndpoint": "<p>The Amazon SageMaker model endpoint.</p>",
961        "GetExternalModelsRequest$nextToken": "<p>The next page token for the request.</p>",
962        "GetExternalModelsResult$nextToken": "<p>The next page token to be used in subsequent requests.</p>",
963        "GetModelVersionResult$status": "<p>The model version status. </p>",
964        "GetModelsRequest$nextToken": "<p>The next token for the request.</p>",
965        "GetModelsResult$nextToken": "<p>The next token for subsequent requests. </p>",
966        "GetOutcomesRequest$nextToken": "<p>The next page token for the request. </p>",
967        "GetOutcomesResult$nextToken": "<p>The next page token for subsequent requests.</p>",
968        "GetPredictionRequest$detectorId": "<p>The detector ID. </p>",
969        "GetPredictionRequest$detectorVersionId": "<p>The detector version ID.</p>",
970        "GetPredictionRequest$eventId": "<p>The unique ID used to identify the event.</p>",
971        "GetRulesRequest$nextToken": "<p>The next page token.</p>",
972        "GetRulesResult$nextToken": "<p>The next page token to be used in subsequent requests.</p>",
973        "GetVariablesRequest$name": "<p>The name of the variable. </p>",
974        "GetVariablesRequest$nextToken": "<p>The next page token of the get variable request. </p>",
975        "GetVariablesResult$nextToken": "<p>The next page token to be used in subsequent requests. </p>",
976        "InternalServerException$message": null,
977        "JsonKeyToVariableMap$key": null,
978        "JsonKeyToVariableMap$value": null,
979        "LabelMapper$key": null,
980        "LabelSchema$labelKey": "<p>The label key.</p>",
981        "ListOfStrings$member": null,
982        "MetricsMap$key": null,
983        "MetricsMap$value": null,
984        "ModelInputConfiguration$jsonInputTemplate": "<p> Template for constructing the JSON input-data sent to SageMaker. At event-evaluation, the placeholders for variable names in the template will be replaced with the variable values before being sent to SageMaker. </p>",
985        "ModelInputConfiguration$csvInputTemplate": "<p> Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker. </p>",
986        "ModelPredictionMap$key": null,
987        "ModelVariable$name": "<p>The model variable's name.&gt;</p>",
988        "ModelVersionDetail$status": "<p>The model status.</p>",
989        "NameList$member": null,
990        "NonEmptyListOfStrings$member": null,
991        "PutExternalModelRequest$modelEndpoint": "<p>The model endpoints name.</p>",
992        "ResourceNotFoundException$message": null,
993        "Role$arn": "<p>The role ARN.</p>",
994        "Role$name": "<p>The role name.</p>",
995        "ThrottlingException$message": null,
996        "UpdateVariableRequest$name": "<p>The name of the variable.</p>",
997        "UpdateVariableRequest$defaultValue": "<p>The new default value of the variable.</p>",
998        "UpdateVariableRequest$description": "<p>The new description.</p>",
999        "UpdateVariableRequest$variableType": "<p>The variable type.</p>",
1000        "ValidationException$message": null,
1001        "Variable$name": "<p>The name of the variable.</p>",
1002        "Variable$defaultValue": "<p>The default value of the variable.</p>",
1003        "Variable$description": "<p>The description of the variable. </p>",
1004        "Variable$variableType": "<p>The variable type of the variable.</p>",
1005        "VariableEntry$name": "<p>The name of the variable entry.</p>",
1006        "VariableEntry$dataType": "<p>The data type of the variable entry.</p>",
1007        "VariableEntry$dataSource": "<p>The data source of the variable entry.</p>",
1008        "VariableEntry$defaultValue": "<p>The default value of the variable entry.</p>",
1009        "VariableEntry$description": "<p>The description of the variable entry.</p>",
1010        "VariableEntry$variableType": "<p>The type of the variable entry.</p>"
1011      }
1012    },
1013    "time": {
1014      "base": null,
1015      "refs": {
1016        "Detector$lastUpdatedTime": "<p>Timestamp of when the detector was last updated.</p>",
1017        "Detector$createdTime": "<p>Timestamp of when the detector was created.</p>",
1018        "DetectorVersionSummary$lastUpdatedTime": "<p>Timestamp of when the detector version was last updated.</p>",
1019        "ExternalModel$lastUpdatedTime": "<p>Timestamp of when the model was last updated.</p>",
1020        "ExternalModel$createdTime": "<p>Timestamp of when the model was last created.</p>",
1021        "GetDetectorVersionResult$lastUpdatedTime": "<p>The timestamp when the detector version was last updated. </p>",
1022        "GetDetectorVersionResult$createdTime": "<p>The timestamp when the detector version was created. </p>",
1023        "Model$lastUpdatedTime": "<p>Timestamp of last time the model was updated.</p>",
1024        "Model$createdTime": "<p>Timestamp of when the model was created.</p>",
1025        "ModelVersionDetail$lastUpdatedTime": "<p>The timestamp when the model was last updated.</p>",
1026        "ModelVersionDetail$createdTime": "<p>The timestamp when the model was created.</p>",
1027        "Outcome$lastUpdatedTime": "<p>The timestamp when the outcome was last updated.</p>",
1028        "Outcome$createdTime": "<p>The timestamp when the outcome was created.</p>",
1029        "RuleDetail$lastUpdatedTime": "<p>Timestamp of the last time the rule was updated.</p>",
1030        "RuleDetail$createdTime": "<p>The timestamp of when the rule was created.</p>",
1031        "Variable$lastUpdatedTime": "<p>The time when variable was last updated.</p>",
1032        "Variable$createdTime": "<p>The time when the variable was created.</p>"
1033      }
1034    }
1035  }
1036}
1037