Values.GetAccessGrantsLocationRequestSourceRetrieves the details of a particular location registered in your S3 Access Grants instance. Permissions You must have the s3:GetAccessGrantsLocation permission to use this operation.
type nonrec t = {accountId : AccountId.t;The Amazon Web Services account ID of the S3 Access Grants instance.
*)accessGrantsLocationId : AccessGrantsLocationId.t;The ID of the registered location that you are retrieving. S3 Access Grants assigns this ID when you register the location. S3 Access Grants assigns the ID default to the default location s3:// and assigns an auto-generated ID to other locations that you register.
*)}val make :
accountId:AccountId.t ->
accessGrantsLocationId:AccessGrantsLocationId.t ->
unit ->
t