Values.GetDataSourceOutputSourceGets an Amazon DataZone data source.
type nonrec t = {id : DataSourceId.t option;The ID of the data source.
*)status : DataSourceStatus.t option;The status of the data source.
*)type_ : DataSourceType.t option;The type of the data source.
*)name : Name.t option;The name of the data source.
*)description : Description.t option;The description of the data source.
*)domainId : DomainId.t option;The ID of the Amazon DataZone domain in which the data source exists.
*)projectId : ProjectId.t option;The ID of the project where the data source creates and publishes assets.
*)environmentId : EnvironmentId.t option;The ID of the environment where this data source creates and publishes assets,
*)connectionId : String_.t option;The ID of the connection.
*)configuration : DataSourceConfigurationOutput.t option;The configuration of the data source.
*)recommendation : RecommendationConfiguration.t option;The recommendation configuration of the data source.
*)enableSetting : EnableSetting.t option;Specifies whether this data source is enabled or not.
*)publishOnImport : Boolean.t option;Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
*)assetFormsOutput : FormOutputList.t option;The metadata forms attached to the assets created by this data source.
*)schedule : ScheduleConfiguration.t option;The schedule of the data source runs.
*)lastRunStatus : DataSourceRunStatus.t option;The status of the last run of the data source.
*)lastRunAt : DateTime.t option;The timestamp of the last run of the data source.
*)lastRunErrorMessage : DataSourceErrorMessage.t option;Specifies the error message that is returned if the operation cannot be successfully completed.
*)lastRunAssetCount : Integer.t option;The number of assets created by the data source during its last run.
*)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 created.
*)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.
*)}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:??? ->
?lastRunAssetCount:??? ->
?errorMessage:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?selfGrantStatus:??? ->
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
| `Integer of Integer.t
| `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 ]