@aws-sdk/client-frauddetector 3.288.0 → 3.290.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 (74) hide show
  1. package/dist-types/commands/BatchCreateVariableCommand.d.ts +13 -0
  2. package/dist-types/commands/BatchGetVariableCommand.d.ts +13 -0
  3. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateListCommand.d.ts +13 -0
  9. package/dist-types/commands/CreateModelCommand.d.ts +13 -0
  10. package/dist-types/commands/CreateModelVersionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateRuleCommand.d.ts +13 -0
  12. package/dist-types/commands/CreateVariableCommand.d.ts +13 -0
  13. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +13 -0
  14. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +13 -0
  15. package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteEventCommand.d.ts +13 -0
  19. package/dist-types/commands/DeleteEventTypeCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +19 -0
  21. package/dist-types/commands/DeleteExternalModelCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteLabelCommand.d.ts +13 -0
  23. package/dist-types/commands/DeleteListCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteModelVersionCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteOutcomeCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteVariableCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +16 -0
  31. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +16 -0
  32. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +16 -0
  33. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDetectorVersionCommand.d.ts +16 -0
  35. package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetEntityTypesCommand.d.ts +16 -0
  37. package/dist-types/commands/GetEventCommand.d.ts +16 -0
  38. package/dist-types/commands/GetEventPredictionCommand.d.ts +22 -0
  39. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +16 -0
  40. package/dist-types/commands/GetEventTypesCommand.d.ts +16 -0
  41. package/dist-types/commands/GetExternalModelsCommand.d.ts +16 -0
  42. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +13 -0
  43. package/dist-types/commands/GetLabelsCommand.d.ts +16 -0
  44. package/dist-types/commands/GetListElementsCommand.d.ts +16 -0
  45. package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
  46. package/dist-types/commands/GetModelVersionCommand.d.ts +16 -0
  47. package/dist-types/commands/GetModelsCommand.d.ts +16 -0
  48. package/dist-types/commands/GetOutcomesCommand.d.ts +16 -0
  49. package/dist-types/commands/GetRulesCommand.d.ts +16 -0
  50. package/dist-types/commands/GetVariablesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEventPredictionsCommand.d.ts +13 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  53. package/dist-types/commands/PutDetectorCommand.d.ts +16 -0
  54. package/dist-types/commands/PutEntityTypeCommand.d.ts +16 -0
  55. package/dist-types/commands/PutEventTypeCommand.d.ts +16 -0
  56. package/dist-types/commands/PutExternalModelCommand.d.ts +16 -0
  57. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +19 -0
  58. package/dist-types/commands/PutLabelCommand.d.ts +16 -0
  59. package/dist-types/commands/PutOutcomeCommand.d.ts +16 -0
  60. package/dist-types/commands/SendEventCommand.d.ts +19 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +13 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
  63. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +19 -0
  64. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +19 -0
  66. package/dist-types/commands/UpdateEventLabelCommand.d.ts +19 -0
  67. package/dist-types/commands/UpdateListCommand.d.ts +19 -0
  68. package/dist-types/commands/UpdateModelCommand.d.ts +19 -0
  69. package/dist-types/commands/UpdateModelVersionCommand.d.ts +19 -0
  70. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +19 -0
  71. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +19 -0
  72. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +19 -0
  73. package/dist-types/commands/UpdateVariableCommand.d.ts +19 -0
  74. package/package.json +29 -29
