Values_5.DisableCapacityManagerResultSourceDisables EC2 Capacity Manager for your account. This stops data ingestion and removes access to capacity analytics and optimization recommendations. Previously collected data is retained but no new data will be processed.
type nonrec t = {capacityManagerStatus : Values_3.CapacityManagerStatus.t option;The current status of Capacity Manager after the disable operation.
*)organizationsAccess : Values_0.Boolean.t option;Indicates whether Organizations access is enabled. This will be false after disabling Capacity Manager.
*)}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 ]