@aws-sdk/client-frauddetector 3.321.1 → 3.326.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 (74) hide show
  1. package/dist-types/commands/BatchCreateVariableCommand.d.ts +12 -0
  2. package/dist-types/commands/BatchGetVariableCommand.d.ts +25 -0
  3. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +4 -0
  4. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +4 -0
  5. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +4 -0
  6. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +4 -0
  7. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +8 -0
  8. package/dist-types/commands/CreateListCommand.d.ts +4 -0
  9. package/dist-types/commands/CreateModelCommand.d.ts +4 -0
  10. package/dist-types/commands/CreateModelVersionCommand.d.ts +9 -0
  11. package/dist-types/commands/CreateRuleCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateVariableCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteDetectorCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteEventCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteEventTypeCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +7 -0
  21. package/dist-types/commands/DeleteExternalModelCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteLabelCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteListCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteModelVersionCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteOutcomeCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteVariableCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +167 -0
  31. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +23 -0
  32. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +25 -0
  33. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -0
  34. package/dist-types/commands/GetDetectorVersionCommand.d.ts +31 -0
  35. package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetEntityTypesCommand.d.ts +15 -0
  37. package/dist-types/commands/GetEventCommand.d.ts +21 -0
  38. package/dist-types/commands/GetEventPredictionCommand.d.ts +37 -0
  39. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +79 -0
  40. package/dist-types/commands/GetEventTypesCommand.d.ts +32 -0
  41. package/dist-types/commands/GetExternalModelsCommand.d.ts +33 -0
  42. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +8 -0
  43. package/dist-types/commands/GetLabelsCommand.d.ts +15 -0
  44. package/dist-types/commands/GetListElementsCommand.d.ts +9 -0
  45. package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
  46. package/dist-types/commands/GetModelVersionCommand.d.ts +34 -0
  47. package/dist-types/commands/GetModelsCommand.d.ts +17 -0
  48. package/dist-types/commands/GetOutcomesCommand.d.ts +15 -0
  49. package/dist-types/commands/GetRulesCommand.d.ts +22 -0
  50. package/dist-types/commands/GetVariablesCommand.d.ts +19 -0
  51. package/dist-types/commands/ListEventPredictionsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  53. package/dist-types/commands/PutDetectorCommand.d.ts +4 -0
  54. package/dist-types/commands/PutEntityTypeCommand.d.ts +4 -0
  55. package/dist-types/commands/PutEventTypeCommand.d.ts +4 -0
  56. package/dist-types/commands/PutExternalModelCommand.d.ts +4 -0
  57. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +4 -0
  58. package/dist-types/commands/PutLabelCommand.d.ts +4 -0
  59. package/dist-types/commands/PutOutcomeCommand.d.ts +4 -0
  60. package/dist-types/commands/SendEventCommand.d.ts +4 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +4 -0
  65. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +4 -0
  66. package/dist-types/commands/UpdateEventLabelCommand.d.ts +4 -0
  67. package/dist-types/commands/UpdateListCommand.d.ts +4 -0
  68. package/dist-types/commands/UpdateModelCommand.d.ts +4 -0
  69. package/dist-types/commands/UpdateModelVersionCommand.d.ts +9 -0
  70. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +4 -0
  71. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +4 -0
  72. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +10 -0
  73. package/dist-types/commands/UpdateVariableCommand.d.ts +4 -0
  74. package/package.json +16 -16
@@ -46,6 +46,16 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
46
46
  * };
47
47
  * const command = new BatchCreateVariableCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // BatchCreateVariableResult
50
+ * // errors: [ // BatchCreateVariableErrorList
51
+ * // { // BatchCreateVariableError
52
+ * // name: "STRING_VALUE",
53
+ * // code: Number("int"),
54
+ * // message: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // };
58
+ *
49
59
  * ```
50
60
  *
51
61
  * @param BatchCreateVariableCommandInput - {@link BatchCreateVariableCommandInput}
@@ -66,6 +76,8 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
66
76
  * @throws {@link ValidationException} (client fault)
67
77
  * <p>An exception indicating a specified value is not allowed.</p>
68
78
  *
79
+ * @throws {@link FraudDetectorServiceException}
80
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
69
81
  *
70
82
  */
71
83
  export declare class BatchCreateVariableCommand extends $Command<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -33,6 +33,29 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
33
33
  * };
34
34
  * const command = new BatchGetVariableCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // BatchGetVariableResult
37
+ * // variables: [ // VariableList
38
+ * // { // Variable
39
+ * // name: "STRING_VALUE",
40
+ * // dataType: "STRING" || "INTEGER" || "FLOAT" || "BOOLEAN",
41
+ * // dataSource: "EVENT" || "MODEL_SCORE" || "EXTERNAL_MODEL_SCORE",
42
+ * // defaultValue: "STRING_VALUE",
43
+ * // description: "STRING_VALUE",
44
+ * // variableType: "STRING_VALUE",
45
+ * // lastUpdatedTime: "STRING_VALUE",
46
+ * // createdTime: "STRING_VALUE",
47
+ * // arn: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // errors: [ // BatchGetVariableErrorList
51
+ * // { // BatchGetVariableError
52
+ * // name: "STRING_VALUE",
53
+ * // code: Number("int"),
54
+ * // message: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // };
58
+ *
36
59
  * ```
37
60
  *
38
61
  * @param BatchGetVariableCommandInput - {@link BatchGetVariableCommandInput}
@@ -53,6 +76,8 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
53
76
  * @throws {@link ValidationException} (client fault)
54
77
  * <p>An exception indicating a specified value is not allowed.</p>
55
78
  *
79
+ * @throws {@link FraudDetectorServiceException}
80
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
56
81
  *
57
82
  */
58
83
  export declare class BatchGetVariableCommand extends $Command<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
31
31
  * };
32
32
  * const command = new CancelBatchImportJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param CancelBatchImportJobCommandInput - {@link CancelBatchImportJobCommandInput}
@@ -54,6 +56,8 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p>An exception indicating a specified value is not allowed.</p>
56
58
  *
59
+ * @throws {@link FraudDetectorServiceException}
60
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
57
61
  *
58
62
  */
59
63
  export declare class CancelBatchImportJobCommand extends $Command<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
31
31
  * };
32
32
  * const command = new CancelBatchPredictionJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param CancelBatchPredictionJobCommandInput - {@link CancelBatchPredictionJobCommandInput}
@@ -54,6 +56,8 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p>An exception indicating a specified value is not allowed.</p>
56
58
  *
59
+ * @throws {@link FraudDetectorServiceException}
60
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
57
61
  *
58
62
  */
59
63
  export declare class CancelBatchPredictionJobCommand extends $Command<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
41
41
  * };
42
42
  * const command = new CreateBatchImportJobCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param CreateBatchImportJobCommandInput - {@link CreateBatchImportJobCommandInput}
@@ -64,6 +66,8 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
64
66
  * @throws {@link ValidationException} (client fault)
65
67
  * <p>An exception indicating a specified value is not allowed.</p>
66
68
  *
69
+ * @throws {@link FraudDetectorServiceException}
70
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
67
71
  *
68
72
  */
69
73
  export declare class CreateBatchImportJobCommand extends $Command<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -43,6 +43,8 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
43
43
  * };
44
44
  * const command = new CreateBatchPredictionJobCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // {};
