Values_2.DescribeAnalysisPermissionsRequestSourceProvides the read and write permissions for an analysis.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing. You must be using the Amazon Web Services account that the analysis is in.
*)analysisId : Values_0.ShortRestrictiveResourceId.t;The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
analysisId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]