Values.UpdateDataSourceOutputSourceUpdates the specified data source in Amazon DataZone.
type nonrec t = {id : DataSourceId.t option;The identifier of the data source to be updated.
*)status : DataSourceStatus.t option;The status to be updated as part of the UpdateDataSource action.
*)type_ : DataSourceType.t option;The type to be updated as part of the UpdateDataSource action.
*)name : Name.t option;The name to be updated as part of the UpdateDataSource action.
*)description : Description.t option;The description to be updated as part of the UpdateDataSource action.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which a data source is to be updated.
*)projectId : ProjectId.t option;The identifier of the project where data source is to be updated.
*)environmentId : EnvironmentId.t option;The identifier of the environment in which a data source is to be updated.
*)connectionId : String_.t option;The connection ID.
*)configuration : DataSourceConfigurationOutput.t option;The configuration to be updated as part of the UpdateDataSource action.
*)recommendation : RecommendationConfiguration.t option;The recommendation to be updated as part of the UpdateDataSource action.
*)enableSetting : EnableSetting.t option;The enable setting to be updated as part of the UpdateDataSource action.
*)publishOnImport : Boolean.t option;The publish on import setting to be updated as part of the UpdateDataSource action.
*)assetFormsOutput : FormOutputList.t option;The asset forms to be updated as part of the UpdateDataSource action.
*)schedule : ScheduleConfiguration.t option;The schedule to be updated as part of the UpdateDataSource action.
*)lastRunStatus : DataSourceRunStatus.t option;The last run status of the data source.
*)lastRunAt : DateTime.t option;The timestamp of when the data source was last run.
*)lastRunErrorMessage : DataSourceErrorMessage.t option;The last run error message of the data source.
*)errorMessage : DataSourceErrorMessage.t option;Specifies the error message that is returned if the operation cannot be successfully completed.
*)createdAt : DateTime.t option;The timestamp of when the data source was updated.
*)updatedAt : DateTime.t option;The timestamp of when the data source was updated.
*)selfGrantStatus : SelfGrantStatusOutput.t option;Specifies the status of the self-granting functionality.
*)retainPermissionsOnRevokeFailure : Boolean.t option;Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ->
tval 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 ]val 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 ]val 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 ]