Values.PutS3AccessPolicyRequestSourceAdds an access policy to the specified store.
type nonrec t = {s3AccessPointArn : S3AccessPointArn.t;The S3 access point ARN where you want to put the access policy.
*)s3AccessPolicy : S3AccessPolicy.t;The resource policy that controls S3 access to the store.
*)}val make :
s3AccessPointArn:S3AccessPointArn.t ->
s3AccessPolicy:S3AccessPolicy.t ->
unit ->
t