@aws-sdk/client-frauddetector 3.278.0 → 3.281.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 (75) hide show
  1. package/README.md +587 -0
  2. package/dist-types/commands/BatchCreateVariableCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchGetVariableCommand.d.ts +6 -0
  4. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +6 -0
  5. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateListCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateModelVersionCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateRuleCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateVariableCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteEventCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteEventTypeCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteExternalModelCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteLabelCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteListCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteModelCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteModelVersionCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteOutcomeCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteVariableCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeDetectorCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +6 -0
  32. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +6 -0
  33. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -0
  35. package/dist-types/commands/GetDetectorVersionCommand.d.ts +6 -0
  36. package/dist-types/commands/GetDetectorsCommand.d.ts +6 -0
  37. package/dist-types/commands/GetEntityTypesCommand.d.ts +6 -0
  38. package/dist-types/commands/GetEventCommand.d.ts +6 -0
  39. package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -0
  40. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +6 -0
  41. package/dist-types/commands/GetEventTypesCommand.d.ts +6 -0
  42. package/dist-types/commands/GetExternalModelsCommand.d.ts +6 -0
  43. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +6 -0
  44. package/dist-types/commands/GetLabelsCommand.d.ts +6 -0
  45. package/dist-types/commands/GetListElementsCommand.d.ts +6 -0
  46. package/dist-types/commands/GetListsMetadataCommand.d.ts +6 -0
  47. package/dist-types/commands/GetModelVersionCommand.d.ts +6 -0
  48. package/dist-types/commands/GetModelsCommand.d.ts +6 -0
  49. package/dist-types/commands/GetOutcomesCommand.d.ts +6 -0
  50. package/dist-types/commands/GetRulesCommand.d.ts +6 -0
  51. package/dist-types/commands/GetVariablesCommand.d.ts +6 -0
  52. package/dist-types/commands/ListEventPredictionsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/PutDetectorCommand.d.ts +6 -0
  55. package/dist-types/commands/PutEntityTypeCommand.d.ts +6 -0
  56. package/dist-types/commands/PutEventTypeCommand.d.ts +6 -0
  57. package/dist-types/commands/PutExternalModelCommand.d.ts +6 -0
  58. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +6 -0
  59. package/dist-types/commands/PutLabelCommand.d.ts +6 -0
  60. package/dist-types/commands/PutOutcomeCommand.d.ts +6 -0
  61. package/dist-types/commands/SendEventCommand.d.ts +6 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateEventLabelCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateListCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateModelCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateVariableCommand.d.ts +6 -0
  75. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CancelBatchImportJobRequest, CancelBatchImportJobResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelBatchImportJobCommand}.
8
+ */
6
9
  export interface CancelBatchImportJobCommandInput extends CancelBatchImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelBatchImportJobCommand}.
13
+ */
8
14
  export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelBatchPredictionJobCommand}.
8
+ */
6
9
  export interface CancelBatchPredictionJobCommandInput extends CancelBatchPredictionJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelBatchPredictionJobCommand}.
13
+ */
8
14
  export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredictionJobResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateBatchImportJobRequest, CreateBatchImportJobResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBatchImportJobCommand}.
8
+ */
6
9
  export interface CreateBatchImportJobCommandInput extends CreateBatchImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBatchImportJobCommand}.
13
+ */
8
14
  export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBatchPredictionJobCommand}.
8
+ */
6
9
  export interface CreateBatchPredictionJobCommandInput extends CreateBatchPredictionJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBatchPredictionJobCommand}.
13
+ */
8
14
  export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredictionJobResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateDetectorVersionRequest, CreateDetectorVersionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDetectorVersionCommand}.
8
+ */
6
9
  export interface CreateDetectorVersionCommandInput extends CreateDetectorVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDetectorVersionCommand}.
13
+ */
8
14
  export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateListRequest, CreateListResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateListCommand}.
8
+ */
6
9
  export interface CreateListCommandInput extends CreateListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateListCommand}.
13
+ */
8
14
  export interface CreateListCommandOutput extends CreateListResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateModelRequest, CreateModelResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateModelCommand}.
8
+ */
6
9
  export interface CreateModelCommandInput extends CreateModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateModelCommand}.
13
+ */
8
14
  export interface CreateModelCommandOutput extends CreateModelResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateModelVersionCommand}.
8
+ */
6
9
  export interface CreateModelVersionCommandInput extends CreateModelVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateModelVersionCommand}.
13
+ */
8
14
  export interface CreateModelVersionCommandOutput extends CreateModelVersionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRuleCommand}.
8
+ */
6
9
  export interface CreateRuleCommandInput extends CreateRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRuleCommand}.
13
+ */
8
14
  export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateVariableRequest, CreateVariableResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVariableCommand}.
8
+ */
6
9
  export interface CreateVariableCommandInput extends CreateVariableRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVariableCommand}.
13
+ */
8
14
  export interface CreateVariableCommandOutput extends CreateVariableResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBatchImportJobCommand}.
8
+ */
6
9
  export interface DeleteBatchImportJobCommandInput extends DeleteBatchImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBatchImportJobCommand}.
13
+ */
8
14
  export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBatchPredictionJobCommand}.
8
+ */
6
9
  export interface DeleteBatchPredictionJobCommandInput extends DeleteBatchPredictionJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBatchPredictionJobCommand}.
13
+ */
8
14
  export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredictionJobResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDetectorCommand}.
8
+ */
6
9
  export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDetectorCommand}.
13
+ */
8
14
  export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDetectorVersionCommand}.
8
+ */
6
9
  export interface DeleteDetectorVersionCommandInput extends DeleteDetectorVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDetectorVersionCommand}.
