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