@aws-sdk/client-frauddetector 3.489.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist-cjs/FraudDetector.js +1 -157
  2. package/dist-cjs/FraudDetectorClient.js +1 -43
  3. package/dist-cjs/commands/BatchCreateVariableCommand.js +1 -28
  4. package/dist-cjs/commands/BatchGetVariableCommand.js +1 -28
  5. package/dist-cjs/commands/CancelBatchImportJobCommand.js +1 -28
  6. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +1 -28
  7. package/dist-cjs/commands/CreateBatchImportJobCommand.js +1 -28
  8. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +1 -28
  9. package/dist-cjs/commands/CreateDetectorVersionCommand.js +1 -28
  10. package/dist-cjs/commands/CreateListCommand.js +1 -29
  11. package/dist-cjs/commands/CreateModelCommand.js +1 -28
  12. package/dist-cjs/commands/CreateModelVersionCommand.js +1 -28
  13. package/dist-cjs/commands/CreateRuleCommand.js +1 -29
  14. package/dist-cjs/commands/CreateVariableCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDetectorCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteEntityTypeCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteEventCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteEventTypeCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteExternalModelCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteLabelCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteListCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteModelCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteModelVersionCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteOutcomeCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteVariableCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeDetectorCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeModelVersionsCommand.js +1 -28
  33. package/dist-cjs/commands/GetBatchImportJobsCommand.js +1 -28
  34. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +1 -28
  35. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +1 -28
  36. package/dist-cjs/commands/GetDetectorVersionCommand.js +1 -28
  37. package/dist-cjs/commands/GetDetectorsCommand.js +1 -28
  38. package/dist-cjs/commands/GetEntityTypesCommand.js +1 -28
  39. package/dist-cjs/commands/GetEventCommand.js +1 -29
  40. package/dist-cjs/commands/GetEventPredictionCommand.js +1 -29
  41. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +1 -29
  42. package/dist-cjs/commands/GetEventTypesCommand.js +1 -29
  43. package/dist-cjs/commands/GetExternalModelsCommand.js +1 -28
  44. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +1 -28
  45. package/dist-cjs/commands/GetLabelsCommand.js +1 -28
  46. package/dist-cjs/commands/GetListElementsCommand.js +1 -29
  47. package/dist-cjs/commands/GetListsMetadataCommand.js +1 -28
  48. package/dist-cjs/commands/GetModelVersionCommand.js +1 -28
  49. package/dist-cjs/commands/GetModelsCommand.js +1 -28
  50. package/dist-cjs/commands/GetOutcomesCommand.js +1 -28
  51. package/dist-cjs/commands/GetRulesCommand.js +1 -29
  52. package/dist-cjs/commands/GetVariablesCommand.js +1 -28
  53. package/dist-cjs/commands/ListEventPredictionsCommand.js +1 -28
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  55. package/dist-cjs/commands/PutDetectorCommand.js +1 -28
  56. package/dist-cjs/commands/PutEntityTypeCommand.js +1 -28
  57. package/dist-cjs/commands/PutEventTypeCommand.js +1 -28
  58. package/dist-cjs/commands/PutExternalModelCommand.js +1 -28
  59. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +1 -28
  60. package/dist-cjs/commands/PutLabelCommand.js +1 -28
  61. package/dist-cjs/commands/PutOutcomeCommand.js +1 -28
  62. package/dist-cjs/commands/SendEventCommand.js +1 -29
  63. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  64. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +1 -28
  66. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +1 -28
  67. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +1 -28
  68. package/dist-cjs/commands/UpdateEventLabelCommand.js +1 -28
  69. package/dist-cjs/commands/UpdateListCommand.js +1 -29
  70. package/dist-cjs/commands/UpdateModelCommand.js +1 -28
  71. package/dist-cjs/commands/UpdateModelVersionCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateRuleVersionCommand.js +1 -29
  75. package/dist-cjs/commands/UpdateVariableCommand.js +1 -28
  76. package/dist-cjs/commands/index.js +1 -76
  77. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  78. package/dist-cjs/extensionConfiguration.js +1 -2
  79. package/dist-cjs/index.js +6187 -11
  80. package/dist-cjs/models/FraudDetectorServiceException.js +1 -12
  81. package/dist-cjs/models/index.js +1 -4
  82. package/dist-cjs/models/models_0.js +1 -274
  83. package/dist-cjs/pagination/DescribeModelVersionsPaginator.js +1 -7
  84. package/dist-cjs/pagination/GetBatchImportJobsPaginator.js +1 -7
  85. package/dist-cjs/pagination/GetBatchPredictionJobsPaginator.js +1 -7
  86. package/dist-cjs/pagination/GetDetectorsPaginator.js +1 -7
  87. package/dist-cjs/pagination/GetEntityTypesPaginator.js +1 -7
  88. package/dist-cjs/pagination/GetEventTypesPaginator.js +1 -7
  89. package/dist-cjs/pagination/GetExternalModelsPaginator.js +1 -7
  90. package/dist-cjs/pagination/GetLabelsPaginator.js +1 -7
  91. package/dist-cjs/pagination/GetListElementsPaginator.js +1 -7
  92. package/dist-cjs/pagination/GetListsMetadataPaginator.js +1 -7
  93. package/dist-cjs/pagination/GetModelsPaginator.js +1 -7
  94. package/dist-cjs/pagination/GetOutcomesPaginator.js +1 -7
  95. package/dist-cjs/pagination/GetRulesPaginator.js +1 -7
  96. package/dist-cjs/pagination/GetVariablesPaginator.js +1 -7
  97. package/dist-cjs/pagination/Interfaces.js +1 -2
  98. package/dist-cjs/pagination/ListEventPredictionsPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  100. package/dist-cjs/pagination/index.js +1 -20
  101. package/dist-cjs/protocols/Aws_json1_1.js +1 -4288
  102. package/dist-cjs/runtimeExtensions.js +1 -22
  103. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FraudDetectorServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class FraudDetectorServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, FraudDetectorServiceException.prototype);
