@aws-sdk/client-frauddetector 3.289.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
@@ -32,6 +32,22 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
32
32
  * @see {@link DeleteVariableCommandOutput} 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 DeleteVariableCommand extends $Command<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig> {
37
53
  readonly input: DeleteVariableCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
29
29
  * @see {@link DescribeDetectorCommandOutput} 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 DescribeDetectorCommand extends $Command<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: DescribeDetectorCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
29
29
  * @see {@link DescribeModelVersionsCommandOutput} 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 DescribeModelVersionsCommand extends $Command<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: DescribeModelVersionsCommandInput;
@@ -32,6 +32,22 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
32
32
  * @see {@link GetBatchImportJobsCommandOutput} 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 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
+ *
35
51
  */
36
52
  export declare class GetBatchImportJobsCommand extends $Command<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig> {
37
53
  readonly input: GetBatchImportJobsCommandInput;
@@ -29,6 +29,22 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
29
29
  * @see {@link GetBatchPredictionJobsCommandOutput} 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 GetBatchPredictionJobsCommand extends $Command<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: GetBatchPredictionJobsCommandInput;
@@ -29,6 +29,22 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
29
29
  * @see {@link GetDeleteEventsByEventTypeStatusCommandOutput} 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 GetDeleteEventsByEventTypeStatusCommand extends $Command<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: GetDeleteEventsByEventTypeStatusCommandInput;
@@ -29,6 +29,22 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
29
29
  * @see {@link GetDetectorVersionCommandOutput} 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 GetDetectorVersionCommand extends $Command<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: GetDetectorVersionCommandInput;
@@ -34,6 +34,22 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
34
34
  * @see {@link GetDetectorsCommandOutput} for command's `response` shape.
35
35
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <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>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>An exception indicating the specified resource was not found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An exception indicating a throttling error.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>An exception indicating a specified value is not allowed.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class GetDetectorsCommand extends $Command<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig> {
39
55
  readonly input: GetDetectorsCommandInput;
@@ -34,6 +34,22 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
34
34
  * @see {@link GetEntityTypesCommandOutput} for command's `response` shape.
35
35
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <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>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>An exception indicating the specified resource was not found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An exception indicating a throttling error.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>An exception indicating a specified value is not allowed.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class GetEntityTypesCommand extends $Command<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig> {
39
55
  readonly input: GetEntityTypesCommandInput;
@@ -29,6 +29,22 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
29
29
  * @see {@link GetEventCommandOutput} 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 GetEventCommand extends $Command<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: GetEventCommandInput;
@@ -29,6 +29,28 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
29
29
  * @see {@link GetEventPredictionCommandOutput} 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 ResourceUnavailableException} (client fault)
45
+ * <p>An exception indicating that the attached customer-owned (external) model threw an exception when Amazon Fraud Detector invoked the model.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>An exception indicating a throttling error.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>An exception indicating a specified value is not allowed.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class GetEventPredictionCommand extends $Command<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig> {
34
56
  readonly input: GetEventPredictionCommandInput;
@@ -31,6 +31,22 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
31
31
  * @see {@link GetEventPredictionMetadataCommandOutput} 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 InternalServerException} (server fault)
38
+ * <p>An exception indicating an internal server error.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>An exception indicating the specified resource was not found.</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 GetEventPredictionMetadataCommand extends $Command<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: GetEventPredictionMetadataCommandInput;
@@ -34,6 +34,22 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
34
34
  * @see {@link GetEventTypesCommandOutput} for command's `response` shape.
35
35
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <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>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>An exception indicating the specified resource was not found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An exception indicating a throttling error.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>An exception indicating a specified value is not allowed.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class GetEventTypesCommand extends $Command<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig> {
39
55
  readonly input: GetEventTypesCommandInput;
@@ -34,6 +34,22 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
34
34
  * @see {@link GetExternalModelsCommandOutput} for command's `response` shape.
35
35
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <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>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>An exception indicating the specified resource was not found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An exception indicating a throttling error.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>An exception indicating a specified value is not allowed.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class GetExternalModelsCommand extends $Command<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig> {
39
55
  readonly input: GetExternalModelsCommandInput;
@@ -29,6 +29,19 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
29
29
  * @see {@link GetKMSEncryptionKeyCommandOutput} 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
+ *
32
45
  */
33
46
  export declare class GetKMSEncryptionKeyCommand extends $Command<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: GetKMSEncryptionKeyCommandInput;
@@ -34,6 +34,22 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
34
34
  * @see {@link GetLabelsCommandOutput} for command's `response` shape.
35
35
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <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>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>An exception indicating the specified resource was not found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An exception indicating a throttling error.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>An exception indicating a specified value is not allowed.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class GetLabelsCommand extends $Command<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig> {
39
55
  readonly input: GetLabelsCommandInput;
@@ -31,6 +31,22 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
31
31
  * @see {@link GetListElementsCommandOutput} 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 InternalServerException} (server fault)
38
+ * <p>An exception indicating an internal server error.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>An exception indicating the specified resource was not found.</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 GetListElementsCommand extends $Command<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: GetListElementsCommandInput;
@@ -31,6 +31,22 @@ export interface GetListsMetadataCommandOutput extends GetListsMetadataResult, _
31
31
  * @see {@link GetListsMetadataCommandOutput} 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 InternalServerException} (server fault)
38
+ * <p>An exception indicating an internal server error.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>An exception indicating the specified resource was not found.</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 GetListsMetadataCommand extends $Command<GetListsMetadataCommandInput, GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
36
52
  readonly input: GetListsMetadataCommandInput;
@@ -29,6 +29,22 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
29
29
  * @see {@link GetModelVersionCommandOutput} 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 GetModelVersionCommand extends $Command<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: GetModelVersionCommandInput;
@@ -35,6 +35,22 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
35
35
  * @see {@link GetModelsCommandOutput} for command's `response` shape.
36
36
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <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>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An exception indicating an internal server error.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>An exception indicating the specified resource was not found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>An exception indicating a throttling error.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>An exception indicating a specified value is not allowed.</p>
52
+ *
53
+ *
38
54
  */
39
55
  export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig> {
40
56
  readonly input: GetModelsCommandInput;
@@ -34,6 +34,22 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
34
34
  * @see {@link GetOutcomesCommandOutput} for command's `response` shape.
35
35
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <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>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>An exception indicating the specified resource was not found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An exception indicating a throttling error.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>An exception indicating a specified value is not allowed.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class GetOutcomesCommand extends $Command<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig> {
39
55
  readonly input: GetOutcomesCommandInput;
@@ -30,6 +30,22 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
30
30
  * @see {@link GetRulesCommandOutput} 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 GetRulesCommand extends $Command<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig> {
35
51
  readonly input: GetRulesCommandInput;
@@ -34,6 +34,22 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
34
34
  * @see {@link GetVariablesCommandOutput} for command's `response` shape.
35
35
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <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>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An exception indicating an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>An exception indicating the specified resource was not found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An exception indicating a throttling error.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>An exception indicating a specified value is not allowed.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class GetVariablesCommand extends $Command<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig> {
39
55
  readonly input: GetVariablesCommandInput;
@@ -40,6 +40,19 @@ export interface ListEventPredictionsCommandOutput extends ListEventPredictionsR
40
40
  * @see {@link ListEventPredictionsCommandOutput} for command's `response` shape.
41
41
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <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>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>An exception indicating an internal server error.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>An exception indicating a throttling error.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>An exception indicating a specified value is not allowed.</p>
54
+ *
55
+ *
43
56
  */
44
57
  export declare class ListEventPredictionsCommand extends $Command<ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig> {
45
58
  readonly input: ListEventPredictionsCommandInput;
@@ -31,6 +31,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * @see {@link ListTagsForResourceCommandOutput} 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 ResourceNotFoundException} (client fault)
38
+ * <p>An exception indicating the specified resource was not found.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>An exception indicating a throttling error.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>An exception indicating a specified value is not allowed.</p>
45
+ *
46
+ *
34
47
  */
35
48
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig> {
36
49
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,22 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
29
29
  * @see {@link PutDetectorCommandOutput} 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 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 PutDetectorCommand extends $Command<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: PutDetectorCommandInput;