Module Values.DeletePolicyStatementInputSource

Deletes the policy statement.

Sourcetype nonrec t = {
  1. arn : VeniceGlobalArn.t;
    (*

    The ARN of the resource for which the policy need to be deleted.

    *)
  2. statementId : StatementId.t;
    (*

    A statement identifier that differentiates the statement from others in the same policy.

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