@aws-sdk/client-frauddetector 3.1019.0 → 3.1021.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-es/FraudDetector.js +14 -14
- package/dist-types/FraudDetector.d.ts +73 -73
- package/dist-types/FraudDetectorClient.d.ts +76 -76
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDetectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEntityTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEventTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetExternalModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetLabelsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetListElementsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetListsMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetOutcomesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetVariablesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/FraudDetector.js
CHANGED
|
@@ -6,26 +6,26 @@ import { CancelBatchPredictionJobCommand, } from "./commands/CancelBatchPredicti
|
|
|
6
6
|
import { CreateBatchImportJobCommand, } from "./commands/CreateBatchImportJobCommand";
|
|
7
7
|
import { CreateBatchPredictionJobCommand, } from "./commands/CreateBatchPredictionJobCommand";
|
|
8
8
|
import { CreateDetectorVersionCommand, } from "./commands/CreateDetectorVersionCommand";
|
|
9
|
-
import { CreateListCommand } from "./commands/CreateListCommand";
|
|
10
|
-
import { CreateModelCommand } from "./commands/CreateModelCommand";
|
|
9
|
+
import { CreateListCommand, } from "./commands/CreateListCommand";
|
|
10
|
+
import { CreateModelCommand, } from "./commands/CreateModelCommand";
|
|
11
11
|
import { CreateModelVersionCommand, } from "./commands/CreateModelVersionCommand";
|
|
12
|
-
import { CreateRuleCommand } from "./commands/CreateRuleCommand";
|
|
12
|
+
import { CreateRuleCommand, } from "./commands/CreateRuleCommand";
|
|
13
13
|
import { CreateVariableCommand, } from "./commands/CreateVariableCommand";
|
|
14
14
|
import { DeleteBatchImportJobCommand, } from "./commands/DeleteBatchImportJobCommand";
|
|
15
15
|
import { DeleteBatchPredictionJobCommand, } from "./commands/DeleteBatchPredictionJobCommand";
|
|
16
16
|
import { DeleteDetectorCommand, } from "./commands/DeleteDetectorCommand";
|
|
17
17
|
import { DeleteDetectorVersionCommand, } from "./commands/DeleteDetectorVersionCommand";
|
|
18
18
|
import { DeleteEntityTypeCommand, } from "./commands/DeleteEntityTypeCommand";
|
|
19
|
-
import { DeleteEventCommand } from "./commands/DeleteEventCommand";
|
|
19
|
+
import { DeleteEventCommand, } from "./commands/DeleteEventCommand";
|
|
20
20
|
import { DeleteEventsByEventTypeCommand, } from "./commands/DeleteEventsByEventTypeCommand";
|
|
21
21
|
import { DeleteEventTypeCommand, } from "./commands/DeleteEventTypeCommand";
|
|
22
22
|
import { DeleteExternalModelCommand, } from "./commands/DeleteExternalModelCommand";
|
|
23
|
-
import { DeleteLabelCommand } from "./commands/DeleteLabelCommand";
|
|
24
|
-
import { DeleteListCommand } from "./commands/DeleteListCommand";
|
|
25
|
-
import { DeleteModelCommand } from "./commands/DeleteModelCommand";
|
|
23
|
+
import { DeleteLabelCommand, } from "./commands/DeleteLabelCommand";
|
|
24
|
+
import { DeleteListCommand, } from "./commands/DeleteListCommand";
|
|
25
|
+
import { DeleteModelCommand, } from "./commands/DeleteModelCommand";
|
|
26
26
|
import { DeleteModelVersionCommand, } from "./commands/DeleteModelVersionCommand";
|
|
27
27
|
import { DeleteOutcomeCommand, } from "./commands/DeleteOutcomeCommand";
|
|
28
|
-
import { DeleteRuleCommand } from "./commands/DeleteRuleCommand";
|
|
28
|
+
import { DeleteRuleCommand, } from "./commands/DeleteRuleCommand";
|
|
29
29
|
import { DeleteVariableCommand, } from "./commands/DeleteVariableCommand";
|
|
30
30
|
import { DescribeDetectorCommand, } from "./commands/DescribeDetectorCommand";
|
|
31
31
|
import { DescribeModelVersionsCommand, } from "./commands/DescribeModelVersionsCommand";
|
|
@@ -46,27 +46,27 @@ import { GetListElementsCommand, } from "./commands/GetListElementsCommand";
|
|
|
46
46
|
import { GetListsMetadataCommand, } from "./commands/GetListsMetadataCommand";
|
|
47
47
|
import { GetModelsCommand } from "./commands/GetModelsCommand";
|
|
48
48
|
import { GetModelVersionCommand, } from "./commands/GetModelVersionCommand";
|
|
49
|
-
import { GetOutcomesCommand } from "./commands/GetOutcomesCommand";
|
|
49
|
+
import { GetOutcomesCommand, } from "./commands/GetOutcomesCommand";
|
|
50
50
|
import { GetRulesCommand } from "./commands/GetRulesCommand";
|
|
51
51
|
import { GetVariablesCommand, } from "./commands/GetVariablesCommand";
|
|
52
52
|
import { ListEventPredictionsCommand, } from "./commands/ListEventPredictionsCommand";
|
|
53
53
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
54
|
-
import { PutDetectorCommand } from "./commands/PutDetectorCommand";
|
|
54
|
+
import { PutDetectorCommand, } from "./commands/PutDetectorCommand";
|
|
55
55
|
import { PutEntityTypeCommand, } from "./commands/PutEntityTypeCommand";
|
|
56
56
|
import { PutEventTypeCommand, } from "./commands/PutEventTypeCommand";
|
|
57
57
|
import { PutExternalModelCommand, } from "./commands/PutExternalModelCommand";
|
|
58
58
|
import { PutKMSEncryptionKeyCommand, } from "./commands/PutKMSEncryptionKeyCommand";
|
|
59
59
|
import { PutLabelCommand } from "./commands/PutLabelCommand";
|
|
60
|
-
import { PutOutcomeCommand } from "./commands/PutOutcomeCommand";
|
|
60
|
+
import { PutOutcomeCommand, } from "./commands/PutOutcomeCommand";
|
|
61
61
|
import { SendEventCommand } from "./commands/SendEventCommand";
|
|
62
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
62
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
63
63
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
64
64
|
import { UpdateDetectorVersionCommand, } from "./commands/UpdateDetectorVersionCommand";
|
|
65
65
|
import { UpdateDetectorVersionMetadataCommand, } from "./commands/UpdateDetectorVersionMetadataCommand";
|
|
66
66
|
import { UpdateDetectorVersionStatusCommand, } from "./commands/UpdateDetectorVersionStatusCommand";
|
|
67
67
|
import { UpdateEventLabelCommand, } from "./commands/UpdateEventLabelCommand";
|
|
68
|
-
import { UpdateListCommand } from "./commands/UpdateListCommand";
|
|
69
|
-
import { UpdateModelCommand } from "./commands/UpdateModelCommand";
|
|
68
|
+
import { UpdateListCommand, } from "./commands/UpdateListCommand";
|
|
69
|
+
import { UpdateModelCommand, } from "./commands/UpdateModelCommand";
|
|
70
70
|
import { UpdateModelVersionCommand, } from "./commands/UpdateModelVersionCommand";
|
|
71
71
|
import { UpdateModelVersionStatusCommand, } from "./commands/UpdateModelVersionStatusCommand";
|
|
72
72
|
import { UpdateRuleMetadataCommand, } from "./commands/UpdateRuleMetadataCommand";
|
|
@@ -1,77 +1,77 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
|
|
3
|
-
import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
|
|
4
|
-
import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
|
|
5
|
-
import { CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput } from "./commands/CancelBatchPredictionJobCommand";
|
|
6
|
-
import { CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput } from "./commands/CreateBatchImportJobCommand";
|
|
7
|
-
import { CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput } from "./commands/CreateBatchPredictionJobCommand";
|
|
8
|
-
import { CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput } from "./commands/CreateDetectorVersionCommand";
|
|
9
|
-
import { CreateListCommandInput, CreateListCommandOutput } from "./commands/CreateListCommand";
|
|
10
|
-
import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
11
|
-
import { CreateModelVersionCommandInput, CreateModelVersionCommandOutput } from "./commands/CreateModelVersionCommand";
|
|
12
|
-
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
13
|
-
import { CreateVariableCommandInput, CreateVariableCommandOutput } from "./commands/CreateVariableCommand";
|
|
14
|
-
import { DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput } from "./commands/DeleteBatchImportJobCommand";
|
|
15
|
-
import { DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput } from "./commands/DeleteBatchPredictionJobCommand";
|
|
16
|
-
import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
|
|
17
|
-
import { DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput } from "./commands/DeleteDetectorVersionCommand";
|
|
18
|
-
import { DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput } from "./commands/DeleteEntityTypeCommand";
|
|
19
|
-
import { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
20
|
-
import { DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput } from "./commands/DeleteEventsByEventTypeCommand";
|
|
21
|
-
import { DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput } from "./commands/DeleteEventTypeCommand";
|
|
22
|
-
import { DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput } from "./commands/DeleteExternalModelCommand";
|
|
23
|
-
import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
|
|
24
|
-
import { DeleteListCommandInput, DeleteListCommandOutput } from "./commands/DeleteListCommand";
|
|
25
|
-
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
26
|
-
import { DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput } from "./commands/DeleteModelVersionCommand";
|
|
27
|
-
import { DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput } from "./commands/DeleteOutcomeCommand";
|
|
28
|
-
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
29
|
-
import { DeleteVariableCommandInput, DeleteVariableCommandOutput } from "./commands/DeleteVariableCommand";
|
|
30
|
-
import { DescribeDetectorCommandInput, DescribeDetectorCommandOutput } from "./commands/DescribeDetectorCommand";
|
|
31
|
-
import { DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput } from "./commands/DescribeModelVersionsCommand";
|
|
32
|
-
import { GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput } from "./commands/GetBatchImportJobsCommand";
|
|
33
|
-
import { GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput } from "./commands/GetBatchPredictionJobsCommand";
|
|
34
|
-
import { GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
|
|
35
|
-
import { GetDetectorsCommandInput, GetDetectorsCommandOutput } from "./commands/GetDetectorsCommand";
|
|
36
|
-
import { GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput } from "./commands/GetDetectorVersionCommand";
|
|
37
|
-
import { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "./commands/GetEntityTypesCommand";
|
|
38
|
-
import { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
39
|
-
import { GetEventPredictionCommandInput, GetEventPredictionCommandOutput } from "./commands/GetEventPredictionCommand";
|
|
40
|
-
import { GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput } from "./commands/GetEventPredictionMetadataCommand";
|
|
41
|
-
import { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
|
|
42
|
-
import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
|
|
43
|
-
import { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
|
|
44
|
-
import { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
|
|
45
|
-
import { GetListElementsCommandInput, GetListElementsCommandOutput } from "./commands/GetListElementsCommand";
|
|
46
|
-
import { GetListsMetadataCommandInput, GetListsMetadataCommandOutput } from "./commands/GetListsMetadataCommand";
|
|
47
|
-
import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
|
|
48
|
-
import { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
|
|
49
|
-
import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
|
|
50
|
-
import { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
|
|
51
|
-
import { GetVariablesCommandInput, GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
|
|
52
|
-
import { ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput } from "./commands/ListEventPredictionsCommand";
|
|
53
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
|
-
import { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
|
|
55
|
-
import { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
|
|
56
|
-
import { PutEventTypeCommandInput, PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
|
|
57
|
-
import { PutExternalModelCommandInput, PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
|
|
58
|
-
import { PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
|
|
59
|
-
import { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
|
|
60
|
-
import { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
|
|
61
|
-
import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
|
|
62
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
63
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
64
|
-
import { UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
|
|
65
|
-
import { UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
|
|
66
|
-
import { UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
|
|
67
|
-
import { UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
|
|
68
|
-
import { UpdateListCommandInput, UpdateListCommandOutput } from "./commands/UpdateListCommand";
|
|
69
|
-
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
70
|
-
import { UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
|
|
71
|
-
import { UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
|
|
72
|
-
import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
|
|
73
|
-
import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
|
|
74
|
-
import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
|
|
2
|
+
import { type BatchCreateVariableCommandInput, type BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
|
|
3
|
+
import { type BatchGetVariableCommandInput, type BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
|
|
4
|
+
import { type CancelBatchImportJobCommandInput, type CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
|
|
5
|
+
import { type CancelBatchPredictionJobCommandInput, type CancelBatchPredictionJobCommandOutput } from "./commands/CancelBatchPredictionJobCommand";
|
|
6
|
+
import { type CreateBatchImportJobCommandInput, type CreateBatchImportJobCommandOutput } from "./commands/CreateBatchImportJobCommand";
|
|
7
|
+
import { type CreateBatchPredictionJobCommandInput, type CreateBatchPredictionJobCommandOutput } from "./commands/CreateBatchPredictionJobCommand";
|
|
8
|
+
import { type CreateDetectorVersionCommandInput, type CreateDetectorVersionCommandOutput } from "./commands/CreateDetectorVersionCommand";
|
|
9
|
+
import { type CreateListCommandInput, type CreateListCommandOutput } from "./commands/CreateListCommand";
|
|
10
|
+
import { type CreateModelCommandInput, type CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
11
|
+
import { type CreateModelVersionCommandInput, type CreateModelVersionCommandOutput } from "./commands/CreateModelVersionCommand";
|
|
12
|
+
import { type CreateRuleCommandInput, type CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
13
|
+
import { type CreateVariableCommandInput, type CreateVariableCommandOutput } from "./commands/CreateVariableCommand";
|
|
14
|
+
import { type DeleteBatchImportJobCommandInput, type DeleteBatchImportJobCommandOutput } from "./commands/DeleteBatchImportJobCommand";
|
|
15
|
+
import { type DeleteBatchPredictionJobCommandInput, type DeleteBatchPredictionJobCommandOutput } from "./commands/DeleteBatchPredictionJobCommand";
|
|
16
|
+
import { type DeleteDetectorCommandInput, type DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
|
|
17
|
+
import { type DeleteDetectorVersionCommandInput, type DeleteDetectorVersionCommandOutput } from "./commands/DeleteDetectorVersionCommand";
|
|
18
|
+
import { type DeleteEntityTypeCommandInput, type DeleteEntityTypeCommandOutput } from "./commands/DeleteEntityTypeCommand";
|
|
19
|
+
import { type DeleteEventCommandInput, type DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
20
|
+
import { type DeleteEventsByEventTypeCommandInput, type DeleteEventsByEventTypeCommandOutput } from "./commands/DeleteEventsByEventTypeCommand";
|
|
21
|
+
import { type DeleteEventTypeCommandInput, type DeleteEventTypeCommandOutput } from "./commands/DeleteEventTypeCommand";
|
|
22
|
+
import { type DeleteExternalModelCommandInput, type DeleteExternalModelCommandOutput } from "./commands/DeleteExternalModelCommand";
|
|
23
|
+
import { type DeleteLabelCommandInput, type DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
|
|
24
|
+
import { type DeleteListCommandInput, type DeleteListCommandOutput } from "./commands/DeleteListCommand";
|
|
25
|
+
import { type DeleteModelCommandInput, type DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
26
|
+
import { type DeleteModelVersionCommandInput, type DeleteModelVersionCommandOutput } from "./commands/DeleteModelVersionCommand";
|
|
27
|
+
import { type DeleteOutcomeCommandInput, type DeleteOutcomeCommandOutput } from "./commands/DeleteOutcomeCommand";
|
|
28
|
+
import { type DeleteRuleCommandInput, type DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
29
|
+
import { type DeleteVariableCommandInput, type DeleteVariableCommandOutput } from "./commands/DeleteVariableCommand";
|
|
30
|
+
import { type DescribeDetectorCommandInput, type DescribeDetectorCommandOutput } from "./commands/DescribeDetectorCommand";
|
|
31
|
+
import { type DescribeModelVersionsCommandInput, type DescribeModelVersionsCommandOutput } from "./commands/DescribeModelVersionsCommand";
|
|
32
|
+
import { type GetBatchImportJobsCommandInput, type GetBatchImportJobsCommandOutput } from "./commands/GetBatchImportJobsCommand";
|
|
33
|
+
import { type GetBatchPredictionJobsCommandInput, type GetBatchPredictionJobsCommandOutput } from "./commands/GetBatchPredictionJobsCommand";
|
|
34
|
+
import { type GetDeleteEventsByEventTypeStatusCommandInput, type GetDeleteEventsByEventTypeStatusCommandOutput } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
|
|
35
|
+
import { type GetDetectorsCommandInput, type GetDetectorsCommandOutput } from "./commands/GetDetectorsCommand";
|
|
36
|
+
import { type GetDetectorVersionCommandInput, type GetDetectorVersionCommandOutput } from "./commands/GetDetectorVersionCommand";
|
|
37
|
+
import { type GetEntityTypesCommandInput, type GetEntityTypesCommandOutput } from "./commands/GetEntityTypesCommand";
|
|
38
|
+
import { type GetEventCommandInput, type GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
39
|
+
import { type GetEventPredictionCommandInput, type GetEventPredictionCommandOutput } from "./commands/GetEventPredictionCommand";
|
|
40
|
+
import { type GetEventPredictionMetadataCommandInput, type GetEventPredictionMetadataCommandOutput } from "./commands/GetEventPredictionMetadataCommand";
|
|
41
|
+
import { type GetEventTypesCommandInput, type GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
|
|
42
|
+
import { type GetExternalModelsCommandInput, type GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
|
|
43
|
+
import { type GetKMSEncryptionKeyCommandInput, type GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
|
|
44
|
+
import { type GetLabelsCommandInput, type GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
|
|
45
|
+
import { type GetListElementsCommandInput, type GetListElementsCommandOutput } from "./commands/GetListElementsCommand";
|
|
46
|
+
import { type GetListsMetadataCommandInput, type GetListsMetadataCommandOutput } from "./commands/GetListsMetadataCommand";
|
|
47
|
+
import { type GetModelsCommandInput, type GetModelsCommandOutput } from "./commands/GetModelsCommand";
|
|
48
|
+
import { type GetModelVersionCommandInput, type GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
|
|
49
|
+
import { type GetOutcomesCommandInput, type GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
|
|
50
|
+
import { type GetRulesCommandInput, type GetRulesCommandOutput } from "./commands/GetRulesCommand";
|
|
51
|
+
import { type GetVariablesCommandInput, type GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
|
|
52
|
+
import { type ListEventPredictionsCommandInput, type ListEventPredictionsCommandOutput } from "./commands/ListEventPredictionsCommand";
|
|
53
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
|
+
import { type PutDetectorCommandInput, type PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
|
|
55
|
+
import { type PutEntityTypeCommandInput, type PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
|
|
56
|
+
import { type PutEventTypeCommandInput, type PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
|
|
57
|
+
import { type PutExternalModelCommandInput, type PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
|
|
58
|
+
import { type PutKMSEncryptionKeyCommandInput, type PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
|
|
59
|
+
import { type PutLabelCommandInput, type PutLabelCommandOutput } from "./commands/PutLabelCommand";
|
|
60
|
+
import { type PutOutcomeCommandInput, type PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
|
|
61
|
+
import { type SendEventCommandInput, type SendEventCommandOutput } from "./commands/SendEventCommand";
|
|
62
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
63
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
64
|
+
import { type UpdateDetectorVersionCommandInput, type UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
|
|
65
|
+
import { type UpdateDetectorVersionMetadataCommandInput, type UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
|
|
66
|
+
import { type UpdateDetectorVersionStatusCommandInput, type UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
|
|
67
|
+
import { type UpdateEventLabelCommandInput, type UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
|
|
68
|
+
import { type UpdateListCommandInput, type UpdateListCommandOutput } from "./commands/UpdateListCommand";
|
|
69
|
+
import { type UpdateModelCommandInput, type UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
70
|
+
import { type UpdateModelVersionCommandInput, type UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
|
|
71
|
+
import { type UpdateModelVersionStatusCommandInput, type UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
|
|
72
|
+
import { type UpdateRuleMetadataCommandInput, type UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
|
|
73
|
+
import { type UpdateRuleVersionCommandInput, type UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
|
|
74
|
+
import { type UpdateVariableCommandInput, type UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
|
|
75
75
|
import { FraudDetectorClient } from "./FraudDetectorClient";
|
|
76
76
|
export interface FraudDetector {
|
|
77
77
|
/**
|
|
@@ -5,82 +5,82 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
|
|
11
|
-
import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
|
|
12
|
-
import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
|
|
13
|
-
import { CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput } from "./commands/CancelBatchPredictionJobCommand";
|
|
14
|
-
import { CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput } from "./commands/CreateBatchImportJobCommand";
|
|
15
|
-
import { CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput } from "./commands/CreateBatchPredictionJobCommand";
|
|
16
|
-
import { CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput } from "./commands/CreateDetectorVersionCommand";
|
|
17
|
-
import { CreateListCommandInput, CreateListCommandOutput } from "./commands/CreateListCommand";
|
|
18
|
-
import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
19
|
-
import { CreateModelVersionCommandInput, CreateModelVersionCommandOutput } from "./commands/CreateModelVersionCommand";
|
|
20
|
-
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
21
|
-
import { CreateVariableCommandInput, CreateVariableCommandOutput } from "./commands/CreateVariableCommand";
|
|
22
|
-
import { DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput } from "./commands/DeleteBatchImportJobCommand";
|
|
23
|
-
import { DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput } from "./commands/DeleteBatchPredictionJobCommand";
|
|
24
|
-
import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
|
|
25
|
-
import { DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput } from "./commands/DeleteDetectorVersionCommand";
|
|
26
|
-
import { DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput } from "./commands/DeleteEntityTypeCommand";
|
|
27
|
-
import { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
28
|
-
import { DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput } from "./commands/DeleteEventsByEventTypeCommand";
|
|
29
|
-
import { DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput } from "./commands/DeleteEventTypeCommand";
|
|
30
|
-
import { DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput } from "./commands/DeleteExternalModelCommand";
|
|
31
|
-
import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
|
|
32
|
-
import { DeleteListCommandInput, DeleteListCommandOutput } from "./commands/DeleteListCommand";
|
|
33
|
-
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
34
|
-
import { DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput } from "./commands/DeleteModelVersionCommand";
|
|
35
|
-
import { DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput } from "./commands/DeleteOutcomeCommand";
|
|
36
|
-
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
37
|
-
import { DeleteVariableCommandInput, DeleteVariableCommandOutput } from "./commands/DeleteVariableCommand";
|
|
38
|
-
import { DescribeDetectorCommandInput, DescribeDetectorCommandOutput } from "./commands/DescribeDetectorCommand";
|
|
39
|
-
import { DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput } from "./commands/DescribeModelVersionsCommand";
|
|
40
|
-
import { GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput } from "./commands/GetBatchImportJobsCommand";
|
|
41
|
-
import { GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput } from "./commands/GetBatchPredictionJobsCommand";
|
|
42
|
-
import { GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
|
|
43
|
-
import { GetDetectorsCommandInput, GetDetectorsCommandOutput } from "./commands/GetDetectorsCommand";
|
|
44
|
-
import { GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput } from "./commands/GetDetectorVersionCommand";
|
|
45
|
-
import { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "./commands/GetEntityTypesCommand";
|
|
46
|
-
import { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
47
|
-
import { GetEventPredictionCommandInput, GetEventPredictionCommandOutput } from "./commands/GetEventPredictionCommand";
|
|
48
|
-
import { GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput } from "./commands/GetEventPredictionMetadataCommand";
|
|
49
|
-
import { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
|
|
50
|
-
import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
|
|
51
|
-
import { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
|
|
52
|
-
import { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
|
|
53
|
-
import { GetListElementsCommandInput, GetListElementsCommandOutput } from "./commands/GetListElementsCommand";
|
|
54
|
-
import { GetListsMetadataCommandInput, GetListsMetadataCommandOutput } from "./commands/GetListsMetadataCommand";
|
|
55
|
-
import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
|
|
56
|
-
import { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
|
|
57
|
-
import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
|
|
58
|
-
import { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
|
|
59
|
-
import { GetVariablesCommandInput, GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
|
|
60
|
-
import { ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput } from "./commands/ListEventPredictionsCommand";
|
|
61
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
62
|
-
import { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
|
|
63
|
-
import { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
|
|
64
|
-
import { PutEventTypeCommandInput, PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
|
|
65
|
-
import { PutExternalModelCommandInput, PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
|
|
66
|
-
import { PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
|
|
67
|
-
import { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
|
|
68
|
-
import { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
|
|
69
|
-
import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
|
|
70
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
71
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
72
|
-
import { UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
|
|
73
|
-
import { UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
|
|
74
|
-
import { UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
|
|
75
|
-
import { UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
|
|
76
|
-
import { UpdateListCommandInput, UpdateListCommandOutput } from "./commands/UpdateListCommand";
|
|
77
|
-
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
78
|
-
import { UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
|
|
79
|
-
import { UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
|
|
80
|
-
import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
|
|
81
|
-
import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
|
|
82
|
-
import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
|
|
83
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
|
|
11
|
+
import type { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
|
|
12
|
+
import type { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
|
|
13
|
+
import type { CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput } from "./commands/CancelBatchPredictionJobCommand";
|
|
14
|
+
import type { CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput } from "./commands/CreateBatchImportJobCommand";
|
|
15
|
+
import type { CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput } from "./commands/CreateBatchPredictionJobCommand";
|
|
16
|
+
import type { CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput } from "./commands/CreateDetectorVersionCommand";
|
|
17
|
+
import type { CreateListCommandInput, CreateListCommandOutput } from "./commands/CreateListCommand";
|
|
18
|
+
import type { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
19
|
+
import type { CreateModelVersionCommandInput, CreateModelVersionCommandOutput } from "./commands/CreateModelVersionCommand";
|
|
20
|
+
import type { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
21
|
+
import type { CreateVariableCommandInput, CreateVariableCommandOutput } from "./commands/CreateVariableCommand";
|
|
22
|
+
import type { DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput } from "./commands/DeleteBatchImportJobCommand";
|
|
23
|
+
import type { DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput } from "./commands/DeleteBatchPredictionJobCommand";
|
|
24
|
+
import type { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
|
|
25
|
+
import type { DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput } from "./commands/DeleteDetectorVersionCommand";
|
|
26
|
+
import type { DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput } from "./commands/DeleteEntityTypeCommand";
|
|
27
|
+
import type { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
28
|
+
import type { DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput } from "./commands/DeleteEventsByEventTypeCommand";
|
|
29
|
+
import type { DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput } from "./commands/DeleteEventTypeCommand";
|
|
30
|
+
import type { DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput } from "./commands/DeleteExternalModelCommand";
|
|
31
|
+
import type { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
|
|
32
|
+
import type { DeleteListCommandInput, DeleteListCommandOutput } from "./commands/DeleteListCommand";
|
|
33
|
+
import type { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
34
|
+
import type { DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput } from "./commands/DeleteModelVersionCommand";
|
|
35
|
+
import type { DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput } from "./commands/DeleteOutcomeCommand";
|
|
36
|
+
import type { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
37
|
+
import type { DeleteVariableCommandInput, DeleteVariableCommandOutput } from "./commands/DeleteVariableCommand";
|
|
38
|
+
import type { DescribeDetectorCommandInput, DescribeDetectorCommandOutput } from "./commands/DescribeDetectorCommand";
|
|
39
|
+
import type { DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput } from "./commands/DescribeModelVersionsCommand";
|
|
40
|
+
import type { GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput } from "./commands/GetBatchImportJobsCommand";
|
|
41
|
+
import type { GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput } from "./commands/GetBatchPredictionJobsCommand";
|
|
42
|
+
import type { GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
|
|
43
|
+
import type { GetDetectorsCommandInput, GetDetectorsCommandOutput } from "./commands/GetDetectorsCommand";
|
|
44
|
+
import type { GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput } from "./commands/GetDetectorVersionCommand";
|
|
45
|
+
import type { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "./commands/GetEntityTypesCommand";
|
|
46
|
+
import type { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
47
|
+
import type { GetEventPredictionCommandInput, GetEventPredictionCommandOutput } from "./commands/GetEventPredictionCommand";
|
|
48
|
+
import type { GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput } from "./commands/GetEventPredictionMetadataCommand";
|
|
49
|
+
import type { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
|
|
50
|
+
import type { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
|
|
51
|
+
import type { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
|
|
52
|
+
import type { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
|
|
53
|
+
import type { GetListElementsCommandInput, GetListElementsCommandOutput } from "./commands/GetListElementsCommand";
|
|
54
|
+
import type { GetListsMetadataCommandInput, GetListsMetadataCommandOutput } from "./commands/GetListsMetadataCommand";
|
|
55
|
+
import type { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
|
|
56
|
+
import type { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
|
|
57
|
+
import type { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
|
|
58
|
+
import type { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
|
|
59
|
+
import type { GetVariablesCommandInput, GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
|
|
60
|
+
import type { ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput } from "./commands/ListEventPredictionsCommand";
|
|
61
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
62
|
+
import type { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
|
|
63
|
+
import type { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
|
|
64
|
+
import type { PutEventTypeCommandInput, PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
|
|
65
|
+
import type { PutExternalModelCommandInput, PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
|
|
66
|
+
import type { PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
|
|
67
|
+
import type { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
|
|
68
|
+
import type { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
|
|
69
|
+
import type { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
|
|
70
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
71
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
72
|
+
import type { UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
|
|
73
|
+
import type { UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
|
|
74
|
+
import type { UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
|
|
75
|
+
import type { UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
|
|
76
|
+
import type { UpdateListCommandInput, UpdateListCommandOutput } from "./commands/UpdateListCommand";
|
|
77
|
+
import type { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
78
|
+
import type { UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
|
|
79
|
+
import type { UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
|
|
80
|
+
import type { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
|
|
81
|
+
import type { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
|
|
82
|
+
import type { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
|
|
83
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
84
84
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
85
85
|
export { __Client };
|
|
86
86
|
/**
|
|
@@ -189,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
189
189
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
190
190
|
* @internal
|
|
191
191
|
*/
|
|
192
|
-
defaultUserAgentProvider?:
|
|
192
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
193
193
|
/**
|
|
194
194
|
* Default credentials provider; Not available in browser runtime.
|
|
195
195
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { FraudDetectorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
export * from "./FraudDetectorClient";
|
|
16
16
|
export * from "./FraudDetector";
|
|
17
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
18
18
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
19
19
|
export type { FraudDetectorExtensionConfiguration } from "./extensionConfiguration";
|
|
20
20
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AsyncJobStatus, DataSource, DataType, DetectorVersionStatus, EventIngestion, Language, ListUpdateMode, ModelEndpointStatus, ModelInputDataFormat, ModelOutputDataFormat, ModelSource, ModelTypeEnum, ModelVersionStatus, RuleExecutionMode, TrainingDataSourceEnum, UnlabeledEventsTreatment } from "./enums";
|
|
1
|
+
import type { AsyncJobStatus, DataSource, DataType, DetectorVersionStatus, EventIngestion, Language, ListUpdateMode, ModelEndpointStatus, ModelInputDataFormat, ModelOutputDataFormat, ModelSource, ModelTypeEnum, ModelVersionStatus, RuleExecutionMode, TrainingDataSourceEnum, UnlabeledEventsTreatment } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The log odds metric details.</p>
|
|
4
4
|
* <p>Account Takeover Insights (ATI) model uses event variables from the login data you
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput } from "../commands/DescribeModelVersionsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput } from "../commands/GetBatchImportJobsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput } from "../commands/GetBatchPredictionJobsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetDetectorsCommandInput, GetDetectorsCommandOutput } from "../commands/GetDetectorsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "../commands/GetEntityTypesCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "../commands/GetEventTypesCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "../commands/GetExternalModelsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetLabelsCommandInput, GetLabelsCommandOutput } from "../commands/GetLabelsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetListElementsCommandInput, GetListElementsCommandOutput } from "../commands/GetListElementsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetListsMetadataCommandInput, GetListsMetadataCommandOutput } from "../commands/GetListsMetadataCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "../commands/GetOutcomesCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetRulesCommandInput, GetRulesCommandOutput } from "../commands/GetRulesCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetVariablesCommandInput, GetVariablesCommandOutput } from "../commands/GetVariablesCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput } from "../commands/ListEventPredictionsCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -510,7 +509,7 @@ export interface ClientDefaults
|
|
|
510
509
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
511
510
|
region?: string | __Provider<string>;
|
|
512
511
|
profile?: string;
|
|
513
|
-
defaultUserAgentProvider?:
|
|
512
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
514
513
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
515
514
|
maxAttempts?: number | __Provider<number>;
|
|
516
515
|
retryMode?: string | __Provider<string>;
|
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.1021.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,41 +21,41 @@
|
|
|
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.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|