Values.UpdateCloudFrontOriginAccessIdentityResultSourceThe returned result of the corresponding request.
type nonrec t = {cloudFrontOriginAccessIdentity : CloudFrontOriginAccessIdentity.t option;The origin access identity's information.
*)eTag : String_.t option;The current version of the configuration. For example: E2QWRUHAPOMQZL.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `IllegalUpdate of IllegalUpdate.t| `InconsistentQuantities of InconsistentQuantities.t| `InvalidArgument of InvalidArgument.t| `InvalidIfMatchVersion of InvalidIfMatchVersion.t| `MissingBody of MissingBody.t| `NoSuchCloudFrontOriginAccessIdentity of NoSuchCloudFrontOriginAccessIdentity.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
| `InconsistentQuantities of InconsistentQuantities.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `MissingBody of MissingBody.t
| `NoSuchCloudFrontOriginAccessIdentity of
NoSuchCloudFrontOriginAccessIdentity.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
| `InconsistentQuantities of InconsistentQuantities.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `MissingBody of MissingBody.t
| `NoSuchCloudFrontOriginAccessIdentity of
NoSuchCloudFrontOriginAccessIdentity.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
* CloudFrontOriginAccessIdentity.t) ->
t