Module Values_0.AnalysisSource

Metadata structure for an analysis in Quick Sight

Sourcetype nonrec t = {
  1. analysisId : ShortRestrictiveResourceId.t option;
    (*

    The ID of the analysis.

    *)
  2. arn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the analysis.

    *)
  3. name : AnalysisName.t option;
    (*

    The descriptive name of the analysis.

    *)
  4. status : ResourceStatus.t option;
    (*

    Status associated with the analysis.

    *)
  5. errors : AnalysisErrorList.t option;
    (*

    Errors associated with the analysis.

    *)
  6. dataSetArns : DataSetArnsList.t option;
    (*

    The ARNs of the datasets of the analysis.

    *)
  7. themeArn : Arn.t option;
    (*

    The ARN of the theme of the analysis.

    *)
  8. createdTime : Timestamp.t option;
    (*

    The time that the analysis was created.

    *)
  9. lastUpdatedTime : Timestamp.t option;
    (*

    The time that the analysis was last updated.

    *)
  10. sheets : SheetList.t option;
    (*

    A list of the associated sheets with the unique identifier and name of each sheet.

    *)
}
Sourceval make : ?analysisId:??? -> ?arn:??? -> ?name:??? -> ?status:??? -> ?errors:??? -> ?dataSetArns:??? -> ?themeArn:??? -> ?createdTime:??? -> ?lastUpdatedTime:??? -> ?sheets:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Arn.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ParameterName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of DataSetIdentifier.t | `Structure of (string * [> `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list ]) list ]) list ]) list ]) list ] list | `String of URLOperationTemplate.t | `Structure of (string * [> `String of ShortRestrictiveResourceId.t ]) list ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of ShortRestrictiveResourceId.t ]) list ]) list ]) list ] list | `String of NonEmptyString.t ]) list ] list | `String of ShortRestrictiveResourceId.t | `Timestamp of Timestamp.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