Values.PutApplicationPolicyRequestSourceSets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
type nonrec t = {applicationId : string;The Amazon Resource Name (ARN) of the application.
*)statements : ApplicationPolicyStatement.t list;An array of policy statements applied to the application.
*)}