Values.GetDistributionTenantResultSourceGets information about a distribution tenant.
type nonrec t = {distributionTenant : DistributionTenant.t option;The distribution tenant that you retrieved.
*)eTag : String_.t option;The current version of the distribution tenant.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `EntityNotFound of EntityNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `Unknown_operation_error of string * string option ]val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * DistributionTenant.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TagKey.t ]) list ]
list
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]