@aws-sdk/client-frauddetector 3.533.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/FraudDetector.d.ts +15 -1
  6. package/dist-types/FraudDetectorClient.d.ts +1 -1
  7. package/dist-types/commands/BatchCreateVariableCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -1
  9. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateListCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateModelVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateVariableCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteEventCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteEventTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteExternalModelCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteLabelCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteListCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteModelVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteOutcomeCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteVariableCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeDetectorCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +2 -1
  37. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/GetDetectorVersionCommand.d.ts +2 -1
  41. package/dist-types/commands/GetDetectorsCommand.d.ts +2 -1
  42. package/dist-types/commands/GetEntityTypesCommand.d.ts +2 -1
  43. package/dist-types/commands/GetEventCommand.d.ts +2 -1
  44. package/dist-types/commands/GetEventPredictionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +2 -1
  46. package/dist-types/commands/GetEventTypesCommand.d.ts +2 -1
  47. package/dist-types/commands/GetExternalModelsCommand.d.ts +2 -1
  48. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +2 -1
  49. package/dist-types/commands/GetLabelsCommand.d.ts +2 -1
  50. package/dist-types/commands/GetListElementsCommand.d.ts +2 -1
  51. package/dist-types/commands/GetListsMetadataCommand.d.ts +2 -1
  52. package/dist-types/commands/GetModelVersionCommand.d.ts +2 -1
  53. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  54. package/dist-types/commands/GetOutcomesCommand.d.ts +2 -1
  55. package/dist-types/commands/GetRulesCommand.d.ts +2 -1
  56. package/dist-types/commands/GetVariablesCommand.d.ts +2 -1
  57. package/dist-types/commands/ListEventPredictionsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  59. package/dist-types/commands/PutDetectorCommand.d.ts +2 -1
  60. package/dist-types/commands/PutEntityTypeCommand.d.ts +2 -1
  61. package/dist-types/commands/PutEventTypeCommand.d.ts +2 -1
  62. package/dist-types/commands/PutExternalModelCommand.d.ts +2 -1
  63. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +2 -1
  64. package/dist-types/commands/PutLabelCommand.d.ts +2 -1
  65. package/dist-types/commands/PutOutcomeCommand.d.ts +2 -1
  66. package/dist-types/commands/SendEventCommand.d.ts +2 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  68. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateEventLabelCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateListCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateModelVersionCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateVariableCommand.d.ts +2 -1
  80. package/dist-types/index.d.ts +0 -1
  81. package/dist-types/models/models_0.d.ts +698 -698
  82. package/dist-types/ts3.4/FraudDetector.d.ts +14 -0
  83. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/index.d.ts +0 -1
  157. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
22
22
  }
