Values_4.UpdateCapacityManagerOrganizationsAccessResultSourceUpdates the Organizations access setting for EC2 Capacity Manager. This controls whether Capacity Manager can aggregate data from all accounts in your Amazon Web Services Organization or only from the current account.
type nonrec t = {capacityManagerStatus : Values_3.CapacityManagerStatus.t option;The current status of Capacity Manager after the update operation.
*)organizationsAccess : Values_0.Boolean.t option;The updated Organizations access setting indicating whether cross-account data aggregation is enabled.
*)}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 ]