@aws-sdk/client-frauddetector 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/FraudDetector.d.ts +1228 -345
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +538 -141
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +68 -68
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2347 -2169
- package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +821 -206
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateRuleVersionRequest,
|
|
15
|
+
UpdateRuleVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateRuleVersionCommandInput
|
|
18
|
+
extends UpdateRuleVersionRequest {}
|
|
19
|
+
export interface UpdateRuleVersionCommandOutput
|
|
20
|
+
extends UpdateRuleVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateRuleVersionCommand extends $Command<
|
|
24
|
+
UpdateRuleVersionCommandInput,
|
|
25
|
+
UpdateRuleVersionCommandOutput,
|
|
26
|
+
FraudDetectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateRuleVersionCommandInput;
|
|
29
|
+
constructor(input: UpdateRuleVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FraudDetectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FraudDetectorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateVariableRequest,
|
|
15
|
+
UpdateVariableResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateVariableCommandInput extends UpdateVariableRequest {}
|
|
18
|
+
export interface UpdateVariableCommandOutput
|
|
19
|
+
extends UpdateVariableResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateVariableCommand extends $Command<
|
|
23
|
+
UpdateVariableCommandInput,
|
|
24
|
+
UpdateVariableCommandOutput,
|
|
25
|
+
FraudDetectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateVariableCommandInput;
|
|
28
|
+
constructor(input: UpdateVariableCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FraudDetectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateVariableCommandInput, UpdateVariableCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
export * from "./BatchCreateVariableCommand";
|
|
2
|
-
export * from "./BatchGetVariableCommand";
|
|
3
|
-
export * from "./CancelBatchImportJobCommand";
|
|
4
|
-
export * from "./CancelBatchPredictionJobCommand";
|
|
5
|
-
export * from "./CreateBatchImportJobCommand";
|
|
6
|
-
export * from "./CreateBatchPredictionJobCommand";
|
|
7
|
-
export * from "./CreateDetectorVersionCommand";
|
|
8
|
-
export * from "./CreateModelCommand";
|
|
9
|
-
export * from "./CreateModelVersionCommand";
|
|
10
|
-
export * from "./CreateRuleCommand";
|
|
11
|
-
export * from "./CreateVariableCommand";
|
|
12
|
-
export * from "./DeleteBatchImportJobCommand";
|
|
13
|
-
export * from "./DeleteBatchPredictionJobCommand";
|
|
14
|
-
export * from "./DeleteDetectorCommand";
|
|
15
|
-
export * from "./DeleteDetectorVersionCommand";
|
|
16
|
-
export * from "./DeleteEntityTypeCommand";
|
|
17
|
-
export * from "./DeleteEventCommand";
|
|
18
|
-
export * from "./DeleteEventTypeCommand";
|
|
19
|
-
export * from "./DeleteEventsByEventTypeCommand";
|
|
20
|
-
export * from "./DeleteExternalModelCommand";
|
|
21
|
-
export * from "./DeleteLabelCommand";
|
|
22
|
-
export * from "./DeleteModelCommand";
|
|
23
|
-
export * from "./DeleteModelVersionCommand";
|
|
24
|
-
export * from "./DeleteOutcomeCommand";
|
|
25
|
-
export * from "./DeleteRuleCommand";
|
|
26
|
-
export * from "./DeleteVariableCommand";
|
|
27
|
-
export * from "./DescribeDetectorCommand";
|
|
28
|
-
export * from "./DescribeModelVersionsCommand";
|
|
29
|
-
export * from "./GetBatchImportJobsCommand";
|
|
30
|
-
export * from "./GetBatchPredictionJobsCommand";
|
|
31
|
-
export * from "./GetDeleteEventsByEventTypeStatusCommand";
|
|
32
|
-
export * from "./GetDetectorVersionCommand";
|
|
33
|
-
export * from "./GetDetectorsCommand";
|
|
34
|
-
export * from "./GetEntityTypesCommand";
|
|
35
|
-
export * from "./GetEventCommand";
|
|
36
|
-
export * from "./GetEventPredictionCommand";
|
|
37
|
-
export * from "./GetEventPredictionMetadataCommand";
|
|
38
|
-
export * from "./GetEventTypesCommand";
|
|
39
|
-
export * from "./GetExternalModelsCommand";
|
|
40
|
-
export * from "./GetKMSEncryptionKeyCommand";
|
|
41
|
-
export * from "./GetLabelsCommand";
|
|
42
|
-
export * from "./GetModelVersionCommand";
|
|
43
|
-
export * from "./GetModelsCommand";
|
|
44
|
-
export * from "./GetOutcomesCommand";
|
|
45
|
-
export * from "./GetRulesCommand";
|
|
46
|
-
export * from "./GetVariablesCommand";
|
|
47
|
-
export * from "./ListEventPredictionsCommand";
|
|
48
|
-
export * from "./ListTagsForResourceCommand";
|
|
49
|
-
export * from "./PutDetectorCommand";
|
|
50
|
-
export * from "./PutEntityTypeCommand";
|
|
51
|
-
export * from "./PutEventTypeCommand";
|
|
52
|
-
export * from "./PutExternalModelCommand";
|
|
53
|
-
export * from "./PutKMSEncryptionKeyCommand";
|
|
54
|
-
export * from "./PutLabelCommand";
|
|
55
|
-
export * from "./PutOutcomeCommand";
|
|
56
|
-
export * from "./SendEventCommand";
|
|
57
|
-
export * from "./TagResourceCommand";
|
|
58
|
-
export * from "./UntagResourceCommand";
|
|
59
|
-
export * from "./UpdateDetectorVersionCommand";
|
|
60
|
-
export * from "./UpdateDetectorVersionMetadataCommand";
|
|
61
|
-
export * from "./UpdateDetectorVersionStatusCommand";
|
|
62
|
-
export * from "./UpdateEventLabelCommand";
|
|
63
|
-
export * from "./UpdateModelCommand";
|
|
64
|
-
export * from "./UpdateModelVersionCommand";
|
|
65
|
-
export * from "./UpdateModelVersionStatusCommand";
|
|
66
|
-
export * from "./UpdateRuleMetadataCommand";
|
|
67
|
-
export * from "./UpdateRuleVersionCommand";
|
|
68
|
-
export * from "./UpdateVariableCommand";
|
|
1
|
+
export * from "./BatchCreateVariableCommand";
|
|
2
|
+
export * from "./BatchGetVariableCommand";
|
|
3
|
+
export * from "./CancelBatchImportJobCommand";
|
|
4
|
+
export * from "./CancelBatchPredictionJobCommand";
|
|
5
|
+
export * from "./CreateBatchImportJobCommand";
|
|
6
|
+
export * from "./CreateBatchPredictionJobCommand";
|
|
7
|
+
export * from "./CreateDetectorVersionCommand";
|
|
8
|
+
export * from "./CreateModelCommand";
|
|
9
|
+
export * from "./CreateModelVersionCommand";
|
|
10
|
+
export * from "./CreateRuleCommand";
|
|
11
|
+
export * from "./CreateVariableCommand";
|
|
12
|
+
export * from "./DeleteBatchImportJobCommand";
|
|
13
|
+
export * from "./DeleteBatchPredictionJobCommand";
|
|
14
|
+
export * from "./DeleteDetectorCommand";
|
|
15
|
+
export * from "./DeleteDetectorVersionCommand";
|
|
16
|
+
export * from "./DeleteEntityTypeCommand";
|
|
17
|
+
export * from "./DeleteEventCommand";
|
|
18
|
+
export * from "./DeleteEventTypeCommand";
|
|
19
|
+
export * from "./DeleteEventsByEventTypeCommand";
|
|
20
|
+
export * from "./DeleteExternalModelCommand";
|
|
21
|
+
export * from "./DeleteLabelCommand";
|
|
22
|
+
export * from "./DeleteModelCommand";
|
|
23
|
+
export * from "./DeleteModelVersionCommand";
|
|
24
|
+
export * from "./DeleteOutcomeCommand";
|
|
25
|
+
export * from "./DeleteRuleCommand";
|
|
26
|
+
export * from "./DeleteVariableCommand";
|
|
27
|
+
export * from "./DescribeDetectorCommand";
|
|
28
|
+
export * from "./DescribeModelVersionsCommand";
|
|
29
|
+
export * from "./GetBatchImportJobsCommand";
|
|
30
|
+
export * from "./GetBatchPredictionJobsCommand";
|
|
31
|
+
export * from "./GetDeleteEventsByEventTypeStatusCommand";
|
|
32
|
+
export * from "./GetDetectorVersionCommand";
|
|
33
|
+
export * from "./GetDetectorsCommand";
|
|
34
|
+
export * from "./GetEntityTypesCommand";
|
|
35
|
+
export * from "./GetEventCommand";
|
|
36
|
+
export * from "./GetEventPredictionCommand";
|
|
37
|
+
export * from "./GetEventPredictionMetadataCommand";
|
|
38
|
+
export * from "./GetEventTypesCommand";
|
|
39
|
+
export * from "./GetExternalModelsCommand";
|
|
40
|
+
export * from "./GetKMSEncryptionKeyCommand";
|
|
41
|
+
export * from "./GetLabelsCommand";
|
|
42
|
+
export * from "./GetModelVersionCommand";
|
|
43
|
+
export * from "./GetModelsCommand";
|
|
44
|
+
export * from "./GetOutcomesCommand";
|
|
45
|
+
export * from "./GetRulesCommand";
|
|
46
|
+
export * from "./GetVariablesCommand";
|
|
47
|
+
export * from "./ListEventPredictionsCommand";
|
|
48
|
+
export * from "./ListTagsForResourceCommand";
|
|
49
|
+
export * from "./PutDetectorCommand";
|
|
50
|
+
export * from "./PutEntityTypeCommand";
|
|
51
|
+
export * from "./PutEventTypeCommand";
|
|
52
|
+
export * from "./PutExternalModelCommand";
|
|
53
|
+
export * from "./PutKMSEncryptionKeyCommand";
|
|
54
|
+
export * from "./PutLabelCommand";
|
|
55
|
+
export * from "./PutOutcomeCommand";
|
|
56
|
+
export * from "./SendEventCommand";
|
|
57
|
+
export * from "./TagResourceCommand";
|
|
58
|
+
export * from "./UntagResourceCommand";
|
|
59
|
+
export * from "./UpdateDetectorVersionCommand";
|
|
60
|
+
export * from "./UpdateDetectorVersionMetadataCommand";
|
|
61
|
+
export * from "./UpdateDetectorVersionStatusCommand";
|
|
62
|
+
export * from "./UpdateEventLabelCommand";
|
|
63
|
+
export * from "./UpdateModelCommand";
|
|
64
|
+
export * from "./UpdateModelVersionCommand";
|
|
65
|
+
export * from "./UpdateModelVersionStatusCommand";
|
|
66
|
+
export * from "./UpdateRuleMetadataCommand";
|
|
67
|
+
export * from "./UpdateRuleVersionCommand";
|
|
68
|
+
export * from "./UpdateVariableCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./FraudDetector";
|
|
2
|
-
export * from "./FraudDetectorClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { FraudDetectorServiceException } from "./models/FraudDetectorServiceException";
|
|
1
|
+
export * from "./FraudDetector";
|
|
2
|
+
export * from "./FraudDetectorClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { FraudDetectorServiceException } from "./models/FraudDetectorServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class FraudDetectorServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|