Module Values.GetAccessGrantsInstanceForPrefixRequestSource

Retrieve the S3 Access Grants instance that contains a particular prefix. Permissions You must have the s3:GetAccessGrantsInstanceForPrefix permission for the caller account to use this operation. Additional Permissions The prefix owner account must grant you the following permissions to their S3 Access Grants instance: s3:GetAccessGrantsInstanceForPrefix.

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The ID of the Amazon Web Services account that is making this request.

    *)
  2. s3Prefix : S3Prefix.t;
    (*

    The S3 prefix of the access grants that you would like to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> s3Prefix:S3Prefix.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t