@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
@@ -81,15 +81,24 @@ import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from
81
81
  import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
82
82
  import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
83
83
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
84
+ /**
85
+ * @public
86
+ */
84
87
  export type ServiceInputTypes = BatchCreateVariableCommandInput | BatchGetVariableCommandInput | CancelBatchImportJobCommandInput | CancelBatchPredictionJobCommandInput | CreateBatchImportJobCommandInput | CreateBatchPredictionJobCommandInput | CreateDetectorVersionCommandInput | CreateListCommandInput | CreateModelCommandInput | CreateModelVersionCommandInput | CreateRuleCommandInput | CreateVariableCommandInput | DeleteBatchImportJobCommandInput | DeleteBatchPredictionJobCommandInput | DeleteDetectorCommandInput | DeleteDetectorVersionCommandInput | DeleteEntityTypeCommandInput | DeleteEventCommandInput | DeleteEventTypeCommandInput | DeleteEventsByEventTypeCommandInput | DeleteExternalModelCommandInput | DeleteLabelCommandInput | DeleteListCommandInput | DeleteModelCommandInput | DeleteModelVersionCommandInput | DeleteOutcomeCommandInput | DeleteRuleCommandInput | DeleteVariableCommandInput | DescribeDetectorCommandInput | DescribeModelVersionsCommandInput | GetBatchImportJobsCommandInput | GetBatchPredictionJobsCommandInput | GetDeleteEventsByEventTypeStatusCommandInput | GetDetectorVersionCommandInput | GetDetectorsCommandInput | GetEntityTypesCommandInput | GetEventCommandInput | GetEventPredictionCommandInput | GetEventPredictionMetadataCommandInput | GetEventTypesCommandInput | GetExternalModelsCommandInput | GetKMSEncryptionKeyCommandInput | GetLabelsCommandInput | GetListElementsCommandInput | GetListsMetadataCommandInput | GetModelVersionCommandInput | GetModelsCommandInput | GetOutcomesCommandInput | GetRulesCommandInput | GetVariablesCommandInput | ListEventPredictionsCommandInput | ListTagsForResourceCommandInput | PutDetectorCommandInput | PutEntityTypeCommandInput | PutEventTypeCommandInput | PutExternalModelCommandInput | PutKMSEncryptionKeyCommandInput | PutLabelCommandInput | PutOutcomeCommandInput | SendEventCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDetectorVersionCommandInput | UpdateDetectorVersionMetadataCommandInput | UpdateDetectorVersionStatusCommandInput | UpdateEventLabelCommandInput | UpdateListCommandInput | UpdateModelCommandInput | UpdateModelVersionCommandInput | UpdateModelVersionStatusCommandInput | UpdateRuleMetadataCommandInput | UpdateRuleVersionCommandInput | UpdateVariableCommandInput;
88
+ /**
89
+ * @public
90
+ */
85
91
  export type ServiceOutputTypes = BatchCreateVariableCommandOutput | BatchGetVariableCommandOutput | CancelBatchImportJobCommandOutput | CancelBatchPredictionJobCommandOutput | CreateBatchImportJobCommandOutput | CreateBatchPredictionJobCommandOutput | CreateDetectorVersionCommandOutput | CreateListCommandOutput | CreateModelCommandOutput | CreateModelVersionCommandOutput | CreateRuleCommandOutput | CreateVariableCommandOutput | DeleteBatchImportJobCommandOutput | DeleteBatchPredictionJobCommandOutput | DeleteDetectorCommandOutput | DeleteDetectorVersionCommandOutput | DeleteEntityTypeCommandOutput | DeleteEventCommandOutput | DeleteEventTypeCommandOutput | DeleteEventsByEventTypeCommandOutput | DeleteExternalModelCommandOutput | DeleteLabelCommandOutput | DeleteListCommandOutput | DeleteModelCommandOutput | DeleteModelVersionCommandOutput | DeleteOutcomeCommandOutput | DeleteRuleCommandOutput | DeleteVariableCommandOutput | DescribeDetectorCommandOutput | DescribeModelVersionsCommandOutput | GetBatchImportJobsCommandOutput | GetBatchPredictionJobsCommandOutput | GetDeleteEventsByEventTypeStatusCommandOutput | GetDetectorVersionCommandOutput | GetDetectorsCommandOutput | GetEntityTypesCommandOutput | GetEventCommandOutput | GetEventPredictionCommandOutput | GetEventPredictionMetadataCommandOutput | GetEventTypesCommandOutput | GetExternalModelsCommandOutput | GetKMSEncryptionKeyCommandOutput | GetLabelsCommandOutput | GetListElementsCommandOutput | GetListsMetadataCommandOutput | GetModelVersionCommandOutput | GetModelsCommandOutput | GetOutcomesCommandOutput | GetRulesCommandOutput | GetVariablesCommandOutput | ListEventPredictionsCommandOutput | ListTagsForResourceCommandOutput | PutDetectorCommandOutput | PutEntityTypeCommandOutput | PutEventTypeCommandOutput | PutExternalModelCommandOutput | PutKMSEncryptionKeyCommandOutput | PutLabelCommandOutput | PutOutcomeCommandOutput | SendEventCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDetectorVersionCommandOutput | UpdateDetectorVersionMetadataCommandOutput | UpdateDetectorVersionStatusCommandOutput | UpdateEventLabelCommandOutput | UpdateListCommandOutput | UpdateModelCommandOutput | UpdateModelVersionCommandOutput | UpdateModelVersionStatusCommandOutput | UpdateRuleMetadataCommandOutput | UpdateRuleVersionCommandOutput | UpdateVariableCommandOutput;
