@aws-sdk/client-frauddetector 3.289.0 → 3.292.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 +35 -40
@@ -29,6 +29,22 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
29
29
  * @see {@link PutEntityTypeCommandOutput} 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 PutEntityTypeCommand extends $Command<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: PutEntityTypeCommandInput;
@@ -29,6 +29,22 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
29
29
  * @see {@link PutEventTypeCommandOutput} 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 PutEventTypeCommand extends $Command<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: PutEventTypeCommandInput;
@@ -29,6 +29,22 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
29
29
  * @see {@link PutExternalModelCommandOutput} 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 PutExternalModelCommand extends $Command<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: PutExternalModelCommandInput;
@@ -29,6 +29,25 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
29
29
  * @see {@link PutKMSEncryptionKeyCommandOutput} 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 PutKMSEncryptionKeyCommand extends $Command<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: PutKMSEncryptionKeyCommandInput;
@@ -29,6 +29,22 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
29
29
  * @see {@link PutLabelCommandOutput} 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 PutLabelCommand extends $Command<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: PutLabelCommandInput;
@@ -29,6 +29,22 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
29
29
  * @see {@link PutOutcomeCommandOutput} 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 PutOutcomeCommand extends $Command<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
34
50
  readonly input: PutOutcomeCommandInput;
@@ -29,6 +29,25 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
29
29
  * @see {@link SendEventCommandOutput} 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 SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: SendEventCommandInput;
@@ -29,6 +29,19 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
29
29
  * @see {@link TagResourceCommandOutput} 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 ResourceNotFoundException} (client fault)
36
+ * <p>An exception indicating the specified resource was not found.</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 TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
29
29
  * @see {@link UntagResourceCommandOutput} 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 ResourceNotFoundException} (client fault)
36
+ * <p>An exception indicating the specified resource was not found.</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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
34
47
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
29
29
  * @see {@link UpdateDetectorVersionCommandOutput} 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 UpdateDetectorVersionCommand extends $Command<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: UpdateDetectorVersionCommandInput;
@@ -30,6 +30,22 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
30
30
  * @see {@link UpdateDetectorVersionMetadataCommandOutput} 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 UpdateDetectorVersionMetadataCommand extends $Command<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
35
51
  readonly input: UpdateDetectorVersionMetadataCommandInput;
@@ -30,6 +30,25 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
30
30
  * @see {@link UpdateDetectorVersionStatusCommandOutput} 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 UpdateDetectorVersionStatusCommand extends $Command<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
35
54
  readonly input: UpdateDetectorVersionStatusCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
29
29
  * @see {@link UpdateEventLabelCommandOutput} 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 UpdateEventLabelCommand extends $Command<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: UpdateEventLabelCommandInput;
@@ -31,6 +31,25 @@ export interface UpdateListCommandOutput extends UpdateListResult, __MetadataBea
31
31
  * @see {@link UpdateListCommandOutput} 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 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
+ *
34
53
  */
35
54
  export declare class UpdateListCommand extends $Command<UpdateListCommandInput, UpdateListCommandOutput, FraudDetectorClientResolvedConfig> {
36
55
  readonly input: UpdateListCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
29
29
  * @see {@link UpdateModelCommandOutput} 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 UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: UpdateModelCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
29
29
  * @see {@link UpdateModelVersionCommandOutput} 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 UpdateModelVersionCommand extends $Command<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: UpdateModelVersionCommandInput;
@@ -41,6 +41,25 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
41
41
  * @see {@link UpdateModelVersionStatusCommandOutput} for command's `response` shape.
42
42
  * @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
43
43
  *
44
+ * @throws {@link AccessDeniedException} (client fault)
45
+ * <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>
46
+ *
47
+ * @throws {@link ConflictException} (client fault)
48
+ * <p>An exception indicating there was a conflict during a delete operation.</p>
49
+ *
50
+ * @throws {@link InternalServerException} (server fault)
51
+ * <p>An exception indicating an internal server error.</p>
52
+ *
53
+ * @throws {@link ResourceNotFoundException} (client fault)
54
+ * <p>An exception indicating the specified resource was not found.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>An exception indicating a throttling error.</p>
58
+ *
59
+ * @throws {@link ValidationException} (client fault)
60
+ * <p>An exception indicating a specified value is not allowed.</p>
61
+ *
62
+ *
44
63
  */
45
64
  export declare class UpdateModelVersionStatusCommand extends $Command<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
46
65
  readonly input: UpdateModelVersionStatusCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
29
29
  * @see {@link UpdateRuleMetadataCommandOutput} 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 UpdateRuleMetadataCommand extends $Command<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: UpdateRuleMetadataCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
29
29
  * @see {@link UpdateRuleVersionCommandOutput} 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 UpdateRuleVersionCommand extends $Command<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: UpdateRuleVersionCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
29
29
  * @see {@link UpdateVariableCommandOutput} 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 UpdateVariableCommand extends $Command<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
34
53
  readonly input: UpdateVariableCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-frauddetector",
3
3
  "description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,55 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },