@aws-sdk/client-frauddetector 3.1077.0 → 3.1078.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 (227) hide show
  1. package/dist-cjs/index.js +225 -877
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCreateVariableCommand.js +2 -14
  4. package/dist-es/commands/BatchGetVariableCommand.js +2 -14
  5. package/dist-es/commands/CancelBatchImportJobCommand.js +2 -14
  6. package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -14
  7. package/dist-es/commands/CreateBatchImportJobCommand.js +2 -14
  8. package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -14
  9. package/dist-es/commands/CreateDetectorVersionCommand.js +2 -14
  10. package/dist-es/commands/CreateListCommand.js +2 -14
  11. package/dist-es/commands/CreateModelCommand.js +2 -14
  12. package/dist-es/commands/CreateModelVersionCommand.js +2 -14
  13. package/dist-es/commands/CreateRuleCommand.js +2 -14
  14. package/dist-es/commands/CreateVariableCommand.js +2 -14
  15. package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -14
  16. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -14
  17. package/dist-es/commands/DeleteDetectorCommand.js +2 -14
  18. package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -14
  19. package/dist-es/commands/DeleteEntityTypeCommand.js +2 -14
  20. package/dist-es/commands/DeleteEventCommand.js +2 -14
  21. package/dist-es/commands/DeleteEventTypeCommand.js +2 -14
  22. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -14
  23. package/dist-es/commands/DeleteExternalModelCommand.js +2 -14
  24. package/dist-es/commands/DeleteLabelCommand.js +2 -14
  25. package/dist-es/commands/DeleteListCommand.js +2 -14
  26. package/dist-es/commands/DeleteModelCommand.js +2 -14
  27. package/dist-es/commands/DeleteModelVersionCommand.js +2 -14
  28. package/dist-es/commands/DeleteOutcomeCommand.js +2 -14
  29. package/dist-es/commands/DeleteRuleCommand.js +2 -14
  30. package/dist-es/commands/DeleteVariableCommand.js +2 -14
  31. package/dist-es/commands/DescribeDetectorCommand.js +2 -14
  32. package/dist-es/commands/DescribeModelVersionsCommand.js +2 -14
  33. package/dist-es/commands/GetBatchImportJobsCommand.js +2 -14
  34. package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -14
  35. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -14
  36. package/dist-es/commands/GetDetectorVersionCommand.js +2 -14
  37. package/dist-es/commands/GetDetectorsCommand.js +2 -14
  38. package/dist-es/commands/GetEntityTypesCommand.js +2 -14
  39. package/dist-es/commands/GetEventCommand.js +2 -14
  40. package/dist-es/commands/GetEventPredictionCommand.js +2 -14
  41. package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -14
  42. package/dist-es/commands/GetEventTypesCommand.js +2 -14
  43. package/dist-es/commands/GetExternalModelsCommand.js +2 -14
  44. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -14
  45. package/dist-es/commands/GetLabelsCommand.js +2 -14
  46. package/dist-es/commands/GetListElementsCommand.js +2 -14
  47. package/dist-es/commands/GetListsMetadataCommand.js +2 -14
  48. package/dist-es/commands/GetModelVersionCommand.js +2 -14
  49. package/dist-es/commands/GetModelsCommand.js +2 -14
  50. package/dist-es/commands/GetOutcomesCommand.js +2 -14
  51. package/dist-es/commands/GetRulesCommand.js +2 -14
  52. package/dist-es/commands/GetVariablesCommand.js +2 -14
  53. package/dist-es/commands/ListEventPredictionsCommand.js +2 -14
  54. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  55. package/dist-es/commands/PutDetectorCommand.js +2 -14
  56. package/dist-es/commands/PutEntityTypeCommand.js +2 -14
  57. package/dist-es/commands/PutEventTypeCommand.js +2 -14
  58. package/dist-es/commands/PutExternalModelCommand.js +2 -14
  59. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -14
  60. package/dist-es/commands/PutLabelCommand.js +2 -14
  61. package/dist-es/commands/PutOutcomeCommand.js +2 -14
  62. package/dist-es/commands/SendEventCommand.js +2 -14
  63. package/dist-es/commands/TagResourceCommand.js +2 -14
  64. package/dist-es/commands/UntagResourceCommand.js +2 -14
  65. package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -14
  66. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -14
  67. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -14
  68. package/dist-es/commands/UpdateEventLabelCommand.js +2 -14
  69. package/dist-es/commands/UpdateListCommand.js +2 -14
  70. package/dist-es/commands/UpdateModelCommand.js +2 -14
  71. package/dist-es/commands/UpdateModelVersionCommand.js +2 -14
  72. package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -14
  73. package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -14
  74. package/dist-es/commands/UpdateRuleVersionCommand.js +2 -14
  75. package/dist-es/commands/UpdateVariableCommand.js +2 -14
  76. package/dist-es/index.js +1 -0
  77. package/dist-types/commandBuilder.d.ts +18 -0
  78. package/dist-types/commands/BatchCreateVariableCommand.d.ts +3 -8
  79. package/dist-types/commands/BatchGetVariableCommand.d.ts +3 -8
  80. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +3 -8
  81. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateListCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateModelCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateModelVersionCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateVariableCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteDetectorCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteEventCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteEventTypeCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteExternalModelCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteListCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteModelVersionCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteOutcomeCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteVariableCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeDetectorCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +3 -8
  108. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +3 -8
  109. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +3 -8
  110. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +3 -8
  111. package/dist-types/commands/GetDetectorVersionCommand.d.ts +3 -8
  112. package/dist-types/commands/GetDetectorsCommand.d.ts +3 -8
  113. package/dist-types/commands/GetEntityTypesCommand.d.ts +3 -8
  114. package/dist-types/commands/GetEventCommand.d.ts +3 -8
  115. package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -8
  116. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +3 -8
  117. package/dist-types/commands/GetEventTypesCommand.d.ts +3 -8
  118. package/dist-types/commands/GetExternalModelsCommand.d.ts +3 -8
  119. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +3 -8
  120. package/dist-types/commands/GetLabelsCommand.d.ts +3 -8
  121. package/dist-types/commands/GetListElementsCommand.d.ts +3 -8
  122. package/dist-types/commands/GetListsMetadataCommand.d.ts +3 -8
  123. package/dist-types/commands/GetModelVersionCommand.d.ts +3 -8
  124. package/dist-types/commands/GetModelsCommand.d.ts +3 -8
  125. package/dist-types/commands/GetOutcomesCommand.d.ts +3 -8
  126. package/dist-types/commands/GetRulesCommand.d.ts +3 -8
  127. package/dist-types/commands/GetVariablesCommand.d.ts +3 -8
  128. package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  130. package/dist-types/commands/PutDetectorCommand.d.ts +3 -8
  131. package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -8
  132. package/dist-types/commands/PutEventTypeCommand.d.ts +3 -8
  133. package/dist-types/commands/PutExternalModelCommand.d.ts +3 -8
  134. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +3 -8
  135. package/dist-types/commands/PutLabelCommand.d.ts +3 -8
  136. package/dist-types/commands/PutOutcomeCommand.d.ts +3 -8
  137. package/dist-types/commands/SendEventCommand.d.ts +3 -8
  138. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  139. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  140. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +3 -8
  141. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdateEventLabelCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateListCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateModelVersionCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateVariableCommand.d.ts +3 -8
  151. package/dist-types/index.d.ts +1 -0
  152. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  153. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/index.d.ts +1 -0
  227. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  BatchCreateVariableRequest,
