@aws-sdk/client-frauddetector 3.987.0 → 3.988.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 +92 -2496
- package/dist-cjs/models/FraudDetectorServiceException.js +12 -0
- package/dist-cjs/models/errors.js +95 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2054 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +63 -57
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultFraudDetectorHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2019-11-15",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.frauddetector",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://hawksnest.amazonaws.com/doc/2019-11-15",
|
|
30
32
|
version: "2019-11-15",
|
|
31
33
|
serviceTarget: "AWSHawksNestServiceFacade",
|
|
@@ -493,13 +493,13 @@ const _rIu = "ruleId";
|
|
|
493
493
|
const _rR = "ruleResults";
|
|
494
494
|
const _rV = "ruleVersion";
|
|
495
495
|
const _ru = "rule";
|
|
496
|
-
const _s = "
|
|
496
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.frauddetector";
|
|
497
497
|
const _sS = "sensitiveString";
|
|
498
498
|
const _sT = "startTime";
|
|
499
499
|
const _sc = "scores";
|
|
500
500
|
const _se = "server";
|
|
501
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.frauddetector";
|
|
502
501
|
const _so = "source";
|
|
502
|
+
const _st = "status";
|
|
503
503
|
const _t = "threshold";
|
|
504
504
|
const _tDS = "trainingDataSource";
|
|
505
505
|
const _tDSr = "trainingDataSchema";
|
|
@@ -535,17 +535,61 @@ const n0 = "com.amazonaws.frauddetector";
|
|
|
535
535
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
536
536
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ResourceUnavailableException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
537
537
|
import { FraudDetectorServiceException } from "../models/FraudDetectorServiceException";
|
|
538
|
-
|
|
539
|
-
var
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
var variableValue = [0, n0, _vV, 8, 0];
|
|
538
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
539
|
+
export var FraudDetectorServiceException$ = [-3, _s, "FraudDetectorServiceException", 0, [], []];
|
|
540
|
+
_s_registry.registerError(FraudDetectorServiceException$, FraudDetectorServiceException);
|
|
541
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
543
542
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
544
543
|
{ [_e]: _c, [_hE]: 403 },
|
|
545
544
|
[_m],
|
|
546
545
|
[0], 1
|
|
547
546
|
];
|
|
548
|
-
|
|
547
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
548
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
549
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
550
|
+
[_m],
|
|
551
|
+
[0], 1
|
|
552
|
+
];
|
|
553
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
554
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
555
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
556
|
+
[_m],
|
|
557
|
+
[0], 1
|
|
558
|
+
];
|
|
559
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
560
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
561
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
562
|
+
[_m],
|
|
563
|
+
[0], 1
|
|
564
|
+
];
|
|
565
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
566
|
+
export var ResourceUnavailableException$ = [-3, n0, _RUE,
|
|
567
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
568
|
+
[_m],
|
|
569
|
+
[0]
|
|
570
|
+
];
|
|
571
|
+
n0_registry.registerError(ResourceUnavailableException$, ResourceUnavailableException);
|
|
572
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
573
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
574
|
+
[_m],
|
|
575
|
+
[0], 1
|
|
576
|
+
];
|
|
577
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
578
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
579
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
580
|
+
[_m],
|
|
581
|
+
[0], 1
|
|
582
|
+
];
|
|
583
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
584
|
+
export const errorTypeRegistries = [
|
|
585
|
+
_s_registry,
|
|
586
|
+
n0_registry,
|
|
587
|
+
];
|
|
588
|
+
var attributeValue = [0, n0, _aV, 8, 0];
|
|
589
|
+
var Elements = [0, n0, _E, 8, 0];
|
|
590
|
+
var ruleExpression = [0, n0, _rE, 8, 0];
|
|
591
|
+
var sensitiveString = [0, n0, _sS, 8, 0];
|
|
592
|
+
var variableValue = [0, n0, _vV, 8, 0];
|
|
549
593
|
export var AggregatedLogOddsMetric$ = [3, n0, _ALOM,
|
|
550
594
|
0,
|
|
551
595
|
[_vN, _aVI],
|
|
@@ -613,12 +657,12 @@ export var BatchGetVariableResult$ = [3, n0, _BGVRa,
|
|
|
613
657
|
];
|
|
614
658
|
export var BatchImport$ = [3, n0, _BI,
|
|
615
659
|
0,
|
|
616
|
-
[_jI,
|
|
660
|
+
[_jI, _st, _fR, _sT, _cTo, _iP, _oP, _eTN, _iRA, _a, _pRC, _fRC, _tRC],
|
|
617
661
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
|
|
618
662
|
];
|
|
619
663
|
export var BatchPrediction$ = [3, n0, _BP,
|
|
620
664
|
0,
|
|
621
|
-
[_jI,
|
|
665
|
+
[_jI, _st, _fR, _sT, _cTo, _lHT, _iP, _oP, _eTN, _dN, _dV, _iRA, _a, _pRC, _tRC],
|
|
622
666
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1]
|
|
623
667
|
];
|
|
624
668
|
export var CancelBatchImportJobRequest$ = [3, n0, _CBIJR,
|
|
@@ -641,12 +685,6 @@ export var CancelBatchPredictionJobResult$ = [3, n0, _CBPJRa,
|
|
|
641
685
|
[],
|
|
642
686
|
[]
|
|
643
687
|
];
|
|
644
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
645
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
646
|
-
[_m],
|
|
647
|
-
[0], 1
|
|
648
|
-
];
|
|
649
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
650
688
|
export var CreateBatchImportJobRequest$ = [3, n0, _CBIJRr,
|
|
651
689
|
0,
|
|
652
690
|
[_jI, _iP, _oP, _eTN, _iRA, _ta],
|
|
@@ -674,7 +712,7 @@ export var CreateDetectorVersionRequest$ = [3, n0, _CDVR,
|
|
|
674
712
|
];
|
|
675
713
|
export var CreateDetectorVersionResult$ = [3, n0, _CDVRr,
|
|
676
714
|
0,
|
|
677
|
-
[_dI, _dVI,
|
|
715
|
+
[_dI, _dVI, _st],
|
|
678
716
|
[0, 0, 0]
|
|
679
717
|
];
|
|
680
718
|
export var CreateListRequest$ = [3, n0, _CLR,
|
|
@@ -704,7 +742,7 @@ export var CreateModelVersionRequest$ = [3, n0, _CMVR,
|
|
|
704
742
|
];
|
|
705
743
|
export var CreateModelVersionResult$ = [3, n0, _CMVRr,
|
|
706
744
|
0,
|
|
707
|
-
[_mI, _mT, _mVN,
|
|
745
|
+
[_mI, _mT, _mVN, _st],
|
|
708
746
|
[0, 0, 0, 0]
|
|
709
747
|
];
|
|
710
748
|
export var CreateRuleRequest$ = [3, n0, _CRR,
|
|
@@ -919,7 +957,7 @@ export var Detector$ = [3, n0, _D,
|
|
|
919
957
|
];
|
|
920
958
|
export var DetectorVersionSummary$ = [3, n0, _DVS,
|
|
921
959
|
0,
|
|
922
|
-
[_dVI,
|
|
960
|
+
[_dVI, _st, _d, _lUT],
|
|
923
961
|
[0, 0, 0, 0]
|
|
924
962
|
];
|
|
925
963
|
export var Entity$ = [3, n0, _En,
|
|
@@ -1054,7 +1092,7 @@ export var GetDetectorVersionRequest$ = [3, n0, _GDVR,
|
|
|
1054
1092
|
];
|
|
1055
1093
|
export var GetDetectorVersionResult$ = [3, n0, _GDVRe,
|
|
1056
1094
|
0,
|
|
1057
|
-
[_dI, _dVI, _d, _eME, _mV, _r,
|
|
1095
|
+
[_dI, _dVI, _d, _eME, _mV, _r, _st, _lUT, _cT, _rEM, _a],
|
|
1058
1096
|
[0, 0, 0, 64 | 0, () => ListOfModelVersions, () => RuleList, 0, 0, 0, 0, 0]
|
|
1059
1097
|
];
|
|
1060
1098
|
export var GetEntityTypesRequest$ = [3, n0, _GETR,
|
|
@@ -1169,7 +1207,7 @@ export var GetModelVersionRequest$ = [3, n0, _GMVR,
|
|
|
1169
1207
|
];
|
|
1170
1208
|
export var GetModelVersionResult$ = [3, n0, _GMVRe,
|
|
1171
1209
|
0,
|
|
1172
|
-
[_mI, _mT, _mVN, _tDS, _tDSr, _eED, _iED,
|
|
1210
|
+
[_mI, _mT, _mVN, _tDS, _tDSr, _eED, _iED, _st, _a],
|
|
1173
1211
|
[0, 0, 0, 0, () => TrainingDataSchema$, () => ExternalEventsDetail$, () => IngestedEventsDetail$, 0, 0]
|
|
1174
1212
|
];
|
|
1175
1213
|
export var GetOutcomesRequest$ = [3, n0, _GOR,
|
|
@@ -1217,12 +1255,6 @@ export var IngestedEventsTimeWindow$ = [3, n0, _IETW,
|
|
|
1217
1255
|
[_sT, _eTnd],
|
|
1218
1256
|
[0, 0], 2
|
|
1219
1257
|
];
|
|
1220
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1221
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
1222
|
-
[_m],
|
|
1223
|
-
[0], 1
|
|
1224
|
-
];
|
|
1225
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1226
1258
|
export var KMSKey$ = [3, n0, _KMSK,
|
|
1227
1259
|
0,
|
|
1228
1260
|
[_kEKA],
|
|
@@ -1300,7 +1332,7 @@ export var ModelVersion$ = [3, n0, _MV,
|
|
|
1300
1332
|
];
|
|
1301
1333
|
export var ModelVersionDetail$ = [3, n0, _MVD,
|
|
1302
1334
|
0,
|
|
1303
|
-
[_mI, _mT, _mVN,
|
|
1335
|
+
[_mI, _mT, _mVN, _st, _tDS, _tDSr, _eED, _iED, _tR, _lUT, _cT, _a, _tRV],
|
|
1304
1336
|
[0, 0, 0, 0, 0, () => TrainingDataSchema$, () => ExternalEventsDetail$, () => IngestedEventsDetail$, () => TrainingResult$, 0, 0, 0, () => TrainingResultV2$]
|
|
1305
1337
|
];
|
|
1306
1338
|
export var ModelVersionEvaluation$ = [3, n0, _MVE,
|
|
@@ -1408,18 +1440,6 @@ export var PutOutcomeResult$ = [3, n0, _PORu,
|
|
|
1408
1440
|
[],
|
|
1409
1441
|
[]
|
|
1410
1442
|
];
|
|
1411
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1412
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1413
|
-
[_m],
|
|
1414
|
-
[0], 1
|
|
1415
|
-
];
|
|
1416
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1417
|
-
export var ResourceUnavailableException$ = [-3, n0, _RUE,
|
|
1418
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1419
|
-
[_m],
|
|
1420
|
-
[0]
|
|
1421
|
-
];
|
|
1422
|
-
TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
|
|
1423
1443
|
export var Rule$ = [3, n0, _R,
|
|
1424
1444
|
0,
|
|
1425
1445
|
[_dI, _rIu, _rV],
|
|
@@ -1475,12 +1495,6 @@ export var TFITrainingMetricsValue$ = [3, n0, _TFITMV,
|
|
|
1475
1495
|
[_mDP, _mP],
|
|
1476
1496
|
[() => TFIMetricDataPointsList, () => TFIModelPerformance$]
|
|
1477
1497
|
];
|
|
1478
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1479
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1480
|
-
[_m],
|
|
1481
|
-
[0], 1
|
|
1482
|
-
];
|
|
1483
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1484
1498
|
export var TrainingDataSchema$ = [3, n0, _TDS,
|
|
1485
1499
|
0,
|
|
1486
1500
|
[_mVod, _lS],
|
|
@@ -1543,7 +1557,7 @@ export var UpdateDetectorVersionResult$ = [3, n0, _UDVRp,
|
|
|
1543
1557
|
];
|
|
1544
1558
|
export var UpdateDetectorVersionStatusRequest$ = [3, n0, _UDVSR,
|
|
1545
1559
|
0,
|
|
1546
|
-
[_dI, _dVI,
|
|
1560
|
+
[_dI, _dVI, _st],
|
|
1547
1561
|
[0, 0, 0], 3
|
|
1548
1562
|
];
|
|
1549
1563
|
export var UpdateDetectorVersionStatusResult$ = [3, n0, _UDVSRp,
|
|
@@ -1588,12 +1602,12 @@ export var UpdateModelVersionRequest$ = [3, n0, _UMVR,
|
|
|
1588
1602
|
];
|
|
1589
1603
|
export var UpdateModelVersionResult$ = [3, n0, _UMVRp,
|
|
1590
1604
|
0,
|
|
1591
|
-
[_mI, _mT, _mVN,
|
|
1605
|
+
[_mI, _mT, _mVN, _st],
|
|
1592
1606
|
[0, 0, 0, 0]
|
|
1593
1607
|
];
|
|
1594
1608
|
export var UpdateModelVersionStatusRequest$ = [3, n0, _UMVSR,
|
|
1595
1609
|
0,
|
|
1596
|
-
[_mI, _mT, _mVN,
|
|
1610
|
+
[_mI, _mT, _mVN, _st],
|
|
1597
1611
|
[0, 0, 0, 0], 4
|
|
1598
1612
|
];
|
|
1599
1613
|
export var UpdateModelVersionStatusResult$ = [3, n0, _UMVSRp,
|
|
@@ -1631,12 +1645,6 @@ export var UpdateVariableResult$ = [3, n0, _UVRp,
|
|
|
1631
1645
|
[],
|
|
1632
1646
|
[]
|
|
1633
1647
|
];
|
|
1634
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1635
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1636
|
-
[_m],
|
|
1637
|
-
[0], 1
|
|
1638
|
-
];
|
|
1639
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1640
1648
|
export var Variable$ = [3, n0, _V,
|
|
1641
1649
|
0,
|
|
1642
1650
|
[_n, _dT, _dS, _dVe, _d, _vT, _lUT, _cT, _a],
|
|
@@ -1658,8 +1666,6 @@ export var VariableImportanceMetrics$ = [3, n0, _VIM,
|
|
|
1658
1666
|
[() => ListOfLogOddsMetrics]
|
|
1659
1667
|
];
|
|
1660
1668
|
var __Unit = "unit";
|
|
1661
|
-
export var FraudDetectorServiceException$ = [-3, _sm, "FraudDetectorServiceException", 0, [], []];
|
|
1662
|
-
TypeRegistry.for(_sm).registerError(FraudDetectorServiceException$, FraudDetectorServiceException);
|
|
1663
1669
|
var AllowDenyLists = [1, n0, _ADLl,
|
|
1664
1670
|
0, () => AllowDenyList$
|
|
1665
1671
|
];
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var FraudDetectorServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceUnavailableException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var AggregatedLogOddsMetric$: StaticStructureSchema;
|
|
4
18
|
export declare var AggregatedVariablesImpactExplanation$: StaticStructureSchema;
|
|
5
19
|
export declare var AggregatedVariablesImportanceMetrics$: StaticStructureSchema;
|
|
@@ -19,7 +33,6 @@ export declare var CancelBatchImportJobRequest$: StaticStructureSchema;
|
|
|
19
33
|
export declare var CancelBatchImportJobResult$: StaticStructureSchema;
|
|
20
34
|
export declare var CancelBatchPredictionJobRequest$: StaticStructureSchema;
|
|
21
35
|
export declare var CancelBatchPredictionJobResult$: StaticStructureSchema;
|
|
22
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
23
36
|
export declare var CreateBatchImportJobRequest$: StaticStructureSchema;
|
|
24
37
|
export declare var CreateBatchImportJobResult$: StaticStructureSchema;
|
|
25
38
|
export declare var CreateBatchPredictionJobRequest$: StaticStructureSchema;
|
|
@@ -134,7 +147,6 @@ export declare var GetVariablesResult$: StaticStructureSchema;
|
|
|
134
147
|
export declare var IngestedEventsDetail$: StaticStructureSchema;
|
|
135
148
|
export declare var IngestedEventStatistics$: StaticStructureSchema;
|
|
136
149
|
export declare var IngestedEventsTimeWindow$: StaticStructureSchema;
|
|
137
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
138
150
|
export declare var KMSKey$: StaticStructureSchema;
|
|
139
151
|
export declare var Label$: StaticStructureSchema;
|
|
140
152
|
export declare var LabelSchema$: StaticStructureSchema;
|
|
@@ -172,8 +184,6 @@ export declare var PutLabelRequest$: StaticStructureSchema;
|
|
|
172
184
|
export declare var PutLabelResult$: StaticStructureSchema;
|
|
173
185
|
export declare var PutOutcomeRequest$: StaticStructureSchema;
|
|
174
186
|
export declare var PutOutcomeResult$: StaticStructureSchema;
|
|
175
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
176
|
-
export declare var ResourceUnavailableException$: StaticErrorSchema;
|
|
177
187
|
export declare var Rule$: StaticStructureSchema;
|
|
178
188
|
export declare var RuleDetail$: StaticStructureSchema;
|
|
179
189
|
export declare var RuleResult$: StaticStructureSchema;
|
|
@@ -185,7 +195,6 @@ export declare var TagResourceResult$: StaticStructureSchema;
|
|
|
185
195
|
export declare var TFIMetricDataPoint$: StaticStructureSchema;
|
|
186
196
|
export declare var TFIModelPerformance$: StaticStructureSchema;
|
|
187
197
|
export declare var TFITrainingMetricsValue$: StaticStructureSchema;
|
|
188
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
189
198
|
export declare var TrainingDataSchema$: StaticStructureSchema;
|
|
190
199
|
export declare var TrainingMetrics$: StaticStructureSchema;
|
|
191
200
|
export declare var TrainingMetricsV2$: StaticStructureSchema;
|
|
@@ -216,12 +225,10 @@ export declare var UpdateRuleVersionRequest$: StaticStructureSchema;
|
|
|
216
225
|
export declare var UpdateRuleVersionResult$: StaticStructureSchema;
|
|
217
226
|
export declare var UpdateVariableRequest$: StaticStructureSchema;
|
|
218
227
|
export declare var UpdateVariableResult$: StaticStructureSchema;
|
|
219
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
220
228
|
export declare var Variable$: StaticStructureSchema;
|
|
221
229
|
export declare var VariableEntry$: StaticStructureSchema;
|
|
222
230
|
export declare var VariableImpactExplanation$: StaticStructureSchema;
|
|
223
231
|
export declare var VariableImportanceMetrics$: StaticStructureSchema;
|
|
224
|
-
export declare var FraudDetectorServiceException$: StaticErrorSchema;
|
|
225
232
|
export declare var BatchCreateVariable$: StaticOperationSchema;
|
|
226
233
|
export declare var BatchGetVariable$: StaticOperationSchema;
|
|
227
234
|
export declare var CancelBatchImportJob$: StaticOperationSchema;
|
|
@@ -1,9 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var FraudDetectorServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceUnavailableException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var AggregatedLogOddsMetric$: StaticStructureSchema;
|
|
8
17
|
export declare var AggregatedVariablesImpactExplanation$: StaticStructureSchema;
|
|
9
18
|
export declare var AggregatedVariablesImportanceMetrics$: StaticStructureSchema;
|
|
@@ -23,7 +32,6 @@ export declare var CancelBatchImportJobRequest$: StaticStructureSchema;
|
|
|
23
32
|
export declare var CancelBatchImportJobResult$: StaticStructureSchema;
|
|
24
33
|
export declare var CancelBatchPredictionJobRequest$: StaticStructureSchema;
|
|
25
34
|
export declare var CancelBatchPredictionJobResult$: StaticStructureSchema;
|
|
26
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
27
35
|
export declare var CreateBatchImportJobRequest$: StaticStructureSchema;
|
|
28
36
|
export declare var CreateBatchImportJobResult$: StaticStructureSchema;
|
|
29
37
|
export declare var CreateBatchPredictionJobRequest$: StaticStructureSchema;
|
|
@@ -138,7 +146,6 @@ export declare var GetVariablesResult$: StaticStructureSchema;
|
|
|
138
146
|
export declare var IngestedEventsDetail$: StaticStructureSchema;
|
|
139
147
|
export declare var IngestedEventStatistics$: StaticStructureSchema;
|
|
140
148
|
export declare var IngestedEventsTimeWindow$: StaticStructureSchema;
|
|
141
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
142
149
|
export declare var KMSKey$: StaticStructureSchema;
|
|
143
150
|
export declare var Label$: StaticStructureSchema;
|
|
144
151
|
export declare var LabelSchema$: StaticStructureSchema;
|
|
@@ -176,8 +183,6 @@ export declare var PutLabelRequest$: StaticStructureSchema;
|
|
|
176
183
|
export declare var PutLabelResult$: StaticStructureSchema;
|
|
177
184
|
export declare var PutOutcomeRequest$: StaticStructureSchema;
|
|
178
185
|
export declare var PutOutcomeResult$: StaticStructureSchema;
|
|
179
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
180
|
-
export declare var ResourceUnavailableException$: StaticErrorSchema;
|
|
181
186
|
export declare var Rule$: StaticStructureSchema;
|
|
182
187
|
export declare var RuleDetail$: StaticStructureSchema;
|
|
183
188
|
export declare var RuleResult$: StaticStructureSchema;
|
|
@@ -189,7 +194,6 @@ export declare var TagResourceResult$: StaticStructureSchema;
|
|
|
189
194
|
export declare var TFIMetricDataPoint$: StaticStructureSchema;
|
|
190
195
|
export declare var TFIModelPerformance$: StaticStructureSchema;
|
|
191
196
|
export declare var TFITrainingMetricsValue$: StaticStructureSchema;
|
|
192
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
193
197
|
export declare var TrainingDataSchema$: StaticStructureSchema;
|
|
194
198
|
export declare var TrainingMetrics$: StaticStructureSchema;
|
|
195
199
|
export declare var TrainingMetricsV2$: StaticStructureSchema;
|
|
@@ -220,12 +224,10 @@ export declare var UpdateRuleVersionRequest$: StaticStructureSchema;
|
|
|
220
224
|
export declare var UpdateRuleVersionResult$: StaticStructureSchema;
|
|
221
225
|
export declare var UpdateVariableRequest$: StaticStructureSchema;
|
|
222
226
|
export declare var UpdateVariableResult$: StaticStructureSchema;
|
|
223
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
224
227
|
export declare var Variable$: StaticStructureSchema;
|
|
225
228
|
export declare var VariableEntry$: StaticStructureSchema;
|
|
226
229
|
export declare var VariableImpactExplanation$: StaticStructureSchema;
|
|
227
230
|
export declare var VariableImportanceMetrics$: StaticStructureSchema;
|
|
228
|
-
export declare var FraudDetectorServiceException$: StaticErrorSchema;
|
|
229
231
|
export declare var BatchCreateVariable$: StaticOperationSchema;
|
|
230
232
|
export declare var BatchGetVariable$: StaticOperationSchema;
|
|
231
233
|
export declare var CancelBatchImportJob$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-frauddetector",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|