@aws-sdk/client-frauddetector 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/FraudDetector.d.ts +1228 -345
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +538 -141
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +68 -68
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2347 -2169
- package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +821 -206
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,141 +1,538 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
141
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchCreateVariableCommandInput,
|
|
47
|
+
BatchCreateVariableCommandOutput,
|
|
48
|
+
} from "./commands/BatchCreateVariableCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetVariableCommandInput,
|
|
51
|
+
BatchGetVariableCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetVariableCommand";
|
|
53
|
+
import {
|
|
54
|
+
CancelBatchImportJobCommandInput,
|
|
55
|
+
CancelBatchImportJobCommandOutput,
|
|
56
|
+
} from "./commands/CancelBatchImportJobCommand";
|
|
57
|
+
import {
|
|
58
|
+
CancelBatchPredictionJobCommandInput,
|
|
59
|
+
CancelBatchPredictionJobCommandOutput,
|
|
60
|
+
} from "./commands/CancelBatchPredictionJobCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateBatchImportJobCommandInput,
|
|
63
|
+
CreateBatchImportJobCommandOutput,
|
|
64
|
+
} from "./commands/CreateBatchImportJobCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateBatchPredictionJobCommandInput,
|
|
67
|
+
CreateBatchPredictionJobCommandOutput,
|
|
68
|
+
} from "./commands/CreateBatchPredictionJobCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateDetectorVersionCommandInput,
|
|
71
|
+
CreateDetectorVersionCommandOutput,
|
|
72
|
+
} from "./commands/CreateDetectorVersionCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateModelCommandInput,
|
|
75
|
+
CreateModelCommandOutput,
|
|
76
|
+
} from "./commands/CreateModelCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateModelVersionCommandInput,
|
|
79
|
+
CreateModelVersionCommandOutput,
|
|
80
|
+
} from "./commands/CreateModelVersionCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateRuleCommandInput,
|
|
83
|
+
CreateRuleCommandOutput,
|
|
84
|
+
} from "./commands/CreateRuleCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateVariableCommandInput,
|
|
87
|
+
CreateVariableCommandOutput,
|
|
88
|
+
} from "./commands/CreateVariableCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteBatchImportJobCommandInput,
|
|
91
|
+
DeleteBatchImportJobCommandOutput,
|
|
92
|
+
} from "./commands/DeleteBatchImportJobCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteBatchPredictionJobCommandInput,
|
|
95
|
+
DeleteBatchPredictionJobCommandOutput,
|
|
96
|
+
} from "./commands/DeleteBatchPredictionJobCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteDetectorCommandInput,
|
|
99
|
+
DeleteDetectorCommandOutput,
|
|
100
|
+
} from "./commands/DeleteDetectorCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteDetectorVersionCommandInput,
|
|
103
|
+
DeleteDetectorVersionCommandOutput,
|
|
104
|
+
} from "./commands/DeleteDetectorVersionCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteEntityTypeCommandInput,
|
|
107
|
+
DeleteEntityTypeCommandOutput,
|
|
108
|
+
} from "./commands/DeleteEntityTypeCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteEventCommandInput,
|
|
111
|
+
DeleteEventCommandOutput,
|
|
112
|
+
} from "./commands/DeleteEventCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteEventsByEventTypeCommandInput,
|
|
115
|
+
DeleteEventsByEventTypeCommandOutput,
|
|
116
|
+
} from "./commands/DeleteEventsByEventTypeCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteEventTypeCommandInput,
|
|
119
|
+
DeleteEventTypeCommandOutput,
|
|
120
|
+
} from "./commands/DeleteEventTypeCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteExternalModelCommandInput,
|
|
123
|
+
DeleteExternalModelCommandOutput,
|
|
124
|
+
} from "./commands/DeleteExternalModelCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteLabelCommandInput,
|
|
127
|
+
DeleteLabelCommandOutput,
|
|
128
|
+
} from "./commands/DeleteLabelCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteModelCommandInput,
|
|
131
|
+
DeleteModelCommandOutput,
|
|
132
|
+
} from "./commands/DeleteModelCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteModelVersionCommandInput,
|
|
135
|
+
DeleteModelVersionCommandOutput,
|
|
136
|
+
} from "./commands/DeleteModelVersionCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteOutcomeCommandInput,
|
|
139
|
+
DeleteOutcomeCommandOutput,
|
|
140
|
+
} from "./commands/DeleteOutcomeCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteRuleCommandInput,
|
|
143
|
+
DeleteRuleCommandOutput,
|
|
144
|
+
} from "./commands/DeleteRuleCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteVariableCommandInput,
|
|
147
|
+
DeleteVariableCommandOutput,
|
|
148
|
+
} from "./commands/DeleteVariableCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeDetectorCommandInput,
|
|
151
|
+
DescribeDetectorCommandOutput,
|
|
152
|
+
} from "./commands/DescribeDetectorCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeModelVersionsCommandInput,
|
|
155
|
+
DescribeModelVersionsCommandOutput,
|
|
156
|
+
} from "./commands/DescribeModelVersionsCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetBatchImportJobsCommandInput,
|
|
159
|
+
GetBatchImportJobsCommandOutput,
|
|
160
|
+
} from "./commands/GetBatchImportJobsCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetBatchPredictionJobsCommandInput,
|
|
163
|
+
GetBatchPredictionJobsCommandOutput,
|
|
164
|
+
} from "./commands/GetBatchPredictionJobsCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetDeleteEventsByEventTypeStatusCommandInput,
|
|
167
|
+
GetDeleteEventsByEventTypeStatusCommandOutput,
|
|
168
|
+
} from "./commands/GetDeleteEventsByEventTypeStatusCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetDetectorsCommandInput,
|
|
171
|
+
GetDetectorsCommandOutput,
|
|
172
|
+
} from "./commands/GetDetectorsCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetDetectorVersionCommandInput,
|
|
175
|
+
GetDetectorVersionCommandOutput,
|
|
176
|
+
} from "./commands/GetDetectorVersionCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetEntityTypesCommandInput,
|
|
179
|
+
GetEntityTypesCommandOutput,
|
|
180
|
+
} from "./commands/GetEntityTypesCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetEventCommandInput,
|
|
183
|
+
GetEventCommandOutput,
|
|
184
|
+
} from "./commands/GetEventCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetEventPredictionCommandInput,
|
|
187
|
+
GetEventPredictionCommandOutput,
|
|
188
|
+
} from "./commands/GetEventPredictionCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetEventPredictionMetadataCommandInput,
|
|
191
|
+
GetEventPredictionMetadataCommandOutput,
|
|
192
|
+
} from "./commands/GetEventPredictionMetadataCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetEventTypesCommandInput,
|
|
195
|
+
GetEventTypesCommandOutput,
|
|
196
|
+
} from "./commands/GetEventTypesCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetExternalModelsCommandInput,
|
|
199
|
+
GetExternalModelsCommandOutput,
|
|
200
|
+
} from "./commands/GetExternalModelsCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetKMSEncryptionKeyCommandInput,
|
|
203
|
+
GetKMSEncryptionKeyCommandOutput,
|
|
204
|
+
} from "./commands/GetKMSEncryptionKeyCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetLabelsCommandInput,
|
|
207
|
+
GetLabelsCommandOutput,
|
|
208
|
+
} from "./commands/GetLabelsCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetModelsCommandInput,
|
|
211
|
+
GetModelsCommandOutput,
|
|
212
|
+
} from "./commands/GetModelsCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetModelVersionCommandInput,
|
|
215
|
+
GetModelVersionCommandOutput,
|
|
216
|
+
} from "./commands/GetModelVersionCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetOutcomesCommandInput,
|
|
219
|
+
GetOutcomesCommandOutput,
|
|
220
|
+
} from "./commands/GetOutcomesCommand";
|
|
221
|
+
import {
|
|
222
|
+
GetRulesCommandInput,
|
|
223
|
+
GetRulesCommandOutput,
|
|
224
|
+
} from "./commands/GetRulesCommand";
|
|
225
|
+
import {
|
|
226
|
+
GetVariablesCommandInput,
|
|
227
|
+
GetVariablesCommandOutput,
|
|
228
|
+
} from "./commands/GetVariablesCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListEventPredictionsCommandInput,
|
|
231
|
+
ListEventPredictionsCommandOutput,
|
|
232
|
+
} from "./commands/ListEventPredictionsCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListTagsForResourceCommandInput,
|
|
235
|
+
ListTagsForResourceCommandOutput,
|
|
236
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
237
|
+
import {
|
|
238
|
+
PutDetectorCommandInput,
|
|
239
|
+
PutDetectorCommandOutput,
|
|
240
|
+
} from "./commands/PutDetectorCommand";
|
|
241
|
+
import {
|
|
242
|
+
PutEntityTypeCommandInput,
|
|
243
|
+
PutEntityTypeCommandOutput,
|
|
244
|
+
} from "./commands/PutEntityTypeCommand";
|
|
245
|
+
import {
|
|
246
|
+
PutEventTypeCommandInput,
|
|
247
|
+
PutEventTypeCommandOutput,
|
|
248
|
+
} from "./commands/PutEventTypeCommand";
|
|
249
|
+
import {
|
|
250
|
+
PutExternalModelCommandInput,
|
|
251
|
+
PutExternalModelCommandOutput,
|
|
252
|
+
} from "./commands/PutExternalModelCommand";
|
|
253
|
+
import {
|
|
254
|
+
PutKMSEncryptionKeyCommandInput,
|
|
255
|
+
PutKMSEncryptionKeyCommandOutput,
|
|
256
|
+
} from "./commands/PutKMSEncryptionKeyCommand";
|
|
257
|
+
import {
|
|
258
|
+
PutLabelCommandInput,
|
|
259
|
+
PutLabelCommandOutput,
|
|
260
|
+
} from "./commands/PutLabelCommand";
|
|
261
|
+
import {
|
|
262
|
+
PutOutcomeCommandInput,
|
|
263
|
+
PutOutcomeCommandOutput,
|
|
264
|
+
} from "./commands/PutOutcomeCommand";
|
|
265
|
+
import {
|
|
266
|
+
SendEventCommandInput,
|
|
267
|
+
SendEventCommandOutput,
|
|
268
|
+
} from "./commands/SendEventCommand";
|
|
269
|
+
import {
|
|
270
|
+
TagResourceCommandInput,
|
|
271
|
+
TagResourceCommandOutput,
|
|
272
|
+
} from "./commands/TagResourceCommand";
|
|
273
|
+
import {
|
|
274
|
+
UntagResourceCommandInput,
|
|
275
|
+
UntagResourceCommandOutput,
|
|
276
|
+
} from "./commands/UntagResourceCommand";
|
|
277
|
+
import {
|
|
278
|
+
UpdateDetectorVersionCommandInput,
|
|
279
|
+
UpdateDetectorVersionCommandOutput,
|
|
280
|
+
} from "./commands/UpdateDetectorVersionCommand";
|
|
281
|
+
import {
|
|
282
|
+
UpdateDetectorVersionMetadataCommandInput,
|
|
283
|
+
UpdateDetectorVersionMetadataCommandOutput,
|
|
284
|
+
} from "./commands/UpdateDetectorVersionMetadataCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateDetectorVersionStatusCommandInput,
|
|
287
|
+
UpdateDetectorVersionStatusCommandOutput,
|
|
288
|
+
} from "./commands/UpdateDetectorVersionStatusCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateEventLabelCommandInput,
|
|
291
|
+
UpdateEventLabelCommandOutput,
|
|
292
|
+
} from "./commands/UpdateEventLabelCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateModelCommandInput,
|
|
295
|
+
UpdateModelCommandOutput,
|
|
296
|
+
} from "./commands/UpdateModelCommand";
|
|
297
|
+
import {
|
|
298
|
+
UpdateModelVersionCommandInput,
|
|
299
|
+
UpdateModelVersionCommandOutput,
|
|
300
|
+
} from "./commands/UpdateModelVersionCommand";
|
|
301
|
+
import {
|
|
302
|
+
UpdateModelVersionStatusCommandInput,
|
|
303
|
+
UpdateModelVersionStatusCommandOutput,
|
|
304
|
+
} from "./commands/UpdateModelVersionStatusCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpdateRuleMetadataCommandInput,
|
|
307
|
+
UpdateRuleMetadataCommandOutput,
|
|
308
|
+
} from "./commands/UpdateRuleMetadataCommand";
|
|
309
|
+
import {
|
|
310
|
+
UpdateRuleVersionCommandInput,
|
|
311
|
+
UpdateRuleVersionCommandOutput,
|
|
312
|
+
} from "./commands/UpdateRuleVersionCommand";
|
|
313
|
+
import {
|
|
314
|
+
UpdateVariableCommandInput,
|
|
315
|
+
UpdateVariableCommandOutput,
|
|
316
|
+
} from "./commands/UpdateVariableCommand";
|
|
317
|
+
export declare type ServiceInputTypes =
|
|
318
|
+
| BatchCreateVariableCommandInput
|
|
319
|
+
| BatchGetVariableCommandInput
|
|
320
|
+
| CancelBatchImportJobCommandInput
|
|
321
|
+
| CancelBatchPredictionJobCommandInput
|
|
322
|
+
| CreateBatchImportJobCommandInput
|
|
323
|
+
| CreateBatchPredictionJobCommandInput
|
|
324
|
+
| CreateDetectorVersionCommandInput
|
|
325
|
+
| CreateModelCommandInput
|
|
326
|
+
| CreateModelVersionCommandInput
|
|
327
|
+
| CreateRuleCommandInput
|
|
328
|
+
| CreateVariableCommandInput
|
|
329
|
+
| DeleteBatchImportJobCommandInput
|
|
330
|
+
| DeleteBatchPredictionJobCommandInput
|
|
331
|
+
| DeleteDetectorCommandInput
|
|
332
|
+
| DeleteDetectorVersionCommandInput
|
|
333
|
+
| DeleteEntityTypeCommandInput
|
|
334
|
+
| DeleteEventCommandInput
|
|
335
|
+
| DeleteEventTypeCommandInput
|
|
336
|
+
| DeleteEventsByEventTypeCommandInput
|
|
337
|
+
| DeleteExternalModelCommandInput
|
|
338
|
+
| DeleteLabelCommandInput
|
|
339
|
+
| DeleteModelCommandInput
|
|
340
|
+
| DeleteModelVersionCommandInput
|
|
341
|
+
| DeleteOutcomeCommandInput
|
|
342
|
+
| DeleteRuleCommandInput
|
|
343
|
+
| DeleteVariableCommandInput
|
|
344
|
+
| DescribeDetectorCommandInput
|
|
345
|
+
| DescribeModelVersionsCommandInput
|
|
346
|
+
| GetBatchImportJobsCommandInput
|
|
347
|
+
| GetBatchPredictionJobsCommandInput
|
|
348
|
+
| GetDeleteEventsByEventTypeStatusCommandInput
|
|
349
|
+
| GetDetectorVersionCommandInput
|
|
350
|
+
| GetDetectorsCommandInput
|
|
351
|
+
| GetEntityTypesCommandInput
|
|
352
|
+
| GetEventCommandInput
|
|
353
|
+
| GetEventPredictionCommandInput
|
|
354
|
+
| GetEventPredictionMetadataCommandInput
|
|
355
|
+
| GetEventTypesCommandInput
|
|
356
|
+
| GetExternalModelsCommandInput
|
|
357
|
+
| GetKMSEncryptionKeyCommandInput
|
|
358
|
+
| GetLabelsCommandInput
|
|
359
|
+
| GetModelVersionCommandInput
|
|
360
|
+
| GetModelsCommandInput
|
|
361
|
+
| GetOutcomesCommandInput
|
|
362
|
+
| GetRulesCommandInput
|
|
363
|
+
| GetVariablesCommandInput
|
|
364
|
+
| ListEventPredictionsCommandInput
|
|
365
|
+
| ListTagsForResourceCommandInput
|
|
366
|
+
| PutDetectorCommandInput
|
|
367
|
+
| PutEntityTypeCommandInput
|
|
368
|
+
| PutEventTypeCommandInput
|
|
369
|
+
| PutExternalModelCommandInput
|
|
370
|
+
| PutKMSEncryptionKeyCommandInput
|
|
371
|
+
| PutLabelCommandInput
|
|
372
|
+
| PutOutcomeCommandInput
|
|
373
|
+
| SendEventCommandInput
|
|
374
|
+
| TagResourceCommandInput
|
|
375
|
+
| UntagResourceCommandInput
|
|
376
|
+
| UpdateDetectorVersionCommandInput
|
|
377
|
+
| UpdateDetectorVersionMetadataCommandInput
|
|
378
|
+
| UpdateDetectorVersionStatusCommandInput
|
|
379
|
+
| UpdateEventLabelCommandInput
|
|
380
|
+
| UpdateModelCommandInput
|
|
381
|
+
| UpdateModelVersionCommandInput
|
|
382
|
+
| UpdateModelVersionStatusCommandInput
|
|
383
|
+
| UpdateRuleMetadataCommandInput
|
|
384
|
+
| UpdateRuleVersionCommandInput
|
|
385
|
+
| UpdateVariableCommandInput;
|
|
386
|
+
export declare type ServiceOutputTypes =
|
|
387
|
+
| BatchCreateVariableCommandOutput
|
|
388
|
+
| BatchGetVariableCommandOutput
|
|
389
|
+
| CancelBatchImportJobCommandOutput
|
|
390
|
+
| CancelBatchPredictionJobCommandOutput
|
|
391
|
+
| CreateBatchImportJobCommandOutput
|
|
392
|
+
| CreateBatchPredictionJobCommandOutput
|
|
393
|
+
| CreateDetectorVersionCommandOutput
|
|
394
|
+
| CreateModelCommandOutput
|
|
395
|
+
| CreateModelVersionCommandOutput
|
|
396
|
+
| CreateRuleCommandOutput
|
|
397
|
+
| CreateVariableCommandOutput
|
|
398
|
+
| DeleteBatchImportJobCommandOutput
|
|
399
|
+
| DeleteBatchPredictionJobCommandOutput
|
|
400
|
+
| DeleteDetectorCommandOutput
|
|
401
|
+
| DeleteDetectorVersionCommandOutput
|
|
402
|
+
| DeleteEntityTypeCommandOutput
|
|
403
|
+
| DeleteEventCommandOutput
|
|
404
|
+
| DeleteEventTypeCommandOutput
|
|
405
|
+
| DeleteEventsByEventTypeCommandOutput
|
|
406
|
+
| DeleteExternalModelCommandOutput
|
|
407
|
+
| DeleteLabelCommandOutput
|
|
408
|
+
| DeleteModelCommandOutput
|
|
409
|
+
| DeleteModelVersionCommandOutput
|
|
410
|
+
| DeleteOutcomeCommandOutput
|
|
411
|
+
| DeleteRuleCommandOutput
|
|
412
|
+
| DeleteVariableCommandOutput
|
|
413
|
+
| DescribeDetectorCommandOutput
|
|
414
|
+
| DescribeModelVersionsCommandOutput
|
|
415
|
+
| GetBatchImportJobsCommandOutput
|
|
416
|
+
| GetBatchPredictionJobsCommandOutput
|
|
417
|
+
| GetDeleteEventsByEventTypeStatusCommandOutput
|
|
418
|
+
| GetDetectorVersionCommandOutput
|
|
419
|
+
| GetDetectorsCommandOutput
|
|
420
|
+
| GetEntityTypesCommandOutput
|
|
421
|
+
| GetEventCommandOutput
|
|
422
|
+
| GetEventPredictionCommandOutput
|
|
423
|
+
| GetEventPredictionMetadataCommandOutput
|
|
424
|
+
| GetEventTypesCommandOutput
|
|
425
|
+
| GetExternalModelsCommandOutput
|
|
426
|
+
| GetKMSEncryptionKeyCommandOutput
|
|
427
|
+
| GetLabelsCommandOutput
|
|
428
|
+
| GetModelVersionCommandOutput
|
|
429
|
+
| GetModelsCommandOutput
|
|
430
|
+
| GetOutcomesCommandOutput
|
|
431
|
+
| GetRulesCommandOutput
|
|
432
|
+
| GetVariablesCommandOutput
|
|
433
|
+
| ListEventPredictionsCommandOutput
|
|
434
|
+
| ListTagsForResourceCommandOutput
|
|
435
|
+
| PutDetectorCommandOutput
|
|
436
|
+
| PutEntityTypeCommandOutput
|
|
437
|
+
| PutEventTypeCommandOutput
|
|
438
|
+
| PutExternalModelCommandOutput
|
|
439
|
+
| PutKMSEncryptionKeyCommandOutput
|
|
440
|
+
| PutLabelCommandOutput
|
|
441
|
+
| PutOutcomeCommandOutput
|
|
442
|
+
| SendEventCommandOutput
|
|
443
|
+
| TagResourceCommandOutput
|
|
444
|
+
| UntagResourceCommandOutput
|
|
445
|
+
| UpdateDetectorVersionCommandOutput
|
|
446
|
+
| UpdateDetectorVersionMetadataCommandOutput
|
|
447
|
+
| UpdateDetectorVersionStatusCommandOutput
|
|
448
|
+
| UpdateEventLabelCommandOutput
|
|
449
|
+
| UpdateModelCommandOutput
|
|
450
|
+
| UpdateModelVersionCommandOutput
|
|
451
|
+
| UpdateModelVersionStatusCommandOutput
|
|
452
|
+
| UpdateRuleMetadataCommandOutput
|
|
453
|
+
| UpdateRuleVersionCommandOutput
|
|
454
|
+
| UpdateVariableCommandOutput;
|
|
455
|
+
export interface ClientDefaults
|
|
456
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
457
|
+
requestHandler?: __HttpHandler;
|
|
458
|
+
|
|
459
|
+
sha256?: __HashConstructor;
|
|
460
|
+
|
|
461
|
+
urlParser?: __UrlParser;
|
|
462
|
+
|
|
463
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
464
|
+
|
|
465
|
+
streamCollector?: __StreamCollector;
|
|
466
|
+
|
|
467
|
+
base64Decoder?: __Decoder;
|
|
468
|
+
|
|
469
|
+
base64Encoder?: __Encoder;
|
|
470
|
+
|
|
471
|
+
utf8Decoder?: __Decoder;
|
|
472
|
+
|
|
473
|
+
utf8Encoder?: __Encoder;
|
|
474
|
+
|
|
475
|
+
runtime?: string;
|
|
476
|
+
|
|
477
|
+
disableHostPrefix?: boolean;
|
|
478
|
+
|
|
479
|
+
maxAttempts?: number | __Provider<number>;
|
|
480
|
+
|
|
481
|
+
retryMode?: string | __Provider<string>;
|
|
482
|
+
|
|
483
|
+
logger?: __Logger;
|
|
484
|
+
|
|
485
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
486
|
+
|
|
487
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
488
|
+
|
|
489
|
+
serviceId?: string;
|
|
490
|
+
|
|
491
|
+
region?: string | __Provider<string>;
|
|
492
|
+
|
|
493
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
494
|
+
|
|
495
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
496
|
+
|
|
497
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
498
|
+
|
|
499
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
500
|
+
}
|
|
501
|
+
declare type FraudDetectorClientConfigType = Partial<
|
|
502
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
503
|
+
> &
|
|
504
|
+
ClientDefaults &
|
|
505
|
+
RegionInputConfig &
|
|
506
|
+
EndpointsInputConfig &
|
|
507
|
+
RetryInputConfig &
|
|
508
|
+
HostHeaderInputConfig &
|
|
509
|
+
AwsAuthInputConfig &
|
|
510
|
+
UserAgentInputConfig;
|
|
511
|
+
|
|
512
|
+
export interface FraudDetectorClientConfig
|
|
513
|
+
extends FraudDetectorClientConfigType {}
|
|
514
|
+
declare type FraudDetectorClientResolvedConfigType =
|
|
515
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
516
|
+
Required<ClientDefaults> &
|
|
517
|
+
RegionResolvedConfig &
|
|
518
|
+
EndpointsResolvedConfig &
|
|
519
|
+
RetryResolvedConfig &
|
|
520
|
+
HostHeaderResolvedConfig &
|
|
521
|
+
AwsAuthResolvedConfig &
|
|
522
|
+
UserAgentResolvedConfig;
|
|
523
|
+
|
|
524
|
+
export interface FraudDetectorClientResolvedConfig
|
|
525
|
+
extends FraudDetectorClientResolvedConfigType {}
|
|
526
|
+
|
|
527
|
+
export declare class FraudDetectorClient extends __Client<
|
|
528
|
+
__HttpHandlerOptions,
|
|
529
|
+
ServiceInputTypes,
|
|
530
|
+
ServiceOutputTypes,
|
|
531
|
+
FraudDetectorClientResolvedConfig
|
|
532
|
+
> {
|
|
533
|
+
readonly config: FraudDetectorClientResolvedConfig;
|
|
534
|
+
constructor(configuration: FraudDetectorClientConfig);
|
|
535
|
+
|
|
536
|
+
destroy(): void;
|
|
537
|
+
}
|
|
538
|
+
export {};
|