Values.GetProtectedJobOutputSourceReturns job processing metadata.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ProtectedJobIdentifier.t
| `Structure of
(string
* [> `Long of Long.t
| `Map of
([> `String of JobParameterName.t ]
* [> `String of JobParameterValue.t ])
list
| `String of AnalysisTemplateArn.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of
ProtectedJobWorkerComputeConfigurationNumberInteger.t
| `List of
[> `Structure of
(string * [> `String of AccountId.t ]) list ]
list
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of SparkPropertyValue.t ])
list
| `String of
ProtectedJobS3OutputConfigurationOutputBucketString.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]