Values.PutAccessPointScopeRequestSourceCreates or replaces the access point scope for a directory bucket. You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both. You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size. To use this operation, you must have the permission to perform the s3express:PutAccessPointScope action. For information about REST API errors, see REST error responses.
type nonrec t = {accountId : AccountId.t;The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.
*)name : AccessPointName.t;The name of the access point with the scope that you want to create or replace.
*)scope : Scope.t;Object prefixes, API operations, or a combination of both.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of
(string
* [> `List of [> `Enum of string | `String of Prefix.t ] list ])
list ])
list ]