Module Values.UpdateDataSourceRequestSource

Updates an existing Amazon Q Business data source connector.

Sourcetype nonrec t = {
  1. applicationId : ApplicationId.t;
    (*

    The identifier of the Amazon Q Business application the data source is attached to.

    *)
  2. indexId : IndexId.t;
    (*

    The identifier of the index attached to the data source connector.

    *)
  3. dataSourceId : DataSourceId.t;
    (*

    The identifier of the data source connector.

    *)
  4. displayName : DataSourceName.t option;
    (*

    A name of the data source connector.

    *)
  5. configuration : DataSourceConfiguration.t option;
  6. vpcConfiguration : DataSourceVpcConfiguration.t option;
  7. description : Description.t option;
    (*

    The description of the data source connector.

    *)
  8. syncSchedule : SyncSchedule.t option;
    (*

    The chosen update frequency for your data source.

    *)
  9. roleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.

    *)
  10. documentEnrichmentConfiguration : DocumentEnrichmentConfiguration.t option;
  11. mediaExtractionConfiguration : MediaExtractionConfiguration.t option;
    (*

    The configuration for extracting information from media in documents for your data source.

    *)
}
Sourceval context_ : string
Sourceval make : ?displayName:??? -> ?configuration:??? -> ?vpcConfiguration:??? -> ?description:??? -> ?syncSchedule:??? -> ?roleArn:??? -> ?documentEnrichmentConfiguration:??? -> ?mediaExtractionConfiguration:??? -> applicationId:ApplicationId.t -> indexId:IndexId.t -> dataSourceId:DataSourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationId.t | `Structure of (string * [> `List of [> `String of SubnetId.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DocumentAttributeKey.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `Long of Long.t | `String of DocumentAttributeValueStringValueString.t | `Timestamp of Timestamp.t ]) list ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `String of LambdaArn.t | `Structure of (string * [> `Enum of string | `String of DocumentAttributeKey.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `Long of Long.t | `String of DocumentAttributeValueStringValueString.t | `Timestamp of Timestamp.t ]) list ]) list ]) 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