@@ -29,6 +29,19 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
29
29
  * @see {@link BatchCreateVariableCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>An exception indicating a throttling error.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>An exception indicating a specified value is not allowed.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class BatchCreateVariableCommand extends $Command<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: BatchCreateVariableCommandInput;
@@ -29,6 +29,19 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
29
29
  * @see {@link BatchGetVariableCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>An exception indicating a throttling error.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>An exception indicating a specified value is not allowed.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class BatchGetVariableCommand extends $Command<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: BatchGetVariableCommandInput;
@@ -29,6 +29,22 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
29
29
  * @see {@link CancelBatchImportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>An exception indicating the specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>An exception indicating a throttling error.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An exception indicating a specified value is not allowed.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CancelBatchImportJobCommand extends $Command<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: CancelBatchImportJobCommandInput;
@@ -29,6 +29,22 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
29
29
  * @see {@link CancelBatchPredictionJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>An exception indicating the specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>An exception indicating a throttling error.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An exception indicating a specified value is not allowed.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CancelBatchPredictionJobCommand extends $Command<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: CancelBatchPredictionJobCommandInput;
@@ -29,6 +29,22 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
29
29
  * @see {@link CreateBatchImportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>An exception indicating the specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>An exception indicating a throttling error.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An exception indicating a specified value is not allowed.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateBatchImportJobCommand extends $Command<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: CreateBatchImportJobCommandInput;
@@ -29,6 +29,22 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
29
29
  * @see {@link CreateBatchPredictionJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>An exception indicating the specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>An exception indicating a throttling error.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An exception indicating a specified value is not allowed.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateBatchPredictionJobCommand extends $Command<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: CreateBatchPredictionJobCommandInput;
@@ -29,6 +29,22 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
29
29
  * @see {@link CreateDetectorVersionCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>An exception indicating the specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>An exception indicating a throttling error.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An exception indicating a specified value is not allowed.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateDetectorVersionCommand extends $Command<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: CreateDetectorVersionCommandInput;
@@ -33,6 +33,19 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
33
33
  * @see {@link CreateListCommandOutput} for command's `response` shape.
34
34
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An exception indicating an internal server error.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>An exception indicating a throttling error.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>An exception indicating a specified value is not allowed.</p>
47
+ *
48
+ *
36
49
  */
37
50
  export declare class CreateListCommand extends $Command<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig> {
38
51
  readonly input: CreateListCommandInput;
@@ -29,6 +29,19 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
29
29
  * @see {@link CreateModelCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>An exception indicating a throttling error.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>An exception indicating a specified value is not allowed.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: CreateModelCommandInput;
@@ -30,6 +30,22 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
30
30
  * @see {@link CreateModelVersionCommandOutput} for command's `response` shape.
31
31
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An exception indicating an internal server error.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>An exception indicating the specified resource was not found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>An exception indicating a throttling error.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>An exception indicating a specified value is not allowed.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class CreateModelVersionCommand extends $Command<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
35
51
  readonly input: CreateModelVersionCommandInput;
@@ -29,6 +29,19 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
29
29
  * @see {@link CreateRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>An exception indicating a throttling error.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>An exception indicating a specified value is not allowed.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: CreateRuleCommandInput;
@@ -29,6 +29,19 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
29
29
  * @see {@link CreateVariableCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>An exception indicating a throttling error.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>An exception indicating a specified value is not allowed.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class CreateVariableCommand extends $Command<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: CreateVariableCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
29
29
  * @see {@link DeleteBatchImportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>An exception indicating a throttling error.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>An exception indicating a specified value is not allowed.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteBatchImportJobCommand extends $Command<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: DeleteBatchImportJobCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
29
29
  * @see {@link DeleteBatchPredictionJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception indicating an internal server error.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>An exception indicating a throttling error.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>An exception indicating a specified value is not allowed.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteBatchPredictionJobCommand extends $Command<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: DeleteBatchPredictionJobCommandInput;
@@ -30,6 +30,22 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
30
30
  * @see {@link DeleteDetectorCommandOutput} for command's `response` shape.
31
31
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An exception indicating an internal server error.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>An exception indicating a throttling error.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>An exception indicating a specified value is not allowed.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
35
51
  readonly input: DeleteDetectorCommandInput;
@@ -30,6 +30,25 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
30
30
  * @see {@link DeleteDetectorVersionCommandOutput} for command's `response` shape.
31
31
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An exception indicating an internal server error.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>An exception indicating the specified resource was not found.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>An exception indicating a throttling error.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>An exception indicating a specified value is not allowed.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class DeleteDetectorVersionCommand extends $Command<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
35
54
  readonly input: DeleteDetectorVersionCommandInput;
@@ -31,6 +31,22 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
31
31
  * @see {@link DeleteEntityTypeCommandOutput} for command's `response` shape.
32
32
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>An exception indicating a throttling error.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>An exception indicating a specified value is not allowed.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class DeleteEntityTypeCommand extends $Command<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: DeleteEntityTypeCommandInput;
@@ -30,6 +30,19 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
30
30
  * @see {@link DeleteEventCommandOutput} for command's `response` shape.
31
31
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An exception indicating an internal server error.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>An exception indicating a throttling error.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>An exception indicating a specified value is not allowed.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class DeleteEventCommand extends $Command<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig> {
35
48
  readonly input: DeleteEventCommandInput;
@@ -31,6 +31,22 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
31
31
  * @see {@link DeleteEventTypeCommandOutput} for command's `response` shape.
32
32
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>An exception indicating a throttling error.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>An exception indicating a specified value is not allowed.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class DeleteEventTypeCommand extends $Command<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: DeleteEventTypeCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
29
29
  * @see {@link DeleteEventsByEventTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception indicating an internal server error.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>An exception indicating the specified resource was not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>An exception indicating a throttling error.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>An exception indicating a specified value is not allowed.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteEventsByEventTypeCommand extends $Command<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: DeleteEventsByEventTypeCommandInput;
@@ -30,6 +30,22 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
30
30
  * @see {@link DeleteExternalModelCommandOutput} for command's `response` shape.
31
31
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An exception indicating an internal server error.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>An exception indicating a throttling error.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>An exception indicating a specified value is not allowed.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class DeleteExternalModelCommand extends $Command<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
35
51
  readonly input: DeleteExternalModelCommandInput;
@@ -32,6 +32,19 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
32
32
  * @see {@link DeleteLabelCommandOutput} for command's `response` shape.
33
33
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
34
34
  *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception indicating an internal server error.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>An exception indicating a throttling error.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An exception indicating a specified value is not allowed.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class DeleteLabelCommand extends $Command<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig> {
37
50
  readonly input: DeleteLabelCommandInput;
@@ -32,6 +32,22 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
32
32
  * @see {@link DeleteListCommandOutput} for command's `response` shape.
33
33
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
37
+ *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An exception indicating an internal server error.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>An exception indicating a throttling error.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>An exception indicating a specified value is not allowed.</p>
49
+ *
50
+ *
35
51
  */
36
52
  export declare class DeleteListCommand extends $Command<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig> {
37
53
  readonly input: DeleteListCommandInput;
@@ -31,6 +31,22 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
31
31
  * @see {@link DeleteModelCommandOutput} for command's `response` shape.
32
32
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>An exception indicating a throttling error.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>An exception indicating a specified value is not allowed.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: DeleteModelCommandInput;
@@ -31,6 +31,22 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
31
31
  * @see {@link DeleteModelVersionCommandOutput} for command's `response` shape.
32
32
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>An exception indicating a throttling error.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>An exception indicating a specified value is not allowed.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class DeleteModelVersionCommand extends $Command<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: DeleteModelVersionCommandInput;
@@ -31,6 +31,22 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
31
31
  * @see {@link DeleteOutcomeCommandOutput} for command's `response` shape.
32
32
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>An exception indicating a throttling error.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>An exception indicating a specified value is not allowed.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class DeleteOutcomeCommand extends $Command<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: DeleteOutcomeCommandInput;
@@ -30,6 +30,22 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
30
30
  * @see {@link DeleteRuleCommandOutput} for command's `response` shape.
31
31
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as <code>PutExternalModel</code>, that specifies a role that is not in your account.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An exception indicating an internal server error.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>An exception indicating a throttling error.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>An exception indicating a specified value is not allowed.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig> {
35
51
  readonly input: DeleteRuleCommandInput;