@aws-sdk/client-frauddetector 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +8 -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 { GetRulesRequest, GetRulesResult } from "../models/models_0";
5
- export interface GetRulesCommandInput extends GetRulesRequest {
6
- }
7
- export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRulesCommand extends $Command<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: GetRulesCommandInput;
12
- constructor(input: GetRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRulesCommandInput, GetRulesCommandOutput>;
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 { GetRulesRequest, GetRulesResult } from "../models/models_0";
14
+ export interface GetRulesCommandInput extends GetRulesRequest {}
15
+ export interface GetRulesCommandOutput
16
+ extends GetRulesResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetRulesCommand extends $Command<
20
+ GetRulesCommandInput,
21
+ GetRulesCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: GetRulesCommandInput;
25
+ constructor(input: GetRulesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetRulesCommandInput, GetRulesCommandOutput>;
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 { GetVariablesRequest, GetVariablesResult } from "../models/models_0";
5
- export interface GetVariablesCommandInput extends GetVariablesRequest {
6
- }
7
- export interface GetVariablesCommandOutput extends GetVariablesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetVariablesCommand extends $Command<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: GetVariablesCommandInput;
12
- constructor(input: GetVariablesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVariablesCommandInput, GetVariablesCommandOutput>;
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 { GetVariablesRequest, GetVariablesResult } from "../models/models_0";
14
+ export interface GetVariablesCommandInput extends GetVariablesRequest {}
15
+ export interface GetVariablesCommandOutput
16
+ extends GetVariablesResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetVariablesCommand extends $Command<
20
+ GetVariablesCommandInput,
21
+ GetVariablesCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: GetVariablesCommandInput;
25
+ constructor(input: GetVariablesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetVariablesCommandInput, GetVariablesCommandOutput>;
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 { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0";
5
- export interface ListEventPredictionsCommandInput extends ListEventPredictionsRequest {
6
- }
7
- export interface ListEventPredictionsCommandOutput extends ListEventPredictionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEventPredictionsCommand extends $Command<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: ListEventPredictionsCommandInput;
12
- constructor(input: ListEventPredictionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput>;
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
+ ListEventPredictionsRequest,
15
+ ListEventPredictionsResult,
16
+ } from "../models/models_0";
17
+ export interface ListEventPredictionsCommandInput
18
+ extends ListEventPredictionsRequest {}
19
+ export interface ListEventPredictionsCommandOutput
20
+ extends ListEventPredictionsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEventPredictionsCommand extends $Command<
24
+ ListEventPredictionsCommandInput,
25
+ ListEventPredictionsCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListEventPredictionsCommandInput;
29
+ constructor(input: ListEventPredictionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListEventPredictionsCommandInput,
37
+ ListEventPredictionsCommandOutput
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 { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResult,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { PutDetectorRequest, PutDetectorResult } from "../models/models_0";
5
- export interface PutDetectorCommandInput extends PutDetectorRequest {
6
- }
7
- export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutDetectorCommand extends $Command<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: PutDetectorCommandInput;
12
- constructor(input: PutDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDetectorCommandInput, PutDetectorCommandOutput>;
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 { PutDetectorRequest, PutDetectorResult } from "../models/models_0";
14
+ export interface PutDetectorCommandInput extends PutDetectorRequest {}
15
+ export interface PutDetectorCommandOutput
16
+ extends PutDetectorResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutDetectorCommand extends $Command<
20
+ PutDetectorCommandInput,
21
+ PutDetectorCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: PutDetectorCommandInput;
25
+ constructor(input: PutDetectorCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutDetectorCommandInput, PutDetectorCommandOutput>;
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 { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0";
5
- export interface PutEntityTypeCommandInput extends PutEntityTypeRequest {
6
- }
7
- export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutEntityTypeCommand extends $Command<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: PutEntityTypeCommandInput;
12
- constructor(input: PutEntityTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEntityTypeCommandInput, PutEntityTypeCommandOutput>;
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 { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0";
14
+ export interface PutEntityTypeCommandInput extends PutEntityTypeRequest {}
15
+ export interface PutEntityTypeCommandOutput
16
+ extends PutEntityTypeResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutEntityTypeCommand extends $Command<
20
+ PutEntityTypeCommandInput,
21
+ PutEntityTypeCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: PutEntityTypeCommandInput;
25
+ constructor(input: PutEntityTypeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutEntityTypeCommandInput, PutEntityTypeCommandOutput>;
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 { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0";
5
- export interface PutEventTypeCommandInput extends PutEventTypeRequest {
6
- }
7
- export interface PutEventTypeCommandOutput extends PutEventTypeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutEventTypeCommand extends $Command<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: PutEventTypeCommandInput;
12
- constructor(input: PutEventTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEventTypeCommandInput, PutEventTypeCommandOutput>;
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 { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0";
14
+ export interface PutEventTypeCommandInput extends PutEventTypeRequest {}
15
+ export interface PutEventTypeCommandOutput
16
+ extends PutEventTypeResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutEventTypeCommand extends $Command<
20
+ PutEventTypeCommandInput,
21
+ PutEventTypeCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: PutEventTypeCommandInput;
25
+ constructor(input: PutEventTypeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutEventTypeCommandInput, PutEventTypeCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0";
5
- export interface PutExternalModelCommandInput extends PutExternalModelRequest {
6
- }
7
- export interface PutExternalModelCommandOutput extends PutExternalModelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutExternalModelCommand extends $Command<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: PutExternalModelCommandInput;
12
- constructor(input: PutExternalModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutExternalModelCommandInput, PutExternalModelCommandOutput>;
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
+ PutExternalModelRequest,
15
+ PutExternalModelResult,
16
+ } from "../models/models_0";
17
+ export interface PutExternalModelCommandInput extends PutExternalModelRequest {}
18
+ export interface PutExternalModelCommandOutput
19
+ extends PutExternalModelResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PutExternalModelCommand extends $Command<
23
+ PutExternalModelCommandInput,
24
+ PutExternalModelCommandOutput,
25
+ FraudDetectorClientResolvedConfig
26
+ > {
27
+ readonly input: PutExternalModelCommandInput;
28
+ constructor(input: PutExternalModelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: FraudDetectorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PutExternalModelCommandInput, PutExternalModelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0";
5
- export interface PutKMSEncryptionKeyCommandInput extends PutKMSEncryptionKeyRequest {
6
- }
7
- export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutKMSEncryptionKeyCommand extends $Command<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: PutKMSEncryptionKeyCommandInput;
12
- constructor(input: PutKMSEncryptionKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput>;
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
+ PutKMSEncryptionKeyRequest,
15
+ PutKMSEncryptionKeyResult,
16
+ } from "../models/models_0";
17
+ export interface PutKMSEncryptionKeyCommandInput
18
+ extends PutKMSEncryptionKeyRequest {}
19
+ export interface PutKMSEncryptionKeyCommandOutput
20
+ extends PutKMSEncryptionKeyResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutKMSEncryptionKeyCommand extends $Command<
24
+ PutKMSEncryptionKeyCommandInput,
25
+ PutKMSEncryptionKeyCommandOutput,
26
+ FraudDetectorClientResolvedConfig
27
+ > {
28
+ readonly input: PutKMSEncryptionKeyCommandInput;
29
+ constructor(input: PutKMSEncryptionKeyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FraudDetectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { PutLabelRequest, PutLabelResult } from "../models/models_0";
5
- export interface PutLabelCommandInput extends PutLabelRequest {
6
- }
7
- export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutLabelCommand extends $Command<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: PutLabelCommandInput;
12
- constructor(input: PutLabelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLabelCommandInput, PutLabelCommandOutput>;
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 { PutLabelRequest, PutLabelResult } from "../models/models_0";
14
+ export interface PutLabelCommandInput extends PutLabelRequest {}
15
+ export interface PutLabelCommandOutput
16
+ extends PutLabelResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutLabelCommand extends $Command<
20
+ PutLabelCommandInput,
21
+ PutLabelCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: PutLabelCommandInput;
25
+ constructor(input: PutLabelCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutLabelCommandInput, PutLabelCommandOutput>;
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 { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
5
- export interface PutOutcomeCommandInput extends PutOutcomeRequest {
6
- }
7
- export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutOutcomeCommand extends $Command<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
11
- readonly input: PutOutcomeCommandInput;
12
- constructor(input: PutOutcomeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutOutcomeCommandInput, PutOutcomeCommandOutput>;
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 { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
14
+ export interface PutOutcomeCommandInput extends PutOutcomeRequest {}
15
+ export interface PutOutcomeCommandOutput
16
+ extends PutOutcomeResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutOutcomeCommand extends $Command<
20
+ PutOutcomeCommandInput,
21
+ PutOutcomeCommandOutput,
22
+ FraudDetectorClientResolvedConfig
23
+ > {
24
+ readonly input: PutOutcomeCommandInput;
25
+ constructor(input: PutOutcomeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FraudDetectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutOutcomeCommandInput, PutOutcomeCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }