@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 { GetEventRequest, GetEventResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEventCommand}.
8
10
  */
9
11
  export interface GetEventCommandInput extends GetEventRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEventCommand}.
13
17
  */
14
18
  export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.</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 GetEventCommandOutput extends GetEventResult, __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetEventCommandInput - {@link GetEventCommandInput}
34
+ * @returns {@link GetEventCommandOutput}
28
35
  * @see {@link GetEventCommandInput} for command's `input` shape.
29
36
  * @see {@link GetEventCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
49
56
  export declare class GetEventCommand extends $Command<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: GetEventCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetEventCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventCommandInput, GetEventCommandOutput>;
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 { GetEventPredictionRequest, GetEventPredictionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEventPredictionCommand}.
8
10
  */
9
11
  export interface GetEventPredictionCommandInput extends GetEventPredictionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEventPredictionCommand}.
13
17
  */
14
18
  export interface GetEventPredictionCommandOutput extends GetEventPredictionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Evaluates an event against a detector version. If a version ID is not provided, the detector’s (<code>ACTIVE</code>) version is used.</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 GetEventPredictionCommandOutput extends GetEventPredictionResul
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetEventPredictionCommandInput - {@link GetEventPredictionCommandInput}
34
+ * @returns {@link GetEventPredictionCommandOutput}
28
35
  * @see {@link GetEventPredictionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetEventPredictionCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -55,11 +62,20 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
55
62
  export declare class GetEventPredictionCommand extends $Command<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig> {
56
63
  readonly input: GetEventPredictionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: GetEventPredictionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventPredictionCommandInput, GetEventPredictionCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetEventPredictionMetadataRequest, GetEventPredictionMetadataResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEventPredictionMetadataCommand}.
8
10
  */
9
11
  export interface GetEventPredictionMetadataCommandInput extends GetEventPredictionMetadataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEventPredictionMetadataCommand}.
13
17
  */
14
18
  export interface GetEventPredictionMetadataCommandOutput extends GetEventPredictionMetadataResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetEventPredictionMetadataCommandInput - {@link GetEventPredictionMetadataCommandInput}
36
+ * @returns {@link GetEventPredictionMetadataCommandOutput}
30
37
  * @see {@link GetEventPredictionMetadataCommandInput} for command's `input` shape.
31
38
  * @see {@link GetEventPredictionMetadataCommandOutput} for command's `response` shape.
32
39
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -51,11 +58,20 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
51
58
  export declare class GetEventPredictionMetadataCommand extends $Command<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
52
59
  readonly input: GetEventPredictionMetadataCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: GetEventPredictionMetadataCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetEventTypesRequest, GetEventTypesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEventTypesCommand}.
8
10
  */
9
11
  export interface GetEventTypesCommandInput extends GetEventTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEventTypesCommand}.
13
17
  */
14
18
  export interface GetEventTypesCommandOutput extends GetEventTypesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets all event types or a specific event type if name is provided. This is a paginated API. If you
18
23
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
19
24
  * per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
@@ -30,6 +35,8 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param GetEventTypesCommandInput - {@link GetEventTypesCommandInput}
39
+ * @returns {@link GetEventTypesCommandOutput}
33
40
  * @see {@link GetEventTypesCommandInput} for command's `input` shape.
34
41
  * @see {@link GetEventTypesCommandOutput} for command's `response` shape.
35
42
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -54,11 +61,20 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
54
61
  export declare class GetEventTypesCommand extends $Command<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig> {
55
62
  readonly input: GetEventTypesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetEventTypesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventTypesCommandInput, GetEventTypesCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetExternalModelsCommand}.
8
10
  */
9
11
  export interface GetExternalModelsCommandInput extends GetExternalModelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetExternalModelsCommand}.
13
17
  */
14
18
  export interface GetExternalModelsCommandOutput extends GetExternalModelsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the details for one or more Amazon SageMaker models that have been imported into the
18
23
  * service. This is a paginated API. If you provide a null <code>maxResults</code>, this
