AWS Security ChangesHomeSearch

AWS polly documentation change

Service: polly · 2025-08-22 · Documentation low

File: polly/latest/dg/security_iam_id-based-policy-examples.md

Summary

Formatting changes to JSON policy example (added line breaks, commas, and syntax adjustments)

Security assessment

The changes are purely structural/formatting adjustments to improve JSON readability in an existing IAM policy example. No security-related content was added or modified, and there is no evidence of addressing a vulnerability.

Diff

diff --git a/polly/latest/dg/security_iam_id-based-policy-examples.md b/polly/latest/dg/security_iam_id-based-policy-examples.md
index 94885ddca..2307910c7 100644
--- a//polly/latest/dg/security_iam_id-based-policy-examples.md
+++ b//polly/latest/dg/security_iam_id-based-policy-examples.md
@@ -188,0 +189,6 @@ The following permissions policy grants the user permissions to perform all acti
+JSON
+    
+
+****
+    
+    
@@ -192 +198,2 @@ The following permissions policy grants the user permissions to perform all acti
-       "Statement": [{
+        "Statement": [
+            {
@@ -200 +207,2 @@ The following permissions policy grants the user permissions to perform all acti
-             "polly:ListLexicons"],
+                    "polly:ListLexicons"
+                ],
@@ -202 +210 @@ The following permissions policy grants the user permissions to perform all acti
-          }
+            },
@@ -207 +215,2 @@ The following permissions policy grants the user permissions to perform all acti
-             "polly:DeleteLexicon"],
+                    "polly:DeleteLexicon"
+                ],