@aws-sdk/client-frauddetector 3.1087.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 +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDetectorVersionRequest,
|
|
4
|
-
GetDetectorVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDetectorVersionCommandInput
|
|
8
|
-
extends GetDetectorVersionRequest {}
|
|
4
|
+
export interface GetDetectorVersionCommandInput extends GetDetectorVersionRequest {}
|
|
9
5
|
export interface GetDetectorVersionCommandOutput
|
|
10
|
-
extends GetDetectorVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetDetectorVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const GetDetectorVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDetectorVersionCommandInput
|
|
9
|
+
input: GetDetectorVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDetectorVersionCommandInput,
|
|
17
12
|
GetDetectorVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDetectorVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDetectorVersionCommandInput
|
|
18
|
+
input: GetDetectorVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDetectorVersionCommandInput,
|
|
26
21
|
GetDetectorVersionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDetectorsCommandInput extends GetDetectorsRequest {}
|
|
5
|
-
export interface GetDetectorsCommandOutput
|
|
6
|
-
extends GetDetectorsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDetectorsCommandOutput extends GetDetectorsResult, __MetadataBearer {}
|
|
8
6
|
declare const GetDetectorsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDetectorsCommandInput
|
|
8
|
+
input: GetDetectorsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDetectorsCommandInput,
|
|
13
11
|
GetDetectorsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEntityTypesRequest,
|
|
4
|
-
GetEntityTypesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetEntityTypesCommandInput extends GetEntityTypesRequest {}
|
|
8
|
-
export interface GetEntityTypesCommandOutput
|
|
9
|
-
extends GetEntityTypesResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __MetadataBearer {}
|
|
11
6
|
declare const GetEntityTypesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetEntityTypesCommandInput
|
|
8
|
+
input: GetEntityTypesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetEntityTypesCommandInput,
|
|
16
11
|
GetEntityTypesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetEventRequest, GetEventResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetEventCommandInput extends GetEventRequest {}
|
|
5
|
-
export interface GetEventCommandOutput
|
|
6
|
-
extends GetEventResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer {}
|
|
8
6
|
declare const GetEventCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetEventCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetEventCommandInput,
|
|
11
11
|
GetEventCommandOutput,
|
|
12
12
|
import("..").FraudDetectorClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetEventCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetEventCommandInput,
|
|
18
20
|
GetEventCommandOutput,
|
|
19
21
|
import("..").FraudDetectorClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEventPredictionRequest,
|
|
4
|
-
GetEventPredictionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEventPredictionRequest, GetEventPredictionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEventPredictionCommandInput
|
|
8
|
-
extends GetEventPredictionRequest {}
|
|
4
|
+
export interface GetEventPredictionCommandInput extends GetEventPredictionRequest {}
|
|
9
5
|
export interface GetEventPredictionCommandOutput
|
|
10
|
-
extends GetEventPredictionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetEventPredictionResult, __MetadataBearer {}
|
|
12
7
|
declare const GetEventPredictionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetEventPredictionCommandInput
|
|
9
|
+
input: GetEventPredictionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetEventPredictionCommandInput,
|
|
17
12
|
GetEventPredictionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetEventPredictionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetEventPredictionCommandInput
|
|
18
|
+
input: GetEventPredictionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetEventPredictionCommandInput,
|
|
26
21
|
GetEventPredictionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetEventPredictionMetadataResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEventPredictionMetadataCommandInput
|
|
8
|
-
extends GetEventPredictionMetadataRequest {}
|
|
7
|
+
export interface GetEventPredictionMetadataCommandInput extends GetEventPredictionMetadataRequest {}
|
|
9
8
|
export interface GetEventPredictionMetadataCommandOutput
|
|
10
|
-
extends GetEventPredictionMetadataResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetEventPredictionMetadataResult, __MetadataBearer {}
|
|
12
10
|
declare const GetEventPredictionMetadataCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetEventPredictionMetadataCommandInput
|
|
12
|
+
input: GetEventPredictionMetadataCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetEventPredictionMetadataCommandInput,
|
|
17
15
|
GetEventPredictionMetadataCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetEventPredictionMetadataCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetEventPredictionMetadataCommandInput
|
|
21
|
+
input: GetEventPredictionMetadataCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetEventPredictionMetadataCommandInput,
|
|
26
24
|
GetEventPredictionMetadataCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetEventTypesRequest, GetEventTypesResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetEventTypesCommandInput extends GetEventTypesRequest {}
|
|
5
|
-
export interface GetEventTypesCommandOutput
|
|
6
|
-
extends GetEventTypesResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetEventTypesCommandOutput extends GetEventTypesResult, __MetadataBearer {}
|
|
8
6
|
declare const GetEventTypesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetEventTypesCommandInput
|
|
8
|
+
input: GetEventTypesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetEventTypesCommandInput,
|
|
13
11
|
GetEventTypesCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetExternalModelsRequest,
|
|
4
|
-
GetExternalModelsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetExternalModelsCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetExternalModelsCommandOutput
|
|
10
|
-
extends GetExternalModelsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetExternalModelsCommandInput extends GetExternalModelsRequest {}
|
|
5
|
+
export interface GetExternalModelsCommandOutput extends GetExternalModelsResult, __MetadataBearer {}
|
|
12
6
|
declare const GetExternalModelsCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetExternalModelsCommandInput
|
|
8
|
+
input: GetExternalModelsCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetExternalModelsCommandInput,
|
|
17
11
|
GetExternalModelsCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { GetKMSEncryptionKeyResult } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetKMSEncryptionKeyCommandInput {}
|
|
5
5
|
export interface GetKMSEncryptionKeyCommandOutput
|
|
6
|
-
extends GetKMSEncryptionKeyResult,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetKMSEncryptionKeyResult, __MetadataBearer {}
|
|
8
7
|
declare const GetKMSEncryptionKeyCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: GetKMSEncryptionKeyCommandInput
|
|
9
|
+
input: GetKMSEncryptionKeyCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
GetKMSEncryptionKeyCommandInput,
|
|
13
12
|
GetKMSEncryptionKeyCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetLabelsRequest, GetLabelsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetLabelsCommandInput extends GetLabelsRequest {}
|
|
5
|
-
export interface GetLabelsCommandOutput
|
|
6
|
-
extends GetLabelsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBearer {}
|
|
8
6
|
declare const GetLabelsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetLabelsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetLabelsCommandInput,
|
|
11
11
|
GetLabelsCommandOutput,
|
|
12
12
|
import("..").FraudDetectorClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetListElementsRequest,
|
|
4
|
-
GetListElementsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetListElementsRequest, GetListElementsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetListElementsCommandInput extends GetListElementsRequest {}
|
|
8
|
-
export interface GetListElementsCommandOutput
|
|
9
|
-
extends GetListElementsResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetListElementsCommandOutput extends GetListElementsResult, __MetadataBearer {}
|
|
11
6
|
declare const GetListElementsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetListElementsCommandInput
|
|
8
|
+
input: GetListElementsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetListElementsCommandInput,
|
|
16
11
|
GetListElementsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetListElementsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetListElementsCommandInput
|
|
17
|
+
input: GetListElementsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetListElementsCommandInput,
|
|
25
20
|
GetListElementsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetListsMetadataRequest,
|
|
4
|
-
GetListsMetadataResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetListsMetadataRequest, GetListsMetadataResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetListsMetadataCommandInput extends GetListsMetadataRequest {}
|
|
8
|
-
export interface GetListsMetadataCommandOutput
|
|
9
|
-
extends GetListsMetadataResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, __MetadataBearer {}
|
|
11
6
|
declare const GetListsMetadataCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetListsMetadataCommandInput
|
|
8
|
+
input: GetListsMetadataCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetListsMetadataCommandInput,
|
|
16
11
|
GetListsMetadataCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetModelVersionRequest,
|
|
4
|
-
GetModelVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetModelVersionRequest, GetModelVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetModelVersionCommandInput extends GetModelVersionRequest {}
|
|
8
|
-
export interface GetModelVersionCommandOutput
|
|
9
|
-
extends GetModelVersionResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetModelVersionCommandOutput extends GetModelVersionResult, __MetadataBearer {}
|
|
11
6
|
declare const GetModelVersionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetModelVersionCommandInput
|
|
8
|
+
input: GetModelVersionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetModelVersionCommandInput,
|
|
16
11
|
GetModelVersionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetModelVersionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetModelVersionCommandInput
|
|
17
|
+
input: GetModelVersionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetModelVersionCommandInput,
|
|
25
20
|
GetModelVersionCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetModelsRequest, GetModelsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetModelsCommandInput extends GetModelsRequest {}
|
|
5
|
-
export interface GetModelsCommandOutput
|
|
6
|
-
extends GetModelsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBearer {}
|
|
8
6
|
declare const GetModelsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetModelsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetModelsCommandInput,
|
|
11
11
|
GetModelsCommandOutput,
|
|
12
12
|
import("..").FraudDetectorClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetOutcomesCommandInput extends GetOutcomesRequest {}
|
|
5
|
-
export interface GetOutcomesCommandOutput
|
|
6
|
-
extends GetOutcomesResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataBearer {}
|
|
8
6
|
declare const GetOutcomesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetOutcomesCommandInput
|
|
8
|
+
input: GetOutcomesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetOutcomesCommandInput,
|
|
13
11
|
GetOutcomesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetRulesRequest, GetRulesResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetRulesCommandInput extends GetRulesRequest {}
|
|
5
|
-
export interface GetRulesCommandOutput
|
|
6
|
-
extends GetRulesResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer {}
|
|
8
6
|
declare const GetRulesCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetRulesCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetRulesCommandInput,
|
|
11
11
|
GetRulesCommandOutput,
|
|
12
12
|
import("..").FraudDetectorClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetRulesCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetRulesCommandInput,
|
|
18
20
|
GetRulesCommandOutput,
|
|
19
21
|
import("..").FraudDetectorClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetVariablesRequest, GetVariablesResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetVariablesCommandInput extends GetVariablesRequest {}
|
|
5
|
-
export interface GetVariablesCommandOutput
|
|
6
|
-
extends GetVariablesResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetVariablesCommandOutput extends GetVariablesResult, __MetadataBearer {}
|
|
8
6
|
declare const GetVariablesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetVariablesCommandInput
|
|
8
|
+
input: GetVariablesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetVariablesCommandInput,
|
|
13
11
|
GetVariablesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEventPredictionsRequest,
|
|
4
|
-
ListEventPredictionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEventPredictionsCommandInput
|
|
8
|
-
extends ListEventPredictionsRequest {}
|
|
4
|
+
export interface ListEventPredictionsCommandInput extends ListEventPredictionsRequest {}
|
|
9
5
|
export interface ListEventPredictionsCommandOutput
|
|
10
|
-
extends ListEventPredictionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEventPredictionsResult, __MetadataBearer {}
|
|
12
7
|
declare const ListEventPredictionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEventPredictionsCommandInput
|
|
9
|
+
input: ListEventPredictionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEventPredictionsCommandInput,
|
|
17
12
|
ListEventPredictionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResult, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutDetectorRequest, PutDetectorResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutDetectorCommandInput extends PutDetectorRequest {}
|
|
5
|
-
export interface PutDetectorCommandOutput
|
|
6
|
-
extends PutDetectorResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataBearer {}
|
|
8
6
|
declare const PutDetectorCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutDetectorCommandInput
|
|
8
|
+
input: PutDetectorCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutDetectorCommandInput,
|
|
13
11
|
PutDetectorCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutDetectorCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutDetectorCommandInput
|
|
17
|
+
input: PutDetectorCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutDetectorCommandInput,
|
|
22
20
|
PutDetectorCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutEntityTypeCommandInput extends PutEntityTypeRequest {}
|
|
5
|
-
export interface PutEntityTypeCommandOutput
|
|
6
|
-
extends PutEntityTypeResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __MetadataBearer {}
|
|
8
6
|
declare const PutEntityTypeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutEntityTypeCommandInput
|
|
8
|
+
input: PutEntityTypeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutEntityTypeCommandInput,
|
|
13
11
|
PutEntityTypeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutEntityTypeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutEntityTypeCommandInput
|
|
17
|
+
input: PutEntityTypeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutEntityTypeCommandInput,
|
|
22
20
|
PutEntityTypeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutEventTypeCommandInput extends PutEventTypeRequest {}
|
|
5
|
-
export interface PutEventTypeCommandOutput
|
|
6
|
-
extends PutEventTypeResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutEventTypeCommandOutput extends PutEventTypeResult, __MetadataBearer {}
|
|
8
6
|
declare const PutEventTypeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutEventTypeCommandInput
|
|
8
|
+
input: PutEventTypeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutEventTypeCommandInput,
|
|
13
11
|
PutEventTypeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutEventTypeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutEventTypeCommandInput
|
|
17
|
+
input: PutEventTypeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutEventTypeCommandInput,
|
|
22
20
|
PutEventTypeCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutExternalModelRequest,
|
|
4
|
-
PutExternalModelResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutExternalModelCommandInput extends PutExternalModelRequest {}
|
|
8
|
-
export interface PutExternalModelCommandOutput
|
|
9
|
-
extends PutExternalModelResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutExternalModelCommandOutput extends PutExternalModelResult, __MetadataBearer {}
|
|
11
6
|
declare const PutExternalModelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutExternalModelCommandInput
|
|
8
|
+
input: PutExternalModelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutExternalModelCommandInput,
|
|
16
11
|
PutExternalModelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutExternalModelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutExternalModelCommandInput
|
|
17
|
+
input: PutExternalModelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutExternalModelCommandInput,
|
|
25
20
|
PutExternalModelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutKMSEncryptionKeyRequest,
|
|
4
|
-
PutKMSEncryptionKeyResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutKMSEncryptionKeyCommandInput
|
|
8
|
-
extends PutKMSEncryptionKeyRequest {}
|
|
4
|
+
export interface PutKMSEncryptionKeyCommandInput extends PutKMSEncryptionKeyRequest {}
|
|
9
5
|
export interface PutKMSEncryptionKeyCommandOutput
|
|
10
|
-
extends PutKMSEncryptionKeyResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutKMSEncryptionKeyResult, __MetadataBearer {}
|
|
12
7
|
declare const PutKMSEncryptionKeyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutKMSEncryptionKeyCommandInput
|
|
9
|
+
input: PutKMSEncryptionKeyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutKMSEncryptionKeyCommandInput,
|
|
17
12
|
PutKMSEncryptionKeyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutKMSEncryptionKeyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutKMSEncryptionKeyCommandInput
|
|
18
|
+
input: PutKMSEncryptionKeyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutKMSEncryptionKeyCommandInput,
|
|
26
21
|
PutKMSEncryptionKeyCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutLabelRequest, PutLabelResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutLabelCommandInput extends PutLabelRequest {}
|
|
5
|
-
export interface PutLabelCommandOutput
|
|
6
|
-
extends PutLabelResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer {}
|
|
8
6
|
declare const PutLabelCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PutLabelCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutLabelCommandInput,
|
|
11
11
|
PutLabelCommandOutput,
|
|
12
12
|
import("..").FraudDetectorClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PutLabelCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
PutLabelCommandInput,
|
|
18
20
|
PutLabelCommandOutput,
|
|
19
21
|
import("..").FraudDetectorClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutOutcomeCommandInput extends PutOutcomeRequest {}
|
|
5
|
-
export interface PutOutcomeCommandOutput
|
|
6
|
-
extends PutOutcomeResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBearer {}
|
|
8
6
|
declare const PutOutcomeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutOutcomeCommandInput
|
|
8
|
+
input: PutOutcomeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutOutcomeCommandInput,
|
|
13
11
|
PutOutcomeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutOutcomeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutOutcomeCommandInput
|
|
17
|
+
input: PutOutcomeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutOutcomeCommandInput,
|
|
22
20
|
PutOutcomeCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SendEventRequest, SendEventResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface SendEventCommandInput extends SendEventRequest {}
|
|
5
|
-
export interface SendEventCommandOutput
|
|
6
|
-
extends SendEventResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SendEventCommandOutput extends SendEventResult, __MetadataBearer {}
|
|
8
6
|
declare const SendEventCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: SendEventCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
SendEventCommandInput,
|
|
11
11
|
SendEventCommandOutput,
|
|
12
12
|
import("..").FraudDetectorClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: SendEventCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
SendEventCommandInput,
|
|
18
20
|
SendEventCommandOutput,
|
|
19
21
|
import("..").FraudDetectorClientResolvedConfig,
|