Module Values.DeleteAuthPolicyRequestSource

Deletes the specified auth policy. If an auth is set to AWS_IAM and the auth policy is deleted, all requests are denied. If you are trying to remove the auth policy completely, you must set the auth type to NONE. If auth is enabled on the resource, but no auth policy is set, all requests are denied.

Sourcetype nonrec t = {
  1. resourceIdentifier : ResourceIdentifier.t;
    (*

    The ID or ARN of the resource.

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