Module Values_1.DescribeBillingGroupResponseSource

Returns information about a billing group. Requires permission to access the DescribeBillingGroup action.

Sourcetype nonrec t = {
  1. billingGroupName : Values_0.BillingGroupName.t option;
    (*

    The name of the billing group.

    *)
  2. billingGroupId : Values_0.BillingGroupId.t option;
    (*

    The ID of the billing group.

    *)
  3. billingGroupArn : Values_0.BillingGroupArn.t option;
    (*

    The ARN of the billing group.

    *)
  4. version : Values_0.Version.t option;
    (*

    The version of the billing group.

    *)
  5. billingGroupProperties : Values_0.BillingGroupProperties.t option;
    (*

    The properties of the billing group.

    *)
  6. billingGroupMetadata : Values_0.BillingGroupMetadata.t option;
    (*

    Additional information about the billing group.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?billingGroupName:??? -> ?billingGroupId:??? -> ?billingGroupArn:??? -> ?version:??? -> ?billingGroupProperties:??? -> ?billingGroupMetadata:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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