Module Values.StartApprovalTeamBaselineRequestSource

Starts a baseline session for specified approvers on an ACTIVE approval team.

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

    Amazon Resource Name (ARN) for the approval team.

    *)
  2. approverIds : StartApprovalTeamBaselineApproverIds.t option;
    (*

    Array of approver IDs.

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