19
24
  * actions retrieves a maximum of 10 records per page. If you provide a
@@ -30,6 +35,8 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param GetExternalModelsCommandInput - {@link GetExternalModelsCommandInput}
39
+ * @returns {@link GetExternalModelsCommandOutput}
33
40
  * @see {@link GetExternalModelsCommandInput} for command's `input` shape.
34
41
  * @see {@link GetExternalModelsCommandOutput} for command's `response` shape.
35
42
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -54,11 +61,20 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
54
61
  export declare class GetExternalModelsCommand extends $Command<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig> {
55
62
  readonly input: GetExternalModelsCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetExternalModelsCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExternalModelsCommandInput, GetExternalModelsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetKMSEncryptionKeyResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetKMSEncryptionKeyCommand}.
8
10
  */
9
11
  export interface GetKMSEncryptionKeyCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetKMSEncryptionKeyCommand}.
13
17
  */
14
18
  export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the encryption key if a KMS key has been specified 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 GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetKMSEncryptionKeyCommandInput - {@link GetKMSEncryptionKeyCommandInput}
34
+ * @returns {@link GetKMSEncryptionKeyCommandOutput}
28
35
  * @see {@link GetKMSEncryptionKeyCommandInput} for command's `input` shape.
29
36
  * @see {@link GetKMSEncryptionKeyCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
46
53
  export declare class GetKMSEncryptionKeyCommand extends $Command<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
47
54
  readonly input: GetKMSEncryptionKeyCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetKMSEncryptionKeyCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetLabelsRequest, GetLabelsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetLabelsCommand}.
8
10
  */
9
11
  export interface GetLabelsCommandInput extends GetLabelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetLabelsCommand}.
13
17
  */
14
18
  export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets all labels or a specific label if name is provided. This is a paginated API. If you
18
23
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 50 records
19
24
  * per page. If you provide a <code>maxResults</code>, the value must be between 10 and 50.
@@ -30,6 +35,8 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param GetLabelsCommandInput - {@link GetLabelsCommandInput}
39
+ * @returns {@link GetLabelsCommandOutput}
33
40
  * @see {@link GetLabelsCommandInput} for command's `input` shape.
34
41
  * @see {@link GetLabelsCommandOutput} for command's `response` shape.
35
42
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -54,11 +61,20 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
54
61
  export declare class GetLabelsCommand extends $Command<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig> {
55
62
  readonly input: GetLabelsCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetLabelsCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLabelsCommandInput, GetLabelsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetListElementsRequest, GetListElementsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetListElementsCommand}.
8
10
  */
9
11
  export interface GetListElementsCommandInput extends GetListElementsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetListElementsCommand}.
13
17
  */
14
18
  export interface GetListElementsCommandOutput extends GetListElementsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Gets all the elements in the specified list.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetListElementsCommandInput - {@link GetListElementsCommandInput}
36
+ * @returns {@link GetListElementsCommandOutput}
30
37
  * @see {@link GetListElementsCommandInput} for command's `input` shape.
31
38
  * @see {@link GetListElementsCommandOutput} for command's `response` shape.
32
39
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -51,11 +58,20 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
51
58
  export declare class GetListElementsCommand extends $Command<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig> {
52
59
  readonly input: GetListElementsCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: GetListElementsCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetListElementsCommandInput, GetListElementsCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetListsMetadataRequest, GetListsMetadataResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetListsMetadataCommand}.
8
10
  */
9
11
  export interface GetListsMetadataCommandInput extends GetListsMetadataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetListsMetadataCommand}.
13
17
  */
14
18
  export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Gets the metadata of either all the lists under the account or the specified list.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetListsMetadataCommandInput - {@link GetListsMetadataCommandInput}
36
+ * @returns {@link GetListsMetadataCommandOutput}
30
37
  * @see {@link GetListsMetadataCommandInput} for command's `input` shape.
31
38
  * @see {@link GetListsMetadataCommandOutput} for command's `response` shape.
