Values.DisassociateSourceViewsResponseSourceRemoves the association between one or more source billing views and an existing billing view. This allows modifying the composition of aggregate billing views.
type nonrec t = {arn : BillingViewArn.t option;The ARN of the billing view that the source views were disassociated from.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BillingViewHealthStatusException of BillingViewHealthStatusException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BillingViewHealthStatusException of BillingViewHealthStatusException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BillingViewHealthStatusException of BillingViewHealthStatusException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]