@aws-sdk/client-frauddetector 3.295.0 → 3.297.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 (95) hide show
  1. package/dist-types/FraudDetector.d.ts +78 -4
  2. package/dist-types/FraudDetectorClient.d.ts +24 -4
  3. package/dist-types/commands/BatchCreateVariableCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchGetVariableCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateListCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateModelVersionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateVariableCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEventCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEventTypeCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteExternalModelCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteListCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteModelVersionCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteOutcomeCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteVariableCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +16 -0
  33. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +16 -0
  34. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDetectorVersionCommand.d.ts +16 -0
  37. package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
  38. package/dist-types/commands/GetEntityTypesCommand.d.ts +16 -0
  39. package/dist-types/commands/GetEventCommand.d.ts +16 -0
  40. package/dist-types/commands/GetEventPredictionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +16 -0
  42. package/dist-types/commands/GetEventTypesCommand.d.ts +16 -0
  43. package/dist-types/commands/GetExternalModelsCommand.d.ts +16 -0
  44. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +16 -0
  45. package/dist-types/commands/GetLabelsCommand.d.ts +16 -0
  46. package/dist-types/commands/GetListElementsCommand.d.ts +16 -0
  47. package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
  48. package/dist-types/commands/GetModelVersionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetModelsCommand.d.ts +16 -0
  50. package/dist-types/commands/GetOutcomesCommand.d.ts +16 -0
  51. package/dist-types/commands/GetRulesCommand.d.ts +16 -0
  52. package/dist-types/commands/GetVariablesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListEventPredictionsCommand.d.ts +20 -4
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/PutDetectorCommand.d.ts +16 -0
  56. package/dist-types/commands/PutEntityTypeCommand.d.ts +16 -0
  57. package/dist-types/commands/PutEventTypeCommand.d.ts +16 -0
  58. package/dist-types/commands/PutExternalModelCommand.d.ts +16 -0
  59. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +16 -0
  60. package/dist-types/commands/PutLabelCommand.d.ts +16 -0
  61. package/dist-types/commands/PutOutcomeCommand.d.ts +16 -0
  62. package/dist-types/commands/SendEventCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateEventLabelCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateListCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateModelVersionCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateVariableCommand.d.ts +16 -0
  76. package/dist-types/models/FraudDetectorServiceException.d.ts +2 -0
  77. package/dist-types/models/models_0.d.ts +560 -1
  78. package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/GetDetectorsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/GetEntityTypesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/GetEventTypesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/GetExternalModelsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/GetLabelsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetListElementsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/GetListsMetadataPaginator.d.ts +3 -0
  88. package/dist-types/pagination/GetModelsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/GetOutcomesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/GetRulesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/GetVariablesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/Interfaces.d.ts +3 -0
  93. package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  95. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetVariablesRequest, GetVariablesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetVariablesCommand}.
8
10
  */
9
11
  export interface GetVariablesCommandInput extends GetVariablesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetVariablesCommand}.
13
17
  */
14
18
  export interface GetVariablesCommandOutput extends GetVariablesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets all of the variables or the specific variable. This is a
18
23
  * paginated API. Providing null <code>maxSizePerPage</code> results in retrieving maximum of
19
24
  * 100 records per page. If you provide <code>maxSizePerPage</code> the value must be between
@@ -30,6 +35,8 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param GetVariablesCommandInput - {@link GetVariablesCommandInput}
39
+ * @returns {@link GetVariablesCommandOutput}
33
40
  * @see {@link GetVariablesCommandInput} for command's `input` shape.
34
41
  * @see {@link GetVariablesCommandOutput} for command's `response` shape.
35
42
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -54,11 +61,20 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
54
61
  export declare class GetVariablesCommand extends $Command<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig> {
55
62
  readonly input: GetVariablesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetVariablesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVariablesCommandInput, GetVariablesCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,23 +4,28 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEventPredictionsCommand}.
8
10
  */
9
11
  export interface ListEventPredictionsCommandInput extends ListEventPredictionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEventPredictionsCommand}.
13
17
  */
14
18
  export interface ListEventPredictionsCommandOutput extends ListEventPredictionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period.
18
23
  * If filter is not specified, the most recent prediction is returned.</p>
19
24
  * <p>For example, the following filter lists all past predictions for <code>xyz</code> event type -
20
- * <code>{
21
- * "eventType":{
22
- * "value": "xyz" }”
23
- * } </code>
25
+ * <code>\{
26
+ * "eventType":\{
27
+ * "value": "xyz" \}”
28
+ * \} </code>
24
29
  * </p>
25
30
  * <p>This is a paginated API. If you provide a null <code>maxResults</code>, this action will retrieve a maximum of 10 records per page.
26
31
  * If you provide a <code>maxResults</code>, the value must be between 50 and 100. To get the next page results, provide
@@ -36,6 +41,8 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param ListEventPredictionsCommandInput - {@link ListEventPredictionsCommandInput}
45
+ * @returns {@link ListEventPredictionsCommandOutput}
39
46
  * @see {@link ListEventPredictionsCommandInput} for command's `input` shape.
40
47
  * @see {@link ListEventPredictionsCommandOutput} for command's `response` shape.