47
+ *
46
48
  * ```
47
49
  *
48
50
  * @param CreateBatchPredictionJobCommandInput - {@link CreateBatchPredictionJobCommandInput}
@@ -66,6 +68,8 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
66
68
  * @throws {@link ValidationException} (client fault)
67
69
  * <p>An exception indicating a specified value is not allowed.</p>
68
70
  *
71
+ * @throws {@link FraudDetectorServiceException}
72
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
69
73
  *
70
74
  */
71
75
  export declare class CreateBatchPredictionJobCommand extends $Command<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -57,6 +57,12 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
57
57
  * };
58
58
  * const command = new CreateDetectorVersionCommand(input);
59
59
  * const response = await client.send(command);
60
+ * // { // CreateDetectorVersionResult
61
+ * // detectorId: "STRING_VALUE",
62
+ * // detectorVersionId: "STRING_VALUE",
63
+ * // status: "DRAFT" || "ACTIVE" || "INACTIVE",
64
+ * // };
65
+ *
60
66
  * ```
61
67
  *
62
68
  * @param CreateDetectorVersionCommandInput - {@link CreateDetectorVersionCommandInput}
@@ -80,6 +86,8 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
80
86
  * @throws {@link ValidationException} (client fault)
81
87
  * <p>An exception indicating a specified value is not allowed.</p>
82
88
  *
89
+ * @throws {@link FraudDetectorServiceException}
90
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
83
91
  *
84
92
  */
85
93
  export declare class CreateDetectorVersionCommand extends $Command<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -46,6 +46,8 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
46
46
  * };
47
47
  * const command = new CreateListCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // {};
50
+ *
49
51
  * ```
50
52
  *
51
53
  * @param CreateListCommandInput - {@link CreateListCommandInput}
@@ -66,6 +68,8 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
66
68
  * @throws {@link ValidationException} (client fault)
67
69
  * <p>An exception indicating a specified value is not allowed.</p>
68
70
  *
71
+ * @throws {@link FraudDetectorServiceException}
72
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
69
73
  *
70
74
  */
71
75
  export declare class CreateListCommand extends $Command<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
40
40
  * };
41
41
  * const command = new CreateModelCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param CreateModelCommandInput - {@link CreateModelCommandInput}
@@ -60,6 +62,8 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
60
62
  * @throws {@link ValidationException} (client fault)
61
63
  * <p>An exception indicating a specified value is not allowed.</p>
62
64
  *
65
+ * @throws {@link FraudDetectorServiceException}
66
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
63
67
  *
64
68
  */
65
69
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -63,6 +63,13 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
63
63
  * };
64
64
  * const command = new CreateModelVersionCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // { // CreateModelVersionResult
67
+ * // modelId: "STRING_VALUE",
68
+ * // modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
69
+ * // modelVersionNumber: "STRING_VALUE",
70
+ * // status: "STRING_VALUE",
71
+ * // };
72
+ *
66
73
  * ```
67
74
  *
68
75
  * @param CreateModelVersionCommandInput - {@link CreateModelVersionCommandInput}
@@ -86,6 +93,8 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
86
93
  * @throws {@link ValidationException} (client fault)
87
94
  * <p>An exception indicating a specified value is not allowed.</p>
88
95
  *
96
+ * @throws {@link FraudDetectorServiceException}
97
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
89
98
  *
90
99
  */
91
100
  export declare class CreateModelVersionCommand extends $Command<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -44,6 +44,14 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
44
44
  * };
45
45
  * const command = new CreateRuleCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // CreateRuleResult
