@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
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateRuleCommandInput extends CreateRuleRequest {}
|
|
5
|
-
export interface CreateRuleCommandOutput
|
|
6
|
-
extends CreateRuleResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateRuleCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateRuleCommandInput
|
|
8
|
+
input: CreateRuleCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateRuleCommandInput,
|
|
13
11
|
CreateRuleCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateRuleCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateRuleCommandInput
|
|
17
|
+
input: CreateRuleCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateRuleCommandInput,
|
|
22
20
|
CreateRuleCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateVariableRequest,
|
|
4
|
-
CreateVariableResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateVariableRequest, CreateVariableResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateVariableCommandInput extends CreateVariableRequest {}
|
|
8
|
-
export interface CreateVariableCommandOutput
|
|
9
|
-
extends CreateVariableResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateVariableCommandOutput extends CreateVariableResult, __MetadataBearer {}
|
|
11
6
|
declare const CreateVariableCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateVariableCommandInput
|
|
8
|
+
input: CreateVariableCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateVariableCommandInput,
|
|
16
11
|
CreateVariableCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateVariableCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateVariableCommandInput
|
|
17
|
+
input: CreateVariableCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateVariableCommandInput,
|
|
25
20
|
CreateVariableCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteBatchImportJobRequest,
|
|
4
|
-
DeleteBatchImportJobResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteBatchImportJobCommandInput
|
|
8
|
-
extends DeleteBatchImportJobRequest {}
|
|
4
|
+
export interface DeleteBatchImportJobCommandInput extends DeleteBatchImportJobRequest {}
|
|
9
5
|
export interface DeleteBatchImportJobCommandOutput
|
|
10
|
-
extends DeleteBatchImportJobResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteBatchImportJobResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteBatchImportJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteBatchImportJobCommandInput
|
|
9
|
+
input: DeleteBatchImportJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteBatchImportJobCommandInput,
|
|
17
12
|
DeleteBatchImportJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteBatchImportJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteBatchImportJobCommandInput
|
|
18
|
+
input: DeleteBatchImportJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteBatchImportJobCommandInput,
|
|
26
21
|
DeleteBatchImportJobCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteBatchPredictionJobResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteBatchPredictionJobCommandInput
|
|
8
|
-
extends DeleteBatchPredictionJobRequest {}
|
|
7
|
+
export interface DeleteBatchPredictionJobCommandInput extends DeleteBatchPredictionJobRequest {}
|
|
9
8
|
export interface DeleteBatchPredictionJobCommandOutput
|
|
10
|
-
extends DeleteBatchPredictionJobResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteBatchPredictionJobResult, __MetadataBearer {}
|
|
12
10
|
declare const DeleteBatchPredictionJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteBatchPredictionJobCommandInput
|
|
12
|
+
input: DeleteBatchPredictionJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteBatchPredictionJobCommandInput,
|
|
17
15
|
DeleteBatchPredictionJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteBatchPredictionJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteBatchPredictionJobCommandInput
|
|
21
|
+
input: DeleteBatchPredictionJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteBatchPredictionJobCommandInput,
|
|
26
24
|
DeleteBatchPredictionJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDetectorRequest,
|
|
4
|
-
DeleteDetectorResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {}
|
|
8
|
-
export interface DeleteDetectorCommandOutput
|
|
9
|
-
extends DeleteDetectorResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDetectorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDetectorCommandInput
|
|
8
|
+
input: DeleteDetectorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDetectorCommandInput,
|
|
16
11
|
DeleteDetectorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDetectorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDetectorCommandInput
|
|
17
|
+
input: DeleteDetectorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDetectorCommandInput,
|
|
25
20
|
DeleteDetectorCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDetectorVersionRequest,
|
|
4
|
-
DeleteDetectorVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDetectorVersionCommandInput
|
|
8
|
-
extends DeleteDetectorVersionRequest {}
|
|
4
|
+
export interface DeleteDetectorVersionCommandInput extends DeleteDetectorVersionRequest {}
|
|
9
5
|
export interface DeleteDetectorVersionCommandOutput
|
|
10
|
-
extends DeleteDetectorVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteDetectorVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteDetectorVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteDetectorVersionCommandInput
|
|
9
|
+
input: DeleteDetectorVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteDetectorVersionCommandInput,
|
|
17
12
|
DeleteDetectorVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteDetectorVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteDetectorVersionCommandInput
|
|
18
|
+
input: DeleteDetectorVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteDetectorVersionCommandInput,
|
|
26
21
|
DeleteDetectorVersionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEntityTypeRequest,
|
|
4
|
-
DeleteEntityTypeResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteEntityTypeCommandInput extends DeleteEntityTypeRequest {}
|
|
8
|
-
export interface DeleteEntityTypeCommandOutput
|
|
9
|
-
extends DeleteEntityTypeResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteEntityTypeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteEntityTypeCommandInput
|
|
8
|
+
input: DeleteEntityTypeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteEntityTypeCommandInput,
|
|
16
11
|
DeleteEntityTypeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteEntityTypeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteEntityTypeCommandInput
|
|
17
|
+
input: DeleteEntityTypeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteEntityTypeCommandInput,
|
|
25
20
|
DeleteEntityTypeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteEventRequest, DeleteEventResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteEventCommandInput extends DeleteEventRequest {}
|
|
5
|
-
export interface DeleteEventCommandOutput
|
|
6
|
-
extends DeleteEventResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteEventCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteEventCommandInput
|
|
8
|
+
input: DeleteEventCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteEventCommandInput,
|
|
13
11
|
DeleteEventCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteEventCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteEventCommandInput
|
|
17
|
+
input: DeleteEventCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteEventCommandInput,
|
|
22
20
|
DeleteEventCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEventTypeRequest,
|
|
4
|
-
DeleteEventTypeResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteEventTypeCommandInput extends DeleteEventTypeRequest {}
|
|
8
|
-
export interface DeleteEventTypeCommandOutput
|
|
9
|
-
extends DeleteEventTypeResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteEventTypeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteEventTypeCommandInput
|
|
8
|
+
input: DeleteEventTypeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteEventTypeCommandInput,
|
|
16
11
|
DeleteEventTypeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteEventTypeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteEventTypeCommandInput
|
|
17
|
+
input: DeleteEventTypeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteEventTypeCommandInput,
|
|
25
20
|
DeleteEventTypeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEventsByEventTypeRequest,
|
|
4
|
-
DeleteEventsByEventTypeResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEventsByEventTypeCommandInput
|
|
8
|
-
extends DeleteEventsByEventTypeRequest {}
|
|
4
|
+
export interface DeleteEventsByEventTypeCommandInput extends DeleteEventsByEventTypeRequest {}
|
|
9
5
|
export interface DeleteEventsByEventTypeCommandOutput
|
|
10
|
-
extends DeleteEventsByEventTypeResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteEventsByEventTypeResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteEventsByEventTypeCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteEventsByEventTypeCommandInput
|
|
9
|
+
input: DeleteEventsByEventTypeCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteEventsByEventTypeCommandInput,
|
|
17
12
|
DeleteEventsByEventTypeCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteEventsByEventTypeCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteEventsByEventTypeCommandInput
|
|
18
|
+
input: DeleteEventsByEventTypeCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteEventsByEventTypeCommandInput,
|
|
26
21
|
DeleteEventsByEventTypeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteExternalModelRequest,
|
|
4
|
-
DeleteExternalModelResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteExternalModelCommandInput
|
|
8
|
-
extends DeleteExternalModelRequest {}
|
|
4
|
+
export interface DeleteExternalModelCommandInput extends DeleteExternalModelRequest {}
|
|
9
5
|
export interface DeleteExternalModelCommandOutput
|
|
10
|
-
extends DeleteExternalModelResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteExternalModelResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteExternalModelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteExternalModelCommandInput
|
|
9
|
+
input: DeleteExternalModelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteExternalModelCommandInput,
|
|
17
12
|
DeleteExternalModelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteExternalModelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteExternalModelCommandInput
|
|
18
|
+
input: DeleteExternalModelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteExternalModelCommandInput,
|
|
26
21
|
DeleteExternalModelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteLabelCommandInput extends DeleteLabelRequest {}
|
|
5
|
-
export interface DeleteLabelCommandOutput
|
|
6
|
-
extends DeleteLabelResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteLabelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteLabelCommandInput
|
|
8
|
+
input: DeleteLabelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteLabelCommandInput,
|
|
13
11
|
DeleteLabelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteLabelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteLabelCommandInput
|
|
17
|
+
input: DeleteLabelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteLabelCommandInput,
|
|
22
20
|
DeleteLabelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteListRequest, DeleteListResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteListCommandInput extends DeleteListRequest {}
|
|
5
|
-
export interface DeleteListCommandOutput
|
|
6
|
-
extends DeleteListResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteListCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteListCommandInput
|
|
8
|
+
input: DeleteListCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteListCommandInput,
|
|
13
11
|
DeleteListCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteListCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteListCommandInput
|
|
17
|
+
input: DeleteListCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteListCommandInput,
|
|
22
20
|
DeleteListCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteModelRequest, DeleteModelResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
5
|
-
export interface DeleteModelCommandOutput
|
|
6
|
-
extends DeleteModelResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteModelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteModelCommandInput
|
|
8
|
+
input: DeleteModelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteModelCommandInput,
|
|
13
11
|
DeleteModelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteModelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteModelCommandInput
|
|
17
|
+
input: DeleteModelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteModelCommandInput,
|
|
22
20
|
DeleteModelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteModelVersionRequest,
|
|
4
|
-
DeleteModelVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteModelVersionCommandInput
|
|
8
|
-
extends DeleteModelVersionRequest {}
|
|
4
|
+
export interface DeleteModelVersionCommandInput extends DeleteModelVersionRequest {}
|
|
9
5
|
export interface DeleteModelVersionCommandOutput
|
|
10
|
-
extends DeleteModelVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteModelVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteModelVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteModelVersionCommandInput
|
|
9
|
+
input: DeleteModelVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteModelVersionCommandInput,
|
|
17
12
|
DeleteModelVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteModelVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteModelVersionCommandInput
|
|
18
|
+
input: DeleteModelVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteModelVersionCommandInput,
|
|
26
21
|
DeleteModelVersionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteOutcomeCommandInput extends DeleteOutcomeRequest {}
|
|
5
|
-
export interface DeleteOutcomeCommandOutput
|
|
6
|
-
extends DeleteOutcomeResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteOutcomeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteOutcomeCommandInput
|
|
8
|
+
input: DeleteOutcomeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteOutcomeCommandInput,
|
|
13
11
|
DeleteOutcomeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteOutcomeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteOutcomeCommandInput
|
|
17
|
+
input: DeleteOutcomeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteOutcomeCommandInput,
|
|
22
20
|
DeleteOutcomeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
|
|
5
|
-
export interface DeleteRuleCommandOutput
|
|
6
|
-
extends DeleteRuleResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteRuleCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteRuleCommandInput
|
|
8
|
+
input: DeleteRuleCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteRuleCommandInput,
|
|
13
11
|
DeleteRuleCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteRuleCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteRuleCommandInput
|
|
17
|
+
input: DeleteRuleCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteRuleCommandInput,
|
|
22
20
|
DeleteRuleCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteVariableRequest,
|
|
4
|
-
DeleteVariableResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteVariableCommandInput extends DeleteVariableRequest {}
|
|
8
|
-
export interface DeleteVariableCommandOutput
|
|
9
|
-
extends DeleteVariableResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteVariableCommandOutput extends DeleteVariableResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteVariableCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteVariableCommandInput
|
|
8
|
+
input: DeleteVariableCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteVariableCommandInput,
|
|
16
11
|
DeleteVariableCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteVariableCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteVariableCommandInput
|
|
17
|
+
input: DeleteVariableCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteVariableCommandInput,
|
|
25
20
|
DeleteVariableCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDetectorRequest,
|
|
4
|
-
DescribeDetectorResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {}
|
|
8
|
-
export interface DescribeDetectorCommandOutput
|
|
9
|
-
extends DescribeDetectorResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, __MetadataBearer {}
|
|
11
6
|
declare const DescribeDetectorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeDetectorCommandInput
|
|
8
|
+
input: DescribeDetectorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeDetectorCommandInput,
|
|
16
11
|
DescribeDetectorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeDetectorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeDetectorCommandInput
|
|
17
|
+
input: DescribeDetectorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeDetectorCommandInput,
|
|
25
20
|
DescribeDetectorCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeModelVersionsRequest,
|
|
4
|
-
DescribeModelVersionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeModelVersionsCommandInput
|
|
8
|
-
extends DescribeModelVersionsRequest {}
|
|
4
|
+
export interface DescribeModelVersionsCommandInput extends DescribeModelVersionsRequest {}
|
|
9
5
|
export interface DescribeModelVersionsCommandOutput
|
|
10
|
-
extends DescribeModelVersionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeModelVersionsResult, __MetadataBearer {}
|
|
12
7
|
declare const DescribeModelVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeModelVersionsCommandInput
|
|
9
|
+
input: DescribeModelVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeModelVersionsCommandInput,
|
|
17
12
|
DescribeModelVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBatchImportJobsRequest,
|
|
4
|
-
GetBatchImportJobsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBatchImportJobsCommandInput
|
|
8
|
-
extends GetBatchImportJobsRequest {}
|
|
4
|
+
export interface GetBatchImportJobsCommandInput extends GetBatchImportJobsRequest {}
|
|
9
5
|
export interface GetBatchImportJobsCommandOutput
|
|
10
|
-
extends GetBatchImportJobsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBatchImportJobsResult, __MetadataBearer {}
|
|
12
7
|
declare const GetBatchImportJobsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBatchImportJobsCommandInput
|
|
9
|
+
input: GetBatchImportJobsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBatchImportJobsCommandInput,
|
|
17
12
|
GetBatchImportJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBatchPredictionJobsRequest,
|
|
4
|
-
GetBatchPredictionJobsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBatchPredictionJobsCommandInput
|
|
8
|
-
extends GetBatchPredictionJobsRequest {}
|
|
4
|
+
export interface GetBatchPredictionJobsCommandInput extends GetBatchPredictionJobsRequest {}
|
|
9
5
|
export interface GetBatchPredictionJobsCommandOutput
|
|
10
|
-
extends GetBatchPredictionJobsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBatchPredictionJobsResult, __MetadataBearer {}
|
|
12
7
|
declare const GetBatchPredictionJobsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBatchPredictionJobsCommandInput
|
|
9
|
+
input: GetBatchPredictionJobsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBatchPredictionJobsCommandInput,
|
|
17
12
|
GetBatchPredictionJobsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDeleteEventsByEventTypeStatusResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeleteEventsByEventTypeStatusCommandInput
|
|
8
|
-
extends GetDeleteEventsByEventTypeStatusRequest {}
|
|
7
|
+
export interface GetDeleteEventsByEventTypeStatusCommandInput extends GetDeleteEventsByEventTypeStatusRequest {}
|
|
9
8
|
export interface GetDeleteEventsByEventTypeStatusCommandOutput
|
|
10
|
-
extends GetDeleteEventsByEventTypeStatusResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDeleteEventsByEventTypeStatusResult, __MetadataBearer {}
|
|
12
10
|
declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDeleteEventsByEventTypeStatusCommandInput
|
|
12
|
+
input: GetDeleteEventsByEventTypeStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDeleteEventsByEventTypeStatusCommandInput,
|
|
17
15
|
GetDeleteEventsByEventTypeStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetDeleteEventsByEventTypeStatusCommandInput
|
|
21
|
+
input: GetDeleteEventsByEventTypeStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetDeleteEventsByEventTypeStatusCommandInput,
|
|
26
24
|
GetDeleteEventsByEventTypeStatusCommandOutput,
|