@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
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { FraudDetectorClientConfig } from "./FraudDetectorClient";
5
5
  export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -670,6 +670,7 @@ export interface FraudDetector {
670
670
  options: __HttpHandlerOptions,
671
671
  cb: (err: any, data?: DescribeDetectorCommandOutput) => void
672
672
  ): void;
673
+ describeModelVersions(): Promise<DescribeModelVersionsCommandOutput>;
673
674
  describeModelVersions(
674
675
  args: DescribeModelVersionsCommandInput,
675
676
  options?: __HttpHandlerOptions
@@ -683,6 +684,7 @@ export interface FraudDetector {
683
684
  options: __HttpHandlerOptions,
684
685
  cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void
685
686
  ): void;
687
+ getBatchImportJobs(): Promise<GetBatchImportJobsCommandOutput>;
686
688
  getBatchImportJobs(
687
689
  args: GetBatchImportJobsCommandInput,
688
690
  options?: __HttpHandlerOptions
@@ -696,6 +698,7 @@ export interface FraudDetector {
696
698
  options: __HttpHandlerOptions,
697
699
  cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void
698
700
  ): void;
701
+ getBatchPredictionJobs(): Promise<GetBatchPredictionJobsCommandOutput>;
699
702
  getBatchPredictionJobs(
700
703
  args: GetBatchPredictionJobsCommandInput,
701
704
  options?: __HttpHandlerOptions
@@ -722,6 +725,7 @@ export interface FraudDetector {
722
725
  options: __HttpHandlerOptions,
723
726
  cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void
724
727
  ): void;
728
+ getDetectors(): Promise<GetDetectorsCommandOutput>;
725
729
  getDetectors(
726
730
  args: GetDetectorsCommandInput,
727
731
  options?: __HttpHandlerOptions
@@ -748,6 +752,7 @@ export interface FraudDetector {
748
752
  options: __HttpHandlerOptions,
749
753
  cb: (err: any, data?: GetDetectorVersionCommandOutput) => void
750
754
  ): void;
755
+ getEntityTypes(): Promise<GetEntityTypesCommandOutput>;
751
756
  getEntityTypes(
752
757
  args: GetEntityTypesCommandInput,
753
758
  options?: __HttpHandlerOptions
@@ -800,6 +805,7 @@ export interface FraudDetector {
800
805
  options: __HttpHandlerOptions,
801
806
  cb: (err: any, data?: GetEventPredictionMetadataCommandOutput) => void
802
807
  ): void;
808
+ getEventTypes(): Promise<GetEventTypesCommandOutput>;
803
809
  getEventTypes(
804
810
  args: GetEventTypesCommandInput,
805
811
  options?: __HttpHandlerOptions
@@ -813,6 +819,7 @@ export interface FraudDetector {
813
819
  options: __HttpHandlerOptions,
814
820
  cb: (err: any, data?: GetEventTypesCommandOutput) => void
815
821
  ): void;
822
+ getExternalModels(): Promise<GetExternalModelsCommandOutput>;
816
823
  getExternalModels(
817
824
  args: GetExternalModelsCommandInput,
818
825
  options?: __HttpHandlerOptions
@@ -826,6 +833,7 @@ export interface FraudDetector {
826
833
  options: __HttpHandlerOptions,
827
834
  cb: (err: any, data?: GetExternalModelsCommandOutput) => void
828
835
  ): void;
836
+ getKMSEncryptionKey(): Promise<GetKMSEncryptionKeyCommandOutput>;
829
837
  getKMSEncryptionKey(
830
838
  args: GetKMSEncryptionKeyCommandInput,
831
839
  options?: __HttpHandlerOptions
@@ -839,6 +847,7 @@ export interface FraudDetector {
839
847
  options: __HttpHandlerOptions,
840
848
  cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void
841
849
  ): void;
850
+ getLabels(): Promise<GetLabelsCommandOutput>;
842
851
  getLabels(
843
852
  args: GetLabelsCommandInput,
844
853
  options?: __HttpHandlerOptions
@@ -865,6 +874,7 @@ export interface FraudDetector {
865
874
  options: __HttpHandlerOptions,
866
875
  cb: (err: any, data?: GetListElementsCommandOutput) => void
867
876
  ): void;
877
+ getListsMetadata(): Promise<GetListsMetadataCommandOutput>;
868
878
  getListsMetadata(
869
879
  args: GetListsMetadataCommandInput,
870
880
  options?: __HttpHandlerOptions
@@ -878,6 +888,7 @@ export interface FraudDetector {
878
888
  options: __HttpHandlerOptions,
879
889
  cb: (err: any, data?: GetListsMetadataCommandOutput) => void
880
890
  ): void;
891
+ getModels(): Promise<GetModelsCommandOutput>;
881
892
  getModels(
882
893
  args: GetModelsCommandInput,
883
894
  options?: __HttpHandlerOptions
@@ -904,6 +915,7 @@ export interface FraudDetector {
904
915
  options: __HttpHandlerOptions,
905
916
  cb: (err: any, data?: GetModelVersionCommandOutput) => void
906
917
  ): void;
918
+ getOutcomes(): Promise<GetOutcomesCommandOutput>;
907
919
  getOutcomes(
908
920
  args: GetOutcomesCommandInput,
909
921
  options?: __HttpHandlerOptions
@@ -930,6 +942,7 @@ export interface FraudDetector {
930
942
  options: __HttpHandlerOptions,
931
943
  cb: (err: any, data?: GetRulesCommandOutput) => void
932
944
  ): void;
945
+ getVariables(): Promise<GetVariablesCommandOutput>;
933
946
  getVariables(
934
947
  args: GetVariablesCommandInput,
935
948
  options?: __HttpHandlerOptions
@@ -943,6 +956,7 @@ export interface FraudDetector {
943
956
  options: __HttpHandlerOptions,
944
957
  cb: (err: any, data?: GetVariablesCommandOutput) => void
945
958
  ): void;
959
+ listEventPredictions(): Promise<ListEventPredictionsCommandOutput>;
946
960
  listEventPredictions(
947
961
  args: ListEventPredictionsCommandInput,
948
962
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const BatchCreateVariableCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchCreateVariableCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchCreateVariableCommandInput,
32
+ BatchCreateVariableCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {}
@@ -24,6 +24,15 @@ declare const BatchGetVariableCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchGetVariableCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchGetVariableCommandInput,
31
+ BatchGetVariableCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelBatchImportJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelBatchImportJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelBatchImportJobCommandInput,
32
+ CancelBatchImportJobCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelBatchPredictionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelBatchPredictionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelBatchPredictionJobCommandInput,
32
+ CancelBatchPredictionJobCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateBatchImportJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateBatchImportJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateBatchImportJobCommandInput,
32
+ CreateBatchImportJobCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateBatchPredictionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateBatchPredictionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateBatchPredictionJobCommandInput,
32
+ CreateBatchPredictionJobCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDetectorVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDetectorVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDetectorVersionCommandInput,
32
+ CreateDetectorVersionCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateListCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateListCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateListCommandInput,
28
+ CreateListCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateListCommand extends CreateListCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateModelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateModelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateModelCommandInput,
28
+ CreateModelCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateModelCommand extends CreateModelCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateModelVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateModelVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateModelVersionCommandInput,
32
+ CreateModelVersionCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateModelVersionCommand extends CreateModelVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateRuleCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateRuleCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateRuleCommandInput,
28
+ CreateRuleCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateRuleCommand extends CreateRuleCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateVariableCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateVariableCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateVariableCommandInput,
31
+ CreateVariableCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateVariableCommand extends CreateVariableCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteBatchImportJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteBatchImportJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteBatchImportJobCommandInput,
32
+ DeleteBatchImportJobCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteBatchImportJobCommand extends DeleteBatchImportJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteBatchPredictionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteBatchPredictionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteBatchPredictionJobCommandInput,
32
+ DeleteBatchPredictionJobCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteDetectorCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteDetectorCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteDetectorCommandInput,
31
+ DeleteDetectorCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteDetectorCommand extends DeleteDetectorCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDetectorVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDetectorVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDetectorVersionCommandInput,
32
+ DeleteDetectorVersionCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDetectorVersionCommand extends DeleteDetectorVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteEntityTypeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteEntityTypeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteEntityTypeCommandInput,
31
+ DeleteEntityTypeCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteEntityTypeCommand extends DeleteEntityTypeCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteEventCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteEventCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteEventCommandInput,
28
+ DeleteEventCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteEventCommand extends DeleteEventCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteEventTypeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteEventTypeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteEventTypeCommandInput,
31
+ DeleteEventTypeCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteEventTypeCommand extends DeleteEventTypeCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteEventsByEventTypeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteEventsByEventTypeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteEventsByEventTypeCommandInput,
32
+ DeleteEventsByEventTypeCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteEventsByEventTypeCommand extends DeleteEventsByEventTypeCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteExternalModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteExternalModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteExternalModelCommandInput,
32
+ DeleteExternalModelCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteExternalModelCommand extends DeleteExternalModelCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteLabelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteLabelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteLabelCommandInput,
28
+ DeleteLabelCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteLabelCommand extends DeleteLabelCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteListCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteListCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteListCommandInput,
28
+ DeleteListCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteListCommand extends DeleteListCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteModelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteModelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteModelCommandInput,
28
+ DeleteModelCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteModelCommand extends DeleteModelCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteModelVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteModelVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteModelVersionCommandInput,
32
+ DeleteModelVersionCommandOutput,
33
+ FraudDetectorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteModelVersionCommand extends DeleteModelVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteOutcomeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteOutcomeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteOutcomeCommandInput,
28
+ DeleteOutcomeCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteRuleCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteRuleCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteRuleCommandInput,
28
+ DeleteRuleCommandOutput,
29
+ FraudDetectorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteRuleCommand extends DeleteRuleCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteVariableCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteVariableCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteVariableCommandInput,
31
+ DeleteVariableCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteVariableCommand extends DeleteVariableCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeDetectorCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeDetectorCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeDetectorCommandInput,
31
+ DescribeDetectorCommandOutput,
32
+ FraudDetectorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {}