Module Values.DescribeProjectsResponseSource

Gets information about your Rekognition projects. This operation requires permissions to perform the rekognition:DescribeProjects action.

Sourcetype nonrec t = {
  1. projectDescriptions : ProjectDescriptions.t option;
    (*

    A list of project descriptions. The list is sorted by the date and time the projects are created.

    *)
  2. nextToken : ExtendedPaginationToken.t option;
    (*

    If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerError of InternalServerError.t
  3. | `InvalidPaginationTokenException of InvalidPaginationTokenException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `ProvisionedThroughputExceededException of ProvisionedThroughputExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?projectDescriptions:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of unit | `InternalServerError of unit | `InvalidPaginationTokenException of unit | `InvalidParameterException of unit | `ProvisionedThroughputExceededException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of unit | `InternalServerError of unit | `InvalidPaginationTokenException of unit | `InvalidParameterException of unit | `ProvisionedThroughputExceededException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of DatasetArn.t | `Timestamp of DateTime.t ]) list ] list | `String of ProjectArn.t | `Timestamp of DateTime.t ]) list ] list | `String of ExtendedPaginationToken.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