Module Values.GetApprovalTeamResponseSource

Returns details for an approval team.

Sourcetype nonrec t = {
  1. creationTime : IsoTimestamp.t option;
    (*

    Timestamp when the team was created.

    *)
  2. approvalStrategy : ApprovalStrategyResponse.t option;
    (*

    An ApprovalStrategyResponse object. Contains details for how the team grants approval.

    *)
  3. numberOfApprovers : Integer.t option;
    (*

    Total number of approvers in the team.

    *)
  4. approvers : GetApprovalTeamResponseApprovers.t option;
    (*

    An array of GetApprovalTeamResponseApprover objects. Contains details for the approvers in the team.

    *)
  5. arn : String_.t option;
    (*

    Amazon Resource Name (ARN) for the team.

    *)
  6. description : Description.t option;
    (*

    Description for the team.

    *)
  7. name : String_.t option;
    (*

    Name of the approval team.

    *)
  8. status : ApprovalTeamStatus.t option;
    (*

    Status for the team. For more information, see Team health in the Multi-party approval User Guide.

    *)
  9. statusCode : ApprovalTeamStatusCode.t option;
    (*

    Status code for the approval team. For more information, see Team health in the Multi-party approval User Guide.

    *)
  10. statusMessage : Message.t option;
    (*

    Message describing the status for the team.

    *)
  11. updateSessionArn : String_.t option;
    (*

    Amazon Resource Name (ARN) for the session.

    *)
  12. versionId : String_.t option;
    (*

    Version ID for the team.

    *)
  13. policies : PoliciesReferences.t option;
    (*

    An array of PolicyReference objects. Contains a list of policies that define the permissions for team resources.

    *)
  14. lastUpdateTime : IsoTimestamp.t option;
    (*

    Timestamp when the team was last updated.

    *)
  15. pendingUpdate : PendingUpdate.t option;
    (*

    A PendingUpdate object. Contains details for the pending updates for the team, if applicable.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?creationTime:??? -> ?approvalStrategy:??? -> ?numberOfApprovers:??? -> ?approvers:??? -> ?arn:??? -> ?description:??? -> ?name:??? -> ?status:??? -> ?statusCode:??? -> ?statusMessage:??? -> ?updateSessionArn:??? -> ?versionId:??? -> ?policies:??? -> ?lastUpdateTime:??? -> ?pendingUpdate:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string ]) list ] list | `String of ParticipantId.t | `Timestamp of IsoTimestamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string ]) list ] list | `String of ParticipantId.t | `Timestamp of IsoTimestamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of MofNApprovalStrategyMinApprovalsRequiredInteger.t | `Structure of (string * [> `Integer of MofNApprovalStrategyMinApprovalsRequiredInteger.t ]) list ]) list | `Timestamp of IsoTimestamp.t ]) list | `Timestamp of IsoTimestamp.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