Values.GetCloudFrontOriginAccessIdentityConfigResultSourceThe returned result of the corresponding request.
type nonrec t = {cloudFrontOriginAccessIdentityConfig : CloudFrontOriginAccessIdentityConfig.t
option;The origin access identity's configuration information.
*)eTag : String_.t option;The current version of the configuration. For example: E2QWRUHAPOMQZL.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `NoSuchCloudFrontOriginAccessIdentity of NoSuchCloudFrontOriginAccessIdentity.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `NoSuchCloudFrontOriginAccessIdentity of
NoSuchCloudFrontOriginAccessIdentity.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `NoSuchCloudFrontOriginAccessIdentity of
NoSuchCloudFrontOriginAccessIdentity.t
| `Unknown_operation_error of string * string option ]val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t
* CloudFrontOriginAccessIdentityConfig.t) ->
t