Module Values.DeleteResourcePolicyRequestSource

Removes the association of a resource-based policy from an app monitor.

Sourcetype nonrec t = {
  1. name : AppMonitorName.t;
    (*

    The app monitor that you want to remove the resource policy from.

    *)
  2. policyRevisionId : PolicyRevisionId.t option;
    (*

    Specifies a specific policy revision to delete. Provide a PolicyRevisionId to ensure an atomic delete operation. If the revision ID that you provide doesn't match the latest policy revision ID, the request will be rejected with an InvalidPolicyRevisionIdException error.

    *)
}
Sourceval context_ : string
Sourceval make : ?policyRevisionId:??? -> name:AppMonitorName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppMonitorName.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