@aws-sdk/client-frauddetector 3.529.1 → 3.535.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 (159) hide show
  1. package/dist-types/FraudDetector.d.ts +15 -1
  2. package/dist-types/FraudDetectorClient.d.ts +1 -1
  3. package/dist-types/commands/BatchCreateVariableCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -1
  5. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateListCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateModelVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateVariableCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteEventCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteEventTypeCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteExternalModelCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteLabelCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteListCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteModelVersionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteOutcomeCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteVariableCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeDetectorCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +2 -1
  34. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +2 -1
  36. package/dist-types/commands/GetDetectorVersionCommand.d.ts +2 -1
  37. package/dist-types/commands/GetDetectorsCommand.d.ts +2 -1
  38. package/dist-types/commands/GetEntityTypesCommand.d.ts +2 -1
  39. package/dist-types/commands/GetEventCommand.d.ts +2 -1
  40. package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -2
  41. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +2 -1
  42. package/dist-types/commands/GetEventTypesCommand.d.ts +2 -1
  43. package/dist-types/commands/GetExternalModelsCommand.d.ts +2 -1
  44. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +2 -1
  45. package/dist-types/commands/GetLabelsCommand.d.ts +2 -1
  46. package/dist-types/commands/GetListElementsCommand.d.ts +2 -1
  47. package/dist-types/commands/GetListsMetadataCommand.d.ts +2 -1
  48. package/dist-types/commands/GetModelVersionCommand.d.ts +2 -1
  49. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  50. package/dist-types/commands/GetOutcomesCommand.d.ts +2 -1
  51. package/dist-types/commands/GetRulesCommand.d.ts +2 -1
  52. package/dist-types/commands/GetVariablesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListEventPredictionsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/PutDetectorCommand.d.ts +2 -1
  56. package/dist-types/commands/PutEntityTypeCommand.d.ts +2 -1
  57. package/dist-types/commands/PutEventTypeCommand.d.ts +2 -1
  58. package/dist-types/commands/PutExternalModelCommand.d.ts +2 -1
  59. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +2 -1
  60. package/dist-types/commands/PutLabelCommand.d.ts +2 -1
  61. package/dist-types/commands/PutOutcomeCommand.d.ts +2 -1
  62. package/dist-types/commands/SendEventCommand.d.ts +2 -1
  63. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateEventLabelCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateListCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateModelVersionCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateVariableCommand.d.ts +2 -1
  76. package/dist-types/models/models_0.d.ts +698 -698
  77. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  78. package/dist-types/runtimeConfig.d.ts +2 -2
  79. package/dist-types/runtimeConfig.native.d.ts +2 -2
  80. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  81. package/dist-types/ts3.4/FraudDetector.d.ts +14 -0
  82. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  156. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  157. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  158. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  159. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
22
22
  }
