Module Values_2.GetUsageProfileResponseSource

Retrieves information about the specified Glue usage profile.

Sourcetype nonrec t = {
  1. name : Values_0.NameString.t option;
    (*

    The name of the usage profile.

    *)
  2. description : Values_0.DescriptionString.t option;
    (*

    A description of the usage profile.

    *)
  3. configuration : Values_1.ProfileConfiguration.t option;
    (*

    A ProfileConfiguration object specifying the job and session values for the profile.

    *)
  4. createdOn : Values_0.TimestampValue.t option;
    (*

    The date and time when the usage profile was created.

    *)
  5. lastModifiedOn : Values_0.TimestampValue.t option;
    (*

    The date and time when the usage profile was last modified.

    *)
}
Sourcetype nonrec error = [
  1. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  2. | `InternalServiceException of Values_0.InternalServiceException.t
  3. | `InvalidInputException of Values_0.InvalidInputException.t
  4. | `OperationNotSupportedException of Values_1.OperationNotSupportedException.t
  5. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?name:??? -> ?description:??? -> ?configuration:??? -> ?createdOn:??? -> ?lastModifiedOn:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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