92
+ /**
93
+ * @public
94
+ */
86
95
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
87
96
  /**
88
97
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
89
98
  */
90
99
  requestHandler?: __HttpHandler;
91
100
  /**
92
- * A constructor for a class implementing the {@link __Checksum} interface
101
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
93
102
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
94
103
  * @internal
95
104
  */
@@ -179,23 +188,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
179
188
  */
180
189
  logger?: __Logger;
181
190
  /**
182
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
191
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
183
192
  */
184
193
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
185
194
  }
195
+ /**
196
+ * @public
197
+ */
186
198
  type FraudDetectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
187
199
  /**
188
- * The configuration interface of FraudDetectorClient class constructor that set the region, credentials and other options.
200
+ * @public
201
+ *
202
+ * The configuration interface of FraudDetectorClient class constructor that set the region, credentials and other options.
189
203
  */
190
204
  export interface FraudDetectorClientConfig extends FraudDetectorClientConfigType {
191
205
  }
206
+ /**
207
+ * @public
208
+ */
192
209
  type FraudDetectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
193
210
  /**
194
- * The resolved configuration interface of FraudDetectorClient class. This is resolved and normalized from the {@link FraudDetectorClientConfig | constructor configuration interface}.
211
+ * @public
212
+ *
213
+ * The resolved configuration interface of FraudDetectorClient class. This is resolved and normalized from the {@link FraudDetectorClientConfig | constructor configuration interface}.
195
214
  */
196
215
  export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientResolvedConfigType {
197
216
  }
198
217
  /**
218
+ * @public
199
219
  * <p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need
200
220
  * detailed information about Amazon Fraud Detector API actions, data types, and errors. For
201
221
  * more information about Amazon Fraud Detector features, see the <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/">Amazon Fraud Detector User Guide</a>.</p>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchCreateVariableCommand}.
8
10
  */
9
11
  export interface BatchCreateVariableCommandInput extends BatchCreateVariableRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchCreateVariableCommand}.
13
17
  */
14
18
  export interface BatchCreateVariableCommandOutput extends BatchCreateVariableResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a batch of 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 BatchCreateVariableCommandOutput extends BatchCreateVariableRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchCreateVariableCommandInput - {@link BatchCreateVariableCommandInput}
34
+ * @returns {@link BatchCreateVariableCommandOutput}
28
35
  * @see {@link BatchCreateVariableCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchCreateVariableCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
46
53
  export declare class BatchCreateVariableCommand extends $Command<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
47
54
  readonly input: BatchCreateVariableCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: BatchCreateVariableCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput>;
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 { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetVariableCommand}.
8
10
  */
9
11
  export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetVariableCommand}.
13
17
  */
14
18
  export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a batch of 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 BatchGetVariableCommandOutput extends BatchGetVariableResult, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchGetVariableCommandInput - {@link BatchGetVariableCommandInput}
