Values.PutResourcePolicyResultSourceCreates a resource control policy for a given CloudFront resource.
type nonrec error = [ | `AccessDenied of AccessDenied.t| `EntityNotFound of EntityNotFound.t| `IllegalUpdate of IllegalUpdate.t| `InvalidArgument of InvalidArgument.t| `PreconditionFailed of PreconditionFailed.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]