Module Values.DeleteInactiveApprovalTeamVersionRequestSource

Deletes an inactive approval team. For more information, see Team health in the Multi-party approval User Guide. You can also use this operation to delete a team draft. For more information, see Interacting with drafts in the Multi-party approval User Guide.

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

    Amaazon Resource Name (ARN) for the team.

    *)
  2. versionId : String_.t;
    (*

    Version ID for the team.

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