41
48
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
57
64
  export declare class ListEventPredictionsCommand extends $Command<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig> {
58
65
  readonly input: ListEventPredictionsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListEventPredictionsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the
18
23
  * response as part of your request. A null pagination token
19
24
  * fetches the records from the beginning. </p>
@@ -27,6 +32,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
36
+ * @returns {@link ListTagsForResourceCommandOutput}
30
37
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
48
55
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig> {
49
56
  readonly input: ListTagsForResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListTagsForResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { PutDetectorRequest, PutDetectorResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutDetectorCommand}.
8
10
  */
9
11
  export interface PutDetectorCommandInput extends PutDetectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutDetectorCommand}.
13
17
  */
14
18
  export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates a detector. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutDetectorCommandInput - {@link PutDetectorCommandInput}
34
+ * @returns {@link PutDetectorCommandOutput}
28
35
  * @see {@link PutDetectorCommandInput} for command's `input` shape.
29
36
  * @see {@link PutDetectorCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
49
56
  export declare class PutDetectorCommand extends $Command<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: PutDetectorCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: PutDetectorCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDetectorCommandInput, PutDetectorCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutEntityTypeCommand}.
8
10
  */
9
11
  export interface PutEntityTypeCommandInput extends PutEntityTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutEntityTypeCommand}.
13
17
  */
14
18
  export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutEntityTypeCommandInput - {@link PutEntityTypeCommandInput}
34
+ * @returns {@link PutEntityTypeCommandOutput}
28
35
  * @see {@link PutEntityTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link PutEntityTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
49
56
  export declare class PutEntityTypeCommand extends $Command<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: PutEntityTypeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: PutEntityTypeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEntityTypeCommandInput, PutEntityTypeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutEventTypeCommand}.
8
10
  */
9
11
  export interface PutEventTypeCommandInput extends PutEventTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutEventTypeCommand}.
13
17
  */
14
18
  export interface PutEventTypeCommandOutput extends PutEventTypeResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutEventTypeCommandInput - {@link PutEventTypeCommandInput}
34
+ * @returns {@link PutEventTypeCommandOutput}
28
35
  * @see {@link PutEventTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link PutEventTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
49
56
  export declare class PutEventTypeCommand extends $Command<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: PutEventTypeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: PutEventTypeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEventTypeCommandInput, PutEventTypeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutExternalModelCommand}.
8
10
  */
9
11
  export interface PutExternalModelCommandInput extends PutExternalModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutExternalModelCommand}.
13
17
  */
14
18
  export interface PutExternalModelCommandOutput extends PutExternalModelResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutExternalModelCommandInput - {@link PutExternalModelCommandInput}
34
+ * @returns {@link PutExternalModelCommandOutput}
28
35
  * @see {@link PutExternalModelCommandInput} for command's `input` shape.
29
36
  * @see {@link PutExternalModelCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
49
56
  export declare class PutExternalModelCommand extends $Command<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: PutExternalModelCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: PutExternalModelCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutExternalModelCommandInput, PutExternalModelCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutKMSEncryptionKeyCommand}.
8
10
  */
9
11
  export interface PutKMSEncryptionKeyCommandInput extends PutKMSEncryptionKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutKMSEncryptionKeyCommand}.
13
17
  */
14
18
  export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutKMSEncryptionKeyCommandInput - {@link PutKMSEncryptionKeyCommandInput}
34
+ * @returns {@link PutKMSEncryptionKeyCommandOutput}
28
35
  * @see {@link PutKMSEncryptionKeyCommandInput} for command's `input` shape.
29
36
  * @see {@link PutKMSEncryptionKeyCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -52,11 +59,20 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
52
59
  export declare class PutKMSEncryptionKeyCommand extends $Command<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
53
60
  readonly input: PutKMSEncryptionKeyCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: PutKMSEncryptionKeyCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { PutLabelRequest, PutLabelResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutLabelCommand}.
8
10
  */
9
11
  export interface PutLabelCommandInput extends PutLabelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutLabelCommand}.
13
17
  */
14
18
  export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutLabelCommandInput - {@link PutLabelCommandInput}
34
+ * @returns {@link PutLabelCommandOutput}
28
35
  * @see {@link PutLabelCommandInput} for command's `input` shape.
29
36
  * @see {@link PutLabelCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
49
56
  export declare class PutLabelCommand extends $Command<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: PutLabelCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: PutLabelCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLabelCommandInput, PutLabelCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutOutcomeCommand}.
8
10
  */
9
11
  export interface PutOutcomeCommandInput extends PutOutcomeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutOutcomeCommand}.
13
17
  */
14
18
  export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates an outcome. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutOutcomeCommandInput - {@link PutOutcomeCommandInput}
34
+ * @returns {@link PutOutcomeCommandOutput}
28
35
  * @see {@link PutOutcomeCommandInput} for command's `input` shape.
29
36
  * @see {@link PutOutcomeCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
49
56
  export declare class PutOutcomeCommand extends $Command<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: PutOutcomeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: PutOutcomeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutOutcomeCommandInput, PutOutcomeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { SendEventRequest, SendEventResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendEventCommand}.
8
10
  */
9
11
  export interface SendEventCommandInput extends SendEventRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendEventCommand}.
13
17
  */
14
18
  export interface SendEventCommandOutput extends SendEventResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stores events in Amazon Fraud Detector without generating fraud predictions for those events. For example, you can use <code>SendEvent</code> to upload a historical dataset, which you can then later use to train a model.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param SendEventCommandInput - {@link SendEventCommandInput}
34
+ * @returns {@link SendEventCommandOutput}
28
35
  * @see {@link SendEventCommandInput} for command's `input` shape.
29
36
  * @see {@link SendEventCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -52,11 +59,20 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
52
59
  export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig> {
53
60
  readonly input: SendEventCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: SendEventCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEventCommandInput, SendEventCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { TagResourceRequest, TagResourceResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Assigns tags to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
46
53
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
47
54
  readonly input: TagResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: TagResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }