@aws-sdk/client-frauddetector 3.1076.0 → 3.1078.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 (239) hide show
  1. package/dist-cjs/index.js +228 -879
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCreateVariableCommand.js +2 -14
  4. package/dist-es/commands/BatchGetVariableCommand.js +2 -14
  5. package/dist-es/commands/CancelBatchImportJobCommand.js +2 -14
  6. package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -14
  7. package/dist-es/commands/CreateBatchImportJobCommand.js +2 -14
  8. package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -14
  9. package/dist-es/commands/CreateDetectorVersionCommand.js +2 -14
  10. package/dist-es/commands/CreateListCommand.js +2 -14
  11. package/dist-es/commands/CreateModelCommand.js +2 -14
  12. package/dist-es/commands/CreateModelVersionCommand.js +2 -14
  13. package/dist-es/commands/CreateRuleCommand.js +2 -14
  14. package/dist-es/commands/CreateVariableCommand.js +2 -14
  15. package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -14
  16. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -14
  17. package/dist-es/commands/DeleteDetectorCommand.js +2 -14
  18. package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -14
  19. package/dist-es/commands/DeleteEntityTypeCommand.js +2 -14
  20. package/dist-es/commands/DeleteEventCommand.js +2 -14
  21. package/dist-es/commands/DeleteEventTypeCommand.js +2 -14
  22. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -14
  23. package/dist-es/commands/DeleteExternalModelCommand.js +2 -14
  24. package/dist-es/commands/DeleteLabelCommand.js +2 -14
  25. package/dist-es/commands/DeleteListCommand.js +2 -14
  26. package/dist-es/commands/DeleteModelCommand.js +2 -14
  27. package/dist-es/commands/DeleteModelVersionCommand.js +2 -14
  28. package/dist-es/commands/DeleteOutcomeCommand.js +2 -14
  29. package/dist-es/commands/DeleteRuleCommand.js +2 -14
  30. package/dist-es/commands/DeleteVariableCommand.js +2 -14
  31. package/dist-es/commands/DescribeDetectorCommand.js +2 -14
  32. package/dist-es/commands/DescribeModelVersionsCommand.js +2 -14
  33. package/dist-es/commands/GetBatchImportJobsCommand.js +2 -14
  34. package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -14
  35. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -14
  36. package/dist-es/commands/GetDetectorVersionCommand.js +2 -14
  37. package/dist-es/commands/GetDetectorsCommand.js +2 -14
  38. package/dist-es/commands/GetEntityTypesCommand.js +2 -14
  39. package/dist-es/commands/GetEventCommand.js +2 -14
  40. package/dist-es/commands/GetEventPredictionCommand.js +2 -14
  41. package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -14
  42. package/dist-es/commands/GetEventTypesCommand.js +2 -14
  43. package/dist-es/commands/GetExternalModelsCommand.js +2 -14
  44. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -14
  45. package/dist-es/commands/GetLabelsCommand.js +2 -14
  46. package/dist-es/commands/GetListElementsCommand.js +2 -14
  47. package/dist-es/commands/GetListsMetadataCommand.js +2 -14
  48. package/dist-es/commands/GetModelVersionCommand.js +2 -14
  49. package/dist-es/commands/GetModelsCommand.js +2 -14
  50. package/dist-es/commands/GetOutcomesCommand.js +2 -14
  51. package/dist-es/commands/GetRulesCommand.js +2 -14
  52. package/dist-es/commands/GetVariablesCommand.js +2 -14
  53. package/dist-es/commands/ListEventPredictionsCommand.js +2 -14
  54. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  55. package/dist-es/commands/PutDetectorCommand.js +2 -14
  56. package/dist-es/commands/PutEntityTypeCommand.js +2 -14
  57. package/dist-es/commands/PutEventTypeCommand.js +2 -14
  58. package/dist-es/commands/PutExternalModelCommand.js +2 -14
  59. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -14
  60. package/dist-es/commands/PutLabelCommand.js +2 -14
  61. package/dist-es/commands/PutOutcomeCommand.js +2 -14
  62. package/dist-es/commands/SendEventCommand.js +2 -14
  63. package/dist-es/commands/TagResourceCommand.js +2 -14
  64. package/dist-es/commands/UntagResourceCommand.js +2 -14
  65. package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -14
  66. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -14
  67. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -14
  68. package/dist-es/commands/UpdateEventLabelCommand.js +2 -14
  69. package/dist-es/commands/UpdateListCommand.js +2 -14
  70. package/dist-es/commands/UpdateModelCommand.js +2 -14
  71. package/dist-es/commands/UpdateModelVersionCommand.js +2 -14
  72. package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -14
  73. package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -14
  74. package/dist-es/commands/UpdateRuleVersionCommand.js +2 -14
  75. package/dist-es/commands/UpdateVariableCommand.js +2 -14
  76. package/dist-es/index.js +1 -0
  77. package/dist-es/runtimeConfig.browser.js +0 -2
  78. package/dist-es/runtimeConfig.js +1 -2
  79. package/dist-es/runtimeConfig.native.js +0 -2
  80. package/dist-es/runtimeConfig.shared.js +2 -0
  81. package/dist-types/commandBuilder.d.ts +18 -0
  82. package/dist-types/commands/BatchCreateVariableCommand.d.ts +3 -8
  83. package/dist-types/commands/BatchGetVariableCommand.d.ts +3 -8
  84. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +3 -8
  85. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateListCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateModelCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateModelVersionCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateVariableCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteDetectorCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteEventCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteEventTypeCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteExternalModelCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteListCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteModelVersionCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteOutcomeCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteVariableCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribeDetectorCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +3 -8
  112. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +3 -8
  113. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +3 -8
  114. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +3 -8
  115. package/dist-types/commands/GetDetectorVersionCommand.d.ts +3 -8
  116. package/dist-types/commands/GetDetectorsCommand.d.ts +3 -8
  117. package/dist-types/commands/GetEntityTypesCommand.d.ts +3 -8
  118. package/dist-types/commands/GetEventCommand.d.ts +3 -8
  119. package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -8
  120. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +3 -8
  121. package/dist-types/commands/GetEventTypesCommand.d.ts +3 -8
  122. package/dist-types/commands/GetExternalModelsCommand.d.ts +3 -8
  123. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +3 -8
  124. package/dist-types/commands/GetLabelsCommand.d.ts +3 -8
  125. package/dist-types/commands/GetListElementsCommand.d.ts +3 -8
  126. package/dist-types/commands/GetListsMetadataCommand.d.ts +3 -8
  127. package/dist-types/commands/GetModelVersionCommand.d.ts +3 -8
  128. package/dist-types/commands/GetModelsCommand.d.ts +3 -8
  129. package/dist-types/commands/GetOutcomesCommand.d.ts +3 -8
  130. package/dist-types/commands/GetRulesCommand.d.ts +3 -8
  131. package/dist-types/commands/GetVariablesCommand.d.ts +3 -8
  132. package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -8
  133. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  134. package/dist-types/commands/PutDetectorCommand.d.ts +3 -8
  135. package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -8
  136. package/dist-types/commands/PutEventTypeCommand.d.ts +3 -8
  137. package/dist-types/commands/PutExternalModelCommand.d.ts +3 -8
  138. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +3 -8
  139. package/dist-types/commands/PutLabelCommand.d.ts +3 -8
  140. package/dist-types/commands/PutOutcomeCommand.d.ts +3 -8
  141. package/dist-types/commands/SendEventCommand.d.ts +3 -8
  142. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  143. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateEventLabelCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateListCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateModelVersionCommand.d.ts +3 -8
  151. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +3 -8
  152. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +3 -8
  153. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +3 -8
  154. package/dist-types/commands/UpdateVariableCommand.d.ts +3 -8
  155. package/dist-types/index.d.ts +1 -0
  156. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  157. package/dist-types/runtimeConfig.d.ts +1 -1
  158. package/dist-types/runtimeConfig.native.d.ts +1 -1
  159. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  160. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  161. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/index.d.ts +1 -0
  235. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  236. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  237. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  238. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  239. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { PutDetectorRequest, PutDetectorResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutDetectorCommandInput extends PutDetectorRequest {
22
19
  export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutDetectorCommand_base: {
25
- new (input: PutDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates a detector. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutEntityTypeCommandInput extends PutEntityTypeRequest {
22
19
  export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutEntityTypeCommand_base: {
25
- new (input: PutEntityTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutEntityTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEntityTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutEntityTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutEventTypeCommandInput extends PutEventTypeRequest {
22
19
  export interface PutEventTypeCommandOutput extends PutEventTypeResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutEventTypeCommand_base: {
25
- new (input: PutEventTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutEventTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEventTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutEventTypeCommandInput): import("@smithy/core/client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutExternalModelCommandInput extends PutExternalModelRequest {
22
19
  export interface PutExternalModelCommandOutput extends PutExternalModelResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutExternalModelCommand_base: {
25
- new (input: PutExternalModelCommandInput): import("@smithy/core/client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutExternalModelCommandInput): import("@smithy/core/client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutExternalModelCommandInput): import("@smithy/core/client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutExternalModelCommandInput): import("@smithy/core/client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutKMSEncryptionKeyCommandInput extends PutKMSEncryptionKeyRequ
22
19
  export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutKMSEncryptionKeyCommand_base: {
25
- new (input: PutKMSEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutKMSEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutKMSEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutKMSEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { PutLabelRequest, PutLabelResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutLabelCommandInput extends PutLabelRequest {
22
19
  export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutLabelCommand_base: {
25
- new (input: PutLabelCommandInput): import("@smithy/core/client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutLabelCommandInput): import("@smithy/core/client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutLabelCommandInput): import("@smithy/core/client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutLabelCommandInput): import("@smithy/core/client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutOutcomeCommandInput extends PutOutcomeRequest {
22
19
  export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutOutcomeCommand_base: {
25
- new (input: PutOutcomeCommandInput): import("@smithy/core/client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutOutcomeCommandInput): import("@smithy/core/client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutOutcomeCommandInput): import("@smithy/core/client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutOutcomeCommandInput): import("@smithy/core/client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates an outcome. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { SendEventRequest, SendEventResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendEventCommandInput extends SendEventRequest {
22
19
  export interface SendEventCommandOutput extends SendEventResult, __MetadataBearer {
23
20
  }
24
21
  declare const SendEventCommand_base: {
25
- new (input: SendEventCommandInput): import("@smithy/core/client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendEventCommandInput): import("@smithy/core/client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendEventCommandInput): import("@smithy/core/client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendEventCommandInput): import("@smithy/core/client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { TagResourceRequest, TagResourceResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns tags to a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDetectorVersionCommandInput extends UpdateDetectorVersion
22
19
  export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersionResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDetectorVersionCommand_base: {
25
- new (input: UpdateDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDetectorVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateDetectorVersionMetadataRequest, UpdateDetectorVersionMetadataResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDetectorVersionMetadataCommandInput extends UpdateDetecto
22
19
  export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetectorVersionMetadataResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDetectorVersionMetadataCommand_base: {
25
- new (input: UpdateDetectorVersionMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDetectorVersionMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDetectorVersionMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDetectorVersionMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the detector version's description. You can update the metadata for any detector version (<code>DRAFT, ACTIVE,</code> or
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateDetectorVersionStatusRequest, UpdateDetectorVersionStatusResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDetectorVersionStatusCommandInput extends UpdateDetectorV
22
19
  export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetectorVersionStatusResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDetectorVersionStatusCommand_base: {
25
- new (input: UpdateDetectorVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDetectorVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDetectorVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDetectorVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the detector version’s status. You can perform the following promotions or
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {
22
19
  export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEventLabelCommand_base: {
25
- new (input: UpdateEventLabelCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEventLabelCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEventLabelCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEventLabelCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified event with a new label.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateListRequest, UpdateListResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateListCommandInput extends UpdateListRequest {
22
19
  export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateListCommand_base: {
25
- new (input: UpdateListCommandInput): import("@smithy/core/client").CommandImpl<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateListCommandInput): import("@smithy/core/client").CommandImpl<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateListCommandInput): import("@smithy/core/client").CommandImpl<UpdateListCommandInput, UpdateListCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateListCommandInput): import("@smithy/core/client").CommandImpl<UpdateListCommandInput, UpdateListCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateModelRequest, UpdateModelResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateModelCommandInput extends UpdateModelRequest {
22
19
  export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateModelCommand_base: {
25
- new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates model description.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateModelVersionCommandInput extends UpdateModelVersionReques
22
19
  export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateModelVersionCommand_base: {
25
- new (input: UpdateModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateModelVersionStatusRequest, UpdateModelVersionStatusResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateModelVersionStatusCommandInput extends UpdateModelVersion
22
19
  export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersionStatusResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateModelVersionStatusCommand_base: {
25
- new (input: UpdateModelVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateModelVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateModelVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateModelVersionStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the status of a model version.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateRuleMetadataCommandInput extends UpdateRuleMetadataReques
22
19
  export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRuleMetadataCommand_base: {
25
- new (input: UpdateRuleMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRuleMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRuleMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRuleMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a rule's metadata. The description attribute can be updated.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateRuleVersionRequest, UpdateRuleVersionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateRuleVersionCommandInput extends UpdateRuleVersionRequest
22
19
  export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRuleVersionCommand_base: {
25
- new (input: UpdateRuleVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRuleVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRuleVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRuleVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
2
  import type { UpdateVariableRequest, UpdateVariableResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateVariableCommandInput extends UpdateVariableRequest {
22
19
  export interface UpdateVariableCommandOutput extends UpdateVariableResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateVariableCommand_base: {
25
- new (input: UpdateVariableCommandInput): import("@smithy/core/client").CommandImpl<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateVariableCommandInput): import("@smithy/core/client").CommandImpl<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateVariableCommandInput): import("@smithy/core/client").CommandImpl<UpdateVariableCommandInput, UpdateVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateVariableCommandInput): import("@smithy/core/client").CommandImpl<UpdateVariableCommandInput, UpdateVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a variable.</p>