Values.UpdateOriginAccessControlRequestSourceUpdates a CloudFront origin access control.
type nonrec t = {originAccessControlConfig : OriginAccessControlConfig.t;An origin access control.
*)id : String_.t;The unique identifier of the origin access control that you are updating.
*)ifMatch : String_.t option;The current version (ETag value) of the origin access control that you are updating.
*)}val make :
?ifMatch:??? ->
originAccessControlConfig:OriginAccessControlConfig.t ->
id:String_.t ->
unit ->
tval of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * OriginAccessControlConfig.t) ->
t