23
23
  declare const DeleteLabelCommand_base: {
24
24
  new (input: DeleteLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a label.</p>
30
30
  * <p>You cannot delete labels that are included in an event type in Amazon Fraud Detector.</p>
31
31
  * <p>You cannot delete a label assigned to an event ID. You must first delete the relevant event ID.</p>
@@ -66,6 +66,7 @@ declare const DeleteLabelCommand_base: {
66
66
  * @throws {@link FraudDetectorServiceException}
67
67
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteLabelCommand extends DeleteLabelCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
22
22
  }
23
23
  declare const DeleteListCommand_base: {
24
24
  new (input: DeleteListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes the list, provided it is not used in a rule.
31
31
  * </p>
@@ -69,6 +69,7 @@ declare const DeleteListCommand_base: {
69
69
  * @throws {@link FraudDetectorServiceException}
70
70
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteListCommand extends DeleteListCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
22
22
  }
23
23
  declare const DeleteModelCommand_base: {
24
24
  new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a model.</p>
30
30
  * <p>You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.</p>
31
31
  * <p> When you delete a model, Amazon Fraud Detector permanently deletes that model and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -69,6 +69,7 @@ declare const DeleteModelCommand_base: {
69
69
  * @throws {@link FraudDetectorServiceException}
70
70
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteModelCommand extends DeleteModelCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
22
22
  }
23
23
  declare const DeleteModelVersionCommand_base: {
24
24
  new (input: DeleteModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a model version.</p>
30
30
  * <p>You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.</p>
31
31
  * <p> When you delete a model version, Amazon Fraud Detector permanently deletes that model version and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -70,6 +70,7 @@ declare const DeleteModelVersionCommand_base: {
70
70
  * @throws {@link FraudDetectorServiceException}
71
71
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteModelVersionCommand extends DeleteModelVersionCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
22
22
  }
23
23
  declare const DeleteOutcomeCommand_base: {
24
24
  new (input: DeleteOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an outcome.</p>
30
30
  * <p>You cannot delete an outcome that is used in a rule version.</p>
31
31
  * <p>When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -68,6 +68,7 @@ declare const DeleteOutcomeCommand_base: {
68
68
  * @throws {@link FraudDetectorServiceException}
69
69
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
22
22
  }
23
23
  declare const DeleteRuleCommand_base: {
24
24
  new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the rule. You cannot delete a rule if it is used by an <code>ACTIVE</code> or <code>INACTIVE</code> detector version.</p>
30
30
  * <p>When you delete a rule, Amazon Fraud Detector permanently deletes that rule and the data is no longer stored in Amazon Fraud Detector.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const DeleteRuleCommand_base: {
71
71
  * @throws {@link FraudDetectorServiceException}
72
72
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
22
22
  }
23
23
  declare const DeleteVariableCommand_base: {
24
24
  new (input: DeleteVariableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVariableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a variable.</p>
30
30
  * <p>You can't delete variables that are included in an event type in Amazon Fraud Detector.</p>
31
31
  * <p>Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.</p>
@@ -69,6 +69,7 @@ declare const DeleteVariableCommand_base: {
69
69
  * @throws {@link FraudDetectorServiceException}
70
70
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteVariableCommand extends DeleteVariableCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
22
22
  }
23
23
  declare const DescribeDetectorCommand_base: {
24
24
  new (input: DescribeDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all versions for a specified detector.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DescribeDetectorCommand_base: {
80
80
  * @throws {@link FraudDetectorServiceException}
81
81
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
22
22
  }
23
23
  declare const DescribeModelVersionsCommand_base: {
24
24
  new (input: DescribeModelVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeModelVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -233,6 +233,7 @@ declare const DescribeModelVersionsCommand_base: {
233
233
  * @throws {@link FraudDetectorServiceException}
234
234
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
235
235
  *
236
+ * @public
236
237
  */
237
238
  export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {
238
239
  }
@@ -22,10 +22,10 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
22
22
  }
23
23
  declare const GetBatchImportJobsCommand_base: {
24
24
  new (input: GetBatchImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetBatchImportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all batch import jobs or a specific job of the specified ID. This is a paginated API. If you provide a null <code>maxResults</code>,
30
30
  * this action retrieves a maximum of 50 records per page. If you provide a <code>maxResults</code>, the value must be between 1 and 50.
31
31
  * To get the next page results, provide the pagination token from the <code>GetBatchImportJobsResponse</code> as part of your request.
@@ -90,6 +90,7 @@ declare const GetBatchImportJobsCommand_base: {
90
90
  * @throws {@link FraudDetectorServiceException}
91
91
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
22
22
  }
23
23
  declare const GetBatchPredictionJobsCommand_base: {
24
24
  new (input: GetBatchPredictionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetBatchPredictionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const GetBatchPredictionJobsCommand_base: {
89
89
  * @throws {@link FraudDetectorServiceException}
90
90
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
22
22
  }
23
23
  declare const GetDeleteEventsByEventTypeStatusCommand_base: {
24
24
  new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the status of a <code>DeleteEventsByEventType</code> action.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
69
69
  * @throws {@link FraudDetectorServiceException}
70
70
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
22
22
  }
23
23
  declare const GetDetectorVersionCommand_base: {
24
24
  new (input: GetDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a particular detector version. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const GetDetectorVersionCommand_base: {
94
94
  * @throws {@link FraudDetectorServiceException}
95
95
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
22
22
  }
23
23
  declare const GetDetectorsCommand_base: {
24
24
  new (input: GetDetectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDetectorsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all detectors or a single detector if a <code>detectorId</code> is specified. This is a paginated API. If you
30
30
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
31
31
  * per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
@@ -85,6 +85,7 @@ declare const GetDetectorsCommand_base: {
85
85
  * @throws {@link FraudDetectorServiceException}
86
86
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class GetDetectorsCommand extends GetDetectorsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
22
22
  }
23
23
  declare const GetEntityTypesCommand_base: {
24
24
  new (input: GetEntityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetEntityTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you
30
30
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
31
31
  * per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
@@ -84,6 +84,7 @@ declare const GetEntityTypesCommand_base: {
84
84
  * @throws {@link FraudDetectorServiceException}
85
85
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
22
22
  }
23
23
  declare const GetEventCommand_base: {
24
24
  new (input: GetEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetEventCommand_base: {
84
84
  * @throws {@link FraudDetectorServiceException}
85
85
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetEventCommand extends GetEventCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
22
22
  }
23
23
  declare const GetEventPredictionCommand_base: {
24
24
  new (input: GetEventPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEventPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -124,6 +124,7 @@ declare const GetEventPredictionCommand_base: {
124
124
  * @throws {@link FraudDetectorServiceException}
125
125
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
22
22
  }
23
23
  declare const GetEventPredictionMetadataCommand_base: {
24
24
  new (input: GetEventPredictionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEventPredictionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
31
31
  * </p>
@@ -147,6 +147,7 @@ declare const GetEventPredictionMetadataCommand_base: {
147
147
  * @throws {@link FraudDetectorServiceException}
148
148
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
22
22
  }
23
23
  declare const GetEventTypesCommand_base: {
24
24
  new (input: GetEventTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetEventTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all event types or a specific event type if name is provided. This is a paginated API. If you
30
30
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
31
31
  * per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
@@ -104,6 +104,7 @@ declare const GetEventTypesCommand_base: {
104
104
  * @throws {@link FraudDetectorServiceException}
105
105
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class GetEventTypesCommand extends GetEventTypesCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
22
22
  }
23
23
  declare const GetExternalModelsCommand_base: {
24
24
  new (input: GetExternalModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetExternalModelsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the details for one or more Amazon SageMaker models that have been imported into the
30
30
  * service. This is a paginated API. If you provide a null <code>maxResults</code>, this
31
31
  * actions retrieves a maximum of 10 records per page. If you provide a
@@ -102,6 +102,7 @@ declare const GetExternalModelsCommand_base: {
102
102
  * @throws {@link FraudDetectorServiceException}
103
103
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetExternalModelsCommand extends GetExternalModelsCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
22
22
  }
23
23
  declare const GetKMSEncryptionKeyCommand_base: {
24
24
  new (input: GetKMSEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetKMSEncryptionKeyCommandInput]): import("@smithy/smithy-client").CommandImpl<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetKMSEncryptionKeyCommand_base: {
65
65
  * @throws {@link FraudDetectorServiceException}
66
66
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetKMSEncryptionKeyCommand extends GetKMSEncryptionKeyCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
22
22
  }
23
23
  declare const GetLabelsCommand_base: {
24
24
  new (input: GetLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetLabelsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all labels or a specific label if name is provided. This is a paginated API. If you
30
30
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 50 records
31
31
  * per page. If you provide a <code>maxResults</code>, the value must be between 10 and 50.
@@ -84,6 +84,7 @@ declare const GetLabelsCommand_base: {
84
84
  * @throws {@link FraudDetectorServiceException}
85
85
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetLabelsCommand extends GetLabelsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
22
22
  }
23
23
  declare const GetListElementsCommand_base: {
24
24
  new (input: GetListElementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetListElementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Gets all the elements in the specified list.
31
31
  * </p>
@@ -75,6 +75,7 @@ declare const GetListElementsCommand_base: {
75
75
  * @throws {@link FraudDetectorServiceException}
76
76
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetListElementsCommand extends GetListElementsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
22
22
  }
23
23
  declare const GetListsMetadataCommand_base: {
24
24
  new (input: GetListsMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetListsMetadataCommandInput]): import("@smithy/smithy-client").CommandImpl<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Gets the metadata of either all the lists under the account or the specified list.
31
31
  * </p>
@@ -82,6 +82,7 @@ declare const GetListsMetadataCommand_base: {
82
82
  * @throws {@link FraudDetectorServiceException}
83
83
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class GetListsMetadataCommand extends GetListsMetadataCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
22
22
  }
23
23
  declare const GetModelVersionCommand_base: {
24
24
  new (input: GetModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the details of the specified model version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const GetModelVersionCommand_base: {
98
98
  * @throws {@link FraudDetectorServiceException}
99
99
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class GetModelVersionCommand extends GetModelVersionCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
22
22
  }
23
23
  declare const GetModelsCommand_base: {
24
24
  new (input: GetModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetModelsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. </p>
30
30
  * <p>This is a paginated API. If you
31
31
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
@@ -88,6 +88,7 @@ declare const GetModelsCommand_base: {
88
88
  * @throws {@link FraudDetectorServiceException}
89
89
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetModelsCommand extends GetModelsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
22
22
  }
23
23
  declare const GetOutcomesCommand_base: {
24
24
  new (input: GetOutcomesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetOutcomesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets one or more outcomes. This is a paginated
30
30
  * API. If you provide a null <code>maxResults</code>, this actions retrieves a maximum of
31
31
  * 100 records per page. If you provide a <code>maxResults</code>, the value must be
@@ -84,6 +84,7 @@ declare const GetOutcomesCommand_base: {
84
84
  * @throws {@link FraudDetectorServiceException}
85
85
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetOutcomesCommand extends GetOutcomesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
22
22
  }
23
23
  declare const GetRulesCommand_base: {
24
24
  new (input: GetRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get all rules for a detector (paginated) if <code>ruleId</code> and <code>ruleVersion</code> are not specified. Gets all rules for the detector and the <code>ruleId</code> if present (paginated). Gets a specific rule if both the <code>ruleId</code> and the <code>ruleVersion</code> are specified.</p>
30
30
  * <p>This is a paginated API. Providing null maxResults results in retrieving maximum of 100 records per page. If you provide maxResults the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetRulesResult as part of your request. Null pagination token fetches the records from the beginning.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const GetRulesCommand_base: {
89
89
  * @throws {@link FraudDetectorServiceException}
90
90
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class GetRulesCommand extends GetRulesCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
22
22
  }
23
23
  declare const GetVariablesCommand_base: {
24
24
  new (input: GetVariablesCommandInput): import("@smithy/smithy-client").CommandImpl<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetVariablesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets all of the variables or the specific variable. This is a
30
30
  * paginated API. Providing null <code>maxSizePerPage</code> results in retrieving maximum of
31
31
  * 100 records per page. If you provide <code>maxSizePerPage</code> the value must be between
@@ -88,6 +88,7 @@ declare const GetVariablesCommand_base: {
88
88
  * @throws {@link FraudDetectorServiceException}
89
89
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetVariablesCommand extends GetVariablesCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
22
22
  }
23
23
  declare const ListEventPredictionsCommand_base: {
24
24
  new (input: ListEventPredictionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEventPredictionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period.
30
30
  * If filter is not specified, the most recent prediction is returned.</p>
31
31
  * <p>For example, the following filter lists all past predictions for <code>xyz</code> event type -
@@ -103,6 +103,7 @@ declare const ListEventPredictionsCommand_base: {
103
103
  * @throws {@link FraudDetectorServiceException}
104
104
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class ListEventPredictionsCommand extends ListEventPredictionsCommand_base {
108
109
  }