Values.PendingAggregationRequestSourceAn object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.
type nonrec t = {requesterAccountId : AccountId.t option;The 12-digit account ID of the account requesting to aggregate data.
*)requesterAwsRegion : AwsRegion.t option;The region requesting to aggregate data.
*)}