@aws-sdk/client-frauddetector 3.169.0 → 3.171.0

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