Values.UpdateOriginAccessControlResultSourceUpdates a CloudFront origin access control.
type nonrec t = {originAccessControl : OriginAccessControl.t option;The origin access control after it has been updated.
*)eTag : String_.t option;The new version of the origin access control after it has been updated.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `IllegalUpdate of IllegalUpdate.t| `InvalidArgument of InvalidArgument.t| `InvalidIfMatchVersion of InvalidIfMatchVersion.t| `NoSuchOriginAccessControl of NoSuchOriginAccessControl.t| `OriginAccessControlAlreadyExists of OriginAccessControlAlreadyExists.t| `PreconditionFailed of PreconditionFailed.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `NoSuchOriginAccessControl of NoSuchOriginAccessControl.t
| `OriginAccessControlAlreadyExists of OriginAccessControlAlreadyExists.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `NoSuchOriginAccessControl of NoSuchOriginAccessControl.t
| `OriginAccessControlAlreadyExists of OriginAccessControlAlreadyExists.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option ]val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * OriginAccessControl.t) ->
t