Module Values.UpdateDataSourceOutputSource

Updates the specified data source in Amazon DataZone.

Sourcetype nonrec t = {
  1. id : DataSourceId.t option;
    (*

    The identifier of the data source to be updated.

    *)
  2. status : DataSourceStatus.t option;
    (*

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

    *)
  3. type_ : DataSourceType.t option;
    (*

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

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

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

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

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

    *)
  6. domainId : DomainId.t option;
    (*

    The identifier of the Amazon DataZone domain in which a data source is to be updated.

    *)
  7. projectId : ProjectId.t option;
    (*

    The identifier of the project where data source is to be updated.

    *)
  8. environmentId : EnvironmentId.t option;
    (*

    The identifier of the environment in which a data source is to be updated.

    *)
  9. connectionId : String_.t option;
    (*

    The connection ID.

    *)
  10. configuration : DataSourceConfigurationOutput.t option;
    (*

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

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

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

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

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

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

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

    *)
  14. assetFormsOutput : FormOutputList.t option;
    (*

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

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

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

    *)
  16. lastRunStatus : DataSourceRunStatus.t option;
    (*

    The last run status of the data source.

    *)
  17. lastRunAt : DateTime.t option;
    (*

    The timestamp of when the data source was last run.

    *)
  18. lastRunErrorMessage : DataSourceErrorMessage.t option;
    (*

    The last run error message of the data source.

    *)
  19. errorMessage : DataSourceErrorMessage.t option;
    (*

    Specifies the error message that is returned if the operation cannot be successfully completed.

    *)
  20. createdAt : DateTime.t option;
    (*

    The timestamp of when the data source was updated.

    *)
  21. updatedAt : DateTime.t option;
    (*

    The timestamp of when the data source was updated.

    *)
  22. selfGrantStatus : SelfGrantStatusOutput.t option;
    (*

    Specifies the status of the self-granting functionality.

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

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

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `UnauthorizedException of UnauthorizedException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?status:??? -> ?type_:??? -> ?name:??? -> ?description:??? -> ?domainId:??? -> ?projectId:??? -> ?environmentId:??? -> ?connectionId:??? -> ?configuration:??? -> ?recommendation:??? -> ?enableSetting:??? -> ?publishOnImport:??? -> ?assetFormsOutput:??? -> ?schedule:??? -> ?lastRunStatus:??? -> ?lastRunAt:??? -> ?lastRunErrorMessage:??? -> ?errorMessage:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?selfGrantStatus:??? -> ?retainPermissionsOnRevokeFailure:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.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 DataSourceId.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 * [> `Enum 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 GlueRunConfigurationOutputAccountIdString.t | `Structure of (string * [> `String of RedshiftCredentialConfigurationSecretManagerArnString.t | `Structure of (string * [> `String of RedshiftClusterStorageClusterNameString.t ]) list ]) list ]) list ]) list | `Timestamp of DateTime.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