Values.RenewDomainResponseSourceThis operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your Amazon Web Services account. We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the expiration date if you haven't renewed far enough in advance. For more information about renewing domain registration, see Renewing Registration for a Domain in the Amazon Route 53 Developer Guide.
type nonrec t = {operationId : OperationId.t option;Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
*)}type nonrec error = [ | `DuplicateRequest of DuplicateRequest.t| `InvalidInput of InvalidInput.t| `OperationLimitExceeded of OperationLimitExceeded.t| `TLDRulesViolation of TLDRulesViolation.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `TLDRulesViolation of TLDRulesViolation.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `TLDRulesViolation of TLDRulesViolation.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]