@aws-sdk/client-frauddetector 3.50.0 → 3.53.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/FraudDetectorServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +97 -5
- package/dist-cjs/protocols/Aws_json1_1.js +706 -2796
- package/dist-es/index.js +1 -0
- package/dist-es/models/FraudDetectorServiceException.js +12 -0
- package/dist-es/models/models_0.js +86 -1
- package/dist-es/protocols/Aws_json1_1.js +1592 -3055
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/FraudDetectorServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -29
- package/dist-types/ts3.4/FraudDetector.d.ts +345 -0
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +141 -0
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +68 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2424 -0
- package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +15 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +206 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from FraudDetector service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class FraudDetectorServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { FraudDetectorServiceException as __BaseException } from "./FraudDetectorServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
|
|
4
5
|
*/
|
|
5
|
-
export
|
|
6
|
-
name: "AccessDeniedException";
|
|
7
|
-
$fault: "client";
|
|
8
|
-
|
|
6
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
7
|
+
readonly name: "AccessDeniedException";
|
|
8
|
+
readonly $fault: "client";
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
13
|
}
|
|
10
14
|
export declare enum AsyncJobStatus {
|
|
11
15
|
CANCELED = "CANCELED",
|
|
@@ -125,26 +129,35 @@ export declare namespace BatchCreateVariableResult {
|
|
|
125
129
|
/**
|
|
126
130
|
* <p>An exception indicating an internal server error.</p>
|
|
127
131
|
*/
|
|
128
|
-
export
|
|
129
|
-
name: "InternalServerException";
|
|
130
|
-
$fault: "server";
|
|
131
|
-
|
|
132
|
+
export declare class InternalServerException extends __BaseException {
|
|
133
|
+
readonly name: "InternalServerException";
|
|
134
|
+
readonly $fault: "server";
|
|
135
|
+
/**
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
138
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
132
139
|
}
|
|
133
140
|
/**
|
|
134
141
|
* <p>An exception indicating a throttling error.</p>
|
|
135
142
|
*/
|
|
136
|
-
export
|
|
137
|
-
name: "ThrottlingException";
|
|
138
|
-
$fault: "client";
|
|
139
|
-
|
|
143
|
+
export declare class ThrottlingException extends __BaseException {
|
|
144
|
+
readonly name: "ThrottlingException";
|
|
145
|
+
readonly $fault: "client";
|
|
146
|
+
/**
|
|
147
|
+
* @internal
|
|
148
|
+
*/
|
|
149
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
140
150
|
}
|
|
141
151
|
/**
|
|
142
152
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
143
153
|
*/
|
|
144
|
-
export
|
|
145
|
-
name: "ValidationException";
|
|
146
|
-
$fault: "client";
|
|
147
|
-
|
|
154
|
+
export declare class ValidationException extends __BaseException {
|
|
155
|
+
readonly name: "ValidationException";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
/**
|
|
158
|
+
* @internal
|
|
159
|
+
*/
|
|
160
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
148
161
|
}
|
|
149
162
|
export interface BatchGetVariableRequest {
|
|
150
163
|
/**
|
|
@@ -281,10 +294,13 @@ export declare namespace CancelBatchImportJobResult {
|
|
|
281
294
|
/**
|
|
282
295
|
* <p>An exception indicating the specified resource was not found.</p>
|
|
283
296
|
*/
|
|
284
|
-
export
|
|
285
|
-
name: "ResourceNotFoundException";
|
|
286
|
-
$fault: "client";
|
|
287
|
-
|
|
297
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
298
|
+
readonly name: "ResourceNotFoundException";
|
|
299
|
+
readonly $fault: "client";
|
|
300
|
+
/**
|
|
301
|
+
* @internal
|
|
302
|
+
*/
|
|
303
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
288
304
|
}
|
|
289
305
|
export interface CancelBatchPredictionJobRequest {
|
|
290
306
|
/**
|
|
@@ -858,10 +874,13 @@ export declare namespace DeleteBatchPredictionJobResult {
|
|
|
858
874
|
/**
|
|
859
875
|
* <p>An exception indicating there was a conflict during a delete operation.</p>
|
|
860
876
|
*/
|
|
861
|
-
export
|
|
862
|
-
name: "ConflictException";
|
|
863
|
-
$fault: "client";
|
|
864
|
-
|
|
877
|
+
export declare class ConflictException extends __BaseException {
|
|
878
|
+
readonly name: "ConflictException";
|
|
879
|
+
readonly $fault: "client";
|
|
880
|
+
/**
|
|
881
|
+
* @internal
|
|
882
|
+
*/
|
|
883
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
865
884
|
}
|
|
866
885
|
export interface DeleteDetectorRequest {
|
|
867
886
|
/**
|
|
@@ -2229,10 +2248,13 @@ export declare namespace GetEventPredictionResult {
|
|
|
2229
2248
|
/**
|
|
2230
2249
|
* <p>An exception indicating that the attached customer-owned (external) model threw an exception when Amazon Fraud Detector invoked the model.</p>
|
|
2231
2250
|
*/
|
|
2232
|
-
export
|
|
2233
|
-
name: "ResourceUnavailableException";
|
|
2234
|
-
$fault: "client";
|
|
2235
|
-
|
|
2251
|
+
export declare class ResourceUnavailableException extends __BaseException {
|
|
2252
|
+
readonly name: "ResourceUnavailableException";
|
|
2253
|
+
readonly $fault: "client";
|
|
2254
|
+
/**
|
|
2255
|
+
* @internal
|
|
2256
|
+
*/
|
|
2257
|
+
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
2236
2258
|
}
|
|
2237
2259
|
export interface GetEventPredictionMetadataRequest {
|
|
2238
2260
|
/**
|
|
@@ -0,0 +1,345 @@
|
|
|
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
|
+
}
|