Smaws_Client_Route53Domains.ListPricesLists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `UnsupportedTLD of Types.unsupported_tl_d ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_prices_request ->
(Types.list_prices_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `UnsupportedTLD of Types.unsupported_tl_d ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_prices_request ->
(Types.list_prices_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `UnsupportedTLD of Types.unsupported_tl_d ]
* Smaws_Lib.Response.metadata)
Stdlib.result