{

"Statement" : [
  {
    "Effect" : "Allow",
    "NotAction" : ["Update:Replace", "Update:Delete"],
    "Principal": "*",
    "Resource" : "*"
  }
]

}