48
+ * // rule: { // Rule
49
+ * // detectorId: "STRING_VALUE", // required
50
+ * // ruleId: "STRING_VALUE", // required
51
+ * // ruleVersion: "STRING_VALUE", // required
52
+ * // },
53
+ * // };
54
+ *
47
55
  * ```
48
56
  *
49
57
  * @param CreateRuleCommandInput - {@link CreateRuleCommandInput}
@@ -64,6 +72,8 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
64
72
  * @throws {@link ValidationException} (client fault)
65
73
  * <p>An exception indicating a specified value is not allowed.</p>
66
74
  *
75
+ * @throws {@link FraudDetectorServiceException}
76
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
67
77
  *
68
78
  */
69
79
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
42
42
  * };
43
43
  * const command = new CreateVariableCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param CreateVariableCommandInput - {@link CreateVariableCommandInput}
@@ -62,6 +64,8 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
62
64
  * @throws {@link ValidationException} (client fault)
63
65
  * <p>An exception indicating a specified value is not allowed.</p>
64
66
  *
67
+ * @throws {@link FraudDetectorServiceException}
68
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
65
69
  *
66
70
  */
67
71
  export declare class CreateVariableCommand extends $Command<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
31
31
  * };
32
32
  * const command = new DeleteBatchImportJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteBatchImportJobCommandInput - {@link DeleteBatchImportJobCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
51
53
  * @throws {@link ValidationException} (client fault)
52
54
  * <p>An exception indicating a specified value is not allowed.</p>
53
55
  *
56
+ * @throws {@link FraudDetectorServiceException}
57
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteBatchImportJobCommand extends $Command<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
31
31
  * };
32
32
  * const command = new DeleteBatchPredictionJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteBatchPredictionJobCommandInput - {@link DeleteBatchPredictionJobCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
51
53
  * @throws {@link ValidationException} (client fault)
52
54
  * <p>An exception indicating a specified value is not allowed.</p>
53
55
  *
56
+ * @throws {@link FraudDetectorServiceException}
57
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteBatchPredictionJobCommand extends $Command<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
32
32
  * };
33
33
  * const command = new DeleteDetectorCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteDetectorCommandInput - {@link DeleteDetectorCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p>An exception indicating a specified value is not allowed.</p>
57
59
  *
60
+ * @throws {@link FraudDetectorServiceException}
61
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
33
33
  * };
34
34
  * const command = new DeleteDetectorVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteDetectorVersionCommandInput - {@link DeleteDetectorVersionCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
59
61
  * @throws {@link ValidationException} (client fault)
60
62
  * <p>An exception indicating a specified value is not allowed.</p>
61
63
  *
64
+ * @throws {@link FraudDetectorServiceException}
65
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
62
66
  *
63
67
  */
64
68
  export declare class DeleteDetectorVersionCommand extends $Command<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
33
33
  * };
34
34
  * const command = new DeleteEntityTypeCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteEntityTypeCommandInput - {@link DeleteEntityTypeCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
56
58
  * @throws {@link ValidationException} (client fault)
57
59
  * <p>An exception indicating a specified value is not allowed.</p>
58
60
  *
61
+ * @throws {@link FraudDetectorServiceException}
62
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteEntityTypeCommand extends $Command<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
34
34
  * };
35
35
  * const command = new DeleteEventCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteEventCommandInput - {@link DeleteEventCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p>An exception indicating a specified value is not allowed.</p>
56
58
  *
59
+ * @throws {@link FraudDetectorServiceException}
60
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DeleteEventCommand extends $Command<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
33
33
  * };
34
34
  * const command = new DeleteEventTypeCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteEventTypeCommandInput - {@link DeleteEventTypeCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
56
58
  * @throws {@link ValidationException} (client fault)
57
59
  * <p>An exception indicating a specified value is not allowed.</p>
58
60
  *
61
+ * @throws {@link FraudDetectorServiceException}
62
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteEventTypeCommand extends $Command<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -31,6 +31,11 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
31
31
  * };
32
32
  * const command = new DeleteEventsByEventTypeCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteEventsByEventTypeResult
35
+ * // eventTypeName: "STRING_VALUE",
36
+ * // eventsDeletionStatus: "STRING_VALUE",
37
+ * // };
38
+ *
34
39
  * ```
35
40
  *
36
41
  * @param DeleteEventsByEventTypeCommandInput - {@link DeleteEventsByEventTypeCommandInput}
@@ -57,6 +62,8 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
57
62
  * @throws {@link ValidationException} (client fault)
58
63
  * <p>An exception indicating a specified value is not allowed.</p>
59
64
  *
65
+ * @throws {@link FraudDetectorServiceException}
66
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
60
67
  *
61
68
  */
62
69
  export declare class DeleteEventsByEventTypeCommand extends $Command<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
