@aws-sdk/client-frauddetector 3.47.1 → 3.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/FraudDetector.js +30 -0
  3. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +36 -0
  4. package/dist-cjs/commands/ListEventPredictionsCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +101 -2
  7. package/dist-cjs/pagination/ListEventPredictionsPaginator.js +35 -0
  8. package/dist-cjs/pagination/index.js +1 -0
  9. package/dist-cjs/protocols/Aws_json1_1.js +408 -3
  10. package/dist-es/FraudDetector.js +30 -0
  11. package/dist-es/commands/GetEventPredictionMetadataCommand.js +39 -0
  12. package/dist-es/commands/ListEventPredictionsCommand.js +39 -0
  13. package/dist-es/commands/index.js +2 -0
  14. package/dist-es/models/models_0.js +62 -0
  15. package/dist-es/pagination/ListEventPredictionsPaginator.js +74 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_json1_1.js +405 -0
  18. package/dist-types/FraudDetector.d.ts +29 -0
  19. package/dist-types/FraudDetectorClient.d.ts +4 -2
  20. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +37 -0
  21. package/dist-types/commands/ListEventPredictionsCommand.d.ts +48 -0
  22. package/dist-types/commands/index.d.ts +2 -0
  23. package/dist-types/models/models_0.d.ts +551 -0
  24. package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +4 -0
  25. package/dist-types/pagination/index.d.ts +1 -0
  26. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  27. package/package.json +39 -33
  28. package/dist-types/ts3.4/FraudDetector.d.ts +0 -335
  29. package/dist-types/ts3.4/FraudDetectorClient.d.ts +0 -139
  30. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +0 -17
  77. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +0 -17
  78. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +0 -17
  79. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +0 -17
  80. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +0 -17
  81. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +0 -17
  82. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +0 -17
  83. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +0 -17
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  86. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +0 -17
  87. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +0 -17
  88. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +0 -17
  89. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +0 -17
  90. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +0 -17
  91. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +0 -17
  92. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +0 -17
  93. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +0 -17
  94. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +0 -17
  95. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +0 -17
  96. package/dist-types/ts3.4/commands/index.d.ts +0 -66
  97. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  98. package/dist-types/ts3.4/index.d.ts +0 -5
  99. package/dist-types/ts3.4/models/index.d.ts +0 -1
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -2192
  101. package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +0 -4
  102. package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +0 -4
  103. package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +0 -4
  104. package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +0 -4
  105. package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +0 -4
  106. package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +0 -4
  107. package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +0 -4
  108. package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +0 -4
  109. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +0 -4
  110. package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +0 -4
  111. package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +0 -4
  112. package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +0 -4
  113. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  114. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  115. package/dist-types/ts3.4/pagination/index.d.ts +0 -14
  116. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -200
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  120. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,139 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
10
- import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
11
- import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
12
- import { CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput } from "./commands/CancelBatchPredictionJobCommand";
13
- import { CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput } from "./commands/CreateBatchImportJobCommand";
14
- import { CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput } from "./commands/CreateBatchPredictionJobCommand";
15
- import { CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput } from "./commands/CreateDetectorVersionCommand";
16
- import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
17
- import { CreateModelVersionCommandInput, CreateModelVersionCommandOutput } from "./commands/CreateModelVersionCommand";
18
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
19
- import { CreateVariableCommandInput, CreateVariableCommandOutput } from "./commands/CreateVariableCommand";
20
- import { DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput } from "./commands/DeleteBatchImportJobCommand";
21
- import { DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput } from "./commands/DeleteBatchPredictionJobCommand";
22
- import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
23
- import { DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput } from "./commands/DeleteDetectorVersionCommand";
24
- import { DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput } from "./commands/DeleteEntityTypeCommand";
25
- import { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
26
- import { DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput } from "./commands/DeleteEventsByEventTypeCommand";
27
- import { DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput } from "./commands/DeleteEventTypeCommand";
28
- import { DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput } from "./commands/DeleteExternalModelCommand";
29
- import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
30
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
31
- import { DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput } from "./commands/DeleteModelVersionCommand";
32
- import { DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput } from "./commands/DeleteOutcomeCommand";
33
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
34
- import { DeleteVariableCommandInput, DeleteVariableCommandOutput } from "./commands/DeleteVariableCommand";
35
- import { DescribeDetectorCommandInput, DescribeDetectorCommandOutput } from "./commands/DescribeDetectorCommand";
36
- import { DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput } from "./commands/DescribeModelVersionsCommand";
37
- import { GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput } from "./commands/GetBatchImportJobsCommand";
38
- import { GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput } from "./commands/GetBatchPredictionJobsCommand";
39
- import { GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
40
- import { GetDetectorsCommandInput, GetDetectorsCommandOutput } from "./commands/GetDetectorsCommand";
41
- import { GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput } from "./commands/GetDetectorVersionCommand";
42
- import { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "./commands/GetEntityTypesCommand";
43
- import { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
44
- import { GetEventPredictionCommandInput, GetEventPredictionCommandOutput } from "./commands/GetEventPredictionCommand";
45
- import { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
46
- import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
47
- import { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
48
- import { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
49
- import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
50
- import { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
51
- import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
52
- import { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
53
- import { GetVariablesCommandInput, GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
54
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
- import { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
56
- import { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
57
- import { PutEventTypeCommandInput, PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
58
- import { PutExternalModelCommandInput, PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
59
- import { PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
60
- import { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
61
- import { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
62
- import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
63
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
64
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
65
- import { UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
66
- import { UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
67
- import { UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
68
- import { UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
69
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
70
- import { UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
71
- import { UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
72
- import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
73
- import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
74
- import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
75
- export declare type ServiceInputTypes = BatchCreateVariableCommandInput | BatchGetVariableCommandInput | CancelBatchImportJobCommandInput | CancelBatchPredictionJobCommandInput | CreateBatchImportJobCommandInput | CreateBatchPredictionJobCommandInput | CreateDetectorVersionCommandInput | CreateModelCommandInput | CreateModelVersionCommandInput | CreateRuleCommandInput | CreateVariableCommandInput | DeleteBatchImportJobCommandInput | DeleteBatchPredictionJobCommandInput | DeleteDetectorCommandInput | DeleteDetectorVersionCommandInput | DeleteEntityTypeCommandInput | DeleteEventCommandInput | DeleteEventTypeCommandInput | DeleteEventsByEventTypeCommandInput | DeleteExternalModelCommandInput | DeleteLabelCommandInput | DeleteModelCommandInput | DeleteModelVersionCommandInput | DeleteOutcomeCommandInput | DeleteRuleCommandInput | DeleteVariableCommandInput | DescribeDetectorCommandInput | DescribeModelVersionsCommandInput | GetBatchImportJobsCommandInput | GetBatchPredictionJobsCommandInput | GetDeleteEventsByEventTypeStatusCommandInput | GetDetectorVersionCommandInput | GetDetectorsCommandInput | GetEntityTypesCommandInput | GetEventCommandInput | GetEventPredictionCommandInput | GetEventTypesCommandInput | GetExternalModelsCommandInput | GetKMSEncryptionKeyCommandInput | GetLabelsCommandInput | GetModelVersionCommandInput | GetModelsCommandInput | GetOutcomesCommandInput | GetRulesCommandInput | GetVariablesCommandInput | ListTagsForResourceCommandInput | PutDetectorCommandInput | PutEntityTypeCommandInput | PutEventTypeCommandInput | PutExternalModelCommandInput | PutKMSEncryptionKeyCommandInput | PutLabelCommandInput | PutOutcomeCommandInput | SendEventCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDetectorVersionCommandInput | UpdateDetectorVersionMetadataCommandInput | UpdateDetectorVersionStatusCommandInput | UpdateEventLabelCommandInput | UpdateModelCommandInput | UpdateModelVersionCommandInput | UpdateModelVersionStatusCommandInput | UpdateRuleMetadataCommandInput | UpdateRuleVersionCommandInput | UpdateVariableCommandInput;
76
- export declare type ServiceOutputTypes = BatchCreateVariableCommandOutput | BatchGetVariableCommandOutput | CancelBatchImportJobCommandOutput | CancelBatchPredictionJobCommandOutput | CreateBatchImportJobCommandOutput | CreateBatchPredictionJobCommandOutput | CreateDetectorVersionCommandOutput | CreateModelCommandOutput | CreateModelVersionCommandOutput | CreateRuleCommandOutput | CreateVariableCommandOutput | DeleteBatchImportJobCommandOutput | DeleteBatchPredictionJobCommandOutput | DeleteDetectorCommandOutput | DeleteDetectorVersionCommandOutput | DeleteEntityTypeCommandOutput | DeleteEventCommandOutput | DeleteEventTypeCommandOutput | DeleteEventsByEventTypeCommandOutput | DeleteExternalModelCommandOutput | DeleteLabelCommandOutput | DeleteModelCommandOutput | DeleteModelVersionCommandOutput | DeleteOutcomeCommandOutput | DeleteRuleCommandOutput | DeleteVariableCommandOutput | DescribeDetectorCommandOutput | DescribeModelVersionsCommandOutput | GetBatchImportJobsCommandOutput | GetBatchPredictionJobsCommandOutput | GetDeleteEventsByEventTypeStatusCommandOutput | GetDetectorVersionCommandOutput | GetDetectorsCommandOutput | GetEntityTypesCommandOutput | GetEventCommandOutput | GetEventPredictionCommandOutput | GetEventTypesCommandOutput | GetExternalModelsCommandOutput | GetKMSEncryptionKeyCommandOutput | GetLabelsCommandOutput | GetModelVersionCommandOutput | GetModelsCommandOutput | GetOutcomesCommandOutput | GetRulesCommandOutput | GetVariablesCommandOutput | ListTagsForResourceCommandOutput | PutDetectorCommandOutput | PutEntityTypeCommandOutput | PutEventTypeCommandOutput | PutExternalModelCommandOutput | PutKMSEncryptionKeyCommandOutput | PutLabelCommandOutput | PutOutcomeCommandOutput | SendEventCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDetectorVersionCommandOutput | UpdateDetectorVersionMetadataCommandOutput | UpdateDetectorVersionStatusCommandOutput | UpdateEventLabelCommandOutput | UpdateModelCommandOutput | UpdateModelVersionCommandOutput | UpdateModelVersionStatusCommandOutput | UpdateRuleMetadataCommandOutput | UpdateRuleVersionCommandOutput | UpdateVariableCommandOutput;
77
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
78
-
79
- requestHandler?: __HttpHandler;
80
-
81
- sha256?: __HashConstructor;
82
-
83
- urlParser?: __UrlParser;
84
-
85
- bodyLengthChecker?: (body: any) => number | undefined;
86
-
87
- streamCollector?: __StreamCollector;
88
-
89
- base64Decoder?: __Decoder;
90
-
91
- base64Encoder?: __Encoder;
92
-
93
- utf8Decoder?: __Decoder;
94
-
95
- utf8Encoder?: __Encoder;
96
-
97
- runtime?: string;
98
-
99
- disableHostPrefix?: boolean;
100
-
101
- maxAttempts?: number | __Provider<number>;
102
-
103
- retryMode?: string | __Provider<string>;
104
-
105
- logger?: __Logger;
106
-
107
- useDualstackEndpoint?: boolean | __Provider<boolean>;
108
-
109
- useFipsEndpoint?: boolean | __Provider<boolean>;
110
-
111
- serviceId?: string;
112
-
113
- region?: string | __Provider<string>;
114
-
115
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
116
-
117
- regionInfoProvider?: RegionInfoProvider;
118
-
119
- defaultUserAgentProvider?: Provider<__UserAgent>;
120
-
121
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
122
- }
123
- declare type FraudDetectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
124
-
125
- export interface FraudDetectorClientConfig extends FraudDetectorClientConfigType {
126
- }
127
- declare type FraudDetectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
128
-
129
- export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientResolvedConfigType {
130
- }
131
-
132
- export declare class FraudDetectorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FraudDetectorClientResolvedConfig> {
133
-
134
- readonly config: FraudDetectorClientResolvedConfig;
135
- constructor(configuration: FraudDetectorClientConfig);
136
-
137
- destroy(): void;
138
- }
139
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0";
5
- export interface BatchCreateVariableCommandInput extends BatchCreateVariableRequest {
6
- }
7
- export interface BatchCreateVariableCommandOutput extends BatchCreateVariableResult, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchCreateVariableCommand extends $Command<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: BatchCreateVariableCommandInput;
12
- constructor(input: BatchCreateVariableCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0";
5
- export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {
6
- }
7
- export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetVariableCommand extends $Command<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: BatchGetVariableCommandInput;
12
- constructor(input: BatchGetVariableCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetVariableCommandInput, BatchGetVariableCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CancelBatchImportJobRequest, CancelBatchImportJobResult } from "../models/models_0";
5
- export interface CancelBatchImportJobCommandInput extends CancelBatchImportJobRequest {
6
- }
7
- export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelBatchImportJobCommand extends $Command<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CancelBatchImportJobCommandInput;
12
- constructor(input: CancelBatchImportJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult } from "../models/models_0";
5
- export interface CancelBatchPredictionJobCommandInput extends CancelBatchPredictionJobRequest {
6
- }
7
- export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredictionJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelBatchPredictionJobCommand extends $Command<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CancelBatchPredictionJobCommandInput;
12
- constructor(input: CancelBatchPredictionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateBatchImportJobRequest, CreateBatchImportJobResult } from "../models/models_0";
5
- export interface CreateBatchImportJobCommandInput extends CreateBatchImportJobRequest {
6
- }
7
- export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBatchImportJobCommand extends $Command<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CreateBatchImportJobCommandInput;
12
- constructor(input: CreateBatchImportJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult } from "../models/models_0";
5
- export interface CreateBatchPredictionJobCommandInput extends CreateBatchPredictionJobRequest {
6
- }
7
- export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredictionJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBatchPredictionJobCommand extends $Command<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CreateBatchPredictionJobCommandInput;
12
- constructor(input: CreateBatchPredictionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateDetectorVersionRequest, CreateDetectorVersionResult } from "../models/models_0";
5
- export interface CreateDetectorVersionCommandInput extends CreateDetectorVersionRequest {
6
- }
7
- export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDetectorVersionCommand extends $Command<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CreateDetectorVersionCommandInput;
12
- constructor(input: CreateDetectorVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateModelRequest, CreateModelResult } from "../models/models_0";
5
- export interface CreateModelCommandInput extends CreateModelRequest {
6
- }
7
- export interface CreateModelCommandOutput extends CreateModelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CreateModelCommandInput;
12
- constructor(input: CreateModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0";
5
- export interface CreateModelVersionCommandInput extends CreateModelVersionRequest {
6
- }
7
- export interface CreateModelVersionCommandOutput extends CreateModelVersionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateModelVersionCommand extends $Command<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CreateModelVersionCommandInput;
12
- constructor(input: CreateModelVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelVersionCommandInput, CreateModelVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
5
- export interface CreateRuleCommandInput extends CreateRuleRequest {
6
- }
7
- export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CreateRuleCommandInput;
12
- constructor(input: CreateRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateVariableRequest, CreateVariableResult } from "../models/models_0";
5
- export interface CreateVariableCommandInput extends CreateVariableRequest {
6
- }
7
- export interface CreateVariableCommandOutput extends CreateVariableResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVariableCommand extends $Command<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: CreateVariableCommandInput;
12
- constructor(input: CreateVariableCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVariableCommandInput, CreateVariableCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0";
5
- export interface DeleteBatchImportJobCommandInput extends DeleteBatchImportJobRequest {
6
- }
7
- export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBatchImportJobCommand extends $Command<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteBatchImportJobCommandInput;
12
- constructor(input: DeleteBatchImportJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } from "../models/models_0";
5
- export interface DeleteBatchPredictionJobCommandInput extends DeleteBatchPredictionJobRequest {
6
- }
7
- export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredictionJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBatchPredictionJobCommand extends $Command<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteBatchPredictionJobCommandInput;
12
- constructor(input: DeleteBatchPredictionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0";
5
- export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {
6
- }
7
- export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteDetectorCommandInput;
12
- constructor(input: DeleteDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDetectorCommandInput, DeleteDetectorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0";
5
- export interface DeleteDetectorVersionCommandInput extends DeleteDetectorVersionRequest {
6
- }
7
- export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDetectorVersionCommand extends $Command<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteDetectorVersionCommandInput;
12
- constructor(input: DeleteDetectorVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0";
5
- export interface DeleteEntityTypeCommandInput extends DeleteEntityTypeRequest {
6
- }
7
- export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEntityTypeCommand extends $Command<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteEntityTypeCommandInput;
12
- constructor(input: DeleteEntityTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteEventRequest, DeleteEventResult } from "../models/models_0";
5
- export interface DeleteEventCommandInput extends DeleteEventRequest {
6
- }
7
- export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEventCommand extends $Command<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteEventCommandInput;
12
- constructor(input: DeleteEventCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventCommandInput, DeleteEventCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0";
5
- export interface DeleteEventTypeCommandInput extends DeleteEventTypeRequest {
6
- }
7
- export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEventTypeCommand extends $Command<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteEventTypeCommandInput;
12
- constructor(input: DeleteEventTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0";
5
- export interface DeleteEventsByEventTypeCommandInput extends DeleteEventsByEventTypeRequest {
6
- }
7
- export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEventTypeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEventsByEventTypeCommand extends $Command<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteEventsByEventTypeCommandInput;
12
- constructor(input: DeleteEventsByEventTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0";
5
- export interface DeleteExternalModelCommandInput extends DeleteExternalModelRequest {
6
- }
7
- export interface DeleteExternalModelCommandOutput extends DeleteExternalModelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteExternalModelCommand extends $Command<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteExternalModelCommandInput;
12
- constructor(input: DeleteExternalModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0";
5
- export interface DeleteLabelCommandInput extends DeleteLabelRequest {
6
- }
7
- export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLabelCommand extends $Command<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteLabelCommandInput;
12
- constructor(input: DeleteLabelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteModelRequest, DeleteModelResult } from "../models/models_0";
5
- export interface DeleteModelCommandInput extends DeleteModelRequest {
6
- }
7
- export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteModelCommandInput;
12
- constructor(input: DeleteModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0";
5
- export interface DeleteModelVersionCommandInput extends DeleteModelVersionRequest {
6
- }
7
- export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteModelVersionCommand extends $Command<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteModelVersionCommandInput;
12
- constructor(input: DeleteModelVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
5
- export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {
6
- }
7
- export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteOutcomeCommand extends $Command<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: DeleteOutcomeCommandInput;
12
- constructor(input: DeleteOutcomeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }