@aws-sdk/client-frauddetector 3.529.1 → 3.535.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 (159) hide show
  1. package/dist-types/FraudDetector.d.ts +15 -1
  2. package/dist-types/FraudDetectorClient.d.ts +1 -1
  3. package/dist-types/commands/BatchCreateVariableCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -1
  5. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateListCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateModelVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateVariableCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteEventCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteEventTypeCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteExternalModelCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteLabelCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteListCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteModelVersionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteOutcomeCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteVariableCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeDetectorCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +2 -1
  34. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +2 -1
  36. package/dist-types/commands/GetDetectorVersionCommand.d.ts +2 -1
  37. package/dist-types/commands/GetDetectorsCommand.d.ts +2 -1
  38. package/dist-types/commands/GetEntityTypesCommand.d.ts +2 -1
  39. package/dist-types/commands/GetEventCommand.d.ts +2 -1
  40. package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -2
  41. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +2 -1
  42. package/dist-types/commands/GetEventTypesCommand.d.ts +2 -1
  43. package/dist-types/commands/GetExternalModelsCommand.d.ts +2 -1
  44. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +2 -1
  45. package/dist-types/commands/GetLabelsCommand.d.ts +2 -1
  46. package/dist-types/commands/GetListElementsCommand.d.ts +2 -1
  47. package/dist-types/commands/GetListsMetadataCommand.d.ts +2 -1
  48. package/dist-types/commands/GetModelVersionCommand.d.ts +2 -1
  49. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  50. package/dist-types/commands/GetOutcomesCommand.d.ts +2 -1
  51. package/dist-types/commands/GetRulesCommand.d.ts +2 -1
  52. package/dist-types/commands/GetVariablesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListEventPredictionsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/PutDetectorCommand.d.ts +2 -1
  56. package/dist-types/commands/PutEntityTypeCommand.d.ts +2 -1
  57. package/dist-types/commands/PutEventTypeCommand.d.ts +2 -1
  58. package/dist-types/commands/PutExternalModelCommand.d.ts +2 -1
  59. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +2 -1
  60. package/dist-types/commands/PutLabelCommand.d.ts +2 -1
  61. package/dist-types/commands/PutOutcomeCommand.d.ts +2 -1
  62. package/dist-types/commands/SendEventCommand.d.ts +2 -1
  63. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateEventLabelCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateListCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateModelVersionCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateVariableCommand.d.ts +2 -1
  76. package/dist-types/models/models_0.d.ts +698 -698
  77. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  78. package/dist-types/runtimeConfig.d.ts +2 -2
  79. package/dist-types/runtimeConfig.native.d.ts +2 -2
  80. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  81. package/dist-types/ts3.4/FraudDetector.d.ts +14 -0
  82. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  156. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  157. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  158. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  159. package/package.json +40 -40