23
23
  declare const PutDetectorCommand_base: {
24
24
  new (input: PutDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates a detector. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const PutDetectorCommand_base: {
74
74
  * @throws {@link FraudDetectorServiceException}
75
75
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class PutDetectorCommand extends PutDetectorCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
22
22
  }
23
23
  declare const PutEntityTypeCommand_base: {
24
24
  new (input: PutEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const PutEntityTypeCommand_base: {
73
73
  * @throws {@link FraudDetectorServiceException}
74
74
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class PutEntityTypeCommand extends PutEntityTypeCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
22
22
  }
23
23
  declare const PutEventTypeCommand_base: {
24
24
  new (input: PutEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const PutEventTypeCommand_base: {
86
86
  * @throws {@link FraudDetectorServiceException}
87
87
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class PutEventTypeCommand extends PutEventTypeCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
22
22
  }
23
23
  declare const PutExternalModelCommand_base: {
24
24
  new (input: PutExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const PutExternalModelCommand_base: {
91
91
  * @throws {@link FraudDetectorServiceException}
92
92
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class PutExternalModelCommand extends PutExternalModelCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
22
22
  }
23
23
  declare const PutKMSEncryptionKeyCommand_base: {
24
24
  new (input: PutKMSEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutKMSEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies the KMS key 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.
@@ -69,6 +69,7 @@ declare const PutKMSEncryptionKeyCommand_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 PutKMSEncryptionKeyCommand extends PutKMSEncryptionKeyCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
22
22
  }
23
23
  declare const PutLabelCommand_base: {
24
24
  new (input: PutLabelCommandInput): import("@smithy/smithy-client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutLabelCommandInput): import("@smithy/smithy-client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models 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.
@@ -73,6 +73,7 @@ declare const PutLabelCommand_base: {
73
73
  * @throws {@link FraudDetectorServiceException}
74
74
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class PutLabelCommand extends PutLabelCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
22
22
  }
23
23
  declare const PutOutcomeCommand_base: {
24
24
  new (input: PutOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates an outcome. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const PutOutcomeCommand_base: {
73
73
  * @throws {@link FraudDetectorServiceException}
74
74
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class PutOutcomeCommand extends PutOutcomeCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
22
22
  }
23
23
  declare const SendEventCommand_base: {
24
24
  new (input: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stores events in Amazon Fraud Detector without generating fraud predictions for those events. For example, you can use <code>SendEvent</code> to upload a historical dataset, which you can then later use to train a model.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const SendEventCommand_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 SendEventCommand extends SendEventCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns tags to a resource.</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 TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
22
22
  }
23
23
  declare const UpdateDetectorVersionCommand_base: {
24
24
  new (input: UpdateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a <code>DRAFT</code> detector version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const UpdateDetectorVersionCommand_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 UpdateDetectorVersionCommand extends UpdateDetectorVersionCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
22
22
  }
23
23
  declare const UpdateDetectorVersionMetadataCommand_base: {
24
24
  new (input: UpdateDetectorVersionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDetectorVersionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the detector version's description. You can update the metadata for any detector version (<code>DRAFT, ACTIVE,</code> or
30
30
  * <code>INACTIVE</code>). </p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const UpdateDetectorVersionMetadataCommand_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 UpdateDetectorVersionMetadataCommand extends UpdateDetectorVersionMetadataCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
22
22
  }
23
23
  declare const UpdateDetectorVersionStatusCommand_base: {
24
24
  new (input: UpdateDetectorVersionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDetectorVersionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the detector version’s status. You can perform the following promotions or
30
30
  * 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
31
  * @example
@@ -72,6 +72,7 @@ declare const UpdateDetectorVersionStatusCommand_base: {
72
72
  * @throws {@link FraudDetectorServiceException}
73
73
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateDetectorVersionStatusCommand extends UpdateDetectorVersionStatusCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
22
22
  }
23
23
  declare const UpdateEventLabelCommand_base: {
24
24
  new (input: UpdateEventLabelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEventLabelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified event with a new label.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UpdateEventLabelCommand_base: {
72
72
  * @throws {@link FraudDetectorServiceException}
73
73
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
22
22
  }
23
23
  declare const UpdateListCommand_base: {
24
24
  new (input: UpdateListCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateListCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Updates a list.
31
31
  * </p>
@@ -77,6 +77,7 @@ declare const UpdateListCommand_base: {
77
77
  * @throws {@link FraudDetectorServiceException}
78
78
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateListCommand extends UpdateListCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
22
22
  }
23
23
  declare const UpdateModelCommand_base: {
24
24
  new (input: UpdateModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates model description.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const UpdateModelCommand_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 UpdateModelCommand extends UpdateModelCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
22
22
  }
23
23
  declare const UpdateModelVersionCommand_base: {
24
24
  new (input: UpdateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const UpdateModelVersionCommand_base: {
92
92
  * @throws {@link FraudDetectorServiceException}
93
93
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class UpdateModelVersionCommand extends UpdateModelVersionCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
22
22
  }
23
23
  declare const UpdateModelVersionStatusCommand_base: {
24
24
  new (input: UpdateModelVersionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateModelVersionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the status of a model version.</p>
30
30
  * <p>You can perform the following status updates:</p>
31
31
  * <ol>
@@ -84,6 +84,7 @@ declare const UpdateModelVersionStatusCommand_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 UpdateModelVersionStatusCommand extends UpdateModelVersionStatusCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
22
22
  }
23
23
  declare const UpdateRuleMetadataCommand_base: {
24
24
  new (input: UpdateRuleMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRuleMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a rule's metadata. The description attribute can be updated.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UpdateRuleMetadataCommand_base: {
74
74
  * @throws {@link FraudDetectorServiceException}
75
75
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UpdateRuleMetadataCommand extends UpdateRuleMetadataCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
22
22
  }
23
23
  declare const UpdateRuleVersionCommand_base: {
24
24
  new (input: UpdateRuleVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRuleVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...). </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const UpdateRuleVersionCommand_base: {
91
91
  * @throws {@link FraudDetectorServiceException}
92
92
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateRuleVersionCommand extends UpdateRuleVersionCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
22
22
  }
23
23
  declare const UpdateVariableCommand_base: {
24
24
  new (input: UpdateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a variable.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UpdateVariableCommand_base: {
72
72
  * @throws {@link FraudDetectorServiceException}
73
73
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateVariableCommand extends UpdateVariableCommand_base {
77
78
  }