Values.UpdateProfilingGroupRequestSourceThe structure representing the updateProfilingGroupRequest.
type nonrec t = {agentOrchestrationConfig : AgentOrchestrationConfig.t;Specifies whether profiling is enabled or disabled for a profiling group.
*)profilingGroupName : ProfilingGroupName.t;The name of the profiling group to update.
*)}val make :
agentOrchestrationConfig:AgentOrchestrationConfig.t ->
profilingGroupName:ProfilingGroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ProfilingGroupName.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]