@@ -25,6 +25,15 @@ declare const DescribeModelVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeModelVersionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeModelVersionsCommandInput,
32
+ DescribeModelVersionsCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBatchImportJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetBatchImportJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBatchImportJobsCommandInput,
32
+ GetBatchImportJobsCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBatchPredictionJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetBatchPredictionJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBatchPredictionJobsCommandInput,
32
+ GetBatchPredictionJobsCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDeleteEventsByEventTypeStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeleteEventsByEventTypeStatusCommandInput,
32
+ GetDeleteEventsByEventTypeStatusCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDetectorVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDetectorVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDetectorVersionCommandInput,
32
+ GetDetectorVersionCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const GetDetectorsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetDetectorsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetDetectorsCommandInput,
28
+ GetDetectorsCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetDetectorsCommand extends GetDetectorsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetEntityTypesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetEntityTypesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetEntityTypesCommandInput,
31
+ GetEntityTypesCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {}
@@ -21,6 +21,15 @@ declare const GetEventCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetEventCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetEventCommandInput,
28
+ GetEventCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetEventCommand extends GetEventCommand_base {}
@@ -25,6 +25,15 @@ declare const GetEventPredictionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetEventPredictionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetEventPredictionCommandInput,
32
+ GetEventPredictionCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetEventPredictionMetadataCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetEventPredictionMetadataCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetEventPredictionMetadataCommandInput,
32
+ GetEventPredictionMetadataCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {}
@@ -21,6 +21,15 @@ declare const GetEventTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetEventTypesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetEventTypesCommandInput,
28
+ GetEventTypesCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetEventTypesCommand extends GetEventTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetExternalModelsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetExternalModelsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetExternalModelsCommandInput,
32
+ GetExternalModelsCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetExternalModelsCommand extends GetExternalModelsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetKMSEncryptionKeyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetKMSEncryptionKeyCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetKMSEncryptionKeyCommandInput,
28
+ GetKMSEncryptionKeyCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetKMSEncryptionKeyCommand extends GetKMSEncryptionKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const GetLabelsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetLabelsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetLabelsCommandInput,
28
+ GetLabelsCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetLabelsCommand extends GetLabelsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetListElementsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetListElementsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetListElementsCommandInput,
31
+ GetListElementsCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetListElementsCommand extends GetListElementsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetListsMetadataCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetListsMetadataCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetListsMetadataCommandInput,
31
+ GetListsMetadataCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetListsMetadataCommand extends GetListsMetadataCommand_base {}
@@ -24,6 +24,15 @@ declare const GetModelVersionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetModelVersionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetModelVersionCommandInput,
31
+ GetModelVersionCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetModelVersionCommand extends GetModelVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const GetModelsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetModelsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetModelsCommandInput,
28
+ GetModelsCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetModelsCommand extends GetModelsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetOutcomesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetOutcomesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetOutcomesCommandInput,
28
+ GetOutcomesCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetOutcomesCommand extends GetOutcomesCommand_base {}
@@ -21,6 +21,15 @@ declare const GetRulesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetRulesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetRulesCommandInput,
28
+ GetRulesCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetRulesCommand extends GetRulesCommand_base {}
@@ -21,6 +21,15 @@ declare const GetVariablesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetVariablesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetVariablesCommandInput,
28
+ GetVariablesCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetVariablesCommand extends GetVariablesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListEventPredictionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListEventPredictionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListEventPredictionsCommandInput,
32
+ ListEventPredictionsCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListEventPredictionsCommand extends ListEventPredictionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const PutDetectorCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutDetectorCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutDetectorCommandInput,
28
+ PutDetectorCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutDetectorCommand extends PutDetectorCommand_base {}
@@ -21,6 +21,15 @@ declare const PutEntityTypeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutEntityTypeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutEntityTypeCommandInput,
28
+ PutEntityTypeCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutEntityTypeCommand extends PutEntityTypeCommand_base {}
@@ -21,6 +21,15 @@ declare const PutEventTypeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutEventTypeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutEventTypeCommandInput,
28
+ PutEventTypeCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutEventTypeCommand extends PutEventTypeCommand_base {}
@@ -24,6 +24,15 @@ declare const PutExternalModelCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PutExternalModelCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PutExternalModelCommandInput,
31
+ PutExternalModelCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PutExternalModelCommand extends PutExternalModelCommand_base {}
@@ -25,6 +25,15 @@ declare const PutKMSEncryptionKeyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutKMSEncryptionKeyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutKMSEncryptionKeyCommandInput,
32
+ PutKMSEncryptionKeyCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutKMSEncryptionKeyCommand extends PutKMSEncryptionKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const PutLabelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutLabelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutLabelCommandInput,
28
+ PutLabelCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutLabelCommand extends PutLabelCommand_base {}
@@ -21,6 +21,15 @@ declare const PutOutcomeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutOutcomeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutOutcomeCommandInput,
28
+ PutOutcomeCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutOutcomeCommand extends PutOutcomeCommand_base {}
@@ -21,6 +21,15 @@ declare const SendEventCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: SendEventCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SendEventCommandInput,
28
+ SendEventCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class SendEventCommand extends SendEventCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UntagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UntagResourceCommandInput,
28
+ UntagResourceCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDetectorVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDetectorVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDetectorVersionCommandInput,
32
+ UpdateDetectorVersionCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDetectorVersionCommand extends UpdateDetectorVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDetectorVersionMetadataCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDetectorVersionMetadataCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDetectorVersionMetadataCommandInput,
32
+ UpdateDetectorVersionMetadataCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDetectorVersionMetadataCommand extends UpdateDetectorVersionMetadataCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDetectorVersionStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDetectorVersionStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDetectorVersionStatusCommandInput,
32
+ UpdateDetectorVersionStatusCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDetectorVersionStatusCommand extends UpdateDetectorVersionStatusCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateEventLabelCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateEventLabelCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateEventLabelCommandInput,
31
+ UpdateEventLabelCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateListCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateListCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateListCommandInput,
28
+ UpdateListCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateListCommand extends UpdateListCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateModelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateModelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateModelCommandInput,
28
+ UpdateModelCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateModelCommand extends UpdateModelCommand_base {}