34
+ * @returns {@link BatchGetVariableCommandOutput}
28
35
  * @see {@link BatchGetVariableCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchGetVariableCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
46
53
  export declare class BatchGetVariableCommand extends $Command<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig> {
47
54
  readonly input: BatchGetVariableCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: BatchGetVariableCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetVariableCommandInput, BatchGetVariableCommandOutput>;
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 { CancelBatchImportJobRequest, CancelBatchImportJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelBatchImportJobCommand}.
8
10
  */
9
11
  export interface CancelBatchImportJobCommandInput extends CancelBatchImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelBatchImportJobCommand}.
13
17
  */
14
18
  export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Cancels an in-progress batch import job.</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 CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelBatchImportJobCommandInput - {@link CancelBatchImportJobCommandInput}
34
+ * @returns {@link CancelBatchImportJobCommandOutput}
28
35
  * @see {@link CancelBatchImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelBatchImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
49
56
  export declare class CancelBatchImportJobCommand extends $Command<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: CancelBatchImportJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CancelBatchImportJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput>;
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 { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelBatchPredictionJobCommand}.
8
10
  */
9
11
  export interface CancelBatchPredictionJobCommandInput extends CancelBatchPredictionJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelBatchPredictionJobCommand}.
13
17
  */
14
18
  export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredictionJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels the specified batch prediction job.</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 CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelBatchPredictionJobCommandInput - {@link CancelBatchPredictionJobCommandInput}
34
+ * @returns {@link CancelBatchPredictionJobCommandOutput}
28
35
  * @see {@link CancelBatchPredictionJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelBatchPredictionJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
49
56
  export declare class CancelBatchPredictionJobCommand extends $Command<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: CancelBatchPredictionJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CancelBatchPredictionJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput>;
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 { CreateBatchImportJobRequest, CreateBatchImportJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBatchImportJobCommand}.
8
10
  */
9
11
  export interface CreateBatchImportJobCommandInput extends CreateBatchImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBatchImportJobCommand}.
13
17
  */
14
18
  export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a batch import job. </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 CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateBatchImportJobCommandInput - {@link CreateBatchImportJobCommandInput}
34
+ * @returns {@link CreateBatchImportJobCommandOutput}
28
35
  * @see {@link CreateBatchImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateBatchImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
49
56
  export declare class CreateBatchImportJobCommand extends $Command<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: CreateBatchImportJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateBatchImportJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput>;
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 { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBatchPredictionJobCommand}.
8
10
  */
9
11
  export interface CreateBatchPredictionJobCommandInput extends CreateBatchPredictionJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBatchPredictionJobCommand}.
13
17
  */
14
18
  export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredictionJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a batch prediction job.</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 CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateBatchPredictionJobCommandInput - {@link CreateBatchPredictionJobCommandInput}
34
+ * @returns {@link CreateBatchPredictionJobCommandOutput}
28
35
  * @see {@link CreateBatchPredictionJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateBatchPredictionJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
49
56
  export declare class CreateBatchPredictionJobCommand extends $Command<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: CreateBatchPredictionJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateBatchPredictionJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput>;
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 { CreateDetectorVersionRequest, CreateDetectorVersionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDetectorVersionCommand}.
8
10
  */
9
11
  export interface CreateDetectorVersionCommandInput extends CreateDetectorVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDetectorVersionCommand}.
13
17
  */
14
18
  export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a detector version. The detector version starts in a <code>DRAFT</code> status.</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 CreateDetectorVersionCommandOutput extends CreateDetectorVersio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDetectorVersionCommandInput - {@link CreateDetectorVersionCommandInput}
34
+ * @returns {@link CreateDetectorVersionCommandOutput}
28
35
  * @see {@link CreateDetectorVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDetectorVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
49
56
  export declare class CreateDetectorVersionCommand extends $Command<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
50
57
  readonly input: CreateDetectorVersionCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateDetectorVersionCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput>;
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 { CreateListRequest, CreateListResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateListCommand}.
8
10
  */
9
11
  export interface CreateListCommandInput extends CreateListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateListCommand}.
13
17
  */
14
18
  export interface CreateListCommandOutput extends CreateListResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a list.
19
24
  * </p>
@@ -29,6 +34,8 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateListCommandInput - {@link CreateListCommandInput}
38
+ * @returns {@link CreateListCommandOutput}
32
39
  * @see {@link CreateListCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateListCommandOutput} for command's `response` shape.
34
41
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -50,11 +57,20 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
50
57
  export declare class CreateListCommand extends $Command<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig> {
51
58
  readonly input: CreateListCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: CreateListCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateListCommandInput, CreateListCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateModelRequest, CreateModelResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateModelCommand}.
8
10
  */
9
11
  export interface CreateModelCommandInput extends CreateModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateModelCommand}.
13
17
  */
14
18
  export interface CreateModelCommandOutput extends CreateModelResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a model using the specified model type.</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 CreateModelCommandOutput extends CreateModelResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateModelCommandInput - {@link CreateModelCommandInput}
34
+ * @returns {@link CreateModelCommandOutput}
28
35
  * @see {@link CreateModelCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateModelCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
46
53
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig> {
47
54
  readonly input: CreateModelCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateModelCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
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 { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateModelVersionCommand}.
8
10
  */
9
11
  export interface CreateModelVersionCommandInput extends CreateModelVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateModelVersionCommand}.
13
17
  */
14
18
  export interface CreateModelVersionCommandOutput extends CreateModelVersionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a version of the model using the specified model type and model id.
18
23
  * </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateModelVersionCommandInput - {@link CreateModelVersionCommandInput}
35
+ * @returns {@link CreateModelVersionCommandOutput}
29
36
  * @see {@link CreateModelVersionCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateModelVersionCommandOutput} for command's `response` shape.
31
38
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -50,11 +57,20 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
50
57
  export declare class CreateModelVersionCommand extends $Command<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
51
58
  readonly input: CreateModelVersionCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: CreateModelVersionCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelVersionCommandInput, CreateModelVersionCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRuleCommand}.
8
10
  */
9
11
  export interface CreateRuleCommandInput extends CreateRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRuleCommand}.
13
17
  */
14
18
  export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a rule for use with the specified 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 CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateRuleCommandInput - {@link CreateRuleCommandInput}
34
+ * @returns {@link CreateRuleCommandOutput}
28
35
  * @see {@link CreateRuleCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateRuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
46
53
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig> {
47
54
  readonly input: CreateRuleCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateRuleCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }