Module Values.UpdateProfilingGroupRequestSource

The structure representing the updateProfilingGroupRequest.

Sourcetype nonrec t = {
  1. agentOrchestrationConfig : AgentOrchestrationConfig.t;
    (*

    Specifies whether profiling is enabled or disabled for a profiling group.

    *)
  2. profilingGroupName : ProfilingGroupName.t;
    (*

    The name of the profiling group to update.

    *)
}
Sourceval context_ : string
Sourceval make : agentOrchestrationConfig:AgentOrchestrationConfig.t -> profilingGroupName:ProfilingGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ProfilingGroupName.t | `Structure of (string * [> `Boolean of Boolean.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t