AWS iot documentation change
Summary
Updated example account IDs and thing names in multiple IAM policy examples
Security assessment
Changes are cosmetic updates to placeholder values in documentation examples. No security implications identified.
Diff
diff --git a/iot/latest/developerguide/device-shadow-rest-api.md b/iot/latest/developerguide/device-shadow-rest-api.md index 3ff4fe92f..799accc2a 100644 --- a//iot/latest/developerguide/device-shadow-rest-api.md +++ b//iot/latest/developerguide/device-shadow-rest-api.md @@ -100 +100 @@ The following is an example policy that allows a caller to retrieve a device's s - "arn:aws:iot:us-east-1:111122223333:thing/thing" + "arn:aws:iot:us-east-1:123456789012:thing/thing" @@ -152 +152 @@ The following is an example policy that allows a caller to update a device's sha - "arn:aws:iot:us-east-1:111122223333:thing/thing" + "arn:aws:iot:us-east-1:123456789012:thing/thing" @@ -200 +200 @@ The following is an example policy that allows a caller to delete a device's sha - "arn:aws:iot:us-east-1:111122223333:thing/thing" + "arn:aws:iot:us-east-1:123456789012:thing/thing" @@ -265 +265 @@ The following is an example policy that allows a caller to list a thing's named - "arn:aws:iot:us-east-1:111122223333:thing/thing" + "arn:aws:iot:us-east-1:123456789012:thing/thing"