Module Values.DeleteResourcePolicyInputSource

Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.

Sourcetype nonrec t = {
  1. policyId : PolicyId.t;
    (*

    The ID of the resource policy you're deleting.

    *)
  2. resourceArn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the resource you're deleting the policy from.

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