Module Values_1.DetachPolicyRequestSource

Detaches a policy from the specified target. Because of the distributed nature of Amazon Web Services, it can take up to five minutes after a policy is detached before it's ready to be deleted. Requires permission to access the DetachPolicy action.

Sourcetype nonrec t = {
  1. policyName : Values_0.PolicyName.t;
    (*

    The policy to detach.

    *)
  2. target : Values_0.PolicyTarget.t;
    (*

    The target from which the policy will be detached.

    *)
}
Sourceval context_ : string
Sourceval make : policyName:Values_0.PolicyName.t -> target:Values_0.PolicyTarget.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.PolicyName.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