@aws-sdk/client-frauddetector 3.477.0 → 3.481.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 (361) hide show
  1. package/dist-cjs/commands/BatchCreateVariableCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetVariableCommand.js +18 -41
  3. package/dist-cjs/commands/CancelBatchImportJobCommand.js +18 -41
  4. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +18 -41
  5. package/dist-cjs/commands/CreateBatchImportJobCommand.js +18 -41
  6. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +18 -41
  7. package/dist-cjs/commands/CreateDetectorVersionCommand.js +18 -41
  8. package/dist-cjs/commands/CreateListCommand.js +18 -41
  9. package/dist-cjs/commands/CreateModelCommand.js +18 -41
  10. package/dist-cjs/commands/CreateModelVersionCommand.js +18 -41
  11. package/dist-cjs/commands/CreateRuleCommand.js +18 -41
  12. package/dist-cjs/commands/CreateVariableCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteDetectorCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteEntityTypeCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteEventCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteEventTypeCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteExternalModelCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteLabelCommand.js +18 -41
  23. package/dist-cjs/commands/DeleteListCommand.js +18 -41
  24. package/dist-cjs/commands/DeleteModelCommand.js +18 -41
  25. package/dist-cjs/commands/DeleteModelVersionCommand.js +18 -41
  26. package/dist-cjs/commands/DeleteOutcomeCommand.js +18 -41
  27. package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
  28. package/dist-cjs/commands/DeleteVariableCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeDetectorCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeModelVersionsCommand.js +18 -41
  31. package/dist-cjs/commands/GetBatchImportJobsCommand.js +18 -41
  32. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +18 -41
  33. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +18 -41
  34. package/dist-cjs/commands/GetDetectorVersionCommand.js +18 -41
  35. package/dist-cjs/commands/GetDetectorsCommand.js +18 -41
  36. package/dist-cjs/commands/GetEntityTypesCommand.js +18 -41
  37. package/dist-cjs/commands/GetEventCommand.js +18 -41
  38. package/dist-cjs/commands/GetEventPredictionCommand.js +18 -41
  39. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +18 -41
  40. package/dist-cjs/commands/GetEventTypesCommand.js +18 -41
  41. package/dist-cjs/commands/GetExternalModelsCommand.js +18 -41
  42. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +18 -41
  43. package/dist-cjs/commands/GetLabelsCommand.js +18 -41
  44. package/dist-cjs/commands/GetListElementsCommand.js +18 -41
  45. package/dist-cjs/commands/GetListsMetadataCommand.js +18 -41
  46. package/dist-cjs/commands/GetModelVersionCommand.js +18 -41
  47. package/dist-cjs/commands/GetModelsCommand.js +18 -41
  48. package/dist-cjs/commands/GetOutcomesCommand.js +18 -41
  49. package/dist-cjs/commands/GetRulesCommand.js +18 -41
  50. package/dist-cjs/commands/GetVariablesCommand.js +18 -41
  51. package/dist-cjs/commands/ListEventPredictionsCommand.js +18 -41
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  53. package/dist-cjs/commands/PutDetectorCommand.js +18 -41
  54. package/dist-cjs/commands/PutEntityTypeCommand.js +18 -41
  55. package/dist-cjs/commands/PutEventTypeCommand.js +18 -41
  56. package/dist-cjs/commands/PutExternalModelCommand.js +18 -41
  57. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +18 -41
  58. package/dist-cjs/commands/PutLabelCommand.js +18 -41
  59. package/dist-cjs/commands/PutOutcomeCommand.js +18 -41
  60. package/dist-cjs/commands/SendEventCommand.js +18 -41
  61. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  62. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  63. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +18 -41
  64. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +18 -41
  66. package/dist-cjs/commands/UpdateEventLabelCommand.js +18 -41
  67. package/dist-cjs/commands/UpdateListCommand.js +18 -41
  68. package/dist-cjs/commands/UpdateModelCommand.js +18 -41
  69. package/dist-cjs/commands/UpdateModelVersionCommand.js +18 -41
  70. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +18 -41
  71. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +18 -41
  72. package/dist-cjs/commands/UpdateRuleVersionCommand.js +18 -41
  73. package/dist-cjs/commands/UpdateVariableCommand.js +18 -41
  74. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  75. package/dist-cjs/pagination/DescribeModelVersionsPaginator.js +2 -24
  76. package/dist-cjs/pagination/GetBatchImportJobsPaginator.js +2 -24
  77. package/dist-cjs/pagination/GetBatchPredictionJobsPaginator.js +2 -24
  78. package/dist-cjs/pagination/GetDetectorsPaginator.js +2 -24
  79. package/dist-cjs/pagination/GetEntityTypesPaginator.js +2 -24
  80. package/dist-cjs/pagination/GetEventTypesPaginator.js +2 -24
  81. package/dist-cjs/pagination/GetExternalModelsPaginator.js +2 -24
  82. package/dist-cjs/pagination/GetLabelsPaginator.js +2 -24
  83. package/dist-cjs/pagination/GetListElementsPaginator.js +2 -24
  84. package/dist-cjs/pagination/GetListsMetadataPaginator.js +2 -24
  85. package/dist-cjs/pagination/GetModelsPaginator.js +2 -24
  86. package/dist-cjs/pagination/GetOutcomesPaginator.js +2 -24
  87. package/dist-cjs/pagination/GetRulesPaginator.js +2 -24
  88. package/dist-cjs/pagination/GetVariablesPaginator.js +2 -24
  89. package/dist-cjs/pagination/ListEventPredictionsPaginator.js +2 -24
  90. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  91. package/dist-es/commands/BatchCreateVariableCommand.js +18 -41
  92. package/dist-es/commands/BatchGetVariableCommand.js +18 -41
  93. package/dist-es/commands/CancelBatchImportJobCommand.js +18 -41
  94. package/dist-es/commands/CancelBatchPredictionJobCommand.js +18 -41
  95. package/dist-es/commands/CreateBatchImportJobCommand.js +18 -41
  96. package/dist-es/commands/CreateBatchPredictionJobCommand.js +18 -41
  97. package/dist-es/commands/CreateDetectorVersionCommand.js +18 -41
  98. package/dist-es/commands/CreateListCommand.js +18 -41
  99. package/dist-es/commands/CreateModelCommand.js +18 -41
  100. package/dist-es/commands/CreateModelVersionCommand.js +18 -41
  101. package/dist-es/commands/CreateRuleCommand.js +18 -41
  102. package/dist-es/commands/CreateVariableCommand.js +18 -41
  103. package/dist-es/commands/DeleteBatchImportJobCommand.js +18 -41
  104. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +18 -41
  105. package/dist-es/commands/DeleteDetectorCommand.js +18 -41
  106. package/dist-es/commands/DeleteDetectorVersionCommand.js +18 -41
  107. package/dist-es/commands/DeleteEntityTypeCommand.js +18 -41
  108. package/dist-es/commands/DeleteEventCommand.js +18 -41
  109. package/dist-es/commands/DeleteEventTypeCommand.js +18 -41
  110. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +18 -41
  111. package/dist-es/commands/DeleteExternalModelCommand.js +18 -41
  112. package/dist-es/commands/DeleteLabelCommand.js +18 -41
  113. package/dist-es/commands/DeleteListCommand.js +18 -41
  114. package/dist-es/commands/DeleteModelCommand.js +18 -41
  115. package/dist-es/commands/DeleteModelVersionCommand.js +18 -41
  116. package/dist-es/commands/DeleteOutcomeCommand.js +18 -41
  117. package/dist-es/commands/DeleteRuleCommand.js +18 -41
  118. package/dist-es/commands/DeleteVariableCommand.js +18 -41
  119. package/dist-es/commands/DescribeDetectorCommand.js +18 -41
  120. package/dist-es/commands/DescribeModelVersionsCommand.js +18 -41
  121. package/dist-es/commands/GetBatchImportJobsCommand.js +18 -41
  122. package/dist-es/commands/GetBatchPredictionJobsCommand.js +18 -41
  123. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +18 -41
  124. package/dist-es/commands/GetDetectorVersionCommand.js +18 -41
  125. package/dist-es/commands/GetDetectorsCommand.js +18 -41
  126. package/dist-es/commands/GetEntityTypesCommand.js +18 -41
  127. package/dist-es/commands/GetEventCommand.js +18 -41
  128. package/dist-es/commands/GetEventPredictionCommand.js +18 -41
  129. package/dist-es/commands/GetEventPredictionMetadataCommand.js +18 -41
  130. package/dist-es/commands/GetEventTypesCommand.js +18 -41
  131. package/dist-es/commands/GetExternalModelsCommand.js +18 -41
  132. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +18 -41
  133. package/dist-es/commands/GetLabelsCommand.js +18 -41
  134. package/dist-es/commands/GetListElementsCommand.js +18 -41
  135. package/dist-es/commands/GetListsMetadataCommand.js +18 -41
  136. package/dist-es/commands/GetModelVersionCommand.js +18 -41
  137. package/dist-es/commands/GetModelsCommand.js +18 -41
  138. package/dist-es/commands/GetOutcomesCommand.js +18 -41
  139. package/dist-es/commands/GetRulesCommand.js +18 -41
  140. package/dist-es/commands/GetVariablesCommand.js +18 -41
  141. package/dist-es/commands/ListEventPredictionsCommand.js +18 -41
  142. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  143. package/dist-es/commands/PutDetectorCommand.js +18 -41
  144. package/dist-es/commands/PutEntityTypeCommand.js +18 -41
  145. package/dist-es/commands/PutEventTypeCommand.js +18 -41
  146. package/dist-es/commands/PutExternalModelCommand.js +18 -41
  147. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +18 -41
  148. package/dist-es/commands/PutLabelCommand.js +18 -41
  149. package/dist-es/commands/PutOutcomeCommand.js +18 -41
  150. package/dist-es/commands/SendEventCommand.js +18 -41
  151. package/dist-es/commands/TagResourceCommand.js +18 -41
  152. package/dist-es/commands/UntagResourceCommand.js +18 -41
  153. package/dist-es/commands/UpdateDetectorVersionCommand.js +18 -41
  154. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +18 -41
  155. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +18 -41
  156. package/dist-es/commands/UpdateEventLabelCommand.js +18 -41
  157. package/dist-es/commands/UpdateListCommand.js +18 -41
  158. package/dist-es/commands/UpdateModelCommand.js +18 -41
  159. package/dist-es/commands/UpdateModelVersionCommand.js +18 -41
  160. package/dist-es/commands/UpdateModelVersionStatusCommand.js +18 -41
  161. package/dist-es/commands/UpdateRuleMetadataCommand.js +18 -41
  162. package/dist-es/commands/UpdateRuleVersionCommand.js +18 -41
  163. package/dist-es/commands/UpdateVariableCommand.js +18 -41
  164. package/dist-es/endpoint/EndpointParameters.js +6 -0
  165. package/dist-es/pagination/DescribeModelVersionsPaginator.js +2 -23
  166. package/dist-es/pagination/GetBatchImportJobsPaginator.js +2 -23
  167. package/dist-es/pagination/GetBatchPredictionJobsPaginator.js +2 -23
  168. package/dist-es/pagination/GetDetectorsPaginator.js +2 -23
  169. package/dist-es/pagination/GetEntityTypesPaginator.js +2 -23
  170. package/dist-es/pagination/GetEventTypesPaginator.js +2 -23
  171. package/dist-es/pagination/GetExternalModelsPaginator.js +2 -23
  172. package/dist-es/pagination/GetLabelsPaginator.js +2 -23
  173. package/dist-es/pagination/GetListElementsPaginator.js +2 -23
  174. package/dist-es/pagination/GetListsMetadataPaginator.js +2 -23
  175. package/dist-es/pagination/GetModelsPaginator.js +2 -23
  176. package/dist-es/pagination/GetOutcomesPaginator.js +2 -23
  177. package/dist-es/pagination/GetRulesPaginator.js +2 -23
  178. package/dist-es/pagination/GetVariablesPaginator.js +2 -23
  179. package/dist-es/pagination/ListEventPredictionsPaginator.js +2 -23
  180. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  181. package/dist-types/commands/BatchCreateVariableCommand.d.ts +6 -21
  182. package/dist-types/commands/BatchGetVariableCommand.d.ts +6 -21
  183. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +6 -21
  184. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +6 -21
  185. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +6 -21
  186. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +6 -21
  187. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +6 -21
  188. package/dist-types/commands/CreateListCommand.d.ts +6 -21
  189. package/dist-types/commands/CreateModelCommand.d.ts +6 -21
  190. package/dist-types/commands/CreateModelVersionCommand.d.ts +6 -21
  191. package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
  192. package/dist-types/commands/CreateVariableCommand.d.ts +6 -21
  193. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +6 -21
  194. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +6 -21
  195. package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -21
  196. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +6 -21
  197. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +6 -21
  198. package/dist-types/commands/DeleteEventCommand.d.ts +6 -21
  199. package/dist-types/commands/DeleteEventTypeCommand.d.ts +6 -21
  200. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +6 -21
  201. package/dist-types/commands/DeleteExternalModelCommand.d.ts +6 -21
  202. package/dist-types/commands/DeleteLabelCommand.d.ts +6 -21
  203. package/dist-types/commands/DeleteListCommand.d.ts +6 -21
  204. package/dist-types/commands/DeleteModelCommand.d.ts +6 -21
  205. package/dist-types/commands/DeleteModelVersionCommand.d.ts +6 -21
  206. package/dist-types/commands/DeleteOutcomeCommand.d.ts +6 -21
  207. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
  208. package/dist-types/commands/DeleteVariableCommand.d.ts +6 -21
  209. package/dist-types/commands/DescribeDetectorCommand.d.ts +6 -21
  210. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +6 -21
  211. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +6 -21
  212. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +6 -21
  213. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -21
  214. package/dist-types/commands/GetDetectorVersionCommand.d.ts +6 -21
  215. package/dist-types/commands/GetDetectorsCommand.d.ts +6 -21
  216. package/dist-types/commands/GetEntityTypesCommand.d.ts +6 -21
  217. package/dist-types/commands/GetEventCommand.d.ts +6 -21
  218. package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -21
  219. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +6 -21
  220. package/dist-types/commands/GetEventTypesCommand.d.ts +6 -21
  221. package/dist-types/commands/GetExternalModelsCommand.d.ts +6 -21
  222. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +6 -21
  223. package/dist-types/commands/GetLabelsCommand.d.ts +6 -21
  224. package/dist-types/commands/GetListElementsCommand.d.ts +6 -21
  225. package/dist-types/commands/GetListsMetadataCommand.d.ts +6 -21
  226. package/dist-types/commands/GetModelVersionCommand.d.ts +6 -21
  227. package/dist-types/commands/GetModelsCommand.d.ts +6 -21
  228. package/dist-types/commands/GetOutcomesCommand.d.ts +6 -21
  229. package/dist-types/commands/GetRulesCommand.d.ts +6 -21
  230. package/dist-types/commands/GetVariablesCommand.d.ts +6 -21
  231. package/dist-types/commands/ListEventPredictionsCommand.d.ts +6 -21
  232. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  233. package/dist-types/commands/PutDetectorCommand.d.ts +6 -21
  234. package/dist-types/commands/PutEntityTypeCommand.d.ts +6 -21
  235. package/dist-types/commands/PutEventTypeCommand.d.ts +6 -21
  236. package/dist-types/commands/PutExternalModelCommand.d.ts +6 -21
  237. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +6 -21
  238. package/dist-types/commands/PutLabelCommand.d.ts +6 -21
  239. package/dist-types/commands/PutOutcomeCommand.d.ts +6 -21
  240. package/dist-types/commands/SendEventCommand.d.ts +6 -21
  241. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  242. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  243. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -21
  244. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -21
  245. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -21
  246. package/dist-types/commands/UpdateEventLabelCommand.d.ts +6 -21
  247. package/dist-types/commands/UpdateListCommand.d.ts +6 -21
  248. package/dist-types/commands/UpdateModelCommand.d.ts +6 -21
  249. package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -21
  250. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +6 -21
  251. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +6 -21
  252. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +6 -21
  253. package/dist-types/commands/UpdateVariableCommand.d.ts +6 -21
  254. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  255. package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +1 -1
  256. package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +1 -1
  257. package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +1 -1
  258. package/dist-types/pagination/GetDetectorsPaginator.d.ts +1 -1
  259. package/dist-types/pagination/GetEntityTypesPaginator.d.ts +1 -1
  260. package/dist-types/pagination/GetEventTypesPaginator.d.ts +1 -1
  261. package/dist-types/pagination/GetExternalModelsPaginator.d.ts +1 -1
  262. package/dist-types/pagination/GetLabelsPaginator.d.ts +1 -1
  263. package/dist-types/pagination/GetListElementsPaginator.d.ts +1 -1
  264. package/dist-types/pagination/GetListsMetadataPaginator.d.ts +1 -1
  265. package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
  266. package/dist-types/pagination/GetOutcomesPaginator.d.ts +1 -1
  267. package/dist-types/pagination/GetRulesPaginator.d.ts +1 -1
  268. package/dist-types/pagination/GetVariablesPaginator.d.ts +1 -1
  269. package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +1 -1
  270. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +14 -23
  292. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +14 -23
  296. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +14 -23
  300. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +14 -23
  302. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +12 -24
  304. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +14 -23
  305. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +14 -23
  307. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +14 -23
  308. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +14 -23
  309. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +14 -23
  311. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +14 -23
  312. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +14 -23
  313. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +14 -23
  314. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +14 -23
  315. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +14 -23
  316. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +14 -23
  317. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +14 -23
  318. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +14 -23
  319. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +14 -23
  320. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +14 -23
  321. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +12 -24
  322. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  323. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +14 -23
  324. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +14 -23
  325. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +14 -23
  326. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +14 -23
  328. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +14 -23
  329. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +14 -23
  330. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +14 -23
  331. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  332. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  333. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +12 -24
  334. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +12 -24
  335. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +12 -24
  336. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +14 -23
  337. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +14 -23
  338. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +14 -23
  339. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +14 -23
  340. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +12 -24
  341. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +14 -23
  342. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +14 -23
  343. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +14 -23
  344. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  345. package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +3 -3
  346. package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +3 -3
  347. package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +3 -3
  348. package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +3 -3
  349. package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +3 -3
  350. package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +3 -3
  351. package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +3 -3
  352. package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +3 -3
  353. package/dist-types/ts3.4/pagination/GetListElementsPaginator.d.ts +3 -3
  354. package/dist-types/ts3.4/pagination/GetListsMetadataPaginator.d.ts +3 -3
  355. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +3 -3
  356. package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +3 -3
  357. package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +3 -3
  358. package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +3 -3
  359. package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +3 -3
  360. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  361. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutOutcomeCommandInput extends PutOutcomeRequest {
21
20
  */
22
21
  export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBearer {
23
22
  }
23
+ declare const PutOutcomeCommand_base: {
24
+ new (input: PutOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates an outcome. </p>
@@ -71,23 +74,5 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
71
74
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
72
75
  *
73
76
  */
74
- export declare class PutOutcomeCommand extends $Command<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
75
- readonly input: PutOutcomeCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: PutOutcomeCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutOutcomeCommandInput, PutOutcomeCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class PutOutcomeCommand extends PutOutcomeCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { SendEventRequest, SendEventResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SendEventCommandInput extends SendEventRequest {
21
20
  */
22
21
  export interface SendEventCommandOutput extends SendEventResult, __MetadataBearer {
23
22
  }
23
+ declare const SendEventCommand_base: {
24
+ new (input: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -80,23 +83,5 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
80
83
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
81
84
  *
82
85
  */
83
- export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig> {
84
- readonly input: SendEventCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: SendEventCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEventCommandInput, SendEventCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class SendEventCommand extends SendEventCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { TagResourceRequest, TagResourceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns tags to a resource.</p>
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
67
70
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
68
71
  *
69
72
  */
70
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
71
- readonly input: TagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: TagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class TagResourceCommand extends TagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from a resource.</p>
@@ -64,23 +67,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
64
67
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
65
68
  *
66
69
  */
67
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
68
- readonly input: UntagResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: UntagResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDetectorVersionCommandInput extends UpdateDetectorVersion
21
20
  */
22
21
  export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersionResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDetectorVersionCommand_base: {
24
+ new (input: UpdateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -88,23 +91,5 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
88
91
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
89
92
  *
90
93
  */
91
- export declare class UpdateDetectorVersionCommand extends $Command<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
92
- readonly input: UpdateDetectorVersionCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: UpdateDetectorVersionCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class UpdateDetectorVersionCommand extends UpdateDetectorVersionCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateDetectorVersionMetadataRequest, UpdateDetectorVersionMetadataResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDetectorVersionMetadataCommandInput extends UpdateDetecto
21
20
  */
22
21
  export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetectorVersionMetadataResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDetectorVersionMetadataCommand_base: {
24
+ new (input: UpdateDetectorVersionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the detector version's description. You can update the metadata for any detector version (<code>DRAFT, ACTIVE,</code> or
@@ -67,23 +70,5 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
67
70
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
68
71
  *
69
72
  */
70
- export declare class UpdateDetectorVersionMetadataCommand extends $Command<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
71
- readonly input: UpdateDetectorVersionMetadataCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UpdateDetectorVersionMetadataCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UpdateDetectorVersionMetadataCommand extends UpdateDetectorVersionMetadataCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateDetectorVersionStatusRequest, UpdateDetectorVersionStatusResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDetectorVersionStatusCommandInput extends UpdateDetectorV
21
20
  */
22
21
  export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetectorVersionStatusResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDetectorVersionStatusCommand_base: {
24
+ new (input: UpdateDetectorVersionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the detector version’s status. You can perform the following promotions or
@@ -70,23 +73,5 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
70
73
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
71
74
  *
72
75
  */
73
- export declare class UpdateDetectorVersionStatusCommand extends $Command<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
74
- readonly input: UpdateDetectorVersionStatusCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UpdateDetectorVersionStatusCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UpdateDetectorVersionStatusCommand extends UpdateDetectorVersionStatusCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {
21
20
  */
22
21
  export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEventLabelCommand_base: {
24
+ new (input: UpdateEventLabelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified event with a new label.</p>
@@ -70,23 +73,5 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
70
73
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
71
74
  *
72
75
  */
73
- export declare class UpdateEventLabelCommand extends $Command<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig> {
74
- readonly input: UpdateEventLabelCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UpdateEventLabelCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateListRequest, UpdateListResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateListCommandInput extends UpdateListRequest {
21
20
  */
22
21
  export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateListCommand_base: {
24
+ new (input: UpdateListCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -75,23 +78,5 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
75
78
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateListCommand extends $Command<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig> {
79
- readonly input: UpdateListCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateListCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateListCommandInput, UpdateListCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateListCommand extends UpdateListCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateModelRequest, UpdateModelResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateModelCommandInput extends UpdateModelRequest {
21
20
  */
22
21
  export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateModelCommand_base: {
24
+ new (input: UpdateModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates model description.</p>
@@ -69,23 +72,5 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
69
72
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
70
73
  *
71
74
  */
72
- export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig> {
73
- readonly input: UpdateModelCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UpdateModelCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UpdateModelCommand extends UpdateModelCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateModelVersionCommandInput extends UpdateModelVersionReques
21
20
  */
22
21
  export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateModelVersionCommand_base: {
24
+ new (input: UpdateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -90,23 +93,5 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
90
93
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
91
94
  *
92
95
  */
93
- export declare class UpdateModelVersionCommand extends $Command<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
94
- readonly input: UpdateModelVersionCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: UpdateModelVersionCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class UpdateModelVersionCommand extends UpdateModelVersionCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateModelVersionStatusRequest, UpdateModelVersionStatusResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateModelVersionStatusCommandInput extends UpdateModelVersion
21
20
  */
22
21
  export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersionStatusResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateModelVersionStatusCommand_base: {
24
+ new (input: UpdateModelVersionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the status of a model version.</p>
@@ -82,23 +85,5 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
82
85
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
83
86
  *
84
87
  */
85
- export declare class UpdateModelVersionStatusCommand extends $Command<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
86
- readonly input: UpdateModelVersionStatusCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UpdateModelVersionStatusCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UpdateModelVersionStatusCommand extends UpdateModelVersionStatusCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRuleMetadataCommandInput extends UpdateRuleMetadataReques
21
20
  */
22
21
  export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRuleMetadataCommand_base: {
24
+ new (input: UpdateRuleMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a rule's metadata. The description attribute can be updated.</p>
@@ -72,23 +75,5 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
72
75
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateRuleMetadataCommand extends $Command<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
76
- readonly input: UpdateRuleMetadataCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateRuleMetadataCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateRuleMetadataCommand extends UpdateRuleMetadataCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
4
  import { UpdateRuleVersionRequest, UpdateRuleVersionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRuleVersionCommandInput extends UpdateRuleVersionRequest
21
20
  */
22
21
  export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRuleVersionCommand_base: {
24
+ new (input: UpdateRuleVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -89,23 +92,5 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
89
92
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
90
93
  *
91
94
  */
92
- export declare class UpdateRuleVersionCommand extends $Command<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig> {
93
- readonly input: UpdateRuleVersionCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: UpdateRuleVersionCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class UpdateRuleVersionCommand extends UpdateRuleVersionCommand_base {
111
96
  }