32
39
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -51,11 +58,20 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
51
58
  export declare class GetListsMetadataCommand extends $Command<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
52
59
  readonly input: GetListsMetadataCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: GetListsMetadataCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetListsMetadataCommandInput, GetListsMetadataCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetModelVersionRequest, GetModelVersionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetModelVersionCommand}.
8
10
  */
9
11
  export interface GetModelVersionCommandInput extends GetModelVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetModelVersionCommand}.
13
17
  */
14
18
  export interface GetModelVersionCommandOutput extends GetModelVersionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the details of the specified model version.</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 GetModelVersionCommandOutput extends GetModelVersionResult, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetModelVersionCommandInput - {@link GetModelVersionCommandInput}
34
+ * @returns {@link GetModelVersionCommandOutput}
28
35
  * @see {@link GetModelVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetModelVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
49
56
  export declare class GetModelVersionCommand extends $Command<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: GetModelVersionCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetModelVersionCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelVersionCommandInput, GetModelVersionCommandOutput>;
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 { GetModelsRequest, GetModelsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetModelsCommand}.
8
10
  */
9
11
  export interface GetModelsCommandInput extends GetModelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetModelsCommand}.
13
17
  */
14
18
  export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. </p>
18
23
  * <p>This is a paginated API. If you
19
24
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
@@ -31,6 +36,8 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param GetModelsCommandInput - {@link GetModelsCommandInput}
40
+ * @returns {@link GetModelsCommandOutput}
34
41
  * @see {@link GetModelsCommandInput} for command's `input` shape.
35
42
  * @see {@link GetModelsCommandOutput} for command's `response` shape.
36
43
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -55,11 +62,20 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
55
62
  export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig> {
56
63
  readonly input: GetModelsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: GetModelsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelsCommandInput, GetModelsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetOutcomesCommand}.
8
10
  */
9
11
  export interface GetOutcomesCommandInput extends GetOutcomesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetOutcomesCommand}.
13
17
  */
14
18
  export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets one or more outcomes. This is a paginated
18
23
  * API. If you provide a null <code>maxResults</code>, this actions retrieves a maximum of
19
24
  * 100 records per page. If you provide a <code>maxResults</code>, the value must be
@@ -30,6 +35,8 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param GetOutcomesCommandInput - {@link GetOutcomesCommandInput}
39
+ * @returns {@link GetOutcomesCommandOutput}
33
40
  * @see {@link GetOutcomesCommandInput} for command's `input` shape.
34
41
  * @see {@link GetOutcomesCommandOutput} for command's `response` shape.
35
42
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -54,11 +61,20 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
54
61
  export declare class GetOutcomesCommand extends $Command<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig> {
55
62
  readonly input: GetOutcomesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetOutcomesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutcomesCommandInput, GetOutcomesCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { GetRulesRequest, GetRulesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRulesCommand}.
8
10
  */
9
11
  export interface GetRulesCommandInput extends GetRulesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRulesCommand}.
13
17
  */
14
18
  export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get all rules for a detector (paginated) if <code>ruleId</code> and <code>ruleVersion</code> are not specified. Gets all rules for the detector and the <code>ruleId</code> if present (paginated). Gets a specific rule if both the <code>ruleId</code> and the <code>ruleVersion</code> are specified.</p>
18
23
  * <p>This is a paginated API. Providing null maxResults results in retrieving maximum of 100 records per page. If you provide maxResults the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetRulesResult as part of your request. Null pagination token fetches the records from the beginning.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetRulesCommandInput - {@link GetRulesCommandInput}
35
+ * @returns {@link GetRulesCommandOutput}
29
36
  * @see {@link GetRulesCommandInput} for command's `input` shape.
30
37
  * @see {@link GetRulesCommandOutput} for command's `response` shape.
31
38
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -50,11 +57,20 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
50
57
  export declare class GetRulesCommand extends $Command<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig> {
51
58
  readonly input: GetRulesCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: GetRulesCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRulesCommandInput, GetRulesCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }