Values_1.DescribeBillingGroupResponseSourceReturns information about a billing group. Requires permission to access the DescribeBillingGroup action.
type nonrec t = {billingGroupName : Values_0.BillingGroupName.t option;The name of the billing group.
*)billingGroupId : Values_0.BillingGroupId.t option;The ID of the billing group.
*)billingGroupArn : Values_0.BillingGroupArn.t option;The ARN of the billing group.
*)version : Values_0.Version.t option;The version of the billing group.
*)billingGroupProperties : Values_0.BillingGroupProperties.t option;The properties of the billing group.
*)billingGroupMetadata : Values_0.BillingGroupMetadata.t option;Additional information about the billing group.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.Version.t
| `String of Values_0.BillingGroupName.t
| `Structure of
(string * [> `String of string | `Timestamp of string ]) list ])
list ]