Module Values.UpdateDataSourceInputSource

Updates the specified data source in Amazon DataZone.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The identifier of the domain in which to update a data source.

    *)
  2. identifier : DataSourceId.t;
    (*

    The identifier of the data source to be updated.

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

    The name to be updated as part of the UpdateDataSource action.

    *)
  4. description : Description.t option;
    (*

    The description to be updated as part of the UpdateDataSource action.

    *)
  5. enableSetting : EnableSetting.t option;
    (*

    The enable setting to be updated as part of the UpdateDataSource action.

    *)
  6. publishOnImport : Boolean.t option;
    (*

    The publish on import setting to be updated as part of the UpdateDataSource action.

    *)
  7. assetFormsInput : FormInputList.t option;
    (*

    The asset forms to be updated as part of the UpdateDataSource action.

    *)
  8. schedule : ScheduleConfiguration.t option;
    (*

    The schedule to be updated as part of the UpdateDataSource action.

    *)
  9. configuration : DataSourceConfigurationInput.t option;
    (*

    The configuration to be updated as part of the UpdateDataSource action.

    *)
  10. recommendation : RecommendationConfiguration.t option;
    (*

    The recommendation to be updated as part of the UpdateDataSource action.

    *)
  11. retainPermissionsOnRevokeFailure : Boolean.t option;
    (*

    Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?enableSetting:??? -> ?publishOnImport:??? -> ?assetFormsInput:??? -> ?schedule:??? -> ?configuration:??? -> ?recommendation:??? -> ?retainPermissionsOnRevokeFailure:??? -> domainIdentifier:DomainId.t -> identifier:DataSourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `String of FormName.t ]) list ] list | `String of DomainId.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of CronString.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FilterExpressionExpressionString.t ]) list ] list | `String of RelationalFilterConfigurationDatabaseNameString.t ]) list ] list | `Map of ([> `String of SageMakerAssetType.t ] * [> `List of [> `String of SageMakerResourceArn.t ] list ]) list | `String of GlueRunConfigurationInputDataAccessRoleString.t | `Structure of (string * [> `String of RedshiftCredentialConfigurationSecretManagerArnString.t | `Structure of (string * [> `String of RedshiftClusterStorageClusterNameString.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