AWS omics documentation change
Summary
Fixed syntax errors in IAM policy examples (added missing JSON field, corrected bracket syntax, added period)
Security assessment
The changes correct JSON formatting and punctuation in policy examples but do not introduce new security controls, address vulnerabilities, or modify security guidance. These are routine documentation corrections without security implications.
Diff
diff --git a/omics/latest/dev/data-protection.md b/omics/latest/dev/data-protection.md index d4d02f15e..227514c04 100644 --- a//omics/latest/dev/data-protection.md +++ b//omics/latest/dev/data-protection.md @@ -123,0 +124 @@ The following example shows a policy statement that allows a service principal t + "Version": "2012-10-17", @@ -157 +158 @@ The following example shows a policy that creates permissions for a data store t - {re + { @@ -173 +174 @@ The following example shows a policy that creates permissions for a data store t - ] + ].