Values.UpdateCloudFrontOriginAccessIdentityRequestSourceThe request to update an origin access identity.
type nonrec t = {cloudFrontOriginAccessIdentityConfig : CloudFrontOriginAccessIdentityConfig.t;The identity's configuration information.
*)id : String_.t;The identity's id.
*)ifMatch : String_.t option;The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.
*)}val make :
?ifMatch:??? ->
cloudFrontOriginAccessIdentityConfig:CloudFrontOriginAccessIdentityConfig.t ->
id:String_.t ->
unit ->
tval of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t
* CloudFrontOriginAccessIdentityConfig.t) ->
t