@aws-sdk/client-frauddetector 3.130.0 → 3.137.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.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/BatchCreateVariableCommand.js +2 -2
- package/dist-cjs/commands/BatchGetVariableCommand.js +2 -2
- package/dist-cjs/commands/CancelBatchImportJobCommand.js +2 -2
- package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +2 -2
- package/dist-cjs/commands/CreateBatchImportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +2 -2
- package/dist-cjs/commands/CreateDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateModelVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateVariableCommand.js +2 -2
- package/dist-cjs/commands/DeleteBatchImportJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntityTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteExternalModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteLabelCommand.js +2 -2
- package/dist-cjs/commands/DeleteModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteModelVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteOutcomeCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteVariableCommand.js +2 -2
- package/dist-cjs/commands/DescribeDetectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetBatchImportJobsCommand.js +2 -2
- package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +2 -2
- package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -2
- package/dist-cjs/commands/GetDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDetectorsCommand.js +2 -2
- package/dist-cjs/commands/GetEntityTypesCommand.js +2 -2
- package/dist-cjs/commands/GetEventCommand.js +2 -2
- package/dist-cjs/commands/GetEventPredictionCommand.js +2 -2
- package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +2 -2
- package/dist-cjs/commands/GetEventTypesCommand.js +2 -2
- package/dist-cjs/commands/GetExternalModelsCommand.js +2 -2
- package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +1 -1
- package/dist-cjs/commands/GetLabelsCommand.js +2 -2
- package/dist-cjs/commands/GetModelVersionCommand.js +2 -2
- package/dist-cjs/commands/GetModelsCommand.js +2 -2
- package/dist-cjs/commands/GetOutcomesCommand.js +2 -2
- package/dist-cjs/commands/GetRulesCommand.js +2 -2
- package/dist-cjs/commands/GetVariablesCommand.js +2 -2
- package/dist-cjs/commands/ListEventPredictionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutDetectorCommand.js +2 -2
- package/dist-cjs/commands/PutEntityTypeCommand.js +2 -2
- package/dist-cjs/commands/PutEventTypeCommand.js +2 -2
- package/dist-cjs/commands/PutExternalModelCommand.js +2 -2
- package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +2 -2
- package/dist-cjs/commands/PutLabelCommand.js +2 -2
- package/dist-cjs/commands/PutOutcomeCommand.js +2 -2
- package/dist-cjs/commands/SendEventCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventLabelCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleMetadataCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateVariableCommand.js +2 -2
- package/dist-cjs/models/models_0.js +841 -1160
- package/dist-cjs/protocols/Aws_json1_1.js +177 -2
- package/dist-es/commands/BatchCreateVariableCommand.js +3 -3
- package/dist-es/commands/BatchGetVariableCommand.js +3 -3
- package/dist-es/commands/CancelBatchImportJobCommand.js +3 -3
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +3 -3
- package/dist-es/commands/CreateBatchImportJobCommand.js +3 -3
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +3 -3
- package/dist-es/commands/CreateDetectorVersionCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateModelVersionCommand.js +3 -3
- package/dist-es/commands/CreateRuleCommand.js +3 -3
- package/dist-es/commands/CreateVariableCommand.js +3 -3
- package/dist-es/commands/DeleteBatchImportJobCommand.js +3 -3
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +3 -3
- package/dist-es/commands/DeleteDetectorCommand.js +3 -3
- package/dist-es/commands/DeleteDetectorVersionCommand.js +3 -3
- package/dist-es/commands/DeleteEntityTypeCommand.js +3 -3
- package/dist-es/commands/DeleteEventCommand.js +3 -3
- package/dist-es/commands/DeleteEventTypeCommand.js +3 -3
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +3 -3
- package/dist-es/commands/DeleteExternalModelCommand.js +3 -3
- package/dist-es/commands/DeleteLabelCommand.js +3 -3
- package/dist-es/commands/DeleteModelCommand.js +3 -3
- package/dist-es/commands/DeleteModelVersionCommand.js +3 -3
- package/dist-es/commands/DeleteOutcomeCommand.js +3 -3
- package/dist-es/commands/DeleteRuleCommand.js +3 -3
- package/dist-es/commands/DeleteVariableCommand.js +3 -3
- package/dist-es/commands/DescribeDetectorCommand.js +3 -3
- package/dist-es/commands/DescribeModelVersionsCommand.js +3 -3
- package/dist-es/commands/GetBatchImportJobsCommand.js +3 -3
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +3 -3
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +3 -3
- package/dist-es/commands/GetDetectorVersionCommand.js +3 -3
- package/dist-es/commands/GetDetectorsCommand.js +3 -3
- package/dist-es/commands/GetEntityTypesCommand.js +3 -3
- package/dist-es/commands/GetEventCommand.js +3 -3
- package/dist-es/commands/GetEventPredictionCommand.js +3 -3
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +3 -3
- package/dist-es/commands/GetEventTypesCommand.js +3 -3
- package/dist-es/commands/GetExternalModelsCommand.js +3 -3
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/GetLabelsCommand.js +3 -3
- package/dist-es/commands/GetModelVersionCommand.js +3 -3
- package/dist-es/commands/GetModelsCommand.js +3 -3
- package/dist-es/commands/GetOutcomesCommand.js +3 -3
- package/dist-es/commands/GetRulesCommand.js +3 -3
- package/dist-es/commands/GetVariablesCommand.js +3 -3
- package/dist-es/commands/ListEventPredictionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutDetectorCommand.js +3 -3
- package/dist-es/commands/PutEntityTypeCommand.js +3 -3
- package/dist-es/commands/PutEventTypeCommand.js +3 -3
- package/dist-es/commands/PutExternalModelCommand.js +3 -3
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +3 -3
- package/dist-es/commands/PutLabelCommand.js +3 -3
- package/dist-es/commands/PutOutcomeCommand.js +3 -3
- package/dist-es/commands/SendEventCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +3 -3
- package/dist-es/commands/UpdateEventLabelCommand.js +3 -3
- package/dist-es/commands/UpdateModelCommand.js +3 -3
- package/dist-es/commands/UpdateModelVersionCommand.js +3 -3
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +3 -3
- package/dist-es/commands/UpdateRuleMetadataCommand.js +3 -3
- package/dist-es/commands/UpdateRuleVersionCommand.js +3 -3
- package/dist-es/commands/UpdateVariableCommand.js +3 -3
- package/dist-es/models/models_0.js +207 -758
- package/dist-es/protocols/Aws_json1_1.js +177 -2
- package/dist-types/models/models_0.d.ts +1147 -1127
- package/dist-types/ts3.4/models/models_0.d.ts +517 -750
- package/package.json +7 -7
|
@@ -11,6 +11,77 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* <p>The log odds metric details.</p>
|
|
16
|
+
*
|
|
17
|
+
* <p>Account Takeover Insights (ATI) model uses event variables from the login data you
|
|
18
|
+
* provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address.
|
|
19
|
+
* In this case, event variables used to derive the aggregated variables are <code>IP address</code> and <code>user</code>.</p>
|
|
20
|
+
*/
|
|
21
|
+
export interface AggregatedLogOddsMetric {
|
|
22
|
+
/**
|
|
23
|
+
* <p>
|
|
24
|
+
* The names of all the variables.
|
|
25
|
+
* </p>
|
|
26
|
+
*/
|
|
27
|
+
variableNames: string[] | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>
|
|
30
|
+
* The relative importance of the variables in the list to the other event variable.
|
|
31
|
+
* </p>
|
|
32
|
+
*/
|
|
33
|
+
aggregatedVariablesImportance: number | undefined;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* <p>
|
|
37
|
+
* The details of the impact of aggregated variables on the prediction score. </p>
|
|
38
|
+
*
|
|
39
|
+
* <p>Account Takeover Insights (ATI) model uses the login data you
|
|
40
|
+
* provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, the model might calculate the number of times an user has logged in using the same IP address.
|
|
41
|
+
* In this case, event variables used to derive the aggregated variables are <code>IP address</code> and <code>user</code>.</p>
|
|
42
|
+
*/
|
|
43
|
+
export interface AggregatedVariablesImpactExplanation {
|
|
44
|
+
/**
|
|
45
|
+
* <p>
|
|
46
|
+
* The names of all the event variables that were used to derive the aggregated variables.
|
|
47
|
+
* </p>
|
|
48
|
+
*/
|
|
49
|
+
eventVariableNames?: string[];
|
|
50
|
+
/**
|
|
51
|
+
* <p>
|
|
52
|
+
* The relative impact of the aggregated variables in terms of magnitude on the prediction scores.
|
|
53
|
+
* </p>
|
|
54
|
+
*/
|
|
55
|
+
relativeImpact?: string;
|
|
56
|
+
/**
|
|
57
|
+
* <p>
|
|
58
|
+
* The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from -infinity to +infinity.</p>
|
|
59
|
+
* <ul>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>A positive value indicates that the variables drove the risk score up.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>A negative value indicates that the variables drove the risk score down.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* </ul>
|
|
67
|
+
*/
|
|
68
|
+
logOddsImpact?: number;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The details of the relative importance of the aggregated variables.</p>
|
|
72
|
+
*
|
|
73
|
+
* <p>Account Takeover Insights (ATI) model uses event variables from the login data you
|
|
74
|
+
* provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address.
|
|
75
|
+
* In this case, event variables used to derive the aggregated variables are <code>IP address</code> and <code>user</code>.</p>
|
|
76
|
+
*/
|
|
77
|
+
export interface AggregatedVariablesImportanceMetrics {
|
|
78
|
+
/**
|
|
79
|
+
* <p>
|
|
80
|
+
* List of variables' metrics.
|
|
81
|
+
* </p>
|
|
82
|
+
*/
|
|
83
|
+
logOddsMetrics?: AggregatedLogOddsMetric[];
|
|
84
|
+
}
|
|
14
85
|
export declare enum AsyncJobStatus {
|
|
15
86
|
CANCELED = "CANCELED",
|
|
16
87
|
CANCEL_IN_PROGRESS = "CANCEL_IN_PROGRESS",
|
|
@@ -19,6 +90,76 @@ export declare enum AsyncJobStatus {
|
|
|
19
90
|
IN_PROGRESS = "IN_PROGRESS",
|
|
20
91
|
IN_PROGRESS_INITIALIZING = "IN_PROGRESS_INITIALIZING"
|
|
21
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* <p>
|
|
95
|
+
* The Account Takeover Insights (ATI) model performance metrics data points.
|
|
96
|
+
* </p>
|
|
97
|
+
*/
|
|
98
|
+
export interface ATIMetricDataPoint {
|
|
99
|
+
/**
|
|
100
|
+
* <p>
|
|
101
|
+
* The challenge rate. This indicates the percentage of login events that the model recommends to challenge such as
|
|
102
|
+
* one-time password, multi-factor authentication, and investigations.
|
|
103
|
+
* </p>
|
|
104
|
+
*/
|
|
105
|
+
cr?: number;
|
|
106
|
+
/**
|
|
107
|
+
* <p>
|
|
108
|
+
* The anomaly discovery rate. This metric quantifies the percentage of anomalies that can be detected by the model at the selected score threshold.
|
|
109
|
+
* A lower score threshold increases the percentage of anomalies captured by the model, but would also require challenging a larger percentage of
|
|
110
|
+
* login events, leading to a higher customer friction.
|
|
111
|
+
* </p>
|
|
112
|
+
*/
|
|
113
|
+
adr?: number;
|
|
114
|
+
/**
|
|
115
|
+
* <p>
|
|
116
|
+
* The model's threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any model score 500 or above is
|
|
117
|
+
* labeled as fraud.
|
|
118
|
+
* </p>
|
|
119
|
+
*/
|
|
120
|
+
threshold?: number;
|
|
121
|
+
/**
|
|
122
|
+
* <p>
|
|
123
|
+
* The account takeover discovery rate. This metric quantifies the percentage of account compromise events that can be detected by the model at the selected score threshold.
|
|
124
|
+
* This metric is only available if 50 or more entities with at-least one labeled account takeover event is present in the ingested dataset.
|
|
125
|
+
* </p>
|
|
126
|
+
*/
|
|
127
|
+
atodr?: number;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* <p>
|
|
131
|
+
* The Account Takeover Insights (ATI) model performance score.
|
|
132
|
+
* </p>
|
|
133
|
+
*/
|
|
134
|
+
export interface ATIModelPerformance {
|
|
135
|
+
/**
|
|
136
|
+
* <p>
|
|
137
|
+
* The anomaly separation index (ASI) score. This metric summarizes the overall ability of the model to separate anomalous activities from the normal behavior. Depending on the business, a
|
|
138
|
+
* large fraction of these anomalous activities can be malicious and correspond to the account takeover attacks. A model with no separability power will have the lowest possible
|
|
139
|
+
* ASI score of 0.5, whereas the a model with a high separability power will have the highest possible ASI score of 1.0
|
|
140
|
+
* </p>
|
|
141
|
+
*/
|
|
142
|
+
asi?: number;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* <p>
|
|
146
|
+
* The Account Takeover Insights (ATI) model training metric details.
|
|
147
|
+
* </p>
|
|
148
|
+
*/
|
|
149
|
+
export interface ATITrainingMetricsValue {
|
|
150
|
+
/**
|
|
151
|
+
* <p>
|
|
152
|
+
* The model's performance metrics data points.
|
|
153
|
+
* </p>
|
|
154
|
+
*/
|
|
155
|
+
metricDataPoints?: ATIMetricDataPoint[];
|
|
156
|
+
/**
|
|
157
|
+
* <p>
|
|
158
|
+
* The model's overall performance scores.
|
|
159
|
+
* </p>
|
|
160
|
+
*/
|
|
161
|
+
modelPerformance?: ATIModelPerformance;
|
|
162
|
+
}
|
|
22
163
|
/**
|
|
23
164
|
* <p>A key and value pair. </p>
|
|
24
165
|
*/
|
|
@@ -32,12 +173,6 @@ export interface Tag {
|
|
|
32
173
|
*/
|
|
33
174
|
value: string | undefined;
|
|
34
175
|
}
|
|
35
|
-
export declare namespace Tag {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
40
|
-
}
|
|
41
176
|
/**
|
|
42
177
|
* <p>A variable in the list of variables for the batch create variable request.</p>
|
|
43
178
|
*/
|
|
@@ -69,12 +204,6 @@ export interface VariableEntry {
|
|
|
69
204
|
*/
|
|
70
205
|
variableType?: string;
|
|
71
206
|
}
|
|
72
|
-
export declare namespace VariableEntry {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
const filterSensitiveLog: (obj: VariableEntry) => any;
|
|
77
|
-
}
|
|
78
207
|
export interface BatchCreateVariableRequest {
|
|
79
208
|
/**
|
|
80
209
|
* <p>The list of variables for the batch create variable request.</p>
|
|
@@ -85,12 +214,6 @@ export interface BatchCreateVariableRequest {
|
|
|
85
214
|
*/
|
|
86
215
|
tags?: Tag[];
|
|
87
216
|
}
|
|
88
|
-
export declare namespace BatchCreateVariableRequest {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
const filterSensitiveLog: (obj: BatchCreateVariableRequest) => any;
|
|
93
|
-
}
|
|
94
217
|
/**
|
|
95
218
|
* <p>Provides the error of the batch create variable API.</p>
|
|
96
219
|
*/
|
|
@@ -108,24 +231,12 @@ export interface BatchCreateVariableError {
|
|
|
108
231
|
*/
|
|
109
232
|
message?: string;
|
|
110
233
|
}
|
|
111
|
-
export declare namespace BatchCreateVariableError {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
const filterSensitiveLog: (obj: BatchCreateVariableError) => any;
|
|
116
|
-
}
|
|
117
234
|
export interface BatchCreateVariableResult {
|
|
118
235
|
/**
|
|
119
236
|
* <p>Provides the errors for the <code>BatchCreateVariable</code> request.</p>
|
|
120
237
|
*/
|
|
121
238
|
errors?: BatchCreateVariableError[];
|
|
122
239
|
}
|
|
123
|
-
export declare namespace BatchCreateVariableResult {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
const filterSensitiveLog: (obj: BatchCreateVariableResult) => any;
|
|
128
|
-
}
|
|
129
240
|
/**
|
|
130
241
|
* <p>An exception indicating an internal server error.</p>
|
|
131
242
|
*/
|
|
@@ -165,12 +276,6 @@ export interface BatchGetVariableRequest {
|
|
|
165
276
|
*/
|
|
166
277
|
names: string[] | undefined;
|
|
167
278
|
}
|
|
168
|
-
export declare namespace BatchGetVariableRequest {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
const filterSensitiveLog: (obj: BatchGetVariableRequest) => any;
|
|
173
|
-
}
|
|
174
279
|
/**
|
|
175
280
|
* <p>Provides the error of the batch get variable API.</p>
|
|
176
281
|
*/
|
|
@@ -188,12 +293,6 @@ export interface BatchGetVariableError {
|
|
|
188
293
|
*/
|
|
189
294
|
message?: string;
|
|
190
295
|
}
|
|
191
|
-
export declare namespace BatchGetVariableError {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
const filterSensitiveLog: (obj: BatchGetVariableError) => any;
|
|
196
|
-
}
|
|
197
296
|
export declare enum DataSource {
|
|
198
297
|
EVENT = "EVENT",
|
|
199
298
|
EXTERNAL_MODEL_SCORE = "EXTERNAL_MODEL_SCORE",
|
|
@@ -248,12 +347,6 @@ export interface Variable {
|
|
|
248
347
|
*/
|
|
249
348
|
arn?: string;
|
|
250
349
|
}
|
|
251
|
-
export declare namespace Variable {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
const filterSensitiveLog: (obj: Variable) => any;
|
|
256
|
-
}
|
|
257
350
|
export interface BatchGetVariableResult {
|
|
258
351
|
/**
|
|
259
352
|
* <p>The returned variables.</p>
|
|
@@ -264,12 +357,6 @@ export interface BatchGetVariableResult {
|
|
|
264
357
|
*/
|
|
265
358
|
errors?: BatchGetVariableError[];
|
|
266
359
|
}
|
|
267
|
-
export declare namespace BatchGetVariableResult {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
const filterSensitiveLog: (obj: BatchGetVariableResult) => any;
|
|
272
|
-
}
|
|
273
360
|
export interface CancelBatchImportJobRequest {
|
|
274
361
|
/**
|
|
275
362
|
* <p> The ID of an in-progress batch import job to cancel. </p>
|
|
@@ -277,20 +364,8 @@ export interface CancelBatchImportJobRequest {
|
|
|
277
364
|
*/
|
|
278
365
|
jobId: string | undefined;
|
|
279
366
|
}
|
|
280
|
-
export declare namespace CancelBatchImportJobRequest {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
const filterSensitiveLog: (obj: CancelBatchImportJobRequest) => any;
|
|
285
|
-
}
|
|
286
367
|
export interface CancelBatchImportJobResult {
|
|
287
368
|
}
|
|
288
|
-
export declare namespace CancelBatchImportJobResult {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
|
-
const filterSensitiveLog: (obj: CancelBatchImportJobResult) => any;
|
|
293
|
-
}
|
|
294
369
|
/**
|
|
295
370
|
* <p>An exception indicating the specified resource was not found.</p>
|
|
296
371
|
*/
|
|
@@ -308,20 +383,8 @@ export interface CancelBatchPredictionJobRequest {
|
|
|
308
383
|
*/
|
|
309
384
|
jobId: string | undefined;
|
|
310
385
|
}
|
|
311
|
-
export declare namespace CancelBatchPredictionJobRequest {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
|
-
const filterSensitiveLog: (obj: CancelBatchPredictionJobRequest) => any;
|
|
316
|
-
}
|
|
317
386
|
export interface CancelBatchPredictionJobResult {
|
|
318
387
|
}
|
|
319
|
-
export declare namespace CancelBatchPredictionJobResult {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
|
-
const filterSensitiveLog: (obj: CancelBatchPredictionJobResult) => any;
|
|
324
|
-
}
|
|
325
388
|
export interface CreateBatchImportJobRequest {
|
|
326
389
|
/**
|
|
327
390
|
* <p>The ID of the batch import job. The ID cannot be of a past job, unless the job exists in <code>CREATE_FAILED</code> state.</p>
|
|
@@ -349,20 +412,8 @@ export interface CreateBatchImportJobRequest {
|
|
|
349
412
|
*/
|
|
350
413
|
tags?: Tag[];
|
|
351
414
|
}
|
|
352
|
-
export declare namespace CreateBatchImportJobRequest {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
const filterSensitiveLog: (obj: CreateBatchImportJobRequest) => any;
|
|
357
|
-
}
|
|
358
415
|
export interface CreateBatchImportJobResult {
|
|
359
416
|
}
|
|
360
|
-
export declare namespace CreateBatchImportJobResult {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
|
-
const filterSensitiveLog: (obj: CreateBatchImportJobResult) => any;
|
|
365
|
-
}
|
|
366
417
|
export interface CreateBatchPredictionJobRequest {
|
|
367
418
|
/**
|
|
368
419
|
* <p>The ID of the batch prediction job.</p>
|
|
@@ -397,21 +448,10 @@ export interface CreateBatchPredictionJobRequest {
|
|
|
397
448
|
*/
|
|
398
449
|
tags?: Tag[];
|
|
399
450
|
}
|
|
400
|
-
export declare namespace CreateBatchPredictionJobRequest {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
const filterSensitiveLog: (obj: CreateBatchPredictionJobRequest) => any;
|
|
405
|
-
}
|
|
406
451
|
export interface CreateBatchPredictionJobResult {
|
|
407
452
|
}
|
|
408
|
-
export declare namespace CreateBatchPredictionJobResult {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
const filterSensitiveLog: (obj: CreateBatchPredictionJobResult) => any;
|
|
413
|
-
}
|
|
414
453
|
export declare enum ModelTypeEnum {
|
|
454
|
+
ACCOUNT_TAKEOVER_INSIGHTS = "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
415
455
|
ONLINE_FRAUD_INSIGHTS = "ONLINE_FRAUD_INSIGHTS",
|
|
416
456
|
TRANSACTION_FRAUD_INSIGHTS = "TRANSACTION_FRAUD_INSIGHTS"
|
|
417
457
|
}
|
|
@@ -436,12 +476,6 @@ export interface ModelVersion {
|
|
|
436
476
|
*/
|
|
437
477
|
arn?: string;
|
|
438
478
|
}
|
|
439
|
-
export declare namespace ModelVersion {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
|
-
const filterSensitiveLog: (obj: ModelVersion) => any;
|
|
444
|
-
}
|
|
445
479
|
export declare enum RuleExecutionMode {
|
|
446
480
|
ALL_MATCHED = "ALL_MATCHED",
|
|
447
481
|
FIRST_MATCHED = "FIRST_MATCHED"
|
|
@@ -463,12 +497,6 @@ export interface Rule {
|
|
|
463
497
|
*/
|
|
464
498
|
ruleVersion: string | undefined;
|
|
465
499
|
}
|
|
466
|
-
export declare namespace Rule {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
471
|
-
}
|
|
472
500
|
export interface CreateDetectorVersionRequest {
|
|
473
501
|
/**
|
|
474
502
|
* <p>The ID of the detector under which you want to create a new version.</p>
|
|
@@ -503,12 +531,6 @@ export interface CreateDetectorVersionRequest {
|
|
|
503
531
|
*/
|
|
504
532
|
tags?: Tag[];
|
|
505
533
|
}
|
|
506
|
-
export declare namespace CreateDetectorVersionRequest {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
|
-
const filterSensitiveLog: (obj: CreateDetectorVersionRequest) => any;
|
|
511
|
-
}
|
|
512
534
|
export declare enum DetectorVersionStatus {
|
|
513
535
|
ACTIVE = "ACTIVE",
|
|
514
536
|
DRAFT = "DRAFT",
|
|
@@ -528,12 +550,6 @@ export interface CreateDetectorVersionResult {
|
|
|
528
550
|
*/
|
|
529
551
|
status?: DetectorVersionStatus | string;
|
|
530
552
|
}
|
|
531
|
-
export declare namespace CreateDetectorVersionResult {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
|
-
const filterSensitiveLog: (obj: CreateDetectorVersionResult) => any;
|
|
536
|
-
}
|
|
537
553
|
export interface CreateModelRequest {
|
|
538
554
|
/**
|
|
539
555
|
* <p>The model ID.</p>
|
|
@@ -556,20 +572,8 @@ export interface CreateModelRequest {
|
|
|
556
572
|
*/
|
|
557
573
|
tags?: Tag[];
|
|
558
574
|
}
|
|
559
|
-
export declare namespace CreateModelRequest {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
|
-
const filterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
564
|
-
}
|
|
565
575
|
export interface CreateModelResult {
|
|
566
576
|
}
|
|
567
|
-
export declare namespace CreateModelResult {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
|
-
const filterSensitiveLog: (obj: CreateModelResult) => any;
|
|
572
|
-
}
|
|
573
577
|
/**
|
|
574
578
|
* <p>Details for the external events data used for model version training.</p>
|
|
575
579
|
*/
|
|
@@ -583,12 +587,6 @@ export interface ExternalEventsDetail {
|
|
|
583
587
|
*/
|
|
584
588
|
dataAccessRoleArn: string | undefined;
|
|
585
589
|
}
|
|
586
|
-
export declare namespace ExternalEventsDetail {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
|
-
const filterSensitiveLog: (obj: ExternalEventsDetail) => any;
|
|
591
|
-
}
|
|
592
590
|
/**
|
|
593
591
|
* <p>The start and stop time of the ingested events.</p>
|
|
594
592
|
*/
|
|
@@ -602,12 +600,6 @@ export interface IngestedEventsTimeWindow {
|
|
|
602
600
|
*/
|
|
603
601
|
endTime: string | undefined;
|
|
604
602
|
}
|
|
605
|
-
export declare namespace IngestedEventsTimeWindow {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
|
-
const filterSensitiveLog: (obj: IngestedEventsTimeWindow) => any;
|
|
610
|
-
}
|
|
611
603
|
/**
|
|
612
604
|
* <p>The details of the ingested event.</p>
|
|
613
605
|
*/
|
|
@@ -617,12 +609,6 @@ export interface IngestedEventsDetail {
|
|
|
617
609
|
*/
|
|
618
610
|
ingestedEventsTimeWindow: IngestedEventsTimeWindow | undefined;
|
|
619
611
|
}
|
|
620
|
-
export declare namespace IngestedEventsDetail {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
|
-
const filterSensitiveLog: (obj: IngestedEventsDetail) => any;
|
|
625
|
-
}
|
|
626
612
|
export declare enum UnlabeledEventsTreatment {
|
|
627
613
|
FRAUD = "FRAUD",
|
|
628
614
|
IGNORE = "IGNORE",
|
|
@@ -636,18 +622,12 @@ export interface LabelSchema {
|
|
|
636
622
|
* <p>The label mapper maps the Amazon Fraud Detector supported model classification labels (<code>FRAUD</code>, <code>LEGIT</code>) to the appropriate event type labels. For example, if "<code>FRAUD</code>" and "<code>LEGIT</code>" are Amazon Fraud Detector supported labels, this mapper could be: <code>{"FRAUD" => ["0"]</code>, <code>"LEGIT" => ["1"]}</code> or <code>{"FRAUD" => ["false"]</code>, <code>"LEGIT" => ["true"]}</code> or <code>{"FRAUD" => ["fraud", "abuse"]</code>, <code>"LEGIT" => ["legit", "safe"]}</code>. The value part of the mapper is a list, because you may have multiple label variants from your event type for a single Amazon Fraud Detector label.
|
|
637
623
|
* </p>
|
|
638
624
|
*/
|
|
639
|
-
labelMapper
|
|
625
|
+
labelMapper?: Record<string, string[]>;
|
|
640
626
|
/**
|
|
641
627
|
* <p>The action to take for unlabeled events.</p>
|
|
642
628
|
*/
|
|
643
629
|
unlabeledEventsTreatment?: UnlabeledEventsTreatment | string;
|
|
644
630
|
}
|
|
645
|
-
export declare namespace LabelSchema {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
const filterSensitiveLog: (obj: LabelSchema) => any;
|
|
650
|
-
}
|
|
651
631
|
/**
|
|
652
632
|
* <p>The training data schema.</p>
|
|
653
633
|
*/
|
|
@@ -659,13 +639,7 @@ export interface TrainingDataSchema {
|
|
|
659
639
|
/**
|
|
660
640
|
* <p>The label schema.</p>
|
|
661
641
|
*/
|
|
662
|
-
labelSchema
|
|
663
|
-
}
|
|
664
|
-
export declare namespace TrainingDataSchema {
|
|
665
|
-
/**
|
|
666
|
-
* @internal
|
|
667
|
-
*/
|
|
668
|
-
const filterSensitiveLog: (obj: TrainingDataSchema) => any;
|
|
642
|
+
labelSchema?: LabelSchema;
|
|
669
643
|
}
|
|
670
644
|
export declare enum TrainingDataSourceEnum {
|
|
671
645
|
EXTERNAL_EVENTS = "EXTERNAL_EVENTS",
|
|
@@ -701,12 +675,6 @@ export interface CreateModelVersionRequest {
|
|
|
701
675
|
*/
|
|
702
676
|
tags?: Tag[];
|
|
703
677
|
}
|
|
704
|
-
export declare namespace CreateModelVersionRequest {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
const filterSensitiveLog: (obj: CreateModelVersionRequest) => any;
|
|
709
|
-
}
|
|
710
678
|
export interface CreateModelVersionResult {
|
|
711
679
|
/**
|
|
712
680
|
* <p>The model ID.</p>
|
|
@@ -725,12 +693,6 @@ export interface CreateModelVersionResult {
|
|
|
725
693
|
*/
|
|
726
694
|
status?: string;
|
|
727
695
|
}
|
|
728
|
-
export declare namespace CreateModelVersionResult {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
|
-
const filterSensitiveLog: (obj: CreateModelVersionResult) => any;
|
|
733
|
-
}
|
|
734
696
|
export declare enum Language {
|
|
735
697
|
DETECTORPL = "DETECTORPL"
|
|
736
698
|
}
|
|
@@ -764,24 +726,12 @@ export interface CreateRuleRequest {
|
|
|
764
726
|
*/
|
|
765
727
|
tags?: Tag[];
|
|
766
728
|
}
|
|
767
|
-
export declare namespace CreateRuleRequest {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
|
-
const filterSensitiveLog: (obj: CreateRuleRequest) => any;
|
|
772
|
-
}
|
|
773
729
|
export interface CreateRuleResult {
|
|
774
730
|
/**
|
|
775
731
|
* <p>The created rule.</p>
|
|
776
732
|
*/
|
|
777
733
|
rule?: Rule;
|
|
778
734
|
}
|
|
779
|
-
export declare namespace CreateRuleResult {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
|
-
const filterSensitiveLog: (obj: CreateRuleResult) => any;
|
|
784
|
-
}
|
|
785
735
|
export interface CreateVariableRequest {
|
|
786
736
|
/**
|
|
787
737
|
* <p>The name of the variable.</p>
|
|
@@ -815,60 +765,24 @@ export interface CreateVariableRequest {
|
|
|
815
765
|
*/
|
|
816
766
|
tags?: Tag[];
|
|
817
767
|
}
|
|
818
|
-
export declare namespace CreateVariableRequest {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
|
-
const filterSensitiveLog: (obj: CreateVariableRequest) => any;
|
|
823
|
-
}
|
|
824
768
|
export interface CreateVariableResult {
|
|
825
769
|
}
|
|
826
|
-
export declare namespace CreateVariableResult {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
|
-
const filterSensitiveLog: (obj: CreateVariableResult) => any;
|
|
831
|
-
}
|
|
832
770
|
export interface DeleteBatchImportJobRequest {
|
|
833
771
|
/**
|
|
834
772
|
* <p>The ID of the batch import job to delete. </p>
|
|
835
773
|
*/
|
|
836
774
|
jobId: string | undefined;
|
|
837
775
|
}
|
|
838
|
-
export declare namespace DeleteBatchImportJobRequest {
|
|
839
|
-
/**
|
|
840
|
-
* @internal
|
|
841
|
-
*/
|
|
842
|
-
const filterSensitiveLog: (obj: DeleteBatchImportJobRequest) => any;
|
|
843
|
-
}
|
|
844
776
|
export interface DeleteBatchImportJobResult {
|
|
845
777
|
}
|
|
846
|
-
export declare namespace DeleteBatchImportJobResult {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
|
-
const filterSensitiveLog: (obj: DeleteBatchImportJobResult) => any;
|
|
851
|
-
}
|
|
852
778
|
export interface DeleteBatchPredictionJobRequest {
|
|
853
779
|
/**
|
|
854
780
|
* <p>The ID of the batch prediction job to delete.</p>
|
|
855
781
|
*/
|
|
856
782
|
jobId: string | undefined;
|
|
857
783
|
}
|
|
858
|
-
export declare namespace DeleteBatchPredictionJobRequest {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
const filterSensitiveLog: (obj: DeleteBatchPredictionJobRequest) => any;
|
|
863
|
-
}
|
|
864
784
|
export interface DeleteBatchPredictionJobResult {
|
|
865
785
|
}
|
|
866
|
-
export declare namespace DeleteBatchPredictionJobResult {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
const filterSensitiveLog: (obj: DeleteBatchPredictionJobResult) => any;
|
|
871
|
-
}
|
|
872
786
|
/**
|
|
873
787
|
* <p>An exception indicating there was a conflict during a delete operation.</p>
|
|
874
788
|
*/
|
|
@@ -886,20 +800,8 @@ export interface DeleteDetectorRequest {
|
|
|
886
800
|
*/
|
|
887
801
|
detectorId: string | undefined;
|
|
888
802
|
}
|
|
889
|
-
export declare namespace DeleteDetectorRequest {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
|
-
const filterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
894
|
-
}
|
|
895
803
|
export interface DeleteDetectorResult {
|
|
896
804
|
}
|
|
897
|
-
export declare namespace DeleteDetectorResult {
|
|
898
|
-
/**
|
|
899
|
-
* @internal
|
|
900
|
-
*/
|
|
901
|
-
const filterSensitiveLog: (obj: DeleteDetectorResult) => any;
|
|
902
|
-
}
|
|
903
805
|
export interface DeleteDetectorVersionRequest {
|
|
904
806
|
/**
|
|
905
807
|
* <p>The ID of the parent detector for the detector version to delete.</p>
|
|
@@ -910,41 +812,17 @@ export interface DeleteDetectorVersionRequest {
|
|
|
910
812
|
*/
|
|
911
813
|
detectorVersionId: string | undefined;
|
|
912
814
|
}
|
|
913
|
-
export declare namespace DeleteDetectorVersionRequest {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
|
-
const filterSensitiveLog: (obj: DeleteDetectorVersionRequest) => any;
|
|
918
|
-
}
|
|
919
815
|
export interface DeleteDetectorVersionResult {
|
|
920
816
|
}
|
|
921
|
-
export declare namespace DeleteDetectorVersionResult {
|
|
922
|
-
/**
|
|
923
|
-
* @internal
|
|
924
|
-
*/
|
|
925
|
-
const filterSensitiveLog: (obj: DeleteDetectorVersionResult) => any;
|
|
926
|
-
}
|
|
927
817
|
export interface DeleteEntityTypeRequest {
|
|
928
818
|
/**
|
|
929
819
|
* <p>The name of the entity type to delete.</p>
|
|
930
820
|
*/
|
|
931
821
|
name: string | undefined;
|
|
932
822
|
}
|
|
933
|
-
export declare namespace DeleteEntityTypeRequest {
|
|
934
|
-
/**
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
937
|
-
const filterSensitiveLog: (obj: DeleteEntityTypeRequest) => any;
|
|
938
|
-
}
|
|
939
823
|
export interface DeleteEntityTypeResult {
|
|
940
824
|
}
|
|
941
|
-
export
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
|
-
const filterSensitiveLog: (obj: DeleteEntityTypeResult) => any;
|
|
946
|
-
}
|
|
947
|
-
export interface DeleteEventRequest {
|
|
825
|
+
export interface DeleteEventRequest {
|
|
948
826
|
/**
|
|
949
827
|
* <p>The ID of the event to delete.</p>
|
|
950
828
|
*/
|
|
@@ -958,32 +836,14 @@ export interface DeleteEventRequest {
|
|
|
958
836
|
*/
|
|
959
837
|
deleteAuditHistory?: boolean;
|
|
960
838
|
}
|
|
961
|
-
export declare namespace DeleteEventRequest {
|
|
962
|
-
/**
|
|
963
|
-
* @internal
|
|
964
|
-
*/
|
|
965
|
-
const filterSensitiveLog: (obj: DeleteEventRequest) => any;
|
|
966
|
-
}
|
|
967
839
|
export interface DeleteEventResult {
|
|
968
840
|
}
|
|
969
|
-
export declare namespace DeleteEventResult {
|
|
970
|
-
/**
|
|
971
|
-
* @internal
|
|
972
|
-
*/
|
|
973
|
-
const filterSensitiveLog: (obj: DeleteEventResult) => any;
|
|
974
|
-
}
|
|
975
841
|
export interface DeleteEventsByEventTypeRequest {
|
|
976
842
|
/**
|
|
977
843
|
* <p>The name of the event type.</p>
|
|
978
844
|
*/
|
|
979
845
|
eventTypeName: string | undefined;
|
|
980
846
|
}
|
|
981
|
-
export declare namespace DeleteEventsByEventTypeRequest {
|
|
982
|
-
/**
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
985
|
-
const filterSensitiveLog: (obj: DeleteEventsByEventTypeRequest) => any;
|
|
986
|
-
}
|
|
987
847
|
export interface DeleteEventsByEventTypeResult {
|
|
988
848
|
/**
|
|
989
849
|
* <p>Name of event type for which to delete the events.</p>
|
|
@@ -994,72 +854,30 @@ export interface DeleteEventsByEventTypeResult {
|
|
|
994
854
|
*/
|
|
995
855
|
eventsDeletionStatus?: string;
|
|
996
856
|
}
|
|
997
|
-
export declare namespace DeleteEventsByEventTypeResult {
|
|
998
|
-
/**
|
|
999
|
-
* @internal
|
|
1000
|
-
*/
|
|
1001
|
-
const filterSensitiveLog: (obj: DeleteEventsByEventTypeResult) => any;
|
|
1002
|
-
}
|
|
1003
857
|
export interface DeleteEventTypeRequest {
|
|
1004
858
|
/**
|
|
1005
859
|
* <p>The name of the event type to delete.</p>
|
|
1006
860
|
*/
|
|
1007
861
|
name: string | undefined;
|
|
1008
862
|
}
|
|
1009
|
-
export declare namespace DeleteEventTypeRequest {
|
|
1010
|
-
/**
|
|
1011
|
-
* @internal
|
|
1012
|
-
*/
|
|
1013
|
-
const filterSensitiveLog: (obj: DeleteEventTypeRequest) => any;
|
|
1014
|
-
}
|
|
1015
863
|
export interface DeleteEventTypeResult {
|
|
1016
864
|
}
|
|
1017
|
-
export declare namespace DeleteEventTypeResult {
|
|
1018
|
-
/**
|
|
1019
|
-
* @internal
|
|
1020
|
-
*/
|
|
1021
|
-
const filterSensitiveLog: (obj: DeleteEventTypeResult) => any;
|
|
1022
|
-
}
|
|
1023
865
|
export interface DeleteExternalModelRequest {
|
|
1024
866
|
/**
|
|
1025
867
|
* <p>The endpoint of the Amazon Sagemaker model to delete.</p>
|
|
1026
868
|
*/
|
|
1027
869
|
modelEndpoint: string | undefined;
|
|
1028
870
|
}
|
|
1029
|
-
export declare namespace DeleteExternalModelRequest {
|
|
1030
|
-
/**
|
|
1031
|
-
* @internal
|
|
1032
|
-
*/
|
|
1033
|
-
const filterSensitiveLog: (obj: DeleteExternalModelRequest) => any;
|
|
1034
|
-
}
|
|
1035
871
|
export interface DeleteExternalModelResult {
|
|
1036
872
|
}
|
|
1037
|
-
export declare namespace DeleteExternalModelResult {
|
|
1038
|
-
/**
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
1041
|
-
const filterSensitiveLog: (obj: DeleteExternalModelResult) => any;
|
|
1042
|
-
}
|
|
1043
873
|
export interface DeleteLabelRequest {
|
|
1044
874
|
/**
|
|
1045
875
|
* <p>The name of the label to delete.</p>
|
|
1046
876
|
*/
|
|
1047
877
|
name: string | undefined;
|
|
1048
878
|
}
|
|
1049
|
-
export declare namespace DeleteLabelRequest {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
const filterSensitiveLog: (obj: DeleteLabelRequest) => any;
|
|
1054
|
-
}
|
|
1055
879
|
export interface DeleteLabelResult {
|
|
1056
880
|
}
|
|
1057
|
-
export declare namespace DeleteLabelResult {
|
|
1058
|
-
/**
|
|
1059
|
-
* @internal
|
|
1060
|
-
*/
|
|
1061
|
-
const filterSensitiveLog: (obj: DeleteLabelResult) => any;
|
|
1062
|
-
}
|
|
1063
881
|
export interface DeleteModelRequest {
|
|
1064
882
|
/**
|
|
1065
883
|
* <p>The model ID of the model to delete.</p>
|
|
@@ -1070,20 +888,8 @@ export interface DeleteModelRequest {
|
|
|
1070
888
|
*/
|
|
1071
889
|
modelType: ModelTypeEnum | string | undefined;
|
|
1072
890
|
}
|
|
1073
|
-
export declare namespace DeleteModelRequest {
|
|
1074
|
-
/**
|
|
1075
|
-
* @internal
|
|
1076
|
-
*/
|
|
1077
|
-
const filterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
1078
|
-
}
|
|
1079
891
|
export interface DeleteModelResult {
|
|
1080
892
|
}
|
|
1081
|
-
export declare namespace DeleteModelResult {
|
|
1082
|
-
/**
|
|
1083
|
-
* @internal
|
|
1084
|
-
*/
|
|
1085
|
-
const filterSensitiveLog: (obj: DeleteModelResult) => any;
|
|
1086
|
-
}
|
|
1087
893
|
export interface DeleteModelVersionRequest {
|
|
1088
894
|
/**
|
|
1089
895
|
* <p>The model ID of the model version to delete.</p>
|
|
@@ -1098,80 +904,32 @@ export interface DeleteModelVersionRequest {
|
|
|
1098
904
|
*/
|
|
1099
905
|
modelVersionNumber: string | undefined;
|
|
1100
906
|
}
|
|
1101
|
-
export declare namespace DeleteModelVersionRequest {
|
|
1102
|
-
/**
|
|
1103
|
-
* @internal
|
|
1104
|
-
*/
|
|
1105
|
-
const filterSensitiveLog: (obj: DeleteModelVersionRequest) => any;
|
|
1106
|
-
}
|
|
1107
907
|
export interface DeleteModelVersionResult {
|
|
1108
908
|
}
|
|
1109
|
-
export declare namespace DeleteModelVersionResult {
|
|
1110
|
-
/**
|
|
1111
|
-
* @internal
|
|
1112
|
-
*/
|
|
1113
|
-
const filterSensitiveLog: (obj: DeleteModelVersionResult) => any;
|
|
1114
|
-
}
|
|
1115
909
|
export interface DeleteOutcomeRequest {
|
|
1116
910
|
/**
|
|
1117
911
|
* <p>The name of the outcome to delete.</p>
|
|
1118
912
|
*/
|
|
1119
913
|
name: string | undefined;
|
|
1120
914
|
}
|
|
1121
|
-
export declare namespace DeleteOutcomeRequest {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
|
-
const filterSensitiveLog: (obj: DeleteOutcomeRequest) => any;
|
|
1126
|
-
}
|
|
1127
915
|
export interface DeleteOutcomeResult {
|
|
1128
916
|
}
|
|
1129
|
-
export declare namespace DeleteOutcomeResult {
|
|
1130
|
-
/**
|
|
1131
|
-
* @internal
|
|
1132
|
-
*/
|
|
1133
|
-
const filterSensitiveLog: (obj: DeleteOutcomeResult) => any;
|
|
1134
|
-
}
|
|
1135
917
|
export interface DeleteRuleRequest {
|
|
1136
918
|
/**
|
|
1137
919
|
* <p>A rule.</p>
|
|
1138
920
|
*/
|
|
1139
921
|
rule: Rule | undefined;
|
|
1140
922
|
}
|
|
1141
|
-
export declare namespace DeleteRuleRequest {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
|
-
const filterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
1146
|
-
}
|
|
1147
923
|
export interface DeleteRuleResult {
|
|
1148
924
|
}
|
|
1149
|
-
export declare namespace DeleteRuleResult {
|
|
1150
|
-
/**
|
|
1151
|
-
* @internal
|
|
1152
|
-
*/
|
|
1153
|
-
const filterSensitiveLog: (obj: DeleteRuleResult) => any;
|
|
1154
|
-
}
|
|
1155
925
|
export interface DeleteVariableRequest {
|
|
1156
926
|
/**
|
|
1157
927
|
* <p>The name of the variable to delete.</p>
|
|
1158
928
|
*/
|
|
1159
929
|
name: string | undefined;
|
|
1160
930
|
}
|
|
1161
|
-
export declare namespace DeleteVariableRequest {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: DeleteVariableRequest) => any;
|
|
1166
|
-
}
|
|
1167
931
|
export interface DeleteVariableResult {
|
|
1168
932
|
}
|
|
1169
|
-
export declare namespace DeleteVariableResult {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
const filterSensitiveLog: (obj: DeleteVariableResult) => any;
|
|
1174
|
-
}
|
|
1175
933
|
export interface DescribeDetectorRequest {
|
|
1176
934
|
/**
|
|
1177
935
|
* <p>The detector ID.</p>
|
|
@@ -1186,12 +944,6 @@ export interface DescribeDetectorRequest {
|
|
|
1186
944
|
*/
|
|
1187
945
|
maxResults?: number;
|
|
1188
946
|
}
|
|
1189
|
-
export declare namespace DescribeDetectorRequest {
|
|
1190
|
-
/**
|
|
1191
|
-
* @internal
|
|
1192
|
-
*/
|
|
1193
|
-
const filterSensitiveLog: (obj: DescribeDetectorRequest) => any;
|
|
1194
|
-
}
|
|
1195
947
|
/**
|
|
1196
948
|
* <p>The summary of the detector version.</p>
|
|
1197
949
|
*/
|
|
@@ -1213,12 +965,6 @@ export interface DetectorVersionSummary {
|
|
|
1213
965
|
*/
|
|
1214
966
|
lastUpdatedTime?: string;
|
|
1215
967
|
}
|
|
1216
|
-
export declare namespace DetectorVersionSummary {
|
|
1217
|
-
/**
|
|
1218
|
-
* @internal
|
|
1219
|
-
*/
|
|
1220
|
-
const filterSensitiveLog: (obj: DetectorVersionSummary) => any;
|
|
1221
|
-
}
|
|
1222
968
|
export interface DescribeDetectorResult {
|
|
1223
969
|
/**
|
|
1224
970
|
* <p>The detector ID.</p>
|
|
@@ -1237,12 +983,6 @@ export interface DescribeDetectorResult {
|
|
|
1237
983
|
*/
|
|
1238
984
|
arn?: string;
|
|
1239
985
|
}
|
|
1240
|
-
export declare namespace DescribeDetectorResult {
|
|
1241
|
-
/**
|
|
1242
|
-
* @internal
|
|
1243
|
-
*/
|
|
1244
|
-
const filterSensitiveLog: (obj: DescribeDetectorResult) => any;
|
|
1245
|
-
}
|
|
1246
986
|
export interface DescribeModelVersionsRequest {
|
|
1247
987
|
/**
|
|
1248
988
|
* <p>The model ID.</p>
|
|
@@ -1265,12 +1005,6 @@ export interface DescribeModelVersionsRequest {
|
|
|
1265
1005
|
*/
|
|
1266
1006
|
maxResults?: number;
|
|
1267
1007
|
}
|
|
1268
|
-
export declare namespace DescribeModelVersionsRequest {
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
|
-
const filterSensitiveLog: (obj: DescribeModelVersionsRequest) => any;
|
|
1273
|
-
}
|
|
1274
1008
|
/**
|
|
1275
1009
|
* <p>The message details.</p>
|
|
1276
1010
|
*/
|
|
@@ -1296,12 +1030,6 @@ export interface FieldValidationMessage {
|
|
|
1296
1030
|
*/
|
|
1297
1031
|
type?: string;
|
|
1298
1032
|
}
|
|
1299
|
-
export declare namespace FieldValidationMessage {
|
|
1300
|
-
/**
|
|
1301
|
-
* @internal
|
|
1302
|
-
*/
|
|
1303
|
-
const filterSensitiveLog: (obj: FieldValidationMessage) => any;
|
|
1304
|
-
}
|
|
1305
1033
|
/**
|
|
1306
1034
|
* <p>The message details.</p>
|
|
1307
1035
|
*/
|
|
@@ -1319,18 +1047,12 @@ export interface FileValidationMessage {
|
|
|
1319
1047
|
*/
|
|
1320
1048
|
type?: string;
|
|
1321
1049
|
}
|
|
1322
|
-
export declare namespace FileValidationMessage {
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
|
-
const filterSensitiveLog: (obj: FileValidationMessage) => any;
|
|
1327
|
-
}
|
|
1328
1050
|
/**
|
|
1329
|
-
* <p>The model training validation
|
|
1051
|
+
* <p>The model training data validation metrics.</p>
|
|
1330
1052
|
*/
|
|
1331
1053
|
export interface DataValidationMetrics {
|
|
1332
1054
|
/**
|
|
1333
|
-
* <p>The file-specific model training validation messages.</p>
|
|
1055
|
+
* <p>The file-specific model training data validation messages.</p>
|
|
1334
1056
|
*/
|
|
1335
1057
|
fileLevelMessages?: FileValidationMessage[];
|
|
1336
1058
|
/**
|
|
@@ -1338,12 +1060,6 @@ export interface DataValidationMetrics {
|
|
|
1338
1060
|
*/
|
|
1339
1061
|
fieldLevelMessages?: FieldValidationMessage[];
|
|
1340
1062
|
}
|
|
1341
|
-
export declare namespace DataValidationMetrics {
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
|
-
const filterSensitiveLog: (obj: DataValidationMetrics) => any;
|
|
1346
|
-
}
|
|
1347
1063
|
/**
|
|
1348
1064
|
* <p>Model performance metrics data points.</p>
|
|
1349
1065
|
*/
|
|
@@ -1365,12 +1081,6 @@ export interface MetricDataPoint {
|
|
|
1365
1081
|
*/
|
|
1366
1082
|
threshold?: number;
|
|
1367
1083
|
}
|
|
1368
|
-
export declare namespace MetricDataPoint {
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
|
-
const filterSensitiveLog: (obj: MetricDataPoint) => any;
|
|
1373
|
-
}
|
|
1374
1084
|
/**
|
|
1375
1085
|
* <p>The training metric details.</p>
|
|
1376
1086
|
*/
|
|
@@ -1384,12 +1094,6 @@ export interface TrainingMetrics {
|
|
|
1384
1094
|
*/
|
|
1385
1095
|
metricDataPoints?: MetricDataPoint[];
|
|
1386
1096
|
}
|
|
1387
|
-
export declare namespace TrainingMetrics {
|
|
1388
|
-
/**
|
|
1389
|
-
* @internal
|
|
1390
|
-
*/
|
|
1391
|
-
const filterSensitiveLog: (obj: TrainingMetrics) => any;
|
|
1392
|
-
}
|
|
1393
1097
|
/**
|
|
1394
1098
|
* <p>The log odds metric details.</p>
|
|
1395
1099
|
*/
|
|
@@ -1407,12 +1111,6 @@ export interface LogOddsMetric {
|
|
|
1407
1111
|
*/
|
|
1408
1112
|
variableImportance: number | undefined;
|
|
1409
1113
|
}
|
|
1410
|
-
export declare namespace LogOddsMetric {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
|
-
const filterSensitiveLog: (obj: LogOddsMetric) => any;
|
|
1415
|
-
}
|
|
1416
1114
|
/**
|
|
1417
1115
|
* <p>The variable importance metrics details.</p>
|
|
1418
1116
|
*/
|
|
@@ -1422,12 +1120,6 @@ export interface VariableImportanceMetrics {
|
|
|
1422
1120
|
*/
|
|
1423
1121
|
logOddsMetrics?: LogOddsMetric[];
|
|
1424
1122
|
}
|
|
1425
|
-
export declare namespace VariableImportanceMetrics {
|
|
1426
|
-
/**
|
|
1427
|
-
* @internal
|
|
1428
|
-
*/
|
|
1429
|
-
const filterSensitiveLog: (obj: VariableImportanceMetrics) => any;
|
|
1430
|
-
}
|
|
1431
1123
|
/**
|
|
1432
1124
|
* <p>The training result details.</p>
|
|
1433
1125
|
*/
|
|
@@ -1445,11 +1137,187 @@ export interface TrainingResult {
|
|
|
1445
1137
|
*/
|
|
1446
1138
|
variableImportanceMetrics?: VariableImportanceMetrics;
|
|
1447
1139
|
}
|
|
1448
|
-
|
|
1140
|
+
/**
|
|
1141
|
+
* <p>
|
|
1142
|
+
* The Online Fraud Insights (OFI) model performance metrics data points.
|
|
1143
|
+
* </p>
|
|
1144
|
+
*/
|
|
1145
|
+
export interface OFIMetricDataPoint {
|
|
1449
1146
|
/**
|
|
1450
|
-
*
|
|
1147
|
+
* <p>
|
|
1148
|
+
* The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.
|
|
1149
|
+
* </p>
|
|
1150
|
+
*/
|
|
1151
|
+
fpr?: number;
|
|
1152
|
+
/**
|
|
1153
|
+
* <p>
|
|
1154
|
+
* The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.
|
|
1155
|
+
* </p>
|
|
1156
|
+
*/
|
|
1157
|
+
precision?: number;
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>
|
|
1160
|
+
* The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate.
|
|
1161
|
+
* </p>
|
|
1162
|
+
*/
|
|
1163
|
+
tpr?: number;
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>
|
|
1166
|
+
* The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any model score 500 or above is labeled as fraud.
|
|
1167
|
+
* </p>
|
|
1168
|
+
*/
|
|
1169
|
+
threshold?: number;
|
|
1170
|
+
}
|
|
1171
|
+
/**
|
|
1172
|
+
* <p>
|
|
1173
|
+
* The Online Fraud Insights (OFI) model performance score.
|
|
1174
|
+
* </p>
|
|
1175
|
+
*/
|
|
1176
|
+
export interface OFIModelPerformance {
|
|
1177
|
+
/**
|
|
1178
|
+
* <p>
|
|
1179
|
+
* The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
|
|
1180
|
+
* </p>
|
|
1181
|
+
*/
|
|
1182
|
+
auc?: number;
|
|
1183
|
+
}
|
|
1184
|
+
/**
|
|
1185
|
+
* <p>
|
|
1186
|
+
* The Online Fraud Insights (OFI) model training metric details.
|
|
1187
|
+
* </p>
|
|
1188
|
+
*/
|
|
1189
|
+
export interface OFITrainingMetricsValue {
|
|
1190
|
+
/**
|
|
1191
|
+
* <p>
|
|
1192
|
+
* The model's performance metrics data points.
|
|
1193
|
+
* </p>
|
|
1194
|
+
*/
|
|
1195
|
+
metricDataPoints?: OFIMetricDataPoint[];
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>
|
|
1198
|
+
* The model's overall performance score.
|
|
1199
|
+
* </p>
|
|
1200
|
+
*/
|
|
1201
|
+
modelPerformance?: OFIModelPerformance;
|
|
1202
|
+
}
|
|
1203
|
+
/**
|
|
1204
|
+
* <p>
|
|
1205
|
+
* The performance metrics data points for Transaction Fraud Insights (TFI) model.
|
|
1206
|
+
* </p>
|
|
1207
|
+
*/
|
|
1208
|
+
export interface TFIMetricDataPoint {
|
|
1209
|
+
/**
|
|
1210
|
+
* <p>
|
|
1211
|
+
* The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.
|
|
1212
|
+
* </p>
|
|
1213
|
+
*/
|
|
1214
|
+
fpr?: number;
|
|
1215
|
+
/**
|
|
1216
|
+
* <p>
|
|
1217
|
+
* The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.
|
|
1218
|
+
* </p>
|
|
1219
|
+
*/
|
|
1220
|
+
precision?: number;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p>
|
|
1223
|
+
* The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate.
|
|
1224
|
+
* </p>
|
|
1225
|
+
*/
|
|
1226
|
+
tpr?: number;
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>
|
|
1229
|
+
* The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any
|
|
1230
|
+
* model score 500 or above is labeled as fraud.
|
|
1231
|
+
* </p>
|
|
1232
|
+
*/
|
|
1233
|
+
threshold?: number;
|
|
1234
|
+
}
|
|
1235
|
+
/**
|
|
1236
|
+
* <p>
|
|
1237
|
+
* The Transaction Fraud Insights (TFI) model performance score.
|
|
1238
|
+
* </p>
|
|
1239
|
+
*/
|
|
1240
|
+
export interface TFIModelPerformance {
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>
|
|
1243
|
+
* The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
|
|
1244
|
+
* </p>
|
|
1245
|
+
*/
|
|
1246
|
+
auc?: number;
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>
|
|
1250
|
+
* The Transaction Fraud Insights (TFI) model training metric details.
|
|
1251
|
+
* </p>
|
|
1252
|
+
*/
|
|
1253
|
+
export interface TFITrainingMetricsValue {
|
|
1254
|
+
/**
|
|
1255
|
+
* <p>
|
|
1256
|
+
* The model's performance metrics data points.
|
|
1257
|
+
* </p>
|
|
1258
|
+
*/
|
|
1259
|
+
metricDataPoints?: TFIMetricDataPoint[];
|
|
1260
|
+
/**
|
|
1261
|
+
* <p>
|
|
1262
|
+
* The model performance score.
|
|
1263
|
+
* </p>
|
|
1264
|
+
*/
|
|
1265
|
+
modelPerformance?: TFIModelPerformance;
|
|
1266
|
+
}
|
|
1267
|
+
/**
|
|
1268
|
+
* <p>
|
|
1269
|
+
* The training metrics details.
|
|
1270
|
+
* </p>
|
|
1271
|
+
*/
|
|
1272
|
+
export interface TrainingMetricsV2 {
|
|
1273
|
+
/**
|
|
1274
|
+
* <p>
|
|
1275
|
+
* The Online Fraud Insights (OFI) model training metric details.
|
|
1276
|
+
* </p>
|
|
1451
1277
|
*/
|
|
1452
|
-
|
|
1278
|
+
ofi?: OFITrainingMetricsValue;
|
|
1279
|
+
/**
|
|
1280
|
+
* <p>
|
|
1281
|
+
* The Transaction Fraud Insights (TFI) model training metric details.
|
|
1282
|
+
* </p>
|
|
1283
|
+
*/
|
|
1284
|
+
tfi?: TFITrainingMetricsValue;
|
|
1285
|
+
/**
|
|
1286
|
+
* <p>
|
|
1287
|
+
* The Account Takeover Insights (ATI) model training metric details.
|
|
1288
|
+
* </p>
|
|
1289
|
+
*/
|
|
1290
|
+
ati?: ATITrainingMetricsValue;
|
|
1291
|
+
}
|
|
1292
|
+
/**
|
|
1293
|
+
* <p>
|
|
1294
|
+
* The training result details.
|
|
1295
|
+
* </p>
|
|
1296
|
+
*/
|
|
1297
|
+
export interface TrainingResultV2 {
|
|
1298
|
+
/**
|
|
1299
|
+
* <p>The model training data validation metrics.</p>
|
|
1300
|
+
*/
|
|
1301
|
+
dataValidationMetrics?: DataValidationMetrics;
|
|
1302
|
+
/**
|
|
1303
|
+
* <p>
|
|
1304
|
+
* The training metric details.
|
|
1305
|
+
* </p>
|
|
1306
|
+
*/
|
|
1307
|
+
trainingMetricsV2?: TrainingMetricsV2;
|
|
1308
|
+
/**
|
|
1309
|
+
* <p>The variable importance metrics details.</p>
|
|
1310
|
+
*/
|
|
1311
|
+
variableImportanceMetrics?: VariableImportanceMetrics;
|
|
1312
|
+
/**
|
|
1313
|
+
* <p>
|
|
1314
|
+
* The variable importance metrics of the aggregated variables.
|
|
1315
|
+
* </p>
|
|
1316
|
+
* <p>Account Takeover Insights (ATI) model uses event variables from the login data you
|
|
1317
|
+
* provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address.
|
|
1318
|
+
* In this case, event variables used to derive the aggregated variables are <code>IP address</code> and <code>user</code>.</p>
|
|
1319
|
+
*/
|
|
1320
|
+
aggregatedVariablesImportanceMetrics?: AggregatedVariablesImportanceMetrics;
|
|
1453
1321
|
}
|
|
1454
1322
|
/**
|
|
1455
1323
|
* <p>The details of the model version.</p>
|
|
@@ -1503,12 +1371,12 @@ export interface ModelVersionDetail {
|
|
|
1503
1371
|
* <p>The model version ARN.</p>
|
|
1504
1372
|
*/
|
|
1505
1373
|
arn?: string;
|
|
1506
|
-
}
|
|
1507
|
-
export declare namespace ModelVersionDetail {
|
|
1508
1374
|
/**
|
|
1509
|
-
*
|
|
1375
|
+
* <p>
|
|
1376
|
+
* The training result details. The details include the relative importance of the variables.
|
|
1377
|
+
* </p>
|
|
1510
1378
|
*/
|
|
1511
|
-
|
|
1379
|
+
trainingResultV2?: TrainingResultV2;
|
|
1512
1380
|
}
|
|
1513
1381
|
export interface DescribeModelVersionsResult {
|
|
1514
1382
|
/**
|
|
@@ -1520,13 +1388,7 @@ export interface DescribeModelVersionsResult {
|
|
|
1520
1388
|
*/
|
|
1521
1389
|
nextToken?: string;
|
|
1522
1390
|
}
|
|
1523
|
-
export
|
|
1524
|
-
/**
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
1527
|
-
const filterSensitiveLog: (obj: DescribeModelVersionsResult) => any;
|
|
1528
|
-
}
|
|
1529
|
-
export interface GetBatchImportJobsRequest {
|
|
1391
|
+
export interface GetBatchImportJobsRequest {
|
|
1530
1392
|
/**
|
|
1531
1393
|
* <p>The ID of the batch import job to get.</p>
|
|
1532
1394
|
*/
|
|
@@ -1540,12 +1402,6 @@ export interface GetBatchImportJobsRequest {
|
|
|
1540
1402
|
*/
|
|
1541
1403
|
nextToken?: string;
|
|
1542
1404
|
}
|
|
1543
|
-
export declare namespace GetBatchImportJobsRequest {
|
|
1544
|
-
/**
|
|
1545
|
-
* @internal
|
|
1546
|
-
*/
|
|
1547
|
-
const filterSensitiveLog: (obj: GetBatchImportJobsRequest) => any;
|
|
1548
|
-
}
|
|
1549
1405
|
/**
|
|
1550
1406
|
* <p>The batch import job details.</p>
|
|
1551
1407
|
*/
|
|
@@ -1603,12 +1459,6 @@ export interface BatchImport {
|
|
|
1603
1459
|
*/
|
|
1604
1460
|
totalRecordsCount?: number;
|
|
1605
1461
|
}
|
|
1606
|
-
export declare namespace BatchImport {
|
|
1607
|
-
/**
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
1610
|
-
const filterSensitiveLog: (obj: BatchImport) => any;
|
|
1611
|
-
}
|
|
1612
1462
|
export interface GetBatchImportJobsResult {
|
|
1613
1463
|
/**
|
|
1614
1464
|
* <p>An array containing the details of each batch import job.</p>
|
|
@@ -1619,12 +1469,6 @@ export interface GetBatchImportJobsResult {
|
|
|
1619
1469
|
*/
|
|
1620
1470
|
nextToken?: string;
|
|
1621
1471
|
}
|
|
1622
|
-
export declare namespace GetBatchImportJobsResult {
|
|
1623
|
-
/**
|
|
1624
|
-
* @internal
|
|
1625
|
-
*/
|
|
1626
|
-
const filterSensitiveLog: (obj: GetBatchImportJobsResult) => any;
|
|
1627
|
-
}
|
|
1628
1472
|
export interface GetBatchPredictionJobsRequest {
|
|
1629
1473
|
/**
|
|
1630
1474
|
* <p>The batch prediction job for which to get the details.</p>
|
|
@@ -1639,12 +1483,6 @@ export interface GetBatchPredictionJobsRequest {
|
|
|
1639
1483
|
*/
|
|
1640
1484
|
nextToken?: string;
|
|
1641
1485
|
}
|
|
1642
|
-
export declare namespace GetBatchPredictionJobsRequest {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
const filterSensitiveLog: (obj: GetBatchPredictionJobsRequest) => any;
|
|
1647
|
-
}
|
|
1648
1486
|
/**
|
|
1649
1487
|
* <p>The batch prediction details.</p>
|
|
1650
1488
|
*/
|
|
@@ -1710,12 +1548,6 @@ export interface BatchPrediction {
|
|
|
1710
1548
|
*/
|
|
1711
1549
|
totalRecordsCount?: number;
|
|
1712
1550
|
}
|
|
1713
|
-
export declare namespace BatchPrediction {
|
|
1714
|
-
/**
|
|
1715
|
-
* @internal
|
|
1716
|
-
*/
|
|
1717
|
-
const filterSensitiveLog: (obj: BatchPrediction) => any;
|
|
1718
|
-
}
|
|
1719
1551
|
export interface GetBatchPredictionJobsResult {
|
|
1720
1552
|
/**
|
|
1721
1553
|
* <p>An array containing the details of each batch prediction job.</p>
|
|
@@ -1726,24 +1558,12 @@ export interface GetBatchPredictionJobsResult {
|
|
|
1726
1558
|
*/
|
|
1727
1559
|
nextToken?: string;
|
|
1728
1560
|
}
|
|
1729
|
-
export declare namespace GetBatchPredictionJobsResult {
|
|
1730
|
-
/**
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
|
-
const filterSensitiveLog: (obj: GetBatchPredictionJobsResult) => any;
|
|
1734
|
-
}
|
|
1735
1561
|
export interface GetDeleteEventsByEventTypeStatusRequest {
|
|
1736
1562
|
/**
|
|
1737
1563
|
* <p>Name of event type for which to get the deletion status.</p>
|
|
1738
1564
|
*/
|
|
1739
1565
|
eventTypeName: string | undefined;
|
|
1740
1566
|
}
|
|
1741
|
-
export declare namespace GetDeleteEventsByEventTypeStatusRequest {
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
|
-
const filterSensitiveLog: (obj: GetDeleteEventsByEventTypeStatusRequest) => any;
|
|
1746
|
-
}
|
|
1747
1567
|
export interface GetDeleteEventsByEventTypeStatusResult {
|
|
1748
1568
|
/**
|
|
1749
1569
|
* <p>The event type name.</p>
|
|
@@ -1754,12 +1574,6 @@ export interface GetDeleteEventsByEventTypeStatusResult {
|
|
|
1754
1574
|
*/
|
|
1755
1575
|
eventsDeletionStatus?: AsyncJobStatus | string;
|
|
1756
1576
|
}
|
|
1757
|
-
export declare namespace GetDeleteEventsByEventTypeStatusResult {
|
|
1758
|
-
/**
|
|
1759
|
-
* @internal
|
|
1760
|
-
*/
|
|
1761
|
-
const filterSensitiveLog: (obj: GetDeleteEventsByEventTypeStatusResult) => any;
|
|
1762
|
-
}
|
|
1763
1577
|
export interface GetDetectorsRequest {
|
|
1764
1578
|
/**
|
|
1765
1579
|
* <p>The detector ID.</p>
|
|
@@ -1774,12 +1588,6 @@ export interface GetDetectorsRequest {
|
|
|
1774
1588
|
*/
|
|
1775
1589
|
maxResults?: number;
|
|
1776
1590
|
}
|
|
1777
|
-
export declare namespace GetDetectorsRequest {
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
|
-
const filterSensitiveLog: (obj: GetDetectorsRequest) => any;
|
|
1782
|
-
}
|
|
1783
1591
|
/**
|
|
1784
1592
|
* <p>The detector.</p>
|
|
1785
1593
|
*/
|
|
@@ -1809,12 +1617,6 @@ export interface Detector {
|
|
|
1809
1617
|
*/
|
|
1810
1618
|
arn?: string;
|
|
1811
1619
|
}
|
|
1812
|
-
export declare namespace Detector {
|
|
1813
|
-
/**
|
|
1814
|
-
* @internal
|
|
1815
|
-
*/
|
|
1816
|
-
const filterSensitiveLog: (obj: Detector) => any;
|
|
1817
|
-
}
|
|
1818
1620
|
export interface GetDetectorsResult {
|
|
1819
1621
|
/**
|
|
1820
1622
|
* <p>The detectors.</p>
|
|
@@ -1825,12 +1627,6 @@ export interface GetDetectorsResult {
|
|
|
1825
1627
|
*/
|
|
1826
1628
|
nextToken?: string;
|
|
1827
1629
|
}
|
|
1828
|
-
export declare namespace GetDetectorsResult {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
const filterSensitiveLog: (obj: GetDetectorsResult) => any;
|
|
1833
|
-
}
|
|
1834
1630
|
export interface GetDetectorVersionRequest {
|
|
1835
1631
|
/**
|
|
1836
1632
|
* <p>The detector ID.</p>
|
|
@@ -1841,12 +1637,6 @@ export interface GetDetectorVersionRequest {
|
|
|
1841
1637
|
*/
|
|
1842
1638
|
detectorVersionId: string | undefined;
|
|
1843
1639
|
}
|
|
1844
|
-
export declare namespace GetDetectorVersionRequest {
|
|
1845
|
-
/**
|
|
1846
|
-
* @internal
|
|
1847
|
-
*/
|
|
1848
|
-
const filterSensitiveLog: (obj: GetDetectorVersionRequest) => any;
|
|
1849
|
-
}
|
|
1850
1640
|
export interface GetDetectorVersionResult {
|
|
1851
1641
|
/**
|
|
1852
1642
|
* <p>The detector ID.</p>
|
|
@@ -1898,12 +1688,6 @@ export interface GetDetectorVersionResult {
|
|
|
1898
1688
|
*/
|
|
1899
1689
|
arn?: string;
|
|
1900
1690
|
}
|
|
1901
|
-
export declare namespace GetDetectorVersionResult {
|
|
1902
|
-
/**
|
|
1903
|
-
* @internal
|
|
1904
|
-
*/
|
|
1905
|
-
const filterSensitiveLog: (obj: GetDetectorVersionResult) => any;
|
|
1906
|
-
}
|
|
1907
1691
|
export interface GetEntityTypesRequest {
|
|
1908
1692
|
/**
|
|
1909
1693
|
* <p>The name.</p>
|
|
@@ -1918,12 +1702,6 @@ export interface GetEntityTypesRequest {
|
|
|
1918
1702
|
*/
|
|
1919
1703
|
maxResults?: number;
|
|
1920
1704
|
}
|
|
1921
|
-
export declare namespace GetEntityTypesRequest {
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
const filterSensitiveLog: (obj: GetEntityTypesRequest) => any;
|
|
1926
|
-
}
|
|
1927
1705
|
/**
|
|
1928
1706
|
* <p>The entity type details.</p>
|
|
1929
1707
|
*/
|
|
@@ -1949,12 +1727,6 @@ export interface EntityType {
|
|
|
1949
1727
|
*/
|
|
1950
1728
|
arn?: string;
|
|
1951
1729
|
}
|
|
1952
|
-
export declare namespace EntityType {
|
|
1953
|
-
/**
|
|
1954
|
-
* @internal
|
|
1955
|
-
*/
|
|
1956
|
-
const filterSensitiveLog: (obj: EntityType) => any;
|
|
1957
|
-
}
|
|
1958
1730
|
export interface GetEntityTypesResult {
|
|
1959
1731
|
/**
|
|
1960
1732
|
* <p>An array of entity types.</p>
|
|
@@ -1965,12 +1737,6 @@ export interface GetEntityTypesResult {
|
|
|
1965
1737
|
*/
|
|
1966
1738
|
nextToken?: string;
|
|
1967
1739
|
}
|
|
1968
|
-
export declare namespace GetEntityTypesResult {
|
|
1969
|
-
/**
|
|
1970
|
-
* @internal
|
|
1971
|
-
*/
|
|
1972
|
-
const filterSensitiveLog: (obj: GetEntityTypesResult) => any;
|
|
1973
|
-
}
|
|
1974
1740
|
export interface GetEventRequest {
|
|
1975
1741
|
/**
|
|
1976
1742
|
* <p>The ID of the event to retrieve.</p>
|
|
@@ -1981,12 +1747,6 @@ export interface GetEventRequest {
|
|
|
1981
1747
|
*/
|
|
1982
1748
|
eventTypeName: string | undefined;
|
|
1983
1749
|
}
|
|
1984
|
-
export declare namespace GetEventRequest {
|
|
1985
|
-
/**
|
|
1986
|
-
* @internal
|
|
1987
|
-
*/
|
|
1988
|
-
const filterSensitiveLog: (obj: GetEventRequest) => any;
|
|
1989
|
-
}
|
|
1990
1750
|
/**
|
|
1991
1751
|
* <p>The entity details. </p>
|
|
1992
1752
|
*/
|
|
@@ -2000,12 +1760,6 @@ export interface Entity {
|
|
|
2000
1760
|
*/
|
|
2001
1761
|
entityId: string | undefined;
|
|
2002
1762
|
}
|
|
2003
|
-
export declare namespace Entity {
|
|
2004
|
-
/**
|
|
2005
|
-
* @internal
|
|
2006
|
-
*/
|
|
2007
|
-
const filterSensitiveLog: (obj: Entity) => any;
|
|
2008
|
-
}
|
|
2009
1763
|
/**
|
|
2010
1764
|
* <p>The event details.</p>
|
|
2011
1765
|
*/
|
|
@@ -2039,24 +1793,12 @@ export interface Event {
|
|
|
2039
1793
|
*/
|
|
2040
1794
|
entities?: Entity[];
|
|
2041
1795
|
}
|
|
2042
|
-
export declare namespace Event {
|
|
2043
|
-
/**
|
|
2044
|
-
* @internal
|
|
2045
|
-
*/
|
|
2046
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
2047
|
-
}
|
|
2048
1796
|
export interface GetEventResult {
|
|
2049
1797
|
/**
|
|
2050
1798
|
* <p>The details of the event.</p>
|
|
2051
1799
|
*/
|
|
2052
1800
|
event?: Event;
|
|
2053
1801
|
}
|
|
2054
|
-
export declare namespace GetEventResult {
|
|
2055
|
-
/**
|
|
2056
|
-
* @internal
|
|
2057
|
-
*/
|
|
2058
|
-
const filterSensitiveLog: (obj: GetEventResult) => any;
|
|
2059
|
-
}
|
|
2060
1802
|
/**
|
|
2061
1803
|
* <p>A pre-formed Amazon SageMaker model input you can include if your detector version includes an imported Amazon SageMaker model endpoint with pass-through input configuration.</p>
|
|
2062
1804
|
*/
|
|
@@ -2070,12 +1812,6 @@ export interface ModelEndpointDataBlob {
|
|
|
2070
1812
|
*/
|
|
2071
1813
|
contentType?: string;
|
|
2072
1814
|
}
|
|
2073
|
-
export declare namespace ModelEndpointDataBlob {
|
|
2074
|
-
/**
|
|
2075
|
-
* @internal
|
|
2076
|
-
*/
|
|
2077
|
-
const filterSensitiveLog: (obj: ModelEndpointDataBlob) => any;
|
|
2078
|
-
}
|
|
2079
1815
|
export interface GetEventPredictionRequest {
|
|
2080
1816
|
/**
|
|
2081
1817
|
* <p>The detector ID.</p>
|
|
@@ -2128,12 +1864,6 @@ export interface GetEventPredictionRequest {
|
|
|
2128
1864
|
*/
|
|
2129
1865
|
externalModelEndpointDataBlobs?: Record<string, ModelEndpointDataBlob>;
|
|
2130
1866
|
}
|
|
2131
|
-
export declare namespace GetEventPredictionRequest {
|
|
2132
|
-
/**
|
|
2133
|
-
* @internal
|
|
2134
|
-
*/
|
|
2135
|
-
const filterSensitiveLog: (obj: GetEventPredictionRequest) => any;
|
|
2136
|
-
}
|
|
2137
1867
|
export declare enum ModelSource {
|
|
2138
1868
|
SAGEMAKER = "SAGEMAKER"
|
|
2139
1869
|
}
|
|
@@ -2150,12 +1880,6 @@ export interface ExternalModelSummary {
|
|
|
2150
1880
|
*/
|
|
2151
1881
|
modelSource?: ModelSource | string;
|
|
2152
1882
|
}
|
|
2153
|
-
export declare namespace ExternalModelSummary {
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
const filterSensitiveLog: (obj: ExternalModelSummary) => any;
|
|
2158
|
-
}
|
|
2159
1883
|
/**
|
|
2160
1884
|
* <p>The fraud prediction scores from Amazon SageMaker model.</p>
|
|
2161
1885
|
*/
|
|
@@ -2169,12 +1893,6 @@ export interface ExternalModelOutputs {
|
|
|
2169
1893
|
*/
|
|
2170
1894
|
outputs?: Record<string, string>;
|
|
2171
1895
|
}
|
|
2172
|
-
export declare namespace ExternalModelOutputs {
|
|
2173
|
-
/**
|
|
2174
|
-
* @internal
|
|
2175
|
-
*/
|
|
2176
|
-
const filterSensitiveLog: (obj: ExternalModelOutputs) => any;
|
|
2177
|
-
}
|
|
2178
1896
|
/**
|
|
2179
1897
|
* <p>The fraud prediction scores.</p>
|
|
2180
1898
|
*/
|
|
@@ -2188,12 +1906,6 @@ export interface ModelScores {
|
|
|
2188
1906
|
*/
|
|
2189
1907
|
scores?: Record<string, number>;
|
|
2190
1908
|
}
|
|
2191
|
-
export declare namespace ModelScores {
|
|
2192
|
-
/**
|
|
2193
|
-
* @internal
|
|
2194
|
-
*/
|
|
2195
|
-
const filterSensitiveLog: (obj: ModelScores) => any;
|
|
2196
|
-
}
|
|
2197
1909
|
/**
|
|
2198
1910
|
* <p>The rule results.</p>
|
|
2199
1911
|
*/
|
|
@@ -2207,12 +1919,6 @@ export interface RuleResult {
|
|
|
2207
1919
|
*/
|
|
2208
1920
|
outcomes?: string[];
|
|
2209
1921
|
}
|
|
2210
|
-
export declare namespace RuleResult {
|
|
2211
|
-
/**
|
|
2212
|
-
* @internal
|
|
2213
|
-
*/
|
|
2214
|
-
const filterSensitiveLog: (obj: RuleResult) => any;
|
|
2215
|
-
}
|
|
2216
1922
|
export interface GetEventPredictionResult {
|
|
2217
1923
|
/**
|
|
2218
1924
|
* <p>The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.</p>
|
|
@@ -2227,12 +1933,6 @@ export interface GetEventPredictionResult {
|
|
|
2227
1933
|
*/
|
|
2228
1934
|
externalModelOutputs?: ExternalModelOutputs[];
|
|
2229
1935
|
}
|
|
2230
|
-
export declare namespace GetEventPredictionResult {
|
|
2231
|
-
/**
|
|
2232
|
-
* @internal
|
|
2233
|
-
*/
|
|
2234
|
-
const filterSensitiveLog: (obj: GetEventPredictionResult) => any;
|
|
2235
|
-
}
|
|
2236
1936
|
/**
|
|
2237
1937
|
* <p>An exception indicating that the attached customer-owned (external) model threw an exception when Amazon Fraud Detector invoked the model.</p>
|
|
2238
1938
|
*/
|
|
@@ -2277,12 +1977,6 @@ export interface GetEventPredictionMetadataRequest {
|
|
|
2277
1977
|
*/
|
|
2278
1978
|
predictionTimestamp: string | undefined;
|
|
2279
1979
|
}
|
|
2280
|
-
export declare namespace GetEventPredictionMetadataRequest {
|
|
2281
|
-
/**
|
|
2282
|
-
* @internal
|
|
2283
|
-
*/
|
|
2284
|
-
const filterSensitiveLog: (obj: GetEventPredictionMetadataRequest) => any;
|
|
2285
|
-
}
|
|
2286
1980
|
/**
|
|
2287
1981
|
* <p>
|
|
2288
1982
|
* The details of the external (Amazon Sagemaker) model evaluated for generating predictions.
|
|
@@ -2314,12 +2008,6 @@ export interface EvaluatedExternalModel {
|
|
|
2314
2008
|
*/
|
|
2315
2009
|
outputVariables?: Record<string, string>;
|
|
2316
2010
|
}
|
|
2317
|
-
export declare namespace EvaluatedExternalModel {
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
const filterSensitiveLog: (obj: EvaluatedExternalModel) => any;
|
|
2322
|
-
}
|
|
2323
2011
|
/**
|
|
2324
2012
|
* <p>
|
|
2325
2013
|
* The details of the event variable's impact on the prediction score.
|
|
@@ -2353,12 +2041,6 @@ export interface VariableImpactExplanation {
|
|
|
2353
2041
|
*/
|
|
2354
2042
|
logOddsImpact?: number;
|
|
2355
2043
|
}
|
|
2356
|
-
export declare namespace VariableImpactExplanation {
|
|
2357
|
-
/**
|
|
2358
|
-
* @internal
|
|
2359
|
-
*/
|
|
2360
|
-
const filterSensitiveLog: (obj: VariableImpactExplanation) => any;
|
|
2361
|
-
}
|
|
2362
2044
|
/**
|
|
2363
2045
|
* <p>
|
|
2364
2046
|
* The prediction explanations that provide insight into how each event variable impacted the model version's fraud prediction score.
|
|
@@ -2371,12 +2053,16 @@ export interface PredictionExplanations {
|
|
|
2371
2053
|
* </p>
|
|
2372
2054
|
*/
|
|
2373
2055
|
variableImpactExplanations?: VariableImpactExplanation[];
|
|
2374
|
-
}
|
|
2375
|
-
export declare namespace PredictionExplanations {
|
|
2376
2056
|
/**
|
|
2377
|
-
*
|
|
2057
|
+
* <p>
|
|
2058
|
+
* The details of the aggregated variables impact on the prediction score.
|
|
2059
|
+
* </p>
|
|
2060
|
+
*
|
|
2061
|
+
* <p>Account Takeover Insights (ATI) model uses event variables from the login data you
|
|
2062
|
+
* provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address.
|
|
2063
|
+
* In this case, event variables used to derive the aggregated variables are <code>IP address</code> and <code>user</code>.</p>
|
|
2378
2064
|
*/
|
|
2379
|
-
|
|
2065
|
+
aggregatedVariablesImpactExplanations?: AggregatedVariablesImpactExplanation[];
|
|
2380
2066
|
}
|
|
2381
2067
|
/**
|
|
2382
2068
|
* <p>
|
|
@@ -2403,12 +2089,6 @@ export interface ModelVersionEvaluation {
|
|
|
2403
2089
|
*/
|
|
2404
2090
|
predictionExplanations?: PredictionExplanations;
|
|
2405
2091
|
}
|
|
2406
|
-
export declare namespace ModelVersionEvaluation {
|
|
2407
|
-
/**
|
|
2408
|
-
* @internal
|
|
2409
|
-
*/
|
|
2410
|
-
const filterSensitiveLog: (obj: ModelVersionEvaluation) => any;
|
|
2411
|
-
}
|
|
2412
2092
|
/**
|
|
2413
2093
|
* <p>
|
|
2414
2094
|
* The model version evaluated for generating prediction.
|
|
@@ -2440,12 +2120,6 @@ export interface EvaluatedModelVersion {
|
|
|
2440
2120
|
*/
|
|
2441
2121
|
evaluations?: ModelVersionEvaluation[];
|
|
2442
2122
|
}
|
|
2443
|
-
export declare namespace EvaluatedModelVersion {
|
|
2444
|
-
/**
|
|
2445
|
-
* @internal
|
|
2446
|
-
*/
|
|
2447
|
-
const filterSensitiveLog: (obj: EvaluatedModelVersion) => any;
|
|
2448
|
-
}
|
|
2449
2123
|
/**
|
|
2450
2124
|
* <p>
|
|
2451
2125
|
* Information about the summary of an event variable that was evaluated for generating prediction.
|
|
@@ -2471,12 +2145,6 @@ export interface EventVariableSummary {
|
|
|
2471
2145
|
*/
|
|
2472
2146
|
source?: string;
|
|
2473
2147
|
}
|
|
2474
|
-
export declare namespace EventVariableSummary {
|
|
2475
|
-
/**
|
|
2476
|
-
* @internal
|
|
2477
|
-
*/
|
|
2478
|
-
const filterSensitiveLog: (obj: EventVariableSummary) => any;
|
|
2479
|
-
}
|
|
2480
2148
|
/**
|
|
2481
2149
|
* <p>
|
|
2482
2150
|
* The details of the rule used for evaluating variable values.
|
|
@@ -2526,12 +2194,6 @@ export interface EvaluatedRule {
|
|
|
2526
2194
|
*/
|
|
2527
2195
|
matched?: boolean;
|
|
2528
2196
|
}
|
|
2529
|
-
export declare namespace EvaluatedRule {
|
|
2530
|
-
/**
|
|
2531
|
-
* @internal
|
|
2532
|
-
*/
|
|
2533
|
-
const filterSensitiveLog: (obj: EvaluatedRule) => any;
|
|
2534
|
-
}
|
|
2535
2197
|
export interface GetEventPredictionMetadataResult {
|
|
2536
2198
|
/**
|
|
2537
2199
|
* <p>
|
|
@@ -2622,12 +2284,6 @@ export interface GetEventPredictionMetadataResult {
|
|
|
2622
2284
|
*/
|
|
2623
2285
|
predictionTimestamp?: string;
|
|
2624
2286
|
}
|
|
2625
|
-
export declare namespace GetEventPredictionMetadataResult {
|
|
2626
|
-
/**
|
|
2627
|
-
* @internal
|
|
2628
|
-
*/
|
|
2629
|
-
const filterSensitiveLog: (obj: GetEventPredictionMetadataResult) => any;
|
|
2630
|
-
}
|
|
2631
2287
|
export interface GetEventTypesRequest {
|
|
2632
2288
|
/**
|
|
2633
2289
|
* <p>The name.</p>
|
|
@@ -2642,12 +2298,6 @@ export interface GetEventTypesRequest {
|
|
|
2642
2298
|
*/
|
|
2643
2299
|
maxResults?: number;
|
|
2644
2300
|
}
|
|
2645
|
-
export declare namespace GetEventTypesRequest {
|
|
2646
|
-
/**
|
|
2647
|
-
* @internal
|
|
2648
|
-
*/
|
|
2649
|
-
const filterSensitiveLog: (obj: GetEventTypesRequest) => any;
|
|
2650
|
-
}
|
|
2651
2301
|
export declare enum EventIngestion {
|
|
2652
2302
|
DISABLED = "DISABLED",
|
|
2653
2303
|
ENABLED = "ENABLED"
|
|
@@ -2678,12 +2328,6 @@ export interface IngestedEventStatistics {
|
|
|
2678
2328
|
*/
|
|
2679
2329
|
lastUpdatedTime?: string;
|
|
2680
2330
|
}
|
|
2681
|
-
export declare namespace IngestedEventStatistics {
|
|
2682
|
-
/**
|
|
2683
|
-
* @internal
|
|
2684
|
-
*/
|
|
2685
|
-
const filterSensitiveLog: (obj: IngestedEventStatistics) => any;
|
|
2686
|
-
}
|
|
2687
2331
|
/**
|
|
2688
2332
|
* <p>The event type details.</p>
|
|
2689
2333
|
*/
|
|
@@ -2729,12 +2373,6 @@ export interface EventType {
|
|
|
2729
2373
|
*/
|
|
2730
2374
|
arn?: string;
|
|
2731
2375
|
}
|
|
2732
|
-
export declare namespace EventType {
|
|
2733
|
-
/**
|
|
2734
|
-
* @internal
|
|
2735
|
-
*/
|
|
2736
|
-
const filterSensitiveLog: (obj: EventType) => any;
|
|
2737
|
-
}
|
|
2738
2376
|
export interface GetEventTypesResult {
|
|
2739
2377
|
/**
|
|
2740
2378
|
* <p>An array of event types.</p>
|
|
@@ -2745,12 +2383,6 @@ export interface GetEventTypesResult {
|
|
|
2745
2383
|
*/
|
|
2746
2384
|
nextToken?: string;
|
|
2747
2385
|
}
|
|
2748
|
-
export declare namespace GetEventTypesResult {
|
|
2749
|
-
/**
|
|
2750
|
-
* @internal
|
|
2751
|
-
*/
|
|
2752
|
-
const filterSensitiveLog: (obj: GetEventTypesResult) => any;
|
|
2753
|
-
}
|
|
2754
2386
|
export interface GetExternalModelsRequest {
|
|
2755
2387
|
/**
|
|
2756
2388
|
* <p>The Amazon SageMaker model endpoint.</p>
|
|
@@ -2765,12 +2397,6 @@ export interface GetExternalModelsRequest {
|
|
|
2765
2397
|
*/
|
|
2766
2398
|
maxResults?: number;
|
|
2767
2399
|
}
|
|
2768
|
-
export declare namespace GetExternalModelsRequest {
|
|
2769
|
-
/**
|
|
2770
|
-
* @internal
|
|
2771
|
-
*/
|
|
2772
|
-
const filterSensitiveLog: (obj: GetExternalModelsRequest) => any;
|
|
2773
|
-
}
|
|
2774
2400
|
export declare enum ModelInputDataFormat {
|
|
2775
2401
|
CSV = "TEXT_CSV",
|
|
2776
2402
|
JSON = "APPLICATION_JSON"
|
|
@@ -2805,12 +2431,6 @@ export interface ModelInputConfiguration {
|
|
|
2805
2431
|
*/
|
|
2806
2432
|
csvInputTemplate?: string;
|
|
2807
2433
|
}
|
|
2808
|
-
export declare namespace ModelInputConfiguration {
|
|
2809
|
-
/**
|
|
2810
|
-
* @internal
|
|
2811
|
-
*/
|
|
2812
|
-
const filterSensitiveLog: (obj: ModelInputConfiguration) => any;
|
|
2813
|
-
}
|
|
2814
2434
|
export declare enum ModelEndpointStatus {
|
|
2815
2435
|
ASSOCIATED = "ASSOCIATED",
|
|
2816
2436
|
DISSOCIATED = "DISSOCIATED"
|
|
@@ -2836,12 +2456,6 @@ export interface ModelOutputConfiguration {
|
|
|
2836
2456
|
*/
|
|
2837
2457
|
csvIndexToVariableMap?: Record<string, string>;
|
|
2838
2458
|
}
|
|
2839
|
-
export declare namespace ModelOutputConfiguration {
|
|
2840
|
-
/**
|
|
2841
|
-
* @internal
|
|
2842
|
-
*/
|
|
2843
|
-
const filterSensitiveLog: (obj: ModelOutputConfiguration) => any;
|
|
2844
|
-
}
|
|
2845
2459
|
/**
|
|
2846
2460
|
* <p>The Amazon SageMaker model.</p>
|
|
2847
2461
|
*/
|
|
@@ -2883,12 +2497,6 @@ export interface ExternalModel {
|
|
|
2883
2497
|
*/
|
|
2884
2498
|
arn?: string;
|
|
2885
2499
|
}
|
|
2886
|
-
export declare namespace ExternalModel {
|
|
2887
|
-
/**
|
|
2888
|
-
* @internal
|
|
2889
|
-
*/
|
|
2890
|
-
const filterSensitiveLog: (obj: ExternalModel) => any;
|
|
2891
|
-
}
|
|
2892
2500
|
export interface GetExternalModelsResult {
|
|
2893
2501
|
/**
|
|
2894
2502
|
* <p>Gets the Amazon SageMaker models.</p>
|
|
@@ -2899,12 +2507,6 @@ export interface GetExternalModelsResult {
|
|
|
2899
2507
|
*/
|
|
2900
2508
|
nextToken?: string;
|
|
2901
2509
|
}
|
|
2902
|
-
export declare namespace GetExternalModelsResult {
|
|
2903
|
-
/**
|
|
2904
|
-
* @internal
|
|
2905
|
-
*/
|
|
2906
|
-
const filterSensitiveLog: (obj: GetExternalModelsResult) => any;
|
|
2907
|
-
}
|
|
2908
2510
|
/**
|
|
2909
2511
|
* <p>The KMS key details.</p>
|
|
2910
2512
|
*/
|
|
@@ -2914,24 +2516,12 @@ export interface KMSKey {
|
|
|
2914
2516
|
*/
|
|
2915
2517
|
kmsEncryptionKeyArn?: string;
|
|
2916
2518
|
}
|
|
2917
|
-
export declare namespace KMSKey {
|
|
2918
|
-
/**
|
|
2919
|
-
* @internal
|
|
2920
|
-
*/
|
|
2921
|
-
const filterSensitiveLog: (obj: KMSKey) => any;
|
|
2922
|
-
}
|
|
2923
2519
|
export interface GetKMSEncryptionKeyResult {
|
|
2924
2520
|
/**
|
|
2925
2521
|
* <p>The KMS encryption key.</p>
|
|
2926
2522
|
*/
|
|
2927
2523
|
kmsKey?: KMSKey;
|
|
2928
2524
|
}
|
|
2929
|
-
export declare namespace GetKMSEncryptionKeyResult {
|
|
2930
|
-
/**
|
|
2931
|
-
* @internal
|
|
2932
|
-
*/
|
|
2933
|
-
const filterSensitiveLog: (obj: GetKMSEncryptionKeyResult) => any;
|
|
2934
|
-
}
|
|
2935
2525
|
export interface GetLabelsRequest {
|
|
2936
2526
|
/**
|
|
2937
2527
|
* <p>The name of the label or labels to get.</p>
|
|
@@ -2946,12 +2536,6 @@ export interface GetLabelsRequest {
|
|
|
2946
2536
|
*/
|
|
2947
2537
|
maxResults?: number;
|
|
2948
2538
|
}
|
|
2949
|
-
export declare namespace GetLabelsRequest {
|
|
2950
|
-
/**
|
|
2951
|
-
* @internal
|
|
2952
|
-
*/
|
|
2953
|
-
const filterSensitiveLog: (obj: GetLabelsRequest) => any;
|
|
2954
|
-
}
|
|
2955
2539
|
/**
|
|
2956
2540
|
* <p>The label details.</p>
|
|
2957
2541
|
*/
|
|
@@ -2977,12 +2561,6 @@ export interface Label {
|
|
|
2977
2561
|
*/
|
|
2978
2562
|
arn?: string;
|
|
2979
2563
|
}
|
|
2980
|
-
export declare namespace Label {
|
|
2981
|
-
/**
|
|
2982
|
-
* @internal
|
|
2983
|
-
*/
|
|
2984
|
-
const filterSensitiveLog: (obj: Label) => any;
|
|
2985
|
-
}
|
|
2986
2564
|
export interface GetLabelsResult {
|
|
2987
2565
|
/**
|
|
2988
2566
|
* <p>An array of labels.</p>
|
|
@@ -2993,12 +2571,6 @@ export interface GetLabelsResult {
|
|
|
2993
2571
|
*/
|
|
2994
2572
|
nextToken?: string;
|
|
2995
2573
|
}
|
|
2996
|
-
export declare namespace GetLabelsResult {
|
|
2997
|
-
/**
|
|
2998
|
-
* @internal
|
|
2999
|
-
*/
|
|
3000
|
-
const filterSensitiveLog: (obj: GetLabelsResult) => any;
|
|
3001
|
-
}
|
|
3002
2574
|
export interface GetModelsRequest {
|
|
3003
2575
|
/**
|
|
3004
2576
|
* <p>The model ID.</p>
|
|
@@ -3017,12 +2589,6 @@ export interface GetModelsRequest {
|
|
|
3017
2589
|
*/
|
|
3018
2590
|
maxResults?: number;
|
|
3019
2591
|
}
|
|
3020
|
-
export declare namespace GetModelsRequest {
|
|
3021
|
-
/**
|
|
3022
|
-
* @internal
|
|
3023
|
-
*/
|
|
3024
|
-
const filterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
3025
|
-
}
|
|
3026
2592
|
/**
|
|
3027
2593
|
* <p>The model.</p>
|
|
3028
2594
|
*/
|
|
@@ -3056,12 +2622,6 @@ export interface Model {
|
|
|
3056
2622
|
*/
|
|
3057
2623
|
arn?: string;
|
|
3058
2624
|
}
|
|
3059
|
-
export declare namespace Model {
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
const filterSensitiveLog: (obj: Model) => any;
|
|
3064
|
-
}
|
|
3065
2625
|
export interface GetModelsResult {
|
|
3066
2626
|
/**
|
|
3067
2627
|
* <p>The next page token to be used in subsequent requests.</p>
|
|
@@ -3072,12 +2632,6 @@ export interface GetModelsResult {
|
|
|
3072
2632
|
*/
|
|
3073
2633
|
models?: Model[];
|
|
3074
2634
|
}
|
|
3075
|
-
export declare namespace GetModelsResult {
|
|
3076
|
-
/**
|
|
3077
|
-
* @internal
|
|
3078
|
-
*/
|
|
3079
|
-
const filterSensitiveLog: (obj: GetModelsResult) => any;
|
|
3080
|
-
}
|
|
3081
2635
|
export interface GetModelVersionRequest {
|
|
3082
2636
|
/**
|
|
3083
2637
|
* <p>The model ID.</p>
|
|
@@ -3092,12 +2646,6 @@ export interface GetModelVersionRequest {
|
|
|
3092
2646
|
*/
|
|
3093
2647
|
modelVersionNumber: string | undefined;
|
|
3094
2648
|
}
|
|
3095
|
-
export declare namespace GetModelVersionRequest {
|
|
3096
|
-
/**
|
|
3097
|
-
* @internal
|
|
3098
|
-
*/
|
|
3099
|
-
const filterSensitiveLog: (obj: GetModelVersionRequest) => any;
|
|
3100
|
-
}
|
|
3101
2649
|
export interface GetModelVersionResult {
|
|
3102
2650
|
/**
|
|
3103
2651
|
* <p>The model ID.</p>
|
|
@@ -3187,12 +2735,6 @@ export interface GetModelVersionResult {
|
|
|
3187
2735
|
*/
|
|
3188
2736
|
arn?: string;
|
|
3189
2737
|
}
|
|
3190
|
-
export declare namespace GetModelVersionResult {
|
|
3191
|
-
/**
|
|
3192
|
-
* @internal
|
|
3193
|
-
*/
|
|
3194
|
-
const filterSensitiveLog: (obj: GetModelVersionResult) => any;
|
|
3195
|
-
}
|
|
3196
2738
|
export interface GetOutcomesRequest {
|
|
3197
2739
|
/**
|
|
3198
2740
|
* <p>The name of the outcome or outcomes to get.</p>
|
|
@@ -3207,12 +2749,6 @@ export interface GetOutcomesRequest {
|
|
|
3207
2749
|
*/
|
|
3208
2750
|
maxResults?: number;
|
|
3209
2751
|
}
|
|
3210
|
-
export declare namespace GetOutcomesRequest {
|
|
3211
|
-
/**
|
|
3212
|
-
* @internal
|
|
3213
|
-
*/
|
|
3214
|
-
const filterSensitiveLog: (obj: GetOutcomesRequest) => any;
|
|
3215
|
-
}
|
|
3216
2752
|
/**
|
|
3217
2753
|
* <p>The outcome.</p>
|
|
3218
2754
|
*/
|
|
@@ -3238,12 +2774,6 @@ export interface Outcome {
|
|
|
3238
2774
|
*/
|
|
3239
2775
|
arn?: string;
|
|
3240
2776
|
}
|
|
3241
|
-
export declare namespace Outcome {
|
|
3242
|
-
/**
|
|
3243
|
-
* @internal
|
|
3244
|
-
*/
|
|
3245
|
-
const filterSensitiveLog: (obj: Outcome) => any;
|
|
3246
|
-
}
|
|
3247
2777
|
export interface GetOutcomesResult {
|
|
3248
2778
|
/**
|
|
3249
2779
|
* <p>The outcomes. </p>
|
|
@@ -3254,12 +2784,6 @@ export interface GetOutcomesResult {
|
|
|
3254
2784
|
*/
|
|
3255
2785
|
nextToken?: string;
|
|
3256
2786
|
}
|
|
3257
|
-
export declare namespace GetOutcomesResult {
|
|
3258
|
-
/**
|
|
3259
|
-
* @internal
|
|
3260
|
-
*/
|
|
3261
|
-
const filterSensitiveLog: (obj: GetOutcomesResult) => any;
|
|
3262
|
-
}
|
|
3263
2787
|
export interface GetRulesRequest {
|
|
3264
2788
|
/**
|
|
3265
2789
|
* <p>The rule ID.</p>
|
|
@@ -3282,12 +2806,6 @@ export interface GetRulesRequest {
|
|
|
3282
2806
|
*/
|
|
3283
2807
|
maxResults?: number;
|
|
3284
2808
|
}
|
|
3285
|
-
export declare namespace GetRulesRequest {
|
|
3286
|
-
/**
|
|
3287
|
-
* @internal
|
|
3288
|
-
*/
|
|
3289
|
-
const filterSensitiveLog: (obj: GetRulesRequest) => any;
|
|
3290
|
-
}
|
|
3291
2809
|
/**
|
|
3292
2810
|
* <p>The details of the rule.</p>
|
|
3293
2811
|
*/
|
|
@@ -3333,12 +2851,6 @@ export interface RuleDetail {
|
|
|
3333
2851
|
*/
|
|
3334
2852
|
arn?: string;
|
|
3335
2853
|
}
|
|
3336
|
-
export declare namespace RuleDetail {
|
|
3337
|
-
/**
|
|
3338
|
-
* @internal
|
|
3339
|
-
*/
|
|
3340
|
-
const filterSensitiveLog: (obj: RuleDetail) => any;
|
|
3341
|
-
}
|
|
3342
2854
|
export interface GetRulesResult {
|
|
3343
2855
|
/**
|
|
3344
2856
|
* <p>The details of the requested rule.</p>
|
|
@@ -3349,12 +2861,6 @@ export interface GetRulesResult {
|
|
|
3349
2861
|
*/
|
|
3350
2862
|
nextToken?: string;
|
|
3351
2863
|
}
|
|
3352
|
-
export declare namespace GetRulesResult {
|
|
3353
|
-
/**
|
|
3354
|
-
* @internal
|
|
3355
|
-
*/
|
|
3356
|
-
const filterSensitiveLog: (obj: GetRulesResult) => any;
|
|
3357
|
-
}
|
|
3358
2864
|
export interface GetVariablesRequest {
|
|
3359
2865
|
/**
|
|
3360
2866
|
* <p>The name of the variable. </p>
|
|
@@ -3369,12 +2875,6 @@ export interface GetVariablesRequest {
|
|
|
3369
2875
|
*/
|
|
3370
2876
|
maxResults?: number;
|
|
3371
2877
|
}
|
|
3372
|
-
export declare namespace GetVariablesRequest {
|
|
3373
|
-
/**
|
|
3374
|
-
* @internal
|
|
3375
|
-
*/
|
|
3376
|
-
const filterSensitiveLog: (obj: GetVariablesRequest) => any;
|
|
3377
|
-
}
|
|
3378
2878
|
export interface GetVariablesResult {
|
|
3379
2879
|
/**
|
|
3380
2880
|
* <p>The names of the variables returned. </p>
|
|
@@ -3385,12 +2885,6 @@ export interface GetVariablesResult {
|
|
|
3385
2885
|
*/
|
|
3386
2886
|
nextToken?: string;
|
|
3387
2887
|
}
|
|
3388
|
-
export declare namespace GetVariablesResult {
|
|
3389
|
-
/**
|
|
3390
|
-
* @internal
|
|
3391
|
-
*/
|
|
3392
|
-
const filterSensitiveLog: (obj: GetVariablesResult) => any;
|
|
3393
|
-
}
|
|
3394
2888
|
/**
|
|
3395
2889
|
* <p>
|
|
3396
2890
|
* A conditional statement for filtering a list of past predictions.
|
|
@@ -3404,12 +2898,6 @@ export interface FilterCondition {
|
|
|
3404
2898
|
*/
|
|
3405
2899
|
value?: string;
|
|
3406
2900
|
}
|
|
3407
|
-
export declare namespace FilterCondition {
|
|
3408
|
-
/**
|
|
3409
|
-
* @internal
|
|
3410
|
-
*/
|
|
3411
|
-
const filterSensitiveLog: (obj: FilterCondition) => any;
|
|
3412
|
-
}
|
|
3413
2901
|
/**
|
|
3414
2902
|
* <p>
|
|
3415
2903
|
* The time period for when the predictions were generated.
|
|
@@ -3429,12 +2917,6 @@ export interface PredictionTimeRange {
|
|
|
3429
2917
|
*/
|
|
3430
2918
|
endTime: string | undefined;
|
|
3431
2919
|
}
|
|
3432
|
-
export declare namespace PredictionTimeRange {
|
|
3433
|
-
/**
|
|
3434
|
-
* @internal
|
|
3435
|
-
*/
|
|
3436
|
-
const filterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
3437
|
-
}
|
|
3438
2920
|
export interface ListEventPredictionsRequest {
|
|
3439
2921
|
/**
|
|
3440
2922
|
* <p>
|
|
@@ -3479,12 +2961,6 @@ export interface ListEventPredictionsRequest {
|
|
|
3479
2961
|
*/
|
|
3480
2962
|
maxResults?: number;
|
|
3481
2963
|
}
|
|
3482
|
-
export declare namespace ListEventPredictionsRequest {
|
|
3483
|
-
/**
|
|
3484
|
-
* @internal
|
|
3485
|
-
*/
|
|
3486
|
-
const filterSensitiveLog: (obj: ListEventPredictionsRequest) => any;
|
|
3487
|
-
}
|
|
3488
2964
|
/**
|
|
3489
2965
|
* <p>
|
|
3490
2966
|
* Information about the summary of an event prediction.
|
|
@@ -3528,12 +3004,6 @@ export interface EventPredictionSummary {
|
|
|
3528
3004
|
*/
|
|
3529
3005
|
detectorVersionId?: string;
|
|
3530
3006
|
}
|
|
3531
|
-
export declare namespace EventPredictionSummary {
|
|
3532
|
-
/**
|
|
3533
|
-
* @internal
|
|
3534
|
-
*/
|
|
3535
|
-
const filterSensitiveLog: (obj: EventPredictionSummary) => any;
|
|
3536
|
-
}
|
|
3537
3007
|
export interface ListEventPredictionsResult {
|
|
3538
3008
|
/**
|
|
3539
3009
|
* <p>
|
|
@@ -3548,12 +3018,6 @@ export interface ListEventPredictionsResult {
|
|
|
3548
3018
|
*/
|
|
3549
3019
|
nextToken?: string;
|
|
3550
3020
|
}
|
|
3551
|
-
export declare namespace ListEventPredictionsResult {
|
|
3552
|
-
/**
|
|
3553
|
-
* @internal
|
|
3554
|
-
*/
|
|
3555
|
-
const filterSensitiveLog: (obj: ListEventPredictionsResult) => any;
|
|
3556
|
-
}
|
|
3557
3021
|
export interface ListTagsForResourceRequest {
|
|
3558
3022
|
/**
|
|
3559
3023
|
* <p>The ARN that specifies the resource whose tags you want to list.</p>
|
|
@@ -3568,12 +3032,6 @@ export interface ListTagsForResourceRequest {
|
|
|
3568
3032
|
*/
|
|
3569
3033
|
maxResults?: number;
|
|
3570
3034
|
}
|
|
3571
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3572
|
-
/**
|
|
3573
|
-
* @internal
|
|
3574
|
-
*/
|
|
3575
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3576
|
-
}
|
|
3577
3035
|
export interface ListTagsForResourceResult {
|
|
3578
3036
|
/**
|
|
3579
3037
|
* <p>A collection of key and value pairs.</p>
|
|
@@ -3584,12 +3042,6 @@ export interface ListTagsForResourceResult {
|
|
|
3584
3042
|
*/
|
|
3585
3043
|
nextToken?: string;
|
|
3586
3044
|
}
|
|
3587
|
-
export declare namespace ListTagsForResourceResult {
|
|
3588
|
-
/**
|
|
3589
|
-
* @internal
|
|
3590
|
-
*/
|
|
3591
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResult) => any;
|
|
3592
|
-
}
|
|
3593
3045
|
export interface PutDetectorRequest {
|
|
3594
3046
|
/**
|
|
3595
3047
|
* <p>The detector ID. </p>
|
|
@@ -3608,20 +3060,8 @@ export interface PutDetectorRequest {
|
|
|
3608
3060
|
*/
|
|
3609
3061
|
tags?: Tag[];
|
|
3610
3062
|
}
|
|
3611
|
-
export declare namespace PutDetectorRequest {
|
|
3612
|
-
/**
|
|
3613
|
-
* @internal
|
|
3614
|
-
*/
|
|
3615
|
-
const filterSensitiveLog: (obj: PutDetectorRequest) => any;
|
|
3616
|
-
}
|
|
3617
3063
|
export interface PutDetectorResult {
|
|
3618
3064
|
}
|
|
3619
|
-
export declare namespace PutDetectorResult {
|
|
3620
|
-
/**
|
|
3621
|
-
* @internal
|
|
3622
|
-
*/
|
|
3623
|
-
const filterSensitiveLog: (obj: PutDetectorResult) => any;
|
|
3624
|
-
}
|
|
3625
3065
|
export interface PutEntityTypeRequest {
|
|
3626
3066
|
/**
|
|
3627
3067
|
* <p>The name of the entity type.</p>
|
|
@@ -3636,20 +3076,8 @@ export interface PutEntityTypeRequest {
|
|
|
3636
3076
|
*/
|
|
3637
3077
|
tags?: Tag[];
|
|
3638
3078
|
}
|
|
3639
|
-
export declare namespace PutEntityTypeRequest {
|
|
3640
|
-
/**
|
|
3641
|
-
* @internal
|
|
3642
|
-
*/
|
|
3643
|
-
const filterSensitiveLog: (obj: PutEntityTypeRequest) => any;
|
|
3644
|
-
}
|
|
3645
3079
|
export interface PutEntityTypeResult {
|
|
3646
3080
|
}
|
|
3647
|
-
export declare namespace PutEntityTypeResult {
|
|
3648
|
-
/**
|
|
3649
|
-
* @internal
|
|
3650
|
-
*/
|
|
3651
|
-
const filterSensitiveLog: (obj: PutEntityTypeResult) => any;
|
|
3652
|
-
}
|
|
3653
3081
|
export interface PutEventTypeRequest {
|
|
3654
3082
|
/**
|
|
3655
3083
|
* <p>The name.</p>
|
|
@@ -3680,20 +3108,8 @@ export interface PutEventTypeRequest {
|
|
|
3680
3108
|
*/
|
|
3681
3109
|
tags?: Tag[];
|
|
3682
3110
|
}
|
|
3683
|
-
export declare namespace PutEventTypeRequest {
|
|
3684
|
-
/**
|
|
3685
|
-
* @internal
|
|
3686
|
-
*/
|
|
3687
|
-
const filterSensitiveLog: (obj: PutEventTypeRequest) => any;
|
|
3688
|
-
}
|
|
3689
3111
|
export interface PutEventTypeResult {
|
|
3690
3112
|
}
|
|
3691
|
-
export declare namespace PutEventTypeResult {
|
|
3692
|
-
/**
|
|
3693
|
-
* @internal
|
|
3694
|
-
*/
|
|
3695
|
-
const filterSensitiveLog: (obj: PutEventTypeResult) => any;
|
|
3696
|
-
}
|
|
3697
3113
|
export interface PutExternalModelRequest {
|
|
3698
3114
|
/**
|
|
3699
3115
|
* <p>The model endpoints name.</p>
|
|
@@ -3724,40 +3140,16 @@ export interface PutExternalModelRequest {
|
|
|
3724
3140
|
*/
|
|
3725
3141
|
tags?: Tag[];
|
|
3726
3142
|
}
|
|
3727
|
-
export declare namespace PutExternalModelRequest {
|
|
3728
|
-
/**
|
|
3729
|
-
* @internal
|
|
3730
|
-
*/
|
|
3731
|
-
const filterSensitiveLog: (obj: PutExternalModelRequest) => any;
|
|
3732
|
-
}
|
|
3733
3143
|
export interface PutExternalModelResult {
|
|
3734
3144
|
}
|
|
3735
|
-
export declare namespace PutExternalModelResult {
|
|
3736
|
-
/**
|
|
3737
|
-
* @internal
|
|
3738
|
-
*/
|
|
3739
|
-
const filterSensitiveLog: (obj: PutExternalModelResult) => any;
|
|
3740
|
-
}
|
|
3741
3145
|
export interface PutKMSEncryptionKeyRequest {
|
|
3742
3146
|
/**
|
|
3743
3147
|
* <p>The KMS encryption key ARN.</p>
|
|
3744
3148
|
*/
|
|
3745
3149
|
kmsEncryptionKeyArn: string | undefined;
|
|
3746
3150
|
}
|
|
3747
|
-
export declare namespace PutKMSEncryptionKeyRequest {
|
|
3748
|
-
/**
|
|
3749
|
-
* @internal
|
|
3750
|
-
*/
|
|
3751
|
-
const filterSensitiveLog: (obj: PutKMSEncryptionKeyRequest) => any;
|
|
3752
|
-
}
|
|
3753
3151
|
export interface PutKMSEncryptionKeyResult {
|
|
3754
3152
|
}
|
|
3755
|
-
export declare namespace PutKMSEncryptionKeyResult {
|
|
3756
|
-
/**
|
|
3757
|
-
* @internal
|
|
3758
|
-
*/
|
|
3759
|
-
const filterSensitiveLog: (obj: PutKMSEncryptionKeyResult) => any;
|
|
3760
|
-
}
|
|
3761
3153
|
export interface PutLabelRequest {
|
|
3762
3154
|
/**
|
|
3763
3155
|
* <p>The label name.</p>
|
|
@@ -3772,20 +3164,8 @@ export interface PutLabelRequest {
|
|
|
3772
3164
|
*/
|
|
3773
3165
|
tags?: Tag[];
|
|
3774
3166
|
}
|
|
3775
|
-
export declare namespace PutLabelRequest {
|
|
3776
|
-
/**
|
|
3777
|
-
* @internal
|
|
3778
|
-
*/
|
|
3779
|
-
const filterSensitiveLog: (obj: PutLabelRequest) => any;
|
|
3780
|
-
}
|
|
3781
3167
|
export interface PutLabelResult {
|
|
3782
3168
|
}
|
|
3783
|
-
export declare namespace PutLabelResult {
|
|
3784
|
-
/**
|
|
3785
|
-
* @internal
|
|
3786
|
-
*/
|
|
3787
|
-
const filterSensitiveLog: (obj: PutLabelResult) => any;
|
|
3788
|
-
}
|
|
3789
3169
|
export interface PutOutcomeRequest {
|
|
3790
3170
|
/**
|
|
3791
3171
|
* <p>The name of the outcome.</p>
|
|
@@ -3800,20 +3180,8 @@ export interface PutOutcomeRequest {
|
|
|
3800
3180
|
*/
|
|
3801
3181
|
tags?: Tag[];
|
|
3802
3182
|
}
|
|
3803
|
-
export declare namespace PutOutcomeRequest {
|
|
3804
|
-
/**
|
|
3805
|
-
* @internal
|
|
3806
|
-
*/
|
|
3807
|
-
const filterSensitiveLog: (obj: PutOutcomeRequest) => any;
|
|
3808
|
-
}
|
|
3809
3183
|
export interface PutOutcomeResult {
|
|
3810
3184
|
}
|
|
3811
|
-
export declare namespace PutOutcomeResult {
|
|
3812
|
-
/**
|
|
3813
|
-
* @internal
|
|
3814
|
-
*/
|
|
3815
|
-
const filterSensitiveLog: (obj: PutOutcomeResult) => any;
|
|
3816
|
-
}
|
|
3817
3185
|
export interface SendEventRequest {
|
|
3818
3186
|
/**
|
|
3819
3187
|
* <p>The event ID to upload.</p>
|
|
@@ -3844,20 +3212,8 @@ export interface SendEventRequest {
|
|
|
3844
3212
|
*/
|
|
3845
3213
|
entities: Entity[] | undefined;
|
|
3846
3214
|
}
|
|
3847
|
-
export declare namespace SendEventRequest {
|
|
3848
|
-
/**
|
|
3849
|
-
* @internal
|
|
3850
|
-
*/
|
|
3851
|
-
const filterSensitiveLog: (obj: SendEventRequest) => any;
|
|
3852
|
-
}
|
|
3853
3215
|
export interface SendEventResult {
|
|
3854
3216
|
}
|
|
3855
|
-
export declare namespace SendEventResult {
|
|
3856
|
-
/**
|
|
3857
|
-
* @internal
|
|
3858
|
-
*/
|
|
3859
|
-
const filterSensitiveLog: (obj: SendEventResult) => any;
|
|
3860
|
-
}
|
|
3861
3217
|
export interface TagResourceRequest {
|
|
3862
3218
|
/**
|
|
3863
3219
|
* <p>The resource ARN.</p>
|
|
@@ -3868,20 +3224,8 @@ export interface TagResourceRequest {
|
|
|
3868
3224
|
*/
|
|
3869
3225
|
tags: Tag[] | undefined;
|
|
3870
3226
|
}
|
|
3871
|
-
export declare namespace TagResourceRequest {
|
|
3872
|
-
/**
|
|
3873
|
-
* @internal
|
|
3874
|
-
*/
|
|
3875
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3876
|
-
}
|
|
3877
3227
|
export interface TagResourceResult {
|
|
3878
3228
|
}
|
|
3879
|
-
export declare namespace TagResourceResult {
|
|
3880
|
-
/**
|
|
3881
|
-
* @internal
|
|
3882
|
-
*/
|
|
3883
|
-
const filterSensitiveLog: (obj: TagResourceResult) => any;
|
|
3884
|
-
}
|
|
3885
3229
|
export interface UntagResourceRequest {
|
|
3886
3230
|
/**
|
|
3887
3231
|
* <p>The ARN of the resource from which to remove the tag.</p>
|
|
@@ -3892,20 +3236,8 @@ export interface UntagResourceRequest {
|
|
|
3892
3236
|
*/
|
|
3893
3237
|
tagKeys: string[] | undefined;
|
|
3894
3238
|
}
|
|
3895
|
-
export declare namespace UntagResourceRequest {
|
|
3896
|
-
/**
|
|
3897
|
-
* @internal
|
|
3898
|
-
*/
|
|
3899
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3900
|
-
}
|
|
3901
3239
|
export interface UntagResourceResult {
|
|
3902
3240
|
}
|
|
3903
|
-
export declare namespace UntagResourceResult {
|
|
3904
|
-
/**
|
|
3905
|
-
* @internal
|
|
3906
|
-
*/
|
|
3907
|
-
const filterSensitiveLog: (obj: UntagResourceResult) => any;
|
|
3908
|
-
}
|
|
3909
3241
|
export interface UpdateDetectorVersionRequest {
|
|
3910
3242
|
/**
|
|
3911
3243
|
* <p>The parent detector ID for the detector version you want to update.</p>
|
|
@@ -3939,20 +3271,8 @@ export interface UpdateDetectorVersionRequest {
|
|
|
3939
3271
|
*/
|
|
3940
3272
|
ruleExecutionMode?: RuleExecutionMode | string;
|
|
3941
3273
|
}
|
|
3942
|
-
export declare namespace UpdateDetectorVersionRequest {
|
|
3943
|
-
/**
|
|
3944
|
-
* @internal
|
|
3945
|
-
*/
|
|
3946
|
-
const filterSensitiveLog: (obj: UpdateDetectorVersionRequest) => any;
|
|
3947
|
-
}
|
|
3948
3274
|
export interface UpdateDetectorVersionResult {
|
|
3949
3275
|
}
|
|
3950
|
-
export declare namespace UpdateDetectorVersionResult {
|
|
3951
|
-
/**
|
|
3952
|
-
* @internal
|
|
3953
|
-
*/
|
|
3954
|
-
const filterSensitiveLog: (obj: UpdateDetectorVersionResult) => any;
|
|
3955
|
-
}
|
|
3956
3276
|
export interface UpdateDetectorVersionMetadataRequest {
|
|
3957
3277
|
/**
|
|
3958
3278
|
* <p>The detector ID.</p>
|
|
@@ -3967,20 +3287,8 @@ export interface UpdateDetectorVersionMetadataRequest {
|
|
|
3967
3287
|
*/
|
|
3968
3288
|
description: string | undefined;
|
|
3969
3289
|
}
|
|
3970
|
-
export declare namespace UpdateDetectorVersionMetadataRequest {
|
|
3971
|
-
/**
|
|
3972
|
-
* @internal
|
|
3973
|
-
*/
|
|
3974
|
-
const filterSensitiveLog: (obj: UpdateDetectorVersionMetadataRequest) => any;
|
|
3975
|
-
}
|
|
3976
3290
|
export interface UpdateDetectorVersionMetadataResult {
|
|
3977
3291
|
}
|
|
3978
|
-
export declare namespace UpdateDetectorVersionMetadataResult {
|
|
3979
|
-
/**
|
|
3980
|
-
* @internal
|
|
3981
|
-
*/
|
|
3982
|
-
const filterSensitiveLog: (obj: UpdateDetectorVersionMetadataResult) => any;
|
|
3983
|
-
}
|
|
3984
3292
|
export interface UpdateDetectorVersionStatusRequest {
|
|
3985
3293
|
/**
|
|
3986
3294
|
* <p>The detector ID. </p>
|
|
@@ -3995,20 +3303,8 @@ export interface UpdateDetectorVersionStatusRequest {
|
|
|
3995
3303
|
*/
|
|
3996
3304
|
status: DetectorVersionStatus | string | undefined;
|
|
3997
3305
|
}
|
|
3998
|
-
export declare namespace UpdateDetectorVersionStatusRequest {
|
|
3999
|
-
/**
|
|
4000
|
-
* @internal
|
|
4001
|
-
*/
|
|
4002
|
-
const filterSensitiveLog: (obj: UpdateDetectorVersionStatusRequest) => any;
|
|
4003
|
-
}
|
|
4004
3306
|
export interface UpdateDetectorVersionStatusResult {
|
|
4005
3307
|
}
|
|
4006
|
-
export declare namespace UpdateDetectorVersionStatusResult {
|
|
4007
|
-
/**
|
|
4008
|
-
* @internal
|
|
4009
|
-
*/
|
|
4010
|
-
const filterSensitiveLog: (obj: UpdateDetectorVersionStatusResult) => any;
|
|
4011
|
-
}
|
|
4012
3308
|
export interface UpdateEventLabelRequest {
|
|
4013
3309
|
/**
|
|
4014
3310
|
* <p>The ID of the event associated with the label to update.</p>
|
|
@@ -4027,20 +3323,8 @@ export interface UpdateEventLabelRequest {
|
|
|
4027
3323
|
*/
|
|
4028
3324
|
labelTimestamp: string | undefined;
|
|
4029
3325
|
}
|
|
4030
|
-
export declare namespace UpdateEventLabelRequest {
|
|
4031
|
-
/**
|
|
4032
|
-
* @internal
|
|
4033
|
-
*/
|
|
4034
|
-
const filterSensitiveLog: (obj: UpdateEventLabelRequest) => any;
|
|
4035
|
-
}
|
|
4036
3326
|
export interface UpdateEventLabelResult {
|
|
4037
3327
|
}
|
|
4038
|
-
export declare namespace UpdateEventLabelResult {
|
|
4039
|
-
/**
|
|
4040
|
-
* @internal
|
|
4041
|
-
*/
|
|
4042
|
-
const filterSensitiveLog: (obj: UpdateEventLabelResult) => any;
|
|
4043
|
-
}
|
|
4044
3328
|
export interface UpdateModelRequest {
|
|
4045
3329
|
/**
|
|
4046
3330
|
* <p>The model ID.</p>
|
|
@@ -4055,20 +3339,8 @@ export interface UpdateModelRequest {
|
|
|
4055
3339
|
*/
|
|
4056
3340
|
description?: string;
|
|
4057
3341
|
}
|
|
4058
|
-
export declare namespace UpdateModelRequest {
|
|
4059
|
-
/**
|
|
4060
|
-
* @internal
|
|
4061
|
-
*/
|
|
4062
|
-
const filterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
4063
|
-
}
|
|
4064
3342
|
export interface UpdateModelResult {
|
|
4065
3343
|
}
|
|
4066
|
-
export declare namespace UpdateModelResult {
|
|
4067
|
-
/**
|
|
4068
|
-
* @internal
|
|
4069
|
-
*/
|
|
4070
|
-
const filterSensitiveLog: (obj: UpdateModelResult) => any;
|
|
4071
|
-
}
|
|
4072
3344
|
export interface UpdateModelVersionRequest {
|
|
4073
3345
|
/**
|
|
4074
3346
|
* <p>The model ID.</p>
|
|
@@ -4095,12 +3367,6 @@ export interface UpdateModelVersionRequest {
|
|
|
4095
3367
|
*/
|
|
4096
3368
|
tags?: Tag[];
|
|
4097
3369
|
}
|
|
4098
|
-
export declare namespace UpdateModelVersionRequest {
|
|
4099
|
-
/**
|
|
4100
|
-
* @internal
|
|
4101
|
-
*/
|
|
4102
|
-
const filterSensitiveLog: (obj: UpdateModelVersionRequest) => any;
|
|
4103
|
-
}
|
|
4104
3370
|
export interface UpdateModelVersionResult {
|
|
4105
3371
|
/**
|
|
4106
3372
|
* <p>The model ID.</p>
|
|
@@ -4119,12 +3385,6 @@ export interface UpdateModelVersionResult {
|
|
|
4119
3385
|
*/
|
|
4120
3386
|
status?: string;
|
|
4121
3387
|
}
|
|
4122
|
-
export declare namespace UpdateModelVersionResult {
|
|
4123
|
-
/**
|
|
4124
|
-
* @internal
|
|
4125
|
-
*/
|
|
4126
|
-
const filterSensitiveLog: (obj: UpdateModelVersionResult) => any;
|
|
4127
|
-
}
|
|
4128
3388
|
export declare enum ModelVersionStatus {
|
|
4129
3389
|
ACTIVE = "ACTIVE",
|
|
4130
3390
|
INACTIVE = "INACTIVE",
|
|
@@ -4148,20 +3408,8 @@ export interface UpdateModelVersionStatusRequest {
|
|
|
4148
3408
|
*/
|
|
4149
3409
|
status: ModelVersionStatus | string | undefined;
|
|
4150
3410
|
}
|
|
4151
|
-
export declare namespace UpdateModelVersionStatusRequest {
|
|
4152
|
-
/**
|
|
4153
|
-
* @internal
|
|
4154
|
-
*/
|
|
4155
|
-
const filterSensitiveLog: (obj: UpdateModelVersionStatusRequest) => any;
|
|
4156
|
-
}
|
|
4157
3411
|
export interface UpdateModelVersionStatusResult {
|
|
4158
3412
|
}
|
|
4159
|
-
export declare namespace UpdateModelVersionStatusResult {
|
|
4160
|
-
/**
|
|
4161
|
-
* @internal
|
|
4162
|
-
*/
|
|
4163
|
-
const filterSensitiveLog: (obj: UpdateModelVersionStatusResult) => any;
|
|
4164
|
-
}
|
|
4165
3413
|
export interface UpdateRuleMetadataRequest {
|
|
4166
3414
|
/**
|
|
4167
3415
|
* <p>The rule to update.</p>
|
|
@@ -4172,20 +3420,8 @@ export interface UpdateRuleMetadataRequest {
|
|
|
4172
3420
|
*/
|
|
4173
3421
|
description: string | undefined;
|
|
4174
3422
|
}
|
|
4175
|
-
export declare namespace UpdateRuleMetadataRequest {
|
|
4176
|
-
/**
|
|
4177
|
-
* @internal
|
|
4178
|
-
*/
|
|
4179
|
-
const filterSensitiveLog: (obj: UpdateRuleMetadataRequest) => any;
|
|
4180
|
-
}
|
|
4181
3423
|
export interface UpdateRuleMetadataResult {
|
|
4182
3424
|
}
|
|
4183
|
-
export declare namespace UpdateRuleMetadataResult {
|
|
4184
|
-
/**
|
|
4185
|
-
* @internal
|
|
4186
|
-
*/
|
|
4187
|
-
const filterSensitiveLog: (obj: UpdateRuleMetadataResult) => any;
|
|
4188
|
-
}
|
|
4189
3425
|
export interface UpdateRuleVersionRequest {
|
|
4190
3426
|
/**
|
|
4191
3427
|
* <p>The rule to update.</p>
|
|
@@ -4212,24 +3448,12 @@ export interface UpdateRuleVersionRequest {
|
|
|
4212
3448
|
*/
|
|
4213
3449
|
tags?: Tag[];
|
|
4214
3450
|
}
|
|
4215
|
-
export declare namespace UpdateRuleVersionRequest {
|
|
4216
|
-
/**
|
|
4217
|
-
* @internal
|
|
4218
|
-
*/
|
|
4219
|
-
const filterSensitiveLog: (obj: UpdateRuleVersionRequest) => any;
|
|
4220
|
-
}
|
|
4221
3451
|
export interface UpdateRuleVersionResult {
|
|
4222
3452
|
/**
|
|
4223
3453
|
* <p>The new rule version that was created.</p>
|
|
4224
3454
|
*/
|
|
4225
3455
|
rule?: Rule;
|
|
4226
3456
|
}
|
|
4227
|
-
export declare namespace UpdateRuleVersionResult {
|
|
4228
|
-
/**
|
|
4229
|
-
* @internal
|
|
4230
|
-
*/
|
|
4231
|
-
const filterSensitiveLog: (obj: UpdateRuleVersionResult) => any;
|
|
4232
|
-
}
|
|
4233
3457
|
export interface UpdateVariableRequest {
|
|
4234
3458
|
/**
|
|
4235
3459
|
* <p>The name of the variable.</p>
|
|
@@ -4248,17 +3472,813 @@ export interface UpdateVariableRequest {
|
|
|
4248
3472
|
*/
|
|
4249
3473
|
variableType?: string;
|
|
4250
3474
|
}
|
|
4251
|
-
export declare namespace UpdateVariableRequest {
|
|
4252
|
-
/**
|
|
4253
|
-
* @internal
|
|
4254
|
-
*/
|
|
4255
|
-
const filterSensitiveLog: (obj: UpdateVariableRequest) => any;
|
|
4256
|
-
}
|
|
4257
3475
|
export interface UpdateVariableResult {
|
|
4258
3476
|
}
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
3477
|
+
/**
|
|
3478
|
+
* @internal
|
|
3479
|
+
*/
|
|
3480
|
+
export declare const AggregatedLogOddsMetricFilterSensitiveLog: (obj: AggregatedLogOddsMetric) => any;
|
|
3481
|
+
/**
|
|
3482
|
+
* @internal
|
|
3483
|
+
*/
|
|
3484
|
+
export declare const AggregatedVariablesImpactExplanationFilterSensitiveLog: (obj: AggregatedVariablesImpactExplanation) => any;
|
|
3485
|
+
/**
|
|
3486
|
+
* @internal
|
|
3487
|
+
*/
|
|
3488
|
+
export declare const AggregatedVariablesImportanceMetricsFilterSensitiveLog: (obj: AggregatedVariablesImportanceMetrics) => any;
|
|
3489
|
+
/**
|
|
3490
|
+
* @internal
|
|
3491
|
+
*/
|
|
3492
|
+
export declare const ATIMetricDataPointFilterSensitiveLog: (obj: ATIMetricDataPoint) => any;
|
|
3493
|
+
/**
|
|
3494
|
+
* @internal
|
|
3495
|
+
*/
|
|
3496
|
+
export declare const ATIModelPerformanceFilterSensitiveLog: (obj: ATIModelPerformance) => any;
|
|
3497
|
+
/**
|
|
3498
|
+
* @internal
|
|
3499
|
+
*/
|
|
3500
|
+
export declare const ATITrainingMetricsValueFilterSensitiveLog: (obj: ATITrainingMetricsValue) => any;
|
|
3501
|
+
/**
|
|
3502
|
+
* @internal
|
|
3503
|
+
*/
|
|
3504
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3505
|
+
/**
|
|
3506
|
+
* @internal
|
|
3507
|
+
*/
|
|
3508
|
+
export declare const VariableEntryFilterSensitiveLog: (obj: VariableEntry) => any;
|
|
3509
|
+
/**
|
|
3510
|
+
* @internal
|
|
3511
|
+
*/
|
|
3512
|
+
export declare const BatchCreateVariableRequestFilterSensitiveLog: (obj: BatchCreateVariableRequest) => any;
|
|
3513
|
+
/**
|
|
3514
|
+
* @internal
|
|
3515
|
+
*/
|
|
3516
|
+
export declare const BatchCreateVariableErrorFilterSensitiveLog: (obj: BatchCreateVariableError) => any;
|
|
3517
|
+
/**
|
|
3518
|
+
* @internal
|
|
3519
|
+
*/
|
|
3520
|
+
export declare const BatchCreateVariableResultFilterSensitiveLog: (obj: BatchCreateVariableResult) => any;
|
|
3521
|
+
/**
|
|
3522
|
+
* @internal
|
|
3523
|
+
*/
|
|
3524
|
+
export declare const BatchGetVariableRequestFilterSensitiveLog: (obj: BatchGetVariableRequest) => any;
|
|
3525
|
+
/**
|
|
3526
|
+
* @internal
|
|
3527
|
+
*/
|
|
3528
|
+
export declare const BatchGetVariableErrorFilterSensitiveLog: (obj: BatchGetVariableError) => any;
|
|
3529
|
+
/**
|
|
3530
|
+
* @internal
|
|
3531
|
+
*/
|
|
3532
|
+
export declare const VariableFilterSensitiveLog: (obj: Variable) => any;
|
|
3533
|
+
/**
|
|
3534
|
+
* @internal
|
|
3535
|
+
*/
|
|
3536
|
+
export declare const BatchGetVariableResultFilterSensitiveLog: (obj: BatchGetVariableResult) => any;
|
|
3537
|
+
/**
|
|
3538
|
+
* @internal
|
|
3539
|
+
*/
|
|
3540
|
+
export declare const CancelBatchImportJobRequestFilterSensitiveLog: (obj: CancelBatchImportJobRequest) => any;
|
|
3541
|
+
/**
|
|
3542
|
+
* @internal
|
|
3543
|
+
*/
|
|
3544
|
+
export declare const CancelBatchImportJobResultFilterSensitiveLog: (obj: CancelBatchImportJobResult) => any;
|
|
3545
|
+
/**
|
|
3546
|
+
* @internal
|
|
3547
|
+
*/
|
|
3548
|
+
export declare const CancelBatchPredictionJobRequestFilterSensitiveLog: (obj: CancelBatchPredictionJobRequest) => any;
|
|
3549
|
+
/**
|
|
3550
|
+
* @internal
|
|
3551
|
+
*/
|
|
3552
|
+
export declare const CancelBatchPredictionJobResultFilterSensitiveLog: (obj: CancelBatchPredictionJobResult) => any;
|
|
3553
|
+
/**
|
|
3554
|
+
* @internal
|
|
3555
|
+
*/
|
|
3556
|
+
export declare const CreateBatchImportJobRequestFilterSensitiveLog: (obj: CreateBatchImportJobRequest) => any;
|
|
3557
|
+
/**
|
|
3558
|
+
* @internal
|
|
3559
|
+
*/
|
|
3560
|
+
export declare const CreateBatchImportJobResultFilterSensitiveLog: (obj: CreateBatchImportJobResult) => any;
|
|
3561
|
+
/**
|
|
3562
|
+
* @internal
|
|
3563
|
+
*/
|
|
3564
|
+
export declare const CreateBatchPredictionJobRequestFilterSensitiveLog: (obj: CreateBatchPredictionJobRequest) => any;
|
|
3565
|
+
/**
|
|
3566
|
+
* @internal
|
|
3567
|
+
*/
|
|
3568
|
+
export declare const CreateBatchPredictionJobResultFilterSensitiveLog: (obj: CreateBatchPredictionJobResult) => any;
|
|
3569
|
+
/**
|
|
3570
|
+
* @internal
|
|
3571
|
+
*/
|
|
3572
|
+
export declare const ModelVersionFilterSensitiveLog: (obj: ModelVersion) => any;
|
|
3573
|
+
/**
|
|
3574
|
+
* @internal
|
|
3575
|
+
*/
|
|
3576
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
3577
|
+
/**
|
|
3578
|
+
* @internal
|
|
3579
|
+
*/
|
|
3580
|
+
export declare const CreateDetectorVersionRequestFilterSensitiveLog: (obj: CreateDetectorVersionRequest) => any;
|
|
3581
|
+
/**
|
|
3582
|
+
* @internal
|
|
3583
|
+
*/
|
|
3584
|
+
export declare const CreateDetectorVersionResultFilterSensitiveLog: (obj: CreateDetectorVersionResult) => any;
|
|
3585
|
+
/**
|
|
3586
|
+
* @internal
|
|
3587
|
+
*/
|
|
3588
|
+
export declare const CreateModelRequestFilterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
3589
|
+
/**
|
|
3590
|
+
* @internal
|
|
3591
|
+
*/
|
|
3592
|
+
export declare const CreateModelResultFilterSensitiveLog: (obj: CreateModelResult) => any;
|
|
3593
|
+
/**
|
|
3594
|
+
* @internal
|
|
3595
|
+
*/
|
|
3596
|
+
export declare const ExternalEventsDetailFilterSensitiveLog: (obj: ExternalEventsDetail) => any;
|
|
3597
|
+
/**
|
|
3598
|
+
* @internal
|
|
3599
|
+
*/
|
|
3600
|
+
export declare const IngestedEventsTimeWindowFilterSensitiveLog: (obj: IngestedEventsTimeWindow) => any;
|
|
3601
|
+
/**
|
|
3602
|
+
* @internal
|
|
3603
|
+
*/
|
|
3604
|
+
export declare const IngestedEventsDetailFilterSensitiveLog: (obj: IngestedEventsDetail) => any;
|
|
3605
|
+
/**
|
|
3606
|
+
* @internal
|
|
3607
|
+
*/
|
|
3608
|
+
export declare const LabelSchemaFilterSensitiveLog: (obj: LabelSchema) => any;
|
|
3609
|
+
/**
|
|
3610
|
+
* @internal
|
|
3611
|
+
*/
|
|
3612
|
+
export declare const TrainingDataSchemaFilterSensitiveLog: (obj: TrainingDataSchema) => any;
|
|
3613
|
+
/**
|
|
3614
|
+
* @internal
|
|
3615
|
+
*/
|
|
3616
|
+
export declare const CreateModelVersionRequestFilterSensitiveLog: (obj: CreateModelVersionRequest) => any;
|
|
3617
|
+
/**
|
|
3618
|
+
* @internal
|
|
3619
|
+
*/
|
|
3620
|
+
export declare const CreateModelVersionResultFilterSensitiveLog: (obj: CreateModelVersionResult) => any;
|
|
3621
|
+
/**
|
|
3622
|
+
* @internal
|
|
3623
|
+
*/
|
|
3624
|
+
export declare const CreateRuleRequestFilterSensitiveLog: (obj: CreateRuleRequest) => any;
|
|
3625
|
+
/**
|
|
3626
|
+
* @internal
|
|
3627
|
+
*/
|
|
3628
|
+
export declare const CreateRuleResultFilterSensitiveLog: (obj: CreateRuleResult) => any;
|
|
3629
|
+
/**
|
|
3630
|
+
* @internal
|
|
3631
|
+
*/
|
|
3632
|
+
export declare const CreateVariableRequestFilterSensitiveLog: (obj: CreateVariableRequest) => any;
|
|
3633
|
+
/**
|
|
3634
|
+
* @internal
|
|
3635
|
+
*/
|
|
3636
|
+
export declare const CreateVariableResultFilterSensitiveLog: (obj: CreateVariableResult) => any;
|
|
3637
|
+
/**
|
|
3638
|
+
* @internal
|
|
3639
|
+
*/
|
|
3640
|
+
export declare const DeleteBatchImportJobRequestFilterSensitiveLog: (obj: DeleteBatchImportJobRequest) => any;
|
|
3641
|
+
/**
|
|
3642
|
+
* @internal
|
|
3643
|
+
*/
|
|
3644
|
+
export declare const DeleteBatchImportJobResultFilterSensitiveLog: (obj: DeleteBatchImportJobResult) => any;
|
|
3645
|
+
/**
|
|
3646
|
+
* @internal
|
|
3647
|
+
*/
|
|
3648
|
+
export declare const DeleteBatchPredictionJobRequestFilterSensitiveLog: (obj: DeleteBatchPredictionJobRequest) => any;
|
|
3649
|
+
/**
|
|
3650
|
+
* @internal
|
|
3651
|
+
*/
|
|
3652
|
+
export declare const DeleteBatchPredictionJobResultFilterSensitiveLog: (obj: DeleteBatchPredictionJobResult) => any;
|
|
3653
|
+
/**
|
|
3654
|
+
* @internal
|
|
3655
|
+
*/
|
|
3656
|
+
export declare const DeleteDetectorRequestFilterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
3657
|
+
/**
|
|
3658
|
+
* @internal
|
|
3659
|
+
*/
|
|
3660
|
+
export declare const DeleteDetectorResultFilterSensitiveLog: (obj: DeleteDetectorResult) => any;
|
|
3661
|
+
/**
|
|
3662
|
+
* @internal
|
|
3663
|
+
*/
|
|
3664
|
+
export declare const DeleteDetectorVersionRequestFilterSensitiveLog: (obj: DeleteDetectorVersionRequest) => any;
|
|
3665
|
+
/**
|
|
3666
|
+
* @internal
|
|
3667
|
+
*/
|
|
3668
|
+
export declare const DeleteDetectorVersionResultFilterSensitiveLog: (obj: DeleteDetectorVersionResult) => any;
|
|
3669
|
+
/**
|
|
3670
|
+
* @internal
|
|
3671
|
+
*/
|
|
3672
|
+
export declare const DeleteEntityTypeRequestFilterSensitiveLog: (obj: DeleteEntityTypeRequest) => any;
|
|
3673
|
+
/**
|
|
3674
|
+
* @internal
|
|
3675
|
+
*/
|
|
3676
|
+
export declare const DeleteEntityTypeResultFilterSensitiveLog: (obj: DeleteEntityTypeResult) => any;
|
|
3677
|
+
/**
|
|
3678
|
+
* @internal
|
|
3679
|
+
*/
|
|
3680
|
+
export declare const DeleteEventRequestFilterSensitiveLog: (obj: DeleteEventRequest) => any;
|
|
3681
|
+
/**
|
|
3682
|
+
* @internal
|
|
3683
|
+
*/
|
|
3684
|
+
export declare const DeleteEventResultFilterSensitiveLog: (obj: DeleteEventResult) => any;
|
|
3685
|
+
/**
|
|
3686
|
+
* @internal
|
|
3687
|
+
*/
|
|
3688
|
+
export declare const DeleteEventsByEventTypeRequestFilterSensitiveLog: (obj: DeleteEventsByEventTypeRequest) => any;
|
|
3689
|
+
/**
|
|
3690
|
+
* @internal
|
|
3691
|
+
*/
|
|
3692
|
+
export declare const DeleteEventsByEventTypeResultFilterSensitiveLog: (obj: DeleteEventsByEventTypeResult) => any;
|
|
3693
|
+
/**
|
|
3694
|
+
* @internal
|
|
3695
|
+
*/
|
|
3696
|
+
export declare const DeleteEventTypeRequestFilterSensitiveLog: (obj: DeleteEventTypeRequest) => any;
|
|
3697
|
+
/**
|
|
3698
|
+
* @internal
|
|
3699
|
+
*/
|
|
3700
|
+
export declare const DeleteEventTypeResultFilterSensitiveLog: (obj: DeleteEventTypeResult) => any;
|
|
3701
|
+
/**
|
|
3702
|
+
* @internal
|
|
3703
|
+
*/
|
|
3704
|
+
export declare const DeleteExternalModelRequestFilterSensitiveLog: (obj: DeleteExternalModelRequest) => any;
|
|
3705
|
+
/**
|
|
3706
|
+
* @internal
|
|
3707
|
+
*/
|
|
3708
|
+
export declare const DeleteExternalModelResultFilterSensitiveLog: (obj: DeleteExternalModelResult) => any;
|
|
3709
|
+
/**
|
|
3710
|
+
* @internal
|
|
3711
|
+
*/
|
|
3712
|
+
export declare const DeleteLabelRequestFilterSensitiveLog: (obj: DeleteLabelRequest) => any;
|
|
3713
|
+
/**
|
|
3714
|
+
* @internal
|
|
3715
|
+
*/
|
|
3716
|
+
export declare const DeleteLabelResultFilterSensitiveLog: (obj: DeleteLabelResult) => any;
|
|
3717
|
+
/**
|
|
3718
|
+
* @internal
|
|
3719
|
+
*/
|
|
3720
|
+
export declare const DeleteModelRequestFilterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
3721
|
+
/**
|
|
3722
|
+
* @internal
|
|
3723
|
+
*/
|
|
3724
|
+
export declare const DeleteModelResultFilterSensitiveLog: (obj: DeleteModelResult) => any;
|
|
3725
|
+
/**
|
|
3726
|
+
* @internal
|
|
3727
|
+
*/
|
|
3728
|
+
export declare const DeleteModelVersionRequestFilterSensitiveLog: (obj: DeleteModelVersionRequest) => any;
|
|
3729
|
+
/**
|
|
3730
|
+
* @internal
|
|
3731
|
+
*/
|
|
3732
|
+
export declare const DeleteModelVersionResultFilterSensitiveLog: (obj: DeleteModelVersionResult) => any;
|
|
3733
|
+
/**
|
|
3734
|
+
* @internal
|
|
3735
|
+
*/
|
|
3736
|
+
export declare const DeleteOutcomeRequestFilterSensitiveLog: (obj: DeleteOutcomeRequest) => any;
|
|
3737
|
+
/**
|
|
3738
|
+
* @internal
|
|
3739
|
+
*/
|
|
3740
|
+
export declare const DeleteOutcomeResultFilterSensitiveLog: (obj: DeleteOutcomeResult) => any;
|
|
3741
|
+
/**
|
|
3742
|
+
* @internal
|
|
3743
|
+
*/
|
|
3744
|
+
export declare const DeleteRuleRequestFilterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
3745
|
+
/**
|
|
3746
|
+
* @internal
|
|
3747
|
+
*/
|
|
3748
|
+
export declare const DeleteRuleResultFilterSensitiveLog: (obj: DeleteRuleResult) => any;
|
|
3749
|
+
/**
|
|
3750
|
+
* @internal
|
|
3751
|
+
*/
|
|
3752
|
+
export declare const DeleteVariableRequestFilterSensitiveLog: (obj: DeleteVariableRequest) => any;
|
|
3753
|
+
/**
|
|
3754
|
+
* @internal
|
|
3755
|
+
*/
|
|
3756
|
+
export declare const DeleteVariableResultFilterSensitiveLog: (obj: DeleteVariableResult) => any;
|
|
3757
|
+
/**
|
|
3758
|
+
* @internal
|
|
3759
|
+
*/
|
|
3760
|
+
export declare const DescribeDetectorRequestFilterSensitiveLog: (obj: DescribeDetectorRequest) => any;
|
|
3761
|
+
/**
|
|
3762
|
+
* @internal
|
|
3763
|
+
*/
|
|
3764
|
+
export declare const DetectorVersionSummaryFilterSensitiveLog: (obj: DetectorVersionSummary) => any;
|
|
3765
|
+
/**
|
|
3766
|
+
* @internal
|
|
3767
|
+
*/
|
|
3768
|
+
export declare const DescribeDetectorResultFilterSensitiveLog: (obj: DescribeDetectorResult) => any;
|
|
3769
|
+
/**
|
|
3770
|
+
* @internal
|
|
3771
|
+
*/
|
|
3772
|
+
export declare const DescribeModelVersionsRequestFilterSensitiveLog: (obj: DescribeModelVersionsRequest) => any;
|
|
3773
|
+
/**
|
|
3774
|
+
* @internal
|
|
3775
|
+
*/
|
|
3776
|
+
export declare const FieldValidationMessageFilterSensitiveLog: (obj: FieldValidationMessage) => any;
|
|
3777
|
+
/**
|
|
3778
|
+
* @internal
|
|
3779
|
+
*/
|
|
3780
|
+
export declare const FileValidationMessageFilterSensitiveLog: (obj: FileValidationMessage) => any;
|
|
3781
|
+
/**
|
|
3782
|
+
* @internal
|
|
3783
|
+
*/
|
|
3784
|
+
export declare const DataValidationMetricsFilterSensitiveLog: (obj: DataValidationMetrics) => any;
|
|
3785
|
+
/**
|
|
3786
|
+
* @internal
|
|
3787
|
+
*/
|
|
3788
|
+
export declare const MetricDataPointFilterSensitiveLog: (obj: MetricDataPoint) => any;
|
|
3789
|
+
/**
|
|
3790
|
+
* @internal
|
|
3791
|
+
*/
|
|
3792
|
+
export declare const TrainingMetricsFilterSensitiveLog: (obj: TrainingMetrics) => any;
|
|
3793
|
+
/**
|
|
3794
|
+
* @internal
|
|
3795
|
+
*/
|
|
3796
|
+
export declare const LogOddsMetricFilterSensitiveLog: (obj: LogOddsMetric) => any;
|
|
3797
|
+
/**
|
|
3798
|
+
* @internal
|
|
3799
|
+
*/
|
|
3800
|
+
export declare const VariableImportanceMetricsFilterSensitiveLog: (obj: VariableImportanceMetrics) => any;
|
|
3801
|
+
/**
|
|
3802
|
+
* @internal
|
|
3803
|
+
*/
|
|
3804
|
+
export declare const TrainingResultFilterSensitiveLog: (obj: TrainingResult) => any;
|
|
3805
|
+
/**
|
|
3806
|
+
* @internal
|
|
3807
|
+
*/
|
|
3808
|
+
export declare const OFIMetricDataPointFilterSensitiveLog: (obj: OFIMetricDataPoint) => any;
|
|
3809
|
+
/**
|
|
3810
|
+
* @internal
|
|
3811
|
+
*/
|
|
3812
|
+
export declare const OFIModelPerformanceFilterSensitiveLog: (obj: OFIModelPerformance) => any;
|
|
3813
|
+
/**
|
|
3814
|
+
* @internal
|
|
3815
|
+
*/
|
|
3816
|
+
export declare const OFITrainingMetricsValueFilterSensitiveLog: (obj: OFITrainingMetricsValue) => any;
|
|
3817
|
+
/**
|
|
3818
|
+
* @internal
|
|
3819
|
+
*/
|
|
3820
|
+
export declare const TFIMetricDataPointFilterSensitiveLog: (obj: TFIMetricDataPoint) => any;
|
|
3821
|
+
/**
|
|
3822
|
+
* @internal
|
|
3823
|
+
*/
|
|
3824
|
+
export declare const TFIModelPerformanceFilterSensitiveLog: (obj: TFIModelPerformance) => any;
|
|
3825
|
+
/**
|
|
3826
|
+
* @internal
|
|
3827
|
+
*/
|
|
3828
|
+
export declare const TFITrainingMetricsValueFilterSensitiveLog: (obj: TFITrainingMetricsValue) => any;
|
|
3829
|
+
/**
|
|
3830
|
+
* @internal
|
|
3831
|
+
*/
|
|
3832
|
+
export declare const TrainingMetricsV2FilterSensitiveLog: (obj: TrainingMetricsV2) => any;
|
|
3833
|
+
/**
|
|
3834
|
+
* @internal
|
|
3835
|
+
*/
|
|
3836
|
+
export declare const TrainingResultV2FilterSensitiveLog: (obj: TrainingResultV2) => any;
|
|
3837
|
+
/**
|
|
3838
|
+
* @internal
|
|
3839
|
+
*/
|
|
3840
|
+
export declare const ModelVersionDetailFilterSensitiveLog: (obj: ModelVersionDetail) => any;
|
|
3841
|
+
/**
|
|
3842
|
+
* @internal
|
|
3843
|
+
*/
|
|
3844
|
+
export declare const DescribeModelVersionsResultFilterSensitiveLog: (obj: DescribeModelVersionsResult) => any;
|
|
3845
|
+
/**
|
|
3846
|
+
* @internal
|
|
3847
|
+
*/
|
|
3848
|
+
export declare const GetBatchImportJobsRequestFilterSensitiveLog: (obj: GetBatchImportJobsRequest) => any;
|
|
3849
|
+
/**
|
|
3850
|
+
* @internal
|
|
3851
|
+
*/
|
|
3852
|
+
export declare const BatchImportFilterSensitiveLog: (obj: BatchImport) => any;
|
|
3853
|
+
/**
|
|
3854
|
+
* @internal
|
|
3855
|
+
*/
|
|
3856
|
+
export declare const GetBatchImportJobsResultFilterSensitiveLog: (obj: GetBatchImportJobsResult) => any;
|
|
3857
|
+
/**
|
|
3858
|
+
* @internal
|
|
3859
|
+
*/
|
|
3860
|
+
export declare const GetBatchPredictionJobsRequestFilterSensitiveLog: (obj: GetBatchPredictionJobsRequest) => any;
|
|
3861
|
+
/**
|
|
3862
|
+
* @internal
|
|
3863
|
+
*/
|
|
3864
|
+
export declare const BatchPredictionFilterSensitiveLog: (obj: BatchPrediction) => any;
|
|
3865
|
+
/**
|
|
3866
|
+
* @internal
|
|
3867
|
+
*/
|
|
3868
|
+
export declare const GetBatchPredictionJobsResultFilterSensitiveLog: (obj: GetBatchPredictionJobsResult) => any;
|
|
3869
|
+
/**
|
|
3870
|
+
* @internal
|
|
3871
|
+
*/
|
|
3872
|
+
export declare const GetDeleteEventsByEventTypeStatusRequestFilterSensitiveLog: (obj: GetDeleteEventsByEventTypeStatusRequest) => any;
|
|
3873
|
+
/**
|
|
3874
|
+
* @internal
|
|
3875
|
+
*/
|
|
3876
|
+
export declare const GetDeleteEventsByEventTypeStatusResultFilterSensitiveLog: (obj: GetDeleteEventsByEventTypeStatusResult) => any;
|
|
3877
|
+
/**
|
|
3878
|
+
* @internal
|
|
3879
|
+
*/
|
|
3880
|
+
export declare const GetDetectorsRequestFilterSensitiveLog: (obj: GetDetectorsRequest) => any;
|
|
3881
|
+
/**
|
|
3882
|
+
* @internal
|
|
3883
|
+
*/
|
|
3884
|
+
export declare const DetectorFilterSensitiveLog: (obj: Detector) => any;
|
|
3885
|
+
/**
|
|
3886
|
+
* @internal
|
|
3887
|
+
*/
|
|
3888
|
+
export declare const GetDetectorsResultFilterSensitiveLog: (obj: GetDetectorsResult) => any;
|
|
3889
|
+
/**
|
|
3890
|
+
* @internal
|
|
3891
|
+
*/
|
|
3892
|
+
export declare const GetDetectorVersionRequestFilterSensitiveLog: (obj: GetDetectorVersionRequest) => any;
|
|
3893
|
+
/**
|
|
3894
|
+
* @internal
|
|
3895
|
+
*/
|
|
3896
|
+
export declare const GetDetectorVersionResultFilterSensitiveLog: (obj: GetDetectorVersionResult) => any;
|
|
3897
|
+
/**
|
|
3898
|
+
* @internal
|
|
3899
|
+
*/
|
|
3900
|
+
export declare const GetEntityTypesRequestFilterSensitiveLog: (obj: GetEntityTypesRequest) => any;
|
|
3901
|
+
/**
|
|
3902
|
+
* @internal
|
|
3903
|
+
*/
|
|
3904
|
+
export declare const EntityTypeFilterSensitiveLog: (obj: EntityType) => any;
|
|
3905
|
+
/**
|
|
3906
|
+
* @internal
|
|
3907
|
+
*/
|
|
3908
|
+
export declare const GetEntityTypesResultFilterSensitiveLog: (obj: GetEntityTypesResult) => any;
|
|
3909
|
+
/**
|
|
3910
|
+
* @internal
|
|
3911
|
+
*/
|
|
3912
|
+
export declare const GetEventRequestFilterSensitiveLog: (obj: GetEventRequest) => any;
|
|
3913
|
+
/**
|
|
3914
|
+
* @internal
|
|
3915
|
+
*/
|
|
3916
|
+
export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
|
|
3917
|
+
/**
|
|
3918
|
+
* @internal
|
|
3919
|
+
*/
|
|
3920
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
3921
|
+
/**
|
|
3922
|
+
* @internal
|
|
3923
|
+
*/
|
|
3924
|
+
export declare const GetEventResultFilterSensitiveLog: (obj: GetEventResult) => any;
|
|
3925
|
+
/**
|
|
3926
|
+
* @internal
|
|
3927
|
+
*/
|
|
3928
|
+
export declare const ModelEndpointDataBlobFilterSensitiveLog: (obj: ModelEndpointDataBlob) => any;
|
|
3929
|
+
/**
|
|
3930
|
+
* @internal
|
|
3931
|
+
*/
|
|
3932
|
+
export declare const GetEventPredictionRequestFilterSensitiveLog: (obj: GetEventPredictionRequest) => any;
|
|
3933
|
+
/**
|
|
3934
|
+
* @internal
|
|
3935
|
+
*/
|
|
3936
|
+
export declare const ExternalModelSummaryFilterSensitiveLog: (obj: ExternalModelSummary) => any;
|
|
3937
|
+
/**
|
|
3938
|
+
* @internal
|
|
3939
|
+
*/
|
|
3940
|
+
export declare const ExternalModelOutputsFilterSensitiveLog: (obj: ExternalModelOutputs) => any;
|
|
3941
|
+
/**
|
|
3942
|
+
* @internal
|
|
3943
|
+
*/
|
|
3944
|
+
export declare const ModelScoresFilterSensitiveLog: (obj: ModelScores) => any;
|
|
3945
|
+
/**
|
|
3946
|
+
* @internal
|
|
3947
|
+
*/
|
|
3948
|
+
export declare const RuleResultFilterSensitiveLog: (obj: RuleResult) => any;
|
|
3949
|
+
/**
|
|
3950
|
+
* @internal
|
|
3951
|
+
*/
|
|
3952
|
+
export declare const GetEventPredictionResultFilterSensitiveLog: (obj: GetEventPredictionResult) => any;
|
|
3953
|
+
/**
|
|
3954
|
+
* @internal
|
|
3955
|
+
*/
|
|
3956
|
+
export declare const GetEventPredictionMetadataRequestFilterSensitiveLog: (obj: GetEventPredictionMetadataRequest) => any;
|
|
3957
|
+
/**
|
|
3958
|
+
* @internal
|
|
3959
|
+
*/
|
|
3960
|
+
export declare const EvaluatedExternalModelFilterSensitiveLog: (obj: EvaluatedExternalModel) => any;
|
|
3961
|
+
/**
|
|
3962
|
+
* @internal
|
|
3963
|
+
*/
|
|
3964
|
+
export declare const VariableImpactExplanationFilterSensitiveLog: (obj: VariableImpactExplanation) => any;
|
|
3965
|
+
/**
|
|
3966
|
+
* @internal
|
|
3967
|
+
*/
|
|
3968
|
+
export declare const PredictionExplanationsFilterSensitiveLog: (obj: PredictionExplanations) => any;
|
|
3969
|
+
/**
|
|
3970
|
+
* @internal
|
|
3971
|
+
*/
|
|
3972
|
+
export declare const ModelVersionEvaluationFilterSensitiveLog: (obj: ModelVersionEvaluation) => any;
|
|
3973
|
+
/**
|
|
3974
|
+
* @internal
|
|
3975
|
+
*/
|
|
3976
|
+
export declare const EvaluatedModelVersionFilterSensitiveLog: (obj: EvaluatedModelVersion) => any;
|
|
3977
|
+
/**
|
|
3978
|
+
* @internal
|
|
3979
|
+
*/
|
|
3980
|
+
export declare const EventVariableSummaryFilterSensitiveLog: (obj: EventVariableSummary) => any;
|
|
3981
|
+
/**
|
|
3982
|
+
* @internal
|
|
3983
|
+
*/
|
|
3984
|
+
export declare const EvaluatedRuleFilterSensitiveLog: (obj: EvaluatedRule) => any;
|
|
3985
|
+
/**
|
|
3986
|
+
* @internal
|
|
3987
|
+
*/
|
|
3988
|
+
export declare const GetEventPredictionMetadataResultFilterSensitiveLog: (obj: GetEventPredictionMetadataResult) => any;
|
|
3989
|
+
/**
|
|
3990
|
+
* @internal
|
|
3991
|
+
*/
|
|
3992
|
+
export declare const GetEventTypesRequestFilterSensitiveLog: (obj: GetEventTypesRequest) => any;
|
|
3993
|
+
/**
|
|
3994
|
+
* @internal
|
|
3995
|
+
*/
|
|
3996
|
+
export declare const IngestedEventStatisticsFilterSensitiveLog: (obj: IngestedEventStatistics) => any;
|
|
3997
|
+
/**
|
|
3998
|
+
* @internal
|
|
3999
|
+
*/
|
|
4000
|
+
export declare const EventTypeFilterSensitiveLog: (obj: EventType) => any;
|
|
4001
|
+
/**
|
|
4002
|
+
* @internal
|
|
4003
|
+
*/
|
|
4004
|
+
export declare const GetEventTypesResultFilterSensitiveLog: (obj: GetEventTypesResult) => any;
|
|
4005
|
+
/**
|
|
4006
|
+
* @internal
|
|
4007
|
+
*/
|
|
4008
|
+
export declare const GetExternalModelsRequestFilterSensitiveLog: (obj: GetExternalModelsRequest) => any;
|
|
4009
|
+
/**
|
|
4010
|
+
* @internal
|
|
4011
|
+
*/
|
|
4012
|
+
export declare const ModelInputConfigurationFilterSensitiveLog: (obj: ModelInputConfiguration) => any;
|
|
4013
|
+
/**
|
|
4014
|
+
* @internal
|
|
4015
|
+
*/
|
|
4016
|
+
export declare const ModelOutputConfigurationFilterSensitiveLog: (obj: ModelOutputConfiguration) => any;
|
|
4017
|
+
/**
|
|
4018
|
+
* @internal
|
|
4019
|
+
*/
|
|
4020
|
+
export declare const ExternalModelFilterSensitiveLog: (obj: ExternalModel) => any;
|
|
4021
|
+
/**
|
|
4022
|
+
* @internal
|
|
4023
|
+
*/
|
|
4024
|
+
export declare const GetExternalModelsResultFilterSensitiveLog: (obj: GetExternalModelsResult) => any;
|
|
4025
|
+
/**
|
|
4026
|
+
* @internal
|
|
4027
|
+
*/
|
|
4028
|
+
export declare const KMSKeyFilterSensitiveLog: (obj: KMSKey) => any;
|
|
4029
|
+
/**
|
|
4030
|
+
* @internal
|
|
4031
|
+
*/
|
|
4032
|
+
export declare const GetKMSEncryptionKeyResultFilterSensitiveLog: (obj: GetKMSEncryptionKeyResult) => any;
|
|
4033
|
+
/**
|
|
4034
|
+
* @internal
|
|
4035
|
+
*/
|
|
4036
|
+
export declare const GetLabelsRequestFilterSensitiveLog: (obj: GetLabelsRequest) => any;
|
|
4037
|
+
/**
|
|
4038
|
+
* @internal
|
|
4039
|
+
*/
|
|
4040
|
+
export declare const LabelFilterSensitiveLog: (obj: Label) => any;
|
|
4041
|
+
/**
|
|
4042
|
+
* @internal
|
|
4043
|
+
*/
|
|
4044
|
+
export declare const GetLabelsResultFilterSensitiveLog: (obj: GetLabelsResult) => any;
|
|
4045
|
+
/**
|
|
4046
|
+
* @internal
|
|
4047
|
+
*/
|
|
4048
|
+
export declare const GetModelsRequestFilterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
4049
|
+
/**
|
|
4050
|
+
* @internal
|
|
4051
|
+
*/
|
|
4052
|
+
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
4053
|
+
/**
|
|
4054
|
+
* @internal
|
|
4055
|
+
*/
|
|
4056
|
+
export declare const GetModelsResultFilterSensitiveLog: (obj: GetModelsResult) => any;
|
|
4057
|
+
/**
|
|
4058
|
+
* @internal
|
|
4059
|
+
*/
|
|
4060
|
+
export declare const GetModelVersionRequestFilterSensitiveLog: (obj: GetModelVersionRequest) => any;
|
|
4061
|
+
/**
|
|
4062
|
+
* @internal
|
|
4063
|
+
*/
|
|
4064
|
+
export declare const GetModelVersionResultFilterSensitiveLog: (obj: GetModelVersionResult) => any;
|
|
4065
|
+
/**
|
|
4066
|
+
* @internal
|
|
4067
|
+
*/
|
|
4068
|
+
export declare const GetOutcomesRequestFilterSensitiveLog: (obj: GetOutcomesRequest) => any;
|
|
4069
|
+
/**
|
|
4070
|
+
* @internal
|
|
4071
|
+
*/
|
|
4072
|
+
export declare const OutcomeFilterSensitiveLog: (obj: Outcome) => any;
|
|
4073
|
+
/**
|
|
4074
|
+
* @internal
|
|
4075
|
+
*/
|
|
4076
|
+
export declare const GetOutcomesResultFilterSensitiveLog: (obj: GetOutcomesResult) => any;
|
|
4077
|
+
/**
|
|
4078
|
+
* @internal
|
|
4079
|
+
*/
|
|
4080
|
+
export declare const GetRulesRequestFilterSensitiveLog: (obj: GetRulesRequest) => any;
|
|
4081
|
+
/**
|
|
4082
|
+
* @internal
|
|
4083
|
+
*/
|
|
4084
|
+
export declare const RuleDetailFilterSensitiveLog: (obj: RuleDetail) => any;
|
|
4085
|
+
/**
|
|
4086
|
+
* @internal
|
|
4087
|
+
*/
|
|
4088
|
+
export declare const GetRulesResultFilterSensitiveLog: (obj: GetRulesResult) => any;
|
|
4089
|
+
/**
|
|
4090
|
+
* @internal
|
|
4091
|
+
*/
|
|
4092
|
+
export declare const GetVariablesRequestFilterSensitiveLog: (obj: GetVariablesRequest) => any;
|
|
4093
|
+
/**
|
|
4094
|
+
* @internal
|
|
4095
|
+
*/
|
|
4096
|
+
export declare const GetVariablesResultFilterSensitiveLog: (obj: GetVariablesResult) => any;
|
|
4097
|
+
/**
|
|
4098
|
+
* @internal
|
|
4099
|
+
*/
|
|
4100
|
+
export declare const FilterConditionFilterSensitiveLog: (obj: FilterCondition) => any;
|
|
4101
|
+
/**
|
|
4102
|
+
* @internal
|
|
4103
|
+
*/
|
|
4104
|
+
export declare const PredictionTimeRangeFilterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
4105
|
+
/**
|
|
4106
|
+
* @internal
|
|
4107
|
+
*/
|
|
4108
|
+
export declare const ListEventPredictionsRequestFilterSensitiveLog: (obj: ListEventPredictionsRequest) => any;
|
|
4109
|
+
/**
|
|
4110
|
+
* @internal
|
|
4111
|
+
*/
|
|
4112
|
+
export declare const EventPredictionSummaryFilterSensitiveLog: (obj: EventPredictionSummary) => any;
|
|
4113
|
+
/**
|
|
4114
|
+
* @internal
|
|
4115
|
+
*/
|
|
4116
|
+
export declare const ListEventPredictionsResultFilterSensitiveLog: (obj: ListEventPredictionsResult) => any;
|
|
4117
|
+
/**
|
|
4118
|
+
* @internal
|
|
4119
|
+
*/
|
|
4120
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4121
|
+
/**
|
|
4122
|
+
* @internal
|
|
4123
|
+
*/
|
|
4124
|
+
export declare const ListTagsForResourceResultFilterSensitiveLog: (obj: ListTagsForResourceResult) => any;
|
|
4125
|
+
/**
|
|
4126
|
+
* @internal
|
|
4127
|
+
*/
|
|
4128
|
+
export declare const PutDetectorRequestFilterSensitiveLog: (obj: PutDetectorRequest) => any;
|
|
4129
|
+
/**
|
|
4130
|
+
* @internal
|
|
4131
|
+
*/
|
|
4132
|
+
export declare const PutDetectorResultFilterSensitiveLog: (obj: PutDetectorResult) => any;
|
|
4133
|
+
/**
|
|
4134
|
+
* @internal
|
|
4135
|
+
*/
|
|
4136
|
+
export declare const PutEntityTypeRequestFilterSensitiveLog: (obj: PutEntityTypeRequest) => any;
|
|
4137
|
+
/**
|
|
4138
|
+
* @internal
|
|
4139
|
+
*/
|
|
4140
|
+
export declare const PutEntityTypeResultFilterSensitiveLog: (obj: PutEntityTypeResult) => any;
|
|
4141
|
+
/**
|
|
4142
|
+
* @internal
|
|
4143
|
+
*/
|
|
4144
|
+
export declare const PutEventTypeRequestFilterSensitiveLog: (obj: PutEventTypeRequest) => any;
|
|
4145
|
+
/**
|
|
4146
|
+
* @internal
|
|
4147
|
+
*/
|
|
4148
|
+
export declare const PutEventTypeResultFilterSensitiveLog: (obj: PutEventTypeResult) => any;
|
|
4149
|
+
/**
|
|
4150
|
+
* @internal
|
|
4151
|
+
*/
|
|
4152
|
+
export declare const PutExternalModelRequestFilterSensitiveLog: (obj: PutExternalModelRequest) => any;
|
|
4153
|
+
/**
|
|
4154
|
+
* @internal
|
|
4155
|
+
*/
|
|
4156
|
+
export declare const PutExternalModelResultFilterSensitiveLog: (obj: PutExternalModelResult) => any;
|
|
4157
|
+
/**
|
|
4158
|
+
* @internal
|
|
4159
|
+
*/
|
|
4160
|
+
export declare const PutKMSEncryptionKeyRequestFilterSensitiveLog: (obj: PutKMSEncryptionKeyRequest) => any;
|
|
4161
|
+
/**
|
|
4162
|
+
* @internal
|
|
4163
|
+
*/
|
|
4164
|
+
export declare const PutKMSEncryptionKeyResultFilterSensitiveLog: (obj: PutKMSEncryptionKeyResult) => any;
|
|
4165
|
+
/**
|
|
4166
|
+
* @internal
|
|
4167
|
+
*/
|
|
4168
|
+
export declare const PutLabelRequestFilterSensitiveLog: (obj: PutLabelRequest) => any;
|
|
4169
|
+
/**
|
|
4170
|
+
* @internal
|
|
4171
|
+
*/
|
|
4172
|
+
export declare const PutLabelResultFilterSensitiveLog: (obj: PutLabelResult) => any;
|
|
4173
|
+
/**
|
|
4174
|
+
* @internal
|
|
4175
|
+
*/
|
|
4176
|
+
export declare const PutOutcomeRequestFilterSensitiveLog: (obj: PutOutcomeRequest) => any;
|
|
4177
|
+
/**
|
|
4178
|
+
* @internal
|
|
4179
|
+
*/
|
|
4180
|
+
export declare const PutOutcomeResultFilterSensitiveLog: (obj: PutOutcomeResult) => any;
|
|
4181
|
+
/**
|
|
4182
|
+
* @internal
|
|
4183
|
+
*/
|
|
4184
|
+
export declare const SendEventRequestFilterSensitiveLog: (obj: SendEventRequest) => any;
|
|
4185
|
+
/**
|
|
4186
|
+
* @internal
|
|
4187
|
+
*/
|
|
4188
|
+
export declare const SendEventResultFilterSensitiveLog: (obj: SendEventResult) => any;
|
|
4189
|
+
/**
|
|
4190
|
+
* @internal
|
|
4191
|
+
*/
|
|
4192
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4193
|
+
/**
|
|
4194
|
+
* @internal
|
|
4195
|
+
*/
|
|
4196
|
+
export declare const TagResourceResultFilterSensitiveLog: (obj: TagResourceResult) => any;
|
|
4197
|
+
/**
|
|
4198
|
+
* @internal
|
|
4199
|
+
*/
|
|
4200
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4201
|
+
/**
|
|
4202
|
+
* @internal
|
|
4203
|
+
*/
|
|
4204
|
+
export declare const UntagResourceResultFilterSensitiveLog: (obj: UntagResourceResult) => any;
|
|
4205
|
+
/**
|
|
4206
|
+
* @internal
|
|
4207
|
+
*/
|
|
4208
|
+
export declare const UpdateDetectorVersionRequestFilterSensitiveLog: (obj: UpdateDetectorVersionRequest) => any;
|
|
4209
|
+
/**
|
|
4210
|
+
* @internal
|
|
4211
|
+
*/
|
|
4212
|
+
export declare const UpdateDetectorVersionResultFilterSensitiveLog: (obj: UpdateDetectorVersionResult) => any;
|
|
4213
|
+
/**
|
|
4214
|
+
* @internal
|
|
4215
|
+
*/
|
|
4216
|
+
export declare const UpdateDetectorVersionMetadataRequestFilterSensitiveLog: (obj: UpdateDetectorVersionMetadataRequest) => any;
|
|
4217
|
+
/**
|
|
4218
|
+
* @internal
|
|
4219
|
+
*/
|
|
4220
|
+
export declare const UpdateDetectorVersionMetadataResultFilterSensitiveLog: (obj: UpdateDetectorVersionMetadataResult) => any;
|
|
4221
|
+
/**
|
|
4222
|
+
* @internal
|
|
4223
|
+
*/
|
|
4224
|
+
export declare const UpdateDetectorVersionStatusRequestFilterSensitiveLog: (obj: UpdateDetectorVersionStatusRequest) => any;
|
|
4225
|
+
/**
|
|
4226
|
+
* @internal
|
|
4227
|
+
*/
|
|
4228
|
+
export declare const UpdateDetectorVersionStatusResultFilterSensitiveLog: (obj: UpdateDetectorVersionStatusResult) => any;
|
|
4229
|
+
/**
|
|
4230
|
+
* @internal
|
|
4231
|
+
*/
|
|
4232
|
+
export declare const UpdateEventLabelRequestFilterSensitiveLog: (obj: UpdateEventLabelRequest) => any;
|
|
4233
|
+
/**
|
|
4234
|
+
* @internal
|
|
4235
|
+
*/
|
|
4236
|
+
export declare const UpdateEventLabelResultFilterSensitiveLog: (obj: UpdateEventLabelResult) => any;
|
|
4237
|
+
/**
|
|
4238
|
+
* @internal
|
|
4239
|
+
*/
|
|
4240
|
+
export declare const UpdateModelRequestFilterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
4241
|
+
/**
|
|
4242
|
+
* @internal
|
|
4243
|
+
*/
|
|
4244
|
+
export declare const UpdateModelResultFilterSensitiveLog: (obj: UpdateModelResult) => any;
|
|
4245
|
+
/**
|
|
4246
|
+
* @internal
|
|
4247
|
+
*/
|
|
4248
|
+
export declare const UpdateModelVersionRequestFilterSensitiveLog: (obj: UpdateModelVersionRequest) => any;
|
|
4249
|
+
/**
|
|
4250
|
+
* @internal
|
|
4251
|
+
*/
|
|
4252
|
+
export declare const UpdateModelVersionResultFilterSensitiveLog: (obj: UpdateModelVersionResult) => any;
|
|
4253
|
+
/**
|
|
4254
|
+
* @internal
|
|
4255
|
+
*/
|
|
4256
|
+
export declare const UpdateModelVersionStatusRequestFilterSensitiveLog: (obj: UpdateModelVersionStatusRequest) => any;
|
|
4257
|
+
/**
|
|
4258
|
+
* @internal
|
|
4259
|
+
*/
|
|
4260
|
+
export declare const UpdateModelVersionStatusResultFilterSensitiveLog: (obj: UpdateModelVersionStatusResult) => any;
|
|
4261
|
+
/**
|
|
4262
|
+
* @internal
|
|
4263
|
+
*/
|
|
4264
|
+
export declare const UpdateRuleMetadataRequestFilterSensitiveLog: (obj: UpdateRuleMetadataRequest) => any;
|
|
4265
|
+
/**
|
|
4266
|
+
* @internal
|
|
4267
|
+
*/
|
|
4268
|
+
export declare const UpdateRuleMetadataResultFilterSensitiveLog: (obj: UpdateRuleMetadataResult) => any;
|
|
4269
|
+
/**
|
|
4270
|
+
* @internal
|
|
4271
|
+
*/
|
|
4272
|
+
export declare const UpdateRuleVersionRequestFilterSensitiveLog: (obj: UpdateRuleVersionRequest) => any;
|
|
4273
|
+
/**
|
|
4274
|
+
* @internal
|
|
4275
|
+
*/
|
|
4276
|
+
export declare const UpdateRuleVersionResultFilterSensitiveLog: (obj: UpdateRuleVersionResult) => any;
|
|
4277
|
+
/**
|
|
4278
|
+
* @internal
|
|
4279
|
+
*/
|
|
4280
|
+
export declare const UpdateVariableRequestFilterSensitiveLog: (obj: UpdateVariableRequest) => any;
|
|
4281
|
+
/**
|
|
4282
|
+
* @internal
|
|
4283
|
+
*/
|
|
4284
|
+
export declare const UpdateVariableResultFilterSensitiveLog: (obj: UpdateVariableResult) => any;
|