Values_5.EnableCapacityManagerResultSourceEnables EC2 Capacity Manager for your account. This starts data ingestion for your EC2 capacity usage across On-Demand, Spot, and Capacity Reservations. Initial data processing may take several hours to complete.
type nonrec t = {capacityManagerStatus : Values_3.CapacityManagerStatus.t option;The current status of Capacity Manager after the enable operation.
*)organizationsAccess : Values_0.Boolean.t option;Indicates whether Organizations access is enabled for cross-account data aggregation.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `Enum of string ]) list ]