Values.ResourceScopesSourceDefines the data boundary for a resources query. Scopes determine which organizational units or organizations to retrieve data from.
type nonrec t = {awsOrganizations : AwsOrganizationScopeList.t option;A list of Organizations scopes to include in the query results. Each entry in the list specifies an organization or organizational unit to include for the delegated administrator's account. If the list specifies multiple entries, the entries are combined using OR logic.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list ])
list ]