Module Values_2.DescribeDataSetResponseSource

Describes a dataset. This operation doesn't support datasets that include uploaded files as a source.

Sourcetype nonrec t = {
  1. dataSet : Values_1.DataSet.t option;
    (*

    Information on the dataset.

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

    The Amazon Web Services request ID for this operation.

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

    The HTTP status of the request.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `InternalFailureException of Values_1.InternalFailureException.t
  3. | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t
  4. | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
  5. | `ThrottlingException of Values_1.ThrottlingException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?dataSet:??? -> ?requestId:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of Values_1.InternalFailureException.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 ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of Values_1.InternalFailureException.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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_1.StatusCode.t | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.String_.t ] list | `String of Values_0.ColumnName.t | `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.ColumnName.t ] list | `String of string | `Structure of (string * [> `List of [> `Double of float | `Long of Awso.Import.Int64.t | `String of string | `Timestamp of string ] list ]) list ]) list ]) list ] list | `Long of Values_0.Long.t | `Map of ([> `String of string ] * [> `Structure of (string * [> `List of [> `String of Values_0.String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.ColumnName.t | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of Values_0.TransformOperationAlias.t | `Structure of (string * [> `List of [> `Double of float | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `String of string ]) list | `Timestamp of string ] list | `String of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Structure of (string * [> `Double of Values_0.SensitiveDouble.t | `List of [> `String of string ] list | `String of string | `Timestamp of Values_0.SensitiveTimestamp.t ]) list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.ColumnName.t ]) list ] list | `String of Values_0.Arn.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t ]) list ]) list ]) list ]) list ]) list | `String of Values_0.Arn.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `List of [> `String of string ] list | `Structure of (string * [> `List of [> `String of Values_0.ColumnName.t ] list | `String of string ]) list ] list | `Map of ([> `String of Values_0.DataSetEntityResourceId.t ] * [> `Structure of (string * [> `String of Values_0.DataSetEntityResourceId.t | `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.ColumnName.t | `Structure of (string * [> `String of Values_0.ColumnName.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of string | `Structure of (string * [> `Double of Values_0.SensitiveDouble.t | `List of [> `String of string ] list | `String of string | `Timestamp of Values_0.SensitiveTimestamp.t ]) list ]) list ]) list ]) list ] list | `String of Values_0.Arn.t | `Structure of (string * [> `Enum of string | `List of [> `List of [> `String of string ] list | `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.DataSetEntityResourceId.t | `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) list ]) list | `String of Values_0.Namespace.t ]) list | `Timestamp of Values_0.Timestamp.t ]) list ]) 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