@aws-sdk/client-frauddetector 3.168.0 → 3.170.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 (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/FraudDetector.d.ts +1228 -345
  3. package/dist-types/ts3.4/FraudDetectorClient.d.ts +538 -141
  4. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/index.d.ts +68 -68
  73. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  74. package/dist-types/ts3.4/index.d.ts +6 -6
  75. package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +8 -6
  76. package/dist-types/ts3.4/models/index.d.ts +1 -1
  77. package/dist-types/ts3.4/models/models_0.d.ts +2347 -2169
  78. package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  91. package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +821 -206
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/package.json +34 -34
@@ -1,345 +1,1228 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
3
- import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
4
- import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
5
- import { CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput } from "./commands/CancelBatchPredictionJobCommand";
6
- import { CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput } from "./commands/CreateBatchImportJobCommand";
7
- import { CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput } from "./commands/CreateBatchPredictionJobCommand";
8
- import { CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput } from "./commands/CreateDetectorVersionCommand";
9
- import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
10
- import { CreateModelVersionCommandInput, CreateModelVersionCommandOutput } from "./commands/CreateModelVersionCommand";
11
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
12
- import { CreateVariableCommandInput, CreateVariableCommandOutput } from "./commands/CreateVariableCommand";
13
- import { DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput } from "./commands/DeleteBatchImportJobCommand";
14
- import { DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput } from "./commands/DeleteBatchPredictionJobCommand";
15
- import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
16
- import { DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput } from "./commands/DeleteDetectorVersionCommand";
17
- import { DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput } from "./commands/DeleteEntityTypeCommand";
18
- import { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
19
- import { DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput } from "./commands/DeleteEventsByEventTypeCommand";
20
- import { DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput } from "./commands/DeleteEventTypeCommand";
21
- import { DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput } from "./commands/DeleteExternalModelCommand";
22
- import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
23
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
24
- import { DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput } from "./commands/DeleteModelVersionCommand";
25
- import { DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput } from "./commands/DeleteOutcomeCommand";
26
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
27
- import { DeleteVariableCommandInput, DeleteVariableCommandOutput } from "./commands/DeleteVariableCommand";
28
- import { DescribeDetectorCommandInput, DescribeDetectorCommandOutput } from "./commands/DescribeDetectorCommand";
29
- import { DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput } from "./commands/DescribeModelVersionsCommand";
30
- import { GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput } from "./commands/GetBatchImportJobsCommand";
31
- import { GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput } from "./commands/GetBatchPredictionJobsCommand";
32
- import { GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
33
- import { GetDetectorsCommandInput, GetDetectorsCommandOutput } from "./commands/GetDetectorsCommand";
34
- import { GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput } from "./commands/GetDetectorVersionCommand";
35
- import { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "./commands/GetEntityTypesCommand";
36
- import { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
37
- import { GetEventPredictionCommandInput, GetEventPredictionCommandOutput } from "./commands/GetEventPredictionCommand";
38
- import { GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput } from "./commands/GetEventPredictionMetadataCommand";
39
- import { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
40
- import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
41
- import { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
42
- import { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
43
- import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
44
- import { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
45
- import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
46
- import { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
47
- import { GetVariablesCommandInput, GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
48
- import { ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput } from "./commands/ListEventPredictionsCommand";
49
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
50
- import { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
51
- import { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
52
- import { PutEventTypeCommandInput, PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
53
- import { PutExternalModelCommandInput, PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
54
- import { PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
55
- import { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
56
- import { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
57
- import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
58
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
- import { UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
61
- import { UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
62
- import { UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
63
- import { UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
64
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
65
- import { UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
66
- import { UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
67
- import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
68
- import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
69
- import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
70
- import { FraudDetectorClient } from "./FraudDetectorClient";
71
-
72
- export declare class FraudDetector extends FraudDetectorClient {
73
-
74
- batchCreateVariable(args: BatchCreateVariableCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateVariableCommandOutput>;
75
- batchCreateVariable(args: BatchCreateVariableCommandInput, cb: (err: any, data?: BatchCreateVariableCommandOutput) => void): void;
76
- batchCreateVariable(args: BatchCreateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateVariableCommandOutput) => void): void;
77
-
78
- batchGetVariable(args: BatchGetVariableCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetVariableCommandOutput>;
79
- batchGetVariable(args: BatchGetVariableCommandInput, cb: (err: any, data?: BatchGetVariableCommandOutput) => void): void;
80
- batchGetVariable(args: BatchGetVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetVariableCommandOutput) => void): void;
81
-
82
- cancelBatchImportJob(args: CancelBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelBatchImportJobCommandOutput>;
83
- cancelBatchImportJob(args: CancelBatchImportJobCommandInput, cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void): void;
84
- cancelBatchImportJob(args: CancelBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void): void;
85
-
86
- cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelBatchPredictionJobCommandOutput>;
87
- cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void): void;
88
- cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void): void;
89
-
90
- createBatchImportJob(args: CreateBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateBatchImportJobCommandOutput>;
91
- createBatchImportJob(args: CreateBatchImportJobCommandInput, cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void): void;
92
- createBatchImportJob(args: CreateBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void): void;
93
-
94
- createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateBatchPredictionJobCommandOutput>;
95
- createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void): void;
96
- createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void): void;
97
-
98
- createDetectorVersion(args: CreateDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorVersionCommandOutput>;
99
- createDetectorVersion(args: CreateDetectorVersionCommandInput, cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void): void;
100
- createDetectorVersion(args: CreateDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void): void;
101
-
102
- createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
103
- createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
104
- createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
105
-
106
- createModelVersion(args: CreateModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelVersionCommandOutput>;
107
- createModelVersion(args: CreateModelVersionCommandInput, cb: (err: any, data?: CreateModelVersionCommandOutput) => void): void;
108
- createModelVersion(args: CreateModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelVersionCommandOutput) => void): void;
109
-
110
- createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
111
- createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
112
- createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
113
-
114
- createVariable(args: CreateVariableCommandInput, options?: __HttpHandlerOptions): Promise<CreateVariableCommandOutput>;
115
- createVariable(args: CreateVariableCommandInput, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
116
- createVariable(args: CreateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
117
-
118
- deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchImportJobCommandOutput>;
119
- deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void): void;
120
- deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void): void;
121
-
122
- deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchPredictionJobCommandOutput>;
123
- deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void): void;
124
- deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void): void;
125
-
126
- deleteDetector(args: DeleteDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorCommandOutput>;
127
- deleteDetector(args: DeleteDetectorCommandInput, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
128
- deleteDetector(args: DeleteDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
129
-
130
- deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorVersionCommandOutput>;
131
- deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void): void;
132
- deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void): void;
133
-
134
- deleteEntityType(args: DeleteEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntityTypeCommandOutput>;
135
- deleteEntityType(args: DeleteEntityTypeCommandInput, cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void): void;
136
- deleteEntityType(args: DeleteEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void): void;
137
-
138
- deleteEvent(args: DeleteEventCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventCommandOutput>;
139
- deleteEvent(args: DeleteEventCommandInput, cb: (err: any, data?: DeleteEventCommandOutput) => void): void;
140
- deleteEvent(args: DeleteEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventCommandOutput) => void): void;
141
-
142
- deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventsByEventTypeCommandOutput>;
143
- deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void): void;
144
- deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void): void;
145
-
146
- deleteEventType(args: DeleteEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventTypeCommandOutput>;
147
- deleteEventType(args: DeleteEventTypeCommandInput, cb: (err: any, data?: DeleteEventTypeCommandOutput) => void): void;
148
- deleteEventType(args: DeleteEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventTypeCommandOutput) => void): void;
149
-
150
- deleteExternalModel(args: DeleteExternalModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExternalModelCommandOutput>;
151
- deleteExternalModel(args: DeleteExternalModelCommandInput, cb: (err: any, data?: DeleteExternalModelCommandOutput) => void): void;
152
- deleteExternalModel(args: DeleteExternalModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExternalModelCommandOutput) => void): void;
153
-
154
- deleteLabel(args: DeleteLabelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLabelCommandOutput>;
155
- deleteLabel(args: DeleteLabelCommandInput, cb: (err: any, data?: DeleteLabelCommandOutput) => void): void;
156
- deleteLabel(args: DeleteLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLabelCommandOutput) => void): void;
157
-
158
- deleteModel(args: DeleteModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCommandOutput>;
159
- deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
160
- deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
161
-
162
- deleteModelVersion(args: DeleteModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelVersionCommandOutput>;
163
- deleteModelVersion(args: DeleteModelVersionCommandInput, cb: (err: any, data?: DeleteModelVersionCommandOutput) => void): void;
164
- deleteModelVersion(args: DeleteModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelVersionCommandOutput) => void): void;
165
-
166
- deleteOutcome(args: DeleteOutcomeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOutcomeCommandOutput>;
167
- deleteOutcome(args: DeleteOutcomeCommandInput, cb: (err: any, data?: DeleteOutcomeCommandOutput) => void): void;
168
- deleteOutcome(args: DeleteOutcomeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOutcomeCommandOutput) => void): void;
169
-
170
- deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
171
- deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
172
- deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
173
-
174
- deleteVariable(args: DeleteVariableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVariableCommandOutput>;
175
- deleteVariable(args: DeleteVariableCommandInput, cb: (err: any, data?: DeleteVariableCommandOutput) => void): void;
176
- deleteVariable(args: DeleteVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVariableCommandOutput) => void): void;
177
-
178
- describeDetector(args: DescribeDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDetectorCommandOutput>;
179
- describeDetector(args: DescribeDetectorCommandInput, cb: (err: any, data?: DescribeDetectorCommandOutput) => void): void;
180
- describeDetector(args: DescribeDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectorCommandOutput) => void): void;
181
-
182
- describeModelVersions(args: DescribeModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelVersionsCommandOutput>;
183
- describeModelVersions(args: DescribeModelVersionsCommandInput, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
184
- describeModelVersions(args: DescribeModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
185
-
186
- getBatchImportJobs(args: GetBatchImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchImportJobsCommandOutput>;
187
- getBatchImportJobs(args: GetBatchImportJobsCommandInput, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
188
- getBatchImportJobs(args: GetBatchImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
189
-
190
- getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchPredictionJobsCommandOutput>;
191
- getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
192
- getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
193
-
194
- getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetDeleteEventsByEventTypeStatusCommandOutput>;
195
- getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void): void;
196
- getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void): void;
197
-
198
- getDetectors(args: GetDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorsCommandOutput>;
199
- getDetectors(args: GetDetectorsCommandInput, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
200
- getDetectors(args: GetDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
201
-
202
- getDetectorVersion(args: GetDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorVersionCommandOutput>;
203
- getDetectorVersion(args: GetDetectorVersionCommandInput, cb: (err: any, data?: GetDetectorVersionCommandOutput) => void): void;
204
- getDetectorVersion(args: GetDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorVersionCommandOutput) => void): void;
205
-
206
- getEntityTypes(args: GetEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEntityTypesCommandOutput>;
207
- getEntityTypes(args: GetEntityTypesCommandInput, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
208
- getEntityTypes(args: GetEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
209
-
210
- getEvent(args: GetEventCommandInput, options?: __HttpHandlerOptions): Promise<GetEventCommandOutput>;
211
- getEvent(args: GetEventCommandInput, cb: (err: any, data?: GetEventCommandOutput) => void): void;
212
- getEvent(args: GetEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventCommandOutput) => void): void;
213
-
214
- getEventPrediction(args: GetEventPredictionCommandInput, options?: __HttpHandlerOptions): Promise<GetEventPredictionCommandOutput>;
215
- getEventPrediction(args: GetEventPredictionCommandInput, cb: (err: any, data?: GetEventPredictionCommandOutput) => void): void;
216
- getEventPrediction(args: GetEventPredictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventPredictionCommandOutput) => void): void;
217
-
218
- getEventPredictionMetadata(args: GetEventPredictionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetEventPredictionMetadataCommandOutput>;
219
- getEventPredictionMetadata(args: GetEventPredictionMetadataCommandInput, cb: (err: any, data?: GetEventPredictionMetadataCommandOutput) => void): void;
220
- getEventPredictionMetadata(args: GetEventPredictionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventPredictionMetadataCommandOutput) => void): void;
221
-
222
- getEventTypes(args: GetEventTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEventTypesCommandOutput>;
223
- getEventTypes(args: GetEventTypesCommandInput, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
224
- getEventTypes(args: GetEventTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
225
-
226
- getExternalModels(args: GetExternalModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetExternalModelsCommandOutput>;
227
- getExternalModels(args: GetExternalModelsCommandInput, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
228
- getExternalModels(args: GetExternalModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
229
-
230
- getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetKMSEncryptionKeyCommandOutput>;
231
- getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
232
- getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
233
-
234
- getLabels(args: GetLabelsCommandInput, options?: __HttpHandlerOptions): Promise<GetLabelsCommandOutput>;
235
- getLabels(args: GetLabelsCommandInput, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
236
- getLabels(args: GetLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
237
-
238
- getModels(args: GetModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetModelsCommandOutput>;
239
- getModels(args: GetModelsCommandInput, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
240
- getModels(args: GetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
241
-
242
- getModelVersion(args: GetModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetModelVersionCommandOutput>;
243
- getModelVersion(args: GetModelVersionCommandInput, cb: (err: any, data?: GetModelVersionCommandOutput) => void): void;
244
- getModelVersion(args: GetModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelVersionCommandOutput) => void): void;
245
-
246
- getOutcomes(args: GetOutcomesCommandInput, options?: __HttpHandlerOptions): Promise<GetOutcomesCommandOutput>;
247
- getOutcomes(args: GetOutcomesCommandInput, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
248
- getOutcomes(args: GetOutcomesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
249
-
250
- getRules(args: GetRulesCommandInput, options?: __HttpHandlerOptions): Promise<GetRulesCommandOutput>;
251
- getRules(args: GetRulesCommandInput, cb: (err: any, data?: GetRulesCommandOutput) => void): void;
252
- getRules(args: GetRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRulesCommandOutput) => void): void;
253
-
254
- getVariables(args: GetVariablesCommandInput, options?: __HttpHandlerOptions): Promise<GetVariablesCommandOutput>;
255
- getVariables(args: GetVariablesCommandInput, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
256
- getVariables(args: GetVariablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
257
-
258
- listEventPredictions(args: ListEventPredictionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventPredictionsCommandOutput>;
259
- listEventPredictions(args: ListEventPredictionsCommandInput, cb: (err: any, data?: ListEventPredictionsCommandOutput) => void): void;
260
- listEventPredictions(args: ListEventPredictionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventPredictionsCommandOutput) => void): void;
261
-
262
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
263
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
264
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
265
-
266
- putDetector(args: PutDetectorCommandInput, options?: __HttpHandlerOptions): Promise<PutDetectorCommandOutput>;
267
- putDetector(args: PutDetectorCommandInput, cb: (err: any, data?: PutDetectorCommandOutput) => void): void;
268
- putDetector(args: PutDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDetectorCommandOutput) => void): void;
269
-
270
- putEntityType(args: PutEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutEntityTypeCommandOutput>;
271
- putEntityType(args: PutEntityTypeCommandInput, cb: (err: any, data?: PutEntityTypeCommandOutput) => void): void;
272
- putEntityType(args: PutEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEntityTypeCommandOutput) => void): void;
273
-
274
- putEventType(args: PutEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutEventTypeCommandOutput>;
275
- putEventType(args: PutEventTypeCommandInput, cb: (err: any, data?: PutEventTypeCommandOutput) => void): void;
276
- putEventType(args: PutEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventTypeCommandOutput) => void): void;
277
-
278
- putExternalModel(args: PutExternalModelCommandInput, options?: __HttpHandlerOptions): Promise<PutExternalModelCommandOutput>;
279
- putExternalModel(args: PutExternalModelCommandInput, cb: (err: any, data?: PutExternalModelCommandOutput) => void): void;
280
- putExternalModel(args: PutExternalModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutExternalModelCommandOutput) => void): void;
281
-
282
- putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<PutKMSEncryptionKeyCommandOutput>;
283
- putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void): void;
284
- putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void): void;
285
-
286
- putLabel(args: PutLabelCommandInput, options?: __HttpHandlerOptions): Promise<PutLabelCommandOutput>;
287
- putLabel(args: PutLabelCommandInput, cb: (err: any, data?: PutLabelCommandOutput) => void): void;
288
- putLabel(args: PutLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLabelCommandOutput) => void): void;
289
-
290
- putOutcome(args: PutOutcomeCommandInput, options?: __HttpHandlerOptions): Promise<PutOutcomeCommandOutput>;
291
- putOutcome(args: PutOutcomeCommandInput, cb: (err: any, data?: PutOutcomeCommandOutput) => void): void;
292
- putOutcome(args: PutOutcomeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutOutcomeCommandOutput) => void): void;
293
-
294
- sendEvent(args: SendEventCommandInput, options?: __HttpHandlerOptions): Promise<SendEventCommandOutput>;
295
- sendEvent(args: SendEventCommandInput, cb: (err: any, data?: SendEventCommandOutput) => void): void;
296
- sendEvent(args: SendEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEventCommandOutput) => void): void;
297
-
298
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
299
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
300
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
301
-
302
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
303
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
304
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
305
-
306
- updateDetectorVersion(args: UpdateDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorVersionCommandOutput>;
307
- updateDetectorVersion(args: UpdateDetectorVersionCommandInput, cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void): void;
308
- updateDetectorVersion(args: UpdateDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void): void;
309
-
310
- updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorVersionMetadataCommandOutput>;
311
- updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void): void;
312
- updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void): void;
313
-
314
- updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorVersionStatusCommandOutput>;
315
- updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void): void;
316
- updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void): void;
317
-
318
- updateEventLabel(args: UpdateEventLabelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventLabelCommandOutput>;
319
- updateEventLabel(args: UpdateEventLabelCommandInput, cb: (err: any, data?: UpdateEventLabelCommandOutput) => void): void;
320
- updateEventLabel(args: UpdateEventLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventLabelCommandOutput) => void): void;
321
-
322
- updateModel(args: UpdateModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelCommandOutput>;
323
- updateModel(args: UpdateModelCommandInput, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
324
- updateModel(args: UpdateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
325
-
326
- updateModelVersion(args: UpdateModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelVersionCommandOutput>;
327
- updateModelVersion(args: UpdateModelVersionCommandInput, cb: (err: any, data?: UpdateModelVersionCommandOutput) => void): void;
328
- updateModelVersion(args: UpdateModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelVersionCommandOutput) => void): void;
329
-
330
- updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelVersionStatusCommandOutput>;
331
- updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void): void;
332
- updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void): void;
333
-
334
- updateRuleMetadata(args: UpdateRuleMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleMetadataCommandOutput>;
335
- updateRuleMetadata(args: UpdateRuleMetadataCommandInput, cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void): void;
336
- updateRuleMetadata(args: UpdateRuleMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void): void;
337
-
338
- updateRuleVersion(args: UpdateRuleVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleVersionCommandOutput>;
339
- updateRuleVersion(args: UpdateRuleVersionCommandInput, cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void): void;
340
- updateRuleVersion(args: UpdateRuleVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void): void;
341
-
342
- updateVariable(args: UpdateVariableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVariableCommandOutput>;
343
- updateVariable(args: UpdateVariableCommandInput, cb: (err: any, data?: UpdateVariableCommandOutput) => void): void;
344
- updateVariable(args: UpdateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVariableCommandOutput) => void): void;
345
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchCreateVariableCommandInput,
4
+ BatchCreateVariableCommandOutput,
5
+ } from "./commands/BatchCreateVariableCommand";
6
+ import {
7
+ BatchGetVariableCommandInput,
8
+ BatchGetVariableCommandOutput,
9
+ } from "./commands/BatchGetVariableCommand";
10
+ import {
11
+ CancelBatchImportJobCommandInput,
12
+ CancelBatchImportJobCommandOutput,
13
+ } from "./commands/CancelBatchImportJobCommand";
14
+ import {
15
+ CancelBatchPredictionJobCommandInput,
16
+ CancelBatchPredictionJobCommandOutput,
17
+ } from "./commands/CancelBatchPredictionJobCommand";
18
+ import {
19
+ CreateBatchImportJobCommandInput,
20
+ CreateBatchImportJobCommandOutput,
21
+ } from "./commands/CreateBatchImportJobCommand";
22
+ import {
23
+ CreateBatchPredictionJobCommandInput,
24
+ CreateBatchPredictionJobCommandOutput,
25
+ } from "./commands/CreateBatchPredictionJobCommand";
26
+ import {
27
+ CreateDetectorVersionCommandInput,
28
+ CreateDetectorVersionCommandOutput,
29
+ } from "./commands/CreateDetectorVersionCommand";
30
+ import {
31
+ CreateModelCommandInput,
32
+ CreateModelCommandOutput,
33
+ } from "./commands/CreateModelCommand";
34
+ import {
35
+ CreateModelVersionCommandInput,
36
+ CreateModelVersionCommandOutput,
37
+ } from "./commands/CreateModelVersionCommand";
38
+ import {
39
+ CreateRuleCommandInput,
40
+ CreateRuleCommandOutput,
41
+ } from "./commands/CreateRuleCommand";
42
+ import {
43
+ CreateVariableCommandInput,
44
+ CreateVariableCommandOutput,
45
+ } from "./commands/CreateVariableCommand";
46
+ import {
47
+ DeleteBatchImportJobCommandInput,
48
+ DeleteBatchImportJobCommandOutput,
49
+ } from "./commands/DeleteBatchImportJobCommand";
50
+ import {
51
+ DeleteBatchPredictionJobCommandInput,
52
+ DeleteBatchPredictionJobCommandOutput,
53
+ } from "./commands/DeleteBatchPredictionJobCommand";
54
+ import {
55
+ DeleteDetectorCommandInput,
56
+ DeleteDetectorCommandOutput,
57
+ } from "./commands/DeleteDetectorCommand";
58
+ import {
59
+ DeleteDetectorVersionCommandInput,
60
+ DeleteDetectorVersionCommandOutput,
61
+ } from "./commands/DeleteDetectorVersionCommand";
62
+ import {
63
+ DeleteEntityTypeCommandInput,
64
+ DeleteEntityTypeCommandOutput,
65
+ } from "./commands/DeleteEntityTypeCommand";
66
+ import {
67
+ DeleteEventCommandInput,
68
+ DeleteEventCommandOutput,
69
+ } from "./commands/DeleteEventCommand";
70
+ import {
71
+ DeleteEventsByEventTypeCommandInput,
72
+ DeleteEventsByEventTypeCommandOutput,
73
+ } from "./commands/DeleteEventsByEventTypeCommand";
74
+ import {
75
+ DeleteEventTypeCommandInput,
76
+ DeleteEventTypeCommandOutput,
77
+ } from "./commands/DeleteEventTypeCommand";
78
+ import {
79
+ DeleteExternalModelCommandInput,
80
+ DeleteExternalModelCommandOutput,
81
+ } from "./commands/DeleteExternalModelCommand";
82
+ import {
83
+ DeleteLabelCommandInput,
84
+ DeleteLabelCommandOutput,
85
+ } from "./commands/DeleteLabelCommand";
86
+ import {
87
+ DeleteModelCommandInput,
88
+ DeleteModelCommandOutput,
89
+ } from "./commands/DeleteModelCommand";
90
+ import {
91
+ DeleteModelVersionCommandInput,
92
+ DeleteModelVersionCommandOutput,
93
+ } from "./commands/DeleteModelVersionCommand";
94
+ import {
95
+ DeleteOutcomeCommandInput,
96
+ DeleteOutcomeCommandOutput,
97
+ } from "./commands/DeleteOutcomeCommand";
98
+ import {
99
+ DeleteRuleCommandInput,
100
+ DeleteRuleCommandOutput,
101
+ } from "./commands/DeleteRuleCommand";
102
+ import {
103
+ DeleteVariableCommandInput,
104
+ DeleteVariableCommandOutput,
105
+ } from "./commands/DeleteVariableCommand";
106
+ import {
107
+ DescribeDetectorCommandInput,
108
+ DescribeDetectorCommandOutput,
109
+ } from "./commands/DescribeDetectorCommand";
110
+ import {
111
+ DescribeModelVersionsCommandInput,
112
+ DescribeModelVersionsCommandOutput,
113
+ } from "./commands/DescribeModelVersionsCommand";
114
+ import {
115
+ GetBatchImportJobsCommandInput,
116
+ GetBatchImportJobsCommandOutput,
117
+ } from "./commands/GetBatchImportJobsCommand";
118
+ import {
119
+ GetBatchPredictionJobsCommandInput,
120
+ GetBatchPredictionJobsCommandOutput,
121
+ } from "./commands/GetBatchPredictionJobsCommand";
122
+ import {
123
+ GetDeleteEventsByEventTypeStatusCommandInput,
124
+ GetDeleteEventsByEventTypeStatusCommandOutput,
125
+ } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
126
+ import {
127
+ GetDetectorsCommandInput,
128
+ GetDetectorsCommandOutput,
129
+ } from "./commands/GetDetectorsCommand";
130
+ import {
131
+ GetDetectorVersionCommandInput,
132
+ GetDetectorVersionCommandOutput,
133
+ } from "./commands/GetDetectorVersionCommand";
134
+ import {
135
+ GetEntityTypesCommandInput,
136
+ GetEntityTypesCommandOutput,
137
+ } from "./commands/GetEntityTypesCommand";
138
+ import {
139
+ GetEventCommandInput,
140
+ GetEventCommandOutput,
141
+ } from "./commands/GetEventCommand";
142
+ import {
143
+ GetEventPredictionCommandInput,
144
+ GetEventPredictionCommandOutput,
145
+ } from "./commands/GetEventPredictionCommand";
146
+ import {
147
+ GetEventPredictionMetadataCommandInput,
148
+ GetEventPredictionMetadataCommandOutput,
149
+ } from "./commands/GetEventPredictionMetadataCommand";
150
+ import {
151
+ GetEventTypesCommandInput,
152
+ GetEventTypesCommandOutput,
153
+ } from "./commands/GetEventTypesCommand";
154
+ import {
155
+ GetExternalModelsCommandInput,
156
+ GetExternalModelsCommandOutput,
157
+ } from "./commands/GetExternalModelsCommand";
158
+ import {
159
+ GetKMSEncryptionKeyCommandInput,
160
+ GetKMSEncryptionKeyCommandOutput,
161
+ } from "./commands/GetKMSEncryptionKeyCommand";
162
+ import {
163
+ GetLabelsCommandInput,
164
+ GetLabelsCommandOutput,
165
+ } from "./commands/GetLabelsCommand";
166
+ import {
167
+ GetModelsCommandInput,
168
+ GetModelsCommandOutput,
169
+ } from "./commands/GetModelsCommand";
170
+ import {
171
+ GetModelVersionCommandInput,
172
+ GetModelVersionCommandOutput,
173
+ } from "./commands/GetModelVersionCommand";
174
+ import {
175
+ GetOutcomesCommandInput,
176
+ GetOutcomesCommandOutput,
177
+ } from "./commands/GetOutcomesCommand";
178
+ import {
179
+ GetRulesCommandInput,
180
+ GetRulesCommandOutput,
181
+ } from "./commands/GetRulesCommand";
182
+ import {
183
+ GetVariablesCommandInput,
184
+ GetVariablesCommandOutput,
185
+ } from "./commands/GetVariablesCommand";
186
+ import {
187
+ ListEventPredictionsCommandInput,
188
+ ListEventPredictionsCommandOutput,
189
+ } from "./commands/ListEventPredictionsCommand";
190
+ import {
191
+ ListTagsForResourceCommandInput,
192
+ ListTagsForResourceCommandOutput,
193
+ } from "./commands/ListTagsForResourceCommand";
194
+ import {
195
+ PutDetectorCommandInput,
196
+ PutDetectorCommandOutput,
197
+ } from "./commands/PutDetectorCommand";
198
+ import {
199
+ PutEntityTypeCommandInput,
200
+ PutEntityTypeCommandOutput,
201
+ } from "./commands/PutEntityTypeCommand";
202
+ import {
203
+ PutEventTypeCommandInput,
204
+ PutEventTypeCommandOutput,
205
+ } from "./commands/PutEventTypeCommand";
206
+ import {
207
+ PutExternalModelCommandInput,
208
+ PutExternalModelCommandOutput,
209
+ } from "./commands/PutExternalModelCommand";
210
+ import {
211
+ PutKMSEncryptionKeyCommandInput,
212
+ PutKMSEncryptionKeyCommandOutput,
213
+ } from "./commands/PutKMSEncryptionKeyCommand";
214
+ import {
215
+ PutLabelCommandInput,
216
+ PutLabelCommandOutput,
217
+ } from "./commands/PutLabelCommand";
218
+ import {
219
+ PutOutcomeCommandInput,
220
+ PutOutcomeCommandOutput,
221
+ } from "./commands/PutOutcomeCommand";
222
+ import {
223
+ SendEventCommandInput,
224
+ SendEventCommandOutput,
225
+ } from "./commands/SendEventCommand";
226
+ import {
227
+ TagResourceCommandInput,
228
+ TagResourceCommandOutput,
229
+ } from "./commands/TagResourceCommand";
230
+ import {
231
+ UntagResourceCommandInput,
232
+ UntagResourceCommandOutput,
233
+ } from "./commands/UntagResourceCommand";
234
+ import {
235
+ UpdateDetectorVersionCommandInput,
236
+ UpdateDetectorVersionCommandOutput,
237
+ } from "./commands/UpdateDetectorVersionCommand";
238
+ import {
239
+ UpdateDetectorVersionMetadataCommandInput,
240
+ UpdateDetectorVersionMetadataCommandOutput,
241
+ } from "./commands/UpdateDetectorVersionMetadataCommand";
242
+ import {
243
+ UpdateDetectorVersionStatusCommandInput,
244
+ UpdateDetectorVersionStatusCommandOutput,
245
+ } from "./commands/UpdateDetectorVersionStatusCommand";
246
+ import {
247
+ UpdateEventLabelCommandInput,
248
+ UpdateEventLabelCommandOutput,
249
+ } from "./commands/UpdateEventLabelCommand";
250
+ import {
251
+ UpdateModelCommandInput,
252
+ UpdateModelCommandOutput,
253
+ } from "./commands/UpdateModelCommand";
254
+ import {
255
+ UpdateModelVersionCommandInput,
256
+ UpdateModelVersionCommandOutput,
257
+ } from "./commands/UpdateModelVersionCommand";
258
+ import {
259
+ UpdateModelVersionStatusCommandInput,
260
+ UpdateModelVersionStatusCommandOutput,
261
+ } from "./commands/UpdateModelVersionStatusCommand";
262
+ import {
263
+ UpdateRuleMetadataCommandInput,
264
+ UpdateRuleMetadataCommandOutput,
265
+ } from "./commands/UpdateRuleMetadataCommand";
266
+ import {
267
+ UpdateRuleVersionCommandInput,
268
+ UpdateRuleVersionCommandOutput,
269
+ } from "./commands/UpdateRuleVersionCommand";
270
+ import {
271
+ UpdateVariableCommandInput,
272
+ UpdateVariableCommandOutput,
273
+ } from "./commands/UpdateVariableCommand";
274
+ import { FraudDetectorClient } from "./FraudDetectorClient";
275
+
276
+ export declare class FraudDetector extends FraudDetectorClient {
277
+ batchCreateVariable(
278
+ args: BatchCreateVariableCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<BatchCreateVariableCommandOutput>;
281
+ batchCreateVariable(
282
+ args: BatchCreateVariableCommandInput,
283
+ cb: (err: any, data?: BatchCreateVariableCommandOutput) => void
284
+ ): void;
285
+ batchCreateVariable(
286
+ args: BatchCreateVariableCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: BatchCreateVariableCommandOutput) => void
289
+ ): void;
290
+
291
+ batchGetVariable(
292
+ args: BatchGetVariableCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<BatchGetVariableCommandOutput>;
295
+ batchGetVariable(
296
+ args: BatchGetVariableCommandInput,
297
+ cb: (err: any, data?: BatchGetVariableCommandOutput) => void
298
+ ): void;
299
+ batchGetVariable(
300
+ args: BatchGetVariableCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: BatchGetVariableCommandOutput) => void
303
+ ): void;
304
+
305
+ cancelBatchImportJob(
306
+ args: CancelBatchImportJobCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<CancelBatchImportJobCommandOutput>;
309
+ cancelBatchImportJob(
310
+ args: CancelBatchImportJobCommandInput,
311
+ cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void
312
+ ): void;
313
+ cancelBatchImportJob(
314
+ args: CancelBatchImportJobCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void
317
+ ): void;
318
+
319
+ cancelBatchPredictionJob(
320
+ args: CancelBatchPredictionJobCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<CancelBatchPredictionJobCommandOutput>;
323
+ cancelBatchPredictionJob(
324
+ args: CancelBatchPredictionJobCommandInput,
325
+ cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void
326
+ ): void;
327
+ cancelBatchPredictionJob(
328
+ args: CancelBatchPredictionJobCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void
331
+ ): void;
332
+
333
+ createBatchImportJob(
334
+ args: CreateBatchImportJobCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<CreateBatchImportJobCommandOutput>;
337
+ createBatchImportJob(
338
+ args: CreateBatchImportJobCommandInput,
339
+ cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void
340
+ ): void;
341
+ createBatchImportJob(
342
+ args: CreateBatchImportJobCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void
345
+ ): void;
346
+
347
+ createBatchPredictionJob(
348
+ args: CreateBatchPredictionJobCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<CreateBatchPredictionJobCommandOutput>;
351
+ createBatchPredictionJob(
352
+ args: CreateBatchPredictionJobCommandInput,
353
+ cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void
354
+ ): void;
355
+ createBatchPredictionJob(
356
+ args: CreateBatchPredictionJobCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void
359
+ ): void;
360
+
361
+ createDetectorVersion(
362
+ args: CreateDetectorVersionCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<CreateDetectorVersionCommandOutput>;
365
+ createDetectorVersion(
366
+ args: CreateDetectorVersionCommandInput,
367
+ cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void
368
+ ): void;
369
+ createDetectorVersion(
370
+ args: CreateDetectorVersionCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void
373
+ ): void;
374
+
375
+ createModel(
376
+ args: CreateModelCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<CreateModelCommandOutput>;
379
+ createModel(
380
+ args: CreateModelCommandInput,
381
+ cb: (err: any, data?: CreateModelCommandOutput) => void
382
+ ): void;
383
+ createModel(
384
+ args: CreateModelCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: CreateModelCommandOutput) => void
387
+ ): void;
388
+
389
+ createModelVersion(
390
+ args: CreateModelVersionCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<CreateModelVersionCommandOutput>;
393
+ createModelVersion(
394
+ args: CreateModelVersionCommandInput,
395
+ cb: (err: any, data?: CreateModelVersionCommandOutput) => void
396
+ ): void;
397
+ createModelVersion(
398
+ args: CreateModelVersionCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: CreateModelVersionCommandOutput) => void
401
+ ): void;
402
+
403
+ createRule(
404
+ args: CreateRuleCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<CreateRuleCommandOutput>;
407
+ createRule(
408
+ args: CreateRuleCommandInput,
409
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
410
+ ): void;
411
+ createRule(
412
+ args: CreateRuleCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
415
+ ): void;
416
+
417
+ createVariable(
418
+ args: CreateVariableCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<CreateVariableCommandOutput>;
421
+ createVariable(
422
+ args: CreateVariableCommandInput,
423
+ cb: (err: any, data?: CreateVariableCommandOutput) => void
424
+ ): void;
425
+ createVariable(
426
+ args: CreateVariableCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: CreateVariableCommandOutput) => void
429
+ ): void;
430
+
431
+ deleteBatchImportJob(
432
+ args: DeleteBatchImportJobCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<DeleteBatchImportJobCommandOutput>;
435
+ deleteBatchImportJob(
436
+ args: DeleteBatchImportJobCommandInput,
437
+ cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void
438
+ ): void;
439
+ deleteBatchImportJob(
440
+ args: DeleteBatchImportJobCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void
443
+ ): void;
444
+
445
+ deleteBatchPredictionJob(
446
+ args: DeleteBatchPredictionJobCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<DeleteBatchPredictionJobCommandOutput>;
449
+ deleteBatchPredictionJob(
450
+ args: DeleteBatchPredictionJobCommandInput,
451
+ cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void
452
+ ): void;
453
+ deleteBatchPredictionJob(
454
+ args: DeleteBatchPredictionJobCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void
457
+ ): void;
458
+
459
+ deleteDetector(
460
+ args: DeleteDetectorCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<DeleteDetectorCommandOutput>;
463
+ deleteDetector(
464
+ args: DeleteDetectorCommandInput,
465
+ cb: (err: any, data?: DeleteDetectorCommandOutput) => void
466
+ ): void;
467
+ deleteDetector(
468
+ args: DeleteDetectorCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: DeleteDetectorCommandOutput) => void
471
+ ): void;
472
+
473
+ deleteDetectorVersion(
474
+ args: DeleteDetectorVersionCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<DeleteDetectorVersionCommandOutput>;
477
+ deleteDetectorVersion(
478
+ args: DeleteDetectorVersionCommandInput,
479
+ cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void
480
+ ): void;
481
+ deleteDetectorVersion(
482
+ args: DeleteDetectorVersionCommandInput,
483
+ options: __HttpHandlerOptions,
484
+ cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void
485
+ ): void;
486
+
487
+ deleteEntityType(
488
+ args: DeleteEntityTypeCommandInput,
489
+ options?: __HttpHandlerOptions
490
+ ): Promise<DeleteEntityTypeCommandOutput>;
491
+ deleteEntityType(
492
+ args: DeleteEntityTypeCommandInput,
493
+ cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void
494
+ ): void;
495
+ deleteEntityType(
496
+ args: DeleteEntityTypeCommandInput,
497
+ options: __HttpHandlerOptions,
498
+ cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void
499
+ ): void;
500
+
501
+ deleteEvent(
502
+ args: DeleteEventCommandInput,
503
+ options?: __HttpHandlerOptions
504
+ ): Promise<DeleteEventCommandOutput>;
505
+ deleteEvent(
506
+ args: DeleteEventCommandInput,
507
+ cb: (err: any, data?: DeleteEventCommandOutput) => void
508
+ ): void;
509
+ deleteEvent(
510
+ args: DeleteEventCommandInput,
511
+ options: __HttpHandlerOptions,
512
+ cb: (err: any, data?: DeleteEventCommandOutput) => void
513
+ ): void;
514
+
515
+ deleteEventsByEventType(
516
+ args: DeleteEventsByEventTypeCommandInput,
517
+ options?: __HttpHandlerOptions
518
+ ): Promise<DeleteEventsByEventTypeCommandOutput>;
519
+ deleteEventsByEventType(
520
+ args: DeleteEventsByEventTypeCommandInput,
521
+ cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void
522
+ ): void;
523
+ deleteEventsByEventType(
524
+ args: DeleteEventsByEventTypeCommandInput,
525
+ options: __HttpHandlerOptions,
526
+ cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void
527
+ ): void;
528
+
529
+ deleteEventType(
530
+ args: DeleteEventTypeCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<DeleteEventTypeCommandOutput>;
533
+ deleteEventType(
534
+ args: DeleteEventTypeCommandInput,
535
+ cb: (err: any, data?: DeleteEventTypeCommandOutput) => void
536
+ ): void;
537
+ deleteEventType(
538
+ args: DeleteEventTypeCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: DeleteEventTypeCommandOutput) => void
541
+ ): void;
542
+
543
+ deleteExternalModel(
544
+ args: DeleteExternalModelCommandInput,
545
+ options?: __HttpHandlerOptions
546
+ ): Promise<DeleteExternalModelCommandOutput>;
547
+ deleteExternalModel(
548
+ args: DeleteExternalModelCommandInput,
549
+ cb: (err: any, data?: DeleteExternalModelCommandOutput) => void
550
+ ): void;
551
+ deleteExternalModel(
552
+ args: DeleteExternalModelCommandInput,
553
+ options: __HttpHandlerOptions,
554
+ cb: (err: any, data?: DeleteExternalModelCommandOutput) => void
555
+ ): void;
556
+
557
+ deleteLabel(
558
+ args: DeleteLabelCommandInput,
559
+ options?: __HttpHandlerOptions
560
+ ): Promise<DeleteLabelCommandOutput>;
561
+ deleteLabel(
562
+ args: DeleteLabelCommandInput,
563
+ cb: (err: any, data?: DeleteLabelCommandOutput) => void
564
+ ): void;
565
+ deleteLabel(
566
+ args: DeleteLabelCommandInput,
567
+ options: __HttpHandlerOptions,
568
+ cb: (err: any, data?: DeleteLabelCommandOutput) => void
569
+ ): void;
570
+
571
+ deleteModel(
572
+ args: DeleteModelCommandInput,
573
+ options?: __HttpHandlerOptions
574
+ ): Promise<DeleteModelCommandOutput>;
575
+ deleteModel(
576
+ args: DeleteModelCommandInput,
577
+ cb: (err: any, data?: DeleteModelCommandOutput) => void
578
+ ): void;
579
+ deleteModel(
580
+ args: DeleteModelCommandInput,
581
+ options: __HttpHandlerOptions,
582
+ cb: (err: any, data?: DeleteModelCommandOutput) => void
583
+ ): void;
584
+
585
+ deleteModelVersion(
586
+ args: DeleteModelVersionCommandInput,
587
+ options?: __HttpHandlerOptions
588
+ ): Promise<DeleteModelVersionCommandOutput>;
589
+ deleteModelVersion(
590
+ args: DeleteModelVersionCommandInput,
591
+ cb: (err: any, data?: DeleteModelVersionCommandOutput) => void
592
+ ): void;
593
+ deleteModelVersion(
594
+ args: DeleteModelVersionCommandInput,
595
+ options: __HttpHandlerOptions,
596
+ cb: (err: any, data?: DeleteModelVersionCommandOutput) => void
597
+ ): void;
598
+
599
+ deleteOutcome(
600
+ args: DeleteOutcomeCommandInput,
601
+ options?: __HttpHandlerOptions
602
+ ): Promise<DeleteOutcomeCommandOutput>;
603
+ deleteOutcome(
604
+ args: DeleteOutcomeCommandInput,
605
+ cb: (err: any, data?: DeleteOutcomeCommandOutput) => void
606
+ ): void;
607
+ deleteOutcome(
608
+ args: DeleteOutcomeCommandInput,
609
+ options: __HttpHandlerOptions,
610
+ cb: (err: any, data?: DeleteOutcomeCommandOutput) => void
611
+ ): void;
612
+
613
+ deleteRule(
614
+ args: DeleteRuleCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<DeleteRuleCommandOutput>;
617
+ deleteRule(
618
+ args: DeleteRuleCommandInput,
619
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
620
+ ): void;
621
+ deleteRule(
622
+ args: DeleteRuleCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
625
+ ): void;
626
+
627
+ deleteVariable(
628
+ args: DeleteVariableCommandInput,
629
+ options?: __HttpHandlerOptions
630
+ ): Promise<DeleteVariableCommandOutput>;
631
+ deleteVariable(
632
+ args: DeleteVariableCommandInput,
633
+ cb: (err: any, data?: DeleteVariableCommandOutput) => void
634
+ ): void;
635
+ deleteVariable(
636
+ args: DeleteVariableCommandInput,
637
+ options: __HttpHandlerOptions,
638
+ cb: (err: any, data?: DeleteVariableCommandOutput) => void
639
+ ): void;
640
+
641
+ describeDetector(
642
+ args: DescribeDetectorCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<DescribeDetectorCommandOutput>;
645
+ describeDetector(
646
+ args: DescribeDetectorCommandInput,
647
+ cb: (err: any, data?: DescribeDetectorCommandOutput) => void
648
+ ): void;
649
+ describeDetector(
650
+ args: DescribeDetectorCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: DescribeDetectorCommandOutput) => void
653
+ ): void;
654
+
655
+ describeModelVersions(
656
+ args: DescribeModelVersionsCommandInput,
657
+ options?: __HttpHandlerOptions
658
+ ): Promise<DescribeModelVersionsCommandOutput>;
659
+ describeModelVersions(
660
+ args: DescribeModelVersionsCommandInput,
661
+ cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void
662
+ ): void;
663
+ describeModelVersions(
664
+ args: DescribeModelVersionsCommandInput,
665
+ options: __HttpHandlerOptions,
666
+ cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void
667
+ ): void;
668
+
669
+ getBatchImportJobs(
670
+ args: GetBatchImportJobsCommandInput,
671
+ options?: __HttpHandlerOptions
672
+ ): Promise<GetBatchImportJobsCommandOutput>;
673
+ getBatchImportJobs(
674
+ args: GetBatchImportJobsCommandInput,
675
+ cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void
676
+ ): void;
677
+ getBatchImportJobs(
678
+ args: GetBatchImportJobsCommandInput,
679
+ options: __HttpHandlerOptions,
680
+ cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void
681
+ ): void;
682
+
683
+ getBatchPredictionJobs(
684
+ args: GetBatchPredictionJobsCommandInput,
685
+ options?: __HttpHandlerOptions
686
+ ): Promise<GetBatchPredictionJobsCommandOutput>;
687
+ getBatchPredictionJobs(
688
+ args: GetBatchPredictionJobsCommandInput,
689
+ cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void
690
+ ): void;
691
+ getBatchPredictionJobs(
692
+ args: GetBatchPredictionJobsCommandInput,
693
+ options: __HttpHandlerOptions,
694
+ cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void
695
+ ): void;
696
+
697
+ getDeleteEventsByEventTypeStatus(
698
+ args: GetDeleteEventsByEventTypeStatusCommandInput,
699
+ options?: __HttpHandlerOptions
700
+ ): Promise<GetDeleteEventsByEventTypeStatusCommandOutput>;
701
+ getDeleteEventsByEventTypeStatus(
702
+ args: GetDeleteEventsByEventTypeStatusCommandInput,
703
+ cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void
704
+ ): void;
705
+ getDeleteEventsByEventTypeStatus(
706
+ args: GetDeleteEventsByEventTypeStatusCommandInput,
707
+ options: __HttpHandlerOptions,
708
+ cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void
709
+ ): void;
710
+
711
+ getDetectors(
712
+ args: GetDetectorsCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<GetDetectorsCommandOutput>;
715
+ getDetectors(
716
+ args: GetDetectorsCommandInput,
717
+ cb: (err: any, data?: GetDetectorsCommandOutput) => void
718
+ ): void;
719
+ getDetectors(
720
+ args: GetDetectorsCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: GetDetectorsCommandOutput) => void
723
+ ): void;
724
+
725
+ getDetectorVersion(
726
+ args: GetDetectorVersionCommandInput,
727
+ options?: __HttpHandlerOptions
728
+ ): Promise<GetDetectorVersionCommandOutput>;
729
+ getDetectorVersion(
730
+ args: GetDetectorVersionCommandInput,
731
+ cb: (err: any, data?: GetDetectorVersionCommandOutput) => void
732
+ ): void;
733
+ getDetectorVersion(
734
+ args: GetDetectorVersionCommandInput,
735
+ options: __HttpHandlerOptions,
736
+ cb: (err: any, data?: GetDetectorVersionCommandOutput) => void
737
+ ): void;
738
+
739
+ getEntityTypes(
740
+ args: GetEntityTypesCommandInput,
741
+ options?: __HttpHandlerOptions
742
+ ): Promise<GetEntityTypesCommandOutput>;
743
+ getEntityTypes(
744
+ args: GetEntityTypesCommandInput,
745
+ cb: (err: any, data?: GetEntityTypesCommandOutput) => void
746
+ ): void;
747
+ getEntityTypes(
748
+ args: GetEntityTypesCommandInput,
749
+ options: __HttpHandlerOptions,
750
+ cb: (err: any, data?: GetEntityTypesCommandOutput) => void
751
+ ): void;
752
+
753
+ getEvent(
754
+ args: GetEventCommandInput,
755
+ options?: __HttpHandlerOptions
756
+ ): Promise<GetEventCommandOutput>;
757
+ getEvent(
758
+ args: GetEventCommandInput,
759
+ cb: (err: any, data?: GetEventCommandOutput) => void
760
+ ): void;
761
+ getEvent(
762
+ args: GetEventCommandInput,
763
+ options: __HttpHandlerOptions,
764
+ cb: (err: any, data?: GetEventCommandOutput) => void
765
+ ): void;
766
+
767
+ getEventPrediction(
768
+ args: GetEventPredictionCommandInput,
769
+ options?: __HttpHandlerOptions
770
+ ): Promise<GetEventPredictionCommandOutput>;
771
+ getEventPrediction(
772
+ args: GetEventPredictionCommandInput,
773
+ cb: (err: any, data?: GetEventPredictionCommandOutput) => void
774
+ ): void;
775
+ getEventPrediction(
776
+ args: GetEventPredictionCommandInput,
777
+ options: __HttpHandlerOptions,
778
+ cb: (err: any, data?: GetEventPredictionCommandOutput) => void
779
+ ): void;
780
+
781
+ getEventPredictionMetadata(
782
+ args: GetEventPredictionMetadataCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<GetEventPredictionMetadataCommandOutput>;
785
+ getEventPredictionMetadata(
786
+ args: GetEventPredictionMetadataCommandInput,
787
+ cb: (err: any, data?: GetEventPredictionMetadataCommandOutput) => void
788
+ ): void;
789
+ getEventPredictionMetadata(
790
+ args: GetEventPredictionMetadataCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: GetEventPredictionMetadataCommandOutput) => void
793
+ ): void;
794
+
795
+ getEventTypes(
796
+ args: GetEventTypesCommandInput,
797
+ options?: __HttpHandlerOptions
798
+ ): Promise<GetEventTypesCommandOutput>;
799
+ getEventTypes(
800
+ args: GetEventTypesCommandInput,
801
+ cb: (err: any, data?: GetEventTypesCommandOutput) => void
802
+ ): void;
803
+ getEventTypes(
804
+ args: GetEventTypesCommandInput,
805
+ options: __HttpHandlerOptions,
806
+ cb: (err: any, data?: GetEventTypesCommandOutput) => void
807
+ ): void;
808
+
809
+ getExternalModels(
810
+ args: GetExternalModelsCommandInput,
811
+ options?: __HttpHandlerOptions
812
+ ): Promise<GetExternalModelsCommandOutput>;
813
+ getExternalModels(
814
+ args: GetExternalModelsCommandInput,
815
+ cb: (err: any, data?: GetExternalModelsCommandOutput) => void
816
+ ): void;
817
+ getExternalModels(
818
+ args: GetExternalModelsCommandInput,
819
+ options: __HttpHandlerOptions,
820
+ cb: (err: any, data?: GetExternalModelsCommandOutput) => void
821
+ ): void;
822
+
823
+ getKMSEncryptionKey(
824
+ args: GetKMSEncryptionKeyCommandInput,
825
+ options?: __HttpHandlerOptions
826
+ ): Promise<GetKMSEncryptionKeyCommandOutput>;
827
+ getKMSEncryptionKey(
828
+ args: GetKMSEncryptionKeyCommandInput,
829
+ cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void
830
+ ): void;
831
+ getKMSEncryptionKey(
832
+ args: GetKMSEncryptionKeyCommandInput,
833
+ options: __HttpHandlerOptions,
834
+ cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void
835
+ ): void;
836
+
837
+ getLabels(
838
+ args: GetLabelsCommandInput,
839
+ options?: __HttpHandlerOptions
840
+ ): Promise<GetLabelsCommandOutput>;
841
+ getLabels(
842
+ args: GetLabelsCommandInput,
843
+ cb: (err: any, data?: GetLabelsCommandOutput) => void
844
+ ): void;
845
+ getLabels(
846
+ args: GetLabelsCommandInput,
847
+ options: __HttpHandlerOptions,
848
+ cb: (err: any, data?: GetLabelsCommandOutput) => void
849
+ ): void;
850
+
851
+ getModels(
852
+ args: GetModelsCommandInput,
853
+ options?: __HttpHandlerOptions
854
+ ): Promise<GetModelsCommandOutput>;
855
+ getModels(
856
+ args: GetModelsCommandInput,
857
+ cb: (err: any, data?: GetModelsCommandOutput) => void
858
+ ): void;
859
+ getModels(
860
+ args: GetModelsCommandInput,
861
+ options: __HttpHandlerOptions,
862
+ cb: (err: any, data?: GetModelsCommandOutput) => void
863
+ ): void;
864
+
865
+ getModelVersion(
866
+ args: GetModelVersionCommandInput,
867
+ options?: __HttpHandlerOptions
868
+ ): Promise<GetModelVersionCommandOutput>;
869
+ getModelVersion(
870
+ args: GetModelVersionCommandInput,
871
+ cb: (err: any, data?: GetModelVersionCommandOutput) => void
872
+ ): void;
873
+ getModelVersion(
874
+ args: GetModelVersionCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (err: any, data?: GetModelVersionCommandOutput) => void
877
+ ): void;
878
+
879
+ getOutcomes(
880
+ args: GetOutcomesCommandInput,
881
+ options?: __HttpHandlerOptions
882
+ ): Promise<GetOutcomesCommandOutput>;
883
+ getOutcomes(
884
+ args: GetOutcomesCommandInput,
885
+ cb: (err: any, data?: GetOutcomesCommandOutput) => void
886
+ ): void;
887
+ getOutcomes(
888
+ args: GetOutcomesCommandInput,
889
+ options: __HttpHandlerOptions,
890
+ cb: (err: any, data?: GetOutcomesCommandOutput) => void
891
+ ): void;
892
+
893
+ getRules(
894
+ args: GetRulesCommandInput,
895
+ options?: __HttpHandlerOptions
896
+ ): Promise<GetRulesCommandOutput>;
897
+ getRules(
898
+ args: GetRulesCommandInput,
899
+ cb: (err: any, data?: GetRulesCommandOutput) => void
900
+ ): void;
901
+ getRules(
902
+ args: GetRulesCommandInput,
903
+ options: __HttpHandlerOptions,
904
+ cb: (err: any, data?: GetRulesCommandOutput) => void
905
+ ): void;
906
+
907
+ getVariables(
908
+ args: GetVariablesCommandInput,
909
+ options?: __HttpHandlerOptions
910
+ ): Promise<GetVariablesCommandOutput>;
911
+ getVariables(
912
+ args: GetVariablesCommandInput,
913
+ cb: (err: any, data?: GetVariablesCommandOutput) => void
914
+ ): void;
915
+ getVariables(
916
+ args: GetVariablesCommandInput,
917
+ options: __HttpHandlerOptions,
918
+ cb: (err: any, data?: GetVariablesCommandOutput) => void
919
+ ): void;
920
+
921
+ listEventPredictions(
922
+ args: ListEventPredictionsCommandInput,
923
+ options?: __HttpHandlerOptions
924
+ ): Promise<ListEventPredictionsCommandOutput>;
925
+ listEventPredictions(
926
+ args: ListEventPredictionsCommandInput,
927
+ cb: (err: any, data?: ListEventPredictionsCommandOutput) => void
928
+ ): void;
929
+ listEventPredictions(
930
+ args: ListEventPredictionsCommandInput,
931
+ options: __HttpHandlerOptions,
932
+ cb: (err: any, data?: ListEventPredictionsCommandOutput) => void
933
+ ): void;
934
+
935
+ listTagsForResource(
936
+ args: ListTagsForResourceCommandInput,
937
+ options?: __HttpHandlerOptions
938
+ ): Promise<ListTagsForResourceCommandOutput>;
939
+ listTagsForResource(
940
+ args: ListTagsForResourceCommandInput,
941
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
942
+ ): void;
943
+ listTagsForResource(
944
+ args: ListTagsForResourceCommandInput,
945
+ options: __HttpHandlerOptions,
946
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
947
+ ): void;
948
+
949
+ putDetector(
950
+ args: PutDetectorCommandInput,
951
+ options?: __HttpHandlerOptions
952
+ ): Promise<PutDetectorCommandOutput>;
953
+ putDetector(
954
+ args: PutDetectorCommandInput,
955
+ cb: (err: any, data?: PutDetectorCommandOutput) => void
956
+ ): void;
957
+ putDetector(
958
+ args: PutDetectorCommandInput,
959
+ options: __HttpHandlerOptions,
960
+ cb: (err: any, data?: PutDetectorCommandOutput) => void
961
+ ): void;
962
+
963
+ putEntityType(
964
+ args: PutEntityTypeCommandInput,
965
+ options?: __HttpHandlerOptions
966
+ ): Promise<PutEntityTypeCommandOutput>;
967
+ putEntityType(
968
+ args: PutEntityTypeCommandInput,
969
+ cb: (err: any, data?: PutEntityTypeCommandOutput) => void
970
+ ): void;
971
+ putEntityType(
972
+ args: PutEntityTypeCommandInput,
973
+ options: __HttpHandlerOptions,
974
+ cb: (err: any, data?: PutEntityTypeCommandOutput) => void
975
+ ): void;
976
+
977
+ putEventType(
978
+ args: PutEventTypeCommandInput,
979
+ options?: __HttpHandlerOptions
980
+ ): Promise<PutEventTypeCommandOutput>;
981
+ putEventType(
982
+ args: PutEventTypeCommandInput,
983
+ cb: (err: any, data?: PutEventTypeCommandOutput) => void
984
+ ): void;
985
+ putEventType(
986
+ args: PutEventTypeCommandInput,
987
+ options: __HttpHandlerOptions,
988
+ cb: (err: any, data?: PutEventTypeCommandOutput) => void
989
+ ): void;
990
+
991
+ putExternalModel(
992
+ args: PutExternalModelCommandInput,
993
+ options?: __HttpHandlerOptions
994
+ ): Promise<PutExternalModelCommandOutput>;
995
+ putExternalModel(
996
+ args: PutExternalModelCommandInput,
997
+ cb: (err: any, data?: PutExternalModelCommandOutput) => void
998
+ ): void;
999
+ putExternalModel(
1000
+ args: PutExternalModelCommandInput,
1001
+ options: __HttpHandlerOptions,
1002
+ cb: (err: any, data?: PutExternalModelCommandOutput) => void
1003
+ ): void;
1004
+
1005
+ putKMSEncryptionKey(
1006
+ args: PutKMSEncryptionKeyCommandInput,
1007
+ options?: __HttpHandlerOptions
1008
+ ): Promise<PutKMSEncryptionKeyCommandOutput>;
1009
+ putKMSEncryptionKey(
1010
+ args: PutKMSEncryptionKeyCommandInput,
1011
+ cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void
1012
+ ): void;
1013
+ putKMSEncryptionKey(
1014
+ args: PutKMSEncryptionKeyCommandInput,
1015
+ options: __HttpHandlerOptions,
1016
+ cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void
1017
+ ): void;
1018
+
1019
+ putLabel(
1020
+ args: PutLabelCommandInput,
1021
+ options?: __HttpHandlerOptions
1022
+ ): Promise<PutLabelCommandOutput>;
1023
+ putLabel(
1024
+ args: PutLabelCommandInput,
1025
+ cb: (err: any, data?: PutLabelCommandOutput) => void
1026
+ ): void;
1027
+ putLabel(
1028
+ args: PutLabelCommandInput,
1029
+ options: __HttpHandlerOptions,
1030
+ cb: (err: any, data?: PutLabelCommandOutput) => void
1031
+ ): void;
1032
+
1033
+ putOutcome(
1034
+ args: PutOutcomeCommandInput,
1035
+ options?: __HttpHandlerOptions
1036
+ ): Promise<PutOutcomeCommandOutput>;
1037
+ putOutcome(
1038
+ args: PutOutcomeCommandInput,
1039
+ cb: (err: any, data?: PutOutcomeCommandOutput) => void
1040
+ ): void;
1041
+ putOutcome(
1042
+ args: PutOutcomeCommandInput,
1043
+ options: __HttpHandlerOptions,
1044
+ cb: (err: any, data?: PutOutcomeCommandOutput) => void
1045
+ ): void;
1046
+
1047
+ sendEvent(
1048
+ args: SendEventCommandInput,
1049
+ options?: __HttpHandlerOptions
1050
+ ): Promise<SendEventCommandOutput>;
1051
+ sendEvent(
1052
+ args: SendEventCommandInput,
1053
+ cb: (err: any, data?: SendEventCommandOutput) => void
1054
+ ): void;
1055
+ sendEvent(
1056
+ args: SendEventCommandInput,
1057
+ options: __HttpHandlerOptions,
1058
+ cb: (err: any, data?: SendEventCommandOutput) => void
1059
+ ): void;
1060
+
1061
+ tagResource(
1062
+ args: TagResourceCommandInput,
1063
+ options?: __HttpHandlerOptions
1064
+ ): Promise<TagResourceCommandOutput>;
1065
+ tagResource(
1066
+ args: TagResourceCommandInput,
1067
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1068
+ ): void;
1069
+ tagResource(
1070
+ args: TagResourceCommandInput,
1071
+ options: __HttpHandlerOptions,
1072
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1073
+ ): void;
1074
+
1075
+ untagResource(
1076
+ args: UntagResourceCommandInput,
1077
+ options?: __HttpHandlerOptions
1078
+ ): Promise<UntagResourceCommandOutput>;
1079
+ untagResource(
1080
+ args: UntagResourceCommandInput,
1081
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1082
+ ): void;
1083
+ untagResource(
1084
+ args: UntagResourceCommandInput,
1085
+ options: __HttpHandlerOptions,
1086
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1087
+ ): void;
1088
+
1089
+ updateDetectorVersion(
1090
+ args: UpdateDetectorVersionCommandInput,
1091
+ options?: __HttpHandlerOptions
1092
+ ): Promise<UpdateDetectorVersionCommandOutput>;
1093
+ updateDetectorVersion(
1094
+ args: UpdateDetectorVersionCommandInput,
1095
+ cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void
1096
+ ): void;
1097
+ updateDetectorVersion(
1098
+ args: UpdateDetectorVersionCommandInput,
1099
+ options: __HttpHandlerOptions,
1100
+ cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void
1101
+ ): void;
1102
+
1103
+ updateDetectorVersionMetadata(
1104
+ args: UpdateDetectorVersionMetadataCommandInput,
1105
+ options?: __HttpHandlerOptions
1106
+ ): Promise<UpdateDetectorVersionMetadataCommandOutput>;
1107
+ updateDetectorVersionMetadata(
1108
+ args: UpdateDetectorVersionMetadataCommandInput,
1109
+ cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void
1110
+ ): void;
1111
+ updateDetectorVersionMetadata(
1112
+ args: UpdateDetectorVersionMetadataCommandInput,
1113
+ options: __HttpHandlerOptions,
1114
+ cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void
1115
+ ): void;
1116
+
1117
+ updateDetectorVersionStatus(
1118
+ args: UpdateDetectorVersionStatusCommandInput,
1119
+ options?: __HttpHandlerOptions
1120
+ ): Promise<UpdateDetectorVersionStatusCommandOutput>;
1121
+ updateDetectorVersionStatus(
1122
+ args: UpdateDetectorVersionStatusCommandInput,
1123
+ cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void
1124
+ ): void;
1125
+ updateDetectorVersionStatus(
1126
+ args: UpdateDetectorVersionStatusCommandInput,
1127
+ options: __HttpHandlerOptions,
1128
+ cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void
1129
+ ): void;
1130
+
1131
+ updateEventLabel(
1132
+ args: UpdateEventLabelCommandInput,
1133
+ options?: __HttpHandlerOptions
1134
+ ): Promise<UpdateEventLabelCommandOutput>;
1135
+ updateEventLabel(
1136
+ args: UpdateEventLabelCommandInput,
1137
+ cb: (err: any, data?: UpdateEventLabelCommandOutput) => void
1138
+ ): void;
1139
+ updateEventLabel(
1140
+ args: UpdateEventLabelCommandInput,
1141
+ options: __HttpHandlerOptions,
1142
+ cb: (err: any, data?: UpdateEventLabelCommandOutput) => void
1143
+ ): void;
1144
+
1145
+ updateModel(
1146
+ args: UpdateModelCommandInput,
1147
+ options?: __HttpHandlerOptions
1148
+ ): Promise<UpdateModelCommandOutput>;
1149
+ updateModel(
1150
+ args: UpdateModelCommandInput,
1151
+ cb: (err: any, data?: UpdateModelCommandOutput) => void
1152
+ ): void;
1153
+ updateModel(
1154
+ args: UpdateModelCommandInput,
1155
+ options: __HttpHandlerOptions,
1156
+ cb: (err: any, data?: UpdateModelCommandOutput) => void
1157
+ ): void;
1158
+
1159
+ updateModelVersion(
1160
+ args: UpdateModelVersionCommandInput,
1161
+ options?: __HttpHandlerOptions
1162
+ ): Promise<UpdateModelVersionCommandOutput>;
1163
+ updateModelVersion(
1164
+ args: UpdateModelVersionCommandInput,
1165
+ cb: (err: any, data?: UpdateModelVersionCommandOutput) => void
1166
+ ): void;
1167
+ updateModelVersion(
1168
+ args: UpdateModelVersionCommandInput,
1169
+ options: __HttpHandlerOptions,
1170
+ cb: (err: any, data?: UpdateModelVersionCommandOutput) => void
1171
+ ): void;
1172
+
1173
+ updateModelVersionStatus(
1174
+ args: UpdateModelVersionStatusCommandInput,
1175
+ options?: __HttpHandlerOptions
1176
+ ): Promise<UpdateModelVersionStatusCommandOutput>;
1177
+ updateModelVersionStatus(
1178
+ args: UpdateModelVersionStatusCommandInput,
1179
+ cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void
1180
+ ): void;
1181
+ updateModelVersionStatus(
1182
+ args: UpdateModelVersionStatusCommandInput,
1183
+ options: __HttpHandlerOptions,
1184
+ cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void
1185
+ ): void;
1186
+
1187
+ updateRuleMetadata(
1188
+ args: UpdateRuleMetadataCommandInput,
1189
+ options?: __HttpHandlerOptions
1190
+ ): Promise<UpdateRuleMetadataCommandOutput>;
1191
+ updateRuleMetadata(
1192
+ args: UpdateRuleMetadataCommandInput,
1193
+ cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void
1194
+ ): void;
1195
+ updateRuleMetadata(
1196
+ args: UpdateRuleMetadataCommandInput,
1197
+ options: __HttpHandlerOptions,
1198
+ cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void
1199
+ ): void;
1200
+
1201
+ updateRuleVersion(
1202
+ args: UpdateRuleVersionCommandInput,
1203
+ options?: __HttpHandlerOptions
1204
+ ): Promise<UpdateRuleVersionCommandOutput>;
1205
+ updateRuleVersion(
1206
+ args: UpdateRuleVersionCommandInput,
1207
+ cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void
1208
+ ): void;
1209
+ updateRuleVersion(
1210
+ args: UpdateRuleVersionCommandInput,
1211
+ options: __HttpHandlerOptions,
1212
+ cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void
1213
+ ): void;
1214
+
1215
+ updateVariable(
1216
+ args: UpdateVariableCommandInput,
1217
+ options?: __HttpHandlerOptions
1218
+ ): Promise<UpdateVariableCommandOutput>;
1219
+ updateVariable(
1220
+ args: UpdateVariableCommandInput,
1221
+ cb: (err: any, data?: UpdateVariableCommandOutput) => void
1222
+ ): void;
1223
+ updateVariable(
1224
+ args: UpdateVariableCommandInput,
1225
+ options: __HttpHandlerOptions,
1226
+ cb: (err: any, data?: UpdateVariableCommandOutput) => void
1227
+ ): void;
1228
+ }