Skip to content

Commit ea9b72e

Browse files
author
AWS
committed
Amazon Fraud Detector Update: Documentation Updates for Amazon Fraud Detector
1 parent 7c0cb3b commit ea9b72e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Fraud Detector",
4+
"contributor": "",
5+
"description": "Documentation Updates for Amazon Fraud Detector"
6+
}

services/frauddetector/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@
15761576
},
15771577
"iamRoleArn":{
15781578
"shape":"iamRoleArn",
1579-
"documentation":"<p>The ARN of the IAM role created for Amazon S3 bucket that holds your data file. The IAM role must have read and write permissions to both input and output S3 buckets.</p>"
1579+
"documentation":"<p>The ARN of the IAM role created for Amazon S3 bucket that holds your data file.</p> <p>The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html\">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>"
15801580
},
15811581
"tags":{
15821582
"shape":"tagList",
@@ -1626,7 +1626,7 @@
16261626
},
16271627
"iamRoleArn":{
16281628
"shape":"iamRoleArn",
1629-
"documentation":"<p>The ARN of the IAM role to use for this job request.</p>"
1629+
"documentation":"<p>The ARN of the IAM role to use for this job request.</p> <p>The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html\">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>"
16301630
},
16311631
"tags":{
16321632
"shape":"tagList",
@@ -4320,7 +4320,7 @@
43204320
"members":{
43214321
"kmsEncryptionKeyArn":{
43224322
"shape":"KmsEncryptionKeyArn",
4323-
"documentation":"<p>The KMS encryption key ARN.</p>"
4323+
"documentation":"<p>The KMS encryption key ARN.</p> <p>The KMS key must be single-Region key. Amazon Fraud Detector does not support multi-Region KMS key.</p>"
43244324
}
43254325
}
43264326
},
@@ -4850,7 +4850,7 @@
48504850
},
48514851
"status":{
48524852
"shape":"DetectorVersionStatus",
4853-
"documentation":"<p>The new status.</p>"
4853+
"documentation":"<p>The new status.</p> <p>The only supported values are <code>ACTIVE</code> and <code>INACTIVE</code> </p>"
48544854
}
48554855
}
48564856
},

0 commit comments

Comments
 (0)