AWS frauddetector documentation change
Summary
Fixed URL formatting for CreateBatchImportJob API documentation link by adding an extra slash
Security assessment
The change corrects a documentation URL path but does not introduce or modify security-related content. The existing security context (IAM role permissions) remains unchanged.
Diff
diff --git a/frauddetector/latest/ug/storing-events-batch-import.md b/frauddetector/latest/ug/storing-events-batch-import.md index b46314581..33d3bad28 100644 --- a//frauddetector/latest/ug/storing-events-batch-import.md +++ b//frauddetector/latest/ug/storing-events-batch-import.md @@ -227 +227 @@ Provides a summary of the validation report of your dataset. If the Number of wa -The following example shows a sample request for [CreateBatchImportJob](https://docs.aws.amazon.com/frauddetector/latest/api/API_CreateBatchImportJob.html) API. A batch import job must include a **jobID** , **inputPath** , **outputPath** , **eventTypeName** and **iamRoleArn**. The jobID can’t contain the same ID of a past job, unless the job exists in CREATE_FAILED state. The inputPath and outputPath must be valid S3 paths. You can opt out of specifying the file name in the outputPath, however, you will still need to provide a valid S3 bucket location. The eventTypeName and iamRoleArn must exist. The IAM role must grant read permissions to input Amazon S3 bucket and write permissions to output Amazon S3 bucket. +The following example shows a sample request for [CreateBatchImportJob](https://docs.aws.amazon.com//frauddetector/latest/api/API_CreateBatchImportJob.html) API. A batch import job must include a **jobID** , **inputPath** , **outputPath** , **eventTypeName** and **iamRoleArn**. The jobID can’t contain the same ID of a past job, unless the job exists in CREATE_FAILED state. The inputPath and outputPath must be valid S3 paths. You can opt out of specifying the file name in the outputPath, however, you will still need to provide a valid S3 bucket location. The eventTypeName and iamRoleArn must exist. The IAM role must grant read permissions to input Amazon S3 bucket and write permissions to output Amazon S3 bucket.