Values.DeleteAccessGrantRequestSourceDeletes the access grant from the S3 Access Grants instance. You cannot undo an access grant deletion and the grantee will no longer have access to the S3 data. Permissions You must have the s3:DeleteAccessGrant permission to use this operation.
type nonrec t = {accountId : AccountId.t;The Amazon Web Services account ID of the S3 Access Grants instance.
*)accessGrantId : AccessGrantId.t;The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.
*)}