Smaws_Client_Route53Domains.RenewDomainThis 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DuplicateRequest of Types.duplicate_request
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `TLDRulesViolation of Types.tld_rules_violation
| `UnsupportedTLD of Types.unsupported_tl_d ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.renew_domain_request ->
(Types.renew_domain_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `DuplicateRequest of Types.duplicate_request
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `TLDRulesViolation of Types.tld_rules_violation
| `UnsupportedTLD of Types.unsupported_tl_d ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.renew_domain_request ->
(Types.renew_domain_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `DuplicateRequest of Types.duplicate_request
| `InvalidInput of Types.invalid_input
| `OperationLimitExceeded of Types.operation_limit_exceeded
| `TLDRulesViolation of Types.tld_rules_violation
| `UnsupportedTLD of Types.unsupported_tl_d ]
* Smaws_Lib.Response.metadata)
Stdlib.result