32
32
  * };
33
33
  * const command = new DeleteExternalModelCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteExternalModelCommandInput - {@link DeleteExternalModelCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p>An exception indicating a specified value is not allowed.</p>
57
59
  *
60
+ * @throws {@link FraudDetectorServiceException}
61
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteExternalModelCommand extends $Command<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
34
34
  * };
35
35
  * const command = new DeleteLabelCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteLabelCommandInput - {@link DeleteLabelCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p>An exception indicating a specified value is not allowed.</p>
56
58
  *
59
+ * @throws {@link FraudDetectorServiceException}
60
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DeleteLabelCommand extends $Command<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
34
34
  * };
35
35
  * const command = new DeleteListCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteListCommandInput - {@link DeleteListCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>An exception indicating a specified value is not allowed.</p>
59
61
  *
62
+ * @throws {@link FraudDetectorServiceException}
63
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DeleteListCommand extends $Command<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
34
34
  * };
35
35
  * const command = new DeleteModelCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteModelCommandInput - {@link DeleteModelCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>An exception indicating a specified value is not allowed.</p>
59
61
  *
62
+ * @throws {@link FraudDetectorServiceException}
63
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
35
35
  * };
36
36
  * const command = new DeleteModelVersionCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteModelVersionCommandInput - {@link DeleteModelVersionCommandInput}
@@ -58,6 +60,8 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
58
60
  * @throws {@link ValidationException} (client fault)
59
61
  * <p>An exception indicating a specified value is not allowed.</p>
60
62
  *
63
+ * @throws {@link FraudDetectorServiceException}
64
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
61
65
  *
62
66
  */
63
67
  export declare class DeleteModelVersionCommand extends $Command<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
33
33
  * };
34
34
  * const command = new DeleteOutcomeCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteOutcomeCommandInput - {@link DeleteOutcomeCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
56
58
  * @throws {@link ValidationException} (client fault)
57
59
  * <p>An exception indicating a specified value is not allowed.</p>
58
60
  *
61
+ * @throws {@link FraudDetectorServiceException}
62
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteOutcomeCommand extends $Command<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
36
36
  * };
37
37
  * const command = new DeleteRuleCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeleteRuleCommandInput - {@link DeleteRuleCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
59
61
  * @throws {@link ValidationException} (client fault)
60
62
  * <p>An exception indicating a specified value is not allowed.</p>
61
63
  *
64
+ * @throws {@link FraudDetectorServiceException}
65
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
62
66
  *
63
67
  */
64
68
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
34
34
  * };
35
35
  * const command = new DeleteVariableCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteVariableCommandInput - {@link DeleteVariableCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>An exception indicating a specified value is not allowed.</p>
59
61
  *
62
+ * @throws {@link FraudDetectorServiceException}
63
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DeleteVariableCommand extends $Command<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
33
33
  * };
34
34
  * const command = new DescribeDetectorCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeDetectorResult
37
+ * // detectorId: "STRING_VALUE",
38
+ * // detectorVersionSummaries: [ // DetectorVersionSummaryList
39
+ * // { // DetectorVersionSummary
40
+ * // detectorVersionId: "STRING_VALUE",
41
+ * // status: "DRAFT" || "ACTIVE" || "INACTIVE",
42
+ * // description: "STRING_VALUE",
43
+ * // lastUpdatedTime: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // nextToken: "STRING_VALUE",
47
+ * // arn: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param DescribeDetectorCommandInput - {@link DescribeDetectorCommandInput}
@@ -56,6 +70,8 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
56
70
  * @throws {@link ValidationException} (client fault)
57
71
  * <p>An exception indicating a specified value is not allowed.</p>
58
72
  *
73
+ * @throws {@link FraudDetectorServiceException}
74
+ * <p>Base exception class for all service exceptions from FraudDetector service.</p>
59
75
  *
60
76
  */
61
77
  export declare class DescribeDetectorCommand extends $Command<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig> {