Module Values_2.GroupBySource

Sourcetype nonrec t =
  1. | Resource_region
  2. | Availability_zone_id
  3. | Account_id
  4. | Account_name
  5. | Instance_family
  6. | Instance_type
  7. | Instance_platform
  8. | Reservation_arn
  9. | Reservation_id
  10. | Reservation_type
  11. | Reservation_create_timestamp
  12. | Reservation_start_timestamp
  13. | Reservation_end_timestamp
  14. | Reservation_end_date_type
  15. | Tenancy
  16. | Reservation_state
  17. | Reservation_instance_match_criteria
  18. | Reservation_unused_financial_owner
  19. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t