Module Values.StartActiveApprovalTeamDeletionRequestSource

Starts the deletion process for an active approval team. Deletions require team approval Requests to delete an active team must be approved by the team.

Sourcetype nonrec t = {
  1. pendingWindowDays : Integer.t option;
    (*

    Number of days between when the team approves the delete request and when the team is deleted.

    *)
  2. arn : ApprovalTeamArn.t;
    (*

    Amazon Resource Name (ARN) for the team.

    *)
}
Sourceval context_ : string
Sourceval make : ?pendingWindowDays:??? -> arn:ApprovalTeamArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of ApprovalTeamArn.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