10
- }
11
- }
12
- exports.FraudDetectorServiceException = FraudDetectorServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,274 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRuleVersionRequestFilterSensitiveLog = exports.UpdateListRequestFilterSensitiveLog = exports.SendEventRequestFilterSensitiveLog = exports.GetRulesResultFilterSensitiveLog = exports.RuleDetailFilterSensitiveLog = exports.GetListElementsResultFilterSensitiveLog = exports.GetEventTypesResultFilterSensitiveLog = exports.EventTypeFilterSensitiveLog = exports.GetEventPredictionMetadataResultFilterSensitiveLog = exports.EvaluatedRuleFilterSensitiveLog = exports.EventVariableSummaryFilterSensitiveLog = exports.EvaluatedExternalModelFilterSensitiveLog = exports.GetEventPredictionRequestFilterSensitiveLog = exports.GetEventResultFilterSensitiveLog = exports.EventFilterSensitiveLog = exports.EntityFilterSensitiveLog = exports.CreateRuleRequestFilterSensitiveLog = exports.CreateListRequestFilterSensitiveLog = exports.ModelVersionStatus = exports.ListUpdateMode = exports.ModelOutputDataFormat = exports.ModelEndpointStatus = exports.ModelInputDataFormat = exports.EventIngestion = exports.ResourceUnavailableException = exports.ModelSource = exports.ConflictException = exports.Language = exports.TrainingDataSourceEnum = exports.UnlabeledEventsTreatment = exports.DetectorVersionStatus = exports.RuleExecutionMode = exports.ModelTypeEnum = exports.ResourceNotFoundException = exports.DataType = exports.DataSource = exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.AsyncJobStatus = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const FraudDetectorServiceException_1 = require("./FraudDetectorServiceException");
6
- class AccessDeniedException extends FraudDetectorServiceException_1.FraudDetectorServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- }
17
- }
18
- exports.AccessDeniedException = AccessDeniedException;
19
- exports.AsyncJobStatus = {
20
- CANCELED: "CANCELED",
21
- CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS",
22
- COMPLETE: "COMPLETE",
23
- FAILED: "FAILED",
24
- IN_PROGRESS: "IN_PROGRESS",
25
- IN_PROGRESS_INITIALIZING: "IN_PROGRESS_INITIALIZING",
26
- };
27
- class InternalServerException extends FraudDetectorServiceException_1.FraudDetectorServiceException {
28
- constructor(opts) {
29
- super({
30
- name: "InternalServerException",
31
- $fault: "server",
32
- ...opts,
33
- });
34
- this.name = "InternalServerException";
35
- this.$fault = "server";
36
- Object.setPrototypeOf(this, InternalServerException.prototype);
37
- }
38
- }
39
- exports.InternalServerException = InternalServerException;
40
- class ThrottlingException extends FraudDetectorServiceException_1.FraudDetectorServiceException {
41
- constructor(opts) {
42
- super({
43
- name: "ThrottlingException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- this.name = "ThrottlingException";
48
- this.$fault = "client";
49
- Object.setPrototypeOf(this, ThrottlingException.prototype);
50
- }
51
- }
52
- exports.ThrottlingException = ThrottlingException;
53
- class ValidationException extends FraudDetectorServiceException_1.FraudDetectorServiceException {
54
- constructor(opts) {
55
- super({
56
- name: "ValidationException",
57
- $fault: "client",
58
- ...opts,
59
- });
60
- this.name = "ValidationException";
61
- this.$fault = "client";
62
- Object.setPrototypeOf(this, ValidationException.prototype);
63
- }
64
- }
65
- exports.ValidationException = ValidationException;
66
- exports.DataSource = {
67
- EVENT: "EVENT",
68
- EXTERNAL_MODEL_SCORE: "EXTERNAL_MODEL_SCORE",
69
- MODEL_SCORE: "MODEL_SCORE",
70
- };
71
- exports.DataType = {
72
- BOOLEAN: "BOOLEAN",
73
- DATETIME: "DATETIME",
74
- FLOAT: "FLOAT",
75
- INTEGER: "INTEGER",
76
- STRING: "STRING",
77
- };
78
- class ResourceNotFoundException extends FraudDetectorServiceException_1.FraudDetectorServiceException {
79
- constructor(opts) {
80
- super({
81
- name: "ResourceNotFoundException",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- this.name = "ResourceNotFoundException";
86
- this.$fault = "client";
87
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
88
- }
89
- }
90
- exports.ResourceNotFoundException = ResourceNotFoundException;
91
- exports.ModelTypeEnum = {
92
- ACCOUNT_TAKEOVER_INSIGHTS: "ACCOUNT_TAKEOVER_INSIGHTS",
93
- ONLINE_FRAUD_INSIGHTS: "ONLINE_FRAUD_INSIGHTS",
94
- TRANSACTION_FRAUD_INSIGHTS: "TRANSACTION_FRAUD_INSIGHTS",
95
- };
96
- exports.RuleExecutionMode = {
97
- ALL_MATCHED: "ALL_MATCHED",
98
- FIRST_MATCHED: "FIRST_MATCHED",
99
- };
100
- exports.DetectorVersionStatus = {
101
- ACTIVE: "ACTIVE",
102
- DRAFT: "DRAFT",
103
- INACTIVE: "INACTIVE",
104
- };
105
- exports.UnlabeledEventsTreatment = {
106
- AUTO: "AUTO",
107
- FRAUD: "FRAUD",
108
- IGNORE: "IGNORE",
109
- LEGIT: "LEGIT",
110
- };
111
- exports.TrainingDataSourceEnum = {
112
- EXTERNAL_EVENTS: "EXTERNAL_EVENTS",
113
- INGESTED_EVENTS: "INGESTED_EVENTS",
114
- };
115
- exports.Language = {
116
- DETECTORPL: "DETECTORPL",
117
- };
118
- class ConflictException extends FraudDetectorServiceException_1.FraudDetectorServiceException {
119
- constructor(opts) {
120
- super({
121
- name: "ConflictException",
122
- $fault: "client",
123
- ...opts,
124
- });
125
- this.name = "ConflictException";
126
- this.$fault = "client";
127
- Object.setPrototypeOf(this, ConflictException.prototype);
128
- }
129
- }
130
- exports.ConflictException = ConflictException;
131
- exports.ModelSource = {
132
- SAGEMAKER: "SAGEMAKER",
133
- };
134
- class ResourceUnavailableException extends FraudDetectorServiceException_1.FraudDetectorServiceException {
135
- constructor(opts) {
136
- super({
137
- name: "ResourceUnavailableException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- this.name = "ResourceUnavailableException";
142
- this.$fault = "client";
143
- Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
144
- }
145
- }
146
- exports.ResourceUnavailableException = ResourceUnavailableException;
147
- exports.EventIngestion = {
148
- DISABLED: "DISABLED",
149
- ENABLED: "ENABLED",
150
- };
151
- exports.ModelInputDataFormat = {
152
- CSV: "TEXT_CSV",
153
- JSON: "APPLICATION_JSON",
154
- };
155
- exports.ModelEndpointStatus = {
156
- ASSOCIATED: "ASSOCIATED",
157
- DISSOCIATED: "DISSOCIATED",
158
- };
159
- exports.ModelOutputDataFormat = {
160
- CSV: "TEXT_CSV",
161
- JSONLINES: "APPLICATION_JSONLINES",
162
- };
163
- exports.ListUpdateMode = {
164
- APPEND: "APPEND",
165
- REMOVE: "REMOVE",
166
- REPLACE: "REPLACE",
167
- };
168
- exports.ModelVersionStatus = {
169
- ACTIVE: "ACTIVE",
170
- INACTIVE: "INACTIVE",
171
- TRAINING_CANCELLED: "TRAINING_CANCELLED",
172
- };
173
- const CreateListRequestFilterSensitiveLog = (obj) => ({
174
- ...obj,
175
- ...(obj.elements && { elements: smithy_client_1.SENSITIVE_STRING }),
176
- });
177
- exports.CreateListRequestFilterSensitiveLog = CreateListRequestFilterSensitiveLog;
178
- const CreateRuleRequestFilterSensitiveLog = (obj) => ({
179
- ...obj,
180
- ...(obj.expression && { expression: smithy_client_1.SENSITIVE_STRING }),
181
- });
182
- exports.CreateRuleRequestFilterSensitiveLog = CreateRuleRequestFilterSensitiveLog;
183
- const EntityFilterSensitiveLog = (obj) => ({
184
- ...obj,
185
- });
186
- exports.EntityFilterSensitiveLog = EntityFilterSensitiveLog;
187
- const EventFilterSensitiveLog = (obj) => ({
188
- ...obj,
189
- ...(obj.eventVariables && { eventVariables: smithy_client_1.SENSITIVE_STRING }),
190
- ...(obj.entities && { entities: smithy_client_1.SENSITIVE_STRING }),
191
- });
192
- exports.EventFilterSensitiveLog = EventFilterSensitiveLog;
193
- const GetEventResultFilterSensitiveLog = (obj) => ({
194
- ...obj,
195
- ...(obj.event && { event: (0, exports.EventFilterSensitiveLog)(obj.event) }),
196
- });
197
- exports.GetEventResultFilterSensitiveLog = GetEventResultFilterSensitiveLog;
198
- const GetEventPredictionRequestFilterSensitiveLog = (obj) => ({
199
- ...obj,
200
- ...(obj.entities && { entities: smithy_client_1.SENSITIVE_STRING }),
201
- ...(obj.eventVariables && { eventVariables: smithy_client_1.SENSITIVE_STRING }),
202
- ...(obj.externalModelEndpointDataBlobs && { externalModelEndpointDataBlobs: smithy_client_1.SENSITIVE_STRING }),
203
- });
204
- exports.GetEventPredictionRequestFilterSensitiveLog = GetEventPredictionRequestFilterSensitiveLog;
205
- const EvaluatedExternalModelFilterSensitiveLog = (obj) => ({
206
- ...obj,
207
- ...(obj.inputVariables && { inputVariables: smithy_client_1.SENSITIVE_STRING }),
208
- ...(obj.outputVariables && { outputVariables: smithy_client_1.SENSITIVE_STRING }),
209
- });
210
- exports.EvaluatedExternalModelFilterSensitiveLog = EvaluatedExternalModelFilterSensitiveLog;
211
- const EventVariableSummaryFilterSensitiveLog = (obj) => ({
212
- ...obj,
213
- ...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
214
- ...(obj.value && { value: smithy_client_1.SENSITIVE_STRING }),
215
- ...(obj.source && { source: smithy_client_1.SENSITIVE_STRING }),
216
- });
217
- exports.EventVariableSummaryFilterSensitiveLog = EventVariableSummaryFilterSensitiveLog;
218
- const EvaluatedRuleFilterSensitiveLog = (obj) => ({
219
- ...obj,
220
- ...(obj.expression && { expression: smithy_client_1.SENSITIVE_STRING }),
221
- ...(obj.expressionWithValues && { expressionWithValues: smithy_client_1.SENSITIVE_STRING }),
222
- });
223
- exports.EvaluatedRuleFilterSensitiveLog = EvaluatedRuleFilterSensitiveLog;
224
- const GetEventPredictionMetadataResultFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- ...(obj.eventVariables && {
227
- eventVariables: obj.eventVariables.map((item) => (0, exports.EventVariableSummaryFilterSensitiveLog)(item)),
228
- }),
229
- ...(obj.rules && { rules: obj.rules.map((item) => (0, exports.EvaluatedRuleFilterSensitiveLog)(item)) }),
230
- ...(obj.evaluatedExternalModels && {
231
- evaluatedExternalModels: obj.evaluatedExternalModels.map((item) => (0, exports.EvaluatedExternalModelFilterSensitiveLog)(item)),
232
- }),
233
- });
234
- exports.GetEventPredictionMetadataResultFilterSensitiveLog = GetEventPredictionMetadataResultFilterSensitiveLog;
235
- const EventTypeFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
- exports.EventTypeFilterSensitiveLog = EventTypeFilterSensitiveLog;
239
- const GetEventTypesResultFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- ...(obj.eventTypes && { eventTypes: smithy_client_1.SENSITIVE_STRING }),
242
- });
243
- exports.GetEventTypesResultFilterSensitiveLog = GetEventTypesResultFilterSensitiveLog;
244
- const GetListElementsResultFilterSensitiveLog = (obj) => ({
245
- ...obj,
246
- ...(obj.elements && { elements: smithy_client_1.SENSITIVE_STRING }),
247
- });
248
- exports.GetListElementsResultFilterSensitiveLog = GetListElementsResultFilterSensitiveLog;
249
- const RuleDetailFilterSensitiveLog = (obj) => ({
250
- ...obj,
251
- ...(obj.expression && { expression: smithy_client_1.SENSITIVE_STRING }),
252
- });
253
- exports.RuleDetailFilterSensitiveLog = RuleDetailFilterSensitiveLog;
254
- const GetRulesResultFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- ...(obj.ruleDetails && { ruleDetails: obj.ruleDetails.map((item) => (0, exports.RuleDetailFilterSensitiveLog)(item)) }),
257
- });
258
- exports.GetRulesResultFilterSensitiveLog = GetRulesResultFilterSensitiveLog;
259
- const SendEventRequestFilterSensitiveLog = (obj) => ({
260
- ...obj,
261
- ...(obj.eventVariables && { eventVariables: smithy_client_1.SENSITIVE_STRING }),
262
- ...(obj.entities && { entities: smithy_client_1.SENSITIVE_STRING }),
263
- });
264
- exports.SendEventRequestFilterSensitiveLog = SendEventRequestFilterSensitiveLog;
265
- const UpdateListRequestFilterSensitiveLog = (obj) => ({
266
- ...obj,
267
- ...(obj.elements && { elements: smithy_client_1.SENSITIVE_STRING }),
268
- });
269
- exports.UpdateListRequestFilterSensitiveLog = UpdateListRequestFilterSensitiveLog;
270
- const UpdateRuleVersionRequestFilterSensitiveLog = (obj) => ({
271
- ...obj,
272
- ...(obj.expression && { expression: smithy_client_1.SENSITIVE_STRING }),
273
- });
274
- exports.UpdateRuleVersionRequestFilterSensitiveLog = UpdateRuleVersionRequestFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeModelVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeModelVersionsCommand_1 = require("../commands/DescribeModelVersionsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateDescribeModelVersions = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, DescribeModelVersionsCommand_1.DescribeModelVersionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetBatchImportJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetBatchImportJobsCommand_1 = require("../commands/GetBatchImportJobsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetBatchImportJobs = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetBatchImportJobsCommand_1.GetBatchImportJobsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetBatchPredictionJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetBatchPredictionJobsCommand_1 = require("../commands/GetBatchPredictionJobsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetBatchPredictionJobs = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetBatchPredictionJobsCommand_1.GetBatchPredictionJobsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetDetectors = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetDetectorsCommand_1 = require("../commands/GetDetectorsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetDetectors = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetDetectorsCommand_1.GetDetectorsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetEntityTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetEntityTypesCommand_1 = require("../commands/GetEntityTypesCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetEntityTypes = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetEntityTypesCommand_1.GetEntityTypesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetEventTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetEventTypesCommand_1 = require("../commands/GetEventTypesCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetEventTypes = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetEventTypesCommand_1.GetEventTypesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetExternalModels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetExternalModelsCommand_1 = require("../commands/GetExternalModelsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetExternalModels = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetExternalModelsCommand_1.GetExternalModelsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetLabels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetLabelsCommand_1 = require("../commands/GetLabelsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetLabels = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetLabelsCommand_1.GetLabelsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetListElements = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetListElementsCommand_1 = require("../commands/GetListElementsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetListElements = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetListElementsCommand_1.GetListElementsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetListsMetadata = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetListsMetadataCommand_1 = require("../commands/GetListsMetadataCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetListsMetadata = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetListsMetadataCommand_1.GetListsMetadataCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetModels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetModelsCommand_1 = require("../commands/GetModelsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetModels = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetModelsCommand_1.GetModelsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetOutcomes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetOutcomesCommand_1 = require("../commands/GetOutcomesCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetOutcomes = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetOutcomesCommand_1.GetOutcomesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetRules = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetRulesCommand_1 = require("../commands/GetRulesCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetRules = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetRulesCommand_1.GetRulesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetVariables = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetVariablesCommand_1 = require("../commands/GetVariablesCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateGetVariables = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, GetVariablesCommand_1.GetVariablesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEventPredictions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEventPredictionsCommand_1 = require("../commands/ListEventPredictionsCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateListEventPredictions = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, ListEventPredictionsCommand_1.ListEventPredictionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListTagsForResource = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
6
- const FraudDetectorClient_1 = require("../FraudDetectorClient");
7
- exports.paginateListTagsForResource = (0, core_1.createPaginator)(FraudDetectorClient_1.FraudDetectorClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,20 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeModelVersionsPaginator"), exports);
5
- tslib_1.__exportStar(require("./GetBatchImportJobsPaginator"), exports);
6
- tslib_1.__exportStar(require("./GetBatchPredictionJobsPaginator"), exports);
7
- tslib_1.__exportStar(require("./GetDetectorsPaginator"), exports);
8
- tslib_1.__exportStar(require("./GetEntityTypesPaginator"), exports);
9
- tslib_1.__exportStar(require("./GetEventTypesPaginator"), exports);
10
- tslib_1.__exportStar(require("./GetExternalModelsPaginator"), exports);
11
- tslib_1.__exportStar(require("./GetLabelsPaginator"), exports);
12
- tslib_1.__exportStar(require("./GetListElementsPaginator"), exports);
13
- tslib_1.__exportStar(require("./GetListsMetadataPaginator"), exports);
14
- tslib_1.__exportStar(require("./Interfaces"), exports);
15
- tslib_1.__exportStar(require("./GetModelsPaginator"), exports);
16
- tslib_1.__exportStar(require("./GetOutcomesPaginator"), exports);
17
- tslib_1.__exportStar(require("./GetRulesPaginator"), exports);
18
- tslib_1.__exportStar(require("./GetVariablesPaginator"), exports);
19
- tslib_1.__exportStar(require("./ListEventPredictionsPaginator"), exports);
20
- tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
1
+ module.exports = require("../index.js");