13
+ */
8
14
  export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEntityTypeCommand}.
8
+ */
6
9
  export interface DeleteEntityTypeCommandInput extends DeleteEntityTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEntityTypeCommand}.
13
+ */
8
14
  export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteEventRequest, DeleteEventResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEventCommand}.
8
+ */
6
9
  export interface DeleteEventCommandInput extends DeleteEventRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEventCommand}.
13
+ */
8
14
  export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEventTypeCommand}.
8
+ */
6
9
  export interface DeleteEventTypeCommandInput extends DeleteEventTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEventTypeCommand}.
13
+ */
8
14
  export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEventsByEventTypeCommand}.
8
+ */
6
9
  export interface DeleteEventsByEventTypeCommandInput extends DeleteEventsByEventTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEventsByEventTypeCommand}.
13
+ */
8
14
  export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEventTypeResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteExternalModelCommand}.
8
+ */
6
9
  export interface DeleteExternalModelCommandInput extends DeleteExternalModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteExternalModelCommand}.
13
+ */
8
14
  export interface DeleteExternalModelCommandOutput extends DeleteExternalModelResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteLabelCommand}.
8
+ */
6
9
  export interface DeleteLabelCommandInput extends DeleteLabelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteLabelCommand}.
13
+ */
8
14
  export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteListRequest, DeleteListResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteListCommand}.
8
+ */
6
9
  export interface DeleteListCommandInput extends DeleteListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteListCommand}.
13
+ */
8
14
  export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteModelRequest, DeleteModelResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteModelCommand}.
8
+ */
6
9
  export interface DeleteModelCommandInput extends DeleteModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteModelCommand}.
13
+ */
8
14
  export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteModelVersionCommand}.
8
+ */
6
9
  export interface DeleteModelVersionCommandInput extends DeleteModelVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteModelVersionCommand}.
13
+ */
8
14
  export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteOutcomeCommand}.
8
+ */
6
9
  export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteOutcomeCommand}.
13
+ */
8
14
  export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRuleCommand}.
8
+ */
6
9
  export interface DeleteRuleCommandInput extends DeleteRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRuleCommand}.
13
+ */
8
14
  export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVariableCommand}.
8
+ */
6
9
  export interface DeleteVariableCommandInput extends DeleteVariableRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVariableCommand}.
13
+ */
8
14
  export interface DeleteVariableCommandOutput extends DeleteVariableResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeDetectorCommand}.
8
+ */
6
9
  export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDetectorCommand}.
13
+ */
8
14
  export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeModelVersionsCommand}.
8
+ */
6
9
  export interface DescribeModelVersionsCommandInput extends DescribeModelVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeModelVersionsCommand}.
13
+ */
8
14
  export interface DescribeModelVersionsCommandOutput extends DescribeModelVersionsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBatchImportJobsCommand}.
8
+ */
6
9
  export interface GetBatchImportJobsCommandInput extends GetBatchImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBatchImportJobsCommand}.
13
+ */
8
14
  export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBatchPredictionJobsCommand}.
8
+ */
6
9
  export interface GetBatchPredictionJobsCommandInput extends GetBatchPredictionJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBatchPredictionJobsCommand}.
13
+ */
8
14
  export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJobsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeleteEventsByEventTypeStatusCommand}.
8
+ */
6
9
  export interface GetDeleteEventsByEventTypeStatusCommandInput extends GetDeleteEventsByEventTypeStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeleteEventsByEventTypeStatusCommand}.
13
+ */
8
14
  export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDeleteEventsByEventTypeStatusResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDetectorVersionCommand}.
8
+ */
6
9
  export interface GetDetectorVersionCommandInput extends GetDetectorVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDetectorVersionCommand}.
13
+ */
8
14
  export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDetectorsCommand}.
8
+ */
6
9
  export interface GetDetectorsCommandInput extends GetDetectorsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDetectorsCommand}.
13
+ */
8
14
  export interface GetDetectorsCommandOutput extends GetDetectorsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEntityTypesCommand}.
8
+ */
6
9
  export interface GetEntityTypesCommandInput extends GetEntityTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEntityTypesCommand}.
13
+ */
8
14
  export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetEventRequest, GetEventResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEventCommand}.
8
+ */
6
9
  export interface GetEventCommandInput extends GetEventRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEventCommand}.
13
+ */
8
14
  export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetEventPredictionRequest, GetEventPredictionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEventPredictionCommand}.
8
+ */
6
9
  export interface GetEventPredictionCommandInput extends GetEventPredictionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEventPredictionCommand}.
13
+ */
8
14
  export interface GetEventPredictionCommandOutput extends GetEventPredictionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetEventPredictionMetadataRequest, GetEventPredictionMetadataResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEventPredictionMetadataCommand}.
8
+ */
6
9
  export interface GetEventPredictionMetadataCommandInput extends GetEventPredictionMetadataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEventPredictionMetadataCommand}.
13
+ */
8
14
  export interface GetEventPredictionMetadataCommandOutput extends GetEventPredictionMetadataResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetEventTypesRequest, GetEventTypesResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEventTypesCommand}.
8
+ */
6
9
  export interface GetEventTypesCommandInput extends GetEventTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEventTypesCommand}.
13
+ */
8
14
  export interface GetEventTypesCommandOutput extends GetEventTypesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetExternalModelsCommand}.
8
+ */
6
9
  export interface GetExternalModelsCommandInput extends GetExternalModelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetExternalModelsCommand}.
13
+ */
8
14
  export interface GetExternalModelsCommandOutput extends GetExternalModelsResult, __MetadataBearer {
9
15
  }
10
16
  /**