Values.PutPolicyInputSourceUpdates the resource-based policy.
type nonrec t = {arn : VeniceGlobalArn.t;The Amazon Resource Name (ARN) of the resource for which the policy needs to be updated.
*)token : PolicyToken.t option;A unique identifier for the current revision of the policy.
*)policy : PolicyDocument.t;The resource-based policy. If you set the value of the effect parameter in the policy to Deny for the PutPolicy operation, you must also set the value of the effect parameter to Deny for the AddPolicyStatement operation.
*)}