10
4
  BatchCreateVariableResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchCreateVariableCommandInput
15
8
  extends BatchCreateVariableRequest {}
16
9
  export interface BatchCreateVariableCommandOutput
@@ -22,22 +15,20 @@ declare const BatchCreateVariableCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchCreateVariableCommandInput,
24
17
  BatchCreateVariableCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchCreateVariableCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchCreateVariableCommandInput,
33
26
  BatchCreateVariableCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  BatchGetVariableRequest,
10
4
  BatchGetVariableResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {}
15
8
  export interface BatchGetVariableCommandOutput
16
9
  extends BatchGetVariableResult,
@@ -21,22 +14,20 @@ declare const BatchGetVariableCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  BatchGetVariableCommandInput,
23
16
  BatchGetVariableCommandOutput,
24
- FraudDetectorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FraudDetectorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: BatchGetVariableCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  BatchGetVariableCommandInput,
32
25
  BatchGetVariableCommandOutput,
33
- FraudDetectorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FraudDetectorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  CancelBatchImportJobRequest,
10
4
  CancelBatchImportJobResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelBatchImportJobCommandInput
15
8
  extends CancelBatchImportJobRequest {}
16
9
  export interface CancelBatchImportJobCommandOutput
@@ -22,22 +15,20 @@ declare const CancelBatchImportJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CancelBatchImportJobCommandInput,
24
17
  CancelBatchImportJobCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CancelBatchImportJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CancelBatchImportJobCommandInput,
33
26
  CancelBatchImportJobCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  CancelBatchPredictionJobRequest,
10
4
  CancelBatchPredictionJobResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelBatchPredictionJobCommandInput
15
8
  extends CancelBatchPredictionJobRequest {}
16
9
  export interface CancelBatchPredictionJobCommandOutput
@@ -22,22 +15,20 @@ declare const CancelBatchPredictionJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CancelBatchPredictionJobCommandInput,
24
17
  CancelBatchPredictionJobCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CancelBatchPredictionJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CancelBatchPredictionJobCommandInput,
33
26
  CancelBatchPredictionJobCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  CreateBatchImportJobRequest,
10
4
  CreateBatchImportJobResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBatchImportJobCommandInput
15
8
  extends CreateBatchImportJobRequest {}
16
9
  export interface CreateBatchImportJobCommandOutput
@@ -22,22 +15,20 @@ declare const CreateBatchImportJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateBatchImportJobCommandInput,
24
17
  CreateBatchImportJobCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateBatchImportJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateBatchImportJobCommandInput,
33
26
  CreateBatchImportJobCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  CreateBatchPredictionJobRequest,
10
4
  CreateBatchPredictionJobResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBatchPredictionJobCommandInput
15
8
  extends CreateBatchPredictionJobRequest {}
16
9
  export interface CreateBatchPredictionJobCommandOutput
@@ -22,22 +15,20 @@ declare const CreateBatchPredictionJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateBatchPredictionJobCommandInput,
24
17
  CreateBatchPredictionJobCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateBatchPredictionJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateBatchPredictionJobCommandInput,
33
26
  CreateBatchPredictionJobCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  CreateDetectorVersionRequest,
10
4
  CreateDetectorVersionResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDetectorVersionCommandInput
15
8
  extends CreateDetectorVersionRequest {}
16
9
  export interface CreateDetectorVersionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDetectorVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDetectorVersionCommandInput,
24
17
  CreateDetectorVersionCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDetectorVersionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDetectorVersionCommandInput,
33
26
  CreateDetectorVersionCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import { CreateListRequest, CreateListResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateListCommandInput extends CreateListRequest {}
12
5
  export interface CreateListCommandOutput
13
6
  extends CreateListResult,
@@ -18,22 +11,20 @@ declare const CreateListCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateListCommandInput,
20
13
  CreateListCommandOutput,
21
- FraudDetectorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").FraudDetectorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateListCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateListCommandInput,
29
22
  CreateListCommandOutput,
30
- FraudDetectorClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").FraudDetectorClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateListCommand extends CreateListCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import { CreateModelRequest, CreateModelResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateModelCommandInput extends CreateModelRequest {}
12
5
  export interface CreateModelCommandOutput
13
6
  extends CreateModelResult,
@@ -18,22 +11,20 @@ declare const CreateModelCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateModelCommandInput,
20
13
  CreateModelCommandOutput,
21
- FraudDetectorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").FraudDetectorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateModelCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateModelCommandInput,
29
22
  CreateModelCommandOutput,
30
- FraudDetectorClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").FraudDetectorClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateModelCommand extends CreateModelCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  CreateModelVersionRequest,
10
4
  CreateModelVersionResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateModelVersionCommandInput
15
8
  extends CreateModelVersionRequest {}
16
9
  export interface CreateModelVersionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateModelVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateModelVersionCommandInput,
24
17
  CreateModelVersionCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateModelVersionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateModelVersionCommandInput,
33
26
  CreateModelVersionCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateModelVersionCommand extends CreateModelVersionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateRuleCommandInput extends CreateRuleRequest {}
12
5
  export interface CreateRuleCommandOutput
13
6
  extends CreateRuleResult,
@@ -18,22 +11,20 @@ declare const CreateRuleCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateRuleCommandInput,
20
13
  CreateRuleCommandOutput,
21
- FraudDetectorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").FraudDetectorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateRuleCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateRuleCommandInput,
29
22
  CreateRuleCommandOutput,
30
- FraudDetectorClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").FraudDetectorClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateRuleCommand extends CreateRuleCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  CreateVariableRequest,
10
4
  CreateVariableResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVariableCommandInput extends CreateVariableRequest {}
15
8
  export interface CreateVariableCommandOutput
16
9
  extends CreateVariableResult,
@@ -21,22 +14,20 @@ declare const CreateVariableCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateVariableCommandInput,
23
16
  CreateVariableCommandOutput,
24
- FraudDetectorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FraudDetectorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateVariableCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateVariableCommandInput,
32
25
  CreateVariableCommandOutput,
33
- FraudDetectorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FraudDetectorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateVariableCommand extends CreateVariableCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  DeleteBatchImportJobRequest,
10
4
  DeleteBatchImportJobResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteBatchImportJobCommandInput
15
8
  extends DeleteBatchImportJobRequest {}
16
9
  export interface DeleteBatchImportJobCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteBatchImportJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteBatchImportJobCommandInput,
24
17
  DeleteBatchImportJobCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteBatchImportJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteBatchImportJobCommandInput,
33
26
  DeleteBatchImportJobCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteBatchImportJobCommand extends DeleteBatchImportJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FraudDetectorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FraudDetectorClient";
8
2
  import {
9
3
  DeleteBatchPredictionJobRequest,
10
4
  DeleteBatchPredictionJobResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteBatchPredictionJobCommandInput
15
8
  extends DeleteBatchPredictionJobRequest {}
16
9
  export interface DeleteBatchPredictionJobCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteBatchPredictionJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteBatchPredictionJobCommandInput,
24
17
  DeleteBatchPredictionJobCommandOutput,
25
- FraudDetectorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FraudDetectorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteBatchPredictionJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteBatchPredictionJobCommandInput,
33
26
  DeleteBatchPredictionJobCommandOutput,
34
- FraudDetectorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FraudDetectorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base {
43
34
  protected static __types: {