Module Values_2.SearchAnalysesResponseSource

Searches for analyses that belong to the user specified in the filter. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

Sourcetype nonrec t = {
  1. analysisSummaryList : Values_0.AnalysisSummaryList.t option;
    (*

    Metadata describing the analyses that you searched for.

    *)
  2. nextToken : Values_0.String_.t option;
    (*

    A pagination token that can be used in a subsequent request.

    *)
  3. status : Values_1.StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
  4. requestId : Values_0.String_.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_1.InternalFailureException.t
  2. | `InvalidNextTokenException of InvalidNextTokenException.t
  3. | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t
  4. | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
  5. | `ThrottlingException of Values_1.ThrottlingException.t
  6. | `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?analysisSummaryList:??? -> ?nextToken:??? -> ?status:??? -> ?requestId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalFailureException of Values_1.InternalFailureException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option | `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalFailureException of Values_1.InternalFailureException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option | `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_1.StatusCode.t | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Timestamp of string ]) list ] list | `String of Values_0.String_.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