@aws-sdk/client-frauddetector 3.47.1 → 3.50.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 (120) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/FraudDetector.js +30 -0
  3. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +36 -0
  4. package/dist-cjs/commands/ListEventPredictionsCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +101 -2
  7. package/dist-cjs/pagination/ListEventPredictionsPaginator.js +35 -0
  8. package/dist-cjs/pagination/index.js +1 -0
  9. package/dist-cjs/protocols/Aws_json1_1.js +408 -3
  10. package/dist-es/FraudDetector.js +30 -0
  11. package/dist-es/commands/GetEventPredictionMetadataCommand.js +39 -0
  12. package/dist-es/commands/ListEventPredictionsCommand.js +39 -0
  13. package/dist-es/commands/index.js +2 -0
  14. package/dist-es/models/models_0.js +62 -0
  15. package/dist-es/pagination/ListEventPredictionsPaginator.js +74 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_json1_1.js +405 -0
  18. package/dist-types/FraudDetector.d.ts +29 -0
  19. package/dist-types/FraudDetectorClient.d.ts +4 -2
  20. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +37 -0
  21. package/dist-types/commands/ListEventPredictionsCommand.d.ts +48 -0
  22. package/dist-types/commands/index.d.ts +2 -0
  23. package/dist-types/models/models_0.d.ts +551 -0
  24. package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +4 -0
  25. package/dist-types/pagination/index.d.ts +1 -0
  26. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  27. package/package.json +39 -33
  28. package/dist-types/ts3.4/FraudDetector.d.ts +0 -335
  29. package/dist-types/ts3.4/FraudDetectorClient.d.ts +0 -139
  30. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +0 -17
  77. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +0 -17
  78. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +0 -17
  79. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +0 -17
  80. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +0 -17
  81. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +0 -17
  82. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +0 -17
  83. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +0 -17
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  86. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +0 -17
  87. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +0 -17
  88. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +0 -17
  89. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +0 -17
  90. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +0 -17
  91. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +0 -17
  92. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +0 -17
  93. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +0 -17
  94. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +0 -17
  95. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +0 -17
  96. package/dist-types/ts3.4/commands/index.d.ts +0 -66
  97. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  98. package/dist-types/ts3.4/index.d.ts +0 -5
  99. package/dist-types/ts3.4/models/index.d.ts +0 -1
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -2192
  101. package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +0 -4
  102. package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +0 -4
  103. package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +0 -4
  104. package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +0 -4
  105. package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +0 -4
  106. package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +0 -4
  107. package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +0 -4
  108. package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +0 -4
  109. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +0 -4
  110. package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +0 -4
  111. package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +0 -4
  112. package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +0 -4
  113. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  114. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  115. package/dist-types/ts3.4/pagination/index.d.ts +0 -14
  116. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -200
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  120. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -36,6 +36,7 @@ import { GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput } from
36
36
  import { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "../commands/GetEntityTypesCommand";
37
37
  import { GetEventCommandInput, GetEventCommandOutput } from "../commands/GetEventCommand";
38
38
  import { GetEventPredictionCommandInput, GetEventPredictionCommandOutput } from "../commands/GetEventPredictionCommand";
39
+ import { GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput } from "../commands/GetEventPredictionMetadataCommand";
39
40
  import { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "../commands/GetEventTypesCommand";
40
41
  import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "../commands/GetExternalModelsCommand";
41
42
  import { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "../commands/GetKMSEncryptionKeyCommand";
@@ -45,6 +46,7 @@ import { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "../co
45
46
  import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "../commands/GetOutcomesCommand";
46
47
  import { GetRulesCommandInput, GetRulesCommandOutput } from "../commands/GetRulesCommand";
47
48
  import { GetVariablesCommandInput, GetVariablesCommandOutput } from "../commands/GetVariablesCommand";
49
+ import { ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput } from "../commands/ListEventPredictionsCommand";
48
50
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
49
51
  import { PutDetectorCommandInput, PutDetectorCommandOutput } from "../commands/PutDetectorCommand";
50
52
  import { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "../commands/PutEntityTypeCommand";
@@ -102,6 +104,7 @@ export declare const serializeAws_json1_1GetDetectorVersionCommand: (input: GetD
102
104
  export declare const serializeAws_json1_1GetEntityTypesCommand: (input: GetEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
105
  export declare const serializeAws_json1_1GetEventCommand: (input: GetEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
106
  export declare const serializeAws_json1_1GetEventPredictionCommand: (input: GetEventPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ export declare const serializeAws_json1_1GetEventPredictionMetadataCommand: (input: GetEventPredictionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
108
  export declare const serializeAws_json1_1GetEventTypesCommand: (input: GetEventTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
109
  export declare const serializeAws_json1_1GetExternalModelsCommand: (input: GetExternalModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
110
  export declare const serializeAws_json1_1GetKMSEncryptionKeyCommand: (input: GetKMSEncryptionKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -111,6 +114,7 @@ export declare const serializeAws_json1_1GetModelVersionCommand: (input: GetMode
111
114
  export declare const serializeAws_json1_1GetOutcomesCommand: (input: GetOutcomesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
115
  export declare const serializeAws_json1_1GetRulesCommand: (input: GetRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
116
  export declare const serializeAws_json1_1GetVariablesCommand: (input: GetVariablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ export declare const serializeAws_json1_1ListEventPredictionsCommand: (input: ListEventPredictionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
118
  export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
119
  export declare const serializeAws_json1_1PutDetectorCommand: (input: PutDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
120
  export declare const serializeAws_json1_1PutEntityTypeCommand: (input: PutEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -168,6 +172,7 @@ export declare const deserializeAws_json1_1GetDetectorVersionCommand: (output: _
168
172
  export declare const deserializeAws_json1_1GetEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntityTypesCommandOutput>;
169
173
  export declare const deserializeAws_json1_1GetEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventCommandOutput>;
170
174
  export declare const deserializeAws_json1_1GetEventPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventPredictionCommandOutput>;
175
+ export declare const deserializeAws_json1_1GetEventPredictionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventPredictionMetadataCommandOutput>;
171
176
  export declare const deserializeAws_json1_1GetEventTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventTypesCommandOutput>;
172
177
  export declare const deserializeAws_json1_1GetExternalModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExternalModelsCommandOutput>;
173
178
  export declare const deserializeAws_json1_1GetKMSEncryptionKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKMSEncryptionKeyCommandOutput>;
@@ -177,6 +182,7 @@ export declare const deserializeAws_json1_1GetModelVersionCommand: (output: __Ht
177
182
  export declare const deserializeAws_json1_1GetOutcomesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutcomesCommandOutput>;
178
183
  export declare const deserializeAws_json1_1GetRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRulesCommandOutput>;
179
184
  export declare const deserializeAws_json1_1GetVariablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVariablesCommandOutput>;
185
+ export declare const deserializeAws_json1_1ListEventPredictionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventPredictionsCommandOutput>;
180
186
  export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
181
187
  export declare const deserializeAws_json1_1PutDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDetectorCommandOutput>;
182
188
  export declare const deserializeAws_json1_1PutEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEntityTypeCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-frauddetector",
3
3
  "description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
4
- "version": "3.47.1",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,41 +18,47 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.1",
22
- "@aws-sdk/config-resolver": "3.47.1",
23
- "@aws-sdk/credential-provider-node": "3.47.1",
24
- "@aws-sdk/fetch-http-handler": "3.47.1",
25
- "@aws-sdk/hash-node": "3.47.1",
26
- "@aws-sdk/invalid-dependency": "3.47.1",
27
- "@aws-sdk/middleware-content-length": "3.47.1",
28
- "@aws-sdk/middleware-host-header": "3.47.1",
29
- "@aws-sdk/middleware-logger": "3.47.1",
30
- "@aws-sdk/middleware-retry": "3.47.1",
31
- "@aws-sdk/middleware-serde": "3.47.1",
32
- "@aws-sdk/middleware-signing": "3.47.1",
33
- "@aws-sdk/middleware-stack": "3.47.1",
34
- "@aws-sdk/middleware-user-agent": "3.47.1",
35
- "@aws-sdk/node-config-provider": "3.47.1",
36
- "@aws-sdk/node-http-handler": "3.47.1",
37
- "@aws-sdk/protocol-http": "3.47.1",
38
- "@aws-sdk/smithy-client": "3.47.1",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.1",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.1",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.1",
47
- "@aws-sdk/util-user-agent-browser": "3.47.1",
48
- "@aws-sdk/util-user-agent-node": "3.47.1",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.1",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
+ "@aws-sdk/util-base64-browser": "3.49.0",
42
+ "@aws-sdk/util-base64-node": "3.49.0",
43
+ "@aws-sdk/util-body-length-browser": "3.49.0",
44
+ "@aws-sdk/util-body-length-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
+ "@aws-sdk/util-utf8-browser": "3.49.0",
50
+ "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
- "@types/node": "^12.7.5"
54
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
55
+ "@tsconfig/recommended": "1.0.1",
56
+ "@types/node": "^12.7.5",
57
+ "concurrently": "7.0.0",
58
+ "downlevel-dts": "0.7.0",
59
+ "rimraf": "3.0.2",
60
+ "typedoc": "0.19.2",
61
+ "typescript": "~4.3.5"
56
62
  },
57
63
  "engines": {
58
64
  "node": ">=12.0.0"
@@ -1,335 +0,0 @@
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 { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
39
- import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
40
- import { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
41
- import { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
42
- import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
43
- import { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
44
- import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
45
- import { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
46
- import { GetVariablesCommandInput, GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
47
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
48
- import { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
49
- import { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
50
- import { PutEventTypeCommandInput, PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
51
- import { PutExternalModelCommandInput, PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
52
- import { PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
53
- import { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
54
- import { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
55
- import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
56
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
58
- import { UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
59
- import { UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
60
- import { UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
61
- import { UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
62
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
63
- import { UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
64
- import { UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
65
- import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
66
- import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
67
- import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
68
- import { FraudDetectorClient } from "./FraudDetectorClient";
69
-
70
- export declare class FraudDetector extends FraudDetectorClient {
71
-
72
- batchCreateVariable(args: BatchCreateVariableCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateVariableCommandOutput>;
73
- batchCreateVariable(args: BatchCreateVariableCommandInput, cb: (err: any, data?: BatchCreateVariableCommandOutput) => void): void;
74
- batchCreateVariable(args: BatchCreateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateVariableCommandOutput) => void): void;
75
-
76
- batchGetVariable(args: BatchGetVariableCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetVariableCommandOutput>;
77
- batchGetVariable(args: BatchGetVariableCommandInput, cb: (err: any, data?: BatchGetVariableCommandOutput) => void): void;
78
- batchGetVariable(args: BatchGetVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetVariableCommandOutput) => void): void;
79
-
80
- cancelBatchImportJob(args: CancelBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelBatchImportJobCommandOutput>;
81
- cancelBatchImportJob(args: CancelBatchImportJobCommandInput, cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void): void;
82
- cancelBatchImportJob(args: CancelBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void): void;
83
-
84
- cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelBatchPredictionJobCommandOutput>;
85
- cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void): void;
86
- cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void): void;
87
-
88
- createBatchImportJob(args: CreateBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateBatchImportJobCommandOutput>;
89
- createBatchImportJob(args: CreateBatchImportJobCommandInput, cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void): void;
90
- createBatchImportJob(args: CreateBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void): void;
91
-
92
- createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateBatchPredictionJobCommandOutput>;
93
- createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void): void;
94
- createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void): void;
95
-
96
- createDetectorVersion(args: CreateDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorVersionCommandOutput>;
97
- createDetectorVersion(args: CreateDetectorVersionCommandInput, cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void): void;
98
- createDetectorVersion(args: CreateDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void): void;
99
-
100
- createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
101
- createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
102
- createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
103
-
104
- createModelVersion(args: CreateModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelVersionCommandOutput>;
105
- createModelVersion(args: CreateModelVersionCommandInput, cb: (err: any, data?: CreateModelVersionCommandOutput) => void): void;
106
- createModelVersion(args: CreateModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelVersionCommandOutput) => void): void;
107
-
108
- createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
109
- createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
110
- createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
111
-
112
- createVariable(args: CreateVariableCommandInput, options?: __HttpHandlerOptions): Promise<CreateVariableCommandOutput>;
113
- createVariable(args: CreateVariableCommandInput, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
114
- createVariable(args: CreateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
115
-
116
- deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchImportJobCommandOutput>;
117
- deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void): void;
118
- deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void): void;
119
-
120
- deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchPredictionJobCommandOutput>;
121
- deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void): void;
122
- deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void): void;
123
-
124
- deleteDetector(args: DeleteDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorCommandOutput>;
125
- deleteDetector(args: DeleteDetectorCommandInput, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
126
- deleteDetector(args: DeleteDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
127
-
128
- deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorVersionCommandOutput>;
129
- deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void): void;
130
- deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void): void;
131
-
132
- deleteEntityType(args: DeleteEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntityTypeCommandOutput>;
133
- deleteEntityType(args: DeleteEntityTypeCommandInput, cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void): void;
134
- deleteEntityType(args: DeleteEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void): void;
135
-
136
- deleteEvent(args: DeleteEventCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventCommandOutput>;
137
- deleteEvent(args: DeleteEventCommandInput, cb: (err: any, data?: DeleteEventCommandOutput) => void): void;
138
- deleteEvent(args: DeleteEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventCommandOutput) => void): void;
139
-
140
- deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventsByEventTypeCommandOutput>;
141
- deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void): void;
142
- deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void): void;
143
-
144
- deleteEventType(args: DeleteEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventTypeCommandOutput>;
145
- deleteEventType(args: DeleteEventTypeCommandInput, cb: (err: any, data?: DeleteEventTypeCommandOutput) => void): void;
146
- deleteEventType(args: DeleteEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventTypeCommandOutput) => void): void;
147
-
148
- deleteExternalModel(args: DeleteExternalModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExternalModelCommandOutput>;
149
- deleteExternalModel(args: DeleteExternalModelCommandInput, cb: (err: any, data?: DeleteExternalModelCommandOutput) => void): void;
150
- deleteExternalModel(args: DeleteExternalModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExternalModelCommandOutput) => void): void;
151
-
152
- deleteLabel(args: DeleteLabelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLabelCommandOutput>;
153
- deleteLabel(args: DeleteLabelCommandInput, cb: (err: any, data?: DeleteLabelCommandOutput) => void): void;
154
- deleteLabel(args: DeleteLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLabelCommandOutput) => void): void;
155
-
156
- deleteModel(args: DeleteModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCommandOutput>;
157
- deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
158
- deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
159
-
160
- deleteModelVersion(args: DeleteModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelVersionCommandOutput>;
161
- deleteModelVersion(args: DeleteModelVersionCommandInput, cb: (err: any, data?: DeleteModelVersionCommandOutput) => void): void;
162
- deleteModelVersion(args: DeleteModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelVersionCommandOutput) => void): void;
163
-
164
- deleteOutcome(args: DeleteOutcomeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOutcomeCommandOutput>;
165
- deleteOutcome(args: DeleteOutcomeCommandInput, cb: (err: any, data?: DeleteOutcomeCommandOutput) => void): void;
166
- deleteOutcome(args: DeleteOutcomeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOutcomeCommandOutput) => void): void;
167
-
168
- deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
169
- deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
170
- deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
171
-
172
- deleteVariable(args: DeleteVariableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVariableCommandOutput>;
173
- deleteVariable(args: DeleteVariableCommandInput, cb: (err: any, data?: DeleteVariableCommandOutput) => void): void;
174
- deleteVariable(args: DeleteVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVariableCommandOutput) => void): void;
175
-
176
- describeDetector(args: DescribeDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDetectorCommandOutput>;
177
- describeDetector(args: DescribeDetectorCommandInput, cb: (err: any, data?: DescribeDetectorCommandOutput) => void): void;
178
- describeDetector(args: DescribeDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectorCommandOutput) => void): void;
179
-
180
- describeModelVersions(args: DescribeModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelVersionsCommandOutput>;
181
- describeModelVersions(args: DescribeModelVersionsCommandInput, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
182
- describeModelVersions(args: DescribeModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
183
-
184
- getBatchImportJobs(args: GetBatchImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchImportJobsCommandOutput>;
185
- getBatchImportJobs(args: GetBatchImportJobsCommandInput, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
186
- getBatchImportJobs(args: GetBatchImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
187
-
188
- getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchPredictionJobsCommandOutput>;
189
- getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
190
- getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
191
-
192
- getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetDeleteEventsByEventTypeStatusCommandOutput>;
193
- getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void): void;
194
- getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void): void;
195
-
196
- getDetectors(args: GetDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorsCommandOutput>;
197
- getDetectors(args: GetDetectorsCommandInput, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
198
- getDetectors(args: GetDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
199
-
200
- getDetectorVersion(args: GetDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorVersionCommandOutput>;
201
- getDetectorVersion(args: GetDetectorVersionCommandInput, cb: (err: any, data?: GetDetectorVersionCommandOutput) => void): void;
202
- getDetectorVersion(args: GetDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorVersionCommandOutput) => void): void;
203
-
204
- getEntityTypes(args: GetEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEntityTypesCommandOutput>;
205
- getEntityTypes(args: GetEntityTypesCommandInput, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
206
- getEntityTypes(args: GetEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
207
-
208
- getEvent(args: GetEventCommandInput, options?: __HttpHandlerOptions): Promise<GetEventCommandOutput>;
209
- getEvent(args: GetEventCommandInput, cb: (err: any, data?: GetEventCommandOutput) => void): void;
210
- getEvent(args: GetEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventCommandOutput) => void): void;
211
-
212
- getEventPrediction(args: GetEventPredictionCommandInput, options?: __HttpHandlerOptions): Promise<GetEventPredictionCommandOutput>;
213
- getEventPrediction(args: GetEventPredictionCommandInput, cb: (err: any, data?: GetEventPredictionCommandOutput) => void): void;
214
- getEventPrediction(args: GetEventPredictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventPredictionCommandOutput) => void): void;
215
-
216
- getEventTypes(args: GetEventTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEventTypesCommandOutput>;
217
- getEventTypes(args: GetEventTypesCommandInput, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
218
- getEventTypes(args: GetEventTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
219
-
220
- getExternalModels(args: GetExternalModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetExternalModelsCommandOutput>;
221
- getExternalModels(args: GetExternalModelsCommandInput, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
222
- getExternalModels(args: GetExternalModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
223
-
224
- getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetKMSEncryptionKeyCommandOutput>;
225
- getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
226
- getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
227
-
228
- getLabels(args: GetLabelsCommandInput, options?: __HttpHandlerOptions): Promise<GetLabelsCommandOutput>;
229
- getLabels(args: GetLabelsCommandInput, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
230
- getLabels(args: GetLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
231
-
232
- getModels(args: GetModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetModelsCommandOutput>;
233
- getModels(args: GetModelsCommandInput, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
234
- getModels(args: GetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
235
-
236
- getModelVersion(args: GetModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetModelVersionCommandOutput>;
237
- getModelVersion(args: GetModelVersionCommandInput, cb: (err: any, data?: GetModelVersionCommandOutput) => void): void;
238
- getModelVersion(args: GetModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelVersionCommandOutput) => void): void;
239
-
240
- getOutcomes(args: GetOutcomesCommandInput, options?: __HttpHandlerOptions): Promise<GetOutcomesCommandOutput>;
241
- getOutcomes(args: GetOutcomesCommandInput, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
242
- getOutcomes(args: GetOutcomesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
243
-
244
- getRules(args: GetRulesCommandInput, options?: __HttpHandlerOptions): Promise<GetRulesCommandOutput>;
245
- getRules(args: GetRulesCommandInput, cb: (err: any, data?: GetRulesCommandOutput) => void): void;
246
- getRules(args: GetRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRulesCommandOutput) => void): void;
247
-
248
- getVariables(args: GetVariablesCommandInput, options?: __HttpHandlerOptions): Promise<GetVariablesCommandOutput>;
249
- getVariables(args: GetVariablesCommandInput, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
250
- getVariables(args: GetVariablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
251
-
252
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
253
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
254
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
255
-
256
- putDetector(args: PutDetectorCommandInput, options?: __HttpHandlerOptions): Promise<PutDetectorCommandOutput>;
257
- putDetector(args: PutDetectorCommandInput, cb: (err: any, data?: PutDetectorCommandOutput) => void): void;
258
- putDetector(args: PutDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDetectorCommandOutput) => void): void;
259
-
260
- putEntityType(args: PutEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutEntityTypeCommandOutput>;
261
- putEntityType(args: PutEntityTypeCommandInput, cb: (err: any, data?: PutEntityTypeCommandOutput) => void): void;
262
- putEntityType(args: PutEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEntityTypeCommandOutput) => void): void;
263
-
264
- putEventType(args: PutEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutEventTypeCommandOutput>;
265
- putEventType(args: PutEventTypeCommandInput, cb: (err: any, data?: PutEventTypeCommandOutput) => void): void;
266
- putEventType(args: PutEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventTypeCommandOutput) => void): void;
267
-
268
- putExternalModel(args: PutExternalModelCommandInput, options?: __HttpHandlerOptions): Promise<PutExternalModelCommandOutput>;
269
- putExternalModel(args: PutExternalModelCommandInput, cb: (err: any, data?: PutExternalModelCommandOutput) => void): void;
270
- putExternalModel(args: PutExternalModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutExternalModelCommandOutput) => void): void;
271
-
272
- putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<PutKMSEncryptionKeyCommandOutput>;
273
- putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void): void;
274
- putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void): void;
275
-
276
- putLabel(args: PutLabelCommandInput, options?: __HttpHandlerOptions): Promise<PutLabelCommandOutput>;
277
- putLabel(args: PutLabelCommandInput, cb: (err: any, data?: PutLabelCommandOutput) => void): void;
278
- putLabel(args: PutLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLabelCommandOutput) => void): void;
279
-
280
- putOutcome(args: PutOutcomeCommandInput, options?: __HttpHandlerOptions): Promise<PutOutcomeCommandOutput>;
281
- putOutcome(args: PutOutcomeCommandInput, cb: (err: any, data?: PutOutcomeCommandOutput) => void): void;
282
- putOutcome(args: PutOutcomeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutOutcomeCommandOutput) => void): void;
283
-
284
- sendEvent(args: SendEventCommandInput, options?: __HttpHandlerOptions): Promise<SendEventCommandOutput>;
285
- sendEvent(args: SendEventCommandInput, cb: (err: any, data?: SendEventCommandOutput) => void): void;
286
- sendEvent(args: SendEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEventCommandOutput) => void): void;
287
-
288
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
289
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
290
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
291
-
292
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
293
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
294
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
295
-
296
- updateDetectorVersion(args: UpdateDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorVersionCommandOutput>;
297
- updateDetectorVersion(args: UpdateDetectorVersionCommandInput, cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void): void;
298
- updateDetectorVersion(args: UpdateDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void): void;
299
-
300
- updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorVersionMetadataCommandOutput>;
301
- updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void): void;
302
- updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void): void;
303
-
304
- updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorVersionStatusCommandOutput>;
305
- updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void): void;
306
- updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void): void;
307
-
308
- updateEventLabel(args: UpdateEventLabelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventLabelCommandOutput>;
309
- updateEventLabel(args: UpdateEventLabelCommandInput, cb: (err: any, data?: UpdateEventLabelCommandOutput) => void): void;
310
- updateEventLabel(args: UpdateEventLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventLabelCommandOutput) => void): void;
311
-
312
- updateModel(args: UpdateModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelCommandOutput>;
313
- updateModel(args: UpdateModelCommandInput, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
314
- updateModel(args: UpdateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
315
-
316
- updateModelVersion(args: UpdateModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelVersionCommandOutput>;
317
- updateModelVersion(args: UpdateModelVersionCommandInput, cb: (err: any, data?: UpdateModelVersionCommandOutput) => void): void;
318
- updateModelVersion(args: UpdateModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelVersionCommandOutput) => void): void;
319
-
320
- updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelVersionStatusCommandOutput>;
321
- updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void): void;
322
- updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void): void;
323
-
324
- updateRuleMetadata(args: UpdateRuleMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleMetadataCommandOutput>;
325
- updateRuleMetadata(args: UpdateRuleMetadataCommandInput, cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void): void;
326
- updateRuleMetadata(args: UpdateRuleMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void): void;
327
-
328
- updateRuleVersion(args: UpdateRuleVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleVersionCommandOutput>;
329
- updateRuleVersion(args: UpdateRuleVersionCommandInput, cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void): void;
330
- updateRuleVersion(args: UpdateRuleVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void): void;
331
-
332
- updateVariable(args: UpdateVariableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVariableCommandOutput>;
333
- updateVariable(args: UpdateVariableCommandInput, cb: (err: any, data?: UpdateVariableCommandOutput) => void): void;
334
- updateVariable(args: UpdateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVariableCommandOutput) => void): void;
335
- }