@aws-sdk/client-frauddetector 3.533.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/FraudDetector.d.ts +15 -1
  6. package/dist-types/FraudDetectorClient.d.ts +1 -1
  7. package/dist-types/commands/BatchCreateVariableCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -1
  9. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateListCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateModelVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateVariableCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteEventCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteEventTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteExternalModelCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteLabelCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteListCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteModelVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteOutcomeCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteVariableCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeDetectorCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +2 -1
  37. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/GetDetectorVersionCommand.d.ts +2 -1
  41. package/dist-types/commands/GetDetectorsCommand.d.ts +2 -1
  42. package/dist-types/commands/GetEntityTypesCommand.d.ts +2 -1
  43. package/dist-types/commands/GetEventCommand.d.ts +2 -1
  44. package/dist-types/commands/GetEventPredictionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +2 -1
  46. package/dist-types/commands/GetEventTypesCommand.d.ts +2 -1
  47. package/dist-types/commands/GetExternalModelsCommand.d.ts +2 -1
  48. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +2 -1
  49. package/dist-types/commands/GetLabelsCommand.d.ts +2 -1
  50. package/dist-types/commands/GetListElementsCommand.d.ts +2 -1
  51. package/dist-types/commands/GetListsMetadataCommand.d.ts +2 -1
  52. package/dist-types/commands/GetModelVersionCommand.d.ts +2 -1
  53. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  54. package/dist-types/commands/GetOutcomesCommand.d.ts +2 -1
  55. package/dist-types/commands/GetRulesCommand.d.ts +2 -1
  56. package/dist-types/commands/GetVariablesCommand.d.ts +2 -1
  57. package/dist-types/commands/ListEventPredictionsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  59. package/dist-types/commands/PutDetectorCommand.d.ts +2 -1
  60. package/dist-types/commands/PutEntityTypeCommand.d.ts +2 -1
  61. package/dist-types/commands/PutEventTypeCommand.d.ts +2 -1
  62. package/dist-types/commands/PutExternalModelCommand.d.ts +2 -1
  63. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +2 -1
  64. package/dist-types/commands/PutLabelCommand.d.ts +2 -1
  65. package/dist-types/commands/PutOutcomeCommand.d.ts +2 -1
  66. package/dist-types/commands/SendEventCommand.d.ts +2 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  68. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateEventLabelCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateListCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateModelVersionCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateVariableCommand.d.ts +2 -1
  80. package/dist-types/index.d.ts +0 -1
  81. package/dist-types/models/models_0.d.ts +698 -698
  82. package/dist-types/ts3.4/FraudDetector.d.ts +14 -0
  83. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/index.d.ts +0 -1
  157. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3835,9 +3835,6 @@ var paginateListEventPredictions = (0, import_core.createPaginator)(FraudDetecto
3835
3835
  // src/pagination/ListTagsForResourcePaginator.ts
3836
3836
 
3837
3837
  var paginateListTagsForResource = (0, import_core.createPaginator)(FraudDetectorClient, ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
3838
-
3839
- // src/index.ts
3840
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3841
3838
  // Annotate the CommonJS export names for ESM import in node:
3842
3839
 
3843
3840
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./FraudDetector";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { FraudDetectorServiceException } from "./models/FraudDetectorServiceException";
@@ -251,18 +251,21 @@ export interface FraudDetector {
251
251
  /**
252
252
  * @see {@link DescribeModelVersionsCommand}
253
253
  */
254
+ describeModelVersions(): Promise<DescribeModelVersionsCommandOutput>;
254
255
  describeModelVersions(args: DescribeModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelVersionsCommandOutput>;
255
256
  describeModelVersions(args: DescribeModelVersionsCommandInput, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
256
257
  describeModelVersions(args: DescribeModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
257
258
  /**
258
259
  * @see {@link GetBatchImportJobsCommand}
259
260
  */
261
+ getBatchImportJobs(): Promise<GetBatchImportJobsCommandOutput>;
260
262
  getBatchImportJobs(args: GetBatchImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchImportJobsCommandOutput>;
261
263
  getBatchImportJobs(args: GetBatchImportJobsCommandInput, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
262
264
  getBatchImportJobs(args: GetBatchImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
263
265
  /**
264
266
  * @see {@link GetBatchPredictionJobsCommand}
265
267
  */
268
+ getBatchPredictionJobs(): Promise<GetBatchPredictionJobsCommandOutput>;
266
269
  getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchPredictionJobsCommandOutput>;
267
270
  getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
268
271
  getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
@@ -275,6 +278,7 @@ export interface FraudDetector {
275
278
  /**
276
279
  * @see {@link GetDetectorsCommand}
277
280
  */
281
+ getDetectors(): Promise<GetDetectorsCommandOutput>;
278
282
  getDetectors(args: GetDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorsCommandOutput>;
279
283
  getDetectors(args: GetDetectorsCommandInput, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
280
284
  getDetectors(args: GetDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
@@ -287,6 +291,7 @@ export interface FraudDetector {
287
291
  /**
288
292
  * @see {@link GetEntityTypesCommand}
289
293
  */
294
+ getEntityTypes(): Promise<GetEntityTypesCommandOutput>;
290
295
  getEntityTypes(args: GetEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEntityTypesCommandOutput>;
291
296
  getEntityTypes(args: GetEntityTypesCommandInput, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
292
297
  getEntityTypes(args: GetEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
@@ -311,24 +316,28 @@ export interface FraudDetector {
311
316
  /**
312
317
  * @see {@link GetEventTypesCommand}
313
318
  */
319
+ getEventTypes(): Promise<GetEventTypesCommandOutput>;
314
320
  getEventTypes(args: GetEventTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEventTypesCommandOutput>;
315
321
  getEventTypes(args: GetEventTypesCommandInput, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
316
322
  getEventTypes(args: GetEventTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
317
323
  /**
318
324
  * @see {@link GetExternalModelsCommand}
319
325
  */
326
+ getExternalModels(): Promise<GetExternalModelsCommandOutput>;
320
327
  getExternalModels(args: GetExternalModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetExternalModelsCommandOutput>;
321
328
  getExternalModels(args: GetExternalModelsCommandInput, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
322
329
  getExternalModels(args: GetExternalModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
323
330
  /**
324
331
  * @see {@link GetKMSEncryptionKeyCommand}
325
332
  */
333
+ getKMSEncryptionKey(): Promise<GetKMSEncryptionKeyCommandOutput>;
326
334
  getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetKMSEncryptionKeyCommandOutput>;
327
335
  getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
328
336
  getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
329
337
  /**
330
338
  * @see {@link GetLabelsCommand}
331
339
  */
340
+ getLabels(): Promise<GetLabelsCommandOutput>;
332
341
  getLabels(args: GetLabelsCommandInput, options?: __HttpHandlerOptions): Promise<GetLabelsCommandOutput>;
333
342
  getLabels(args: GetLabelsCommandInput, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
334
343
  getLabels(args: GetLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
@@ -341,12 +350,14 @@ export interface FraudDetector {
341
350
  /**
342
351
  * @see {@link GetListsMetadataCommand}
343
352
  */
353
+ getListsMetadata(): Promise<GetListsMetadataCommandOutput>;
344
354
  getListsMetadata(args: GetListsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetListsMetadataCommandOutput>;
345
355
  getListsMetadata(args: GetListsMetadataCommandInput, cb: (err: any, data?: GetListsMetadataCommandOutput) => void): void;
346
356
  getListsMetadata(args: GetListsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetListsMetadataCommandOutput) => void): void;
347
357
  /**
348
358
  * @see {@link GetModelsCommand}
349
359
  */
360
+ getModels(): Promise<GetModelsCommandOutput>;
350
361
  getModels(args: GetModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetModelsCommandOutput>;
351
362
  getModels(args: GetModelsCommandInput, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
352
363
  getModels(args: GetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
@@ -359,6 +370,7 @@ export interface FraudDetector {
359
370
  /**
360
371
  * @see {@link GetOutcomesCommand}
361
372
  */
373
+ getOutcomes(): Promise<GetOutcomesCommandOutput>;
362
374
  getOutcomes(args: GetOutcomesCommandInput, options?: __HttpHandlerOptions): Promise<GetOutcomesCommandOutput>;
363
375
  getOutcomes(args: GetOutcomesCommandInput, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
364
376
  getOutcomes(args: GetOutcomesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
@@ -371,12 +383,14 @@ export interface FraudDetector {
371
383
  /**
372
384
  * @see {@link GetVariablesCommand}
373
385
  */
386
+ getVariables(): Promise<GetVariablesCommandOutput>;
374
387
  getVariables(args: GetVariablesCommandInput, options?: __HttpHandlerOptions): Promise<GetVariablesCommandOutput>;
375
388
  getVariables(args: GetVariablesCommandInput, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
376
389
  getVariables(args: GetVariablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
377
390
  /**
378
391
  * @see {@link ListEventPredictionsCommand}
379
392
  */
393
+ listEventPredictions(): Promise<ListEventPredictionsCommandOutput>;
380
394
  listEventPredictions(args: ListEventPredictionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventPredictionsCommandOutput>;
381
395
  listEventPredictions(args: ListEventPredictionsCommandInput, cb: (err: any, data?: ListEventPredictionsCommandOutput) => void): void;
382
396
  listEventPredictions(args: ListEventPredictionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventPredictionsCommandOutput) => void): void;
@@ -514,7 +528,6 @@ export interface FraudDetector {
514
528
  updateVariable(args: UpdateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVariableCommandOutput) => void): void;
515
529
  }
516
530
  /**
517
- * @public
518
531
  * <p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need
519
532
  * detailed information about Amazon Fraud Detector API actions, data types, and errors. For
520
533
  * more information about Amazon Fraud Detector features, see the <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/">Amazon Fraud Detector User Guide</a>.</p>
@@ -525,6 +538,7 @@ export interface FraudDetector {
525
538
  * handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, go to <a href="https://aws.amazon.com/developer/tools/">Tools to build on AWS</a> page,
526
539
  * scroll down to the <b>SDK</b> section, and choose plus (+) sign to expand the section.
527
540
  * </p>
541
+ * @public
528
542
  */
529
543
  export declare class FraudDetector extends FraudDetectorClient implements FraudDetector {
530
544
  }
@@ -224,7 +224,6 @@ export type FraudDetectorClientResolvedConfigType = __SmithyResolvedConfiguratio
224
224
  export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientResolvedConfigType {
225
225
  }
226
226
  /**
227
- * @public
228
227
  * <p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need
229
228
  * detailed information about Amazon Fraud Detector API actions, data types, and errors. For
230
229
  * more information about Amazon Fraud Detector features, see the <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/">Amazon Fraud Detector User Guide</a>.</p>
@@ -235,6 +234,7 @@ export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientRe
235
234
  * handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, go to <a href="https://aws.amazon.com/developer/tools/">Tools to build on AWS</a> page,
236
235
  * scroll down to the <b>SDK</b> section, and choose plus (+) sign to expand the section.
237
236
  * </p>
237
+ * @public
238
238
  */
239
239
  export declare class FraudDetectorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FraudDetectorClientResolvedConfig> {
240
240
  /**
@@ -22,10 +22,10 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
22
22
  }
23
23
  declare const BatchCreateVariableCommand_base: {
24
24
  new (input: BatchCreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchCreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a batch of variables.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const BatchCreateVariableCommand_base: {
86
86
  * @throws {@link FraudDetectorServiceException}
87
87
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
22
22
  }
23
23
  declare const BatchGetVariableCommand_base: {
24
24
  new (input: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a batch of variables.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const BatchGetVariableCommand_base: {
86
86
  * @throws {@link FraudDetectorServiceException}
87
87
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
22
22
  }
23
23
  declare const CancelBatchImportJobCommand_base: {
24
24
  new (input: CancelBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Cancels an in-progress batch import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const CancelBatchImportJobCommand_base: {
66
66
  * @throws {@link FraudDetectorServiceException}
67
67
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
22
22
  }
23
23
  declare const CancelBatchPredictionJobCommand_base: {
24
24
  new (input: CancelBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels the specified batch prediction job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const CancelBatchPredictionJobCommand_base: {
66
66
  * @throws {@link FraudDetectorServiceException}
67
67
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
22
22
  }
23
23
  declare const CreateBatchImportJobCommand_base: {
24
24
  new (input: CreateBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a batch import job. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const CreateBatchImportJobCommand_base: {
76
76
  * @throws {@link FraudDetectorServiceException}
77
77
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
22
22
  }
23
23
  declare const CreateBatchPredictionJobCommand_base: {
24
24
  new (input: CreateBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a batch prediction job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const CreateBatchPredictionJobCommand_base: {
78
78
  * @throws {@link FraudDetectorServiceException}
79
79
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
22
22
  }
23
23
  declare const CreateDetectorVersionCommand_base: {
24
24
  new (input: CreateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a detector version. The detector version starts in a <code>DRAFT</code> status.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const CreateDetectorVersionCommand_base: {
96
96
  * @throws {@link FraudDetectorServiceException}
97
97
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
22
22
  }
23
23
  declare const CreateListCommand_base: {
24
24
  new (input: CreateListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Creates a list.
31
31
  * </p>
@@ -78,6 +78,7 @@ declare const CreateListCommand_base: {
78
78
  * @throws {@link FraudDetectorServiceException}
79
79
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateListCommand extends CreateListCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
22
22
  }
23
23
  declare const CreateModelCommand_base: {
24
24
  new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a model using the specified model type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const CreateModelCommand_base: {
72
72
  * @throws {@link FraudDetectorServiceException}
73
73
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class CreateModelCommand extends CreateModelCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
22
22
  }
23
23
  declare const CreateModelVersionCommand_base: {
24
24
  new (input: CreateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a version of the model using the specified model type and model id.
30
30
  * </p>
31
31
  * @example
@@ -103,6 +103,7 @@ declare const CreateModelVersionCommand_base: {
103
103
  * @throws {@link FraudDetectorServiceException}
104
104
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateModelVersionCommand extends CreateModelVersionCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
22
22
  }
23
23
  declare const CreateRuleCommand_base: {
24
24
  new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a rule for use with the specified detector. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const CreateRuleCommand_base: {
82
82
  * @throws {@link FraudDetectorServiceException}
83
83
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class CreateRuleCommand extends CreateRuleCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
22
22
  }
23
23
  declare const CreateVariableCommand_base: {
24
24
  new (input: CreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a variable.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const CreateVariableCommand_base: {
74
74
  * @throws {@link FraudDetectorServiceException}
75
75
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CreateVariableCommand extends CreateVariableCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
22
22
  }
23
23
  declare const DeleteBatchImportJobCommand_base: {
24
24
  new (input: DeleteBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteBatchImportJobCommand_base: {
63
63
  * @throws {@link FraudDetectorServiceException}
64
64
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteBatchImportJobCommand extends DeleteBatchImportJobCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
22
22
  }
23
23
  declare const DeleteBatchPredictionJobCommand_base: {
24
24
  new (input: DeleteBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a batch prediction job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteBatchPredictionJobCommand_base: {
63
63
  * @throws {@link FraudDetectorServiceException}
64
64
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
22
22
  }
23
23
  declare const DeleteDetectorCommand_base: {
24
24
  new (input: DeleteDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.</p>
30
30
  * <p>When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const DeleteDetectorCommand_base: {
67
67
  * @throws {@link FraudDetectorServiceException}
68
68
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteDetectorCommand extends DeleteDetectorCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
22
22
  }
23
23
  declare const DeleteDetectorVersionCommand_base: {
24
24
  new (input: DeleteDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the detector version. You cannot delete detector versions that are in <code>ACTIVE</code> status.</p>
30
30
  * <p>When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const DeleteDetectorVersionCommand_base: {
71
71
  * @throws {@link FraudDetectorServiceException}
72
72
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteDetectorVersionCommand extends DeleteDetectorVersionCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
22
22
  }
23
23
  declare const DeleteEntityTypeCommand_base: {
24
24
  new (input: DeleteEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an entity type.</p>
30
30
  * <p>You cannot delete an entity type that is included in an event type.</p>
31
31
  * <p>When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -68,6 +68,7 @@ declare const DeleteEntityTypeCommand_base: {
68
68
  * @throws {@link FraudDetectorServiceException}
69
69
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteEntityTypeCommand extends DeleteEntityTypeCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
22
22
  }
23
23
  declare const DeleteEventCommand_base: {
24
24
  new (input: DeleteEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified event.</p>
30
30
  * <p>When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer stored in Amazon Fraud Detector.
31
31
  * If <code>deleteAuditHistory</code> is <code>True</code>, event data is available through search for up to 30 seconds after the delete operation is completed.</p>
@@ -67,6 +67,7 @@ declare const DeleteEventCommand_base: {
67
67
  * @throws {@link FraudDetectorServiceException}
68
68
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteEventCommand extends DeleteEventCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
22
22
  }
23
23
  declare const DeleteEventTypeCommand_base: {
24
24
  new (input: DeleteEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an event type.</p>
30
30
  * <p>You cannot delete an event type that is used in a detector or a model.</p>
31
31
  * <p>When you delete an event type, Amazon Fraud Detector permanently deletes that event type and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -68,6 +68,7 @@ declare const DeleteEventTypeCommand_base: {
68
68
  * @throws {@link FraudDetectorServiceException}
69
69
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteEventTypeCommand extends DeleteEventTypeCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
22
22
  }
23
23
  declare const DeleteEventsByEventTypeCommand_base: {
24
24
  new (input: DeleteEventsByEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEventsByEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes all events of a particular event type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteEventsByEventTypeCommand_base: {
72
72
  * @throws {@link FraudDetectorServiceException}
73
73
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteEventsByEventTypeCommand extends DeleteEventsByEventTypeCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
22
22
  }
23
23
  declare const DeleteExternalModelCommand_base: {
24
24
  new (input: DeleteExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a SageMaker model from Amazon Fraud Detector.</p>
30
30
  * <p>You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.</p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const DeleteExternalModelCommand_base: {
67
67
  * @throws {@link FraudDetectorServiceException}
68
68
  * <p>Base exception class for all service exceptions from FraudDetector service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteExternalModelCommand extends DeleteExternalModelCommand_base {
72
73
  }