@aws-sdk/client-frauddetector 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/FraudDetector.d.ts +256 -327
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +26 -96
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +3 -9
- package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDetectorVersionRequest,
|
|
4
|
-
UpdateDetectorVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDetectorVersionCommandInput
|
|
8
|
-
extends UpdateDetectorVersionRequest {}
|
|
4
|
+
export interface UpdateDetectorVersionCommandInput extends UpdateDetectorVersionRequest {}
|
|
9
5
|
export interface UpdateDetectorVersionCommandOutput
|
|
10
|
-
extends UpdateDetectorVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateDetectorVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const UpdateDetectorVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateDetectorVersionCommandInput
|
|
9
|
+
input: UpdateDetectorVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateDetectorVersionCommandInput,
|
|
17
12
|
UpdateDetectorVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateDetectorVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateDetectorVersionCommandInput
|
|
18
|
+
input: UpdateDetectorVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateDetectorVersionCommandInput,
|
|
26
21
|
UpdateDetectorVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateDetectorVersionMetadataResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDetectorVersionMetadataCommandInput
|
|
8
|
-
extends UpdateDetectorVersionMetadataRequest {}
|
|
7
|
+
export interface UpdateDetectorVersionMetadataCommandInput extends UpdateDetectorVersionMetadataRequest {}
|
|
9
8
|
export interface UpdateDetectorVersionMetadataCommandOutput
|
|
10
|
-
extends UpdateDetectorVersionMetadataResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateDetectorVersionMetadataResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdateDetectorVersionMetadataCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateDetectorVersionMetadataCommandInput
|
|
12
|
+
input: UpdateDetectorVersionMetadataCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateDetectorVersionMetadataCommandInput,
|
|
17
15
|
UpdateDetectorVersionMetadataCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateDetectorVersionMetadataCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateDetectorVersionMetadataCommandInput
|
|
21
|
+
input: UpdateDetectorVersionMetadataCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateDetectorVersionMetadataCommandInput,
|
|
26
24
|
UpdateDetectorVersionMetadataCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateDetectorVersionStatusResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDetectorVersionStatusCommandInput
|
|
8
|
-
extends UpdateDetectorVersionStatusRequest {}
|
|
7
|
+
export interface UpdateDetectorVersionStatusCommandInput extends UpdateDetectorVersionStatusRequest {}
|
|
9
8
|
export interface UpdateDetectorVersionStatusCommandOutput
|
|
10
|
-
extends UpdateDetectorVersionStatusResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateDetectorVersionStatusResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdateDetectorVersionStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateDetectorVersionStatusCommandInput
|
|
12
|
+
input: UpdateDetectorVersionStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateDetectorVersionStatusCommandInput,
|
|
17
15
|
UpdateDetectorVersionStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateDetectorVersionStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateDetectorVersionStatusCommandInput
|
|
21
|
+
input: UpdateDetectorVersionStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateDetectorVersionStatusCommandInput,
|
|
26
24
|
UpdateDetectorVersionStatusCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateEventLabelRequest,
|
|
4
|
-
UpdateEventLabelResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {}
|
|
8
|
-
export interface UpdateEventLabelCommandOutput
|
|
9
|
-
extends UpdateEventLabelResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, __MetadataBearer {}
|
|
11
6
|
declare const UpdateEventLabelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateEventLabelCommandInput
|
|
8
|
+
input: UpdateEventLabelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateEventLabelCommandInput,
|
|
16
11
|
UpdateEventLabelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateEventLabelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateEventLabelCommandInput
|
|
17
|
+
input: UpdateEventLabelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateEventLabelCommandInput,
|
|
25
20
|
UpdateEventLabelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateListRequest, UpdateListResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateListCommandInput extends UpdateListRequest {}
|
|
5
|
-
export interface UpdateListCommandOutput
|
|
6
|
-
extends UpdateListResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBearer {}
|
|
8
6
|
declare const UpdateListCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateListCommandInput
|
|
8
|
+
input: UpdateListCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateListCommandInput,
|
|
13
11
|
UpdateListCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateListCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateListCommandInput
|
|
17
|
+
input: UpdateListCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateListCommandInput,
|
|
22
20
|
UpdateListCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateModelRequest, UpdateModelResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateModelCommandInput extends UpdateModelRequest {}
|
|
5
|
-
export interface UpdateModelCommandOutput
|
|
6
|
-
extends UpdateModelResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataBearer {}
|
|
8
6
|
declare const UpdateModelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateModelCommandInput
|
|
8
|
+
input: UpdateModelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateModelCommandInput,
|
|
13
11
|
UpdateModelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateModelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateModelCommandInput
|
|
17
|
+
input: UpdateModelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateModelCommandInput,
|
|
22
20
|
UpdateModelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateModelVersionRequest,
|
|
4
|
-
UpdateModelVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateModelVersionCommandInput
|
|
8
|
-
extends UpdateModelVersionRequest {}
|
|
4
|
+
export interface UpdateModelVersionCommandInput extends UpdateModelVersionRequest {}
|
|
9
5
|
export interface UpdateModelVersionCommandOutput
|
|
10
|
-
extends UpdateModelVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateModelVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const UpdateModelVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateModelVersionCommandInput
|
|
9
|
+
input: UpdateModelVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateModelVersionCommandInput,
|
|
17
12
|
UpdateModelVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateModelVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateModelVersionCommandInput
|
|
18
|
+
input: UpdateModelVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateModelVersionCommandInput,
|
|
26
21
|
UpdateModelVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateModelVersionStatusResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateModelVersionStatusCommandInput
|
|
8
|
-
extends UpdateModelVersionStatusRequest {}
|
|
7
|
+
export interface UpdateModelVersionStatusCommandInput extends UpdateModelVersionStatusRequest {}
|
|
9
8
|
export interface UpdateModelVersionStatusCommandOutput
|
|
10
|
-
extends UpdateModelVersionStatusResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateModelVersionStatusResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdateModelVersionStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateModelVersionStatusCommandInput
|
|
12
|
+
input: UpdateModelVersionStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateModelVersionStatusCommandInput,
|
|
17
15
|
UpdateModelVersionStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateModelVersionStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateModelVersionStatusCommandInput
|
|
21
|
+
input: UpdateModelVersionStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateModelVersionStatusCommandInput,
|
|
26
24
|
UpdateModelVersionStatusCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRuleMetadataRequest,
|
|
4
|
-
UpdateRuleMetadataResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateRuleMetadataCommandInput
|
|
8
|
-
extends UpdateRuleMetadataRequest {}
|
|
4
|
+
export interface UpdateRuleMetadataCommandInput extends UpdateRuleMetadataRequest {}
|
|
9
5
|
export interface UpdateRuleMetadataCommandOutput
|
|
10
|
-
extends UpdateRuleMetadataResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateRuleMetadataResult, __MetadataBearer {}
|
|
12
7
|
declare const UpdateRuleMetadataCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateRuleMetadataCommandInput
|
|
9
|
+
input: UpdateRuleMetadataCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateRuleMetadataCommandInput,
|
|
17
12
|
UpdateRuleMetadataCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateRuleMetadataCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateRuleMetadataCommandInput
|
|
18
|
+
input: UpdateRuleMetadataCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateRuleMetadataCommandInput,
|
|
26
21
|
UpdateRuleMetadataCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRuleVersionRequest,
|
|
4
|
-
UpdateRuleVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRuleVersionRequest, UpdateRuleVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateRuleVersionCommandInput
|
|
8
|
-
|
|
9
|
-
export interface UpdateRuleVersionCommandOutput
|
|
10
|
-
extends UpdateRuleVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateRuleVersionCommandInput extends UpdateRuleVersionRequest {}
|
|
5
|
+
export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult, __MetadataBearer {}
|
|
12
6
|
declare const UpdateRuleVersionCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: UpdateRuleVersionCommandInput
|
|
8
|
+
input: UpdateRuleVersionCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
UpdateRuleVersionCommandInput,
|
|
17
11
|
UpdateRuleVersionCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const UpdateRuleVersionCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: UpdateRuleVersionCommandInput
|
|
17
|
+
input: UpdateRuleVersionCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
UpdateRuleVersionCommandInput,
|
|
26
20
|
UpdateRuleVersionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateVariableRequest,
|
|
4
|
-
UpdateVariableResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateVariableRequest, UpdateVariableResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateVariableCommandInput extends UpdateVariableRequest {}
|
|
8
|
-
export interface UpdateVariableCommandOutput
|
|
9
|
-
extends UpdateVariableResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateVariableCommandOutput extends UpdateVariableResult, __MetadataBearer {}
|
|
11
6
|
declare const UpdateVariableCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateVariableCommandInput
|
|
8
|
+
input: UpdateVariableCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateVariableCommandInput,
|
|
16
11
|
UpdateVariableCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateVariableCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateVariableCommandInput
|
|
17
|
+
input: UpdateVariableCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateVariableCommandInput,
|
|
25
20
|
UpdateVariableCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface FraudDetectorExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -6,8 +6,7 @@ export declare const AsyncJobStatus: {
|
|
|
6
6
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
7
7
|
readonly IN_PROGRESS_INITIALIZING: "IN_PROGRESS_INITIALIZING";
|
|
8
8
|
};
|
|
9
|
-
export type AsyncJobStatus =
|
|
10
|
-
(typeof AsyncJobStatus)[keyof typeof AsyncJobStatus];
|
|
9
|
+
export type AsyncJobStatus = (typeof AsyncJobStatus)[keyof typeof AsyncJobStatus];
|
|
11
10
|
export declare const DataSource: {
|
|
12
11
|
readonly EVENT: "EVENT";
|
|
13
12
|
readonly EXTERNAL_MODEL_SCORE: "EXTERNAL_MODEL_SCORE";
|
|
@@ -32,8 +31,7 @@ export declare const RuleExecutionMode: {
|
|
|
32
31
|
readonly ALL_MATCHED: "ALL_MATCHED";
|
|
33
32
|
readonly FIRST_MATCHED: "FIRST_MATCHED";
|
|
34
33
|
};
|
|
35
|
-
export type RuleExecutionMode =
|
|
36
|
-
(typeof RuleExecutionMode)[keyof typeof RuleExecutionMode];
|
|
34
|
+
export type RuleExecutionMode = (typeof RuleExecutionMode)[keyof typeof RuleExecutionMode];
|
|
37
35
|
export declare const DetectorVersionStatus: {
|
|
38
36
|
readonly ACTIVE: "ACTIVE";
|
|
39
37
|
readonly DRAFT: "DRAFT";
|
|
@@ -67,20 +65,17 @@ export declare const EventIngestion: {
|
|
|
67
65
|
readonly DISABLED: "DISABLED";
|
|
68
66
|
readonly ENABLED: "ENABLED";
|
|
69
67
|
};
|
|
70
|
-
export type EventIngestion =
|
|
71
|
-
(typeof EventIngestion)[keyof typeof EventIngestion];
|
|
68
|
+
export type EventIngestion = (typeof EventIngestion)[keyof typeof EventIngestion];
|
|
72
69
|
export declare const ModelInputDataFormat: {
|
|
73
70
|
readonly CSV: "TEXT_CSV";
|
|
74
71
|
readonly JSON: "APPLICATION_JSON";
|
|
75
72
|
};
|
|
76
|
-
export type ModelInputDataFormat =
|
|
77
|
-
(typeof ModelInputDataFormat)[keyof typeof ModelInputDataFormat];
|
|
73
|
+
export type ModelInputDataFormat = (typeof ModelInputDataFormat)[keyof typeof ModelInputDataFormat];
|
|
78
74
|
export declare const ModelEndpointStatus: {
|
|
79
75
|
readonly ASSOCIATED: "ASSOCIATED";
|
|
80
76
|
readonly DISSOCIATED: "DISSOCIATED";
|
|
81
77
|
};
|
|
82
|
-
export type ModelEndpointStatus =
|
|
83
|
-
(typeof ModelEndpointStatus)[keyof typeof ModelEndpointStatus];
|
|
78
|
+
export type ModelEndpointStatus = (typeof ModelEndpointStatus)[keyof typeof ModelEndpointStatus];
|
|
84
79
|
export declare const ModelOutputDataFormat: {
|
|
85
80
|
readonly CSV: "TEXT_CSV";
|
|
86
81
|
readonly JSONLINES: "APPLICATION_JSONLINES";
|
|
@@ -92,12 +87,10 @@ export declare const ListUpdateMode: {
|
|
|
92
87
|
readonly REMOVE: "REMOVE";
|
|
93
88
|
readonly REPLACE: "REPLACE";
|
|
94
89
|
};
|
|
95
|
-
export type ListUpdateMode =
|
|
96
|
-
(typeof ListUpdateMode)[keyof typeof ListUpdateMode];
|
|
90
|
+
export type ListUpdateMode = (typeof ListUpdateMode)[keyof typeof ListUpdateMode];
|
|
97
91
|
export declare const ModelVersionStatus: {
|
|
98
92
|
readonly ACTIVE: "ACTIVE";
|
|
99
93
|
readonly INACTIVE: "INACTIVE";
|
|
100
94
|
readonly TRAINING_CANCELLED: "TRAINING_CANCELLED";
|
|
101
95
|
};
|
|
102
|
-
export type ModelVersionStatus =
|
|
103
|
-
(typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
96
|
+
export type ModelVersionStatus = (typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
@@ -3,37 +3,27 @@ import { FraudDetectorServiceException as __BaseException } from "./FraudDetecto
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class InternalServerException extends __BaseException {
|
|
11
9
|
readonly name: "InternalServerException";
|
|
12
10
|
readonly $fault: "server";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
15
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
16
12
|
}
|
|
17
13
|
export declare class ThrottlingException extends __BaseException {
|
|
18
14
|
readonly name: "ThrottlingException";
|
|
19
15
|
readonly $fault: "client";
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
22
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
23
17
|
}
|
|
24
18
|
export declare class ValidationException extends __BaseException {
|
|
25
19
|
readonly name: "ValidationException";
|
|
26
20
|
readonly $fault: "client";
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
29
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
30
22
|
}
|
|
31
23
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
32
24
|
readonly name: "ResourceNotFoundException";
|
|
33
25
|
readonly $fault: "client";
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
36
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
37
27
|
}
|
|
38
28
|
export declare class ConflictException extends __BaseException {
|
|
39
29
|
readonly name: "ConflictException";
|
|
@@ -43,7 +33,5 @@ export declare class ConflictException extends __BaseException {
|
|
|
43
33
|
export declare class ResourceUnavailableException extends __BaseException {
|
|
44
34
|
readonly name: "ResourceUnavailableException";
|
|
45
35
|
readonly $fault: "client";
|
|
46
|
-
constructor(
|
|
47
|
-
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
48
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
49
37
|
}
|
|
@@ -398,9 +398,7 @@ export interface TrainingResultV2 {
|
|
|
398
398
|
dataValidationMetrics?: DataValidationMetrics | undefined;
|
|
399
399
|
trainingMetricsV2?: TrainingMetricsV2 | undefined;
|
|
400
400
|
variableImportanceMetrics?: VariableImportanceMetrics | undefined;
|
|
401
|
-
aggregatedVariablesImportanceMetrics?:
|
|
402
|
-
| AggregatedVariablesImportanceMetrics
|
|
403
|
-
| undefined;
|
|
401
|
+
aggregatedVariablesImportanceMetrics?: AggregatedVariablesImportanceMetrics | undefined;
|
|
404
402
|
}
|
|
405
403
|
export interface ModelVersionDetail {
|
|
406
404
|
modelId?: string | undefined;
|
|
@@ -560,9 +558,7 @@ export interface GetEventPredictionRequest {
|
|
|
560
558
|
entities: Entity[] | undefined;
|
|
561
559
|
eventTimestamp: string | undefined;
|
|
562
560
|
eventVariables: Record<string, string> | undefined;
|
|
563
|
-
externalModelEndpointDataBlobs?:
|
|
564
|
-
| Record<string, ModelEndpointDataBlob>
|
|
565
|
-
| undefined;
|
|
561
|
+
externalModelEndpointDataBlobs?: Record<string, ModelEndpointDataBlob> | undefined;
|
|
566
562
|
}
|
|
567
563
|
export interface ExternalModelSummary {
|
|
568
564
|
modelEndpoint?: string | undefined;
|
|
@@ -605,9 +601,7 @@ export interface VariableImpactExplanation {
|
|
|
605
601
|
}
|
|
606
602
|
export interface PredictionExplanations {
|
|
607
603
|
variableImpactExplanations?: VariableImpactExplanation[] | undefined;
|
|
608
|
-
aggregatedVariablesImpactExplanations?:
|
|
609
|
-
| AggregatedVariablesImpactExplanation[]
|
|
610
|
-
| undefined;
|
|
604
|
+
aggregatedVariablesImpactExplanations?: AggregatedVariablesImpactExplanation[] | undefined;
|
|
611
605
|
}
|
|
612
606
|
export interface ModelVersionEvaluation {
|
|
613
607
|
outputVariableName?: string | undefined;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetLabelsCommandInput,
|
|
4
|
-
GetLabelsCommandOutput,
|
|
5
|
-
} from "../commands/GetLabelsCommand";
|
|
2
|
+
import { GetLabelsCommandInput, GetLabelsCommandOutput } from "../commands/GetLabelsCommand";
|
|
6
3
|
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateGetLabels: (
|
|
8
5
|
config: FraudDetectorPaginationConfiguration,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetModelsCommandInput,
|
|
4
|
-
GetModelsCommandOutput,
|
|
5
|
-
} from "../commands/GetModelsCommand";
|
|
2
|
+
import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
|
|
6
3
|
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateGetModels: (
|
|
8
5
|
config: FraudDetectorPaginationConfiguration,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetOutcomesCommandInput,
|
|
4
|
-
GetOutcomesCommandOutput,
|
|
5
|
-
} from "../commands/GetOutcomesCommand";
|
|
2
|
+
import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "../commands/GetOutcomesCommand";
|
|
6
3
|
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateGetOutcomes: (
|
|
8
5
|
config: FraudDetectorPaginationConfiguration,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRulesCommandInput,
|
|
4
|
-
GetRulesCommandOutput,
|
|
5
|
-
} from "../commands/GetRulesCommand";
|
|
2
|
+
import { GetRulesCommandInput, GetRulesCommandOutput } from "../commands/GetRulesCommand";
|
|
6
3
|
import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateGetRules: (
|
|
8
5
|
config: FraudDetectorPaginationConfiguration,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { FraudDetectorClient } from "../FraudDetectorClient";
|
|
3
|
-
export interface FraudDetectorPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface FraudDetectorPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: FraudDetectorClient;
|
|
6
5
|
}
|