Values_2.GetUsageProfileResponseSourceRetrieves information about the specified Glue usage profile.
type nonrec t = {name : Values_0.NameString.t option;The name of the usage profile.
*)description : Values_0.DescriptionString.t option;A description of the usage profile.
*)configuration : Values_1.ProfileConfiguration.t option;A ProfileConfiguration object specifying the job and session values for the profile.
*)createdOn : Values_0.TimestampValue.t option;The date and time when the usage profile was created.
*)lastModifiedOn : Values_0.TimestampValue.t option;The date and time when the usage profile was last modified.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationNotSupportedException of Values_1.OperationNotSupportedException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationNotSupportedException of
Values_1.OperationNotSupportedException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationNotSupportedException of
Values_1.OperationNotSupportedException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.NameString.t
| `Structure of
(string
* [> `Map of
([> `String of Values_0.NameString.t ]
* [> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.ConfigValueString.t ])
list ])
list ])
list
| `Timestamp of Values_0.TimestampValue.t ])
list ]