Module Values.DeleteAccountResponseSource

Deletes the specified Amazon Chime account. You must suspend all users before deleting Team account. You can use the BatchSuspendUser action to dodo. For EnterpriseLWA and EnterpriseAD accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended. Deleted accounts appear in your Disabled accounts list for 90 days. To restore deleted account from your Disabled accounts list, you must contact AWS Support. After 90 days, deleted accounts are permanently removed from your Disabled accounts list.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ForbiddenException of ForbiddenException.t
  3. | `NotFoundException of NotFoundException.t
  4. | `ServiceFailureException of ServiceFailureException.t
  5. | `ServiceUnavailableException of ServiceUnavailableException.t
  6. | `ThrottledClientException of ThrottledClientException.t
  7. | `UnauthorizedClientException of UnauthorizedClientException.t
  8. | `UnprocessableEntityException of UnprocessableEntityException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `NotFoundException of NotFoundException.t | `ServiceFailureException of ServiceFailureException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `ThrottledClientException of ThrottledClientException.t | `UnauthorizedClientException of UnauthorizedClientException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `NotFoundException of NotFoundException.t | `ServiceFailureException of ServiceFailureException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `ThrottledClientException of ThrottledClientException.t | `UnauthorizedClientException of UnauthorizedClientException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t