@aws-sdk/client-frauddetector 3.927.0 → 3.928.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/dist-cjs/index.js +1968 -2499
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/FraudDetectorClient.js +2 -0
- package/dist-es/commands/BatchCreateVariableCommand.js +3 -9
- package/dist-es/commands/BatchGetVariableCommand.js +3 -9
- package/dist-es/commands/CancelBatchImportJobCommand.js +3 -9
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +3 -9
- package/dist-es/commands/CreateBatchImportJobCommand.js +3 -9
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +3 -9
- package/dist-es/commands/CreateDetectorVersionCommand.js +3 -9
- package/dist-es/commands/CreateListCommand.js +3 -10
- package/dist-es/commands/CreateModelCommand.js +3 -9
- package/dist-es/commands/CreateModelVersionCommand.js +3 -9
- package/dist-es/commands/CreateRuleCommand.js +3 -10
- package/dist-es/commands/CreateVariableCommand.js +3 -9
- package/dist-es/commands/DeleteBatchImportJobCommand.js +3 -9
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +3 -9
- package/dist-es/commands/DeleteDetectorCommand.js +3 -9
- package/dist-es/commands/DeleteDetectorVersionCommand.js +3 -9
- package/dist-es/commands/DeleteEntityTypeCommand.js +3 -9
- package/dist-es/commands/DeleteEventCommand.js +3 -9
- package/dist-es/commands/DeleteEventTypeCommand.js +3 -9
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +3 -9
- package/dist-es/commands/DeleteExternalModelCommand.js +3 -9
- package/dist-es/commands/DeleteLabelCommand.js +3 -9
- package/dist-es/commands/DeleteListCommand.js +3 -9
- package/dist-es/commands/DeleteModelCommand.js +3 -9
- package/dist-es/commands/DeleteModelVersionCommand.js +3 -9
- package/dist-es/commands/DeleteOutcomeCommand.js +3 -9
- package/dist-es/commands/DeleteRuleCommand.js +3 -9
- package/dist-es/commands/DeleteVariableCommand.js +3 -9
- package/dist-es/commands/DescribeDetectorCommand.js +3 -9
- package/dist-es/commands/DescribeModelVersionsCommand.js +3 -9
- package/dist-es/commands/GetBatchImportJobsCommand.js +3 -9
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +3 -9
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +3 -9
- package/dist-es/commands/GetDetectorVersionCommand.js +3 -9
- package/dist-es/commands/GetDetectorsCommand.js +3 -9
- package/dist-es/commands/GetEntityTypesCommand.js +3 -9
- package/dist-es/commands/GetEventCommand.js +3 -10
- package/dist-es/commands/GetEventPredictionCommand.js +3 -10
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +3 -10
- package/dist-es/commands/GetEventTypesCommand.js +3 -10
- package/dist-es/commands/GetExternalModelsCommand.js +3 -9
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +3 -9
- package/dist-es/commands/GetLabelsCommand.js +3 -9
- package/dist-es/commands/GetListElementsCommand.js +3 -10
- package/dist-es/commands/GetListsMetadataCommand.js +3 -9
- package/dist-es/commands/GetModelVersionCommand.js +3 -9
- package/dist-es/commands/GetModelsCommand.js +3 -9
- package/dist-es/commands/GetOutcomesCommand.js +3 -9
- package/dist-es/commands/GetRulesCommand.js +3 -10
- package/dist-es/commands/GetVariablesCommand.js +3 -9
- package/dist-es/commands/ListEventPredictionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutDetectorCommand.js +3 -9
- package/dist-es/commands/PutEntityTypeCommand.js +3 -9
- package/dist-es/commands/PutEventTypeCommand.js +3 -9
- package/dist-es/commands/PutExternalModelCommand.js +3 -9
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +3 -9
- package/dist-es/commands/PutLabelCommand.js +3 -9
- package/dist-es/commands/PutOutcomeCommand.js +3 -9
- package/dist-es/commands/SendEventCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDetectorVersionCommand.js +3 -9
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +3 -9
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +3 -9
- package/dist-es/commands/UpdateEventLabelCommand.js +3 -9
- package/dist-es/commands/UpdateListCommand.js +3 -10
- package/dist-es/commands/UpdateModelCommand.js +3 -9
- package/dist-es/commands/UpdateModelVersionCommand.js +3 -9
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +3 -9
- package/dist-es/commands/UpdateRuleMetadataCommand.js +3 -9
- package/dist-es/commands/UpdateRuleVersionCommand.js +3 -10
- package/dist-es/commands/UpdateVariableCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -85
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1808 -0
- package/dist-types/FraudDetectorClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -72
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +357 -0
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -46
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +364 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1869
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -659
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -881
|
@@ -0,0 +1,1808 @@
|
|
|
1
|
+
const _ADE = "AccessDeniedException";
|
|
2
|
+
const _ADL = "AllowDenyList";
|
|
3
|
+
const _ADLl = "AllowDenyLists";
|
|
4
|
+
const _ALOM = "AggregatedLogOddsMetric";
|
|
5
|
+
const _ATIMDP = "ATIMetricDataPoint";
|
|
6
|
+
const _ATIMDPL = "ATIMetricDataPointsList";
|
|
7
|
+
const _ATIMP = "ATIModelPerformance";
|
|
8
|
+
const _ATITMV = "ATITrainingMetricsValue";
|
|
9
|
+
const _AVIE = "AggregatedVariablesImpactExplanation";
|
|
10
|
+
const _AVIM = "AggregatedVariablesImportanceMetrics";
|
|
11
|
+
const _BCV = "BatchCreateVariable";
|
|
12
|
+
const _BCVE = "BatchCreateVariableError";
|
|
13
|
+
const _BCVEL = "BatchCreateVariableErrorList";
|
|
14
|
+
const _BCVR = "BatchCreateVariableRequest";
|
|
15
|
+
const _BCVRa = "BatchCreateVariableResult";
|
|
16
|
+
const _BGV = "BatchGetVariable";
|
|
17
|
+
const _BGVE = "BatchGetVariableError";
|
|
18
|
+
const _BGVEL = "BatchGetVariableErrorList";
|
|
19
|
+
const _BGVR = "BatchGetVariableRequest";
|
|
20
|
+
const _BGVRa = "BatchGetVariableResult";
|
|
21
|
+
const _BI = "BatchImport";
|
|
22
|
+
const _BIL = "BatchImportList";
|
|
23
|
+
const _BP = "BatchPrediction";
|
|
24
|
+
const _BPL = "BatchPredictionList";
|
|
25
|
+
const _CBIJ = "CancelBatchImportJob";
|
|
26
|
+
const _CBIJR = "CancelBatchImportJobRequest";
|
|
27
|
+
const _CBIJRa = "CancelBatchImportJobResult";
|
|
28
|
+
const _CBIJRr = "CreateBatchImportJobRequest";
|
|
29
|
+
const _CBIJRre = "CreateBatchImportJobResult";
|
|
30
|
+
const _CBIJr = "CreateBatchImportJob";
|
|
31
|
+
const _CBPJ = "CancelBatchPredictionJob";
|
|
32
|
+
const _CBPJR = "CancelBatchPredictionJobRequest";
|
|
33
|
+
const _CBPJRa = "CancelBatchPredictionJobResult";
|
|
34
|
+
const _CBPJRr = "CreateBatchPredictionJobRequest";
|
|
35
|
+
const _CBPJRre = "CreateBatchPredictionJobResult";
|
|
36
|
+
const _CBPJr = "CreateBatchPredictionJob";
|
|
37
|
+
const _CDV = "CreateDetectorVersion";
|
|
38
|
+
const _CDVR = "CreateDetectorVersionRequest";
|
|
39
|
+
const _CDVRr = "CreateDetectorVersionResult";
|
|
40
|
+
const _CE = "ConflictException";
|
|
41
|
+
const _CL = "CreateList";
|
|
42
|
+
const _CLR = "CreateListRequest";
|
|
43
|
+
const _CLRr = "CreateListResult";
|
|
44
|
+
const _CM = "CreateModel";
|
|
45
|
+
const _CMR = "CreateModelRequest";
|
|
46
|
+
const _CMRr = "CreateModelResult";
|
|
47
|
+
const _CMV = "CreateModelVersion";
|
|
48
|
+
const _CMVR = "CreateModelVersionRequest";
|
|
49
|
+
const _CMVRr = "CreateModelVersionResult";
|
|
50
|
+
const _CR = "CreateRule";
|
|
51
|
+
const _CRR = "CreateRuleRequest";
|
|
52
|
+
const _CRRr = "CreateRuleResult";
|
|
53
|
+
const _CV = "CreateVariable";
|
|
54
|
+
const _CVR = "CreateVariableRequest";
|
|
55
|
+
const _CVRr = "CreateVariableResult";
|
|
56
|
+
const _D = "Detector";
|
|
57
|
+
const _DBIJ = "DeleteBatchImportJob";
|
|
58
|
+
const _DBIJR = "DeleteBatchImportJobRequest";
|
|
59
|
+
const _DBIJRe = "DeleteBatchImportJobResult";
|
|
60
|
+
const _DBPJ = "DeleteBatchPredictionJob";
|
|
61
|
+
const _DBPJR = "DeleteBatchPredictionJobRequest";
|
|
62
|
+
const _DBPJRe = "DeleteBatchPredictionJobResult";
|
|
63
|
+
const _DD = "DeleteDetector";
|
|
64
|
+
const _DDR = "DeleteDetectorRequest";
|
|
65
|
+
const _DDRe = "DeleteDetectorResult";
|
|
66
|
+
const _DDRes = "DescribeDetectorRequest";
|
|
67
|
+
const _DDResc = "DescribeDetectorResult";
|
|
68
|
+
const _DDV = "DeleteDetectorVersion";
|
|
69
|
+
const _DDVR = "DeleteDetectorVersionRequest";
|
|
70
|
+
const _DDVRe = "DeleteDetectorVersionResult";
|
|
71
|
+
const _DDe = "DescribeDetector";
|
|
72
|
+
const _DE = "DeleteEvent";
|
|
73
|
+
const _DEBET = "DeleteEventsByEventType";
|
|
74
|
+
const _DEBETR = "DeleteEventsByEventTypeRequest";
|
|
75
|
+
const _DEBETRe = "DeleteEventsByEventTypeResult";
|
|
76
|
+
const _DEM = "DeleteExternalModel";
|
|
77
|
+
const _DEMR = "DeleteExternalModelRequest";
|
|
78
|
+
const _DEMRe = "DeleteExternalModelResult";
|
|
79
|
+
const _DER = "DeleteEventRequest";
|
|
80
|
+
const _DERe = "DeleteEventResult";
|
|
81
|
+
const _DET = "DeleteEntityType";
|
|
82
|
+
const _DETR = "DeleteEntityTypeRequest";
|
|
83
|
+
const _DETRe = "DeleteEntityTypeResult";
|
|
84
|
+
const _DETRel = "DeleteEventTypeRequest";
|
|
85
|
+
const _DETRele = "DeleteEventTypeResult";
|
|
86
|
+
const _DETe = "DeleteEventType";
|
|
87
|
+
const _DL = "DetectorList";
|
|
88
|
+
const _DLR = "DeleteLabelRequest";
|
|
89
|
+
const _DLRe = "DeleteLabelResult";
|
|
90
|
+
const _DLRel = "DeleteListRequest";
|
|
91
|
+
const _DLRele = "DeleteListResult";
|
|
92
|
+
const _DLe = "DeleteLabel";
|
|
93
|
+
const _DLel = "DeleteList";
|
|
94
|
+
const _DM = "DeleteModel";
|
|
95
|
+
const _DMR = "DeleteModelRequest";
|
|
96
|
+
const _DMRe = "DeleteModelResult";
|
|
97
|
+
const _DMV = "DeleteModelVersion";
|
|
98
|
+
const _DMVR = "DeleteModelVersionRequest";
|
|
99
|
+
const _DMVRe = "DeleteModelVersionResult";
|
|
100
|
+
const _DMVRes = "DescribeModelVersionsRequest";
|
|
101
|
+
const _DMVResc = "DescribeModelVersionsResult";
|
|
102
|
+
const _DMVe = "DescribeModelVersions";
|
|
103
|
+
const _DO = "DeleteOutcome";
|
|
104
|
+
const _DOR = "DeleteOutcomeRequest";
|
|
105
|
+
const _DORe = "DeleteOutcomeResult";
|
|
106
|
+
const _DR = "DeleteRule";
|
|
107
|
+
const _DRR = "DeleteRuleRequest";
|
|
108
|
+
const _DRRe = "DeleteRuleResult";
|
|
109
|
+
const _DV = "DeleteVariable";
|
|
110
|
+
const _DVM = "DataValidationMetrics";
|
|
111
|
+
const _DVR = "DeleteVariableRequest";
|
|
112
|
+
const _DVRe = "DeleteVariableResult";
|
|
113
|
+
const _DVS = "DetectorVersionSummary";
|
|
114
|
+
const _DVSL = "DetectorVersionSummaryList";
|
|
115
|
+
const _E = "Elements";
|
|
116
|
+
const _EAM = "EventAttributeMap";
|
|
117
|
+
const _EED = "ExternalEventsDetail";
|
|
118
|
+
const _EEM = "EvaluatedExternalModel";
|
|
119
|
+
const _EL = "ElementsList";
|
|
120
|
+
const _EM = "ExternalModel";
|
|
121
|
+
const _EMEDBM = "ExternalModelEndpointDataBlobMap";
|
|
122
|
+
const _EML = "ExternalModelList";
|
|
123
|
+
const _EMO = "ExternalModelOutputs";
|
|
124
|
+
const _EMS = "ExternalModelSummary";
|
|
125
|
+
const _EMV = "EvaluatedModelVersion";
|
|
126
|
+
const _EO = "EventOrchestration";
|
|
127
|
+
const _EPS = "EventPredictionSummary";
|
|
128
|
+
const _ER = "EvaluatedRule";
|
|
129
|
+
const _ERL = "EvaluatedRuleList";
|
|
130
|
+
const _ET = "EntityType";
|
|
131
|
+
const _ETv = "EventType";
|
|
132
|
+
const _EVM = "EventVariableMap";
|
|
133
|
+
const _EVS = "EventVariableSummary";
|
|
134
|
+
const _En = "Entity";
|
|
135
|
+
const _Ev = "Event";
|
|
136
|
+
const _FC = "FilterCondition";
|
|
137
|
+
const _FVM = "FieldValidationMessage";
|
|
138
|
+
const _FVMi = "FileValidationMessage";
|
|
139
|
+
const _GBIJ = "GetBatchImportJobs";
|
|
140
|
+
const _GBIJR = "GetBatchImportJobsRequest";
|
|
141
|
+
const _GBIJRe = "GetBatchImportJobsResult";
|
|
142
|
+
const _GBPJ = "GetBatchPredictionJobs";
|
|
143
|
+
const _GBPJR = "GetBatchPredictionJobsRequest";
|
|
144
|
+
const _GBPJRe = "GetBatchPredictionJobsResult";
|
|
145
|
+
const _GD = "GetDetectors";
|
|
146
|
+
const _GDEBETS = "GetDeleteEventsByEventTypeStatus";
|
|
147
|
+
const _GDEBETSR = "GetDeleteEventsByEventTypeStatusRequest";
|
|
148
|
+
const _GDEBETSRe = "GetDeleteEventsByEventTypeStatusResult";
|
|
149
|
+
const _GDR = "GetDetectorsRequest";
|
|
150
|
+
const _GDRe = "GetDetectorsResult";
|
|
151
|
+
const _GDV = "GetDetectorVersion";
|
|
152
|
+
const _GDVR = "GetDetectorVersionRequest";
|
|
153
|
+
const _GDVRe = "GetDetectorVersionResult";
|
|
154
|
+
const _GE = "GetEvent";
|
|
155
|
+
const _GEM = "GetExternalModels";
|
|
156
|
+
const _GEMR = "GetExternalModelsRequest";
|
|
157
|
+
const _GEMRe = "GetExternalModelsResult";
|
|
158
|
+
const _GEP = "GetEventPrediction";
|
|
159
|
+
const _GEPM = "GetEventPredictionMetadata";
|
|
160
|
+
const _GEPMR = "GetEventPredictionMetadataRequest";
|
|
161
|
+
const _GEPMRe = "GetEventPredictionMetadataResult";
|
|
162
|
+
const _GEPR = "GetEventPredictionRequest";
|
|
163
|
+
const _GEPRe = "GetEventPredictionResult";
|
|
164
|
+
const _GER = "GetEventRequest";
|
|
165
|
+
const _GERe = "GetEventResult";
|
|
166
|
+
const _GET = "GetEntityTypes";
|
|
167
|
+
const _GETR = "GetEntityTypesRequest";
|
|
168
|
+
const _GETRe = "GetEntityTypesResult";
|
|
169
|
+
const _GETRet = "GetEventTypesRequest";
|
|
170
|
+
const _GETRetv = "GetEventTypesResult";
|
|
171
|
+
const _GETe = "GetEventTypes";
|
|
172
|
+
const _GKMSEK = "GetKMSEncryptionKey";
|
|
173
|
+
const _GKMSEKR = "GetKMSEncryptionKeyResult";
|
|
174
|
+
const _GL = "GetLabels";
|
|
175
|
+
const _GLE = "GetListElements";
|
|
176
|
+
const _GLER = "GetListElementsRequest";
|
|
177
|
+
const _GLERe = "GetListElementsResult";
|
|
178
|
+
const _GLM = "GetListsMetadata";
|
|
179
|
+
const _GLMR = "GetListsMetadataRequest";
|
|
180
|
+
const _GLMRe = "GetListsMetadataResult";
|
|
181
|
+
const _GLR = "GetLabelsRequest";
|
|
182
|
+
const _GLRe = "GetLabelsResult";
|
|
183
|
+
const _GM = "GetModels";
|
|
184
|
+
const _GMR = "GetModelsRequest";
|
|
185
|
+
const _GMRe = "GetModelsResult";
|
|
186
|
+
const _GMV = "GetModelVersion";
|
|
187
|
+
const _GMVR = "GetModelVersionRequest";
|
|
188
|
+
const _GMVRe = "GetModelVersionResult";
|
|
189
|
+
const _GO = "GetOutcomes";
|
|
190
|
+
const _GOR = "GetOutcomesRequest";
|
|
191
|
+
const _GORe = "GetOutcomesResult";
|
|
192
|
+
const _GR = "GetRules";
|
|
193
|
+
const _GRR = "GetRulesRequest";
|
|
194
|
+
const _GRRe = "GetRulesResult";
|
|
195
|
+
const _GV = "GetVariables";
|
|
196
|
+
const _GVR = "GetVariablesRequest";
|
|
197
|
+
const _GVRe = "GetVariablesResult";
|
|
198
|
+
const _IED = "IngestedEventsDetail";
|
|
199
|
+
const _IES = "IngestedEventStatistics";
|
|
200
|
+
const _IETW = "IngestedEventsTimeWindow";
|
|
201
|
+
const _ISE = "InternalServerException";
|
|
202
|
+
const _KMSK = "KMSKey";
|
|
203
|
+
const _L = "Label";
|
|
204
|
+
const _LEP = "ListEventPredictions";
|
|
205
|
+
const _LEPR = "ListEventPredictionsRequest";
|
|
206
|
+
const _LEPRi = "ListEventPredictionsResult";
|
|
207
|
+
const _LOALOM = "ListOfAggregatedLogOddsMetrics";
|
|
208
|
+
const _LOAVIE = "ListOfAggregatedVariablesImpactExplanations";
|
|
209
|
+
const _LOEEM = "ListOfEvaluatedExternalModels";
|
|
210
|
+
const _LOEMO = "ListOfExternalModelOutputs";
|
|
211
|
+
const _LOEMV = "ListOfEvaluatedModelVersions";
|
|
212
|
+
const _LOEPS = "ListOfEventPredictionSummaries";
|
|
213
|
+
const _LOEVS = "ListOfEventVariableSummaries";
|
|
214
|
+
const _LOLOM = "ListOfLogOddsMetrics";
|
|
215
|
+
const _LOM = "LogOddsMetric";
|
|
216
|
+
const _LOMS = "ListOfModelScores";
|
|
217
|
+
const _LOMV = "ListOfModelVersions";
|
|
218
|
+
const _LOMVE = "ListOfModelVersionEvaluations";
|
|
219
|
+
const _LORR = "ListOfRuleResults";
|
|
220
|
+
const _LS = "LabelSchema";
|
|
221
|
+
const _LTFR = "ListTagsForResource";
|
|
222
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
223
|
+
const _LTFRRi = "ListTagsForResourceResult";
|
|
224
|
+
const _M = "Model";
|
|
225
|
+
const _MDP = "MetricDataPoint";
|
|
226
|
+
const _MEDB = "ModelEndpointDataBlob";
|
|
227
|
+
const _MIC = "ModelInputConfiguration";
|
|
228
|
+
const _MOC = "ModelOutputConfiguration";
|
|
229
|
+
const _MOS = "MapOfStrings";
|
|
230
|
+
const _MS = "ModelScores";
|
|
231
|
+
const _MV = "ModelVersion";
|
|
232
|
+
const _MVD = "ModelVersionDetail";
|
|
233
|
+
const _MVE = "ModelVersionEvaluation";
|
|
234
|
+
const _O = "Outcome";
|
|
235
|
+
const _OFIMDP = "OFIMetricDataPoint";
|
|
236
|
+
const _OFIMDPL = "OFIMetricDataPointsList";
|
|
237
|
+
const _OFIMP = "OFIModelPerformance";
|
|
238
|
+
const _OFITMV = "OFITrainingMetricsValue";
|
|
239
|
+
const _OL = "OutcomeList";
|
|
240
|
+
const _PD = "PutDetector";
|
|
241
|
+
const _PDR = "PutDetectorRequest";
|
|
242
|
+
const _PDRu = "PutDetectorResult";
|
|
243
|
+
const _PE = "PredictionExplanations";
|
|
244
|
+
const _PEM = "PutExternalModel";
|
|
245
|
+
const _PEMR = "PutExternalModelRequest";
|
|
246
|
+
const _PEMRu = "PutExternalModelResult";
|
|
247
|
+
const _PET = "PutEntityType";
|
|
248
|
+
const _PETR = "PutEntityTypeRequest";
|
|
249
|
+
const _PETRu = "PutEntityTypeResult";
|
|
250
|
+
const _PETRut = "PutEventTypeRequest";
|
|
251
|
+
const _PETRutv = "PutEventTypeResult";
|
|
252
|
+
const _PETu = "PutEventType";
|
|
253
|
+
const _PKMSEK = "PutKMSEncryptionKey";
|
|
254
|
+
const _PKMSEKR = "PutKMSEncryptionKeyRequest";
|
|
255
|
+
const _PKMSEKRu = "PutKMSEncryptionKeyResult";
|
|
256
|
+
const _PL = "PutLabel";
|
|
257
|
+
const _PLR = "PutLabelRequest";
|
|
258
|
+
const _PLRu = "PutLabelResult";
|
|
259
|
+
const _PO = "PutOutcome";
|
|
260
|
+
const _POR = "PutOutcomeRequest";
|
|
261
|
+
const _PORu = "PutOutcomeResult";
|
|
262
|
+
const _PTR = "PredictionTimeRange";
|
|
263
|
+
const _R = "Rule";
|
|
264
|
+
const _RD = "RuleDetail";
|
|
265
|
+
const _RDL = "RuleDetailList";
|
|
266
|
+
const _RL = "RuleList";
|
|
267
|
+
const _RNFE = "ResourceNotFoundException";
|
|
268
|
+
const _RR = "RuleResult";
|
|
269
|
+
const _RUE = "ResourceUnavailableException";
|
|
270
|
+
const _SE = "SendEvent";
|
|
271
|
+
const _SER = "SendEventRequest";
|
|
272
|
+
const _SERe = "SendEventResult";
|
|
273
|
+
const _T = "Tag";
|
|
274
|
+
const _TDS = "TrainingDataSchema";
|
|
275
|
+
const _TE = "ThrottlingException";
|
|
276
|
+
const _TFIMDP = "TFIMetricDataPoint";
|
|
277
|
+
const _TFIMDPL = "TFIMetricDataPointsList";
|
|
278
|
+
const _TFIMP = "TFIModelPerformance";
|
|
279
|
+
const _TFITMV = "TFITrainingMetricsValue";
|
|
280
|
+
const _TM = "TrainingMetrics";
|
|
281
|
+
const _TMV = "TrainingMetricsV2";
|
|
282
|
+
const _TR = "TrainingResult";
|
|
283
|
+
const _TRR = "TagResourceRequest";
|
|
284
|
+
const _TRRa = "TagResourceResult";
|
|
285
|
+
const _TRV = "TrainingResultV2";
|
|
286
|
+
const _TRa = "TagResource";
|
|
287
|
+
const _UDV = "UpdateDetectorVersion";
|
|
288
|
+
const _UDVM = "UpdateDetectorVersionMetadata";
|
|
289
|
+
const _UDVMR = "UpdateDetectorVersionMetadataRequest";
|
|
290
|
+
const _UDVMRp = "UpdateDetectorVersionMetadataResult";
|
|
291
|
+
const _UDVR = "UpdateDetectorVersionRequest";
|
|
292
|
+
const _UDVRp = "UpdateDetectorVersionResult";
|
|
293
|
+
const _UDVS = "UpdateDetectorVersionStatus";
|
|
294
|
+
const _UDVSR = "UpdateDetectorVersionStatusRequest";
|
|
295
|
+
const _UDVSRp = "UpdateDetectorVersionStatusResult";
|
|
296
|
+
const _UEL = "UpdateEventLabel";
|
|
297
|
+
const _UELR = "UpdateEventLabelRequest";
|
|
298
|
+
const _UELRp = "UpdateEventLabelResult";
|
|
299
|
+
const _UL = "UpdateList";
|
|
300
|
+
const _ULR = "UpdateListRequest";
|
|
301
|
+
const _ULRp = "UpdateListResult";
|
|
302
|
+
const _UM = "UpdateModel";
|
|
303
|
+
const _UMR = "UpdateModelRequest";
|
|
304
|
+
const _UMRp = "UpdateModelResult";
|
|
305
|
+
const _UMV = "UpdateModelVersion";
|
|
306
|
+
const _UMVR = "UpdateModelVersionRequest";
|
|
307
|
+
const _UMVRp = "UpdateModelVersionResult";
|
|
308
|
+
const _UMVS = "UpdateModelVersionStatus";
|
|
309
|
+
const _UMVSR = "UpdateModelVersionStatusRequest";
|
|
310
|
+
const _UMVSRp = "UpdateModelVersionStatusResult";
|
|
311
|
+
const _UR = "UncertaintyRange";
|
|
312
|
+
const _URM = "UpdateRuleMetadata";
|
|
313
|
+
const _URMR = "UpdateRuleMetadataRequest";
|
|
314
|
+
const _URMRp = "UpdateRuleMetadataResult";
|
|
315
|
+
const _URR = "UntagResourceRequest";
|
|
316
|
+
const _URRn = "UntagResourceResult";
|
|
317
|
+
const _URV = "UpdateRuleVersion";
|
|
318
|
+
const _URVR = "UpdateRuleVersionRequest";
|
|
319
|
+
const _URVRp = "UpdateRuleVersionResult";
|
|
320
|
+
const _URn = "UntagResource";
|
|
321
|
+
const _UV = "UpdateVariable";
|
|
322
|
+
const _UVR = "UpdateVariableRequest";
|
|
323
|
+
const _UVRp = "UpdateVariableResult";
|
|
324
|
+
const _V = "Variable";
|
|
325
|
+
const _VE = "ValidationException";
|
|
326
|
+
const _VEL = "VariableEntryList";
|
|
327
|
+
const _VEa = "VariableEntry";
|
|
328
|
+
const _VIE = "VariableImpactExplanation";
|
|
329
|
+
const _VIM = "VariableImportanceMetrics";
|
|
330
|
+
const _VL = "VariableList";
|
|
331
|
+
const _a = "arn";
|
|
332
|
+
const _aL = "assignedLabel";
|
|
333
|
+
const _aV = "attributeValue";
|
|
334
|
+
const _aVI = "aggregatedVariablesImportance";
|
|
335
|
+
const _aVIE = "aggregatedVariablesImpactExplanations";
|
|
336
|
+
const _aVIM = "aggregatedVariablesImportanceMetrics";
|
|
337
|
+
const _ad = "adr";
|
|
338
|
+
const _as = "asi";
|
|
339
|
+
const _at = "atodr";
|
|
340
|
+
const _ati = "ati";
|
|
341
|
+
const _au = "auc";
|
|
342
|
+
const _bB = "byteBuffer";
|
|
343
|
+
const _bI = "batchImports";
|
|
344
|
+
const _bP = "batchPredictions";
|
|
345
|
+
const _c = "client";
|
|
346
|
+
const _cIT = "csvInputTemplate";
|
|
347
|
+
const _cITVM = "csvIndexToVariableMap";
|
|
348
|
+
const _cL = "currentLabel";
|
|
349
|
+
const _cT = "createdTime";
|
|
350
|
+
const _cTo = "completionTime";
|
|
351
|
+
const _cTon = "contentType";
|
|
352
|
+
const _co = "code";
|
|
353
|
+
const _con = "content";
|
|
354
|
+
const _cr = "cr";
|
|
355
|
+
const _d = "description";
|
|
356
|
+
const _dAH = "deleteAuditHistory";
|
|
357
|
+
const _dARA = "dataAccessRoleArn";
|
|
358
|
+
const _dI = "detectorId";
|
|
359
|
+
const _dL = "dataLocation";
|
|
360
|
+
const _dN = "detectorName";
|
|
361
|
+
const _dS = "dataSource";
|
|
362
|
+
const _dT = "dataType";
|
|
363
|
+
const _dV = "detectorVersion";
|
|
364
|
+
const _dVI = "detectorVersionId";
|
|
365
|
+
const _dVM = "dataValidationMetrics";
|
|
366
|
+
const _dVS = "detectorVersionSummaries";
|
|
367
|
+
const _dVSe = "detectorVersionStatus";
|
|
368
|
+
const _dVe = "defaultValue";
|
|
369
|
+
const _de = "detectors";
|
|
370
|
+
const _e = "error";
|
|
371
|
+
const _eBE = "eventBridgeEnabled";
|
|
372
|
+
const _eDS = "eventsDeletionStatus";
|
|
373
|
+
const _eDSIB = "eventDataSizeInBytes";
|
|
374
|
+
const _eED = "externalEventsDetail";
|
|
375
|
+
const _eEM = "evaluatedExternalModels";
|
|
376
|
+
const _eI = "eventId";
|
|
377
|
+
const _eIn = "entityId";
|
|
378
|
+
const _eIv = "eventIngestion";
|
|
379
|
+
const _eM = "externalModel";
|
|
380
|
+
const _eME = "externalModelEndpoints";
|
|
381
|
+
const _eMEDB = "externalModelEndpointDataBlobs";
|
|
382
|
+
const _eMO = "externalModelOutputs";
|
|
383
|
+
const _eMV = "evaluatedModelVersions";
|
|
384
|
+
const _eMx = "externalModels";
|
|
385
|
+
const _eO = "eventOrchestration";
|
|
386
|
+
const _ePS = "eventPredictionSummaries";
|
|
387
|
+
const _eS = "evaluationScore";
|
|
388
|
+
const _eT = "entityType";
|
|
389
|
+
const _eTL = "entityTypeList";
|
|
390
|
+
const _eTLv = "eventTypeList";
|
|
391
|
+
const _eTN = "eventTypeName";
|
|
392
|
+
const _eTn = "entityTypes";
|
|
393
|
+
const _eTnd = "endTime";
|
|
394
|
+
const _eTv = "eventTimestamp";
|
|
395
|
+
const _eTve = "eventTypes";
|
|
396
|
+
const _eTven = "eventType";
|
|
397
|
+
const _eV = "eventVariables";
|
|
398
|
+
const _eVN = "eventVariableNames";
|
|
399
|
+
const _eVNv = "eventVariableName";
|
|
400
|
+
const _eWV = "expressionWithValues";
|
|
401
|
+
const _el = "elements";
|
|
402
|
+
const _en = "entities";
|
|
403
|
+
const _er = "errors";
|
|
404
|
+
const _ev = "evaluations";
|
|
405
|
+
const _eva = "evaluated";
|
|
406
|
+
const _eve = "event";
|
|
407
|
+
const _ex = "expression";
|
|
408
|
+
const _f = "fpr";
|
|
409
|
+
const _fLM = "fileLevelMessages";
|
|
410
|
+
const _fLMi = "fieldLevelMessages";
|
|
411
|
+
const _fN = "fieldName";
|
|
412
|
+
const _fR = "failureReason";
|
|
413
|
+
const _fRC = "failedRecordsCount";
|
|
414
|
+
const _fVML = "fieldValidationMessageList";
|
|
415
|
+
const _fVMLi = "fileValidationMessageList";
|
|
416
|
+
const _fo = "format";
|
|
417
|
+
const _hE = "httpError";
|
|
418
|
+
const _i = "identifier";
|
|
419
|
+
const _iC = "inputConfiguration";
|
|
420
|
+
const _iED = "ingestedEventsDetail";
|
|
421
|
+
const _iES = "ingestedEventStatistics";
|
|
422
|
+
const _iETW = "ingestedEventsTimeWindow";
|
|
423
|
+
const _iMERA = "invokeModelEndpointRoleArn";
|
|
424
|
+
const _iP = "inputPath";
|
|
425
|
+
const _iRA = "iamRoleArn";
|
|
426
|
+
const _iV = "inputVariables";
|
|
427
|
+
const _jI = "jobId";
|
|
428
|
+
const _jIT = "jsonInputTemplate";
|
|
429
|
+
const _jKTVM = "jsonKeyToVariableMap";
|
|
430
|
+
const _k = "key";
|
|
431
|
+
const _kEKA = "kmsEncryptionKeyArn";
|
|
432
|
+
const _kK = "kmsKey";
|
|
433
|
+
const _l = "language";
|
|
434
|
+
const _lBV = "lowerBoundValue";
|
|
435
|
+
const _lHT = "lastHeartbeatTime";
|
|
436
|
+
const _lL = "labelList";
|
|
437
|
+
const _lM = "labelMapper";
|
|
438
|
+
const _lOE = "listOfEntities";
|
|
439
|
+
const _lOI = "logOddsImpact";
|
|
440
|
+
const _lOM = "logOddsMetrics";
|
|
441
|
+
const _lOVIE = "listOfVariableImpactExplanations";
|
|
442
|
+
const _lRE = "leastRecentEvent";
|
|
443
|
+
const _lS = "labelSchema";
|
|
444
|
+
const _lT = "labelTimestamp";
|
|
445
|
+
const _lUT = "lastUpdatedTime";
|
|
446
|
+
const _la = "labels";
|
|
447
|
+
const _li = "lists";
|
|
448
|
+
const _m = "message";
|
|
449
|
+
const _mDP = "metricDataPoints";
|
|
450
|
+
const _mDPL = "metricDataPointsList";
|
|
451
|
+
const _mE = "modelEndpoint";
|
|
452
|
+
const _mES = "modelEndpointStatus";
|
|
453
|
+
const _mI = "modelId";
|
|
454
|
+
const _mL = "modelList";
|
|
455
|
+
const _mP = "modelPerformance";
|
|
456
|
+
const _mR = "maxResults";
|
|
457
|
+
const _mRE = "mostRecentEvent";
|
|
458
|
+
const _mS = "modelSource";
|
|
459
|
+
const _mSo = "modelScores";
|
|
460
|
+
const _mT = "modelType";
|
|
461
|
+
const _mV = "modelVersions";
|
|
462
|
+
const _mVD = "modelVersionDetails";
|
|
463
|
+
const _mVDL = "modelVersionDetailList";
|
|
464
|
+
const _mVN = "modelVersionNumber";
|
|
465
|
+
const _mVNa = "majorVersionNumber";
|
|
466
|
+
const _mVo = "modelVersion";
|
|
467
|
+
const _mVod = "modelVariables";
|
|
468
|
+
const _ma = "matched";
|
|
469
|
+
const _mo = "models";
|
|
470
|
+
const _n = "name";
|
|
471
|
+
const _nOE = "numberOfEvents";
|
|
472
|
+
const _nT = "nextToken";
|
|
473
|
+
const _na = "names";
|
|
474
|
+
const _o = "outcomes";
|
|
475
|
+
const _oC = "outputConfiguration";
|
|
476
|
+
const _oP = "outputPath";
|
|
477
|
+
const _oV = "outputVariables";
|
|
478
|
+
const _oVN = "outputVariableName";
|
|
479
|
+
const _of = "ofi";
|
|
480
|
+
const _ou = "outputs";
|
|
481
|
+
const _p = "precision";
|
|
482
|
+
const _pE = "predictionExplanations";
|
|
483
|
+
const _pRC = "processedRecordsCount";
|
|
484
|
+
const _pT = "predictionTimestamp";
|
|
485
|
+
const _pTR = "predictionTimeRange";
|
|
486
|
+
const _r = "rules";
|
|
487
|
+
const _rARN = "resourceARN";
|
|
488
|
+
const _rD = "ruleDetails";
|
|
489
|
+
const _rE = "ruleExpression";
|
|
490
|
+
const _rEM = "ruleExecutionMode";
|
|
491
|
+
const _rI = "relativeImpact";
|
|
492
|
+
const _rIu = "ruleId";
|
|
493
|
+
const _rR = "ruleResults";
|
|
494
|
+
const _rV = "ruleVersion";
|
|
495
|
+
const _ru = "rule";
|
|
496
|
+
const _s = "status";
|
|
497
|
+
const _sS = "sensitiveString";
|
|
498
|
+
const _sT = "startTime";
|
|
499
|
+
const _sc = "scores";
|
|
500
|
+
const _se = "server";
|
|
501
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.frauddetector";
|
|
502
|
+
const _so = "source";
|
|
503
|
+
const _t = "threshold";
|
|
504
|
+
const _tDS = "trainingDataSource";
|
|
505
|
+
const _tDSr = "trainingDataSchema";
|
|
506
|
+
const _tK = "tagKeys";
|
|
507
|
+
const _tL = "tagList";
|
|
508
|
+
const _tM = "trainingMetrics";
|
|
509
|
+
const _tMV = "trainingMetricsV2";
|
|
510
|
+
const _tR = "trainingResult";
|
|
511
|
+
const _tRC = "totalRecordsCount";
|
|
512
|
+
const _tRV = "trainingResultV2";
|
|
513
|
+
const _ta = "tags";
|
|
514
|
+
const _tf = "tfi";
|
|
515
|
+
const _ti = "title";
|
|
516
|
+
const _tp = "tpr";
|
|
517
|
+
const _ty = "type";
|
|
518
|
+
const _uBV = "upperBoundValue";
|
|
519
|
+
const _uET = "unlabeledEventsTreatment";
|
|
520
|
+
const _uEV = "useEventVariables";
|
|
521
|
+
const _uM = "updateMode";
|
|
522
|
+
const _uR = "uncertaintyRange";
|
|
523
|
+
const _uT = "updatedTime";
|
|
524
|
+
const _v = "variables";
|
|
525
|
+
const _vE = "variableEntries";
|
|
526
|
+
const _vI = "variableImportance";
|
|
527
|
+
const _vIE = "variableImpactExplanations";
|
|
528
|
+
const _vIM = "variableImportanceMetrics";
|
|
529
|
+
const _vN = "variableNames";
|
|
530
|
+
const _vNa = "variableName";
|
|
531
|
+
const _vT = "variableType";
|
|
532
|
+
const _vV = "variableValue";
|
|
533
|
+
const _va = "value";
|
|
534
|
+
const n0 = "com.amazonaws.frauddetector";
|
|
535
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
536
|
+
import { FraudDetectorServiceException as __FraudDetectorServiceException } from "../models/FraudDetectorServiceException";
|
|
537
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
538
|
+
export var attributeValue = [0, n0, _aV, 8, 0];
|
|
539
|
+
export var Elements = [0, n0, _E, 8, 0];
|
|
540
|
+
export var ruleExpression = [0, n0, _rE, 8, 0];
|
|
541
|
+
export var sensitiveString = [0, n0, _sS, 8, 0];
|
|
542
|
+
export var variableValue = [0, n0, _vV, 8, 0];
|
|
543
|
+
export var AccessDeniedException = [
|
|
544
|
+
-3,
|
|
545
|
+
n0,
|
|
546
|
+
_ADE,
|
|
547
|
+
{
|
|
548
|
+
[_e]: _c,
|
|
549
|
+
[_hE]: 403,
|
|
550
|
+
},
|
|
551
|
+
[_m],
|
|
552
|
+
[0],
|
|
553
|
+
];
|
|
554
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
555
|
+
export var AggregatedLogOddsMetric = [3, n0, _ALOM, 0, [_vN, _aVI], [64 | 0, 1]];
|
|
556
|
+
export var AggregatedVariablesImpactExplanation = [
|
|
557
|
+
3,
|
|
558
|
+
n0,
|
|
559
|
+
_AVIE,
|
|
560
|
+
0,
|
|
561
|
+
[_eVN, _rI, _lOI],
|
|
562
|
+
[64 | 0, 0, 1],
|
|
563
|
+
];
|
|
564
|
+
export var AggregatedVariablesImportanceMetrics = [
|
|
565
|
+
3,
|
|
566
|
+
n0,
|
|
567
|
+
_AVIM,
|
|
568
|
+
0,
|
|
569
|
+
[_lOM],
|
|
570
|
+
[() => ListOfAggregatedLogOddsMetrics],
|
|
571
|
+
];
|
|
572
|
+
export var AllowDenyList = [3, n0, _ADL, 0, [_n, _d, _vT, _cT, _uT, _a], [0, 0, 0, 0, 0, 0]];
|
|
573
|
+
export var ATIMetricDataPoint = [3, n0, _ATIMDP, 0, [_cr, _ad, _t, _at], [1, 1, 1, 1]];
|
|
574
|
+
export var ATIModelPerformance = [3, n0, _ATIMP, 0, [_as], [1]];
|
|
575
|
+
export var ATITrainingMetricsValue = [
|
|
576
|
+
3,
|
|
577
|
+
n0,
|
|
578
|
+
_ATITMV,
|
|
579
|
+
0,
|
|
580
|
+
[_mDP, _mP],
|
|
581
|
+
[() => ATIMetricDataPointsList, () => ATIModelPerformance],
|
|
582
|
+
];
|
|
583
|
+
export var BatchCreateVariableError = [3, n0, _BCVE, 0, [_n, _co, _m], [0, 1, 0]];
|
|
584
|
+
export var BatchCreateVariableRequest = [
|
|
585
|
+
3,
|
|
586
|
+
n0,
|
|
587
|
+
_BCVR,
|
|
588
|
+
0,
|
|
589
|
+
[_vE, _ta],
|
|
590
|
+
[() => VariableEntryList, () => tagList],
|
|
591
|
+
];
|
|
592
|
+
export var BatchCreateVariableResult = [
|
|
593
|
+
3,
|
|
594
|
+
n0,
|
|
595
|
+
_BCVRa,
|
|
596
|
+
0,
|
|
597
|
+
[_er],
|
|
598
|
+
[() => BatchCreateVariableErrorList],
|
|
599
|
+
];
|
|
600
|
+
export var BatchGetVariableError = [3, n0, _BGVE, 0, [_n, _co, _m], [0, 1, 0]];
|
|
601
|
+
export var BatchGetVariableRequest = [3, n0, _BGVR, 0, [_na], [64 | 0]];
|
|
602
|
+
export var BatchGetVariableResult = [
|
|
603
|
+
3,
|
|
604
|
+
n0,
|
|
605
|
+
_BGVRa,
|
|
606
|
+
0,
|
|
607
|
+
[_v, _er],
|
|
608
|
+
[() => VariableList, () => BatchGetVariableErrorList],
|
|
609
|
+
];
|
|
610
|
+
export var BatchImport = [
|
|
611
|
+
3,
|
|
612
|
+
n0,
|
|
613
|
+
_BI,
|
|
614
|
+
0,
|
|
615
|
+
[_jI, _s, _fR, _sT, _cTo, _iP, _oP, _eTN, _iRA, _a, _pRC, _fRC, _tRC],
|
|
616
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1],
|
|
617
|
+
];
|
|
618
|
+
export var BatchPrediction = [
|
|
619
|
+
3,
|
|
620
|
+
n0,
|
|
621
|
+
_BP,
|
|
622
|
+
0,
|
|
623
|
+
[_jI, _s, _fR, _sT, _cTo, _lHT, _iP, _oP, _eTN, _dN, _dV, _iRA, _a, _pRC, _tRC],
|
|
624
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1],
|
|
625
|
+
];
|
|
626
|
+
export var CancelBatchImportJobRequest = [3, n0, _CBIJR, 0, [_jI], [0]];
|
|
627
|
+
export var CancelBatchImportJobResult = [3, n0, _CBIJRa, 0, [], []];
|
|
628
|
+
export var CancelBatchPredictionJobRequest = [3, n0, _CBPJR, 0, [_jI], [0]];
|
|
629
|
+
export var CancelBatchPredictionJobResult = [3, n0, _CBPJRa, 0, [], []];
|
|
630
|
+
export var ConflictException = [
|
|
631
|
+
-3,
|
|
632
|
+
n0,
|
|
633
|
+
_CE,
|
|
634
|
+
{
|
|
635
|
+
[_e]: _c,
|
|
636
|
+
[_hE]: 409,
|
|
637
|
+
},
|
|
638
|
+
[_m],
|
|
639
|
+
[0],
|
|
640
|
+
];
|
|
641
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
642
|
+
export var CreateBatchImportJobRequest = [
|
|
643
|
+
3,
|
|
644
|
+
n0,
|
|
645
|
+
_CBIJRr,
|
|
646
|
+
0,
|
|
647
|
+
[_jI, _iP, _oP, _eTN, _iRA, _ta],
|
|
648
|
+
[0, 0, 0, 0, 0, () => tagList],
|
|
649
|
+
];
|
|
650
|
+
export var CreateBatchImportJobResult = [3, n0, _CBIJRre, 0, [], []];
|
|
651
|
+
export var CreateBatchPredictionJobRequest = [
|
|
652
|
+
3,
|
|
653
|
+
n0,
|
|
654
|
+
_CBPJRr,
|
|
655
|
+
0,
|
|
656
|
+
[_jI, _iP, _oP, _eTN, _dN, _dV, _iRA, _ta],
|
|
657
|
+
[0, 0, 0, 0, 0, 0, 0, () => tagList],
|
|
658
|
+
];
|
|
659
|
+
export var CreateBatchPredictionJobResult = [3, n0, _CBPJRre, 0, [], []];
|
|
660
|
+
export var CreateDetectorVersionRequest = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_CDVR,
|
|
664
|
+
0,
|
|
665
|
+
[_dI, _d, _eME, _r, _mV, _rEM, _ta],
|
|
666
|
+
[0, 0, 64 | 0, () => RuleList, () => ListOfModelVersions, 0, () => tagList],
|
|
667
|
+
];
|
|
668
|
+
export var CreateDetectorVersionResult = [3, n0, _CDVRr, 0, [_dI, _dVI, _s], [0, 0, 0]];
|
|
669
|
+
export var CreateListRequest = [
|
|
670
|
+
3,
|
|
671
|
+
n0,
|
|
672
|
+
_CLR,
|
|
673
|
+
0,
|
|
674
|
+
[_n, _el, _vT, _d, _ta],
|
|
675
|
+
[0, [() => ElementsList, 0], 0, 0, () => tagList],
|
|
676
|
+
];
|
|
677
|
+
export var CreateListResult = [3, n0, _CLRr, 0, [], []];
|
|
678
|
+
export var CreateModelRequest = [
|
|
679
|
+
3,
|
|
680
|
+
n0,
|
|
681
|
+
_CMR,
|
|
682
|
+
0,
|
|
683
|
+
[_mI, _mT, _d, _eTN, _ta],
|
|
684
|
+
[0, 0, 0, 0, () => tagList],
|
|
685
|
+
];
|
|
686
|
+
export var CreateModelResult = [3, n0, _CMRr, 0, [], []];
|
|
687
|
+
export var CreateModelVersionRequest = [
|
|
688
|
+
3,
|
|
689
|
+
n0,
|
|
690
|
+
_CMVR,
|
|
691
|
+
0,
|
|
692
|
+
[_mI, _mT, _tDS, _tDSr, _eED, _iED, _ta],
|
|
693
|
+
[0, 0, 0, () => TrainingDataSchema, () => ExternalEventsDetail, () => IngestedEventsDetail, () => tagList],
|
|
694
|
+
];
|
|
695
|
+
export var CreateModelVersionResult = [3, n0, _CMVRr, 0, [_mI, _mT, _mVN, _s], [0, 0, 0, 0]];
|
|
696
|
+
export var CreateRuleRequest = [
|
|
697
|
+
3,
|
|
698
|
+
n0,
|
|
699
|
+
_CRR,
|
|
700
|
+
0,
|
|
701
|
+
[_rIu, _dI, _d, _ex, _l, _o, _ta],
|
|
702
|
+
[0, 0, 0, [() => ruleExpression, 0], 0, 64 | 0, () => tagList],
|
|
703
|
+
];
|
|
704
|
+
export var CreateRuleResult = [3, n0, _CRRr, 0, [_ru], [() => Rule]];
|
|
705
|
+
export var CreateVariableRequest = [
|
|
706
|
+
3,
|
|
707
|
+
n0,
|
|
708
|
+
_CVR,
|
|
709
|
+
0,
|
|
710
|
+
[_n, _dT, _dS, _dVe, _d, _vT, _ta],
|
|
711
|
+
[0, 0, 0, 0, 0, 0, () => tagList],
|
|
712
|
+
];
|
|
713
|
+
export var CreateVariableResult = [3, n0, _CVRr, 0, [], []];
|
|
714
|
+
export var DataValidationMetrics = [
|
|
715
|
+
3,
|
|
716
|
+
n0,
|
|
717
|
+
_DVM,
|
|
718
|
+
0,
|
|
719
|
+
[_fLM, _fLMi],
|
|
720
|
+
[() => fileValidationMessageList, () => fieldValidationMessageList],
|
|
721
|
+
];
|
|
722
|
+
export var DeleteBatchImportJobRequest = [3, n0, _DBIJR, 0, [_jI], [0]];
|
|
723
|
+
export var DeleteBatchImportJobResult = [3, n0, _DBIJRe, 0, [], []];
|
|
724
|
+
export var DeleteBatchPredictionJobRequest = [3, n0, _DBPJR, 0, [_jI], [0]];
|
|
725
|
+
export var DeleteBatchPredictionJobResult = [3, n0, _DBPJRe, 0, [], []];
|
|
726
|
+
export var DeleteDetectorRequest = [3, n0, _DDR, 0, [_dI], [0]];
|
|
727
|
+
export var DeleteDetectorResult = [3, n0, _DDRe, 0, [], []];
|
|
728
|
+
export var DeleteDetectorVersionRequest = [3, n0, _DDVR, 0, [_dI, _dVI], [0, 0]];
|
|
729
|
+
export var DeleteDetectorVersionResult = [3, n0, _DDVRe, 0, [], []];
|
|
730
|
+
export var DeleteEntityTypeRequest = [3, n0, _DETR, 0, [_n], [0]];
|
|
731
|
+
export var DeleteEntityTypeResult = [3, n0, _DETRe, 0, [], []];
|
|
732
|
+
export var DeleteEventRequest = [3, n0, _DER, 0, [_eI, _eTN, _dAH], [0, 0, 2]];
|
|
733
|
+
export var DeleteEventResult = [3, n0, _DERe, 0, [], []];
|
|
734
|
+
export var DeleteEventsByEventTypeRequest = [3, n0, _DEBETR, 0, [_eTN], [0]];
|
|
735
|
+
export var DeleteEventsByEventTypeResult = [3, n0, _DEBETRe, 0, [_eTN, _eDS], [0, 0]];
|
|
736
|
+
export var DeleteEventTypeRequest = [3, n0, _DETRel, 0, [_n], [0]];
|
|
737
|
+
export var DeleteEventTypeResult = [3, n0, _DETRele, 0, [], []];
|
|
738
|
+
export var DeleteExternalModelRequest = [3, n0, _DEMR, 0, [_mE], [0]];
|
|
739
|
+
export var DeleteExternalModelResult = [3, n0, _DEMRe, 0, [], []];
|
|
740
|
+
export var DeleteLabelRequest = [3, n0, _DLR, 0, [_n], [0]];
|
|
741
|
+
export var DeleteLabelResult = [3, n0, _DLRe, 0, [], []];
|
|
742
|
+
export var DeleteListRequest = [3, n0, _DLRel, 0, [_n], [0]];
|
|
743
|
+
export var DeleteListResult = [3, n0, _DLRele, 0, [], []];
|
|
744
|
+
export var DeleteModelRequest = [3, n0, _DMR, 0, [_mI, _mT], [0, 0]];
|
|
745
|
+
export var DeleteModelResult = [3, n0, _DMRe, 0, [], []];
|
|
746
|
+
export var DeleteModelVersionRequest = [3, n0, _DMVR, 0, [_mI, _mT, _mVN], [0, 0, 0]];
|
|
747
|
+
export var DeleteModelVersionResult = [3, n0, _DMVRe, 0, [], []];
|
|
748
|
+
export var DeleteOutcomeRequest = [3, n0, _DOR, 0, [_n], [0]];
|
|
749
|
+
export var DeleteOutcomeResult = [3, n0, _DORe, 0, [], []];
|
|
750
|
+
export var DeleteRuleRequest = [3, n0, _DRR, 0, [_ru], [() => Rule]];
|
|
751
|
+
export var DeleteRuleResult = [3, n0, _DRRe, 0, [], []];
|
|
752
|
+
export var DeleteVariableRequest = [3, n0, _DVR, 0, [_n], [0]];
|
|
753
|
+
export var DeleteVariableResult = [3, n0, _DVRe, 0, [], []];
|
|
754
|
+
export var DescribeDetectorRequest = [3, n0, _DDRes, 0, [_dI, _nT, _mR], [0, 0, 1]];
|
|
755
|
+
export var DescribeDetectorResult = [
|
|
756
|
+
3,
|
|
757
|
+
n0,
|
|
758
|
+
_DDResc,
|
|
759
|
+
0,
|
|
760
|
+
[_dI, _dVS, _nT, _a],
|
|
761
|
+
[0, () => DetectorVersionSummaryList, 0, 0],
|
|
762
|
+
];
|
|
763
|
+
export var DescribeModelVersionsRequest = [
|
|
764
|
+
3,
|
|
765
|
+
n0,
|
|
766
|
+
_DMVRes,
|
|
767
|
+
0,
|
|
768
|
+
[_mI, _mVN, _mT, _nT, _mR],
|
|
769
|
+
[0, 0, 0, 0, 1],
|
|
770
|
+
];
|
|
771
|
+
export var DescribeModelVersionsResult = [
|
|
772
|
+
3,
|
|
773
|
+
n0,
|
|
774
|
+
_DMVResc,
|
|
775
|
+
0,
|
|
776
|
+
[_mVD, _nT],
|
|
777
|
+
[() => modelVersionDetailList, 0],
|
|
778
|
+
];
|
|
779
|
+
export var Detector = [3, n0, _D, 0, [_dI, _d, _eTN, _lUT, _cT, _a], [0, 0, 0, 0, 0, 0]];
|
|
780
|
+
export var DetectorVersionSummary = [3, n0, _DVS, 0, [_dVI, _s, _d, _lUT], [0, 0, 0, 0]];
|
|
781
|
+
export var Entity = [3, n0, _En, 8, [_eT, _eIn], [0, 0]];
|
|
782
|
+
export var EntityType = [3, n0, _ET, 0, [_n, _d, _lUT, _cT, _a], [0, 0, 0, 0, 0]];
|
|
783
|
+
export var EvaluatedExternalModel = [
|
|
784
|
+
3,
|
|
785
|
+
n0,
|
|
786
|
+
_EEM,
|
|
787
|
+
0,
|
|
788
|
+
[_mE, _uEV, _iV, _oV],
|
|
789
|
+
[0, 2, [() => MapOfStrings, 0], [() => MapOfStrings, 0]],
|
|
790
|
+
];
|
|
791
|
+
export var EvaluatedModelVersion = [
|
|
792
|
+
3,
|
|
793
|
+
n0,
|
|
794
|
+
_EMV,
|
|
795
|
+
0,
|
|
796
|
+
[_mI, _mVo, _mT, _ev],
|
|
797
|
+
[0, 0, 0, () => ListOfModelVersionEvaluations],
|
|
798
|
+
];
|
|
799
|
+
export var EvaluatedRule = [
|
|
800
|
+
3,
|
|
801
|
+
n0,
|
|
802
|
+
_ER,
|
|
803
|
+
0,
|
|
804
|
+
[_rIu, _rV, _ex, _eWV, _o, _eva, _ma],
|
|
805
|
+
[0, 0, [() => sensitiveString, 0], [() => sensitiveString, 0], 64 | 0, 2, 2],
|
|
806
|
+
];
|
|
807
|
+
export var Event = [
|
|
808
|
+
3,
|
|
809
|
+
n0,
|
|
810
|
+
_Ev,
|
|
811
|
+
0,
|
|
812
|
+
[_eI, _eTN, _eTv, _eV, _cL, _lT, _en],
|
|
813
|
+
[0, 0, 0, [() => EventAttributeMap, 0], 0, 0, [() => listOfEntities, 0]],
|
|
814
|
+
];
|
|
815
|
+
export var EventOrchestration = [3, n0, _EO, 0, [_eBE], [2]];
|
|
816
|
+
export var EventPredictionSummary = [
|
|
817
|
+
3,
|
|
818
|
+
n0,
|
|
819
|
+
_EPS,
|
|
820
|
+
0,
|
|
821
|
+
[_eI, _eTN, _eTv, _pT, _dI, _dVI],
|
|
822
|
+
[0, 0, 0, 0, 0, 0],
|
|
823
|
+
];
|
|
824
|
+
export var EventType = [
|
|
825
|
+
3,
|
|
826
|
+
n0,
|
|
827
|
+
_ETv,
|
|
828
|
+
8,
|
|
829
|
+
[_n, _d, _eV, _la, _eTn, _eIv, _iES, _lUT, _cT, _a, _eO],
|
|
830
|
+
[0, 0, 64 | 0, 64 | 0, 64 | 0, 0, () => IngestedEventStatistics, 0, 0, 0, () => EventOrchestration],
|
|
831
|
+
];
|
|
832
|
+
export var EventVariableSummary = [
|
|
833
|
+
3,
|
|
834
|
+
n0,
|
|
835
|
+
_EVS,
|
|
836
|
+
0,
|
|
837
|
+
[_n, _va, _so],
|
|
838
|
+
[
|
|
839
|
+
[() => sensitiveString, 0],
|
|
840
|
+
[() => sensitiveString, 0],
|
|
841
|
+
[() => sensitiveString, 0],
|
|
842
|
+
],
|
|
843
|
+
];
|
|
844
|
+
export var ExternalEventsDetail = [3, n0, _EED, 0, [_dL, _dARA], [0, 0]];
|
|
845
|
+
export var ExternalModel = [
|
|
846
|
+
3,
|
|
847
|
+
n0,
|
|
848
|
+
_EM,
|
|
849
|
+
0,
|
|
850
|
+
[_mE, _mS, _iMERA, _iC, _oC, _mES, _lUT, _cT, _a],
|
|
851
|
+
[0, 0, 0, () => ModelInputConfiguration, () => ModelOutputConfiguration, 0, 0, 0, 0],
|
|
852
|
+
];
|
|
853
|
+
export var ExternalModelOutputs = [
|
|
854
|
+
3,
|
|
855
|
+
n0,
|
|
856
|
+
_EMO,
|
|
857
|
+
0,
|
|
858
|
+
[_eM, _ou],
|
|
859
|
+
[() => ExternalModelSummary, 128 | 0],
|
|
860
|
+
];
|
|
861
|
+
export var ExternalModelSummary = [3, n0, _EMS, 0, [_mE, _mS], [0, 0]];
|
|
862
|
+
export var FieldValidationMessage = [3, n0, _FVM, 0, [_fN, _i, _ti, _con, _ty], [0, 0, 0, 0, 0]];
|
|
863
|
+
export var FileValidationMessage = [3, n0, _FVMi, 0, [_ti, _con, _ty], [0, 0, 0]];
|
|
864
|
+
export var FilterCondition = [3, n0, _FC, 0, [_va], [0]];
|
|
865
|
+
export var GetBatchImportJobsRequest = [3, n0, _GBIJR, 0, [_jI, _mR, _nT], [0, 1, 0]];
|
|
866
|
+
export var GetBatchImportJobsResult = [
|
|
867
|
+
3,
|
|
868
|
+
n0,
|
|
869
|
+
_GBIJRe,
|
|
870
|
+
0,
|
|
871
|
+
[_bI, _nT],
|
|
872
|
+
[() => BatchImportList, 0],
|
|
873
|
+
];
|
|
874
|
+
export var GetBatchPredictionJobsRequest = [3, n0, _GBPJR, 0, [_jI, _mR, _nT], [0, 1, 0]];
|
|
875
|
+
export var GetBatchPredictionJobsResult = [
|
|
876
|
+
3,
|
|
877
|
+
n0,
|
|
878
|
+
_GBPJRe,
|
|
879
|
+
0,
|
|
880
|
+
[_bP, _nT],
|
|
881
|
+
[() => BatchPredictionList, 0],
|
|
882
|
+
];
|
|
883
|
+
export var GetDeleteEventsByEventTypeStatusRequest = [3, n0, _GDEBETSR, 0, [_eTN], [0]];
|
|
884
|
+
export var GetDeleteEventsByEventTypeStatusResult = [3, n0, _GDEBETSRe, 0, [_eTN, _eDS], [0, 0]];
|
|
885
|
+
export var GetDetectorsRequest = [3, n0, _GDR, 0, [_dI, _nT, _mR], [0, 0, 1]];
|
|
886
|
+
export var GetDetectorsResult = [3, n0, _GDRe, 0, [_de, _nT], [() => DetectorList, 0]];
|
|
887
|
+
export var GetDetectorVersionRequest = [3, n0, _GDVR, 0, [_dI, _dVI], [0, 0]];
|
|
888
|
+
export var GetDetectorVersionResult = [
|
|
889
|
+
3,
|
|
890
|
+
n0,
|
|
891
|
+
_GDVRe,
|
|
892
|
+
0,
|
|
893
|
+
[_dI, _dVI, _d, _eME, _mV, _r, _s, _lUT, _cT, _rEM, _a],
|
|
894
|
+
[0, 0, 0, 64 | 0, () => ListOfModelVersions, () => RuleList, 0, 0, 0, 0, 0],
|
|
895
|
+
];
|
|
896
|
+
export var GetEntityTypesRequest = [3, n0, _GETR, 0, [_n, _nT, _mR], [0, 0, 1]];
|
|
897
|
+
export var GetEntityTypesResult = [3, n0, _GETRe, 0, [_eTn, _nT], [() => entityTypeList, 0]];
|
|
898
|
+
export var GetEventPredictionMetadataRequest = [
|
|
899
|
+
3,
|
|
900
|
+
n0,
|
|
901
|
+
_GEPMR,
|
|
902
|
+
0,
|
|
903
|
+
[_eI, _eTN, _dI, _dVI, _pT],
|
|
904
|
+
[0, 0, 0, 0, 0],
|
|
905
|
+
];
|
|
906
|
+
export var GetEventPredictionMetadataResult = [
|
|
907
|
+
3,
|
|
908
|
+
n0,
|
|
909
|
+
_GEPMRe,
|
|
910
|
+
0,
|
|
911
|
+
[_eI, _eTN, _eIn, _eT, _eTv, _dI, _dVI, _dVSe, _eV, _r, _rEM, _o, _eMV, _eEM, _pT],
|
|
912
|
+
[
|
|
913
|
+
0,
|
|
914
|
+
0,
|
|
915
|
+
0,
|
|
916
|
+
0,
|
|
917
|
+
0,
|
|
918
|
+
0,
|
|
919
|
+
0,
|
|
920
|
+
0,
|
|
921
|
+
[() => ListOfEventVariableSummaries, 0],
|
|
922
|
+
[() => EvaluatedRuleList, 0],
|
|
923
|
+
0,
|
|
924
|
+
64 | 0,
|
|
925
|
+
() => ListOfEvaluatedModelVersions,
|
|
926
|
+
[() => ListOfEvaluatedExternalModels, 0],
|
|
927
|
+
0,
|
|
928
|
+
],
|
|
929
|
+
];
|
|
930
|
+
export var GetEventPredictionRequest = [
|
|
931
|
+
3,
|
|
932
|
+
n0,
|
|
933
|
+
_GEPR,
|
|
934
|
+
0,
|
|
935
|
+
[_dI, _dVI, _eI, _eTN, _en, _eTv, _eV, _eMEDB],
|
|
936
|
+
[0, 0, 0, 0, [() => listOfEntities, 0], 0, [() => EventVariableMap, 0], [() => ExternalModelEndpointDataBlobMap, 0]],
|
|
937
|
+
];
|
|
938
|
+
export var GetEventPredictionResult = [
|
|
939
|
+
3,
|
|
940
|
+
n0,
|
|
941
|
+
_GEPRe,
|
|
942
|
+
0,
|
|
943
|
+
[_mSo, _rR, _eMO],
|
|
944
|
+
[() => ListOfModelScores, () => ListOfRuleResults, () => ListOfExternalModelOutputs],
|
|
945
|
+
];
|
|
946
|
+
export var GetEventRequest = [3, n0, _GER, 0, [_eI, _eTN], [0, 0]];
|
|
947
|
+
export var GetEventResult = [3, n0, _GERe, 0, [_eve], [[() => Event, 0]]];
|
|
948
|
+
export var GetEventTypesRequest = [3, n0, _GETRet, 0, [_n, _nT, _mR], [0, 0, 1]];
|
|
949
|
+
export var GetEventTypesResult = [
|
|
950
|
+
3,
|
|
951
|
+
n0,
|
|
952
|
+
_GETRetv,
|
|
953
|
+
0,
|
|
954
|
+
[_eTve, _nT],
|
|
955
|
+
[[() => eventTypeList, 0], 0],
|
|
956
|
+
];
|
|
957
|
+
export var GetExternalModelsRequest = [3, n0, _GEMR, 0, [_mE, _nT, _mR], [0, 0, 1]];
|
|
958
|
+
export var GetExternalModelsResult = [
|
|
959
|
+
3,
|
|
960
|
+
n0,
|
|
961
|
+
_GEMRe,
|
|
962
|
+
0,
|
|
963
|
+
[_eMx, _nT],
|
|
964
|
+
[() => ExternalModelList, 0],
|
|
965
|
+
];
|
|
966
|
+
export var GetKMSEncryptionKeyResult = [3, n0, _GKMSEKR, 0, [_kK], [() => KMSKey]];
|
|
967
|
+
export var GetLabelsRequest = [3, n0, _GLR, 0, [_n, _nT, _mR], [0, 0, 1]];
|
|
968
|
+
export var GetLabelsResult = [3, n0, _GLRe, 0, [_la, _nT], [() => labelList, 0]];
|
|
969
|
+
export var GetListElementsRequest = [3, n0, _GLER, 0, [_n, _nT, _mR], [0, 0, 1]];
|
|
970
|
+
export var GetListElementsResult = [3, n0, _GLERe, 0, [_el, _nT], [[() => ElementsList, 0], 0]];
|
|
971
|
+
export var GetListsMetadataRequest = [3, n0, _GLMR, 0, [_n, _nT, _mR], [0, 0, 1]];
|
|
972
|
+
export var GetListsMetadataResult = [3, n0, _GLMRe, 0, [_li, _nT], [() => AllowDenyLists, 0]];
|
|
973
|
+
export var GetModelsRequest = [3, n0, _GMR, 0, [_mI, _mT, _nT, _mR], [0, 0, 0, 1]];
|
|
974
|
+
export var GetModelsResult = [3, n0, _GMRe, 0, [_nT, _mo], [0, () => modelList]];
|
|
975
|
+
export var GetModelVersionRequest = [3, n0, _GMVR, 0, [_mI, _mT, _mVN], [0, 0, 0]];
|
|
976
|
+
export var GetModelVersionResult = [
|
|
977
|
+
3,
|
|
978
|
+
n0,
|
|
979
|
+
_GMVRe,
|
|
980
|
+
0,
|
|
981
|
+
[_mI, _mT, _mVN, _tDS, _tDSr, _eED, _iED, _s, _a],
|
|
982
|
+
[0, 0, 0, 0, () => TrainingDataSchema, () => ExternalEventsDetail, () => IngestedEventsDetail, 0, 0],
|
|
983
|
+
];
|
|
984
|
+
export var GetOutcomesRequest = [3, n0, _GOR, 0, [_n, _nT, _mR], [0, 0, 1]];
|
|
985
|
+
export var GetOutcomesResult = [3, n0, _GORe, 0, [_o, _nT], [() => OutcomeList, 0]];
|
|
986
|
+
export var GetRulesRequest = [3, n0, _GRR, 0, [_rIu, _dI, _rV, _nT, _mR], [0, 0, 0, 0, 1]];
|
|
987
|
+
export var GetRulesResult = [3, n0, _GRRe, 0, [_rD, _nT], [[() => RuleDetailList, 0], 0]];
|
|
988
|
+
export var GetVariablesRequest = [3, n0, _GVR, 0, [_n, _nT, _mR], [0, 0, 1]];
|
|
989
|
+
export var GetVariablesResult = [3, n0, _GVRe, 0, [_v, _nT], [() => VariableList, 0]];
|
|
990
|
+
export var IngestedEventsDetail = [3, n0, _IED, 0, [_iETW], [() => IngestedEventsTimeWindow]];
|
|
991
|
+
export var IngestedEventStatistics = [
|
|
992
|
+
3,
|
|
993
|
+
n0,
|
|
994
|
+
_IES,
|
|
995
|
+
0,
|
|
996
|
+
[_nOE, _eDSIB, _lRE, _mRE, _lUT],
|
|
997
|
+
[1, 1, 0, 0, 0],
|
|
998
|
+
];
|
|
999
|
+
export var IngestedEventsTimeWindow = [3, n0, _IETW, 0, [_sT, _eTnd], [0, 0]];
|
|
1000
|
+
export var InternalServerException = [
|
|
1001
|
+
-3,
|
|
1002
|
+
n0,
|
|
1003
|
+
_ISE,
|
|
1004
|
+
{
|
|
1005
|
+
[_e]: _se,
|
|
1006
|
+
[_hE]: 500,
|
|
1007
|
+
},
|
|
1008
|
+
[_m],
|
|
1009
|
+
[0],
|
|
1010
|
+
];
|
|
1011
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
1012
|
+
export var KMSKey = [3, n0, _KMSK, 0, [_kEKA], [0]];
|
|
1013
|
+
export var Label = [3, n0, _L, 0, [_n, _d, _lUT, _cT, _a], [0, 0, 0, 0, 0]];
|
|
1014
|
+
export var LabelSchema = [3, n0, _LS, 0, [_lM, _uET], [[2, n0, _lM, 0, 0, 64 | 0], 0]];
|
|
1015
|
+
export var ListEventPredictionsRequest = [
|
|
1016
|
+
3,
|
|
1017
|
+
n0,
|
|
1018
|
+
_LEPR,
|
|
1019
|
+
0,
|
|
1020
|
+
[_eI, _eTven, _dI, _dVI, _pTR, _nT, _mR],
|
|
1021
|
+
[
|
|
1022
|
+
() => FilterCondition,
|
|
1023
|
+
() => FilterCondition,
|
|
1024
|
+
() => FilterCondition,
|
|
1025
|
+
() => FilterCondition,
|
|
1026
|
+
() => PredictionTimeRange,
|
|
1027
|
+
0,
|
|
1028
|
+
1,
|
|
1029
|
+
],
|
|
1030
|
+
];
|
|
1031
|
+
export var ListEventPredictionsResult = [
|
|
1032
|
+
3,
|
|
1033
|
+
n0,
|
|
1034
|
+
_LEPRi,
|
|
1035
|
+
0,
|
|
1036
|
+
[_ePS, _nT],
|
|
1037
|
+
[() => ListOfEventPredictionSummaries, 0],
|
|
1038
|
+
];
|
|
1039
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN, _nT, _mR], [0, 0, 1]];
|
|
1040
|
+
export var ListTagsForResourceResult = [3, n0, _LTFRRi, 0, [_ta, _nT], [() => tagList, 0]];
|
|
1041
|
+
export var LogOddsMetric = [3, n0, _LOM, 0, [_vNa, _vT, _vI], [0, 0, 1]];
|
|
1042
|
+
export var MetricDataPoint = [3, n0, _MDP, 0, [_f, _p, _tp, _t], [1, 1, 1, 1]];
|
|
1043
|
+
export var Model = [3, n0, _M, 0, [_mI, _mT, _d, _eTN, _cT, _lUT, _a], [0, 0, 0, 0, 0, 0, 0]];
|
|
1044
|
+
export var ModelEndpointDataBlob = [3, n0, _MEDB, 0, [_bB, _cTon], [21, 0]];
|
|
1045
|
+
export var ModelInputConfiguration = [
|
|
1046
|
+
3,
|
|
1047
|
+
n0,
|
|
1048
|
+
_MIC,
|
|
1049
|
+
0,
|
|
1050
|
+
[_eTN, _fo, _uEV, _jIT, _cIT],
|
|
1051
|
+
[0, 0, 2, 0, 0],
|
|
1052
|
+
];
|
|
1053
|
+
export var ModelOutputConfiguration = [
|
|
1054
|
+
3,
|
|
1055
|
+
n0,
|
|
1056
|
+
_MOC,
|
|
1057
|
+
0,
|
|
1058
|
+
[_fo, _jKTVM, _cITVM],
|
|
1059
|
+
[0, 128 | 0, 128 | 0],
|
|
1060
|
+
];
|
|
1061
|
+
export var ModelScores = [3, n0, _MS, 0, [_mVo, _sc], [() => ModelVersion, 128 | 1]];
|
|
1062
|
+
export var ModelVersion = [3, n0, _MV, 0, [_mI, _mT, _mVN, _a], [0, 0, 0, 0]];
|
|
1063
|
+
export var ModelVersionDetail = [
|
|
1064
|
+
3,
|
|
1065
|
+
n0,
|
|
1066
|
+
_MVD,
|
|
1067
|
+
0,
|
|
1068
|
+
[_mI, _mT, _mVN, _s, _tDS, _tDSr, _eED, _iED, _tR, _lUT, _cT, _a, _tRV],
|
|
1069
|
+
[
|
|
1070
|
+
0,
|
|
1071
|
+
0,
|
|
1072
|
+
0,
|
|
1073
|
+
0,
|
|
1074
|
+
0,
|
|
1075
|
+
() => TrainingDataSchema,
|
|
1076
|
+
() => ExternalEventsDetail,
|
|
1077
|
+
() => IngestedEventsDetail,
|
|
1078
|
+
() => TrainingResult,
|
|
1079
|
+
0,
|
|
1080
|
+
0,
|
|
1081
|
+
0,
|
|
1082
|
+
() => TrainingResultV2,
|
|
1083
|
+
],
|
|
1084
|
+
];
|
|
1085
|
+
export var ModelVersionEvaluation = [
|
|
1086
|
+
3,
|
|
1087
|
+
n0,
|
|
1088
|
+
_MVE,
|
|
1089
|
+
0,
|
|
1090
|
+
[_oVN, _eS, _pE],
|
|
1091
|
+
[0, 0, () => PredictionExplanations],
|
|
1092
|
+
];
|
|
1093
|
+
export var OFIMetricDataPoint = [3, n0, _OFIMDP, 0, [_f, _p, _tp, _t], [1, 1, 1, 1]];
|
|
1094
|
+
export var OFIModelPerformance = [3, n0, _OFIMP, 0, [_au, _uR], [1, () => UncertaintyRange]];
|
|
1095
|
+
export var OFITrainingMetricsValue = [
|
|
1096
|
+
3,
|
|
1097
|
+
n0,
|
|
1098
|
+
_OFITMV,
|
|
1099
|
+
0,
|
|
1100
|
+
[_mDP, _mP],
|
|
1101
|
+
[() => OFIMetricDataPointsList, () => OFIModelPerformance],
|
|
1102
|
+
];
|
|
1103
|
+
export var Outcome = [3, n0, _O, 0, [_n, _d, _lUT, _cT, _a], [0, 0, 0, 0, 0]];
|
|
1104
|
+
export var PredictionExplanations = [
|
|
1105
|
+
3,
|
|
1106
|
+
n0,
|
|
1107
|
+
_PE,
|
|
1108
|
+
0,
|
|
1109
|
+
[_vIE, _aVIE],
|
|
1110
|
+
[() => listOfVariableImpactExplanations, () => ListOfAggregatedVariablesImpactExplanations],
|
|
1111
|
+
];
|
|
1112
|
+
export var PredictionTimeRange = [3, n0, _PTR, 0, [_sT, _eTnd], [0, 0]];
|
|
1113
|
+
export var PutDetectorRequest = [3, n0, _PDR, 0, [_dI, _d, _eTN, _ta], [0, 0, 0, () => tagList]];
|
|
1114
|
+
export var PutDetectorResult = [3, n0, _PDRu, 0, [], []];
|
|
1115
|
+
export var PutEntityTypeRequest = [3, n0, _PETR, 0, [_n, _d, _ta], [0, 0, () => tagList]];
|
|
1116
|
+
export var PutEntityTypeResult = [3, n0, _PETRu, 0, [], []];
|
|
1117
|
+
export var PutEventTypeRequest = [
|
|
1118
|
+
3,
|
|
1119
|
+
n0,
|
|
1120
|
+
_PETRut,
|
|
1121
|
+
0,
|
|
1122
|
+
[_n, _d, _eV, _la, _eTn, _eIv, _ta, _eO],
|
|
1123
|
+
[0, 0, 64 | 0, 64 | 0, 64 | 0, 0, () => tagList, () => EventOrchestration],
|
|
1124
|
+
];
|
|
1125
|
+
export var PutEventTypeResult = [3, n0, _PETRutv, 0, [], []];
|
|
1126
|
+
export var PutExternalModelRequest = [
|
|
1127
|
+
3,
|
|
1128
|
+
n0,
|
|
1129
|
+
_PEMR,
|
|
1130
|
+
0,
|
|
1131
|
+
[_mE, _mS, _iMERA, _iC, _oC, _mES, _ta],
|
|
1132
|
+
[0, 0, 0, () => ModelInputConfiguration, () => ModelOutputConfiguration, 0, () => tagList],
|
|
1133
|
+
];
|
|
1134
|
+
export var PutExternalModelResult = [3, n0, _PEMRu, 0, [], []];
|
|
1135
|
+
export var PutKMSEncryptionKeyRequest = [3, n0, _PKMSEKR, 0, [_kEKA], [0]];
|
|
1136
|
+
export var PutKMSEncryptionKeyResult = [3, n0, _PKMSEKRu, 0, [], []];
|
|
1137
|
+
export var PutLabelRequest = [3, n0, _PLR, 0, [_n, _d, _ta], [0, 0, () => tagList]];
|
|
1138
|
+
export var PutLabelResult = [3, n0, _PLRu, 0, [], []];
|
|
1139
|
+
export var PutOutcomeRequest = [3, n0, _POR, 0, [_n, _d, _ta], [0, 0, () => tagList]];
|
|
1140
|
+
export var PutOutcomeResult = [3, n0, _PORu, 0, [], []];
|
|
1141
|
+
export var ResourceNotFoundException = [
|
|
1142
|
+
-3,
|
|
1143
|
+
n0,
|
|
1144
|
+
_RNFE,
|
|
1145
|
+
{
|
|
1146
|
+
[_e]: _c,
|
|
1147
|
+
[_hE]: 404,
|
|
1148
|
+
},
|
|
1149
|
+
[_m],
|
|
1150
|
+
[0],
|
|
1151
|
+
];
|
|
1152
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1153
|
+
export var ResourceUnavailableException = [
|
|
1154
|
+
-3,
|
|
1155
|
+
n0,
|
|
1156
|
+
_RUE,
|
|
1157
|
+
{
|
|
1158
|
+
[_e]: _c,
|
|
1159
|
+
[_hE]: 409,
|
|
1160
|
+
},
|
|
1161
|
+
[_m],
|
|
1162
|
+
[0],
|
|
1163
|
+
];
|
|
1164
|
+
TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
|
|
1165
|
+
export var Rule = [3, n0, _R, 0, [_dI, _rIu, _rV], [0, 0, 0]];
|
|
1166
|
+
export var RuleDetail = [
|
|
1167
|
+
3,
|
|
1168
|
+
n0,
|
|
1169
|
+
_RD,
|
|
1170
|
+
0,
|
|
1171
|
+
[_rIu, _d, _dI, _rV, _ex, _l, _o, _lUT, _cT, _a],
|
|
1172
|
+
[0, 0, 0, 0, [() => ruleExpression, 0], 0, 64 | 0, 0, 0, 0],
|
|
1173
|
+
];
|
|
1174
|
+
export var RuleResult = [3, n0, _RR, 0, [_rIu, _o], [0, 64 | 0]];
|
|
1175
|
+
export var SendEventRequest = [
|
|
1176
|
+
3,
|
|
1177
|
+
n0,
|
|
1178
|
+
_SER,
|
|
1179
|
+
0,
|
|
1180
|
+
[_eI, _eTN, _eTv, _eV, _aL, _lT, _en],
|
|
1181
|
+
[0, 0, 0, [() => EventVariableMap, 0], 0, 0, [() => listOfEntities, 0]],
|
|
1182
|
+
];
|
|
1183
|
+
export var SendEventResult = [3, n0, _SERe, 0, [], []];
|
|
1184
|
+
export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
1185
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [0, () => tagList]];
|
|
1186
|
+
export var TagResourceResult = [3, n0, _TRRa, 0, [], []];
|
|
1187
|
+
export var TFIMetricDataPoint = [3, n0, _TFIMDP, 0, [_f, _p, _tp, _t], [1, 1, 1, 1]];
|
|
1188
|
+
export var TFIModelPerformance = [3, n0, _TFIMP, 0, [_au, _uR], [1, () => UncertaintyRange]];
|
|
1189
|
+
export var TFITrainingMetricsValue = [
|
|
1190
|
+
3,
|
|
1191
|
+
n0,
|
|
1192
|
+
_TFITMV,
|
|
1193
|
+
0,
|
|
1194
|
+
[_mDP, _mP],
|
|
1195
|
+
[() => TFIMetricDataPointsList, () => TFIModelPerformance],
|
|
1196
|
+
];
|
|
1197
|
+
export var ThrottlingException = [
|
|
1198
|
+
-3,
|
|
1199
|
+
n0,
|
|
1200
|
+
_TE,
|
|
1201
|
+
{
|
|
1202
|
+
[_e]: _c,
|
|
1203
|
+
[_hE]: 429,
|
|
1204
|
+
},
|
|
1205
|
+
[_m],
|
|
1206
|
+
[0],
|
|
1207
|
+
];
|
|
1208
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1209
|
+
export var TrainingDataSchema = [3, n0, _TDS, 0, [_mVod, _lS], [64 | 0, () => LabelSchema]];
|
|
1210
|
+
export var TrainingMetrics = [3, n0, _TM, 0, [_au, _mDP], [1, () => metricDataPointsList]];
|
|
1211
|
+
export var TrainingMetricsV2 = [
|
|
1212
|
+
3,
|
|
1213
|
+
n0,
|
|
1214
|
+
_TMV,
|
|
1215
|
+
0,
|
|
1216
|
+
[_of, _tf, _ati],
|
|
1217
|
+
[() => OFITrainingMetricsValue, () => TFITrainingMetricsValue, () => ATITrainingMetricsValue],
|
|
1218
|
+
];
|
|
1219
|
+
export var TrainingResult = [
|
|
1220
|
+
3,
|
|
1221
|
+
n0,
|
|
1222
|
+
_TR,
|
|
1223
|
+
0,
|
|
1224
|
+
[_dVM, _tM, _vIM],
|
|
1225
|
+
[() => DataValidationMetrics, () => TrainingMetrics, () => VariableImportanceMetrics],
|
|
1226
|
+
];
|
|
1227
|
+
export var TrainingResultV2 = [
|
|
1228
|
+
3,
|
|
1229
|
+
n0,
|
|
1230
|
+
_TRV,
|
|
1231
|
+
0,
|
|
1232
|
+
[_dVM, _tMV, _vIM, _aVIM],
|
|
1233
|
+
[
|
|
1234
|
+
() => DataValidationMetrics,
|
|
1235
|
+
() => TrainingMetricsV2,
|
|
1236
|
+
() => VariableImportanceMetrics,
|
|
1237
|
+
() => AggregatedVariablesImportanceMetrics,
|
|
1238
|
+
],
|
|
1239
|
+
];
|
|
1240
|
+
export var UncertaintyRange = [3, n0, _UR, 0, [_lBV, _uBV], [1, 1]];
|
|
1241
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_rARN, _tK], [0, 64 | 0]];
|
|
1242
|
+
export var UntagResourceResult = [3, n0, _URRn, 0, [], []];
|
|
1243
|
+
export var UpdateDetectorVersionMetadataRequest = [3, n0, _UDVMR, 0, [_dI, _dVI, _d], [0, 0, 0]];
|
|
1244
|
+
export var UpdateDetectorVersionMetadataResult = [3, n0, _UDVMRp, 0, [], []];
|
|
1245
|
+
export var UpdateDetectorVersionRequest = [
|
|
1246
|
+
3,
|
|
1247
|
+
n0,
|
|
1248
|
+
_UDVR,
|
|
1249
|
+
0,
|
|
1250
|
+
[_dI, _dVI, _eME, _r, _d, _mV, _rEM],
|
|
1251
|
+
[0, 0, 64 | 0, () => RuleList, 0, () => ListOfModelVersions, 0],
|
|
1252
|
+
];
|
|
1253
|
+
export var UpdateDetectorVersionResult = [3, n0, _UDVRp, 0, [], []];
|
|
1254
|
+
export var UpdateDetectorVersionStatusRequest = [3, n0, _UDVSR, 0, [_dI, _dVI, _s], [0, 0, 0]];
|
|
1255
|
+
export var UpdateDetectorVersionStatusResult = [3, n0, _UDVSRp, 0, [], []];
|
|
1256
|
+
export var UpdateEventLabelRequest = [3, n0, _UELR, 0, [_eI, _eTN, _aL, _lT], [0, 0, 0, 0]];
|
|
1257
|
+
export var UpdateEventLabelResult = [3, n0, _UELRp, 0, [], []];
|
|
1258
|
+
export var UpdateListRequest = [
|
|
1259
|
+
3,
|
|
1260
|
+
n0,
|
|
1261
|
+
_ULR,
|
|
1262
|
+
0,
|
|
1263
|
+
[_n, _el, _d, _uM, _vT],
|
|
1264
|
+
[0, [() => ElementsList, 0], 0, 0, 0],
|
|
1265
|
+
];
|
|
1266
|
+
export var UpdateListResult = [3, n0, _ULRp, 0, [], []];
|
|
1267
|
+
export var UpdateModelRequest = [3, n0, _UMR, 0, [_mI, _mT, _d], [0, 0, 0]];
|
|
1268
|
+
export var UpdateModelResult = [3, n0, _UMRp, 0, [], []];
|
|
1269
|
+
export var UpdateModelVersionRequest = [
|
|
1270
|
+
3,
|
|
1271
|
+
n0,
|
|
1272
|
+
_UMVR,
|
|
1273
|
+
0,
|
|
1274
|
+
[_mI, _mT, _mVNa, _eED, _iED, _ta],
|
|
1275
|
+
[0, 0, 0, () => ExternalEventsDetail, () => IngestedEventsDetail, () => tagList],
|
|
1276
|
+
];
|
|
1277
|
+
export var UpdateModelVersionResult = [3, n0, _UMVRp, 0, [_mI, _mT, _mVN, _s], [0, 0, 0, 0]];
|
|
1278
|
+
export var UpdateModelVersionStatusRequest = [
|
|
1279
|
+
3,
|
|
1280
|
+
n0,
|
|
1281
|
+
_UMVSR,
|
|
1282
|
+
0,
|
|
1283
|
+
[_mI, _mT, _mVN, _s],
|
|
1284
|
+
[0, 0, 0, 0],
|
|
1285
|
+
];
|
|
1286
|
+
export var UpdateModelVersionStatusResult = [3, n0, _UMVSRp, 0, [], []];
|
|
1287
|
+
export var UpdateRuleMetadataRequest = [3, n0, _URMR, 0, [_ru, _d], [() => Rule, 0]];
|
|
1288
|
+
export var UpdateRuleMetadataResult = [3, n0, _URMRp, 0, [], []];
|
|
1289
|
+
export var UpdateRuleVersionRequest = [
|
|
1290
|
+
3,
|
|
1291
|
+
n0,
|
|
1292
|
+
_URVR,
|
|
1293
|
+
0,
|
|
1294
|
+
[_ru, _d, _ex, _l, _o, _ta],
|
|
1295
|
+
[() => Rule, 0, [() => ruleExpression, 0], 0, 64 | 0, () => tagList],
|
|
1296
|
+
];
|
|
1297
|
+
export var UpdateRuleVersionResult = [3, n0, _URVRp, 0, [_ru], [() => Rule]];
|
|
1298
|
+
export var UpdateVariableRequest = [3, n0, _UVR, 0, [_n, _dVe, _d, _vT], [0, 0, 0, 0]];
|
|
1299
|
+
export var UpdateVariableResult = [3, n0, _UVRp, 0, [], []];
|
|
1300
|
+
export var ValidationException = [
|
|
1301
|
+
-3,
|
|
1302
|
+
n0,
|
|
1303
|
+
_VE,
|
|
1304
|
+
{
|
|
1305
|
+
[_e]: _c,
|
|
1306
|
+
[_hE]: 400,
|
|
1307
|
+
},
|
|
1308
|
+
[_m],
|
|
1309
|
+
[0],
|
|
1310
|
+
];
|
|
1311
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1312
|
+
export var Variable = [
|
|
1313
|
+
3,
|
|
1314
|
+
n0,
|
|
1315
|
+
_V,
|
|
1316
|
+
0,
|
|
1317
|
+
[_n, _dT, _dS, _dVe, _d, _vT, _lUT, _cT, _a],
|
|
1318
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1319
|
+
];
|
|
1320
|
+
export var VariableEntry = [3, n0, _VEa, 0, [_n, _dT, _dS, _dVe, _d, _vT], [0, 0, 0, 0, 0, 0]];
|
|
1321
|
+
export var VariableImpactExplanation = [3, n0, _VIE, 0, [_eVNv, _rI, _lOI], [0, 0, 1]];
|
|
1322
|
+
export var VariableImportanceMetrics = [3, n0, _VIM, 0, [_lOM], [() => ListOfLogOddsMetrics]];
|
|
1323
|
+
export var __Unit = "unit";
|
|
1324
|
+
export var FraudDetectorServiceException = [-3, _sm, "FraudDetectorServiceException", 0, [], []];
|
|
1325
|
+
TypeRegistry.for(_sm).registerError(FraudDetectorServiceException, __FraudDetectorServiceException);
|
|
1326
|
+
export var AllowDenyLists = [1, n0, _ADLl, 0, () => AllowDenyList];
|
|
1327
|
+
export var ATIMetricDataPointsList = [1, n0, _ATIMDPL, 0, () => ATIMetricDataPoint];
|
|
1328
|
+
export var BatchCreateVariableErrorList = [1, n0, _BCVEL, 0, () => BatchCreateVariableError];
|
|
1329
|
+
export var BatchGetVariableErrorList = [1, n0, _BGVEL, 0, () => BatchGetVariableError];
|
|
1330
|
+
export var BatchImportList = [1, n0, _BIL, 0, () => BatchImport];
|
|
1331
|
+
export var BatchPredictionList = [1, n0, _BPL, 0, () => BatchPrediction];
|
|
1332
|
+
export var DetectorList = [1, n0, _DL, 0, () => Detector];
|
|
1333
|
+
export var DetectorVersionSummaryList = [1, n0, _DVSL, 0, () => DetectorVersionSummary];
|
|
1334
|
+
export var ElementsList = [1, n0, _EL, 0, [() => Elements, 0]];
|
|
1335
|
+
export var entityTypeList = [1, n0, _eTL, 0, () => EntityType];
|
|
1336
|
+
export var EvaluatedRuleList = [1, n0, _ERL, 0, [() => EvaluatedRule, 0]];
|
|
1337
|
+
export var eventTypeList = [1, n0, _eTLv, 0, [() => EventType, 0]];
|
|
1338
|
+
export var ExternalModelList = [1, n0, _EML, 0, () => ExternalModel];
|
|
1339
|
+
export var fieldValidationMessageList = [1, n0, _fVML, 0, () => FieldValidationMessage];
|
|
1340
|
+
export var fileValidationMessageList = [1, n0, _fVMLi, 0, () => FileValidationMessage];
|
|
1341
|
+
export var labelList = [1, n0, _lL, 0, () => Label];
|
|
1342
|
+
export var ListOfAggregatedLogOddsMetrics = [1, n0, _LOALOM, 0, () => AggregatedLogOddsMetric];
|
|
1343
|
+
export var ListOfAggregatedVariablesImpactExplanations = [
|
|
1344
|
+
1,
|
|
1345
|
+
n0,
|
|
1346
|
+
_LOAVIE,
|
|
1347
|
+
0,
|
|
1348
|
+
() => AggregatedVariablesImpactExplanation,
|
|
1349
|
+
];
|
|
1350
|
+
export var listOfEntities = [1, n0, _lOE, 0, [() => Entity, 0]];
|
|
1351
|
+
export var ListOfEvaluatedExternalModels = [1, n0, _LOEEM, 0, [() => EvaluatedExternalModel, 0]];
|
|
1352
|
+
export var ListOfEvaluatedModelVersions = [1, n0, _LOEMV, 0, () => EvaluatedModelVersion];
|
|
1353
|
+
export var ListOfEventPredictionSummaries = [1, n0, _LOEPS, 0, () => EventPredictionSummary];
|
|
1354
|
+
export var ListOfEventVariableSummaries = [1, n0, _LOEVS, 0, [() => EventVariableSummary, 0]];
|
|
1355
|
+
export var ListOfExternalModelOutputs = [1, n0, _LOEMO, 0, () => ExternalModelOutputs];
|
|
1356
|
+
export var ListOfLogOddsMetrics = [1, n0, _LOLOM, 0, () => LogOddsMetric];
|
|
1357
|
+
export var ListOfModelScores = [1, n0, _LOMS, 0, () => ModelScores];
|
|
1358
|
+
export var ListOfModelVersionEvaluations = [1, n0, _LOMVE, 0, () => ModelVersionEvaluation];
|
|
1359
|
+
export var ListOfModelVersions = [1, n0, _LOMV, 0, () => ModelVersion];
|
|
1360
|
+
export var ListOfRuleResults = [1, n0, _LORR, 0, () => RuleResult];
|
|
1361
|
+
export var ListOfStrings = 64 | 0;
|
|
1362
|
+
export var listOfVariableImpactExplanations = [1, n0, _lOVIE, 0, () => VariableImpactExplanation];
|
|
1363
|
+
export var metricDataPointsList = [1, n0, _mDPL, 0, () => MetricDataPoint];
|
|
1364
|
+
export var modelList = [1, n0, _mL, 0, () => Model];
|
|
1365
|
+
export var modelVersionDetailList = [1, n0, _mVDL, 0, () => ModelVersionDetail];
|
|
1366
|
+
export var NameList = 64 | 0;
|
|
1367
|
+
export var NonEmptyListOfStrings = 64 | 0;
|
|
1368
|
+
export var OFIMetricDataPointsList = [1, n0, _OFIMDPL, 0, () => OFIMetricDataPoint];
|
|
1369
|
+
export var OutcomeList = [1, n0, _OL, 0, () => Outcome];
|
|
1370
|
+
export var RuleDetailList = [1, n0, _RDL, 0, [() => RuleDetail, 0]];
|
|
1371
|
+
export var RuleList = [1, n0, _RL, 0, () => Rule];
|
|
1372
|
+
export var tagKeyList = 64 | 0;
|
|
1373
|
+
export var tagList = [1, n0, _tL, 0, () => Tag];
|
|
1374
|
+
export var TFIMetricDataPointsList = [1, n0, _TFIMDPL, 0, () => TFIMetricDataPoint];
|
|
1375
|
+
export var VariableEntryList = [1, n0, _VEL, 0, () => VariableEntry];
|
|
1376
|
+
export var VariableList = [1, n0, _VL, 0, () => Variable];
|
|
1377
|
+
export var CsvIndexToVariableMap = 128 | 0;
|
|
1378
|
+
export var EventAttributeMap = [2, n0, _EAM, 0, [0, 0], [() => attributeValue, 0]];
|
|
1379
|
+
export var EventVariableMap = [2, n0, _EVM, 0, [0, 0], [() => variableValue, 0]];
|
|
1380
|
+
export var ExternalModelEndpointDataBlobMap = [2, n0, _EMEDBM, 8, 0, () => ModelEndpointDataBlob];
|
|
1381
|
+
export var ExternalModelPredictionMap = 128 | 0;
|
|
1382
|
+
export var JsonKeyToVariableMap = 128 | 0;
|
|
1383
|
+
export var labelMapper = [2, n0, _lM, 0, 0, 64 | 0];
|
|
1384
|
+
export var MapOfStrings = [2, n0, _MOS, 8, 0, 0];
|
|
1385
|
+
export var ModelPredictionMap = 128 | 1;
|
|
1386
|
+
export var BatchCreateVariable = [
|
|
1387
|
+
9,
|
|
1388
|
+
n0,
|
|
1389
|
+
_BCV,
|
|
1390
|
+
0,
|
|
1391
|
+
() => BatchCreateVariableRequest,
|
|
1392
|
+
() => BatchCreateVariableResult,
|
|
1393
|
+
];
|
|
1394
|
+
export var BatchGetVariable = [
|
|
1395
|
+
9,
|
|
1396
|
+
n0,
|
|
1397
|
+
_BGV,
|
|
1398
|
+
0,
|
|
1399
|
+
() => BatchGetVariableRequest,
|
|
1400
|
+
() => BatchGetVariableResult,
|
|
1401
|
+
];
|
|
1402
|
+
export var CancelBatchImportJob = [
|
|
1403
|
+
9,
|
|
1404
|
+
n0,
|
|
1405
|
+
_CBIJ,
|
|
1406
|
+
0,
|
|
1407
|
+
() => CancelBatchImportJobRequest,
|
|
1408
|
+
() => CancelBatchImportJobResult,
|
|
1409
|
+
];
|
|
1410
|
+
export var CancelBatchPredictionJob = [
|
|
1411
|
+
9,
|
|
1412
|
+
n0,
|
|
1413
|
+
_CBPJ,
|
|
1414
|
+
0,
|
|
1415
|
+
() => CancelBatchPredictionJobRequest,
|
|
1416
|
+
() => CancelBatchPredictionJobResult,
|
|
1417
|
+
];
|
|
1418
|
+
export var CreateBatchImportJob = [
|
|
1419
|
+
9,
|
|
1420
|
+
n0,
|
|
1421
|
+
_CBIJr,
|
|
1422
|
+
0,
|
|
1423
|
+
() => CreateBatchImportJobRequest,
|
|
1424
|
+
() => CreateBatchImportJobResult,
|
|
1425
|
+
];
|
|
1426
|
+
export var CreateBatchPredictionJob = [
|
|
1427
|
+
9,
|
|
1428
|
+
n0,
|
|
1429
|
+
_CBPJr,
|
|
1430
|
+
0,
|
|
1431
|
+
() => CreateBatchPredictionJobRequest,
|
|
1432
|
+
() => CreateBatchPredictionJobResult,
|
|
1433
|
+
];
|
|
1434
|
+
export var CreateDetectorVersion = [
|
|
1435
|
+
9,
|
|
1436
|
+
n0,
|
|
1437
|
+
_CDV,
|
|
1438
|
+
0,
|
|
1439
|
+
() => CreateDetectorVersionRequest,
|
|
1440
|
+
() => CreateDetectorVersionResult,
|
|
1441
|
+
];
|
|
1442
|
+
export var CreateList = [9, n0, _CL, 0, () => CreateListRequest, () => CreateListResult];
|
|
1443
|
+
export var CreateModel = [9, n0, _CM, 0, () => CreateModelRequest, () => CreateModelResult];
|
|
1444
|
+
export var CreateModelVersion = [
|
|
1445
|
+
9,
|
|
1446
|
+
n0,
|
|
1447
|
+
_CMV,
|
|
1448
|
+
0,
|
|
1449
|
+
() => CreateModelVersionRequest,
|
|
1450
|
+
() => CreateModelVersionResult,
|
|
1451
|
+
];
|
|
1452
|
+
export var CreateRule = [9, n0, _CR, 0, () => CreateRuleRequest, () => CreateRuleResult];
|
|
1453
|
+
export var CreateVariable = [
|
|
1454
|
+
9,
|
|
1455
|
+
n0,
|
|
1456
|
+
_CV,
|
|
1457
|
+
0,
|
|
1458
|
+
() => CreateVariableRequest,
|
|
1459
|
+
() => CreateVariableResult,
|
|
1460
|
+
];
|
|
1461
|
+
export var DeleteBatchImportJob = [
|
|
1462
|
+
9,
|
|
1463
|
+
n0,
|
|
1464
|
+
_DBIJ,
|
|
1465
|
+
0,
|
|
1466
|
+
() => DeleteBatchImportJobRequest,
|
|
1467
|
+
() => DeleteBatchImportJobResult,
|
|
1468
|
+
];
|
|
1469
|
+
export var DeleteBatchPredictionJob = [
|
|
1470
|
+
9,
|
|
1471
|
+
n0,
|
|
1472
|
+
_DBPJ,
|
|
1473
|
+
0,
|
|
1474
|
+
() => DeleteBatchPredictionJobRequest,
|
|
1475
|
+
() => DeleteBatchPredictionJobResult,
|
|
1476
|
+
];
|
|
1477
|
+
export var DeleteDetector = [
|
|
1478
|
+
9,
|
|
1479
|
+
n0,
|
|
1480
|
+
_DD,
|
|
1481
|
+
0,
|
|
1482
|
+
() => DeleteDetectorRequest,
|
|
1483
|
+
() => DeleteDetectorResult,
|
|
1484
|
+
];
|
|
1485
|
+
export var DeleteDetectorVersion = [
|
|
1486
|
+
9,
|
|
1487
|
+
n0,
|
|
1488
|
+
_DDV,
|
|
1489
|
+
0,
|
|
1490
|
+
() => DeleteDetectorVersionRequest,
|
|
1491
|
+
() => DeleteDetectorVersionResult,
|
|
1492
|
+
];
|
|
1493
|
+
export var DeleteEntityType = [
|
|
1494
|
+
9,
|
|
1495
|
+
n0,
|
|
1496
|
+
_DET,
|
|
1497
|
+
0,
|
|
1498
|
+
() => DeleteEntityTypeRequest,
|
|
1499
|
+
() => DeleteEntityTypeResult,
|
|
1500
|
+
];
|
|
1501
|
+
export var DeleteEvent = [9, n0, _DE, 0, () => DeleteEventRequest, () => DeleteEventResult];
|
|
1502
|
+
export var DeleteEventsByEventType = [
|
|
1503
|
+
9,
|
|
1504
|
+
n0,
|
|
1505
|
+
_DEBET,
|
|
1506
|
+
0,
|
|
1507
|
+
() => DeleteEventsByEventTypeRequest,
|
|
1508
|
+
() => DeleteEventsByEventTypeResult,
|
|
1509
|
+
];
|
|
1510
|
+
export var DeleteEventType = [
|
|
1511
|
+
9,
|
|
1512
|
+
n0,
|
|
1513
|
+
_DETe,
|
|
1514
|
+
0,
|
|
1515
|
+
() => DeleteEventTypeRequest,
|
|
1516
|
+
() => DeleteEventTypeResult,
|
|
1517
|
+
];
|
|
1518
|
+
export var DeleteExternalModel = [
|
|
1519
|
+
9,
|
|
1520
|
+
n0,
|
|
1521
|
+
_DEM,
|
|
1522
|
+
0,
|
|
1523
|
+
() => DeleteExternalModelRequest,
|
|
1524
|
+
() => DeleteExternalModelResult,
|
|
1525
|
+
];
|
|
1526
|
+
export var DeleteLabel = [9, n0, _DLe, 0, () => DeleteLabelRequest, () => DeleteLabelResult];
|
|
1527
|
+
export var DeleteList = [9, n0, _DLel, 0, () => DeleteListRequest, () => DeleteListResult];
|
|
1528
|
+
export var DeleteModel = [9, n0, _DM, 0, () => DeleteModelRequest, () => DeleteModelResult];
|
|
1529
|
+
export var DeleteModelVersion = [
|
|
1530
|
+
9,
|
|
1531
|
+
n0,
|
|
1532
|
+
_DMV,
|
|
1533
|
+
0,
|
|
1534
|
+
() => DeleteModelVersionRequest,
|
|
1535
|
+
() => DeleteModelVersionResult,
|
|
1536
|
+
];
|
|
1537
|
+
export var DeleteOutcome = [
|
|
1538
|
+
9,
|
|
1539
|
+
n0,
|
|
1540
|
+
_DO,
|
|
1541
|
+
0,
|
|
1542
|
+
() => DeleteOutcomeRequest,
|
|
1543
|
+
() => DeleteOutcomeResult,
|
|
1544
|
+
];
|
|
1545
|
+
export var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleRequest, () => DeleteRuleResult];
|
|
1546
|
+
export var DeleteVariable = [
|
|
1547
|
+
9,
|
|
1548
|
+
n0,
|
|
1549
|
+
_DV,
|
|
1550
|
+
0,
|
|
1551
|
+
() => DeleteVariableRequest,
|
|
1552
|
+
() => DeleteVariableResult,
|
|
1553
|
+
];
|
|
1554
|
+
export var DescribeDetector = [
|
|
1555
|
+
9,
|
|
1556
|
+
n0,
|
|
1557
|
+
_DDe,
|
|
1558
|
+
0,
|
|
1559
|
+
() => DescribeDetectorRequest,
|
|
1560
|
+
() => DescribeDetectorResult,
|
|
1561
|
+
];
|
|
1562
|
+
export var DescribeModelVersions = [
|
|
1563
|
+
9,
|
|
1564
|
+
n0,
|
|
1565
|
+
_DMVe,
|
|
1566
|
+
0,
|
|
1567
|
+
() => DescribeModelVersionsRequest,
|
|
1568
|
+
() => DescribeModelVersionsResult,
|
|
1569
|
+
];
|
|
1570
|
+
export var GetBatchImportJobs = [
|
|
1571
|
+
9,
|
|
1572
|
+
n0,
|
|
1573
|
+
_GBIJ,
|
|
1574
|
+
0,
|
|
1575
|
+
() => GetBatchImportJobsRequest,
|
|
1576
|
+
() => GetBatchImportJobsResult,
|
|
1577
|
+
];
|
|
1578
|
+
export var GetBatchPredictionJobs = [
|
|
1579
|
+
9,
|
|
1580
|
+
n0,
|
|
1581
|
+
_GBPJ,
|
|
1582
|
+
0,
|
|
1583
|
+
() => GetBatchPredictionJobsRequest,
|
|
1584
|
+
() => GetBatchPredictionJobsResult,
|
|
1585
|
+
];
|
|
1586
|
+
export var GetDeleteEventsByEventTypeStatus = [
|
|
1587
|
+
9,
|
|
1588
|
+
n0,
|
|
1589
|
+
_GDEBETS,
|
|
1590
|
+
0,
|
|
1591
|
+
() => GetDeleteEventsByEventTypeStatusRequest,
|
|
1592
|
+
() => GetDeleteEventsByEventTypeStatusResult,
|
|
1593
|
+
];
|
|
1594
|
+
export var GetDetectors = [9, n0, _GD, 0, () => GetDetectorsRequest, () => GetDetectorsResult];
|
|
1595
|
+
export var GetDetectorVersion = [
|
|
1596
|
+
9,
|
|
1597
|
+
n0,
|
|
1598
|
+
_GDV,
|
|
1599
|
+
0,
|
|
1600
|
+
() => GetDetectorVersionRequest,
|
|
1601
|
+
() => GetDetectorVersionResult,
|
|
1602
|
+
];
|
|
1603
|
+
export var GetEntityTypes = [
|
|
1604
|
+
9,
|
|
1605
|
+
n0,
|
|
1606
|
+
_GET,
|
|
1607
|
+
0,
|
|
1608
|
+
() => GetEntityTypesRequest,
|
|
1609
|
+
() => GetEntityTypesResult,
|
|
1610
|
+
];
|
|
1611
|
+
export var GetEvent = [9, n0, _GE, 0, () => GetEventRequest, () => GetEventResult];
|
|
1612
|
+
export var GetEventPrediction = [
|
|
1613
|
+
9,
|
|
1614
|
+
n0,
|
|
1615
|
+
_GEP,
|
|
1616
|
+
0,
|
|
1617
|
+
() => GetEventPredictionRequest,
|
|
1618
|
+
() => GetEventPredictionResult,
|
|
1619
|
+
];
|
|
1620
|
+
export var GetEventPredictionMetadata = [
|
|
1621
|
+
9,
|
|
1622
|
+
n0,
|
|
1623
|
+
_GEPM,
|
|
1624
|
+
0,
|
|
1625
|
+
() => GetEventPredictionMetadataRequest,
|
|
1626
|
+
() => GetEventPredictionMetadataResult,
|
|
1627
|
+
];
|
|
1628
|
+
export var GetEventTypes = [
|
|
1629
|
+
9,
|
|
1630
|
+
n0,
|
|
1631
|
+
_GETe,
|
|
1632
|
+
0,
|
|
1633
|
+
() => GetEventTypesRequest,
|
|
1634
|
+
() => GetEventTypesResult,
|
|
1635
|
+
];
|
|
1636
|
+
export var GetExternalModels = [
|
|
1637
|
+
9,
|
|
1638
|
+
n0,
|
|
1639
|
+
_GEM,
|
|
1640
|
+
0,
|
|
1641
|
+
() => GetExternalModelsRequest,
|
|
1642
|
+
() => GetExternalModelsResult,
|
|
1643
|
+
];
|
|
1644
|
+
export var GetKMSEncryptionKey = [
|
|
1645
|
+
9,
|
|
1646
|
+
n0,
|
|
1647
|
+
_GKMSEK,
|
|
1648
|
+
0,
|
|
1649
|
+
() => __Unit,
|
|
1650
|
+
() => GetKMSEncryptionKeyResult,
|
|
1651
|
+
];
|
|
1652
|
+
export var GetLabels = [9, n0, _GL, 0, () => GetLabelsRequest, () => GetLabelsResult];
|
|
1653
|
+
export var GetListElements = [
|
|
1654
|
+
9,
|
|
1655
|
+
n0,
|
|
1656
|
+
_GLE,
|
|
1657
|
+
0,
|
|
1658
|
+
() => GetListElementsRequest,
|
|
1659
|
+
() => GetListElementsResult,
|
|
1660
|
+
];
|
|
1661
|
+
export var GetListsMetadata = [
|
|
1662
|
+
9,
|
|
1663
|
+
n0,
|
|
1664
|
+
_GLM,
|
|
1665
|
+
0,
|
|
1666
|
+
() => GetListsMetadataRequest,
|
|
1667
|
+
() => GetListsMetadataResult,
|
|
1668
|
+
];
|
|
1669
|
+
export var GetModels = [9, n0, _GM, 0, () => GetModelsRequest, () => GetModelsResult];
|
|
1670
|
+
export var GetModelVersion = [
|
|
1671
|
+
9,
|
|
1672
|
+
n0,
|
|
1673
|
+
_GMV,
|
|
1674
|
+
0,
|
|
1675
|
+
() => GetModelVersionRequest,
|
|
1676
|
+
() => GetModelVersionResult,
|
|
1677
|
+
];
|
|
1678
|
+
export var GetOutcomes = [9, n0, _GO, 0, () => GetOutcomesRequest, () => GetOutcomesResult];
|
|
1679
|
+
export var GetRules = [9, n0, _GR, 0, () => GetRulesRequest, () => GetRulesResult];
|
|
1680
|
+
export var GetVariables = [9, n0, _GV, 0, () => GetVariablesRequest, () => GetVariablesResult];
|
|
1681
|
+
export var ListEventPredictions = [
|
|
1682
|
+
9,
|
|
1683
|
+
n0,
|
|
1684
|
+
_LEP,
|
|
1685
|
+
0,
|
|
1686
|
+
() => ListEventPredictionsRequest,
|
|
1687
|
+
() => ListEventPredictionsResult,
|
|
1688
|
+
];
|
|
1689
|
+
export var ListTagsForResource = [
|
|
1690
|
+
9,
|
|
1691
|
+
n0,
|
|
1692
|
+
_LTFR,
|
|
1693
|
+
0,
|
|
1694
|
+
() => ListTagsForResourceRequest,
|
|
1695
|
+
() => ListTagsForResourceResult,
|
|
1696
|
+
];
|
|
1697
|
+
export var PutDetector = [9, n0, _PD, 0, () => PutDetectorRequest, () => PutDetectorResult];
|
|
1698
|
+
export var PutEntityType = [
|
|
1699
|
+
9,
|
|
1700
|
+
n0,
|
|
1701
|
+
_PET,
|
|
1702
|
+
0,
|
|
1703
|
+
() => PutEntityTypeRequest,
|
|
1704
|
+
() => PutEntityTypeResult,
|
|
1705
|
+
];
|
|
1706
|
+
export var PutEventType = [9, n0, _PETu, 0, () => PutEventTypeRequest, () => PutEventTypeResult];
|
|
1707
|
+
export var PutExternalModel = [
|
|
1708
|
+
9,
|
|
1709
|
+
n0,
|
|
1710
|
+
_PEM,
|
|
1711
|
+
0,
|
|
1712
|
+
() => PutExternalModelRequest,
|
|
1713
|
+
() => PutExternalModelResult,
|
|
1714
|
+
];
|
|
1715
|
+
export var PutKMSEncryptionKey = [
|
|
1716
|
+
9,
|
|
1717
|
+
n0,
|
|
1718
|
+
_PKMSEK,
|
|
1719
|
+
0,
|
|
1720
|
+
() => PutKMSEncryptionKeyRequest,
|
|
1721
|
+
() => PutKMSEncryptionKeyResult,
|
|
1722
|
+
];
|
|
1723
|
+
export var PutLabel = [9, n0, _PL, 0, () => PutLabelRequest, () => PutLabelResult];
|
|
1724
|
+
export var PutOutcome = [9, n0, _PO, 0, () => PutOutcomeRequest, () => PutOutcomeResult];
|
|
1725
|
+
export var SendEvent = [9, n0, _SE, 0, () => SendEventRequest, () => SendEventResult];
|
|
1726
|
+
export var TagResource = [9, n0, _TRa, 0, () => TagResourceRequest, () => TagResourceResult];
|
|
1727
|
+
export var UntagResource = [
|
|
1728
|
+
9,
|
|
1729
|
+
n0,
|
|
1730
|
+
_URn,
|
|
1731
|
+
0,
|
|
1732
|
+
() => UntagResourceRequest,
|
|
1733
|
+
() => UntagResourceResult,
|
|
1734
|
+
];
|
|
1735
|
+
export var UpdateDetectorVersion = [
|
|
1736
|
+
9,
|
|
1737
|
+
n0,
|
|
1738
|
+
_UDV,
|
|
1739
|
+
0,
|
|
1740
|
+
() => UpdateDetectorVersionRequest,
|
|
1741
|
+
() => UpdateDetectorVersionResult,
|
|
1742
|
+
];
|
|
1743
|
+
export var UpdateDetectorVersionMetadata = [
|
|
1744
|
+
9,
|
|
1745
|
+
n0,
|
|
1746
|
+
_UDVM,
|
|
1747
|
+
0,
|
|
1748
|
+
() => UpdateDetectorVersionMetadataRequest,
|
|
1749
|
+
() => UpdateDetectorVersionMetadataResult,
|
|
1750
|
+
];
|
|
1751
|
+
export var UpdateDetectorVersionStatus = [
|
|
1752
|
+
9,
|
|
1753
|
+
n0,
|
|
1754
|
+
_UDVS,
|
|
1755
|
+
0,
|
|
1756
|
+
() => UpdateDetectorVersionStatusRequest,
|
|
1757
|
+
() => UpdateDetectorVersionStatusResult,
|
|
1758
|
+
];
|
|
1759
|
+
export var UpdateEventLabel = [
|
|
1760
|
+
9,
|
|
1761
|
+
n0,
|
|
1762
|
+
_UEL,
|
|
1763
|
+
0,
|
|
1764
|
+
() => UpdateEventLabelRequest,
|
|
1765
|
+
() => UpdateEventLabelResult,
|
|
1766
|
+
];
|
|
1767
|
+
export var UpdateList = [9, n0, _UL, 0, () => UpdateListRequest, () => UpdateListResult];
|
|
1768
|
+
export var UpdateModel = [9, n0, _UM, 0, () => UpdateModelRequest, () => UpdateModelResult];
|
|
1769
|
+
export var UpdateModelVersion = [
|
|
1770
|
+
9,
|
|
1771
|
+
n0,
|
|
1772
|
+
_UMV,
|
|
1773
|
+
0,
|
|
1774
|
+
() => UpdateModelVersionRequest,
|
|
1775
|
+
() => UpdateModelVersionResult,
|
|
1776
|
+
];
|
|
1777
|
+
export var UpdateModelVersionStatus = [
|
|
1778
|
+
9,
|
|
1779
|
+
n0,
|
|
1780
|
+
_UMVS,
|
|
1781
|
+
0,
|
|
1782
|
+
() => UpdateModelVersionStatusRequest,
|
|
1783
|
+
() => UpdateModelVersionStatusResult,
|
|
1784
|
+
];
|
|
1785
|
+
export var UpdateRuleMetadata = [
|
|
1786
|
+
9,
|
|
1787
|
+
n0,
|
|
1788
|
+
_URM,
|
|
1789
|
+
0,
|
|
1790
|
+
() => UpdateRuleMetadataRequest,
|
|
1791
|
+
() => UpdateRuleMetadataResult,
|
|
1792
|
+
];
|
|
1793
|
+
export var UpdateRuleVersion = [
|
|
1794
|
+
9,
|
|
1795
|
+
n0,
|
|
1796
|
+
_URV,
|
|
1797
|
+
0,
|
|
1798
|
+
() => UpdateRuleVersionRequest,
|
|
1799
|
+
() => UpdateRuleVersionResult,
|
|
1800
|
+
];
|
|
1801
|
+
export var UpdateVariable = [
|
|
1802
|
+
9,
|
|
1803
|
+
n0,
|
|
1804
|
+
_UV,
|
|
1805
|
+
0,
|
|
1806
|
+
() => UpdateVariableRequest,
|
|
1807
|
+
() => UpdateVariableResult,
|
|
1808
|
+
];
|