@aws-sdk/client-frauddetector 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/FraudDetector.d.ts +1228 -345
  3. package/dist-types/ts3.4/FraudDetectorClient.d.ts +538 -141
  4. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/index.d.ts +68 -68
  73. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  74. package/dist-types/ts3.4/index.d.ts +6 -6
  75. package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +8 -6
  76. package/dist-types/ts3.4/models/index.d.ts +1 -1
  77. package/dist-types/ts3.4/models/models_0.d.ts +2347 -2169
  78. package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  91. package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +821 -206
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/package.json +34 -34
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { SendEventRequest, SendEventResult } from "../models/models_0";
5
- export interface SendEventCommandInput extends SendEventRequest {
6
- }
7
- export interface SendEventCommandOutput extends SendEventResult, __MetadataBearer {
8
- }
9
-
10
- export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: SendEventCommandInput;
12
- constructor(input: SendEventCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEventCommandInput, SendEventCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import { SendEventRequest, SendEventResult } from "../models/models_0";
14
+ export interface SendEventCommandInput extends SendEventRequest {}
15
+ export interface SendEventCommandOutput
16
+ extends SendEventResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class SendEventCommand extends $Command<
20
+ SendEventCommandInput,
21
+ SendEventCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: SendEventCommandInput;
25
+ constructor(input: SendEventCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<SendEventCommandInput, SendEventCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { TagResourceRequest, TagResourceResult } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import { TagResourceRequest, TagResourceResult } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
+ export interface UntagResourceCommandOutput
16
+ extends UntagResourceResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UntagResourceCommand extends $Command<
20
+ UntagResourceCommandInput,
21
+ UntagResourceCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: UntagResourceCommandInput;
25
+ constructor(input: UntagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0";
5
- export interface UpdateDetectorVersionCommandInput extends UpdateDetectorVersionRequest {
6
- }
7
- export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDetectorVersionCommand extends $Command<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateDetectorVersionCommandInput;
12
- constructor(input: UpdateDetectorVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import {
14
+ UpdateDetectorVersionRequest,
15
+ UpdateDetectorVersionResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateDetectorVersionCommandInput
18
+ extends UpdateDetectorVersionRequest {}
19
+ export interface UpdateDetectorVersionCommandOutput
20
+ extends UpdateDetectorVersionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateDetectorVersionCommand extends $Command<
24
+ UpdateDetectorVersionCommandInput,
25
+ UpdateDetectorVersionCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateDetectorVersionCommandInput;
29
+ constructor(input: UpdateDetectorVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateDetectorVersionCommandInput,
37
+ UpdateDetectorVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateDetectorVersionMetadataRequest, UpdateDetectorVersionMetadataResult } from "../models/models_0";
5
- export interface UpdateDetectorVersionMetadataCommandInput extends UpdateDetectorVersionMetadataRequest {
6
- }
7
- export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetectorVersionMetadataResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDetectorVersionMetadataCommand extends $Command<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateDetectorVersionMetadataCommandInput;
12
- constructor(input: UpdateDetectorVersionMetadataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import {
14
+ UpdateDetectorVersionMetadataRequest,
15
+ UpdateDetectorVersionMetadataResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateDetectorVersionMetadataCommandInput
18
+ extends UpdateDetectorVersionMetadataRequest {}
19
+ export interface UpdateDetectorVersionMetadataCommandOutput
20
+ extends UpdateDetectorVersionMetadataResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateDetectorVersionMetadataCommand extends $Command<
24
+ UpdateDetectorVersionMetadataCommandInput,
25
+ UpdateDetectorVersionMetadataCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateDetectorVersionMetadataCommandInput;
29
+ constructor(input: UpdateDetectorVersionMetadataCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateDetectorVersionMetadataCommandInput,
37
+ UpdateDetectorVersionMetadataCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateDetectorVersionStatusRequest, UpdateDetectorVersionStatusResult } from "../models/models_0";
5
- export interface UpdateDetectorVersionStatusCommandInput extends UpdateDetectorVersionStatusRequest {
6
- }
7
- export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetectorVersionStatusResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDetectorVersionStatusCommand extends $Command<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateDetectorVersionStatusCommandInput;
12
- constructor(input: UpdateDetectorVersionStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import {
14
+ UpdateDetectorVersionStatusRequest,
15
+ UpdateDetectorVersionStatusResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateDetectorVersionStatusCommandInput
18
+ extends UpdateDetectorVersionStatusRequest {}
19
+ export interface UpdateDetectorVersionStatusCommandOutput
20
+ extends UpdateDetectorVersionStatusResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateDetectorVersionStatusCommand extends $Command<
24
+ UpdateDetectorVersionStatusCommandInput,
25
+ UpdateDetectorVersionStatusCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateDetectorVersionStatusCommandInput;
29
+ constructor(input: UpdateDetectorVersionStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateDetectorVersionStatusCommandInput,
37
+ UpdateDetectorVersionStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0";
5
- export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {
6
- }
7
- export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateEventLabelCommand extends $Command<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateEventLabelCommandInput;
12
- constructor(input: UpdateEventLabelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import {
14
+ UpdateEventLabelRequest,
15
+ UpdateEventLabelResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {}
18
+ export interface UpdateEventLabelCommandOutput
19
+ extends UpdateEventLabelResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateEventLabelCommand extends $Command<
23
+ UpdateEventLabelCommandInput,
24
+ UpdateEventLabelCommandOutput,
25
+ FraudDetectorClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateEventLabelCommandInput;
28
+ constructor(input: UpdateEventLabelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: FraudDetectorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateModelRequest, UpdateModelResult } from "../models/models_0";
5
- export interface UpdateModelCommandInput extends UpdateModelRequest {
6
- }
7
- export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateModelCommandInput;
12
- constructor(input: UpdateModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import { UpdateModelRequest, UpdateModelResult } from "../models/models_0";
14
+ export interface UpdateModelCommandInput extends UpdateModelRequest {}
15
+ export interface UpdateModelCommandOutput
16
+ extends UpdateModelResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateModelCommand extends $Command<
20
+ UpdateModelCommandInput,
21
+ UpdateModelCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateModelCommandInput;
25
+ constructor(input: UpdateModelCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0";
5
- export interface UpdateModelVersionCommandInput extends UpdateModelVersionRequest {
6
- }
7
- export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateModelVersionCommand extends $Command<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateModelVersionCommandInput;
12
- constructor(input: UpdateModelVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import {
14
+ UpdateModelVersionRequest,
15
+ UpdateModelVersionResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateModelVersionCommandInput
18
+ extends UpdateModelVersionRequest {}
19
+ export interface UpdateModelVersionCommandOutput
20
+ extends UpdateModelVersionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateModelVersionCommand extends $Command<
24
+ UpdateModelVersionCommandInput,
25
+ UpdateModelVersionCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateModelVersionCommandInput;
29
+ constructor(input: UpdateModelVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateModelVersionStatusRequest, UpdateModelVersionStatusResult } from "../models/models_0";
5
- export interface UpdateModelVersionStatusCommandInput extends UpdateModelVersionStatusRequest {
6
- }
7
- export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersionStatusResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateModelVersionStatusCommand extends $Command<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateModelVersionStatusCommandInput;
12
- constructor(input: UpdateModelVersionStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import {
14
+ UpdateModelVersionStatusRequest,
15
+ UpdateModelVersionStatusResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateModelVersionStatusCommandInput
18
+ extends UpdateModelVersionStatusRequest {}
19
+ export interface UpdateModelVersionStatusCommandOutput
20
+ extends UpdateModelVersionStatusResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateModelVersionStatusCommand extends $Command<
24
+ UpdateModelVersionStatusCommandInput,
25
+ UpdateModelVersionStatusCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateModelVersionStatusCommandInput;
29
+ constructor(input: UpdateModelVersionStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateModelVersionStatusCommandInput,
37
+ UpdateModelVersionStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0";
5
- export interface UpdateRuleMetadataCommandInput extends UpdateRuleMetadataRequest {
6
- }
7
- export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRuleMetadataCommand extends $Command<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: UpdateRuleMetadataCommandInput;
12
- constructor(input: UpdateRuleMetadataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FraudDetectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FraudDetectorClient";
13
+ import {
14
+ UpdateRuleMetadataRequest,
15
+ UpdateRuleMetadataResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateRuleMetadataCommandInput
18
+ extends UpdateRuleMetadataRequest {}
19
+ export interface UpdateRuleMetadataCommandOutput
20
+ extends UpdateRuleMetadataResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateRuleMetadataCommand extends $Command<
24
+ UpdateRuleMetadataCommandInput,
25
+ UpdateRuleMetadataCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateRuleMetadataCommandInput;
29
+ constructor(input: UpdateRuleMetadataCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }