Module Values.RemovePermissionRequestSource

The structure representing the <code>removePermissionRequest</code>.</p>

Sourcetype nonrec t = {
  1. actionGroup : ActionGroup.t;
    (*

    Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.

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

    The name of the profiling group.

    *)
  3. revisionId : RevisionId.t;
    (*

    A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.

    *)
}
Sourceval context_ : string
Sourceval make : actionGroup:ActionGroup.t -> profilingGroupName:ProfilingGroupName.t -> revisionId:RevisionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ProfilingGroupName.t ]) 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