Module Values_0.ParameterDeclarationSource

The declaration definition of a parameter. For more information, see Parameters in Amazon Quick Sight in the Amazon Quick Suite User Guide. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Sourcetype nonrec t = {
  1. stringParameterDeclaration : StringParameterDeclaration.t option;
    (*

    A parameter declaration for the String data type.

    *)
  2. decimalParameterDeclaration : DecimalParameterDeclaration.t option;
    (*

    A parameter declaration for the Decimal data type.

    *)
  3. integerParameterDeclaration : IntegerParameterDeclaration.t option;
    (*

    A parameter declaration for the Integer data type.

    *)
  4. dateTimeParameterDeclaration : DateTimeParameterDeclaration.t option;
    (*

    A parameter declaration for the DateTime data type.

    *)
}
Sourceval make : ?stringParameterDeclaration:??? -> ?decimalParameterDeclaration:??? -> ?integerParameterDeclaration:??? -> ?dateTimeParameterDeclaration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of ParameterName.t | `Structure of (string * [> `Double of SensitiveDouble.t | `Enum of string | `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list | `Long of SensitiveLong.t | `String of SensitiveString.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ]) list | `Timestamp of SensitiveTimestamp.t ]) list ]) 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