Values.GetResourcesStatisticsV2ResponseSourceRetrieves statistical information about Amazon Web Services resources and their associated security findings. You can use the Scopes parameter to define the data boundary for the query. Currently, Scopes supports AwsOrganizations, which lets you aggregate resources from your entire organization or from specific organizational units. Only the delegated administrator account can use Scopes.
type nonrec t = {groupByResults : GroupByResults.t option;The aggregated statistics about resources based on the specified grouping rule.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `OrganizationNotFoundException of OrganizationNotFoundException.t| `OrganizationalUnitNotFoundException of OrganizationalUnitNotFoundException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `OrganizationNotFoundException of OrganizationNotFoundException.t
| `OrganizationalUnitNotFoundException of
OrganizationalUnitNotFoundException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `OrganizationNotFoundException of OrganizationNotFoundException.t
| `OrganizationalUnitNotFoundException of
OrganizationalUnitNotFoundException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t ])
list ]
list ])
list ]