Values.AccountInfoSourceThe account information within an account pool.
type nonrec t = {awsAccountId : AwsAccountId.t;The account ID.
*)supportedRegions : AwsRegionList.t;The regions supported for an account within an account pool.
*)awsAccountName : AwsAccountName.t option;The account name.
*)}val make :
?awsAccountName:??? ->
awsAccountId:AwsAccountId.t ->
supportedRegions:AwsRegionList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AwsRegion.t ] list
| `String of AwsAccountId.t ])
list ]