Values.PutAccessGrantsInstanceResourcePolicyResultSourceUpdates the resource policy of the S3 Access Grants instance. Permissions You must have the s3:PutAccessGrantsInstanceResourcePolicy permission to use this operation.
type nonrec t = {policy : PolicyDocument.t option;The updated resource policy of the S3 Access Grants instance.
*)organization : Organization.t option;The Organization of the resource policy of the S3 Access Grants instance.
*)createdAt : CreationTimestamp.t option;The date and time when you created the S3 Access Grants instance resource policy.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of PolicyDocument.t | `Timestamp of CreationTimestamp.t ])
list ]